:root {
  color-scheme: dark;
  --black: #030303;
  --black-soft: #080908;
  --charcoal: #101111;
  --charcoal-2: #151513;
  --slate: #1f2528;
  --gold: #c89a3b;
  --gold-bright: #f7d781;
  --gold-deep: #7b5524;
  --ivory: #f5efe2;
  --text: #e7dfcf;
  --muted: #a79b87;
  --line: rgba(201, 164, 93, 0.32);
  --line-strong: rgba(242, 212, 135, 0.58);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
  --shine-sweep: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.58) 49%, rgba(247, 215, 129, 0.72) 52%, transparent 62%);
  --hero-rail: clamp(290px, 20vw, 395px);
  --serif: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(11, 12, 12, 0.98), rgba(3, 3, 3, 1) 42%),
    radial-gradient(circle at 12% 0%, rgba(201, 154, 59, 0.16), transparent 24%),
    var(--black);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 4px;
  background:
    linear-gradient(90deg, var(--gold-deep), var(--gold-bright), var(--gold-deep)),
    var(--shine-sweep);
  background-position: center, -220% 0;
  background-size: 100% 100%, 260% 100%;
  animation: goldLinePulse 9.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes goldLinePulse {
  0%,
  46%,
  100% {
    background-position: center, -220% 0;
    filter: drop-shadow(0 0 0 rgba(247, 215, 129, 0));
  }

  58% {
    background-position: center, 220% 0;
    filter: drop-shadow(0 0 12px rgba(247, 215, 129, 0.42));
  }
}

@keyframes accentShimmer {
  0%,
  52%,
  100% {
    background-position: -220% 0;
    opacity: 0;
  }

  60% {
    opacity: 0.34;
  }

  70% {
    background-position: 220% 0;
    opacity: 0;
  }
}

@keyframes lineShimmer {
  0%,
  54%,
  100% {
    background-position: -180% 0;
    box-shadow: 0 0 16px rgba(247, 215, 129, 0.18);
  }

  65% {
    background-position: 180% 0;
    box-shadow: 0 0 30px rgba(247, 215, 129, 0.58);
  }
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

strong {
  color: var(--gold-bright);
  font-weight: 800;
}

.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;
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.mobile-kicker,
.mobile-title,
.mobile-line,
.mobile-summary,
.mobile-copy,
.mobile-service-link,
.mobile-proof,
.mobile-services-teaser,
.desktop-hero-art,
.desktop-hero-brand-full,
.desktop-hero-imagemap {
  display: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 88px;
  display: grid;
  grid-template-columns: minmax(230px, var(--hero-rail)) 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 0 64px 0 78px;
  border-bottom: 1px solid rgba(201, 154, 59, 0.2);
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.72), rgba(3, 3, 3, 0.22));
  backdrop-filter: blur(10px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-lockup img {
  display: none;
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-lockup strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
}

.brand-lockup small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 4vw, 62px);
}

.site-nav a,
.header-cta,
.button,
.section-number,
.form-note,
.site-footer {
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  color: rgba(245, 239, 226, 0.74);
  font-size: 0.82rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-bright);
}

.header-cta,
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid var(--line-strong);
  background: rgba(7, 7, 6, 0.72);
  color: var(--gold-bright);
  font-size: 0.74rem;
  font-weight: 900;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.header-cta::before,
.button::before,
.jurisdiction-note::before,
.hero-preview::before,
.pillar-card.featured::before,
.fleet-security-callout::before,
.protocol-bar::before,
.gold-callout::before,
.footer-admin-trigger::before,
.admin-login button::before,
.admin-tools button::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  background: var(--shine-sweep);
  background-position: -220% 0;
  background-size: 260% 100%;
  opacity: 0;
  pointer-events: none;
  animation: accentShimmer 13s ease-in-out infinite;
}

.header-cta > *,
.button > *,
.jurisdiction-note > *,
.hero-preview > *,
.pillar-card.featured > *,
.fleet-security-callout > *,
.protocol-bar > *,
.gold-callout > *,
.footer-admin-trigger > *,
.admin-login button > *,
.admin-tools button > * {
  position: relative;
  z-index: 2;
}

.button-primary::before {
  animation-delay: 1.4s;
}

.button-ghost::before,
.jurisdiction-note::before {
  animation-delay: 3.8s;
}

.header-cta {
  min-width: 176px;
  padding: 0 20px;
}

.button {
  padding: 0 22px;
  min-width: 228px;
}

.hero-actions .button {
  min-height: 74px;
  min-width: 365px;
  justify-content: space-between;
  padding: 0 36px;
  font-size: 0.82rem;
}

.hero-actions .button-ghost {
  min-width: 260px;
}

.button svg,
.header-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
  border-color: var(--gold-bright);
}

.button-primary {
  background: linear-gradient(135deg, #c9a45d, #f2d487 52%, #9e7537);
  border-color: rgba(242, 212, 135, 0.76);
  color: #080806;
  box-shadow: 0 18px 60px rgba(201, 164, 93, 0.2);
}

.button-ghost {
  background: rgba(3, 3, 3, 0.52);
  color: var(--ivory);
  border-color: rgba(245, 239, 226, 0.22);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ivory);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: block;
  padding-top: 88px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% center;
}

.hero::before,
.nightlife-section::before,
.feature-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.98) 0%, rgba(2, 2, 2, 0.88) 26%, rgba(2, 2, 2, 0.34) 48%, rgba(2, 2, 2, 0.08) 72%),
    linear-gradient(180deg, rgba(2, 2, 2, 0.08), rgba(2, 2, 2, 0.88) 94%);
}

