:root {
  --deep: #050d18;
  --abyss: #071422;
  --ink: #0c1e30;
  --plate: #12283c;
  --plate-2: #17344d;
  --indigo: #2a335f;
  --coral: #ef8b7a;
  --coral-hot: #ffb0a0;
  --coral-low: #c45d55;
  --aqua: #3ad4c4;
  --aqua-dim: #1b8f86;
  --silver: #c9d5de;
  --foam: #eef5f7;
  --hush: #8ea3b0;
  --hair: rgba(201, 213, 222, 0.16);
  --curve: 1.85rem;
  --display: "Lexend", "Figtree", system-ui, sans-serif;
  --body: "Figtree", "Segoe UI", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--body);
  font-size: 1.06rem;
  line-height: 1.68;
  color: var(--foam);
  background:
    radial-gradient(900px 520px at 92% -8%, rgba(239, 139, 122, 0.18), transparent 58%),
    radial-gradient(700px 480px at -10% 30%, rgba(58, 212, 196, 0.1), transparent 55%),
    radial-gradient(600px 380px at 70% 110%, rgba(42, 51, 95, 0.7), transparent 60%),
    var(--deep);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(58, 212, 196, 0.2) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 72% 18%, rgba(239, 139, 122, 0.18) 0 1px, transparent 1.7px),
    radial-gradient(circle at 48% 78%, rgba(201, 213, 222, 0.12) 0 1px, transparent 1.6px);
  background-size: 160px 190px, 210px 170px, 130px 150px;
}

body > * { position: relative; z-index: 1; }

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

a {
  color: var(--aqua);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover { color: var(--coral-hot); }

h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 600;
  color: var(--foam);
  margin: 0 0 0.55em;
}

p { margin: 0 0 1em; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--coral);
  color: var(--deep);
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  z-index: 30;
}

.skip-link:focus { top: 0.85rem; }

.wrap {
  width: min(1080px, calc(100% - 2rem));
  margin-inline: auto;
}

.measure { width: min(720px, calc(100% - 2rem)); margin-inline: auto; }

.site-header {
  padding: 1rem 0 0;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.7rem 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(7, 20, 34, 0.78);
  border: 1px solid var(--hair);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(58, 212, 196, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--foam);
}

.brand-mark {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50% 40% 50% 45%;
  background:
    radial-gradient(circle at 68% 28%, var(--aqua), transparent 44%),
    radial-gradient(circle at 28% 78%, var(--coral), transparent 48%),
    var(--plate);
  box-shadow: 0 0 16px rgba(239, 139, 122, 0.28);
}

.brand-copy { display: flex; flex-direction: column; }
.brand-place {
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua);
}
.brand-name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.92rem;
}

.site-nav ul {
  display: flex;
  gap: 0.95rem;
  list-style: none;
  margin: 0;
  padding: 0 0.6rem 0 0;
}

.site-nav a {
  color: var(--silver);
  text-decoration: none;
  font-size: 0.9rem;
}

.site-nav a[aria-current="page"],
.site-nav a:hover { color: var(--foam); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0.45rem;
  cursor: pointer;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: var(--foam);
  border-radius: 99px;
  position: relative;
}

.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-bars::before { top: -6px; }
.nav-toggle-bars::after { top: 6px; }

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  padding: 0.82rem 1.3rem;
  border-radius: 999px;
  transition: transform 0.28s ease, box-shadow 0.55s ease, color 0.2s ease;
}

.btn-coral {
  color: var(--deep);
  background: linear-gradient(165deg, var(--coral-hot), var(--coral-low));
}

.btn-coral::before,
.btn-coral::after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.7s ease;
}

.btn-coral::before {
  width: 10px;
  height: 10px;
  left: 12%;
  top: 50%;
  border-radius: 60% 40% 70% 30%;
  background: var(--coral);
  box-shadow:
    14px -12px 0 -2px rgba(239, 139, 122, 0.7),
    28px -4px 0 -4px rgba(58, 212, 196, 0.55),
    22px 10px 0 -3px rgba(239, 139, 122, 0.45);
}

.btn-coral::after {
  width: 9px;
  height: 9px;
  right: 14%;
  top: 40%;
  border-radius: 40% 70% 30% 60%;
  background: var(--aqua);
  box-shadow:
    -16px 12px 0 -2px rgba(58, 212, 196, 0.6),
    -30px 2px 0 -4px rgba(239, 139, 122, 0.4),
    -18px -14px 0 -3px rgba(58, 212, 196, 0.35);
}

