﻿:root {
  --black: #020302;
  --black-2: #050806;
  --green: #00b957;
  --green-deep: #06351f;
  --emerald: #082617;
  --gold: #c7a45b;
  --ivory: #f7f1e7;
  --muted: #c9c2b5;
  --line: rgba(199, 164, 91, 0.42);
  --soft-line: rgba(255, 255, 255, 0.08);
  --radius: 8px;
  --container: min(1200px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}
body::before {
  content: "";
  position: fixed;
  inset: 10px;
  z-index: 80;
  pointer-events: none;
  border: 1px solid rgba(199, 164, 91, 0.34);
  border-radius: 0;
  box-shadow:
    inset 0 0 28px rgba(199, 164, 91, 0.18),
    inset 0 0 2px rgba(255, 238, 177, 0.66),
    0 0 36px rgba(199, 164, 91, 0.16);
  opacity: 0.86;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.section-pad { padding: 76px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 318px minmax(360px, 1fr) auto auto;
  align-items: center;
  min-height: 104px;
  gap: 18px;
  padding: 12px max(26px, calc((100vw - 1200px) / 2));
  background: rgba(2, 3, 2, 0.78);
  border-bottom: 1px solid rgba(199,164,91,0.16);
  box-shadow: 0 1px 24px rgba(199,164,91,0.08);
  backdrop-filter: blur(14px);
}
.brand img { width: 312px; height: 90px; object-fit: contain; object-position: left center; filter: drop-shadow(0 0 18px rgba(0,185,87,0.24)) drop-shadow(0 0 16px rgba(231,235,239,0.14)); }
.nav { display: flex; justify-content: center; gap: clamp(16px, 2.2vw, 30px); font-size: 11px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: #f5efe2; }
.nav a { position: relative; opacity: 0.9; transition: color 180ms ease, opacity 180ms ease; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 2px; transform: scaleX(0); background: var(--green); transform-origin: left; transition: transform 180ms ease; }
.nav a:hover, .nav a.active { color: var(--green); opacity: 1; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.header-cta, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0 25px; border: 1px solid var(--gold); border-radius: 5px; color: var(--ivory); background: rgba(0,0,0,0.22); box-shadow: 0 0 22px rgba(199,164,91,0.12), inset 0 0 0 1px rgba(255,238,177,0.08); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.header-cta { position: relative; overflow: hidden; color: #f1f4f6; border-color: rgba(231,235,239,0.54); background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(7,10,8,0.5) 42%, rgba(231,235,239,0.1)); box-shadow: 0 0 20px rgba(231,235,239,0.12), 0 0 26px rgba(199,164,91,0.1), inset 0 0 0 1px rgba(255,255,255,0.12); animation: chromePulse 3.8s ease-in-out infinite; }
.header-cta::before { content: ""; position: absolute; inset: -45% -35%; background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,0.72) 47%, rgba(199,164,91,0.28) 52%, transparent 64%); transform: translateX(-72%) rotate(8deg); animation: chromeSweep 4.8s ease-in-out infinite; pointer-events: none; }
.header-cta:hover, .btn:hover { transform: translateY(-2px); border-color: var(--green); }
.header-cta:hover { border-color: rgba(231,235,239,0.82); box-shadow: 0 0 30px rgba(231,235,239,0.22), 0 0 32px rgba(0,185,87,0.13), inset 0 0 0 1px rgba(255,255,255,0.18); }
.btn:active, .header-cta:active { transform: translateY(1px); }
.btn.primary { background: linear-gradient(135deg, rgba(5, 92, 48, 0.96), rgba(4, 52, 30, 0.98)); border-color: rgba(199, 164, 91, 0.8); box-shadow: inset 0 0 0 1px rgba(0,185,87,0.18), 0 16px 42px rgba(0,0,0,0.35); }
.btn.secondary { background: rgba(6, 53, 31, 0.74); border-color: rgba(199, 164, 91, 0.72); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 760px; height: 100dvh; max-height: 920px; overflow: hidden; display: flex; align-items: center; background: var(--black); }
.hero-visual { position: absolute; inset: 104px 0 0 36%; background: url("assets/hero-luxury-hq.webp") center / cover no-repeat; filter: saturate(1.05) contrast(1.12); animation: heroDrift 16s ease-in-out infinite alternate; transform-origin: 62% 42%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #020302 0%, rgba(2,3,2,0.98) 22%, rgba(2,3,2,0.75) 38%, rgba(2,3,2,0.12) 72%, rgba(2,3,2,0.18) 100%), linear-gradient(180deg, rgba(2,3,2,0.15) 0%, rgba(2,3,2,0.05) 44%, rgba(2,3,2,0.64) 100%); }
.hero-inner { position: relative; z-index: 2; padding-top: 104px; }
.hero-copy { width: min(500px, 100%); }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: 0.17em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: 1.02; }
h1 { font-size: clamp(48px, 5.2vw, 78px); text-transform: uppercase; letter-spacing: 0.018em; text-wrap: balance; animation: fadeUp 760ms ease both 160ms; }
h1 span, .section-title h2 span, .founder-copy h2 span, .cta-strip h2 { font-family: "Allura", "Brush Script MT", cursive; font-weight: 400; letter-spacing: 0; text-transform: none; }
h1 span { display: block; margin: -5px 0 2px; color: var(--green); font-size: 0.98em; line-height: 1.18; padding-bottom: 5px; text-shadow: 0 0 24px rgba(0,185,87,0.22); }
.ornament { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; width: 315px; max-width: 100%; margin: 18px 0 22px; color: var(--green); }
.ornament span { height: 1px; background: linear-gradient(90deg, transparent, var(--green)); transform-origin: right; animation: drawLine 720ms ease both 650ms; }
.ornament span:last-child { background: linear-gradient(90deg, var(--green), transparent); transform-origin: left; }
.ornament b { font-size: 18px; line-height: 1; animation: bloom 620ms ease both 920ms; }
.hero-copy p:not(.eyebrow) { max-width: 400px; margin: 0 0 30px; color: #f1eadf; font-size: 16px; line-height: 1.7; animation: fadeUp 760ms ease both 760ms; }
.hero .btn { animation: fadeUp 760ms ease both 950ms; }

.proof-strip { position: relative; z-index: 3; border-top: 1px solid rgba(199,164,91,0.42); border-bottom: 1px solid rgba(199,164,91,0.38); background: linear-gradient(90deg, #07150e, #0b2b1a 50%, #07150e); box-shadow: inset 0 1px 0 rgba(255,238,177,0.16), inset 0 -1px 0 rgba(255,238,177,0.12), 0 0 42px rgba(199,164,91,0.12); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; min-height: 116px; padding: 26px 28px; border-left: 1px solid rgba(199,164,91,0.3); }
.proof-grid article:first-child { border-left: 0; }
.proof-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--gold); border: 1px solid rgba(199,164,91,0.5); border-radius: 50%; font-size: 22px; }
.proof-grid h2 { font-family: "Montserrat", sans-serif; color: var(--ivory); font-size: 11px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.proof-grid p { margin: 7px 0 0; color: #e6ddcb; font-size: 13px; line-height: 1.45; }

.services { background: radial-gradient(circle at 50% 0%, rgba(0,185,87,0.08), transparent 24%), #020302; }
.section-title { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.title-rule { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; width: 260px; margin: 0 auto 8px; color: var(--green); }
.title-rule span { height: 1px; background: linear-gradient(90deg, transparent, var(--green)); }
.title-rule span:last-child { background: linear-gradient(90deg, var(--green), transparent); }
.section-title h2 { color: var(--ivory); font-size: clamp(38px, 4.2vw, 60px); text-transform: uppercase; letter-spacing: 0.035em; }
.section-title h2 span { display: block; color: var(--green); font-size: 0.82em; line-height: 1.05; text-transform: none; padding-bottom: 5px; }
.section-title > p:last-child { max-width: 600px; margin: 18px auto 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 380px; overflow: hidden; border: 1px solid rgba(199,164,91,0.66); border-radius: 5px; background: #030504; box-shadow: 0 0 24px rgba(199,164,91,0.1), inset 0 0 18px rgba(199,164,91,0.04); text-align: center; transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,218,135,0.82); box-shadow: 0 0 38px rgba(199,164,91,0.22), inset 0 0 22px rgba(199,164,91,0.08); }
.service-card img { width: 100%; height: 142px; object-fit: cover; filter: saturate(0.88) contrast(1.08); }
.service-card::after { content: ""; position: absolute; inset: 128px 0 auto 0; height: 58px; background: linear-gradient(180deg, transparent, #030504); pointer-events: none; }
.service-mark { position: relative; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; margin: -27px auto 18px; color: #e7ebef; background: #092415; border: 1px solid rgba(199,164,91,0.74); border-radius: 50%; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; font-weight: 700; text-shadow: 0 0 14px rgba(231,235,239,0.38); box-shadow: 0 0 20px rgba(199,164,91,0.14), inset 0 0 18px rgba(231,235,239,0.06); }
.service-card h3 { padding: 0 18px; min-height: 62px; color: #e7ebef; font-size: 23px; line-height: 1.03; text-transform: uppercase; text-shadow: 0 0 14px rgba(231,235,239,0.2), 0 1px 0 rgba(255,255,255,0.18); }
.service-card p { padding: 0 18px; margin: 14px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-card a { position: absolute; left: 0; right: 0; bottom: 18px; color: var(--ivory); font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.service-card a::after { content: " →"; color: var(--green); }

.founder-band { display: grid; grid-template-columns: 0.82fr 1.05fr 0.48fr; align-items: stretch; min-height: 315px; background: linear-gradient(90deg, #efe9dd, #fffaf0); color: #10150f; }
.founder-photo { position: relative; overflow: hidden; min-height: 315px; background: #d8d0c4; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.founder-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.62)); }
.signature { position: absolute; z-index: 2; left: 34px; bottom: 28px; color: white; font-family: "Allura", cursive; font-size: 34px; line-height: 0.9; }
.signature span { display: block; margin-top: 10px; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.founder-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px 54px; }
.founder-copy .eyebrow { color: #06351f; }
.founder-copy h2 { color: #12160f; font-size: clamp(34px, 3.2vw, 48px); line-height: 1.02; }
.founder-copy h2 span { display: block; color: #0b6b3d; font-size: 0.9em; padding-bottom: 5px; }
.founder-copy p { max-width: 600px; color: #31342e; font-size: 14px; }
.founder-copy .btn { width: fit-content; color: white; }
.founder-stats { display: grid; align-content: center; gap: 0; margin: 34px 34px 34px 0; padding: 24px 26px; border-radius: 0; background: rgba(255,255,255,0.54); box-shadow: 0 18px 60px rgba(0,0,0,0.08); }
.founder-stats div { padding: 16px 0; border-top: 1px solid rgba(0,0,0,0.14); }
.founder-stats div:first-child { border-top: 0; }
.founder-stats strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; font-weight: 500; color: #111; }
.founder-stats span { font-size: 12px; color: #333; }

.cta-strip { position: relative; overflow: hidden; padding: 34px 0; border-top: 1px solid rgba(199,164,91,0.28); border-bottom: 1px solid rgba(199,164,91,0.28); background: linear-gradient(90deg, rgba(3,34,20,0.98) 0%, rgba(5,49,29,0.94) 48%, rgba(3,34,20,0.98) 100%), url("assets/hero-luxury-hq.webp") center 56% / cover no-repeat; box-shadow: inset 0 1px 0 rgba(255,238,177,0.14), inset 0 -1px 0 rgba(255,238,177,0.12), 0 0 38px rgba(199,164,91,0.1); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.cta-strip h2 { margin: 0; color: var(--ivory); font-size: clamp(34px, 4vw, 54px); font-weight: 400; }
.cta-strip p { margin: 5px 0 0; color: #efe8d8; }

.contact { background: #020302; }
.contact-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 60px; align-items: start; }
.contact h2 { font-size: clamp(36px, 4vw, 58px); }
.contact p { color: var(--muted); }
.contact-details { display: grid; gap: 14px; margin-top: 28px; color: var(--muted); }
.contact-detail { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 14px; color: var(--muted); line-height: 1.45; }
.contact-details a.contact-detail { color: var(--ivory); font-weight: 700; transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease; }
.contact-details a.contact-detail:hover, .contact-details a.contact-detail:focus-visible { color: var(--green); transform: translateX(3px); text-shadow: 0 0 16px rgba(0,185,87,0.34); }
.contact-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--green); border: 1px solid rgba(199,164,91,0.62); border-radius: 50%; background: radial-gradient(circle at 35% 25%, rgba(255,255,255,0.13), transparent 34%), rgba(5,42,25,0.68); box-shadow: 0 0 22px rgba(199,164,91,0.14), inset 0 0 0 1px rgba(255,238,177,0.06); }
.contact-icon svg { width: 19px; height: 19px; fill: currentColor; filter: drop-shadow(0 0 8px rgba(0,185,87,0.25)); }
.booking-form { display: grid; gap: 16px; padding: 30px; border: 1px solid var(--line); border-radius: 6px; background: linear-gradient(145deg, rgba(9,36,21,0.72), rgba(3,5,4,0.94)); box-shadow: 0 0 36px rgba(199,164,91,0.1), inset 0 0 1px rgba(255,238,177,0.18); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; }
label span { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 1px solid rgba(199,164,91,0.42); border-radius: 5px; background: rgba(0,0,0,0.38); color: var(--ivory); padding: 13px 14px; outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,185,87,0.16); }

.footer { padding: 54px 0 24px; border-top: 1px solid rgba(199,164,91,0.24); background: #010201; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 0.7fr 0.85fr 1fr; gap: 42px; }
.footer img { width: 190px; margin-bottom: 16px; }
.footer .footer-logo { width: min(230px, 100%); height: auto; max-height: none; object-fit: contain; object-position: left center; filter: drop-shadow(0 0 16px rgba(0,185,87,0.16)); }
.footer p, .footer a, .footer span { display: block; color: var(--muted); font-size: 14px; }
.footer h3 { margin: 0 0 14px; color: var(--ivory); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.footer a, .footer span { margin: 7px 0; transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease; }
.footer-grid > div:nth-child(3) span { cursor: default; }
.footer-grid > div:nth-child(2) a:hover,
.footer-grid > div:nth-child(2) a:focus-visible,
.footer-grid > div:nth-child(2) a.active,
.footer-grid > div:nth-child(3) span:hover,
.footer-grid > div:nth-child(3) span:focus-visible,
.footer-contact > a:hover,
.footer-contact > a:focus-visible {
  color: var(--green);
  transform: translateX(3px);
  text-shadow: 0 0 16px rgba(0,185,87,0.34);
}
.footer-contact { min-width: 0; }
.social-links { display: flex; align-items: center; gap: 12px; margin-top: 15px; }
.footer .social-links a { display: grid; place-items: center; width: 40px; height: 40px; margin: 0; color: var(--gold); border: 1px solid rgba(199,164,91,0.54); border-radius: 50%; background: rgba(8,38,23,0.34); box-shadow: 0 0 20px rgba(199,164,91,0.1), inset 0 0 0 1px rgba(255,238,177,0.05); transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.footer .social-links a:hover { color: var(--green); border-color: rgba(255,218,135,0.82); transform: translateY(-2px); box-shadow: 0 0 28px rgba(199,164,91,0.2); }
.social-links svg { width: 18px; height: 18px; fill: currentColor; }
.footer .copyright { width: var(--container); margin: 34px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; color: #d9dde2; font-size: 12px; font-weight: 800; letter-spacing: 0.035em; text-shadow: 0 0 16px rgba(217,221,226,0.18); }
.footer .copyright span { display: inline; color: #f0f3f6; font: inherit; margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 680ms ease, transform 680ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes drawLine { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes bloom { from { opacity: 0; transform: scale(0.65) rotate(-12deg); } to { opacity: 1; transform: scale(1) rotate(0deg); } }
@keyframes heroDrift { from { transform: scale(1.025) translate3d(0,0,0); } to { transform: scale(1.07) translate3d(-10px,5px,0); } }
@keyframes chromePulse { 0%, 100% { box-shadow: 0 0 18px rgba(231,235,239,0.1), 0 0 24px rgba(199,164,91,0.08), inset 0 0 0 1px rgba(255,255,255,0.1); } 50% { box-shadow: 0 0 28px rgba(231,235,239,0.24), 0 0 34px rgba(199,164,91,0.16), inset 0 0 0 1px rgba(255,255,255,0.18); } }
@keyframes chromeSweep { 0%, 58% { transform: translateX(-72%) rotate(8deg); opacity: 0; } 68% { opacity: 0.8; } 86%, 100% { transform: translateX(72%) rotate(8deg); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto 1fr auto; min-height: 88px; gap: 12px; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; grid-column: 3; grid-row: 1; justify-self: end; gap: 7px; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line); border-radius: 5px; background: rgba(0,0,0,0.22); }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ivory); }
  .nav { position: fixed; inset: 82px 16px auto; display: none; flex-direction: column; align-items: flex-start; padding: 22px; border: 1px solid var(--line); border-radius: 6px; background: rgba(2,3,2,0.98); }
  .nav.is-open { display: flex; }
  .hero-visual { left: 30%; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid article:nth-child(odd) { border-left: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-band { grid-template-columns: 1fr; }
  .founder-photo { min-height: 460px; }
  .founder-stats { grid-template-columns: repeat(3, 1fr); margin: 0; border-radius: 0; }
  .founder-stats div { border-top: 0; border-left: 1px solid rgba(0,0,0,0.14); text-align: center; }
  .founder-stats div:first-child { border-left: 0; }
  .contact-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --container: min(100vw - 28px, 1200px); }
  .section-pad { padding: 58px 0; }
  .site-header { min-height: 84px; padding-inline: 14px; }
  .brand img { width: 220px; height: 70px; }
  .nav { inset: 84px 14px auto; }
  .hero { min-height: 720px; height: auto; max-height: none; }
  .hero-visual { inset: 76px 0 0 0; opacity: 0.52; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,3,2,0.98), rgba(2,3,2,0.74)), linear-gradient(180deg, rgba(2,3,2,0.1), rgba(2,3,2,0.8)); }
  .hero-inner { padding-top: 86px; }
  h1 { font-size: clamp(40px, 12.5vw, 56px); }
  .hero-copy p:not(.eyebrow) { max-width: 330px; }
  .proof-grid, .service-grid, .contact-grid, .footer-grid, .field-pair { grid-template-columns: 1fr; }
  .proof-grid article { border-left: 0; border-top: 1px solid rgba(199,164,91,0.24); }
  .proof-grid article:first-child { border-top: 0; }
  .service-card { min-height: 360px; }
  .founder-photo { min-height: 430px; }
  .founder-copy { padding: 36px 22px; }
  .founder-stats { grid-template-columns: 1fr; }
  .founder-stats div { border-left: 0; border-top: 1px solid rgba(0,0,0,0.14); }
  .founder-stats div:first-child { border-top: 0; }
  .cta-inner { display: grid; }
  .btn { width: fit-content; max-width: 100%; white-space: normal; text-align: center; }
}











.about-page { position: relative; background: #020302; overflow: hidden; }
.about-hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid rgba(199,164,91,0.2); border-bottom: 1px solid rgba(199,164,91,0.22); }
.about-hero-media { position: absolute; inset: 0 0 0 36%; opacity: 1; }
.about-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(0.92) contrast(1.04) brightness(0.76); transform: translateZ(0); }
.about-hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 76% 38%, rgba(0,0,0,0.1), rgba(0,0,0,0.34) 34%, rgba(0,0,0,0.72) 74%), linear-gradient(90deg, #020302 0%, rgba(2,3,2,0.98) 27%, rgba(2,3,2,0.68) 48%, rgba(2,3,2,0.24) 76%, rgba(2,3,2,0.52) 100%), linear-gradient(180deg, rgba(2,3,2,0.28), rgba(2,3,2,0.16) 42%, rgba(2,3,2,0.78)); }
.about-hero-inner { position: relative; z-index: 2; padding-top: 82px; }
.about-hero-inner h2 { max-width: 560px; color: var(--ivory); font-size: clamp(54px, 6vw, 86px); text-transform: uppercase; letter-spacing: 0.035em; }
.about-hero-inner h2 span { display: block; color: var(--gold); }
.about-hero-inner > p:not(.eyebrow):not(.about-script) { max-width: 520px; color: #f1eadf; font-size: 16px; line-height: 1.75; }
.about-rule { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; width: 360px; max-width: 100%; margin: 24px 0 24px; color: var(--gold); }
.about-rule span { height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.about-rule span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.about-script { margin: 20px 0 0; color: var(--gold); font-family: "Allura", "Brush Script MT", cursive; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; text-shadow: 0 0 18px rgba(199,164,91,0.18); }
.about-content { display: grid; gap: 22px; padding: 22px 0 72px; }
.about-story-panel, .about-choice, .about-founder-promise { border: 1px solid rgba(199,164,91,0.58); border-radius: 6px; background: linear-gradient(145deg, rgba(4,13,8,0.96), rgba(1,3,2,0.98)); box-shadow: 0 0 34px rgba(199,164,91,0.12), inset 0 0 0 1px rgba(255,238,177,0.04); }
.about-story-panel { display: grid; grid-template-columns: 0.92fr 1.55fr; gap: 34px; padding: 34px; }
.about-story-panel > article { padding-right: 28px; border-right: 1px solid rgba(199,164,91,0.38); }
.about-story-panel p { color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; align-items: stretch; }
.values-grid article { display: grid; align-content: start; justify-items: center; gap: 8px; min-height: 176px; padding: 18px 16px; text-align: center; border-left: 1px solid rgba(199,164,91,0.34); }
.values-grid article:first-child { border-left: 0; }
.values-grid span { color: var(--gold); font-size: 42px; line-height: 1; }
.values-grid h3 { color: #e7ebef; font-size: 22px; letter-spacing: 0.06em; text-transform: uppercase; text-shadow: 0 0 14px rgba(231,235,239,0.18); }
.values-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.about-choice { display: grid; grid-template-columns: 0.9fr 1.35fr; min-height: 430px; overflow: hidden; }
.about-choice-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 44px 38px; background: linear-gradient(90deg, rgba(2,3,2,0.98), rgba(2,3,2,0.76), transparent); }
.about-choice-copy h2 { color: var(--gold); font-size: clamp(42px, 5vw, 64px); text-transform: uppercase; }
.about-choice-copy ul { display: grid; gap: 12px; margin: 24px 0 30px; padding: 0; list-style: none; color: #efe8d8; }
.about-choice-copy li { position: relative; padding-left: 28px; }
.about-choice-copy li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); }
.about-choice-copy .btn { width: fit-content; }
.about-choice-image { min-height: 430px; background: linear-gradient(90deg, rgba(2,3,2,0.35), rgba(2,3,2,0.06)), url("assets/hero-luxury-hq.webp") center / cover no-repeat; filter: saturate(1.08) contrast(1.08); }
.about-founder-promise { position: relative; display: grid; grid-template-columns: 1fr 240px 1.15fr; align-items: center; gap: 28px; padding: 32px 36px; overflow: visible; }
.about-founder-card { display: grid; grid-template-columns: 78px 1fr; gap: 22px; align-items: center; }
.about-founder-icon { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid rgba(199,164,91,0.74); border-radius: 50%; color: var(--gold); font-size: 34px; box-shadow: 0 0 24px rgba(199,164,91,0.12); }
.about-founder-card p, .about-promise-copy p { color: var(--muted); }
.about-founder-promise img { width: 240px; height: 240px; object-fit: cover; object-position: 52% 34%; border: 2px solid rgba(199,164,91,0.78); border-radius: 50%; box-shadow: 0 0 42px rgba(199,164,91,0.18); }
.about-promise-copy { padding-left: 8px; }
@media (max-width: 1100px) {
  .about-hero-media { left: 28%; }
  .about-story-panel, .about-choice, .about-founder-promise { grid-template-columns: 1fr; }
  .about-story-panel > article { border-right: 0; border-bottom: 1px solid rgba(199,164,91,0.34); padding: 0 0 22px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid article { border-left: 0; border-top: 1px solid rgba(199,164,91,0.28); }
  .about-choice-copy { background: linear-gradient(180deg, rgba(2,3,2,0.98), rgba(2,3,2,0.72)); }
  .about-founder-promise img { justify-self: center; }
}
@media (max-width: 640px) {
  .about-hero { min-height: 720px; }
  .about-hero-media { inset: 76px 0 0 0; opacity: 0.82; }
  .about-hero-shade { background: radial-gradient(circle at 72% 44%, rgba(0,0,0,0.16), rgba(0,0,0,0.54) 45%, rgba(0,0,0,0.84) 100%), linear-gradient(90deg, rgba(2,3,2,0.98) 0%, rgba(2,3,2,0.82) 48%, rgba(2,3,2,0.42) 100%), linear-gradient(180deg, rgba(2,3,2,0.22), rgba(2,3,2,0.16) 44%, rgba(2,3,2,0.78)); }
  .about-hero-media img { object-position: 54% 38%; filter: saturate(0.92) contrast(1.05) brightness(0.72); }
  .about-hero-inner h2 { font-size: clamp(42px, 13vw, 58px); }
  .about-story-panel, .about-choice-copy, .about-founder-promise { padding: 26px 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .about-founder-card { grid-template-columns: 1fr; }
  .about-founder-promise img { width: 190px; height: 190px; }
}


.about-intro { position: relative; background: radial-gradient(circle at 20% 20%, rgba(0,185,87,0.08), transparent 32%), linear-gradient(180deg, #020302, #040806); border-bottom: 1px solid rgba(199,164,91,0.18); }
.about-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 54px; align-items: center; }
.about-intro-copy h2 { max-width: 720px; color: var(--ivory); font-size: clamp(40px, 4.8vw, 68px); text-transform: uppercase; letter-spacing: 0.03em; }
.about-intro-copy h2 span { display: block; color: var(--green); font-family: "Allura", "Brush Script MT", cursive; font-size: 0.9em; font-weight: 400; letter-spacing: 0; text-transform: none; padding-bottom: 5px; text-shadow: 0 0 22px rgba(0,185,87,0.22); }
.about-intro-copy > p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.about-intro-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 28px 0 30px; }
.about-intro-points span { display: grid; place-items: center; min-height: 54px; padding: 12px 14px; border: 1px solid rgba(199,164,91,0.42); border-radius: 5px; color: #e7ebef; background: rgba(8,38,23,0.36); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; box-shadow: 0 0 22px rgba(199,164,91,0.08); }
.about-intro-card { position: relative; overflow: hidden; min-height: 500px; border: 1px solid rgba(199,164,91,0.62); border-radius: 6px; background: #040604; box-shadow: 0 0 34px rgba(199,164,91,0.14), inset 0 0 0 1px rgba(255,238,177,0.04); }
.about-intro-event { background: linear-gradient(180deg, rgba(2,3,2,0.02) 0%, rgba(2,3,2,0.12) 36%, rgba(2,3,2,0.9) 100%), url("assets/about-owner-reaching.webp") center 28% / cover no-repeat; }
.about-intro-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 16%, rgba(199,164,91,0.08), transparent 38%), linear-gradient(180deg, transparent 48%, rgba(0,0,0,0.88)); pointer-events: none; }
.about-intro-card div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; }
.about-intro-card strong { display: block; max-width: 320px; color: #f0f3f6; font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; font-weight: 500; line-height: 1.04; letter-spacing: 0.04em; text-transform: uppercase; text-shadow: 0 0 16px rgba(231,235,239,0.22); }
.about-intro-card span { display: block; margin-bottom: 10px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.about-intro-card small { display: block; margin-top: 14px; color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; }
@media (max-width: 1100px) {
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-intro-card { max-width: 520px; width: 100%; justify-self: center; }
}
@media (max-width: 640px) {
  .about-intro-points { grid-template-columns: 1fr; }
  .about-intro-card { min-height: 420px; height: 420px; }
}
@media (max-width: 640px) {
  .nav {
    gap: 6px;
    padding: 18px;
    background: rgba(2, 3, 2, 0.98);
    box-shadow: 0 18px 55px rgba(0,0,0,0.42), 0 0 26px rgba(199,164,91,0.16);
  }
  .nav a {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(199,164,91,0.18);
    border-radius: 5px;
    color: #f4efe6;
    background: rgba(8, 38, 23, 0.18);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.12em;
  }
  .nav a::after { display: none; }
  .nav a:hover,
  .nav a:focus-visible,
  .nav a.active {
    color: #06150d;
    background: linear-gradient(135deg, rgba(231,235,239,0.92), rgba(199,164,91,0.78));
    border-color: rgba(231,235,239,0.84);
    opacity: 1;
    box-shadow: 0 0 22px rgba(231,235,239,0.16), inset 0 0 0 1px rgba(255,255,255,0.22);
  }
  .hero {
    min-height: 650px;
    align-items: flex-start;
  }
  .hero-visual {
    inset: 76px 0 0 18%;
    opacity: 0.74;
    background-position: 78% center;
    filter: saturate(1.08) contrast(1.06);
    animation: none;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2,3,2,0.98) 0%, rgba(2,3,2,0.88) 44%, rgba(2,3,2,0.48) 72%, rgba(2,3,2,0.34) 100%),
      linear-gradient(180deg, rgba(2,3,2,0.2) 0%, rgba(2,3,2,0.34) 46%, rgba(2,3,2,0.78) 100%);
  }
  .hero-inner { padding-top: 122px; }
  .hero-copy { width: min(340px, 100%); }
  .hero-copy .eyebrow { font-size: 11px; letter-spacing: 0.13em; }
  h1 { font-size: clamp(34px, 10.2vw, 44px); line-height: 1.05; letter-spacing: 0.012em; }
  h1 span { font-size: 1.02em; margin: -2px 0 0; }
  .ornament { width: min(280px, 100%); margin: 14px 0 18px; }
  .hero-copy p:not(.eyebrow) { max-width: 310px; font-size: 16px; line-height: 1.65; margin-bottom: 24px; }
  .hero .btn { min-height: 56px; width: min(330px, 100%); padding-inline: 18px; }
  .footer { text-align: center; padding-top: 44px; }
  .footer-grid { justify-items: center; gap: 32px; }
  .footer-grid > div { width: 100%; display: grid; justify-items: center; }
  .footer .footer-logo { width: min(230px, 72vw); object-position: center; }
  .footer p { max-width: 310px; margin-left: auto; margin-right: auto; }
  .footer .social-links { justify-content: center; }
}

@media (max-width: 380px) {
  .brand img { width: 196px; height: 62px; }
  .hero-copy { width: min(318px, 100%); }
  h1 { font-size: clamp(32px, 9.8vw, 39px); }
  .hero-copy p:not(.eyebrow) { max-width: 292px; }
}



.contact-page { background: #020302; }
.contact-hero { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid rgba(199,164,91,0.22); }
.contact-hero-media { position: absolute; inset: 104px 0 0 34%; background: url("assets/hero-luxury-hq.webp") center / cover no-repeat; filter: saturate(1.06) contrast(1.08); }
.contact-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #020302 0%, rgba(2,3,2,0.96) 28%, rgba(2,3,2,0.58) 52%, rgba(2,3,2,0.18) 100%), linear-gradient(180deg, rgba(2,3,2,0.12), rgba(2,3,2,0.78)); }
.contact-hero-inner { position: relative; z-index: 2; padding-top: 104px; }
.contact-hero-inner h1 { max-width: 650px; }
.contact-hero-inner h1 span { color: var(--gold); font-size: 0.9em; }
.contact-hero-inner > p:not(.eyebrow) { max-width: 520px; color: #f1eadf; font-size: 16px; line-height: 1.75; margin-bottom: 28px; }
.contact-page-panel { border-top: 1px solid rgba(199,164,91,0.18); background: radial-gradient(circle at 80% 0%, rgba(0,185,87,0.08), transparent 30%), #020302; }
.contact-page-info h2 { color: var(--ivory); }
.contact-social-card { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(199,164,91,0.24); }
.contact-social-card h3 { color: var(--gold); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-social-card .social-links a { display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold); border: 1px solid rgba(199,164,91,0.54); border-radius: 50%; background: rgba(8,38,23,0.34); transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.contact-social-card .social-links a:hover { color: var(--green); border-color: rgba(255,218,135,0.82); transform: translateY(-2px); box-shadow: 0 0 28px rgba(199,164,91,0.2); }
@media (max-width: 640px) {
  .contact-hero { min-height: 650px; align-items: flex-start; }
  .contact-hero-media { inset: 76px 0 0 0; opacity: 0.58; background-position: 66% center; }
  .contact-hero-shade { background: linear-gradient(90deg, rgba(2,3,2,0.98), rgba(2,3,2,0.7)), linear-gradient(180deg, rgba(2,3,2,0.14), rgba(2,3,2,0.82)); }
  .contact-hero-inner { padding-top: 122px; }
  .contact-hero-inner h1 { font-size: clamp(38px, 11vw, 50px); }
}




/* Responsive safety layer for phones, tablets, and embedded mobile browsers. */
*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { width: 100%; max-width: 100%; overflow-x: clip; }
@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}
:where(.hero-copy, .about-hero-inner, .contact-hero-inner, .section-title, .about-intro-copy, .founder-copy, .contact-page-info, .cta-inner, .footer, .service-card) {
  min-width: 0;
}
:where(h1, h2, h3, p, a, span, button, input, select, textarea, label) {
  overflow-wrap: anywhere;
}
:where(.site-header, .hero, .about-hero, .contact-hero, .proof-strip, .services, .about-intro, .founder-band, .cta-strip, .contact, .footer) {
  max-width: 100%;
}

@media (max-width: 900px) {
  :root { --container: min(100% - clamp(28px, 7vw, 48px), 1200px); }
  .site-header {
    width: calc(100% - clamp(16px, 4vw, 28px));
    left: 50%;
    transform: translateX(-50%);
    padding-inline: clamp(14px, 3.5vw, 24px);
  }
  .nav {
    left: clamp(12px, 4vw, 24px);
    right: clamp(12px, 4vw, 24px);
    width: auto;
  }
  .hero, .about-hero, .contact-hero {
    min-height: max(650px, 100svh);
  }
  .hero-inner, .about-hero-inner, .contact-hero-inner {
    width: var(--container);
    padding-top: clamp(104px, 16svh, 136px);
  }
  .hero-copy, .contact-hero-inner, .about-hero-inner {
    max-width: min(100%, 560px);
  }
  .section-title h2,
  .about-intro-copy h2,
  .founder-copy h2,
  .about-choice-copy h2,
  .contact h2,
  .cta-strip h2 {
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card h3 { font-size: clamp(21px, 3.9vw, 29px); min-height: auto; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - clamp(24px, 7.5vw, 34px), 1200px); }
  .site-header { top: 8px; min-height: clamp(72px, 16vw, 86px); }
  .brand img { width: clamp(142px, 38vw, 220px); height: auto; max-height: 70px; }
  .menu-toggle { width: clamp(42px, 11vw, 50px); height: clamp(42px, 11vw, 50px); }
  .nav { inset-block-start: calc(clamp(72px, 16vw, 86px) + 16px); max-height: calc(100svh - 118px); overflow-y: auto; }
  .nav a { font-size: clamp(13px, 3.4vw, 16px); min-height: 48px; display: flex; align-items: center; }

  .hero { min-height: max(660px, 100svh); padding-bottom: 42px; }
  .hero-visual { inset: 76px 0 0 0; background-position: 70% center; }
  .hero-inner { padding-top: clamp(112px, 20svh, 136px); }
  .hero-copy { width: min(100%, 34rem); max-width: 100%; }
  .hero-copy .eyebrow,
  .about-hero-inner .eyebrow,
  .contact-hero-inner .eyebrow {
    font-size: clamp(10px, 3vw, 12px);
    letter-spacing: clamp(0.08em, 1.3vw, 0.14em);
    line-height: 1.35;
  }
  h1 {
    font-size: clamp(31px, 10.4vw, 48px);
    line-height: 1.08;
    letter-spacing: 0.008em;
    max-width: 100%;
    text-wrap: balance;
  }
  h1 span { line-height: 1.12; padding-bottom: 0.08em; }
  .hero-copy p:not(.eyebrow),
  .contact-hero-inner > p:not(.eyebrow),
  .about-hero-inner > p:not(.eyebrow):not(.about-script) {
    max-width: min(100%, 36ch);
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.62;
  }
  .ornament, .about-rule { width: min(100%, 285px); }
  .hero .btn, .contact-hero .btn, .cta-strip .btn, .booking-form .btn {
    width: min(100%, 360px);
    min-height: 56px;
    padding-inline: clamp(14px, 4vw, 22px);
    white-space: normal;
    line-height: 1.25;
  }

  .proof-grid article { grid-template-columns: 54px minmax(0, 1fr); padding: 24px clamp(18px, 6vw, 28px); }
  .proof-grid h2 { font-size: clamp(11px, 3.1vw, 13px); }
  .proof-grid p { font-size: clamp(14px, 3.7vw, 16px); }
  .section-title { margin-bottom: 34px; }
  .section-title h2 { font-size: clamp(31px, 9.4vw, 44px); line-height: 1.07; letter-spacing: 0.018em; }
  .section-title h2 span { font-size: 0.9em; line-height: 1.16; }
  .section-title > p:last-child { font-size: clamp(15px, 4vw, 17px); line-height: 1.65; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card { min-height: 0; padding-bottom: 66px; }
  .service-card img { height: clamp(150px, 42vw, 210px); }
  .service-card h3 { padding-inline: clamp(16px, 6vw, 28px); font-size: clamp(25px, 7vw, 34px); line-height: 1.06; }
  .service-card p { padding-inline: clamp(18px, 6vw, 30px); font-size: clamp(14px, 4vw, 16px); }

  .about-hero, .contact-hero { min-height: max(650px, 100svh); }
  .about-hero-inner h2 { font-size: clamp(39px, 11.5vw, 58px); line-height: 1.08; letter-spacing: 0.022em; max-width: 100%; }
  .about-script { font-size: clamp(30px, 8.8vw, 42px); }
  .about-intro-copy h2 { font-size: clamp(34px, 9vw, 50px); line-height: 1.08; }
  .about-intro-points span { overflow-wrap: normal; }
  .about-story-panel, .about-choice-copy, .about-founder-promise, .booking-form { padding-inline: clamp(18px, 5.5vw, 24px); }
  .contact-hero-inner h1 { font-size: clamp(34px, 10vw, 48px); }
  .field-pair { grid-template-columns: 1fr; }
  input, select, textarea { font-size: 16px; }
  .cta-inner { display: grid; justify-items: center; text-align: center; }
  .cta-strip h2 { font-size: clamp(31px, 8.5vw, 42px); line-height: 1.12; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 430px) {
  :root { --container: calc(100% - 24px); }
  .hero-inner, .about-hero-inner, .contact-hero-inner { padding-top: clamp(108px, 17svh, 128px); }
  h1 { font-size: clamp(30px, 10vw, 42px); }
  .hero-copy p:not(.eyebrow) { max-width: 32ch; }
  .hero .btn { width: 100%; }
  .section-title h2 { font-size: clamp(30px, 8.9vw, 40px); }
  .about-hero-inner h2 { font-size: clamp(36px, 10.2vw, 48px); }
  .contact-hero-inner h1 { font-size: clamp(32px, 9.4vw, 42px); }
}

@media (max-width: 360px) {
  :root { --container: calc(100% - 20px); }
  .brand img { width: clamp(154px, 48vw, 176px); }
  .hero-inner, .about-hero-inner, .contact-hero-inner { padding-top: 108px; }
  h1 { font-size: clamp(28px, 9.2vw, 34px); line-height: 1.1; }
  h1 span { font-size: 1em; }
  .hero-copy p:not(.eyebrow),
  .contact-hero-inner > p:not(.eyebrow),
  .about-hero-inner > p:not(.eyebrow):not(.about-script) { font-size: 15px; max-width: 30ch; }
  .hero .btn, .contact-hero .btn { min-height: 54px; font-size: 10px; letter-spacing: 0.09em; }
  .about-hero-inner h2 { font-size: clamp(32px, 9.4vw, 38px); }
  .section-title h2 { font-size: clamp(28px, 8.6vw, 34px); }
}

@supports (padding: max(0px)) {
  body { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
  .site-header { padding-left: max(clamp(14px, 3.5vw, 24px), env(safe-area-inset-left)); padding-right: max(clamp(14px, 3.5vw, 24px), env(safe-area-inset-right)); }
}

@media (max-width: 430px) {
  .about-hero-media img { object-position: 48% 38%; }
}




.footer-legal { width: var(--container); margin: 28px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 22px; }
.footer-legal a { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease; }
.footer-legal a:hover, .footer-legal a:focus-visible, .footer-legal a.active { color: var(--green); transform: translateY(-1px); text-shadow: 0 0 16px rgba(0,185,87,0.34); }
.legal-page { background: radial-gradient(circle at 80% 0%, rgba(0,185,87,0.08), transparent 30%), #020302; }
.legal-hero { position: relative; min-height: 420px; display: flex; align-items: center; padding-top: 96px; border-bottom: 1px solid rgba(199,164,91,0.22); background: linear-gradient(90deg, rgba(2,3,2,0.98), rgba(3,34,20,0.74)), url("assets/hero-luxury-hq.webp") center 54% / cover no-repeat; }
.legal-hero-inner h1 { max-width: 760px; color: var(--ivory); font-size: clamp(46px, 6vw, 82px); text-transform: uppercase; letter-spacing: 0.035em; }
.legal-hero-inner > p:not(.eyebrow) { max-width: 720px; color: #f1eadf; font-size: 16px; line-height: 1.75; }
.legal-panel { display: grid; gap: 18px; max-width: 960px; }
.legal-panel article { padding: 26px 28px; border: 1px solid rgba(199,164,91,0.48); border-radius: 6px; background: linear-gradient(145deg, rgba(9,36,21,0.62), rgba(3,5,4,0.94)); box-shadow: 0 0 28px rgba(199,164,91,0.08), inset 0 0 1px rgba(255,238,177,0.12); }
.legal-panel h2 { color: var(--gold); font-size: clamp(28px, 3vw, 38px); letter-spacing: 0.03em; text-transform: uppercase; }
.legal-panel p { color: var(--muted); font-size: 15px; line-height: 1.75; }
@media (max-width: 640px) {
  .legal-hero { min-height: 430px; align-items: flex-start; padding-top: 128px; }
  .legal-hero-inner h1 { font-size: clamp(36px, 10vw, 48px); }
  .legal-panel article { padding: 22px 20px; }
  .footer-legal { display: grid; justify-items: center; gap: 10px; }
}



.not-found-page { min-height: 70dvh; background: #020302; }
.not-found-hero { position: relative; display: grid; min-height: 76dvh; place-items: center; overflow: hidden; border-bottom: 1px solid rgba(199,164,91,0.28); background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.66) 42%, rgba(0,0,0,0.38) 100%), url("assets/hero-luxury-hq.webp") center / cover no-repeat; }
.not-found-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 35%, rgba(199,164,91,0.16), transparent 28%), linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.68)); }
.not-found-inner { position: relative; z-index: 1; max-width: 720px; text-align: center; }
.not-found-inner h1 { margin: 0; color: var(--ivory); font-family: var(--serif); font-size: clamp(48px, 8vw, 96px); font-weight: 500; line-height: 0.94; text-transform: uppercase; }
.not-found-inner > p:last-of-type { max-width: 620px; margin: 22px auto 0; color: var(--muted); font-size: clamp(16px, 2vw, 20px); line-height: 1.7; }
.not-found-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
@media (max-width: 640px) {
  .not-found-hero { min-height: 74dvh; padding: 150px 0 72px; background-position: 58% center; }
  .not-found-inner { text-align: left; }
  .not-found-actions { justify-content: flex-start; }
  .not-found-actions .btn { width: 100%; justify-content: center; }
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.language-switcher { position: relative; z-index: 110; }
.language-switcher select { min-width: 118px; height: 42px; padding: 0 34px 0 14px; color: var(--ivory); font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid rgba(192,192,192,0.58); border-radius: 6px; background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(2,3,2,0.8)); box-shadow: 0 0 22px rgba(192,192,192,0.16), inset 0 0 0 1px rgba(255,255,255,0.07); appearance: none; cursor: pointer; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.language-switcher select { color-scheme: dark; }
.language-switcher select option { color: #f7f1e7; background: #020302; font-weight: 700; }
.language-switcher select option:checked { color: #06150d; background: #00b957; }
.language-switcher::after { content: "v"; position: absolute; top: 50%; right: 12px; color: var(--green); font-size: 10px; font-weight: 900; transform: translateY(-54%); pointer-events: none; }
.language-switcher select:hover, .language-switcher select:focus-visible { border-color: rgba(0,185,87,0.9); box-shadow: 0 0 26px rgba(0,185,87,0.22), 0 0 34px rgba(192,192,192,0.14); outline: none; transform: translateY(-1px); }
#google_translate_element { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.skiptranslate, .goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }
@media (max-width: 980px) {
  .site-header .language-switcher { grid-column: 2; grid-row: 1; justify-self: end; margin-left: auto; margin-right: 4px; }
  .language-switcher select { min-width: 98px; height: 44px; padding-left: 12px; font-size: 10px; }
}
@media (max-width: 640px) {
  .site-header { grid-template-columns: auto 1fr auto; gap: 8px; }
  .site-header .language-switcher { grid-column: 2; grid-row: 1; justify-self: end; margin-right: 4px; }
  .language-switcher select { min-width: 84px; height: 42px; padding-left: 10px; padding-right: 26px; font-size: 9px; }
}




/* mobile-edge-aura-fix */
@media (max-width: 900px) {
  body::before {
    inset: 6px;
    border-radius: 0;
    box-shadow:
      inset 0 0 12px rgba(199, 164, 91, 0.13),
      inset 0 0 1px rgba(255, 238, 177, 0.42),
      0 0 14px rgba(199, 164, 91, 0.08);
    opacity: 0.58;
  }
  .site-header {
    right: auto;
    max-width: calc(100vw - 16px);
  }
}

@media (max-width: 640px) {
  body::before {
    inset: 4px;
    border-radius: 0;
    box-shadow: inset 0 0 8px rgba(199, 164, 91, 0.12);
    opacity: 0.42;
  }
  .site-header {
    max-width: calc(100vw - 12px);
    grid-template-columns: minmax(120px, auto) minmax(78px, 1fr) auto;
    align-items: center;
  }
  .brand { min-width: 0; }
  .site-header .language-switcher { min-width: 0; }
  .language-switcher select { max-width: 96px; }
}