.hero-brand-panel {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  width: calc(var(--hero-rail) + 42px);
  display: block;
  padding: 112px 92px 92px 78px;
  clip-path: polygon(0 0, 88% 0, 72% 100%, 0 100%);
  background:
    linear-gradient(112deg, rgba(0, 0, 0, 0.98), rgba(9, 8, 6, 0.94)),
    radial-gradient(circle at 28% 18%, rgba(201, 154, 59, 0.16), transparent 28%);
}

.hero-brand-panel::before,
.hero-brand-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-brand-panel::before {
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 70%, rgba(247, 215, 129, 0.88) 70.3%, rgba(123, 85, 36, 0.66) 70.8%, transparent 71.2%),
    repeating-linear-gradient(116deg, rgba(247, 215, 129, 0.06) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(24deg, rgba(247, 215, 129, 0.035) 0 1px, transparent 1px 82px);
}

.hero-brand-panel::after {
  left: 0;
  right: 28%;
  bottom: 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92));
}

.panel-wordmark,
.panel-crest,
.hero-brand-panel p {
  position: relative;
  z-index: 2;
}

.panel-wordmark {
  display: none;
}

.panel-wordmark strong,
.panel-wordmark span {
  display: block;
  color: var(--gold-bright);
  line-height: 1;
  text-transform: uppercase;
}

.panel-wordmark strong {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2vw, 2.2rem);
  font-weight: 500;
}

.panel-wordmark span {
  margin-top: 8px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
}

.panel-crest {
  position: absolute;
  top: clamp(190px, 24vh, 230px);
  left: 78px;
  width: min(220px, 58%);
  margin: 0;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.82));
}

.hero-brand-panel p {
  position: absolute;
  left: 78px;
  bottom: 92px;
  display: grid;
  gap: 6px;
  padding-left: 24px;
  border-left: 2px solid var(--gold);
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 92px 0 100px calc(var(--hero-rail) + 78px);
}

.hero-copy {
  max-width: 760px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: var(--serif);
  color: var(--ivory);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(4.2rem, 4.55vw, 5.8rem);
  max-width: 760px;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.7);
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: transparent;
  background: linear-gradient(100deg, #f7d781 0%, #c89a3b 54%, #f0c96a 100%);
  background-clip: text;
}

.hero-line {
  position: relative;
  margin-top: 24px;
  padding-top: 28px;
  max-width: 640px;
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: clamp(1.35rem, 1.7vw, 2.05rem);
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(520px, 82vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 154, 59, 0.18), var(--gold-bright), rgba(201, 154, 59, 0.08), rgba(255, 255, 255, 0.62), rgba(201, 154, 59, 0.08));
  background-position: -180% 0;
  background-size: 240% 100%;
  box-shadow: 0 0 24px rgba(247, 215, 129, 0.46);
  animation: lineShimmer 11s ease-in-out infinite;
}

.hero-line span {
  display: block;
}

.hero-summary {
  margin-top: 24px;
  max-width: 520px;
  color: rgba(245, 239, 226, 0.82);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 42px;
}

.hero-preview {
  position: absolute;
  z-index: 4;
  left: calc(var(--hero-rail) + 44px);
  right: 78px;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(201, 154, 59, 0.2);
  background: linear-gradient(180deg, rgba(12, 10, 7, 0.74), rgba(5, 5, 5, 0.68));
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.hero-preview::before {
  animation-delay: 5.6s;
}

.hero-preview article {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 84px;
  padding: 16px 24px;
  color: var(--gold-bright);
  border-right: 1px solid var(--line);
}

.hero-preview article:last-child {
  border-right: 0;
}

.hero-preview svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--gold-bright);
  stroke-width: 1.45;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.hero-preview strong,
.hero-preview small {
  display: block;
  text-transform: uppercase;
}

.hero-preview strong {
  color: var(--gold-bright);
  font-size: 0.9rem;
  line-height: 1.1;
}

.hero-preview small {
  margin-top: 5px;
  color: rgba(245, 239, 226, 0.68);
  font-size: 0.78rem;
  line-height: 1.2;
}

.hero-copy .mobile-kicker,
h1 .mobile-title,
.hero-line .mobile-line,
.hero-copy .mobile-summary,
.hero-actions .mobile-copy,
.hero-actions .mobile-service-link,
.hero .mobile-proof,
.hero .mobile-services-teaser {
  display: none;
}

.section {
  position: relative;
  padding: 104px 0;
  border-bottom: 1px solid rgba(201, 164, 93, 0.2);
  overflow: hidden;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(112deg, rgba(247, 215, 129, 0.035) 0 1px, transparent 1px 120px),
    radial-gradient(circle at 12% 4%, rgba(201, 154, 59, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 8, 7, 0.98), rgba(3, 3, 3, 1));
  opacity: 0.9;
}

.section-number {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
}

.section-number::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--gold-bright), rgba(255, 255, 255, 0.62), transparent);
  background-position: -180% 0;
  background-size: 240% 100%;
  animation: lineShimmer 12.5s ease-in-out infinite;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 80px;
  align-items: end;
}

.standard-section .split-intro {
  grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
  gap: 66px;
  align-items: start;
}

.standard-section .split-intro h2 {
  font-size: clamp(2.55rem, 4.2vw, 3.35rem);
}

.split-intro h2,
.service-copy h2,
.owner-copy h2,
.band-content h2,
.estate-copy h2,
.nightlife-content h2,
.contact-copy h2 {
  font-size: 3.35rem;
}

.split-intro p,
.service-copy p,
.owner-copy p,
.estate-copy p,
.contact-copy > p {
  color: rgba(231, 223, 207, 0.78);
}

.lead {
  color: var(--ivory);
  font-size: 1.15rem;
  line-height: 1.58;
}

