/* 2026-08-23 flagship mobile-first release */
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-latin-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --bg: #03060b;
  --surface: #080d17;
  --blue: #086bff;
  --blue-bright: #2c8cff;
  --text: #f4f7fb;
  --muted: #aeb8c7;
  --line: rgba(174, 184, 199, 0.2);
  --display: "Bebas Neue", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  margin: 0;
  overflow-x: hidden;
  padding-bottom: calc(4.1rem + env(safe-area-inset-bottom));
  background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), var(--bg);
  background-size: 72px 72px;
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
:where(a, button, summary):focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-180%); padding: .65rem .9rem; background: #fff; color: #000; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(100% - 2rem, 1280px); min-height: 76px; margin-inline: auto; border-bottom: 1px solid var(--line); }
.wordmark { text-decoration: none; font-family: var(--display); font-size: clamp(1.4rem, 4vw, 1.8rem); letter-spacing: .045em; line-height: 1; }
.wordmark span, .hero-brand span, .intro h2 span { color: var(--blue-bright); }
.site-header nav { display: flex; align-items: center; gap: .85rem; }
.site-header nav a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-instagram { display: none !important; }
.nav-book { padding: .55rem .85rem; border: 1px solid var(--blue); background: var(--blue); color: #fff; }
.hero { position: relative; display: grid; width: min(100% - 2rem, 1280px); min-height: calc(100svh - 76px); margin-inline: auto; padding: clamp(2.75rem, 8vw, 6.5rem) 0 3.5rem; gap: 3rem; align-items: center; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 9%; right: 0; width: min(72vw, 760px); aspect-ratio: 1; background: radial-gradient(circle, rgba(8,107,255,.17), transparent 67%); filter: blur(18px); }
.eyebrow, .section-kicker { margin: 0 0 1.1rem; color: #dce6f5; font-size: .68rem; font-weight: 800; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.eyebrow span { color: var(--blue-bright); }
.eyebrow b { padding-inline: .15rem; color: var(--blue); }
.hero-brand { margin: 0; font-family: var(--display); font-size: clamp(4.4rem, 22vw, 9rem); letter-spacing: -.035em; line-height: .78; }
.hero h1 { max-width: 13ch; margin: 1.7rem 0 1rem; font-family: var(--display); font-size: clamp(2.8rem, 12vw, 6.4rem); font-weight: 400; letter-spacing: -.015em; line-height: .9; text-transform: uppercase; }
.hero-deck { max-width: 630px; margin: 0; color: var(--muted); font-size: clamp(1rem, 2.4vw, 1.12rem); }
.hero-actions { display: grid; gap: .75rem; margin-top: 1.7rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; border: 1px solid var(--line); text-decoration: none; font-size: .76rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.button-primary { border-color: var(--blue); background: var(--blue); color: #fff; }
.button-secondary { background: rgba(8, 13, 23, .72); }
.button:hover, .nav-book:hover { background: #fff; border-color: #fff; color: #03060b; }
.residency-line { display: grid; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); gap: .25rem; text-transform: uppercase; }
.residency-line span { color: var(--blue-bright); font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.residency-line strong { font-family: var(--display); font-size: 1.35rem; font-weight: 400; letter-spacing: .04em; }
.hero-visual { position: relative; width: min(100%, 560px); margin-inline: auto; padding: 1rem; }
.hero-visual picture { position: relative; z-index: 2; display: block; overflow: hidden; border: 1px solid rgba(44, 140, 255, .7); border-radius: 50%; background: #020408; box-shadow: 0 0 70px rgba(8, 107, 255, .22); }
.hero-visual img { display: block; width: 100%; height: auto; }
.portrait-orbit { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.portrait-orbit::before, .portrait-orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 16px var(--blue); }
.portrait-orbit::before { top: 9%; left: 15%; }
.portrait-orbit::after { right: 8%; bottom: 20%; }
.availability { position: relative; z-index: 3; width: max-content; max-width: calc(100% - 1rem); margin: -1.35rem auto 0; padding: .65rem .9rem; border-left: 3px solid var(--blue); background: #050a12; color: #fff; font-family: var(--display); font-size: 1.1rem; letter-spacing: .05em; line-height: 1.15; text-transform: uppercase; }
.availability span { display: block; margin-bottom: .25rem; color: var(--blue-bright); font-family: var(--body); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.intro { display: grid; width: min(100% - 2rem, 1280px); margin-inline: auto; padding: clamp(4.5rem, 10vw, 8rem) 0; border-top: 1px solid var(--line); gap: 1rem; }
.intro h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 15vw, 7.5rem); font-weight: 400; letter-spacing: -.02em; line-height: .88; text-transform: uppercase; }
.intro-copy { max-width: 650px; color: var(--muted); }
.intro-copy p:first-child { color: #dce3ee; font-size: 1.05rem; }
.intro-copy a { color: #fff; text-underline-offset: .2em; }
@media (min-width: 700px) {
  .site-header { width: min(100% - 4rem, 1280px); }
  .nav-instagram { display: inline-flex !important; }
  .hero, .intro { width: min(100% - 4rem, 1280px); }
  .hero-actions { display: flex; }
  .button { min-width: 220px; }
}
@media (min-width: 940px) {
  .hero { grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); }
  .hero-visual { grid-column: 2; grid-row: 1; }
  .hero-brand { font-size: clamp(6.5rem, 10vw, 9rem); }
  .hero h1 { font-size: clamp(4rem, 6.2vw, 6.4rem); }
  .intro { grid-template-columns: .7fr 1.3fr; align-items: end; }
  .intro .section-kicker { grid-column: 1 / -1; }
  .intro-copy { padding-bottom: .35rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

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

button { color: inherit; }

.nav-links { display: none !important; }

.header-actions {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.header-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-note {
  margin: .65rem 0 0;
  color: #dce6f5;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-shell {
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.75rem, 4vw, 2.25rem);
}

.section-heading h2,
.booking h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.6rem, 14vw, 7.6rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .88;
  text-transform: uppercase;
}

.section-heading > p:last-child,
.booking-copy > p {
  max-width: 640px;
  color: var(--muted);
}

.intro { width: min(100% - 2rem, 1280px); }
.intro > div:first-child { align-self: start; }

.venue-grid {
  display: grid;
  border-block: 1px solid var(--line);
}

.venue-card {
  position: relative;
  min-width: 0;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
}

.venue-card:last-child { border-bottom: 0; }

.venue-number {
  margin: 0 0 2.5rem;
  color: var(--blue-bright);
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: .1em;
}

.venue-card h3,
.service-grid h3,
.package-intro h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 8vw, 3.5rem);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: .94;
  text-transform: uppercase;
}

.venue-card > p:not(.venue-number):not(.venue-location):not(.venue-role) {
  max-width: 37ch;
  color: #d6deea;
}

.venue-location {
  margin: .65rem 0 1.4rem;
  color: var(--blue-bright);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.venue-role {
  max-width: 38ch;
  color: var(--muted);
  font-size: .92rem;
}

.venue-links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1rem;
  margin-top: 1.6rem;
}

.venue-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-underline-offset: .28em;
  text-transform: uppercase;
}

.venue-links a::after { content: " ↗"; color: var(--blue-bright); }

.schedule-note {
  max-width: 820px;
  margin: 1.6rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--blue);
  color: var(--muted);
  font-size: .9rem;
}

.schedule-note a { color: #fff; text-underline-offset: .2em; }

.section-heading-wide { max-width: 900px; }

.service-grid {
  display: grid;
  border-top: 1px solid var(--line);
}

.service-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
  gap: 0 .75rem;
}

.service-grid article > span {
  grid-row: 1 / 3;
  color: var(--blue-bright);
  font-family: var(--display);
  font-size: 1rem;
}

.service-grid h3 { font-size: clamp(1.8rem, 7vw, 2.7rem); }

.service-grid p {
  max-width: 52ch;
  margin: .65rem 0 0;
  color: var(--muted);
  font-size: .94rem;
}

.service-cta {
  display: grid;
  margin: 2rem 0 clamp(3.5rem, 6vw, 5.5rem);
  padding: 1.5rem;
  border-left: 3px solid var(--blue);
  background: var(--surface);
  gap: 1rem;
}

.service-cta p { margin: 0; font-weight: 750; }

.packages {
  padding: clamp(1.4rem, 5vw, 3rem);
  background: linear-gradient(145deg, rgba(16,25,42,.96), rgba(5,9,16,.98));
  box-shadow: inset 0 1px rgba(255,255,255,.08);
}

.package-intro h3 { font-size: clamp(3.4rem, 13vw, 6.7rem); }
.package-intro > p:last-child { max-width: 650px; color: var(--muted); }

.package-prices {
  display: grid;
  margin: 2rem 0;
  border-block: 1px solid var(--line);
}

.package-prices p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  gap: 1rem;
}

.package-prices p:last-child { border-bottom: 0; }

.package-prices span,
.package-prices strong {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.package-prices span { font-size: 1.4rem; }
.package-prices strong { color: #fff; font-size: 1.25rem; }
.package-prices .bronze span { color: #c0874c; }
.package-prices .silver span { color: #c7cdd7; }
.package-prices .gold span { color: #e0b657; }
.package-prices .diamond span { color: var(--blue-bright); }

.package-details { border-top: 1px solid var(--line); }

.package-details summary {
  display: flex;
  min-height: 54px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.package-details summary::-webkit-details-marker { display: none; }
.package-details summary span { color: var(--blue-bright); font-size: 1.5rem; }
.package-details[open] summary span { transform: rotate(45deg); }

.package-detail-grid {
  display: grid;
  padding-top: 1rem;
  gap: 1.5rem;
}

.package-detail-grid h4 {
  margin: 0 0 .6rem;
  color: #fff;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.package-detail-grid ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: .88rem;
}

.booking {
  position: relative;
  display: grid;
  grid-template-areas:
    "kicker"
    "title"
    "copy";
  padding-inline: clamp(1.25rem, 4vw, 3rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 0 62%, rgba(8,107,255,.12), transparent 42%),
    linear-gradient(105deg, rgba(8,107,255,.08), rgba(8,107,255,.025) 48%, transparent 72%);
  gap: .75rem;
}

.booking > .section-kicker { grid-area: kicker; margin: 0; }
.booking > h2 {
  grid-area: title;
  font-size: clamp(3.35rem, 13.5vw, 7rem);
}
.booking h2 span { color: var(--blue-bright); }

.booking-copy {
  grid-area: copy;
  display: grid;
  min-width: 0;
  margin-top: 1rem;
  gap: 0;
}

.booking-copy > p { margin: 0; }

.booking-email {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  margin-top: 1.25rem;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.7rem, 7.2vw, 4rem);
  letter-spacing: .01em;
  line-height: .96;
  text-underline-offset: .16em;
}

.booking-actions {
  display: grid;
  margin-top: 1.4rem;
  gap: .75rem;
}

.booking-actions button { cursor: pointer; }

.copy-status {
  min-height: 1.5em;
  margin: .45rem 0 0 !important;
  color: #dce6f5 !important;
  font-size: .82rem;
}

.instagram-message {
  margin-top: 1.15rem !important;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.instagram-message a { color: #fff; font-weight: 750; text-underline-offset: .2em; }

.site-footer {
  display: grid;
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
  padding: 2.5rem 0 calc(2.75rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  gap: 1.75rem;
}

.site-footer > div:first-child p {
  max-width: 46ch;
  margin: .8rem 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}

.social-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .55rem;
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-underline-offset: .25em;
  text-transform: uppercase;
}

.social-links svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--blue-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-links svg .fill { fill: var(--blue-bright); stroke: none; }

.footer-bottom {
  display: grid;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .72rem;
  gap: .55rem;
}

.footer-bottom a { color: #dce6f5; text-underline-offset: .18em; }

.mobile-booking {
  position: fixed;
  z-index: 40;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: .55rem max(.65rem, env(safe-area-inset-right)) max(.55rem, env(safe-area-inset-bottom)) max(.65rem, env(safe-area-inset-left));
  background: rgba(3,6,11,.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.mobile-booking a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-booking a:first-child { background: var(--blue); color: #fff; }
.mobile-booking a:last-child { border: 1px solid var(--line); }

@media (min-width: 700px) {
  .section-shell,
  .intro,
  .site-footer { width: min(100% - 4rem, 1280px); }
  .service-cta { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .service-cta .button { min-width: 245px; }
  .package-prices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-prices p:nth-child(odd) { padding-right: 1.2rem; border-right: 1px solid var(--line); }
  .package-prices p:nth-child(even) { padding-left: 1.2rem; }
  .package-prices p:nth-last-child(-n+2) { border-bottom: 0; }
  .package-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-actions { display: flex; }
  .booking-actions .button { min-width: 0; flex: 1 1 0; }
  .footer-bottom { grid-template-columns: repeat(3, 1fr); }
  .footer-bottom span:nth-child(2) { text-align: center; }
  .footer-bottom span:last-child { text-align: right; }
}

@media (min-width: 800px) {
  body { padding-bottom: 0; }
  .mobile-booking { display: none; }
  .site-footer { padding-bottom: 3rem; }
}

@media (min-width: 940px) {
  .site-header { display: grid; grid-template-columns: auto 1fr auto; gap: 2.5rem; }
  .nav-links { display: flex !important; justify-content: center; }
  .nav-links a { padding-inline: .3rem; color: var(--muted); }
  .nav-links a:hover { color: #fff; }
  .intro { grid-template-columns: minmax(0, .95fr) minmax(380px, .75fr); align-items: end; }
  .intro .section-kicker { grid-column: auto; }
  .venue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .venue-card { min-height: 440px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 0; }
  .venue-card:first-child { padding-left: 0; }
  .venue-card:last-child { padding-right: 0; border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid article:nth-child(odd) { padding-right: 2.2rem; border-right: 1px solid var(--line); }
  .service-grid article:nth-child(even) { padding-left: 2.2rem; }
  .package-prices { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .package-prices p { display: block; padding: 1.2rem !important; border-right: 1px solid var(--line) !important; border-bottom: 0; }
  .package-prices p:first-child { padding-left: 0 !important; }
  .package-prices p:last-child { padding-right: 0 !important; border-right: 0 !important; }
  .package-prices strong { display: block; margin-top: .25rem; }
  .package-detail-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: minmax(0, 1fr) auto; align-items: start; }
  .footer-bottom { grid-column: 1 / -1; }
  .social-links { grid-template-columns: repeat(4, auto); }
}

@media (min-width: 1024px) {
  .booking {
    grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
    grid-template-areas:
      "kicker title"
      "copy title";
    align-items: start;
    column-gap: clamp(3rem, 6vw, 5.5rem);
    row-gap: 1.5rem;
  }
  .booking-copy { margin-top: 0; }
  .booking-email { font-size: clamp(2.25rem, 4.2vw, 4rem); }
}

@media (max-width: 379px) {
  .hero-brand { font-size: 4.05rem; }
  .hero h1 { font-size: 2.65rem; }
  .eyebrow { font-size: .61rem; }
  .header-actions .nav-book { padding-inline: .65rem; font-size: .64rem; }
}

@media (max-width: 340px) and (max-height: 640px) {
  .hero { padding-top: 1.4rem; }
  .eyebrow { margin-bottom: .7rem; }
  .hero-brand { font-size: 3.55rem; }
  .hero h1 { margin: 1rem 0 .7rem; font-size: 2.35rem; }
  .hero-deck { font-size: .91rem; line-height: 1.42; }
  .hero-actions { margin-top: 1rem; }
}

body.subpage {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  padding-bottom: 0;
}

@media (max-width: 819px) {
  body.subpage.booking-subpage {
    padding-bottom: calc(4.1rem + env(safe-area-inset-bottom));
  }
}

.legal-main,
.not-found {
  width: min(100% - 2rem, 860px);
  margin-inline: auto;
  padding: clamp(4.5rem, 10vw, 8rem) 0;
}

.legal-main { flex: 1; }

.legal-main h1,
.not-found h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.75rem, 22vw, 9rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .85;
  text-transform: uppercase;
}

.legal-lead {
  max-width: 720px;
  margin: 1.5rem 0 clamp(3rem, 7vw, 5rem);
  color: #dce3ee;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.legal-main section {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}

.legal-main section:last-child { border-bottom: 1px solid var(--line); }

.legal-main h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.legal-main section p {
  max-width: 720px;
  margin: .75rem 0 0;
  color: var(--muted);
}

.legal-main section a { color: #fff; text-underline-offset: .22em; }

.legal-footer {
  width: min(100% - 2rem, 860px);
  grid-template-columns: 1fr;
}

.legal-footer .footer-bottom { grid-column: 1; }

.not-found {
  position: relative;
  flex: 1;
  overflow: hidden;
  align-content: center;
}

.not-found::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -20%;
  bottom: 5%;
  width: min(80vw, 620px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(8,116,255,.2), transparent 68%);
  filter: blur(20px);
}

.not-found > p:not(.section-kicker):not(.error-code) {
  max-width: 620px;
  color: var(--muted);
}

.error-code {
  margin: 0 0 -2.25rem;
  color: rgba(44,140,255,.18);
  font-family: var(--display);
  font-size: clamp(8rem, 42vw, 22rem);
  letter-spacing: -.04em;
  line-height: .65;
}

@media (min-width: 700px) {
  .legal-main,
  .not-found,
  .legal-footer { width: min(100% - 4rem, 860px); }
}

/* Flagship system: restrained editorial surfaces, earlier proof, faster booking fallback. */
:root {
  --bg: #03070d;
  --surface: #080e18;
  --surface-raised: #0c1422;
  --blue: #086bff;
  --blue-bright: #3a8cff;
  --text: #f5f8fc;
  --muted: #aeb9c9;
  --line: rgba(174, 185, 201, .18);
  --page: min(100% - 2rem, 1280px);
  --page-narrow: min(100% - 2rem, 880px);
}

body {
  background:
    radial-gradient(circle at 78% -8%, rgba(8, 107, 255, .12), transparent 31rem),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 112px 112px, 112px 112px, auto;
}

:where(#about, #work, #residencies, #services, #packages, #book, #coverage) {
  scroll-margin-top: 76px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: auto;
  min-height: 64px;
  margin: 0;
  padding-inline: max(1rem, calc((100vw - 1280px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(3, 7, 13, .88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: clamp(1.25rem, 4vw, 1.7rem);
  white-space: nowrap;
}

.nav-book {
  padding: .5rem .78rem;
  border: 0;
  background: var(--blue);
}

.hero {
  grid-template-columns: minmax(0, 1fr) clamp(6rem, 29vw, 9rem);
  grid-template-areas:
    "kicker kicker"
    "brand portrait"
    "title portrait"
    "deck deck"
    "actions actions"
    "social social"
    "residencies residencies"
    "note note";
  width: auto;
  max-width: 1280px;
  margin-inline: 1rem;
  min-height: auto;
  padding: 2.35rem 0 4rem;
  column-gap: clamp(.7rem, 3vw, 1.5rem);
  row-gap: 0;
  align-items: center;
}

.hero::before {
  top: 2%;
  width: min(74vw, 620px);
  background: radial-gradient(circle, rgba(8,107,255,.13), transparent 69%);
  filter: blur(28px);
}

.hero-copy { display: contents; }
.hero-copy > .eyebrow { grid-area: kicker; }
.hero-copy > .hero-brand { grid-area: brand; }
.hero-copy > h1 { grid-area: title; }
.hero-copy > .hero-deck { grid-area: deck; }
.hero-copy > .hero-actions { grid-area: actions; }
.hero-copy > .hero-social { grid-area: social; }
.hero-copy > .residency-line { grid-area: residencies; }
.hero-copy > .hero-note { grid-area: note; }

.eyebrow,
.section-kicker {
  margin-bottom: .85rem;
  font-size: clamp(.61rem, 2.4vw, .7rem);
  letter-spacing: .14em;
}

.hero-brand {
  align-self: end;
  margin: 0 0 .65rem;
  color: #dce6f4;
  font-family: var(--body);
  font-size: clamp(.72rem, 2.8vw, .9rem);
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.35rem, 11.8vw, 3.6rem);
  line-height: .9;
}

.hero h1 span { color: var(--blue-bright); }

.hero-deck {
  max-width: 590px;
  margin-top: 1.35rem;
  font-size: clamp(.98rem, 3.8vw, 1.1rem);
  line-height: 1.58;
}

.hero-actions {
  margin-top: 1.3rem;
}

.button {
  min-height: 52px;
  border-color: rgba(174,185,201,.28);
  background: rgba(8,14,24,.86);
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.button-primary { border-color: var(--blue); background: var(--blue); }
.button:hover { transform: translateY(-1px); }

.hero-social {
  margin: .85rem 0 0;
  color: var(--muted);
  font-size: .78rem;
}

.hero-social a,
.service-panel a,
.service-close a,
.breadcrumbs a {
  color: #fff;
  font-weight: 750;
  text-underline-offset: .22em;
}

.residency-line {
  margin-top: 1.55rem;
  padding-top: .9rem;
}

.residency-line strong { font-size: clamp(1.08rem, 4.5vw, 1.35rem); }

.hero-note {
  margin-top: .55rem;
  font-size: .62rem;
}

.hero-visual {
  grid-area: portrait;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: .3rem;
}

.hero-visual picture {
  border-color: rgba(58, 140, 255, .62);
  box-shadow: 0 0 34px rgba(8, 107, 255, .16);
}

.portrait-orbit { border-color: rgba(255,255,255,.11); }
.portrait-orbit::before,
.portrait-orbit::after { width: 6px; height: 6px; }
.availability { display: none; }

.section-shell,
.intro {
  width: auto;
  max-width: 1280px;
  margin-inline: 1rem;
  padding-block: clamp(3.7rem, 9vw, 6rem);
}

.intro {
  gap: 1.5rem;
}

.intro h2,
.section-heading h2,
.booking h2 {
  font-size: clamp(3.15rem, 13vw, 7.2rem);
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .75rem;
}

.work-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 230px;
  align-content: end;
  padding: 1.45rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, transparent 36%, rgba(8,107,255,.08)),
    rgba(8, 14, 24, .9);
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.work-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(.3);
  transform-origin: left;
  transition: transform .18s ease;
}

.work-card:hover { border-color: rgba(58,140,255,.55); transform: translateY(-2px); }
.work-card:hover::before { transform: scaleX(1); }
.work-number { position: absolute; top: 1.25rem; right: 1.35rem; color: rgba(58,140,255,.38); font-family: var(--display); font-size: 3.7rem; line-height: 1; }
.work-meta { margin: 0 0 .6rem; color: var(--blue-bright); font-size: .61rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.work-card h3 { max-width: 12ch; margin: 0; font-family: var(--display); font-size: clamp(2.15rem, 8vw, 3.2rem); font-weight: 400; letter-spacing: .015em; line-height: .92; text-transform: uppercase; }
.work-card > p:not(.work-meta) { max-width: 39ch; margin: .75rem 0 1.35rem; color: var(--muted); font-size: .9rem; }
.work-card strong { color: #fff; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

.venue-grid {
  grid-template-columns: minmax(0, 1fr);
  border: 0;
  gap: .75rem;
}

.venue-card {
  padding: 1.45rem;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(12,20,34,.94), rgba(6,11,19,.96));
}

.venue-card:last-child { border-bottom: 1px solid var(--line); }
.venue-number { margin-bottom: 1.55rem; }

.service-grid {
  grid-template-columns: minmax(0, 1fr);
  border: 0;
  gap: .75rem;
}

.service-grid article {
  padding: 1.35rem;
  border: 1px solid var(--line);
  background: rgba(8, 14, 24, .84);
}

.service-grid article > span {
  padding-top: .2rem;
}

.service-grid p a {
  color: #fff;
  font-weight: 750;
  text-underline-offset: .22em;
}

.service-cta {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: linear-gradient(100deg, rgba(8,107,255,.14), rgba(8,14,24,.92));
}

.packages {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(14,24,41,.98), rgba(5,9,16,.99));
  box-shadow: none;
}

.booking {
  border: 1px solid rgba(58, 140, 255, .32);
  border-top: 3px solid var(--blue);
  background:
    radial-gradient(circle at 4% 66%, rgba(8,107,255,.14), transparent 43%),
    linear-gradient(110deg, rgba(8,107,255,.07), rgba(8,14,24,.92));
}

.site-footer { width: auto; max-width: 1280px; margin-inline: 1rem; }

.footer-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1.1rem;
}

.footer-service-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-underline-offset: .24em;
  text-transform: uppercase;
}

.mobile-booking button {
  min-height: 46px;
  border: 1px solid var(--line);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.copy-toast {
  position: fixed;
  z-index: 70;
  right: 1rem;
  bottom: calc(4.65rem + env(safe-area-inset-bottom));
  max-width: calc(100% - 2rem);
  margin: 0;
  padding: .7rem .9rem;
  border: 1px solid rgba(58,140,255,.5);
  background: #07101e;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(.5rem);
  transition: opacity .18s ease, transform .18s ease;
}

.copy-toast.is-visible { opacity: 1; transform: translateY(0); }

/* Commercial service pages */
.service-main {
  flex: 1;
  width: auto;
  max-width: 1280px;
  margin-inline: 1rem;
  padding: 0 0 clamp(4rem, 9vw, 7rem);
}

.breadcrumbs {
  min-height: 52px;
  display: flex;
  align-items: center;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .09em;
  list-style: none;
  text-transform: uppercase;
}

.breadcrumbs li + li::before {
  content: "/";
  padding-inline: .65rem;
  color: var(--blue-bright);
}

.service-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(6.2rem, 29vw, 9.2rem);
  grid-template-areas:
    "kicker portrait"
    "title portrait"
    "statement portrait"
    "lead lead"
    "actions actions"
    "social social"
    "facts facts";
  padding: clamp(1.25rem, 5vw, 2rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 3px solid var(--blue);
  background:
    radial-gradient(circle at 92% 12%, rgba(8,107,255,.16), transparent 19rem),
    linear-gradient(145deg, rgba(12,20,34,.98), rgba(5,9,16,.99));
  column-gap: clamp(.75rem, 3vw, 1.5rem);
}

.service-hero-copy { display: contents; }
.service-hero-copy > .section-kicker { grid-area: kicker; }
.service-hero-copy > h1 { grid-area: title; }
.service-hero-copy > .service-statement { grid-area: statement; }
.service-hero-copy > .service-lead { grid-area: lead; }
.service-hero-copy > .hero-actions { grid-area: actions; }
.service-hero-copy > .hero-social { grid-area: social; }

.service-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.65rem, 12vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .88;
  text-transform: uppercase;
}

.service-statement {
  margin: .75rem 0 0;
  color: var(--blue-bright);
  font-family: var(--display);
  font-size: clamp(1.55rem, 6vw, 2.25rem);
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.service-lead {
  grid-area: lead;
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: #dce4ef;
  font-size: clamp(.98rem, 3.8vw, 1.12rem);
}

.service-portrait {
  grid-area: portrait;
  align-self: start;
  min-width: 0;
  padding: .25rem;
}

.service-portrait picture {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(58,140,255,.62);
  border-radius: 50%;
  background: #020408;
}

.service-portrait img { display: block; width: 100%; height: auto; }

.service-facts {
  grid-area: facts;
  display: grid;
  margin: 1.6rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-facts li {
  display: grid;
  padding: .8rem 0;
  border-bottom: 1px solid var(--line);
  gap: .08rem;
}

.service-facts li:last-child { border-bottom: 0; }
.service-facts span { color: var(--blue-bright); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-facts strong { color: #fff; font-family: var(--display); font-size: 1.15rem; font-weight: 400; letter-spacing: .035em; text-transform: uppercase; }

.service-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: .75rem;
  gap: .75rem;
}

.service-panel {
  min-width: 0;
  padding: clamp(1.35rem, 5vw, 2rem);
  border: 1px solid var(--line);
  background: rgba(8, 14, 24, .84);
}

.service-panel header {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  align-items: start;
  gap: .5rem;
}

.section-number {
  margin: .18rem 0 0;
  color: var(--blue-bright);
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: .08em;
}

.service-panel h2,
.service-close h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 7.5vw, 3.4rem);
  font-weight: 400;
  letter-spacing: .01em;
  line-height: .94;
  text-transform: uppercase;
}

.service-panel > p {
  max-width: 69ch;
  margin: .85rem 0 0 2.5rem;
  color: var(--muted);
}

.service-points,
.service-package-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 1.25rem;
  gap: .7rem;
}

.service-points article,
.service-package-grid article {
  padding: 1rem;
  border-left: 2px solid var(--blue);
  background: rgba(3,7,13,.58);
}

.service-points h3,
.service-package-grid h3 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
}

.service-points p,
.service-package-grid p {
  margin: .55rem 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.service-package-grid strong {
  display: block;
  margin-top: .25rem;
  color: var(--blue-bright);
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: .04em;
}

.service-close {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(1.5rem, 5vw, 2.4rem);
  border: 1px solid rgba(58,140,255,.36);
  border-top: 3px solid var(--blue);
  background: linear-gradient(110deg, rgba(8,107,255,.1), rgba(8,14,24,.92));
  gap: 1rem;
}

.service-close > * { min-width: 0; }
.service-close p { max-width: 67ch; margin: 0 0 1rem; color: var(--muted); }
.service-close .section-kicker { margin-bottom: .65rem; }
.service-close .button { width: 100%; overflow-wrap: anywhere; }
.service-footer { width: auto; max-width: 1280px; }

@media (max-width: 359px) {
  .site-header { padding-inline: .75rem; }
  .wordmark { font-size: 1.12rem; }
  .nav-book { padding-inline: .58rem; font-size: .61rem; }
  .hero { width: auto; margin-inline: .75rem; grid-template-columns: minmax(0, 1fr) 5.35rem; }
  .hero h1 { font-size: clamp(2.25rem, 12vw, 2.7rem); }
  .hero .hero-actions,
  .service-hero .hero-actions { display: none; }
  .hero-brand { font-size: .66rem; letter-spacing: .11em; }
  .hero-deck { font-size: .94rem; }
  .service-main { width: auto; margin-inline: .75rem; }
  .service-hero { grid-template-columns: minmax(0, 1fr) 5.5rem; }
  .service-hero h1 { font-size: clamp(2.25rem, 12.4vw, 2.7rem); }
  .service-panel > p { margin-left: 0; }
}

@media (min-width: 600px) {
  .service-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-facts li { padding: .9rem 1rem; border-right: 1px solid var(--line); border-bottom: 0; }
  .service-facts li:first-child { padding-left: 0; }
  .service-facts li:last-child { border-right: 0; }
  .service-points { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 600px) and (max-width: 939px) {
  .hero { grid-template-columns: minmax(0, 1fr) clamp(12rem, 29vw, 14rem); }
  .service-hero { grid-template-columns: minmax(0, 1fr) clamp(12rem, 29vw, 14rem); }
}

@media (min-width: 700px) {
  :root { --page: min(100% - 4rem, 1280px); --page-narrow: min(100% - 4rem, 880px); }
  .site-header { width: auto; }
  .site-header { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.2rem, 3vw, 2.2rem); }
  .site-header > .header-actions:last-child { grid-column: 3; justify-self: end; }
  .nav-links { display: flex !important; justify-content: center; }
  .nav-links a { padding-inline: .2rem; color: var(--muted); }
  .nav-links a:hover { color: #fff; }
  .nav-instagram { display: none !important; }
  .hero,
  .intro,
  .section-shell,
  .site-footer { width: auto; max-width: 1280px; margin-inline: 2rem; }
  .service-main { margin-inline: 2rem; }
  .hero-actions { display: flex; flex-wrap: wrap; }
  .hero-actions .button { min-width: 205px; }
  .venue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .work-card { min-height: 270px; }
  .venue-card { border: 1px solid var(--line); }
  .venue-card:first-child,
  .venue-card:last-child { padding: 1.45rem; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid article,
  .service-grid article:nth-child(odd),
  .service-grid article:nth-child(even) { padding: 1.5rem; border: 1px solid var(--line); }
  .service-close { grid-template-columns: minmax(0,.8fr) minmax(320px,1.2fr); align-items: start; gap: 2rem; }
  .service-close .button { width: auto; }
  .copy-toast { bottom: 1rem; }
}

@media (min-width: 800px) {
  .copy-toast { bottom: 1rem; }
}

@media (min-width: 940px) {
  .nav-instagram { display: inline-flex !important; }
  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    grid-template-areas: none;
    min-height: calc(100svh - 64px);
    padding-block: clamp(4rem, 8vw, 6.5rem);
    gap: clamp(3rem, 7vw, 6.5rem);
  }
  .hero-copy { display: block; grid-column: 1; grid-row: 1; }
  .hero-visual { grid-area: auto; grid-column: 2; grid-row: 1; width: min(100%, 540px); margin-inline: auto; padding: .8rem; }
  .availability { display: block; }
  .hero-brand { margin-bottom: 1rem; font-size: .82rem; }
  .hero h1 { max-width: 10ch; font-size: clamp(4.7rem, 6.7vw, 6.8rem); }
  .hero-deck { margin-top: 1.5rem; }
  .venue-card { min-height: 0; }
  .service-main { width: auto; }
  .service-hero { grid-template-columns: minmax(0, 1.12fr) minmax(300px, .58fr); grid-template-areas: "copy portrait" "facts facts"; padding: clamp(2.5rem, 5vw, 4.5rem); column-gap: clamp(3rem, 7vw, 6rem); }
  .service-hero-copy { display: block; grid-area: copy; min-width: 0; }
  .service-hero h1 { max-width: 12ch; font-size: clamp(4.4rem, 6.2vw, 6.6rem); }
  .service-statement { font-size: 2.5rem; }
  .service-portrait { align-self: center; padding: .75rem; }
  .service-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-panel-wide,
  .service-close { grid-column: 1 / -1; }
  .service-package-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .service-footer { grid-template-columns: minmax(0, 1fr) auto; }
  .footer-service-links { justify-content: end; }
}

@media (min-width: 1344px) {
  .hero,
  .intro,
  .section-shell,
  .site-footer,
  .service-main { margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .button:hover { transform: none; }
  .work-card:hover { transform: none; }
  .copy-toast { transition: none; }
}
