:root {
  --abyss: #061428;
  --deep: #0a1c36;
  --indigo: #152544;
  --panel: #102038;
  --coral: #e07a7a;
  --coral-deep: #c45c62;
  --coral-soft: #f0b4ae;
  --turquoise: #2dd4bf;
  --glow: #5eead4;
  --silver: #c5d0dc;
  --mist: #8fa0b5;
  --paper: #e8eef6;
  --ink: #07101f;
  --radius: 1.35rem;
  --shadow: 0 24px 60px rgba(3, 10, 24, 0.45);
  --font-display: "Outfit", sans-serif;
  --font-body: "Nunito", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--silver);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(45, 212, 191, 0.12), transparent 55%),
    radial-gradient(900px 420px at 100% 0%, rgba(224, 122, 122, 0.16), transparent 50%),
    linear-gradient(180deg, var(--abyss), var(--deep) 40%, #08152c);
  min-height: 100vh;
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(rgba(94, 234, 212, 0.06) 0.6px, transparent 0.7px),
    radial-gradient(rgba(224, 122, 122, 0.05) 0.5px, transparent 0.6px);
  background-size: 7px 7px, 11px 11px;
  background-position: 0 0, 4px 6px;
  opacity: 0.45;
  z-index: 0;
}

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

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

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

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--paper);
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 600;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); margin: 0 0 0.7rem; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin: 0 0 0.8rem; }
h3 { font-size: 1.2rem; margin: 0 0 0.45rem; }

p { margin: 0 0 1rem; }

.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(--ink);
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  z-index: 20;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(6, 20, 40, 0.78);
  border-bottom: 1px solid rgba(94, 234, 212, 0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.4rem;
}

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

.brand-mark {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.85rem;
  background:
    radial-gradient(circle at 30% 70%, var(--turquoise), transparent 55%),
    radial-gradient(circle at 70% 30%, var(--coral), transparent 50%),
    var(--indigo);
  box-shadow: 0 0 18px rgba(45, 212, 191, 0.35);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.98rem;
}

.brand-place {
  font-size: 0.78rem;
  color: var(--mist);
}

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

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

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

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(197, 208, 220, 0.25);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.8rem;
  cursor: pointer;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--paper);
  border-radius: 2px;
  position: relative;
  margin: 0 auto;
}

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

.hero-desk {
  display: grid;
  grid-template-columns: 0.18fr 1.1fr 0.9fr;
  gap: 1.5rem;
  padding: 3.2rem 0 2.4rem;
  align-items: start;
}

.hero-spine {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-display);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--turquoise);
  opacity: 0.85;
  padding-top: 0.4rem;
}

.kicker {
  color: var(--coral-soft);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.6rem;
}

.lede {
  font-size: 1.12rem;
  color: var(--silver);
  max-width: 40rem;
}

.text-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.6rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid var(--coral);
  padding-bottom: 0.15rem;
}

.text-cta:hover { color: var(--coral-soft); }

.observation {
  background:
    linear-gradient(180deg, rgba(224, 122, 122, 0.08), transparent 40%),
    var(--panel);
  border: 1px solid rgba(224, 122, 122, 0.28);
  border-radius: var(--radius);
  padding: 1.4rem 1.5rem 1.5rem;
  box-shadow: var(--shadow);
  position: relative;
}

.observation::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, var(--coral));
  top: -8px;
  right: 1.6rem;
  box-shadow: 0 8px 0 -4px #152544;
}

.observation-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--mist);
  margin-bottom: 0.7rem;
  font-family: var(--font-display);
}

.observation h2 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.observation p:last-child { margin-bottom: 0; }

.hero-photo {
  margin: 0 0 3rem;
}

.hero-photo img {
  width: 100%;
  height: min(420px, 52vw);
  object-fit: cover;
  border-radius: calc(var(--radius) + 0.4rem);
  border: 1px solid rgba(94, 234, 212, 0.18);
  box-shadow: 0 0 40px rgba(45, 212, 191, 0.08);
}

.section {
  padding: 0 0 3.4rem;
}

.primary-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.panel {
  background: rgba(16, 32, 56, 0.72);
  border: 1px solid rgba(197, 208, 220, 0.12);
  border-radius: var(--radius);
  padding: 1.4rem;
}

.meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta-list li {
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(197, 208, 220, 0.1);
}

.meta-list strong {
  display: block;
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 600;
}

.offer-list {
  display: grid;
  gap: 1.1rem;
}

.offer-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 1rem;
  align-items: center;
  background: rgba(16, 32, 56, 0.65);
  border: 1px solid rgba(45, 212, 191, 0.12);
  border-radius: 1.1rem;
  padding: 0.7rem;
  text-decoration: none;
  color: inherit;
}

.offer-row img {
  width: 140px;
  height: 96px;
  object-fit: cover;
  border-radius: 0.8rem;
}

.offer-row h3 {
  color: var(--paper);
  margin-bottom: 0.2rem;
}

.offer-row p {
  margin: 0;
  color: var(--mist);
  font-size: 0.95rem;
}

.offer-row span {
  color: var(--coral-soft);
  font-family: var(--font-display);
  font-weight: 600;
  padding-right: 0.6rem;
}