.jurisdiction-note {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(242, 212, 135, 0.42);
  background:
    linear-gradient(90deg, rgba(201, 154, 59, 0.18), rgba(5, 5, 5, 0.82)),
    rgba(8, 8, 7, 0.74);
  color: rgba(245, 239, 226, 0.8);
  font-size: 0.82rem;
  line-height: 1.45;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
}

.jurisdiction-note strong {
  display: inline;
  color: var(--gold-bright);
  font-weight: 900;
  text-transform: uppercase;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 54px;
  background: var(--line);
  border: 1px solid var(--line);
}

.pillar-grid .pillar-card {
  grid-column: span 2;
}

.pillar-grid .pillar-card:nth-child(4),
.pillar-grid .pillar-card:nth-child(5) {
  grid-column: span 3;
}

.pillar-card,
.fleet-grid article,
.protocol-grid article,
.lifestyle-grid article,
.nightlife-list article,
.contact-points article {
  background:
    linear-gradient(180deg, rgba(24, 22, 17, 0.9), rgba(5, 5, 5, 0.97)),
    var(--charcoal);
}

.pillar-card {
  position: relative;
  min-height: 0;
  padding: 30px;
  overflow: hidden;
}

.pillar-card span {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.45rem;
}

h3 {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
}

.pillar-card h3 {
  margin-top: 18px;
}

.pillar-card p,
.fleet-grid p,
.protocol-grid p,
.lifestyle-grid p,
.adventure-grid p,
.three-list p,
.nightlife-list p,
.contact-points p {
  margin-top: 14px;
  color: rgba(231, 223, 207, 0.74);
  font-size: 0.95rem;
}

.pillar-card.featured {
  background:
    linear-gradient(180deg, rgba(201, 154, 59, 0.22), rgba(9, 10, 10, 0.98)),
    var(--charcoal);
  box-shadow: inset 0 0 0 1px rgba(242, 212, 135, 0.34);
}

.pillar-card.featured::before {
  animation-delay: 6.8s;
}

.service-section {
  background:
    linear-gradient(180deg, rgba(11, 10, 8, 0.98), rgba(3, 3, 3, 0.96)),
    var(--black-soft);
}

.service-section.alt {
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.96), rgba(18, 19, 18, 0.98)),
    var(--black);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 62px;
  align-items: center;
}

.service-layout.reverse {
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr);
}

.service-layout.reverse .service-copy {
  order: 2;
}

.service-copy p + p {
  margin-top: 18px;
}

.media-stack {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 14px;
}

.media-stack img,
.single-media img,
.estate-media img,
.lifestyle-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(247, 215, 129, 0.08);
}

.media-stack img:last-child {
  margin-top: 46px;
}

.single-media img {
  aspect-ratio: 1.55;
}

.about-section {
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.99), rgba(11, 12, 11, 0.98)),
    var(--black);
}

.owner-profile {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 66px;
  align-items: center;
}

.owner-media {
  position: relative;
  padding: 14px;
  border: 1px solid var(--line-strong);
  background:
    repeating-linear-gradient(116deg, rgba(247, 215, 129, 0.04) 0 1px, transparent 1px 90px),
    linear-gradient(145deg, rgba(201, 154, 59, 0.18), rgba(4, 4, 4, 0.98) 48%),
    var(--black-soft);
  box-shadow: var(--shadow);
}

.owner-media::before {
  content: "";
  position: absolute;
  inset: 28px -14px -14px 28px;
  z-index: -1;
  border: 1px solid rgba(201, 154, 59, 0.34);
}

.owner-media img {
  width: 100%;
  aspect-ratio: 0.88;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(247, 215, 129, 0.28);
  filter: saturate(0.92) contrast(1.04);
}

.owner-copy {
  max-width: 760px;
}

.owner-role {
  margin-top: 12px;
  color: var(--gold-bright) !important;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.owner-copy .lead {
  margin-top: 30px;
}

.owner-copy p:not(.owner-role):not(.jurisdiction-note) {
  max-width: 710px;
}

.owner-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 710px;
  margin-top: 30px;
  border: 1px solid var(--line);
  background: var(--line);
}

.owner-principles span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: linear-gradient(180deg, rgba(20, 17, 12, 0.78), rgba(5, 5, 5, 0.9));
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.about-section .jurisdiction-note {
  max-width: 710px;
  margin-top: 28px;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 58px;
  border: 1px solid var(--line);
  background: var(--line);
}

.fleet-grid > article {
  grid-column: span 2;
}

.fleet-image-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden;
}

.fleet-image-card-wide {
  grid-column: span 2;
  min-height: 0;
}

.fleet-image-card img {
  width: 100%;
  height: 310px;
  min-height: 0;
  object-fit: cover;
  filter: brightness(1.24) saturate(1.1) contrast(1.06);
}

.fleet-image-card-wide img {
  min-height: 0;
}

.fleet-image-card::after {
  content: none;
}

.fleet-image-card div {
  position: relative;
  z-index: 1;
  min-height: 142px;
  padding: 24px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(22, 18, 12, 0.96), rgba(4, 4, 4, 0.98)),
    var(--black);
}

.fleet-image-card h3 {
  color: var(--gold-bright);
  font-size: 1.28rem;
}

.fleet-grid .fleet-image-card p {
  margin-top: 8px;
  color: rgba(245, 239, 226, 0.78);
}

.fleet-grid article,
.protocol-grid article,
.lifestyle-grid article,
.nightlife-list article,
.contact-points article {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.fleet-security-callout,
.protocol-bar {
  position: relative;
  margin-top: 26px;
  padding: 28px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, rgba(201, 154, 59, 0.2), rgba(9, 10, 10, 0.96)),
    var(--charcoal);
  overflow: hidden;
}

