:root{--ink:#111417;--muted:#626970;--gold:#d7a928;--gold2:#f0c64d;--paper:#f5f5f2;--white:#fff;--line:#d9d9d3;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}.topbar{height:76px;display:flex;align-items:center;gap:34px;padding:0 max(24px,calc((100% - var(--max))/2));background:#0d1013;color:#fff;position:relative;z-index:5}.brand{font-size:19px;letter-spacing:.13em;font-weight:800;white-space:nowrap}.brand span{color:var(--gold2)}nav{display:flex;gap:28px;margin-left:auto}nav a{color:#dfe2e3;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;background:var(--gold);color:#111;font-weight:800;border:1px solid var(--gold);border-radius:2px;cursor:pointer;font:inherit;font-weight:800}.button:hover{background:var(--gold2)}.button-small{min-height:42px;padding:0 18px}.button-outline{background:transparent;color:#fff;border-color:#71767a}.button-outline:hover{color:#111}.button-dark{background:var(--ink);border-color:var(--ink);color:#fff}.hero{min-height:690px;position:relative;display:flex;align-items:center;background:#161a1d url('hero.jpg') center/cover no-repeat;color:#fff}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,8,9,.94) 0%,rgba(6,8,9,.8) 43%,rgba(6,8,9,.18) 78%)}.hero-content{width:min(var(--max),calc(100% - 48px));margin:auto;position:relative;padding:80px 0}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:800;color:#b08315;margin:0 0 16px}.hero .eyebrow,.contact .eyebrow{color:var(--gold2)}h1{font-size:clamp(48px,7vw,86px);line-height:.95;letter-spacing:-.055em;margin:0;max-width:720px}.hero-copy{font-size:20px;max-width:580px;color:#d9dddf;margin:28px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-line{display:flex;gap:28px;margin-top:52px;color:#cbd0d2;font-size:13px}.trust-line span:before{content:'✓';color:var(--gold2);font-weight:900;margin-right:8px}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);max-width:var(--max);margin:-34px auto 0;background:#fff;position:relative;box-shadow:0 12px 35px #1112}.quick-actions>a,.quick-actions>div{padding:27px 30px;border-right:1px solid var(--line);display:flex;flex-direction:column}.quick-actions>*:last-child{border:0}.quick-actions b{font-size:15px}.quick-actions span{font-size:13px;color:var(--muted);margin-top:3px}.section{max-width:var(--max);margin:auto;padding:115px 0}.section-heading{display:grid;grid-template-columns:1fr 1.2fr;column-gap:60px;margin-bottom:50px}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2{margin:0}.section-heading>p:last-child{margin:0;color:var(--muted);max-width:520px}h2{font-size:clamp(34px,4.5vw,57px);line-height:1.04;letter-spacing:-.04em}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-grid article{padding:33px;min-height:225px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.service-grid article span{font-size:12px;color:#9a760d;font-weight:800}.service-grid h3{font-size:20px;line-height:1.2;margin:22px 0 10px}.service-grid p{color:var(--muted);font-size:14px;margin:0}.about{background:var(--gold);display:grid;grid-template-columns:1fr 1fr;padding:100px max(24px,calc((100% - var(--max))/2));gap:80px}.about .eyebrow{color:#5f4905}.about h2{margin:0}.about-copy{font-size:18px;max-width:510px}.about-copy p:first-child{margin-top:0}.text-link{display:inline-block;margin-top:18px;font-weight:800;border-bottom:2px solid #111}.booking{max-width:var(--max);margin:auto;padding:110px 0;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.booking h2{margin:0 0 25px}.booking-intro>p:last-child{color:var(--muted)}form{display:grid;grid-template-columns:1fr 1fr;gap:20px;background:#fff;padding:35px;border-top:5px solid var(--gold)}label{font-size:13px;font-weight:800}input,textarea{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid #c7c9c7;background:#fafaf8;border-radius:2px;font:inherit}textarea{resize:vertical}.full{grid-column:1/-1}.form-note{font-size:12px;color:var(--muted);margin:0}.request-result{grid-column:2;background:#fff;padding:35px;border-top:5px solid var(--gold)}.request-result h3{margin-top:0}.request-result pre{white-space:pre-wrap;background:#f2f2ef;padding:20px;font:14px/1.5 monospace}.request-result>div{display:flex;gap:10px;flex-wrap:wrap}.contact{background:#111417;color:#fff;padding:90px max(24px,calc((100% - var(--max))/2));display:flex;align-items:end;justify-content:space-between;gap:35px}.contact h2{margin:0}.contact-actions{display:flex;gap:10px;flex-wrap:wrap}footer{max-width:var(--max);margin:auto;padding:38px 0 88px;display:flex;gap:30px;align-items:center;font-size:13px;color:var(--muted)}footer p:nth-of-type(1){margin-right:auto}.mobile-bar{display:none} @media(max-width:900px){.topbar nav{display:none}.topbar{padding:0 20px}.topbar .button{margin-left:auto}.hero{min-height:650px;background-position:62% center}.hero-content{width:calc(100% - 40px)}.hero-shade{background:linear-gradient(90deg,rgba(6,8,9,.92),rgba(6,8,9,.55))}.trust-line{flex-direction:column;gap:8px}.quick-actions{grid-template-columns:1fr;margin:0}.quick-actions>*{border-right:0!important;border-bottom:1px solid var(--line)!important}.section,.booking{padding:78px 20px}.section-heading,.booking,.about{grid-template-columns:1fr;gap:35px}.service-grid{grid-template-columns:1fr 1fr}.about{padding:75px 20px}.contact{align-items:flex-start;flex-direction:column;padding:75px 20px}footer{margin:0 20px;flex-wrap:wrap}.request-result{grid-column:1}}@media(max-width:600px){body{padding-bottom:62px}.topbar{height:66px}.topbar>.button{display:none}.hero{min-height:610px}.hero-content{padding:60px 0}.hero-copy{font-size:17px}.hero-actions .button{width:100%}.service-grid{grid-template-columns:1fr}.section-heading{display:block}.section-heading h2{margin-bottom:22px}.booking form{grid-template-columns:1fr;padding:24px}.booking form .full{grid-column:1}.contact-actions,.contact-actions .button{width:100%}footer{display:block;padding-bottom:40px}.mobile-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;z-index:9;bottom:0;left:0;right:0;height:62px;background:#101316;color:#fff}.mobile-bar a{display:grid;place-items:center;font-weight:800}.mobile-bar a:last-child{background:var(--gold);color:#111}}