.btn-coral:hover,
.btn-coral:focus-visible {
  transform: translateY(-2px);
  color: var(--deep);
  box-shadow:
    18px -14px 0 -7px rgba(239, 139, 122, 0.5),
    -20px 10px 0 -8px rgba(58, 212, 196, 0.4),
    26px 16px 0 -9px rgba(239, 139, 122, 0.28),
    -14px -18px 0 -8px rgba(58, 212, 196, 0.28),
    0 0 26px rgba(239, 139, 122, 0.42);
}

.btn-coral:hover::before,
.btn-coral:focus-visible::before {
  opacity: 1;
  transform: scale(1.7) rotate(-18deg);
}

.btn-coral:hover::after,
.btn-coral:focus-visible::after {
  opacity: 1;
  transform: scale(1.85) rotate(22deg);
}

.btn-ghost {
  color: var(--foam);
  background: transparent;
  border: 1px solid var(--hair);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  color: var(--foam);
  border-color: var(--aqua);
  box-shadow: 0 0 16px rgba(58, 212, 196, 0.22);
}

.text-cta {
  font-family: var(--display);
  font-weight: 600;
  color: var(--coral-hot);
  text-decoration: none;
  border-bottom: 1px solid rgba(239, 139, 122, 0.45);
}

.text-cta:hover { color: var(--aqua); border-color: var(--aqua); }

.surface {
  background:
    linear-gradient(165deg, rgba(23, 52, 77, 0.78), rgba(12, 30, 48, 0.92)),
    var(--plate);
  border: 1px solid var(--hair);
  border-radius: var(--curve);
  box-shadow:
    inset 0 1px 0 rgba(58, 212, 196, 0.1),
    0 16px 36px rgba(0, 0, 0, 0.28);
}

.pad { padding: 1.35rem 1.45rem; }

.eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--aqua);
  margin: 0 0 0.5rem;
}

.quiet { color: var(--hush); }
.lede { font-size: 1.14rem; color: var(--silver); }
.lede.tight { max-width: 58ch; }

.mast { padding: 1.4rem 0 0; }

.mast-top h1 {
  font-size: clamp(2.05rem, 4.6vw, 3.4rem);
  max-width: 18ch;
  margin: 0 0 1.2rem;
}

.mast-photo {
  margin: 0;
  width: min(1240px, calc(100% - 1.25rem));
  margin-inline: auto;
  border-radius: 2.2rem 2.2rem 0.6rem 0.6rem;
  overflow: hidden;
  min-height: 420px;
  position: relative;
}

.mast-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06);
}

.mast-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(5, 13, 24, 0.55) 100%),
    radial-gradient(600px 200px at 80% 0%, rgba(239, 139, 122, 0.18), transparent 70%);
}

.observation-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 0.75rem;
  align-items: stretch;
  margin-top: -2.4rem;
  position: relative;
}

.obs {
  background: rgba(7, 20, 34, 0.92);
  border: 1px solid var(--hair);
  border-radius: 1.25rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.obs span {
  font-family: var(--display);
  color: var(--coral-hot);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.obs p { margin: 0.35rem 0 0; color: var(--silver); }

.mast-cta {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0.4rem;
}

.band { padding: 3.8rem 0 0.4rem; }
.last-band { padding-bottom: 3rem; }

.band-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.4rem;
  margin-bottom: 1.8rem;
  align-items: end;
}

.primary-offer {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  overflow: hidden;
}

.primary-offer img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.primary-copy { padding: 1.5rem 1.6rem; }

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.1rem;
  color: var(--hush);
  font-size: 0.92rem;
  margin: 0.3rem 0 1rem;
}

.shelf { display: grid; gap: 0.85rem; }

.shelf-row {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 1.1rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.shelf-row img {
  width: 150px;
  height: 104px;
  object-fit: cover;
  border-radius: 1.2rem 0 0 1.2rem;
}

.shelf-row h3 { margin: 0 0 0.2rem; font-size: 1.12rem; }
.shelf-row p { margin: 0; color: var(--hush); }
.shelf-row .fee {
  color: var(--coral-hot);
  font-family: var(--display);
  font-weight: 600;
  padding-right: 1.15rem;
  white-space: nowrap;
}

.letter-block {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.3rem;
  align-items: stretch;
}

.letter-block img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: var(--curve);
  filter: saturate(0.9);
}

.pull {
  font-family: var(--display);
  font-size: clamp(1.28rem, 2.2vw, 1.75rem);
  line-height: 1.38;
  color: var(--foam);
}

.people {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.3rem;
}

.person img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1.6rem;
  margin-bottom: 0.75rem;
  filter: saturate(0.92);
}

.person h3 { font-size: 1.02rem; margin-bottom: 0.1rem; }
.person .role { color: var(--aqua); font-size: 0.88rem; margin-bottom: 0.35rem; }

.mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}