.fleet-security-callout {
  background:
    repeating-linear-gradient(118deg, rgba(247, 215, 129, 0.035) 0 1px, transparent 1px 96px),
    linear-gradient(135deg, rgba(201, 154, 59, 0.22), rgba(5, 5, 5, 0.98) 46%),
    var(--charcoal);
}

.fleet-security-callout::before,
.protocol-bar::before {
  animation-delay: 4.9s;
}

.fleet-security-callout h3,
.protocol-bar h3 {
  color: var(--gold-bright);
}

.fleet-security-callout p {
  max-width: 1040px;
  margin-top: 14px;
  color: rgba(245, 239, 226, 0.78);
}

.threat-highlight {
  color: #ff4a3d;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(255, 74, 61, 0.22);
}

.protocol-bar ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.protocol-bar li {
  color: rgba(231, 223, 207, 0.76);
  font-size: 0.95rem;
}

.feature-band {
  min-height: auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 88px 0;
}

.feature-band::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.68), rgba(3, 3, 3, 0.38) 48%, rgba(3, 3, 3, 0.08)),
    linear-gradient(180deg, rgba(3, 3, 3, 0.04), rgba(3, 3, 3, 0.5));
}

.feature-band.right::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.08), rgba(3, 3, 3, 0.32) 48%, rgba(3, 3, 3, 0.68)),
    linear-gradient(180deg, rgba(3, 3, 3, 0.04), rgba(3, 3, 3, 0.5));
}

.band-media {
  position: absolute;
  inset: 0;
}

.band-media img,
.nightlife-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.42) saturate(1.14) contrast(1.04);
}

.band-mobile-visual {
  display: none;
}

.band-mobile-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
}

#air .band-media img {
  object-position: 56% center;
}

#excursions .band-media img {
  object-position: 38% center;
}

.nightlife-bg img {
  object-position: center;
}

.band-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin-left: calc((100vw - min(1180px, calc(100vw - 48px))) / 2);
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.62);
}

.feature-band.right .band-content {
  margin-left: auto;
  margin-right: calc((100vw - min(1180px, calc(100vw - 48px))) / 2);
}

.band-content .lead {
  margin-top: 18px;
}

.band-content .jurisdiction-note,
.nightlife-content .jurisdiction-note {
  max-width: 760px;
}

.three-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--line);
}

.three-list article {
  padding: 24px;
  background: linear-gradient(180deg, rgba(20, 17, 12, 0.78), rgba(5, 5, 5, 0.84));
}

.adventure-section {
  background:
    linear-gradient(180deg, rgba(8, 8, 7, 0.98), rgba(3, 3, 3, 0.98)),
    var(--black);
}

.adventure-intro {
  align-items: start;
}

.adventure-copy p + p {
  margin-top: 18px;
}

.adventure-copy .jurisdiction-note {
  margin-top: 22px;
}

.adventure-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 52px;
  border: 1px solid var(--line);
  background: var(--line);
}

.adventure-grid article {
  grid-column: span 2;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(24, 22, 17, 0.9), rgba(5, 5, 5, 0.98)),
    var(--charcoal);
}

.adventure-grid article:nth-child(4),
.adventure-grid article:nth-child(5) {
  grid-column: span 3;
}

.adventure-grid img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  filter: brightness(1.12) saturate(1.08) contrast(1.04);
}

.adventure-grid article > div {
  padding: 26px;
}

.adventure-grid h3 {
  color: var(--gold-bright);
}

.adventure-callout {
  margin-top: 26px;
  padding: 30px;
  border: 1px solid var(--line-strong);
  background:
    repeating-linear-gradient(118deg, rgba(247, 215, 129, 0.04) 0 1px, transparent 1px 92px),
    linear-gradient(135deg, rgba(201, 154, 59, 0.28), rgba(7, 7, 6, 0.96) 52%),
    var(--charcoal);
}

.adventure-callout h3 {
  color: var(--gold-bright);
}

.adventure-callout p {
  max-width: 960px;
  margin-top: 12px;
  color: rgba(245, 239, 226, 0.78);
}

.protocol-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 50px;
  border: 1px solid var(--line);
  background: var(--line);
}

.estate-section .protocol-grid {
  grid-template-columns: repeat(4, 1fr);
}

.estate-image-card {
  position: relative;
  min-height: 100%;
  padding: 0 !important;
  overflow: hidden;
}

.estate-image-card img {
  width: 100%;
  height: 100%;
  min-height: 315px;
  object-fit: cover;
  filter: brightness(1.15) saturate(1.08) contrast(1.04);
}

.estate-image-card::after {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.84) 44%, rgba(0, 0, 0, 0.98));
  pointer-events: none;
}

.estate-image-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 24px;
}

.estate-image-card h3 {
  color: var(--gold-bright);
}

.estate-image-card p {
  margin-top: 10px;
  color: rgba(245, 239, 226, 0.8);
}

.estate-section {
  background:
    linear-gradient(180deg, rgba(12, 13, 13, 0.98), rgba(3, 3, 3, 0.98)),
    var(--black-soft);
}

.estate-layout {
  display: grid;
  grid-template-columns: minmax(390px, 1.05fr) minmax(0, 0.95fr);
  grid-template-areas:
    "media copy"
    "media callout";
  gap: 26px 58px;
  align-items: start;
}

.estate-media {
  grid-area: media;
  height: 100%;
}

.estate-copy {
  grid-area: copy;
}

.gold-callout {
  position: relative;
  grid-area: callout;
  padding: 30px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(201, 154, 59, 0.28), rgba(7, 7, 6, 0.94) 48%),
    var(--charcoal);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gold-callout::before {
  animation-delay: 7.4s;
}

.gold-callout h3 {
  color: var(--gold-bright);
}

