:root{--ink:#12171b;--paper:#f4efe8;--white:#fffdf9;--muted:#6b6a67;--line:#d8d0c5;--navy:#1f3447;--red:#a34334;--gold:#c7a66a;--shadow:0 18px 60px rgba(18,23,27,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:fixed;left:20px;top:-80px;z-index:9999;background:#fff;padding:12px 16px;border-radius:8px}.skip-link:focus{top:20px}.concept-bar{background:var(--ink);color:#f5eee6;font-size:12px}.concept-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.concept-inner a{color:#e6c691;font-weight:700}.site-header{position:sticky;top:0;z-index:100;background:rgba(244,239,232,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(18,23,27,.08)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-badge{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font:700 18px/1 Bebas Neue,sans-serif;letter-spacing:1px;color:white;background:linear-gradient(135deg,var(--navy),var(--red));box-shadow:inset 0 0 0 3px rgba(255,255,255,.12)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy b{font:400 28px/1 Bebas Neue,sans-serif;letter-spacing:1.6px}.brand-copy small{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#69645d;font-weight:800;margin-top:4px}nav{display:flex;gap:28px;align-items:center;font-size:13px;font-weight:800}nav a{position:relative}nav a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--red);transition:.2s}nav a:hover:after{right:0}.nav-cta{background:var(--ink);color:white;padding:13px 18px;border-radius:4px}.nav-toggle{display:none;background:none;border:0}.hero{min-height:690px;position:relative;color:white;overflow:hidden;display:flex;align-items:center;background:#171c21}.hero-photo{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1520338661084-680395057c93?auto=format&fit=crop&w=2200&q=88');background-size:cover;background-position:center 38%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,13,16,.92) 0%,rgba(9,13,16,.76) 43%,rgba(9,13,16,.3) 72%,rgba(9,13,16,.18) 100%),linear-gradient(0deg,rgba(9,13,16,.66),transparent 50%)}.hero-stripe{position:absolute;inset:0 auto 0 0;width:8px;background:repeating-linear-gradient(180deg,#b43f35 0 35px,#f0eee7 35px 70px,#284a64 70px 105px)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .65fr;gap:70px;align-items:center;padding:90px 0 110px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2.1px;text-transform:uppercase;display:flex;gap:10px;align-items:center}.eyebrow span{display:inline-block;width:28px;height:2px;background:var(--gold)}.eyebrow.dark{color:#5e5b56}.hero h1,.section h2,.experience h2{font-family:Bebas Neue,sans-serif;font-weight:400;letter-spacing:.5px;margin:18px 0}.hero h1{font-size:clamp(64px,7.8vw,112px);line-height:.82;max-width:820px}.hero h1 em{font-style:normal;color:#e4c48d}.lead{font-size:18px;line-height:1.65;max-width:620px;color:#eee9e1}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 19px;border-radius:4px;font-size:13px;font-weight:800;border:1px solid transparent;transition:.2s}.button:hover{transform:translateY(-2px)}.button.primary{background:#e7c88f;color:#17191a}.button.ghost{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff}.hero-proof{display:flex;align-items:center;gap:24px;margin-top:25px}.hero-proof>div{display:grid;grid-template-columns:auto auto;column-gap:10px;align-items:end}.hero-proof strong{font:400 34px/1 Bebas Neue,sans-serif;color:#fff}.hero-proof span{font-size:13px;color:#e6bc6f;letter-spacing:1px}.hero-proof small{grid-column:1/3;font-size:10px;color:#bab8b3;margin-top:4px}.hero-proof i{height:42px;width:1px;background:rgba(255,255,255,.25)}.hero-card{justify-self:end;width:min(390px,100%);background:rgba(247,242,234,.96);color:var(--ink);padding:30px;border-radius:10px;box-shadow:var(--shadow)}.mini-kicker{font-size:10px;letter-spacing:2px;font-weight:800;color:var(--red)}.hero-card h2{font:400 42px/1 Bebas Neue,sans-serif;margin:10px 0 20px}.quick-list{display:grid;gap:0;border-top:1px solid var(--line)}.quick-list>div{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:17px 0;border-bottom:1px solid var(--line)}.quick-list>div>span{font:400 18px/1 Bebas Neue,sans-serif;color:var(--red)}.quick-list b{display:block;font-size:14px}.quick-list small{display:block;color:#77716b;font-size:11px;margin-top:4px;line-height:1.4}.text-link{font-size:12px;font-weight:800;display:inline-flex;gap:8px;align-items:center;margin-top:20px}.prototype-note{font-size:10px;line-height:1.5;color:#8b867f;margin-top:20px}.scroll-cue{position:absolute;z-index:2;bottom:24px;left:50%;transform:translateX(-50%);font-size:9px;letter-spacing:1.7px;color:#c5c1bb}.scroll-cue i{display:block;width:1px;height:28px;background:rgba(255,255,255,.35);margin:8px auto -24px}.trust-strip{background:var(--navy);color:white}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{display:flex;align-items:center;gap:12px;min-height:90px;padding:12px 22px;border-right:1px solid rgba(255,255,255,.1)}.trust-grid>div:last-child{border-right:0}.trust-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1);color:#e5c387}.trust-grid b,.trust-grid small{display:block}.trust-grid b{font-size:12px}.trust-grid small{font-size:10px;color:#aeb9c1;margin-top:3px}.section{padding:105px 0}.section-heading.split{display:grid;grid-template-columns:1.1fr .7fr;gap:80px;align-items:end;margin-bottom:55px}.section-heading h2,.reviews-head h2,.visit h2{font:400 clamp(48px,5.2vw,78px)/.92 Bebas Neue,sans-serif;margin:15px 0 0}.section-heading>p{color:#6f6a64;line-height:1.7;max-width:470px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-card{min-height:300px;background:var(--white);border:1px solid #ded7cc;border-radius:10px;padding:27px;position:relative;overflow:hidden;display:flex;flex-direction:column}.service-card:after{content:"";position:absolute;width:130px;height:130px;border:1px solid rgba(18,23,27,.05);border-radius:50%;right:-45px;bottom:-50px}.service-card.dark-card{background:var(--ink);color:white}.service-card.accent-card{background:#e8dfd2}.service-num{position:absolute;right:24px;top:20px;font:400 42px/1 Bebas Neue,sans-serif;color:#e3ddd4}.dark-card .service-num{color:#55606a}.service-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#efebe4;font-size:20px}.dark-card .service-icon{background:#2a3136}.service-card h3{font:400 30px/1 Bebas Neue,sans-serif;margin:38px 0 12px;letter-spacing:.4px}.service-card p{font-size:13px;line-height:1.65;color:#6d6964;margin:0 0 30px}.dark-card p{color:#c3c5c7}.service-card a{font-size:11px;font-weight:800;text-transform:uppercase;margin-top:auto}.source-note,.reviews-note{font-size:10px;color:#8a857f;margin-top:16px}.experience{position:relative;color:white;min-height:650px;display:flex;align-items:center;overflow:hidden}.experience-photo{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1771489465791-00ee339a9c92?auto=format&fit=crop&w=2200&q=84');background-size:cover;background-position:center}.experience-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,20,24,.93) 0%,rgba(16,20,24,.86) 47%,rgba(16,20,24,.3) 100%)}.experience-grid{position:relative;z-index:2;padding:90px 0}.experience-copy{max-width:670px}.experience h2{font-size:clamp(54px,6vw,88px);line-height:.9}.experience-copy>p:not(.eyebrow){font-size:15px;line-height:1.7;color:#ddd8d1;max-width:600px}.experience-points{display:grid;gap:16px;margin-top:28px}.experience-points>div{display:grid;grid-template-columns:34px 1fr;gap:16px}.experience-points strong{font:400 22px/1 Bebas Neue,sans-serif;color:#dfbd80}.experience-points b,.experience-points small{display:block}.experience-points b{font-size:13px}.experience-points small{font-size:10px;color:#b8b5b0;margin-top:3px}.photo-label{position:absolute;right:0;bottom:35px;background:rgba(10,13,15,.72);font-size:9px;line-height:1.5;padding:10px 12px;border-radius:4px;max-width:250px;color:#c9c5be}.reputation{background:#ebe3d8}.reviews-head{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end;margin-bottom:45px}.score{text-align:right}.score strong,.score span,.score small{display:block}.score strong{font:400 58px/1 Bebas Neue,sans-serif;color:var(--red)}.score span{color:#b18439;letter-spacing:2px}.score small{font-size:9px;color:#77716b;margin-top:5px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-card{background:#fffaf3;border:1px solid #d7cec1;border-radius:10px;padding:30px;min-height:275px;display:flex;flex-direction:column}.quote-mark{font:400 58px/1 Georgia;color:#c39a5c}.review-card p{font-size:14px;line-height:1.75;margin:2px 0 30px}.review-card>div:last-child{border-top:1px solid #e0d7ca;padding-top:18px;margin-top:auto}.review-card b,.review-card small{display:block}.review-card b{font-size:10px;text-transform:uppercase;letter-spacing:1px}.review-card small{font-size:10px;color:#8b8278;margin-top:3px}.visit{background:#f8f4ee}.visit-grid{display:grid;grid-template-columns:1fr .82fr;gap:80px;align-items:center}.visit-copy>p:not(.eyebrow){max-width:590px;color:#6d6863;line-height:1.7}.address-card{display:flex;gap:16px;align-items:center;background:white;border:1px solid #ddd6cc;border-radius:8px;padding:18px;margin:24px 0;max-width:520px}.address-card>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:white}.address-card b,.address-card small{display:block}.address-card small{color:#7b756f;margin-top:4px}.visit-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.dark-button{background:var(--ink);color:white}.contact-card{background:var(--ink);color:white;border-radius:12px;padding:34px;box-shadow:var(--shadow)}.contact-card h3{font:400 38px/1 Bebas Neue,sans-serif;margin:8px 0 25px}.info-row{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12)}.info-row span{font-size:9px;letter-spacing:1.6px;color:#bdb7ae}.info-row b{font-size:13px;text-align:right}.prototype-box{background:#252b30;border-radius:8px;padding:18px;margin-top:24px}.prototype-box b{font-size:11px;color:#e5c387}.prototype-box p{font-size:11px;line-height:1.55;color:#c7c5c1;margin:8px 0 0}.site-footer{background:#0f1417;color:white;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1.2fr .5fr 1fr;gap:70px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid>div>b{font-size:10px;letter-spacing:1.6px}.footer-grid p,.footer-grid a{font-size:10px;color:#9fa4a6;line-height:1.55}.footer-brand .brand-copy b{color:white}.footer-brand .brand-copy small{color:#9aa1a5}.footer-bottom{margin-top:45px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;font-size:9px;color:#777e82}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.14s}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}@media(max-width:900px){nav{position:fixed;left:20px;right:20px;top:105px;background:var(--paper);box-shadow:var(--shadow);padding:20px;border-radius:8px;display:none;flex-direction:column;align-items:stretch}.nav-toggle{display:flex;flex-direction:column;gap:5px;padding:10px}.nav-toggle span{width:24px;height:2px;background:var(--ink)}nav.open{display:flex}.hero-grid,.section-heading.split,.visit-grid{grid-template-columns:1fr}.hero-grid{padding:70px 0 100px;gap:35px}.hero-card{justify-self:start}.trust-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.review-grid{grid-template-columns:repeat(2,1fr)}.reviews-head{grid-template-columns:1fr}.score{text-align:left}.photo-label{right:20px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.concept-inner{padding:8px 0;align-items:flex-start}.concept-inner a{display:none}.nav-wrap{height:68px}.brand-copy b{font-size:24px}.brand-badge{width:40px;height:40px}.hero{min-height:auto}.hero-grid{padding-top:58px}.hero h1{font-size:64px}.lead{font-size:15px}.hero-proof{align-items:flex-start;gap:14px}.hero-proof i{display:none}.hero-proof{flex-direction:column}.hero-card{padding:24px}.trust-grid,.service-grid,.review-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);min-height:70px}.section{padding:75px 0}.section-heading.split{gap:20px}.experience-grid{padding:70px 0}.experience h2{font-size:56px}.reviews-head{gap:15px}.visit-grid{gap:35px}.footer-grid{grid-template-columns:1fr}.footer-bottom{gap:20px;flex-direction:column}.photo-label{position:relative;right:auto;bottom:auto;margin-top:35px}.hero-actions .button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none}}