:root{--ink:#23322f;--cream:#fbf7ee;--paper:#fffdf8;--coral:#f47c67;--coral-dark:#dc604e;--blue:#79b9cc;--yellow:#efbf4d;--green:#7fa58e;--line:#dedbcf;--shadow:0 20px 60px rgba(35,50,47,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;width:100%}.topbar{height:86px;display:flex;align-items:center;gap:38px;padding:0 max(5vw,28px);background:rgba(251,247,238,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(35,50,47,.08)}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand strong,.brand small{display:block}.brand strong{font:900 21px/1 "Nunito",sans-serif}.brand small{font-size:10px;text-transform:uppercase;letter-spacing:.18em;margin-top:5px;color:#6f7b77}.brand-mark{width:43px;height:43px;display:flex;align-items:end;justify-content:center;gap:2px;transform:rotate(-5deg)}.brand-mark i{display:block;border-radius:12px 12px 4px 4px}.brand-mark i:nth-child(1){background:var(--coral);width:12px;height:26px}.brand-mark i:nth-child(2){background:var(--yellow);width:13px;height:38px}.brand-mark i:nth-child(3){background:var(--blue);width:12px;height:31px}.topbar nav{display:flex;gap:28px;font-size:14px;font-weight:600}.topbar nav a{position:relative}.topbar nav a:after{content:"";position:absolute;height:2px;background:var(--coral);left:0;right:100%;bottom:-7px;transition:.25s}.topbar nav a:hover:after{right:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;background:var(--coral);color:white;padding:15px 23px;border-radius:8px;font-weight:700;box-shadow:0 8px 25px rgba(244,124,103,.25);transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:var(--coral-dark)}.button-small{padding:11px 17px;font-size:13px;box-shadow:none}.menu{display:none;border:0;background:transparent}.hero{min-height:calc(100vh - 86px);display:grid;grid-template-columns:1.05fr .95fr;max-width:1500px;margin:auto;align-items:center;padding:65px max(6vw,35px) 75px;gap:7vw;overflow:hidden}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.19em;font-weight:800;color:var(--coral-dark);margin:0 0 20px}.hero h1,.section h2,.cta h2{font:900 clamp(42px,6vw,84px)/.98 "Nunito",sans-serif;letter-spacing:-.045em;margin:0}.hero h1 em{display:block;color:var(--coral);font-style:normal}.lead{font-size:18px;max-width:640px;margin:30px 0;color:#54615d}.hero-actions{display:flex;align-items:center;gap:28px}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid var(--ink)}.facts{display:flex;gap:42px;margin-top:55px;padding-top:28px;border-top:1px solid var(--line)}.facts strong,.facts span{display:block}.facts strong{font:800 15px "Nunito"}.facts span{font-size:11px;color:#77817e;margin-top:4px}.hero-visual{position:relative;min-height:610px}.hero-visual img{height:570px;object-fit:cover;border-radius:48% 48% 12px 12px;box-shadow:var(--shadow);position:relative;z-index:2}.sun{position:absolute;width:210px;height:210px;border-radius:50%;background:var(--yellow);right:-75px;top:-40px}.scribble{position:absolute;z-index:3;font:900 40px "Nunito";color:var(--ink);right:-15px;top:105px;transform:rotate(12deg)}.floating-card{position:absolute;z-index:4;bottom:0;left:-45px;background:var(--paper);padding:20px 30px 20px 18px;border-radius:14px;box-shadow:var(--shadow);display:flex;gap:14px;align-items:center;transform:rotate(-3deg)}.floating-card span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fbe2dc;color:var(--coral);font-size:22px}.floating-card strong{font:800 18px/1.2 "Nunito"}.section{padding:110px max(7vw,35px)}.intro{text-align:center;max-width:1100px;margin:auto}.intro h2,.section h2{font-size:clamp(38px,4.5vw,66px)}.intro h2 span{color:var(--green)}.intro>p:not(.eyebrow){max-width:750px;margin:28px auto 35px;color:#66726e;font-size:18px}.pill-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.pill-row span{border:1px solid #cfd8d1;border-radius:30px;padding:9px 17px;font-size:13px;font-weight:700;background:rgba(255,255,255,.5)}.locations{background:var(--paper)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:46px}.section-heading>p{max-width:460px;color:#68736f;margin:0}.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.location-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:white;transition:transform .25s,box-shadow .25s}.location-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.photo{height:210px;position:relative;overflow:hidden}.photo img{height:100%;object-fit:cover;transition:transform .5s}.location-card:hover .photo img{transform:scale(1.04)}.photo span{position:absolute;top:14px;left:14px;background:white;border-radius:30px;padding:7px 13px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.card-content{padding:27px}.card-content h3{font:900 28px "Nunito";margin:0}.card-content>p{font-size:14px;color:#6d7774;margin:5px 0 22px}.card-content dl{margin:0 0 18px}.card-content dl div{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid #eee}.card-content dt{font-size:12px;color:#7c8582}.card-content dd{margin:0;font-size:13px;font-weight:700}.card-link{font-size:13px;font-weight:800}.coral .card-link{color:var(--coral-dark)}.blue .card-link{color:#478fa5}.yellow .card-link{color:#a97800}.project{display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw;align-items:center}.project-art{position:relative;min-height:570px}.big-shape{height:520px;background:var(--blue);border-radius:50% 50% 9% 9%;display:flex;align-items:center;justify-content:center;padding:50px;transform:rotate(-3deg);box-shadow:var(--shadow)}.big-shape:after{content:"";position:absolute;width:130px;height:70px;border:6px solid rgba(255,255,255,.7);border-color:rgba(255,255,255,.7) transparent transparent;border-radius:50%;transform:rotate(15deg);top:70px}.big-shape span{font:900 clamp(35px,4vw,58px)/1.05 "Nunito";color:white;text-align:center;letter-spacing:-.04em}.mini{position:absolute;border-radius:50%;display:grid;place-items:center;font-size:34px;box-shadow:var(--shadow)}.mini-a{width:115px;height:115px;background:var(--yellow);right:-30px;top:45px}.mini-b{width:90px;height:90px;background:var(--coral);color:white;left:-25px;bottom:5px}.project-copy>p:not(.eyebrow){color:#64706c;font-size:17px}.project-copy ol{list-style:none;padding:0;margin:35px 0 0}.project-copy li{display:grid;grid-template-columns:45px 1fr;gap:16px;padding:18px 0;border-top:1px solid var(--line)}.project-copy li>b{color:var(--coral);font:900 13px "Nunito"}.project-copy li strong,.project-copy li span{display:block}.project-copy li strong{font:800 18px "Nunito"}.project-copy li span{font-size:13px;color:#74807b}.formules{background:#e8f0eb}.formule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.formule-grid article{background:var(--paper);padding:34px;border-radius:14px;min-height:260px}.formule-grid .highlight{background:var(--yellow)}.icon{width:50px;height:50px;border:1px solid rgba(35,50,47,.2);border-radius:50%;display:grid;place-items:center;font:800 20px "Nunito"}.formule-grid h3{font:900 23px "Nunito";margin:25px 0 8px}.formule-grid p{color:#61706a;font-size:14px}.formule-grid a{font-size:13px;font-weight:800;border-bottom:1px solid}.team{display:grid;grid-template-columns:1fr 1fr;gap:9vw}.team-copy>p:not(.eyebrow){font-size:17px;color:#68736f}.quote{margin-top:38px;border-left:4px solid var(--coral);padding:6px 0 6px 24px;font:800 21px/1.4 "Nunito"}.quote span{display:block;font:500 12px "DM Sans";margin-top:8px;color:#74807b}.team-roles{border-top:1px solid var(--line)}.team-roles>div{display:grid;grid-template-columns:45px 1fr;column-gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.team-roles b{grid-row:1/3;color:var(--blue);font:900 15px "Nunito"}.team-roles h3{font:900 21px "Nunito";margin:0}.team-roles p{margin:3px 0;color:#6b7772;font-size:14px}.cta{margin:0 max(4vw,20px) 40px;padding:75px max(5vw,32px);border-radius:20px;background:var(--coral);color:white;display:flex;align-items:end;justify-content:space-between;gap:50px}.cta .eyebrow{color:#ffe2dc}.cta h2{font-size:clamp(38px,5vw,68px);max-width:760px}.cta p:not(.eyebrow){max-width:650px}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:16px;min-width:270px}.button.light{background:white;color:var(--ink);box-shadow:none}.cta-actions>a:not(.button){font-weight:700;font-size:13px;border-bottom:1px solid white}footer{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px;padding:65px max(7vw,35px) 30px;background:var(--ink);color:#dbe2de;position:relative}footer strong,footer span,footer a{display:block}.footer-brand{align-items:center}.footer-brand small{color:#9eb0aa}.footer-brand strong{color:white}footer>div:not(.brand)>strong{font:800 13px "Nunito";color:white;margin-bottom:12px}footer>div:not(.brand)>span,footer>div:not(.brand)>a{font-size:12px;color:#aebdb8;margin:5px 0}.copyright{grid-column:1/-1;margin:35px 0 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:#859791}.menu{width:38px;height:38px;padding:8px}.menu span{display:block;height:2px;background:var(--ink);margin:7px 0}
@media(max-width:1000px){.topbar nav,.topbar>.button{display:none}.menu{display:block}.topbar.open nav{display:flex;position:absolute;top:86px;left:0;right:0;background:var(--cream);padding:25px;flex-direction:column;box-shadow:var(--shadow)}.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{min-height:440px}.hero-visual img{height:420px}.location-grid,.formule-grid{grid-template-columns:1fr 1fr}.project{grid-template-columns:1fr}.project-art{max-width:600px;width:100%;margin:auto}.team{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:680px){.topbar{height:72px;padding:0 20px}.topbar.open nav{top:72px}.hero{padding:45px 22px 65px}.hero h1{font-size:47px}.lead{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column}.facts{gap:20px;overflow-x:auto}.facts>div{min-width:120px}.hero-visual{min-height:350px}.hero-visual img{height:340px;border-radius:44% 44% 10px 10px}.floating-card{left:5px;padding:13px}.sun{width:130px;height:130px}.section{padding:78px 22px}.section-heading{align-items:flex-start;flex-direction:column;gap:20px}.location-grid,.formule-grid{grid-template-columns:1fr}.photo{height:195px}.project-art{min-height:390px}.big-shape{height:370px;padding:30px}.mini-a{width:82px;height:82px;right:-5px}.mini-b{width:65px;height:65px;left:-5px}.cta{margin:0 12px 20px;padding:52px 25px}.cta-actions{align-items:stretch;min-width:0;width:100%}footer{grid-template-columns:1fr;padding:55px 25px}.footer-brand{grid-column:auto}.copyright{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.topbar .brand img{display:block;width:auto;height:66px;max-width:340px;object-fit:contain}.footer-brand{background:white;border-radius:10px;padding:12px 16px;width:max-content;max-width:100%}.footer-brand img{display:block;height:auto;width:min(290px,100%)}
@media(max-width:680px){.topbar .brand img{height:54px;max-width:235px}}
.footer-signature{align-self:start}.footer-wordmark small{display:block;color:#92ad9d;font:700 18px/1 "Nunito",sans-serif;margin-left:4px}.footer-wordmark strong{display:block;color:#f5f1e9;font:900 40px/.95 "Nunito",sans-serif;letter-spacing:-.055em}.footer-wordmark strong span{color:#f5f1e9}.footer-wordmark i,.footer-wordmark b,.footer-wordmark em,.footer-wordmark u,.footer-wordmark mark{font:inherit;text-decoration:none;background:none}.footer-wordmark i{color:var(--yellow)}.footer-wordmark b{color:var(--blue)}.footer-wordmark em{color:#8cae9a}.footer-wordmark u{color:var(--coral)}.footer-wordmark mark{color:#bd82a4}.footer-signature>p{margin:10px 0 0 4px;color:#9eb0aa;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.footer-brandline{display:flex;align-items:center;gap:12px;white-space:nowrap}.footer-brandline>img{width:58px;height:58px;object-fit:contain;flex:0 0 58px}.footer-wordmark{white-space:nowrap;min-width:max-content}.footer-wordmark strong{white-space:nowrap}.footer-signature>p{margin-left:70px;white-space:nowrap}
.footer-wordmark strong>*{display:inline!important;white-space:nowrap}.footer-wordmark strong{display:block!important;width:max-content;min-width:max-content;word-break:keep-all;overflow-wrap:normal}
@media(max-width:680px){.hero,.hero-copy{min-width:0;max-width:100%}.facts{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;gap:22px 18px;overflow:visible}.facts>div{min-width:0}.facts>div:last-child{grid-column:1/-1}}
html,body{max-width:100%;overflow-x:hidden}
@media(max-width:680px){.hero{width:100%!important;overflow:hidden!important}.hero-copy{width:100%!important;min-width:0!important}.hero-copy>*{max-width:100%}.facts{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:22px 18px!important;width:100%!important;min-width:0!important;overflow:hidden!important}.facts>div{min-width:0!important;width:auto!important}.facts>div:last-child{grid-column:1/-1!important}}
@media(max-width:680px){.scribble{top:-5px;right:-25px}}