.gold-callout p {
  margin-top: 14px;
  color: rgba(245, 239, 226, 0.78);
}

.lifestyle-section {
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.98), rgba(13, 14, 14, 0.98)),
    var(--black);
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: 1.24fr repeat(2, 1fr);
  gap: 1px;
  margin-top: 52px;
  border: 1px solid var(--line);
  background: var(--line);
}

.lifestyle-grid article {
  min-height: 220px;
}

.lifestyle-image {
  grid-row: span 2;
  padding: 0 !important;
}

.lifestyle-image img {
  min-height: 441px;
  border: 0;
  box-shadow: none;
}

.nightlife-section {
  min-height: auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 96px 0;
}

.nightlife-section::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.04), rgba(3, 3, 3, 0.62) 74%),
    linear-gradient(90deg, rgba(3, 3, 3, 0.66), rgba(3, 3, 3, 0.18), rgba(3, 3, 3, 0.58));
}

.nightlife-bg {
  position: absolute;
  inset: 0;
}

.nightlife-content {
  position: relative;
  z-index: 2;
}

.nightlife-content .lead {
  max-width: 760px;
  margin-top: 18px;
}

.nightlife-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 980px;
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--line);
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(8, 8, 7, 0.98), rgba(2, 2, 2, 1)),
    var(--black);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 64px;
  align-items: start;
}

.contact-copy img {
  width: 188px;
  margin-bottom: 36px;
  border: 1px solid var(--line);
}

.contact-copy > p {
  margin-top: 22px;
  max-width: 480px;
}

.contact-points {
  display: grid;
  gap: 1px;
  margin-top: 36px;
  border: 1px solid var(--line);
  background: var(--line);
}

.contact-points article {
  padding: 22px;
}

.secure-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line-strong);
  background:
    repeating-linear-gradient(118deg, rgba(247, 215, 129, 0.025) 0 1px, transparent 1px 96px),
    rgba(8, 8, 7, 0.88);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 0;
  background: rgba(1, 1, 1, 0.64);
  color: var(--ivory);
  padding: 12px 13px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(201, 164, 93, 0.14);
}

