:root{--yellow:#f6c500;--ink:#171715;--muted:#706f69;--paper:#f4f3ef;--white:#fff;--line:#d8d6cf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}.topbar{height:84px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #eee}.brand{display:flex;align-items:center;gap:12px;line-height:1.05}.brand span{background:var(--ink);color:var(--yellow);font-size:1.35rem;font-weight:800;padding:10px 9px;border-radius:5px}.brand b{text-transform:uppercase;font-size:.72rem;letter-spacing:.1em}.topbar nav{display:flex;gap:2.2rem;font-size:.88rem;font-weight:600}.topbar nav a:hover{color:#9c7e00}.button{background:var(--yellow);color:#111;display:inline-flex;align-items:center;justify-content:center;gap:1.3rem;padding:17px 24px;border-radius:3px;font-weight:800;font-size:.9rem;transition:.2s}.button:hover{transform:translateY(-2px);filter:brightness(1.04)}.button.small{padding:12px 18px}.hero{height:calc(100vh - 84px);min-height:620px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,8,.86) 0%,rgba(10,10,8,.58) 42%,rgba(10,10,8,.06) 78%)}.hero-copy{position:relative;z-index:2;width:min(680px,90%);margin-left:8vw}.eyebrow,.section-number{display:block;text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:.72rem;margin-bottom:1.6rem}.eyebrow{color:var(--yellow)}h1,h2{font-size:clamp(2.9rem,6vw,5.8rem);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:700}h1 em,h2 em{font-style:normal;color:var(--yellow)}.hero-copy p{font-size:1.08rem;max-width:580px;color:#e6e4dc;margin:1.8rem 0 2.2rem}.actions{display:flex;align-items:center;gap:2rem}.text-link{font-weight:700;font-size:.86rem;border-bottom:1px solid #aaa;padding-bottom:4px}.hero-note{position:absolute;right:4vw;bottom:3.4rem;z-index:2;border-left:3px solid var(--yellow);padding-left:18px;display:flex;flex-direction:column}.hero-note b{font-size:.9rem}.hero-note span{font-size:.78rem;color:#ccc}.intro{padding:110px 8vw 60px;display:grid;grid-template-columns:1.4fr .6fr;gap:8vw;align-items:end}.intro h2,.process h2{font-size:clamp(2.5rem,4.5vw,4.5rem)}.intro h2 em,.process h2 em{color:#a98900}.intro>p{color:var(--muted);font-size:1.05rem;max-width:410px}.services{padding:0 8vw 110px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.service-card{min-height:390px;padding:38px;background:#fff;border-top:4px solid var(--ink);display:flex;flex-direction:column}.service-card.featured{background:var(--yellow);border-color:var(--yellow)}.service-card>span{font-size:.72rem;font-weight:800;color:#78766f}.service-card .icon{font-size:3rem;margin:2.5rem 0 1.3rem}.service-card h3{font-size:1.65rem;margin:0 0 .6rem}.service-card p{color:#5d5b55;max-width:450px;margin:0}.service-card a{font-weight:800;font-size:.84rem;margin-top:auto}.proof{background:var(--ink);color:#fff;padding:110px 8vw;display:grid;grid-template-columns:1fr 1fr;gap:9vw}.proof h2{font-size:clamp(2.5rem,4.3vw,4.4rem)}.proof-copy>p{color:#bdbbb2;max-width:520px}.section-number.light{color:var(--yellow)}.features{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #4d4d48;border-left:1px solid #4d4d48}.features div{padding:30px;border-right:1px solid #4d4d48;border-bottom:1px solid #4d4d48;display:flex;flex-direction:column;min-height:160px}.features b{color:var(--yellow);font-size:1.9rem}.features span{font-size:.86rem;color:#d1cfc7;margin-top:auto}.process{padding:110px 8vw}.steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:65px;border-top:1px solid var(--line)}.steps article{padding:32px 38px 0 0;border-right:1px solid var(--line);min-height:220px}.steps article:not(:first-child){padding-left:38px}.steps article:last-child{border:0}.steps span{font-size:.75rem;font-weight:800;color:#9a7c00}.steps h3{font-size:1.25rem;margin:1rem 0 .5rem}.steps p{color:var(--muted);font-size:.92rem}.cta{background:var(--yellow);padding:90px 8vw;text-align:center}.cta>span{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:800}.cta h2{font-size:clamp(2.7rem,5vw,5rem);margin:1rem 0}.cta p{margin-bottom:2rem}.button.dark{background:var(--ink);color:#fff}footer{background:#0f0f0e;color:#fff;padding:54px 8vw;display:flex;align-items:center;gap:8vw}.footer-brand span{background:var(--yellow);color:#111}footer p{color:#aaa;font-size:.82rem}footer small{margin-left:auto;color:#777}.floating{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:#111;font-size:1.5rem;font-weight:800;z-index:20;box-shadow:0 8px 25px #0005}@media(max-width:760px){.topbar{height:68px;padding:0 5vw}.topbar nav,.topbar .button{display:none}.brand span{font-size:1rem}.hero{height:auto;min-height:690px;align-items:flex-end;padding-bottom:100px}.hero-shade{background:linear-gradient(0deg,rgba(10,10,8,.94) 0%,rgba(10,10,8,.6) 62%,rgba(10,10,8,.18) 100%)}.hero>img{object-position:68% center}.hero-copy{margin:0 6vw;width:auto}.hero-copy h1{font-size:3.2rem}.hero-copy p{font-size:1rem}.actions{align-items:flex-start;flex-direction:column;gap:1.2rem}.hero-note{display:none}.intro{padding:80px 6vw 40px;grid-template-columns:1fr;gap:1rem}.services{padding:0 6vw 80px;grid-template-columns:1fr}.service-card{min-height:350px;padding:28px}.proof{padding:80px 6vw;grid-template-columns:1fr;gap:55px}.features div{padding:22px;min-height:145px}.process{padding:80px 6vw}.steps{grid-template-columns:1fr}.steps article,.steps article:not(:first-child){padding:28px 0;border-right:0;border-bottom:1px solid var(--line);min-height:0}.cta{padding:75px 6vw}footer{padding:45px 6vw;align-items:flex-start;flex-direction:column;gap:24px}footer small{margin:0}.floating{width:50px;height:50px}.topbar .brand b{font-size:.62rem}}
:root{--yellow:#f6c500;--ink:#171715;--muted:#706f69;--paper:#f4f3ef;--white:#fff;--line:#d8d6cf}
.hero{background:#111}.hero>img{inset:0 0 0 auto;width:64%;object-position:center}.hero-shade{background:linear-gradient(90deg,#111 0%,rgba(17,17,15,.97) 36%,rgba(17,17,15,.72) 54%,rgba(10,10,8,.08) 84%)}
@media(max-width:760px){.hero>img{inset:0;width:100%;object-position:54% center}}
.location{padding:110px 8vw;background:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw;align-items:center}.location h2{font-size:clamp(2.4rem,4vw,4.2rem)}.location h2 em{color:#a98900}.location-copy p{color:var(--muted);max-width:520px;margin:1.7rem 0 2rem}.map-wrap{min-height:450px;border:10px solid var(--paper);box-shadow:0 16px 45px #00000018}.map-wrap iframe{display:block;width:100%;height:450px;border:0}@media(max-width:760px){.location{padding:80px 6vw;grid-template-columns:1fr;gap:40px}.map-wrap,.map-wrap iframe{min-height:360px;height:360px}}
