/* 2026-08-20 mobile booking rhythm 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); }
}