.wide {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.site-footer {
  background: #010101;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
}

.footer-brandline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-admin-trigger {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(229, 190, 105, 0.38);
  border-radius: 50%;
  background: #050505;
  box-shadow: 0 0 18px rgba(201, 164, 93, 0.16);
  cursor: pointer;
  overflow: hidden;
  place-items: center;
}

.footer-admin-trigger::before {
  border-radius: inherit;
  animation-delay: 2.8s;
}

.footer-admin-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-admin-trigger:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.footer-inner a {
  color: var(--gold-bright);
}

@media (max-width: 1180px) {
  :root {
    --hero-rail: 300px;
  }

  .site-header {
    padding: 0 34px;
    grid-template-columns: minmax(190px, var(--hero-rail)) 1fr auto;
  }

  .hero-brand-panel {
    padding-left: 46px;
    padding-right: 74px;
  }

  .hero-content {
    padding-left: calc(var(--hero-rail) + 46px);
  }

  .hero-preview {
    left: calc(var(--hero-rail) + 20px);
    right: 34px;
  }

  .pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillar-grid .pillar-card,
  .pillar-grid .pillar-card:nth-child(4),
  .pillar-grid .pillar-card:nth-child(5) {
    grid-column: auto;
  }

  .pillar-card:last-child {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .fleet-grid,
  .adventure-grid,
  .protocol-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .estate-section .protocol-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fleet-grid > article,
  .adventure-grid > article,
  .adventure-grid article:nth-child(4),
  .adventure-grid article:nth-child(5),
  .fleet-image-card-wide {
    grid-column: auto;
  }

  .protocol-grid article:last-child {
    grid-column: 1 / -1;
  }

  .estate-section .protocol-grid article:last-child {
    grid-column: auto;
  }

  .site-nav {
    gap: 18px;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
    padding: 0 22px;
    height: 76px;
  }

  .nav-toggle {
    display: block;
    order: 3;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 22px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(3, 3, 3, 0.96);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(201, 164, 93, 0.18);
    font-size: 0.9rem;
  }

  .header-cta {
    display: none;
  }

  .hero-brand-panel {
    display: none;
  }

  .hero-content {
    width: min(100% - 44px, 720px);
    max-width: none;
    margin: 0 auto;
    padding: 112px 0 190px;
  }

  h1 {
    font-size: 4.2rem;
  }

  .hero-line {
    font-size: 1.9rem;
  }

  .hero-actions .button {
    min-width: 0;
  }

  .hero-preview {
    left: 22px;
    right: 22px;
    bottom: 26px;
    grid-template-columns: repeat(2, 1fr);
  }

  .split-intro,
  .standard-section .split-intro,
  .service-layout,
  .service-layout.reverse,
  .estate-layout,
  .owner-profile,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-layout.reverse .service-copy {
    order: 0;
  }

  .estate-layout {
    grid-template-areas:
      "copy"
      "media"
      "callout";
  }

  .split-intro {
    gap: 28px;
  }

  .standard-section .split-intro {
    gap: 24px;
  }

  .split-intro h2,
  .standard-section .split-intro h2,
  .service-copy h2,
  .owner-copy h2,
  .band-content h2,
  .estate-copy h2,
  .nightlife-content h2,
  .contact-copy h2 {
    font-size: 2.55rem;
  }

  .media-stack,
  .lifestyle-grid,
  .owner-principles,
  .nightlife-list,
  .three-list {
    grid-template-columns: 1fr;
  }

  .owner-profile {
    gap: 40px;
  }

  .owner-media {
    max-width: 460px;
  }

  .media-stack img:last-child {
    margin-top: 0;
  }

  .lifestyle-image {
    grid-row: auto;
  }

  .lifestyle-image img {
    min-height: 320px;
  }

  .band-content,
  .feature-band.right .band-content {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .band-mobile-visual {
    display: block;
    margin: 24px 0 22px;
  }

  .band-mobile-visual img {
    filter: brightness(1.18) saturate(1.12) contrast(1.04);
  }

  .feature-band::before {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.14), rgba(3, 3, 3, 0.58) 72%, rgba(3, 3, 3, 0.84)),
      linear-gradient(90deg, rgba(3, 3, 3, 0.48), rgba(3, 3, 3, 0.12));
  }

  .feature-band.right::before {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.14), rgba(3, 3, 3, 0.58) 72%, rgba(3, 3, 3, 0.84)),
      linear-gradient(90deg, rgba(3, 3, 3, 0.12), rgba(3, 3, 3, 0.48));
  }

  .band-media img,
  .nightlife-bg img {
    filter: brightness(1.58) saturate(1.16) contrast(1.03);
  }

  .protocol-bar ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
    background: #030303;
  }

  body::before {
    height: 3px;
  }

  .section-shell {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    height: 108px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    padding: 0 28px 0 24px;
    border-bottom: 0;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0.82), rgba(3, 3, 3, 0));
    backdrop-filter: none;
  }

  .site-header.is-scrolled {
    border-bottom: 1px solid var(--line);
    background: rgba(3, 3, 3, 0.94);
    backdrop-filter: blur(14px);
  }

  .site-nav {
    top: 108px;
    padding: 12px 28px 28px;
    border-top: 1px solid rgba(247, 215, 129, 0.12);
    background: rgba(3, 3, 3, 0.98);
  }

  .brand-lockup img {
    display: block;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    object-fit: contain;
    border: 1px solid rgba(247, 215, 129, 0.18);
    background: rgba(2, 2, 2, 0.96);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  }

  .brand-lockup strong {
    color: var(--gold-bright);
    font-size: clamp(1.22rem, 6.8vw, 1.72rem);
    white-space: nowrap;
  }

  .brand-lockup small {
    margin-top: 7px;
    color: var(--gold-bright);
    font-size: clamp(0.58rem, 3.1vw, 0.78rem);
    white-space: nowrap;
  }

  .nav-toggle {
    width: 64px;
    height: 64px;
    border-color: var(--line-strong);
    color: var(--gold-bright);
    background: rgba(3, 3, 3, 0.32);
    box-shadow: inset 0 0 0 1px rgba(247, 215, 129, 0.06);
  }

  .nav-toggle span:not(.sr-only) {
    width: 30px;
    height: 2px;
    margin: 7px auto;
  }

  .hero {
    min-height: 0;
    padding-top: 108px;
    border-bottom: 1px solid rgba(201, 164, 93, 0.22);
    background:
      radial-gradient(circle at 92% 18%, rgba(247, 215, 129, 0.08), transparent 28%),
      #030303;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16) 28%, rgba(0, 0, 0, 0.62) 57%, #030303 80%, #030303 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.28) 47%, rgba(0, 0, 0, 0.08));
  }

  .hero-media {
    inset: 0 0 auto;
    height: min(1060px, 118svh);
  }

  .hero-media img {
    content: url("assets/mobile-hero-greece.jpg");
    object-position: center top;
    filter: brightness(1.12) saturate(1.06) contrast(1.02);
  }

  .hero-brand-panel {
    display: none;
  }

  .hero-content {
    width: min(100% - 40px, 560px);
    max-width: none;
    margin: 0 auto;
    padding: 86px 0 0;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-copy .mobile-kicker {
    display: block;
    color: var(--gold-bright);
    font-size: clamp(0.85rem, 4vw, 1.05rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  h1 .desktop-title,
  .hero-line .desktop-line,
  .hero-copy .hero-summary,
  .hero-actions .desktop-copy,
  .hero-actions .desktop-service-link {
    display: none;
  }

  h1 .mobile-title {
    display: block;
  }

  h1 .mobile-title,
  h1 .mobile-title span,
  h1 span:last-child {
    color: var(--ivory);
    background: none;
    background-clip: border-box;
  }

  h1 {
    margin-top: 24px;
    max-width: 100%;
    font-size: clamp(3.15rem, 13.4vw, 4.82rem);
    line-height: 1.08;
  }

  .hero-line {
    margin-top: 32px;
    padding-top: 0;
    max-width: 360px;
    font-size: clamp(1.02rem, 5.2vw, 1.42rem);
    line-height: 1.5;
    color: var(--gold-bright);
  }

  .hero-line::before {
    display: none;
  }

  .hero-line .mobile-line {
    display: block;
  }

  .hero-copy .mobile-summary {
    display: block;
    max-width: 330px;
    margin-top: 30px;
    color: rgba(245, 239, 226, 0.78);
    font-size: 1.08rem;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    gap: 16px;
    margin-top: 34px;
  }

  .button {
    min-width: 0;
    width: 100%;
    padding: 0 18px;
  }

  .hero-actions .button {
    min-width: 0;
    min-height: 70px;
    width: 100%;
    padding: 0 32px;
    font-size: 0.82rem;
  }

  .hero-actions .button-primary {
    box-shadow: 0 20px 66px rgba(201, 164, 93, 0.28);
  }

  .hero-actions .button-ghost {
    border-color: var(--line-strong);
    background: rgba(3, 3, 3, 0.62);
    color: var(--gold-bright);
  }

  .hero-actions .mobile-copy {
    display: inline;
  }

  .hero-actions .mobile-service-link {
    display: inline-flex;
  }

  .hero-preview {
    display: none;
  }

  .hero .mobile-proof {
    display: block;
    position: relative;
    z-index: 4;
    width: min(100% - 40px, 560px);
    margin: 64px auto 0;
    padding-bottom: 28px;
  }

  .mobile-proof h2 {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--gold-bright);
    font-family: var(--serif);
    font-size: clamp(1rem, 4.4vw, 1.35rem);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-proof h2::before,
  .mobile-proof h2::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(247, 215, 129, 0.65));
  }

  .mobile-proof h2::after {
    background: linear-gradient(90deg, rgba(247, 215, 129, 0.65), transparent);
  }

  .mobile-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
  }

  .mobile-proof-grid article {
    min-width: 0;
    padding: 0 8px;
    text-align: center;
    border-right: 1px solid var(--line);
  }

  .mobile-proof-grid article:last-child {
    border-right: 0;
  }

  .mobile-proof-grid svg {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    fill: none;
    stroke: var(--gold-bright);
    stroke-width: 1.35;
    stroke-linecap: square;
    stroke-linejoin: miter;
    filter: drop-shadow(0 10px 20px rgba(247, 215, 129, 0.12));
  }

  .mobile-proof-grid strong {
    display: block;
    margin-top: 18px;
    color: var(--gold-bright);
    font-size: clamp(0.68rem, 3.1vw, 0.9rem);
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .mobile-proof-grid span {
    display: block;
    margin-top: 8px;
    color: rgba(245, 239, 226, 0.72);
    font-size: clamp(0.66rem, 2.9vw, 0.82rem);
    line-height: 1.4;
  }

  .hero .mobile-services-teaser {
    display: block;
    position: relative;
    z-index: 4;
    width: calc(100% - 28px);
    margin: 36px auto 0;
    padding: 36px 0 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background:
      radial-gradient(circle at 50% 0, rgba(247, 215, 129, 0.1), transparent 32%),
      linear-gradient(180deg, rgba(8, 8, 7, 0.92), rgba(2, 2, 2, 0.98));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  }

  .mobile-services-heading {
    padding: 0 20px 30px;
    text-align: center;
  }

  .mobile-services-heading h2 {
    color: var(--gold-bright);
    font-size: clamp(2rem, 10vw, 3.15rem);
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-services-heading p {
    position: relative;
    margin-top: 14px;
    padding-bottom: 20px;
    color: var(--gold-bright);
    font-size: clamp(0.74rem, 3.5vw, 1rem);
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .mobile-services-heading p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 58px;
    height: 1px;
    transform: translateX(-50%);
    background: var(--gold-bright);
  }

  .mobile-service-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(214px, 62%);
    gap: 16px;
    overflow-x: auto;
    padding: 0 20px 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-service-rail::-webkit-scrollbar {
    display: none;
  }

  .mobile-service-rail article {
    position: relative;
    min-height: 286px;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: rgba(3, 3, 3, 0.94);
  }

  .mobile-service-rail img {
    width: 100%;
    height: 196px;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.08);
  }

  .mobile-service-rail article::after {
    content: "";
    position: absolute;
    inset: 116px 0 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92) 44%, rgba(0, 0, 0, 0.98));
    pointer-events: none;
  }

  .mobile-service-rail svg,
  .mobile-service-rail h3 {
    position: relative;
    z-index: 1;
  }

  .mobile-service-rail svg {
    position: absolute;
    left: 50%;
    top: 150px;
    width: 48px;
    height: 48px;
    transform: translateX(-50%);
    fill: none;
    stroke: var(--gold-bright);
    stroke-width: 1.35;
    stroke-linecap: square;
    stroke-linejoin: miter;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.8));
  }

  .mobile-service-rail h3 {
    padding: 26px 14px 18px;
    color: var(--gold-bright);
    font-family: var(--sans);
    font-size: clamp(0.88rem, 4vw, 1rem);
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
  }

  .lead {
    font-size: 1rem;
  }

  .section {
    padding: 76px 0;
  }

  .standard-section .section-shell,
  .standard-section .split-intro,
  .standard-section .split-intro > *,
  .standard-section .split-intro p,
  .standard-section .jurisdiction-note {
    min-width: 0;
    max-width: 100%;
  }

  .standard-section .split-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .standard-section .split-intro p {
    overflow-wrap: anywhere;
  }

  .pillar-grid,
  .fleet-grid,
  .adventure-grid,
  .protocol-grid,
  .secure-form {
    grid-template-columns: 1fr;
  }

  .fleet-grid > article,
  .adventure-grid > article,
  .adventure-grid article:nth-child(4),
  .adventure-grid article:nth-child(5),
  .fleet-image-card-wide {
    grid-column: auto;
  }

  .adventure-grid article {
    min-height: auto;
  }

  .adventure-grid img {
    height: 242px;
  }

  .adventure-grid article > div,
  .adventure-callout {
    padding: 20px;
  }

  .fleet-image-card img {
    height: 260px;
  }

  .fleet-image-card div {
    min-height: auto;
    padding: 20px;
  }

  .estate-image-card img {
    min-height: 260px;
  }

  .estate-image-card div {
    padding: 20px;
  }

  .pillar-card,
  .pillar-card:last-child,
  .protocol-grid article:last-child {
    grid-column: auto;
  }

  .pillar-card {
    min-height: auto;
  }

  .split-intro h2,
  .standard-section .split-intro h2,
  .service-copy h2,
  .owner-copy h2,
  .band-content h2,
  .estate-copy h2,
  .nightlife-content h2,
  .contact-copy h2 {
    font-size: 2.15rem;
  }

  .service-layout {
    gap: 34px;
  }

  .service-layout,
  .service-layout.reverse,
  .estate-layout,
  .owner-profile,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .owner-media {
    max-width: 390px;
    padding: 10px;
  }

  .owner-media::before {
    inset: 18px -8px -8px 18px;
  }

  .owner-role {
    font-size: 0.78rem;
  }

  .owner-principles span {
    min-height: 64px;
  }

  .media-stack img,
  .single-media img,
  .estate-media img,
  .lifestyle-image img {
    min-height: 240px;
  }

  .feature-band,
  .nightlife-section {
    min-height: auto;
    padding: 76px 0;
  }

  .feature-band::before,
  .feature-band.right::before {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.08), rgba(3, 3, 3, 0.48) 54%, rgba(3, 3, 3, 0.88) 100%),
      linear-gradient(90deg, rgba(3, 3, 3, 0.38), rgba(3, 3, 3, 0.12));
  }

  .nightlife-section::before {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.08), rgba(3, 3, 3, 0.42) 54%, rgba(3, 3, 3, 0.86) 100%),
      linear-gradient(90deg, rgba(3, 3, 3, 0.34), rgba(3, 3, 3, 0.14));
  }

  .band-mobile-visual {
    margin: 22px 0 20px;
  }

  .band-mobile-visual img {
    aspect-ratio: 16 / 11;
  }

  #air .band-media img {
    object-position: 56% center;
  }

  #excursions .band-media img {
    object-position: 42% center;
  }

  .contact-copy img {
    width: 150px;
  }

  .secure-form {
    padding: 18px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 681px) {
  body::before,
  .site-header,
  .hero-media,
  .hero-brand-panel,
  .hero-content,
  .hero-preview,
  .hero .mobile-proof,
  .hero .mobile-services-teaser {
    display: none;
  }

  .hero {
    min-height: 0;
    height: calc(100vw * 821 / 1915);
    padding-top: 0;
    overflow: hidden;
    border-bottom: 0;
    background: #020202;
  }

  .hero::before {
    display: none;
  }

  .desktop-hero-art {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: fill;
  }

  .desktop-hero-brand-full {
    position: absolute;
    z-index: 2;
    display: block;
    object-fit: contain;
    pointer-events: none;
    left: 2.7%;
    top: 2.1%;
    width: 17.7%;
    height: 53.5%;
    padding: 0.7%;
    background: rgba(2, 2, 2, 0.92);
    filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.82));
  }

  .desktop-hero-imagemap {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
  }

  .desktop-hero-imagemap a {
    position: absolute;
    display: block;
  }

  .desktop-hero-imagemap a:focus-visible {
    outline: 2px solid var(--gold-bright);
    outline-offset: 4px;
  }

  .map-services {
    left: 57.9%;
    top: 2.6%;
    width: 6.2%;
    height: 7.2%;
  }

  .map-standard {
    left: 64.5%;
    top: 2.6%;
    width: 8.5%;
    height: 7.2%;
  }

  .map-about {
    left: 73.7%;
    top: 2.6%;
    width: 7%;
    height: 7.2%;
  }

  .map-contact {
    left: 81.5%;
    top: 2.6%;
    width: 5.8%;
    height: 7.2%;
  }

  .map-client {
    left: 87.4%;
    top: 2.8%;
    width: 9.4%;
    height: 6.2%;
  }

  .map-primary {
    left: 22%;
    top: 69.2%;
    width: 19.5%;
    height: 10.4%;
  }

  .map-secondary {
    left: 42.1%;
    top: 69.2%;
    width: 14.2%;
    height: 10.4%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  body::before,
  .hero-line::before,
  .section-number::after {
    animation: none !important;
  }

  .header-cta::before,
  .button::before,
  .jurisdiction-note::before,
  .hero-preview::before,
  .pillar-card.featured::before,
  .fleet-security-callout::before,
  .protocol-bar::before,
  .gold-callout::before,
  .footer-admin-trigger::before,
  .admin-login button::before,
  .admin-tools button::before {
    display: none !important;
  }
}