.notes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.note-card {
  background: linear-gradient(160deg, rgba(45, 212, 191, 0.08), rgba(16, 32, 56, 0.9));
  border-radius: var(--radius);
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(94, 234, 212, 0.16);
}

.note-card p {
  font-style: italic;
}

.note-card cite {
  display: block;
  font-style: normal;
  color: var(--coral-soft);
  font-size: 0.88rem;
}

.site-footer {
  border-top: 1px solid rgba(224, 122, 122, 0.18);
  background: rgba(5, 14, 28, 0.9);
  padding: 2.4rem 0 1.2rem;
  margin-top: 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 1.5rem;
}

.footer-brand {
  font-family: var(--font-display);
  color: var(--paper);
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.footer-label {
  font-family: var(--font-display);
  color: var(--turquoise);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  margin-bottom: 0.4rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li { margin-bottom: 0.3rem; }

.footer-base {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(197, 208, 220, 0.1);
  color: var(--mist);
  font-size: 0.9rem;
}

.page-hero {
  padding: 2.6rem 0 1.6rem;
}

.page-hero.narrow p,
.prose {
  max-width: 44rem;
}

.prose p,
.legal p {
  margin-bottom: 1rem;
}

.legal h2 {
  margin-top: 1.8rem;
}

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

.media-card {
  background: var(--panel);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(197, 208, 220, 0.1);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

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

.media-card .body {
  padding: 1rem 1.1rem 1.2rem;
}

.media-card h2,
.media-card h3 {
  font-size: 1.15rem;
}

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

.team-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 0.8rem;
  border: 1px solid rgba(224, 122, 122, 0.2);
}

.steps {
  display: grid;
  gap: 1rem;
}

.step {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: 1rem;
  align-items: start;
}

.step-num {
  font-family: var(--font-display);
  color: var(--abyss);
  background: linear-gradient(180deg, var(--coral-soft), var(--coral));
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.form {
  display: grid;
  gap: 0.9rem;
  max-width: 36rem;
}

label {
  display: grid;
  gap: 0.3rem;
  font-weight: 700;
  color: var(--paper);
}

input,
textarea,
select {
  font: inherit;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(197, 208, 220, 0.22);
  background: rgba(8, 20, 38, 0.8);
  color: var(--paper);
}

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

.field-error {
  color: var(--coral-soft);
  font-size: 0.88rem;
  font-weight: 600;
  min-height: 1.1em;
}

.form-banner {
  padding: 0.7rem 0.85rem;
  border-radius: 0.8rem;
  margin: 0.4rem 0 0;
}

.form-banner.is-success {
  background: rgba(45, 212, 191, 0.15);
  color: var(--glow);
}

.form-banner.is-error {
  background: rgba(224, 122, 122, 0.16);
  color: var(--coral-soft);
}

.btn {
  font-family: var(--font-display);
  font-weight: 600;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.72rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-glow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(180deg, #f3b1a8, var(--coral-deep));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 10px 24px rgba(224, 122, 122, 0.28);
}

.btn-glow::before,
.btn-glow::after {
  content: "";
  position: absolute;
  inset: 40% auto auto 42%;
  width: 12px;
  height: 12px;
  background: var(--glow);
  border-radius: 40% 60% 70% 30%;
  opacity: 0;
  z-index: -1;
  filter: blur(0.2px);
  transition: transform 0.9s ease, opacity 0.6s ease;
}

.btn-glow::after {
  background: #ffd4cc;
  inset: 35% auto auto 50%;
}

.btn-glow:hover::before {
  opacity: 0.85;
  transform: translate(-28px, -18px) scale(6.5) rotate(18deg);
}

.btn-glow:hover::after {
  opacity: 0.7;
  transform: translate(22px, 16px) scale(7.2) rotate(-24deg);
}

.btn-ghost {
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(197, 208, 220, 0.3);
}

.fee {
  color: var(--turquoise);
  font-family: var(--font-display);
}

.article-cover {
  width: 100%;
  height: min(380px, 48vw);
  object-fit: cover;
  border-radius: var(--radius);
  margin: 0.4rem 0 1.4rem;
}

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

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: rgba(10, 28, 54, 0.96);
  border-top: 1px solid rgba(224, 122, 122, 0.35);
  box-shadow: 0 -20px 50px rgba(3, 10, 24, 0.45);
}

.cookie-inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.cookie-inner p { margin: 0; max-width: 46rem; }

.cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .hero-desk,
  .primary-block,
  .footer-grid,
  .notes-grid,
  .card-grid,
  .team-grid,
  .offer-row {
    grid-template-columns: 1fr;
  }

  .hero-spine {
    writing-mode: horizontal-tb;
    transform: none;
    letter-spacing: 0.14em;
  }

  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }

  .site-nav {
    display: none;
    position: absolute;
    top: 4.4rem;
    left: 0;
    right: 0;
    background: rgba(6, 20, 40, 0.98);
    border-bottom: 1px solid rgba(94, 234, 212, 0.15);
    padding: 0.8rem 1rem 1.1rem;
  }

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

  .site-nav ul {
    flex-direction: column;
    gap: 0.7rem;
  }

  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }
}
