:root { --cream:#FAF6EE; --navy:#27333B; --orange:#E86F32; --surface:#f0ebe2; --line:rgba(39,51,59,.25); --max:1180px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--navy); font-family:Aptos,"Segoe UI",Arial,sans-serif; font-size:18px; line-height:1.55; }
img { display:block; max-width:100%; }
a { color:inherit; }
.section-shell { width:min(100% - 96px, var(--max)); margin-inline:auto; }
.site-header { align-items:center; display:flex; justify-content:space-between; margin:0 auto; padding:12px 48px; width:min(100%, 1320px); }
.brand img { height:88px; object-fit:cover; object-position:center; width:370px; }
.header-link { font-size:15px; font-weight:600; text-decoration:none; }
.header-link span, .button span { display:inline-block; transition:transform .2s ease; }
.header-link:hover span, .button:hover span { transform:translateX(4px); }
.hero { align-items:end; display:grid; grid-template-columns:minmax(0, 800px) 1fr; min-height:560px; padding-block:50px 56px; position:relative; }
.hero-content { position:relative; z-index:1; }
.eyebrow, .step-label { font-size:12px; font-weight:700; letter-spacing:.13em; margin:0 0 19px; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(52px, 6vw, 72px); letter-spacing:-.065em; line-height:.99; margin-bottom:30px; max-width:780px; }
h2 { font-size:clamp(38px, 4vw, 53px); letter-spacing:-.055em; line-height:1.04; margin-bottom:0; }
h3 { font-size:28px; letter-spacing:-.045em; line-height:1.12; margin-bottom:9px; }
.hero-copy { font-size:20px; line-height:1.52; margin-bottom:34px; max-width:650px; }
.button { align-items:center; background:var(--orange); border:1px solid var(--orange); border-radius:7px; color:var(--navy); cursor:pointer; display:inline-flex; font:600 16px inherit; gap:9px; padding:15px 21px; text-decoration:none; transition:background .2s ease, transform .2s ease; }
.button:hover { background:#f58044; transform:translateY(-2px); }
.button:focus-visible, .header-link:focus-visible { outline:3px solid var(--orange); outline-offset:4px; }
.hero-mark { align-self:end; border-bottom:1px solid var(--line); display:flex; flex-direction:column; gap:10px; justify-self:end; margin-bottom:5px; padding-bottom:14px; width:170px; }
.hero-mark span { font-size:11px; font-weight:700; letter-spacing:.15em; }
.hero-mark span:nth-child(2) { color:var(--orange); }
.problem { padding-block:130px 88px; }
.problem-layout { align-items:start; display:grid; gap:70px; grid-template-columns:1.22fr .78fr; }
.problem-layout p { font-size:18px; margin:0; max-width:520px; }
.services { padding-bottom:135px; }
.section-heading { margin-bottom:53px; max-width:710px; }
.service-grid { display:grid; gap:18px; grid-template-columns:repeat(3,1fr); }
.service-card { background:rgba(255,255,255,.19); border:1px solid var(--line); border-radius:9px; display:flex; flex-direction:column; min-height:600px; padding:31px; position:relative; transition:border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-card:hover { border-color:var(--navy); box-shadow:0 11px 22px rgba(39,51,59,.08); transform:translateY(-3px); }
.step-label { margin-bottom:18px; }
.step-number { color:rgba(39,51,59,.15); font-size:71px; font-weight:700; letter-spacing:-.08em; line-height:.7; margin-bottom:30px; }
.price { color:var(--orange); font-size:18px; font-weight:700; margin-bottom:22px; }
.service-card > p:not(.step-label):not(.step-number):not(.price):not(.card-note) { font-size:16px; line-height:1.55; min-height:205px; }
ul { font-size:15px; list-style:none; margin:16px 0 25px; padding:0; }
li { align-items:center; border-top:1px solid var(--line); display:flex; min-height:50px; padding:8px 0 8px 18px; position:relative; }
li::before { color:var(--orange); content:"•"; left:0; position:absolute; }
.card-note { border-top:1px solid var(--line); font-size:11px; line-height:1.45; margin:auto 0 0; padding-top:16px; }
.service-card:first-child .card-note { border-top:0; padding-top:0; }
.why-shopfront, .contact { background:var(--navy); color:var(--cream); }
.why-shopfront { padding-block:125px; }
.why-shopfront .eyebrow, .contact .eyebrow { color:#f49b6d; }
.why-grid { display:grid; grid-template-columns:repeat(2,1fr); margin-top:73px; }
.why-point { border-top:1px solid rgba(244,239,230,.34); padding:24px 44px 38px 0; }
.why-point:nth-child(odd) { margin-right:44px; }
.why-point span { color:#f49b6d; display:block; font-size:12px; font-weight:700; letter-spacing:.13em; margin-bottom:35px; }
.why-point h3 { color:white; font-size:25px; max-width:390px; }
.why-point p { color:#d8d4cb; font-size:16px; line-height:1.56; margin:0; max-width:480px; }
.contact { border-top:1px solid rgba(244,239,230,.22); padding-block:128px; }
.contact-layout { display:grid; gap:10%; grid-template-columns:.83fr 1fr; }
.contact-intro h2 { color:white; font-size:clamp(38px,4.1vw,56px); }
.contact-intro > p:last-child { color:#d8d4cb; font-size:18px; margin-top:27px; max-width:510px; }
.contact-form { display:grid; gap:22px; }
.honeypot { display:none; }
label { color:white; display:block; font-size:15px; font-weight:600; margin-bottom:8px; }
input,textarea { background:#fbf8f2; border:1px solid transparent; border-radius:7px; color:var(--navy); font:400 17px inherit; padding:13px 14px; width:100%; }
textarea { min-height:132px; resize:vertical; }
input:focus,textarea:focus { border-color:var(--orange); outline:3px solid rgba(232,111,50,.3); }
.helper,.form-note,.form-status { color:#d8d4cb; font-size:13px; line-height:1.45; margin:8px 0 0; }
.form-note { margin-top:-4px; }
.form-status { color:#f49b6d; font-weight:600; min-height:1.45em; }
.contact-form .button { justify-self:start; margin-top:2px; }
.site-footer { background:var(--navy); border-top:1px solid rgba(244,239,230,.22); color:#d8d4cb; padding-block:28px; }
.site-footer .section-shell { align-items:center; display:flex; gap:28px; justify-content:space-between; }
.site-footer img { filter:brightness(0) invert(1); height:28px; object-fit:cover; object-position:center; opacity:.9; width:118px; }
.site-footer p { font-size:13px; margin:0; }
.entrance { animation:enter .65s both cubic-bezier(.2,.8,.2,1); }
.entrance-two { animation-delay:.1s; }.entrance-three { animation-delay:.2s; }.entrance-four { animation-delay:.3s; }
.reveal { opacity:0; transform:translateY(16px); transition:opacity .58s ease,transform .58s ease; }.reveal.is-visible { opacity:1; transform:none; }
@keyframes enter { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }
@media (max-width: 850px) { .section-shell { width:min(100% - 64px,var(--max)); }.site-header{padding:14px 32px}.brand img{height:64px;width:270px}.hero{min-height:520px;padding-block:44px 50px}.hero-mark{display:none}.problem-layout,.contact-layout{gap:36px;grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.service-card{min-height:0}.why-grid{margin-top:48px}.why-point:nth-child(odd){margin-right:25px}.why-point{padding-right:25px}.contact-layout{gap:64px} }
@media (max-width: 640px) { body{font-size:17px}.section-shell{width:calc(100% - 40px)}.site-header{padding:12px 20px}.brand img{height:52px;width:220px}.header-link{font-size:0}.header-link span{font-size:24px}.hero{min-height:auto;padding-block:60px 64px}h1{font-size:44px}.hero-copy{font-size:18px}.problem{padding-block:82px 54px}.services{padding-bottom:85px}.section-heading{margin-bottom:38px}.service-card{padding:27px}.service-card > p:not(.step-label):not(.step-number):not(.price):not(.card-note){min-height:0}.why-shopfront,.contact{padding-block:82px}.why-grid{grid-template-columns:1fr;margin-top:42px}.why-point,.why-point:nth-child(odd){margin-right:0;padding-right:0}.why-point span{margin-bottom:23px}.contact-layout{gap:54px}.site-footer .section-shell{align-items:flex-start;flex-direction:column;gap:10px}.site-footer{padding-block:24px}.button{min-height:48px}.contact-form .button{width:100%;justify-content:center} }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.entrance{animation:none}.reveal{opacity:1;transform:none;transition:none}.button,.service-card,.header-link span,.button span{transition:none} }