.admin-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 200;
  width: min(380px, calc(100vw - 28px));
  padding: 14px;
  border: 1px solid var(--line-strong);
  background: rgba(3, 3, 3, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.62);
  color: var(--ivory);
}

.admin-login,
.admin-tools {
  display: grid;
  gap: 10px;
}

.admin-panel [hidden] {
  display: none !important;
}

.admin-login strong,
.admin-tools strong {
  color: var(--gold-bright);
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
}

.admin-login label {
  display: grid;
  gap: 6px;
  color: rgba(245, 239, 226, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-login input {
  min-height: 42px;
  border: 1px solid var(--line);
  background: #050505;
  color: var(--ivory);
  padding: 0 10px;
}

.admin-login button,
.admin-tools button {
  position: relative;
  min-height: 42px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #050505;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
}

.admin-login button::before,
.admin-tools button::before {
  animation-delay: 2.2s;
}

.admin-tools {
  grid-template-columns: 1fr auto auto;
  align-items: center;
}

.admin-tools button:last-child {
  background: rgba(3, 3, 3, 0.78);
  color: var(--gold-bright);
}

.admin-panel p {
  margin: 10px 0 0;
  color: rgba(245, 239, 226, 0.72);
  font-size: 0.78rem;
  line-height: 1.4;
}

.admin-panel p[data-tone="success"] {
  color: #bff0c8;
}

.admin-panel p[data-tone="error"] {
  color: #ffb1a8;
}

body.admin-mode [data-admin-key] {
  outline: 1px dashed rgba(247, 215, 129, 0.45);
  outline-offset: 3px;
  cursor: text;
}

body.admin-mode [data-admin-key]:focus {
  outline: 2px solid var(--gold-bright);
  background: rgba(247, 215, 129, 0.12);
}

@media (max-width: 680px) {
  .admin-panel {
    right: 14px;
    bottom: 14px;
  }

  .admin-tools {
    grid-template-columns: 1fr;
  }
}