.card {
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-body { padding: 1.15rem 1.2rem 1.3rem; }
.card h3 { margin-bottom: 0.3rem; }
.card p { color: var(--hush); margin: 0; }
.card .meta { margin-top: 0.7rem; }

.prose h2 { margin-top: 1.5rem; }
.prose ul, .prose ol { padding-left: 1.15rem; color: var(--silver); }
.prose li { margin-bottom: 0.4rem; }
.prose code {
  font-size: 0.9em;
  color: var(--coral-hot);
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.4rem;
}

.sequence {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  counter-reset: walk;
}

.sequence li { position: relative; padding-left: 3.2rem; }

.sequence li::before {
  counter-increment: walk;
  content: counter(walk);
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  font-family: var(--display);
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--deep);
  background: linear-gradient(180deg, var(--aqua), var(--aqua-dim));
  font-size: 0.85rem;
}

.sticky-aside { align-self: start; }
.aside-link { margin-top: 1.1rem; }

.form { display: grid; gap: 0.9rem; }

label {
  display: grid;
  gap: 0.32rem;
  font-size: 0.92rem;
  color: var(--silver);
}

input, textarea, select {
  font: inherit;
  color: var(--foam);
  background: rgba(5, 13, 24, 0.55);
  border: 1px solid var(--hair);
  border-radius: 1rem;
  padding: 0.72rem 0.88rem;
}

input:focus, textarea:focus {
  outline: 2px solid var(--aqua);
  outline-offset: 1px;
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] { border-color: var(--coral); }

.field-error { color: var(--coral-hot); font-size: 0.85rem; }

.form-banner {
  margin: 0.35rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 1rem;
}

.form-banner.is-error {
  background: rgba(239, 139, 122, 0.12);
  color: var(--coral-hot);
}

.form-banner.is-success {
  background: rgba(58, 212, 196, 0.12);
  color: var(--aqua);
}

.cookie-card {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 12;
  width: min(28rem, calc(100% - 2rem));
  background: rgba(12, 30, 48, 0.96);
  border: 1px solid var(--hair);
  border-radius: 1.5rem;
  padding: 1.05rem 1.15rem 1.15rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.cookie-card p { margin: 0; color: var(--silver); }
.cookie-actions { display: flex; gap: 0.55rem; margin-top: 0.9rem; }

.island-error {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 13;
  max-width: 22rem;
  background: rgba(239, 139, 122, 0.16);
  border: 1px solid var(--coral);
  color: var(--foam);
  padding: 0.8rem 1rem;
  border-radius: 1.1rem;
}

.site-footer {
  margin-top: 4.2rem;
  padding: 2.4rem 0 1.4rem;
  border-top: 1px solid var(--hair);
  background: linear-gradient(180deg, transparent, rgba(18, 40, 60, 0.5));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 1.4rem;
}

.footer-name {
  font-family: var(--display);
  font-size: 1.12rem;
  margin-bottom: 0.35rem;
}

.footer-blurb { color: var(--silver); }

.footer-label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--aqua);
}

.plain-list { list-style: none; padding: 0; margin: 0; }
.plain-list li { margin-bottom: 0.35rem; }
.plain-list a, .site-footer a { color: var(--silver); text-decoration: none; }
.plain-list a:hover, .site-footer a:hover { color: var(--foam); }

address { font-style: normal; color: var(--silver); }

.footer-base {
  margin-top: 1.7rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hair);
  color: var(--hush);
  font-size: 0.9rem;
}

.page-head { padding: 2.6rem 0 0.4rem; }
.page-head h1 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  max-width: 16ch;
}

.wide-figure {
  margin: 1.1rem auto 0;
  width: min(1240px, calc(100% - 1.25rem));
}

.wide-figure img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 1.8rem;
}

.legal { padding-bottom: 3rem; }

.missing {
  min-height: 62vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4rem 1rem;
}

.missing h1 { font-size: clamp(2.2rem, 5.5vw, 4.1rem); }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .header-bar {
    border-radius: 1.4rem;
    position: relative;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.45rem);
    background: rgba(7, 20, 34, 0.97);
    border: 1px solid var(--hair);
    border-radius: 1.2rem;
    padding: 0.7rem 1rem 1rem;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; gap: 0.5rem; padding: 0; }
  .observation-rail,
  .band-intro,
  .letter-block,
  .split,
  .footer-grid,
  .mosaic,
  .people,
  .primary-offer {
    grid-template-columns: 1fr;
  }
  .mast-photo img { height: 360px; }
  .shelf-row { grid-template-columns: 1fr; }
  .shelf-row img {
    width: 100%;
    height: 170px;
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .shelf-row .fee { padding: 0 1.1rem 1rem; }
  .people { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .people { grid-template-columns: 1fr; }
  .cookie-card { left: 0.6rem; right: 0.6rem; width: auto; }
}
