:root{--orange:#d06f19;--brand:#d16f00;--text:#666;--text-dark:#333;--header:#fff;--nav:#0009;--footer:#f6efe6;--footer-title:#c45e12;--footer-text:#4a453f;--footer-muted:#8a8178;--footer-line:#c45e122e;--footer-bottom:#efe6d8;--border:#e5e5e5;--header-h:80px;--content:1080px;color:var(--text);background:var(--orange);font-family:Open Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.7}*,:before,:after{box-sizing:border-box}html,body{background:var(--orange);min-height:100%;margin:0}#root{background:var(--orange);flex-direction:column;min-height:100vh;display:flex}img{max-width:100%;height:auto}a{color:var(--brand);text-decoration:none}a:hover{color:var(--orange)}.brand{color:var(--brand);font-weight:700}.container{width:min(var(--content), calc(100% - 48px));margin:0 auto}.site-header{--header-bar:0;z-index:40;background:var(--header);height:var(--header-h);position:fixed;top:0;left:0;right:0}.site-header:after{content:"";pointer-events:none;height:3px;clip-path:inset(0 calc((1 - var(--header-bar)) * 100%) 0 0);background:linear-gradient(90deg,#c17a3a,#c17a3a1f);position:absolute;bottom:0;left:0;right:0}.header-inner{height:var(--header-h);justify-content:space-between;align-items:center;gap:24px;display:flex}.logo img{width:auto;height:58px;display:block}.nav{align-items:center;gap:36px;display:flex}.nav a{color:#2a2a2a;padding-bottom:8px;font-family:Playfair Display,Georgia,serif;font-size:17px;font-style:italic;font-weight:600;line-height:1;text-decoration:none;position:relative}.nav a:hover,.nav a.active{color:var(--footer-title)}.nav a.active:after{content:"";background:var(--footer-title);border-radius:1px;width:26px;height:2px;position:absolute;bottom:0;left:0}.menu-toggle{color:var(--nav);cursor:pointer;background:0 0;border:0;font-size:28px;line-height:1;display:none}.page{padding-top:var(--header-h);background:#fff;flex:1}.home-hero{min-height:calc(100vh - var(--header-h));background:#b56d36;flex-direction:column;justify-content:space-between;padding:52px 0 40px;display:flex;overflow:visible}.home-hero-inner{width:min(var(--content), calc(100% - 80px));flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;padding-top:12px;display:flex}.home-hero-words{text-align:left;color:#fff;letter-spacing:-.02em;flex-direction:column;align-items:flex-start;margin:0;font-family:Playfair Display,Georgia,serif;font-style:normal;font-weight:400;line-height:1.08;display:flex}.hero-word{opacity:0;animation:hero-place .9s cubic-bezier(.22, 1, .36, 1) var(--place-delay,0s) forwards;display:block}.hero-word-inner{animation:hero-float-a 6.2s ease-in-out var(--float-delay,1.6s) infinite;will-change:transform;display:inline-block}.hero-word-xl{font-size:clamp(44px,7.4vw,96px)}.hero-word-lg{font-size:clamp(36px,5.8vw,76px)}.hero-word-md{font-size:clamp(28px,3.8vw,48px)}.hero-word-sm{font-size:clamp(22px,2.8vw,36px);font-style:italic;font-weight:400}.hero-from-top{--place-from:translate3d(0, -42px, 0)}.hero-from-left{--place-from:translate3d(-56px, 12px, 0)}.hero-from-right{--place-from:translate3d(56px, 12px, 0)}.hero-from-bottom{--place-from:translate3d(0, 46px, 0)}.hero-word:nth-child(2) .hero-word-inner{animation-name:hero-float-b;animation-duration:6.8s}.hero-word:nth-child(3) .hero-word-inner{animation-name:hero-float-c;animation-duration:5.6s}.hero-word:nth-child(4) .hero-word-inner{animation-name:hero-float-d;animation-duration:6.4s}.hero-word:nth-child(5) .hero-word-inner{animation-name:hero-float-b;animation-duration:7.4s}.hero-word:nth-child(6) .hero-word-inner{animation-name:hero-float-c;animation-duration:7s}.home-hero-illu{opacity:0;align-self:flex-end;width:min(900px,78vw);margin:28px 64px 0 0;animation:1.05s cubic-bezier(.22,1,.36,1) .85s forwards hero-illu-place}.home-hero-illu img{width:100%;height:auto;display:block}@keyframes hero-place{0%{opacity:0;transform:var(--place-from,translate3d(0, 28px, 0))}to{opacity:1;transform:translate(0,0)}}@keyframes hero-float-a{0%,to{transform:translate(0,0)}40%{transform:translate(14px,-16px)}70%{transform:translate(-11px,8px)}}@keyframes hero-float-b{0%,to{transform:translate(0,0)}35%{transform:translate(-16px,12px)}65%{transform:translate(12px,-10px)}}@keyframes hero-float-c{0%,to{transform:translate(0,0)}50%{transform:translate(10px,16px)}}@keyframes hero-float-d{0%,to{transform:translate(0,0)}45%{transform:translate(-12px,-14px)}}@keyframes hero-illu-place{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translate(0,0)}}@media (prefers-reduced-motion:reduce){.hero-word,.hero-word-inner,.home-hero-illu,.mod-hex{opacity:1;animation:none;transform:none}.home-intro-btn{transition:none}}@media (height<=720px){.home-hero{min-height:calc(100vh - var(--header-h));padding:28px 0 32px}.home-hero-inner{gap:40px;padding-top:0}.hero-word-xl{font-size:clamp(32px,6.2vw,64px)}.hero-word-lg{font-size:clamp(26px,4.8vw,50px)}.hero-word-md{font-size:clamp(22px,3.4vw,36px)}.hero-word-sm{font-size:clamp(18px,2.5vw,28px)}}.home-intro{background:var(--footer);padding:72px 24px}.home-intro-inner{text-align:center;width:min(780px,100%);margin:0 auto}.home-intro h2{color:var(--footer-title);text-align:left;margin:0 0 36px;font-family:Playfair Display,Georgia,serif;font-size:32px;font-style:italic;font-weight:600;line-height:1.2;display:inline-block}.home-intro h2:after{content:"";background:var(--footer-title);border-radius:1px;width:52px;height:2px;margin:14px 0 0;display:block}.home-intro p{color:var(--footer-text);margin:0 0 22px;font-size:17px;line-height:1.8}.home-intro p:last-of-type{margin-bottom:0}.home-intro-btn{color:var(--footer-title);background:linear-gradient(var(--footer-title), var(--footer-title)) no-repeat center;border:1.5px solid var(--footer-title);background-size:0% 0%;margin-top:32px;padding:12px 28px;font-family:Playfair Display,Georgia,serif;font-size:17px;font-style:italic;font-weight:600;line-height:1;text-decoration:none;transition:background-size .45s cubic-bezier(.22,1,.36,1),color .3s;display:inline-block}.home-intro-btn:hover{color:#fff;background-size:100% 100%}.home-intro .brand{color:var(--footer-title);font-weight:700}.home-modalites{min-height:calc(100vh - var(--header-h));background:#fff;justify-content:center;align-items:center;padding:12px 24px;display:flex}.home-modalites-inner{width:min(1160px,100%);min-height:calc(100vh - var(--header-h) - 24px);justify-content:center;align-items:stretch;display:flex}.mod-diagram{width:100%;min-height:calc(100vh - var(--header-h) - 24px);grid-template-columns:minmax(230px,.95fr) minmax(400px,1.05fr);grid-template-rows:minmax(calc(100vh - var(--header-h) - 24px), max-content);font-size:clamp(7px,1.58vh - 1.8px,14px);display:grid;position:relative}.mod-left{z-index:2;color:#222;place-self:center end;max-width:14.5em;margin:0 22% 0 0;font-size:1.3em;position:relative}.mod-left h3{color:var(--footer-title);letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px;font-size:1.2em;font-weight:700}.mod-left ul,.mod-hex ul{margin:0;padding:0;list-style:none}.mod-left li,.mod-hex li{color:#222;margin:0 0 .22em;padding-left:.95em;line-height:1.2;position:relative}.mod-left li:before,.mod-hex li:before{content:"";background:var(--footer-title);border-radius:50%;width:.38em;height:.38em;position:absolute;top:.48em;left:0}.mod-left li:last-child,.mod-hex li:last-child{margin-bottom:0}.mod-art{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.mod-arc{fill:none;stroke:#111;stroke-width:1.3px;stroke-linecap:round;vector-effect:non-scaling-stroke}.mod-arc-dashed{fill:none;stroke:#111;stroke-width:1.15px;stroke-dasharray:1.4 2;stroke-linecap:round;vector-effect:non-scaling-stroke}.mod-connector{fill:none;stroke:#7a7a7a;stroke-width:1.15px;vector-effect:non-scaling-stroke}.mod-dot{z-index:3;background:var(--footer-title);pointer-events:none;border:5px solid #fff;border-radius:50%;width:22px;height:22px;position:absolute;transform:translate(-50%,-50%);box-shadow:3px 4px 9px #321e0861}.mod-join{left:calc(-1 * var(--hex-gap));z-index:4;pointer-events:none;background:#fff;border:1.2px solid #7a7a7a;border-radius:50%;width:9px;height:9px;position:absolute;top:50%;transform:translate(-50%,-50%)}.mod-hexes{--hex-gap:16px;z-index:2;grid-template-rows:repeat(6,1fr);align-self:stretch;row-gap:clamp(6px,1.3vh,16px);min-height:0;padding:2px 0;display:grid;position:relative}.mod-hex{width:77%;margin-left:var(--hex-gap);cursor:pointer;will-change:transform;place-self:stretch start;animation:6.4s ease-in-out infinite mod-hex-sway;position:relative}.mod-hex:nth-child(2n){animation-name:mod-hex-sway-alt}.mod-hex:first-child{animation-duration:6.2s}.mod-hex:nth-child(2){animation-duration:7s;animation-delay:.35s}.mod-hex:nth-child(3){animation-duration:5.8s;animation-delay:.7s}.mod-hex:nth-child(4){animation-duration:6.8s;animation-delay:.15s}.mod-hex:nth-child(5){animation-duration:6.4s;animation-delay:.5s}.mod-hex:nth-child(6){animation-duration:7.4s;animation-delay:.9s}.mod-hex:hover,.mod-hex:focus-within{animation-play-state:paused}@keyframes mod-hex-sway{0%,to{transform:translate(0,0)}50%{transform:translate(-8px)}}@keyframes mod-hex-sway-alt{0%,to{transform:translate(0,0)}50%{transform:translate(8px)}}.mod-hex-frame{z-index:0;fill:#fff;stroke:var(--footer-title);stroke-linejoin:round;vector-effect:non-scaling-stroke;pointer-events:none;transition:fill .25s,stroke .25s;position:absolute;inset:0;overflow:visible}.mod-hex:hover .mod-hex-frame,.mod-hex:focus-within .mod-hex-frame{fill:var(--footer);stroke:var(--orange)}.mod-hex-inner{z-index:1;height:100%;color:inherit;cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;padding:.55em 13%;text-decoration:none;display:flex;position:relative}.mod-hex-inner:focus-visible{outline:2px solid var(--orange);outline-offset:-6px}.mod-hex h3{width:100%;margin:0 0 .14em}.mod-hex li{font-weight:700}.mod-hex-title{font:inherit;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;color:var(--footer-title);text-align:left;align-items:baseline;gap:.22em;margin:0;padding:0;font-size:1.14em;font-weight:700;line-height:1.2;transition:color .2s;display:inline-flex}.mod-hex-title-text{border-bottom:1.5px solid;padding-bottom:.06em}.mod-hex-arrow{font-size:1.25em;font-weight:400;line-height:1;display:inline-block;transform:translateY(.04em)}.mod-hex:hover .mod-hex-title,.mod-hex:focus-within .mod-hex-title{color:var(--orange)}.section{background:#fff;padding:50px 0}.section-tight{padding-top:70px}.hero-grid{grid-template-columns:2fr 3fr;align-items:start;gap:40px;display:grid}.justify{text-align:justify}.lead p{color:var(--text);margin:0 0 18px;font-size:14px;line-height:1.7}h1{color:var(--text-dark);letter-spacing:.02em;margin:0 0 24px;font-size:30px;font-weight:600}h2,h3,h4{color:var(--text-dark);font-weight:600}.page-head{grid-template-columns:1.4fr 1fr;align-items:start;gap:40px;display:grid}.team-intro-wrap{background:var(--footer);padding:72px 24px}.team-intro{text-align:center;width:min(780px,100%);margin:0 auto}.team-intro h1{letter-spacing:0;color:var(--footer-title);text-align:left;margin:0 0 30px;font-family:Playfair Display,Georgia,serif;font-size:32px;font-style:italic;font-weight:600;line-height:1.2;display:inline-block}.team-intro h1:after{content:"";background:var(--footer-title);border-radius:1px;width:52px;height:2px;margin-top:14px;display:block}.team-intro p{color:var(--footer-text);margin:0 0 22px;font-size:17px;line-height:1.8}.team-intro p:last-of-type{margin-bottom:0}.team-intro .accent{color:var(--footer-title);font-weight:700}.offer-intro-wrap{background:var(--footer);padding:72px 24px}.offer-intro{text-align:center;width:min(780px,100%);margin:0 auto}.offer-intro h1{letter-spacing:0;color:var(--footer-title);text-align:left;margin:0 0 30px;font-family:Playfair Display,Georgia,serif;font-size:32px;font-style:italic;font-weight:600;line-height:1.2;display:inline-block}.offer-intro h1:after{content:"";background:var(--footer-title);border-radius:1px;width:52px;height:2px;margin-top:14px;display:block}.offer-intro p{color:var(--footer-text);margin:0 0 22px;font-size:17px;line-height:1.8}.offer-intro p:last-of-type{margin-bottom:0}.offer-intro .accent,.offer-principle .accent{color:var(--footer-title);font-weight:700}.testimonials-wrap{background:var(--footer-bottom);padding:24px 0 48px}.testimonials{color:var(--text-dark);text-align:center;flex-direction:column;justify-content:flex-start;min-height:459px;padding:0 40px;display:flex;position:relative}.testimonials-quote,.clients-amp{color:#0000;-webkit-text-stroke:1.5px var(--footer-title);text-align:center;margin:-.19em auto -.5583em;font-family:Playfair Display,Georgia,serif;font-size:280px;line-height:1;display:block}.testimonials h3{color:var(--footer-title);letter-spacing:.08em;align-self:center;margin:0 0 24px;font-family:Playfair Display,Georgia,serif;font-size:32px;font-style:italic;font-weight:600}.testimonials h3:after{content:"";background:var(--footer-title);border-radius:1px;width:52px;height:2px;margin-top:14px;display:block}.testimonial h4,.testimonial h4 a{color:#222;margin:0 0 23px;font-family:Playfair Display,Georgia,serif;font-size:34px;font-weight:700;line-height:1.15}.testimonial p{max-width:720px;margin:0 auto 12px;font-size:16px}.testimonial .quote{margin-bottom:20px}.testimonial .author{color:var(--footer-muted);font-size:13px}.testimonial .author-name{color:var(--footer-title)}.testimonial-logo{width:auto;height:34px;margin:20px auto 0;display:block}.testimonial-logo-stacked{height:60px}.slider-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:28px;display:flex}.slider-nav button{color:var(--text-dark);cursor:pointer;opacity:.7;background:0 0;border:0;min-width:28px;height:28px;font-family:inherit;font-size:14px}.slider-nav button.active,.slider-nav button:hover{opacity:1}.slider-nav button.active{color:var(--footer-title)}.slider-nav .slider-arrow{border:1px solid var(--footer-title);width:28px;color:var(--footer-title);opacity:1;border-radius:50%;justify-content:center;align-items:center;padding:0 0 4px;font-size:18px;line-height:1;display:flex}.slider-nav .slider-arrow:hover{background:#c45e121a}.offer-principles{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;margin:0 0 28px;display:grid}.offer-principle{background:var(--footer);padding:28px 24px 24px}.offer-principle h2{color:var(--footer-title);margin:0 0 18px;font-family:Playfair Display,Georgia,serif;font-size:22px;font-style:italic;font-weight:600;line-height:1.2;display:inline-block}.offer-principle h2:after{content:"";background:var(--footer-title);border-radius:1px;width:36px;height:2px;margin-top:10px;display:block}.offer-principle p{color:var(--footer-text);margin:0;font-size:15px;line-height:1.75}.offer-engagement{background:var(--footer);margin:0 0 40px;padding:28px 32px}.offer-engagement p{color:var(--footer-text);margin:0;font-size:15px;line-height:1.75}.offer-engagement p.offer-engagement-hook{border-bottom:1px solid var(--footer-line);color:var(--footer-title);margin:0 0 16px;padding-bottom:16px;font-style:italic}.offer-acc-item{background:var(--footer);margin-bottom:12px}.offer-acc-item:last-child{margin-bottom:0}.offer-acc-item button{text-align:left;width:100%;color:var(--footer-title);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-family:Playfair Display,Georgia,serif;font-size:22px;font-style:italic;font-weight:600;line-height:1.2;display:flex}.offer-acc-item button:hover .offer-acc-toggle{background:#c45e121a}.offer-acc-toggle{border:1px solid var(--footer-title);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0 0 2px;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1;display:flex}.offer-acc-body{padding:0 22px 22px}.offer-acc-body h4{color:var(--footer-title);margin:18px 0 8px;font-family:Playfair Display,Georgia,serif;font-size:18px;font-style:italic;font-weight:600}.offer-acc-body h4:first-child{margin-top:0}.offer-acc-body p{color:var(--footer-text);margin:0 0 12px;font-size:15px;line-height:1.75}.offer-acc-body ul{margin:8px 0 16px;padding-left:20px}.offer-acc-body li{color:var(--footer-text);margin:0 0 6px;font-size:15px;line-height:1.65}.offer-acc-body li::marker{color:var(--footer-title)}.offer-clients-link{border-top:1px solid var(--footer-line);color:var(--footer-title);text-align:right;justify-content:flex-end;align-items:center;gap:.28em;margin-top:8px;padding-top:16px;font-family:Playfair Display,Georgia,serif;font-size:17px;font-style:italic;font-weight:600;display:flex}.offer-clients-arrow{font-family:Open Sans,sans-serif;font-size:1.15em;font-style:normal;font-weight:400;line-height:1;display:inline-block;transform:translateY(.04em)}.offer-clients-link:hover{color:var(--orange);text-decoration:underline}.clients-intro-wrap{background:var(--footer);padding:16px 24px 72px}.clients-intro{text-align:center;width:min(780px,100%);margin:0 auto;position:relative}.clients-amp{margin-top:0;margin-bottom:-.25em;transform:translateY(-60px)}.clients-intro h1{z-index:1;letter-spacing:0;color:var(--footer-title);text-align:left;margin:0 0 30px;font-family:Playfair Display,Georgia,serif;font-size:32px;font-style:italic;font-weight:600;line-height:1.2;display:inline-block;position:relative}.clients-intro h1:after{content:"";background:var(--footer-title);border-radius:1px;width:52px;height:2px;margin-top:14px;display:block}.clients-intro p{color:var(--footer-text);margin:0 0 22px;font-size:17px;line-height:1.8}.clients-intro p:last-of-type{margin-bottom:0}.clients-intro .accent{color:var(--footer-title);font-weight:700}.clients-intro a{color:var(--footer-title)}.clients-intro a:hover{color:var(--orange);text-decoration:underline}.clients-filters{flex-wrap:wrap;justify-content:center;gap:10px;margin:0 0 36px;display:flex}.clients-filters button{background:var(--footer);color:var(--footer-text);cursor:pointer;border:1px solid #0000;padding:10px 16px;font-family:Playfair Display,Georgia,serif;font-size:16px;font-style:italic;font-weight:600;line-height:1.2}.clients-filters button:hover,.clients-filters button.is-active{color:var(--footer-title);border-color:var(--footer-title)}.clients-empty{text-align:center;color:var(--footer-muted);margin:0;font-style:italic}.clients-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin:0;padding:0;list-style:none;display:grid}.client-card{background:var(--footer);padding:22px 20px 18px}.client-name{color:var(--footer-title);margin:0;font-family:Playfair Display,Georgia,serif;font-size:18px;font-style:italic;font-weight:600;line-height:1.3}.client-domains{letter-spacing:.04em;color:var(--footer-muted);margin:10px 0 0;font-size:12px}.team-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:28px;display:grid}.member{background:var(--footer);flex-direction:column;padding:28px 28px 24px;display:flex}.member-head{align-items:center;gap:16px;margin-bottom:20px;display:flex}.avatar,.avatar-img{object-fit:cover;border-radius:50%;flex-shrink:0;width:72px;height:72px}.avatar{background:var(--footer-title);color:#fff;place-items:center;font-size:18px;font-weight:600;display:grid}.member-head h3{color:var(--footer-title);margin:0;font-family:Playfair Display,Georgia,serif;font-size:24px;font-style:italic;font-weight:600;line-height:1.2}.role{color:var(--footer-muted);margin:4px 0 0;font-style:italic;font-weight:500;line-height:1.4}.member .justify{color:var(--footer-text);margin:0 0 14px;font-size:15px;line-height:1.75}.member .member-hook{border-top:1px solid var(--footer-line);color:var(--footer-title);margin-top:auto;margin-bottom:0;padding-top:16px;font-style:italic}.tags{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.tag{color:var(--text);border:1px solid #ddd;padding:6px 12px;font-size:13px}.contact-grid{grid-template-columns:1fr 1fr;gap:48px;display:grid}.form{gap:14px;margin-top:16px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form label{gap:6px;font-size:13px;font-weight:600;display:grid}.form input,.form textarea{font:inherit;background:#eee;border:1px solid #ccc;border-radius:0;padding:10px 12px}.form textarea{resize:vertical;min-height:140px}.btn{background:var(--orange);color:#fff;font:inherit;cursor:pointer;border:0;justify-self:start;padding:12px 22px;font-weight:600}.btn:hover{background:#b35c10}.map{filter:grayscale(50%);border:0;width:100%;height:360px;margin-top:40px}.legal-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin:32px 0 40px;display:grid}.card{border:1px solid var(--border);padding:20px}.card h3{color:var(--brand);margin-top:0}.site-footer{background:var(--footer);color:var(--footer-text);isolation:isolate;margin-top:0;padding-top:48px;position:relative;overflow:hidden}.site-footer:before{content:"";z-index:0;background:linear-gradient(90deg,#c17a3a1f 0%,#d4a06a 58%,#c17a3a 100%) top/100% 3px no-repeat,radial-gradient(70% 85% at 100% 0,#e89e6094 0%,#0000 52%),radial-gradient(115% 160% at 92% 10%,#eeb8809e 0%,#f2c89a47 42%,#0000 70%),linear-gradient(#f8f2ea 0%,#f4ebe0 100%);position:absolute;inset:0}.footer-at{color:#0000;-webkit-text-stroke:1.6px #b8703a61;pointer-events:none;z-index:0;margin:0;padding:0;font-family:Playfair Display,Georgia,serif;font-size:420px;font-style:italic;font-weight:500;line-height:.68;display:block;position:absolute;top:0;right:0;transform:translate(20%,-8%)}.footer-grid,.footer-bottom{z-index:1;position:relative}.footer-grid{grid-template-columns:1.15fr 1.25fr 1fr .9fr;align-items:start;gap:0;padding-bottom:36px;display:grid}.footer-brand{flex-direction:column;align-items:flex-start;gap:14px;padding-right:28px;display:flex}.footer-logo-wrap{background:#fff;border-radius:12px;padding:10px 14px;box-shadow:0 8px 22px #50321414}.footer-logo{object-fit:contain;width:auto;max-width:160px;height:56px;display:block}.footer-tagline{color:#8f857c;margin:0;font-family:Playfair Display,Georgia,serif;font-size:14px;font-style:italic;font-weight:500;line-height:1.4}.footer-col{border-left:1px solid var(--footer-line);min-height:160px;padding:0 28px}.site-footer h4{color:var(--footer-title);margin:0 0 18px;font-family:Playfair Display,Georgia,serif;font-size:20px;font-style:italic;font-weight:600}.site-footer h4:after{content:"";background:var(--footer-title);border-radius:1px;width:26px;height:2px;margin-top:7px;display:block}.site-footer ul{margin:0;padding-left:0;list-style:none}.site-footer li{margin:0 0 8px}.site-footer a{color:var(--footer-text)}.site-footer a:hover{color:var(--footer-title)}.footer-contact li{align-items:flex-start;gap:10px;margin-bottom:12px;line-height:1.45;display:flex}.footer-icon{color:var(--footer-title);flex-shrink:0;width:16px;height:16px;margin-top:3px}.footer-icon svg{width:16px;height:16px;display:block}.footer-nav a{align-items:center;gap:8px;display:inline-flex}.footer-nav a:before{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:6px solid var(--footer-title);width:0;height:0}.footer-bottom{background:var(--footer-bottom);color:var(--footer-muted);border-top:1px solid #c45e121a;padding:14px 0;font-size:12px}.footer-bottom-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 12px;display:flex}.footer-sep{background:currentColor;border-radius:50%;flex-shrink:0;width:4px;height:4px}.footer-bottom a{color:inherit}.footer-bottom a:hover{color:var(--footer-title)}.form-ok{background:#eef8ee;border:1px solid #b7d7b7;margin-bottom:12px;padding:12px 14px}.contact-page{background:var(--footer);padding:72px 0 80px}.contact-page .contact-grid{gap:56px}.contact-page h1,.contact-page h2{color:var(--footer-title);letter-spacing:0;font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:600;line-height:1.2}.contact-page h1{margin:0 0 30px;font-size:32px}.contact-page h2{margin:0 0 26px;font-size:26px}.contact-page h1:after,.contact-page h2:after{content:"";background:var(--footer-title);border-radius:1px;width:52px;height:2px;margin-top:14px;display:block}.contact-page p{color:var(--footer-text);margin:0 0 14px;font-size:17px;line-height:1.8}.contact-page a{color:var(--footer-title)}.contact-page a:hover{color:var(--orange);text-decoration:underline}.contact-page .form{gap:16px;margin-top:0}.contact-page .form label{color:var(--footer-text)}.contact-page .form input,.contact-page .form textarea{border:1px solid var(--footer-line);color:var(--footer-text);background:#fff;padding:12px 14px;transition:border-color .25s}.contact-page .form input::placeholder,.contact-page .form textarea::placeholder{color:var(--footer-muted)}.contact-page .form input:focus,.contact-page .form textarea:focus{border-color:var(--footer-title);outline:none}.contact-page .btn{color:var(--footer-title);background:linear-gradient(var(--footer-title), var(--footer-title)) no-repeat center;border:1.5px solid var(--footer-title);background-size:0% 0%;margin-top:6px;padding:12px 28px;font-family:Playfair Display,Georgia,serif;font-size:17px;font-style:italic;font-weight:600;line-height:1;transition:background-size .45s cubic-bezier(.22,1,.36,1),color .3s}.contact-page .btn:hover{color:#fff;background-size:100% 100%}.contact-page .form-ok{color:var(--footer-text);background:var(--footer-bottom);border:1px solid var(--footer-line);margin-bottom:18px;padding:12px 16px;font-size:15px}.contact-page .map{border:1px solid var(--footer-line);filter:grayscale(35%);height:100%;min-height:440px;margin-top:0}@media (width<=980px){.hero-grid,.page-head,.team-grid,.contact-grid,.legal-grid,.footer-grid,.offer-principles,.form-row{grid-template-columns:1fr}.clients-grid{grid-template-columns:1fr 1fr}.home-hero{min-height:calc(100vh - var(--header-h));padding:36px 0 32px}.home-hero-inner{width:min(var(--content), calc(100% - 48px))}.home-hero-illu{align-self:flex-end;width:min(900px,90vw);margin-right:32px}.footer-brand{margin-bottom:12px;padding-right:0}.footer-col{border-left:0;border-top:1px solid var(--footer-line);min-height:0;padding:18px 0 0}.footer-at{font-size:260px;transform:translate(18%,-6%)}.menu-toggle{display:block}.nav{left:0;right:0;top:var(--header-h);background:#fff;flex-direction:column;align-items:flex-start;gap:16px;padding:16px 24px 24px;display:none;position:absolute;box-shadow:0 8px 16px #00000014}.nav.open{display:flex}.header-inner{position:relative}h1{font-size:24px}}@media (width<=760px){.clients-grid{grid-template-columns:1fr}.testimonial h4,.testimonial h4 a{font-size:26px}.mod-diagram{flex-direction:column;gap:12px;height:auto;min-height:0;font-size:13px;display:flex}.mod-art,.mod-dot,.mod-join{display:none}.mod-left{width:100%;max-width:none;margin:0;font-size:1em}.mod-hexes{--hex-gap:0px;flex-direction:column;gap:10px;display:flex}.mod-hex{width:100%;min-height:0}.home-modalites,.home-modalites-inner{height:auto;min-height:0}}
