:root{color-scheme:light dark;--bg:#fbf5f6;--surface:#fffafa;--ink:#2d292b;--muted:#665d61;--line:#d9c9cd;--accent:#a92f54;--accent-2:#7d2040;--soft:#f3dce2;--header:76px;--container:1360px;--pad:clamp(20px,3vw,48px);--section:clamp(92px,10vw,154px);--radius:16px;--ease:cubic-bezier(.2,.75,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;overflow-x:hidden;background:var(--bg);color:var(--ink);font-family:"Avenir Next","Segoe UI",Arial,sans-serif;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-underline-offset:.22em}button,a{font:inherit}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3{line-height:.98;letter-spacing:-.048em}h1{max-width:740px;margin-bottom:28px;font-size:clamp(48px,4.8vw,76px)}h1 span{display:block;white-space:nowrap}h2{margin-bottom:22px;font-size:clamp(42px,4.8vw,74px)}h3{margin-bottom:12px;font-size:clamp(25px,2vw,34px)}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.container,.header-inner{width:min(calc(100% - var(--pad)*2),var(--container));margin-inline:auto}.skip{position:fixed;top:8px;left:8px;z-index:100;padding:10px 14px;border-radius:var(--radius);background:var(--ink);color:var(--surface);transform:translateY(-150%)}.skip:focus{transform:none}
.site-header{position:sticky;top:0;z-index:20;height:var(--header);border-bottom:1px solid var(--line);background:rgb(251 245 246/.96);backdrop-filter:blur(12px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{width:190px;height:68px;display:flex;align-items:center;overflow:hidden}.brand img{width:190px;height:auto}.nav{display:flex;align-items:center;gap:clamp(20px,2.5vw,39px);font-size:14px;font-weight:700}.nav a{min-height:46px;display:inline-flex;align-items:center;text-decoration:none;white-space:nowrap}.nav-cta{padding-inline:21px;border-radius:var(--radius);background:var(--ink);color:#fffafa}.menu-button{display:none}
.hero{height:84vh;min-height:800px;max-height:880px;border-bottom:1px solid var(--line)}.hero-grid{height:100%;display:grid;grid-template-columns:56% 44%;align-items:stretch}.hero-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:50px clamp(38px,6vw,92px) 50px 0}.eyebrow{margin:0 0 28px;color:var(--accent-2);font-size:13px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.hero-lede{max-width:590px;margin:0 0 34px;color:var(--muted);font-size:clamp(18px,1.5vw,23px);line-height:1.5}.actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:var(--radius);font-weight:760;text-decoration:none;white-space:nowrap;transition:transform .2s var(--ease),background .2s ease}.button:active{transform:translateY(1px)}.primary{background:var(--accent);color:#fffafa}.primary:hover{background:var(--accent-2)}.secondary{border:1px solid var(--ink)}.hero-media{min-width:0;height:100%;display:flex;align-items:center;justify-content:center;margin:0;border-left:1px solid var(--line);background:var(--soft);padding:44px}.hero-media img{width:min(100%,510px);height:auto;max-height:690px;border-radius:var(--radius);object-fit:cover;box-shadow:0 24px 70px rgb(85 34 50/.16)}
.section{padding-block:var(--section)}.section-head{max-width:790px;margin-bottom:64px}.section-head p,.process-intro p,.contact-copy p{max-width:620px;color:var(--muted);font-size:19px}.service-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.service{min-height:225px;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.service-main{grid-row:span 2;min-height:464px;background:linear-gradient(160deg,#fffafa 48%,#f2d8df)}.service-pink{background:var(--soft)}.service-dark{grid-column:1/-1;min-height:190px;background:var(--ink);color:#fffafa}.service p{max-width:44ch;margin:0;color:var(--muted)}.service-dark p{color:#ddd0d4}.process{border-block:1px solid var(--line);background:var(--surface)}.process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(60px,9vw,140px);align-items:start}.process-intro{position:sticky;top:130px}.process-list{margin:0;padding:0;list-style:none;counter-reset:steps}.process-list li{counter-increment:steps;display:grid;grid-template-columns:54px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid var(--line)}.process-list li::before{content:counter(steps);width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fffafa;font-weight:800}.process-list strong,.process-list span{grid-column:2}.process-list strong{font-size:23px}.process-list span{color:var(--muted)}.contact{background:var(--soft)}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(60px,9vw,130px)}.contact-copy .button{margin-top:18px}.contact-list{font-style:normal}.contact-list>div{padding:20px 0;border-bottom:1px solid #c4aeb4}.contact-list span{display:block;margin-bottom:4px;color:var(--muted);font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.contact-list a:not(.map-link),.contact-list p{margin:0;font-size:20px;font-weight:700}.map-link{display:inline-block;margin-top:24px;color:var(--accent-2);font-weight:780}.footer{padding:64px 0 30px;background:#302a2d;color:#fff4f6}.footer-top{display:grid;grid-template-columns:1fr 1fr auto;gap:32px;align-items:center}.footer-top img{width:230px;height:auto;padding:7px 10px;border-radius:12px;background:#f7e6e9}.footer-top div{display:flex;flex-direction:column}.footer-note{display:flex;justify-content:space-between;gap:34px;margin-top:44px;padding-top:24px;border-top:1px solid rgb(255 244 246/.24);color:#d7c6cb;font-size:13px}.footer-note p{margin:0}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.js .reveal.visible{opacity:1;transform:none}.no-js .reveal{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.button{transition:none}}
@media(prefers-color-scheme:dark){:root{--bg:#241f21;--surface:#2d272a;--ink:#f7edf0;--muted:#d1c2c7;--line:#57474c;--accent:#d86687;--accent-2:#f29ab3;--soft:#3b2a30}.site-header{background:rgb(36 31 33/.96)}.brand img{padding:4px 7px;border-radius:10px;background:#f7e6e9}.nav-cta{background:var(--accent);color:#231d20}.primary{color:#231d20}.secondary{border-color:#e3d3d8}.hero-media img{box-shadow:0 24px 70px rgb(11 7 8/.35)}.service-main{background:linear-gradient(160deg,#2d272a 48%,#49313a)}.service-dark{background:#171315}.service-dark p{color:#d2c2c7}.contact-list>div{border-color:var(--line)}.process-list li::before{color:#241f21}}
@media(max-width:900px){:root{--header:72px}.menu-button{display:flex;min-height:44px;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);font-weight:700}.menu-button i,.menu-button i::after{width:18px;height:2px;display:block;background:currentColor;content:""}.menu-button i::after{transform:translateY(5px)}.nav{position:absolute;top:calc(100% + 1px);right:0;left:0;display:none;padding:18px var(--pad) 24px;border-bottom:1px solid var(--line);background:var(--bg);flex-direction:column;align-items:stretch;gap:3px}.nav.open{display:flex}.nav a{justify-content:center}.hero{height:auto;min-height:0;max-height:none}.hero-grid{width:100%;display:block}.hero-copy{min-height:calc(100svh - var(--header));padding:70px var(--pad)}.hero-media{height:auto;min-height:560px;border-top:1px solid var(--line);border-left:0;padding:38px var(--pad)}.service-grid{grid-template-columns:1fr 1fr}.service-main{grid-row:auto;grid-column:1/-1;min-height:300px}.service-dark{grid-column:1/-1}.process-grid,.contact-grid{grid-template-columns:1fr}.process-intro{position:static}.footer-top{grid-template-columns:1fr auto}.footer-top div{grid-row:2;grid-column:1/-1}}
@media(max-width:600px){:root{--pad:20px;--section:86px}.brand,.brand img{width:164px}.hero-copy{min-height:700px;padding-top:58px;padding-bottom:58px}h1{font-size:clamp(49px,14vw,68px)}h1 span{white-space:normal}.hero-media{min-height:470px}.service-grid{grid-template-columns:1fr}.service-main,.service-dark{grid-column:auto}.service{min-height:205px}.footer-top{display:flex;align-items:flex-start;flex-direction:column}.footer-note{flex-direction:column;gap:10px}.contact-list a:not(.map-link){font-size:18px;overflow-wrap:anywhere}}
