:root {
  --abyss: #050b16;
  --deep: #0a1628;
  --indigo: #1a1548;
  --surface: #121c30;
  --surface-2: #18263d;
  --coral: #ff6b7d;
  --coral-deep: #d4486f;
  --glow: #3eefd0;
  --glow-dim: #1a9a8c;
  --silver: #c9d4e0;
  --mist: #8b9bb0;
  --foam: #eef5fb;
  --line: rgba(62, 239, 208, 0.18);
  --radius: 1.35rem;
  --font: "Nunito", system-ui, sans-serif;
  --header-h: 4.5rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--silver);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(212, 72, 111, 0.18), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(62, 239, 208, 0.12), transparent 50%),
    radial-gradient(800px 800px at 80% 80%, rgba(28, 22, 84, 0.55), transparent 60%),
    var(--abyss);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(62, 239, 208, 0.07) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(255, 107, 125, 0.08) 0 1px, transparent 2px),
    radial-gradient(circle at 40% 80%, rgba(201, 212, 224, 0.05) 0 1px, transparent 2px);
  background-size: 180px 180px, 220px 220px, 140px 140px;
}

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

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

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

a:hover {
  color: var(--foam);
}

h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--foam);
  line-height: 1.15;
}

h1 {
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  margin: 0.2rem 0 1rem;
}

h2 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

p {
  margin: 0 0 1rem;
}

address {
  font-style: normal;
}

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

.shell.narrow {
  width: min(760px, calc(100% - 2rem));
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--coral);
  color: var(--abyss);
  padding: 0.6rem 1rem;
  border-radius: 999px;
  z-index: 20;
}

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

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

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

.lede {
  font-size: 1.2rem;
  color: var(--mist);
  max-width: 42rem;
}

.muted {
  color: var(--mist);
}

.text-link {
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(5, 11, 22, 0.78);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

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

.brand__mark {
  color: var(--coral);
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(62, 239, 208, 0.35), transparent 55%), var(--surface);
  box-shadow: 0 0 18px rgba(255, 107, 125, 0.25);
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand__name {
  font-weight: 800;
}

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

.nav-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--foam);
  cursor: pointer;
}

.nav-toggle__bars,
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
  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;
}

.site-nav__list {
  display: flex;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: var(--silver);
  text-decoration: none;
  font-weight: 700;
}

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

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  color: var(--abyss);
  background: linear-gradient(135deg, var(--coral) 0%, var(--coral-deep) 55%, #ff8fa0 100%);
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  inset: auto;
  z-index: -1;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--glow);
  opacity: 0;
  transform: scale(0.2);
  transition: transform 0.7s ease, opacity 0.4s ease, left 0.7s ease, top 0.7s ease, width 0.7s ease, height 0.7s ease;
  box-shadow:
    12px -8px 0 -2px rgba(62, 239, 208, 0.7),
    22px 4px 0 -3px rgba(255, 107, 125, 0.8),
    -10px 12px 0 -2px rgba(62, 239, 208, 0.55);
}

.btn::before {
  left: 18%;
  top: 70%;
}

.btn::after {
  right: 16%;
  top: 20%;
}

.btn:hover,
.btn:focus-visible {
  color: var(--abyss);
}

.btn:hover::before,
.btn:focus-visible::before,
.btn:hover::after,
.btn:focus-visible::after {
  opacity: 1;
  transform: scale(1);
  width: 28px;
  height: 28px;
}

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

.btn--ghost:hover,
.btn--ghost:focus-visible {
  color: var(--foam);
  border-color: var(--glow);
}

.hero {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  overflow: hidden;
}

.hero__glow {
  position: absolute;
  width: 28rem;
  height: 28rem;
  right: -6rem;
  top: -8rem;
  background: radial-gradient(circle, rgba(255, 107, 125, 0.28), transparent 65%);
  filter: blur(8px);
  pointer-events: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: end;
}

.hero__grid .kicker,
.hero__grid h1,
.hero__grid .lede,
.hero__grid .hero__cta {
  grid-column: 1;
}

.findings-slip {
  grid-column: 2;
  grid-row: 1 / span 5;
  background:
    linear-gradient(180deg, rgba(255, 107, 125, 0.12), transparent 40%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(62, 239, 208, 0.2);
}

.findings-slip__label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--glow);
  font-weight: 800;
}

.findings-slip ol {
  margin: 0;
  padding-left: 1.1rem;
}

.findings-slip li + li {
  margin-top: 0.7rem;
}

.findings-slip__foot {
  margin: 1rem 0 0;
  color: var(--mist);
  font-size: 0.92rem;
}

.band {
  padding: 3.5rem 0;
}

.band--tint {
  background: linear-gradient(180deg, rgba(18, 28, 48, 0.7), rgba(10, 22, 40, 0.35));
  border-block: 1px solid var(--line);
}

.band-lite {
  padding: 1rem 0 3rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.frame {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 0 0 1px rgba(255, 107, 125, 0.08), 0 24px 50px rgba(0, 0, 0, 0.28);
}

.frame img,
.note-card img,
.service-index__card img,
.team__card img,
.post-cover img,
.note-row img {
  width: 100%;
  object-fit: cover;
}

.frame figcaption {
  padding: 0.8rem 1rem 1rem;
  color: var(--mist);
  font-size: 0.92rem;
}

.section-head {
  margin-bottom: 1.6rem;
  max-width: 40rem;
}

.section-foot {
  margin-top: 1.4rem;
}

.offer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.offer-list__item a {
  display: grid;
  grid-template-columns: 1.2fr 2fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  text-decoration: none;
  color: inherit;
  background: rgba(18, 28, 48, 0.8);
  border: 1px solid var(--line);
}

.offer-list__item a:hover {
  border-color: rgba(255, 107, 125, 0.45);
  box-shadow: 0 0 24px rgba(255, 107, 125, 0.12);
}

.offer-list__title {
  font-weight: 800;
  color: var(--foam);
}

.offer-list__meta {
  color: var(--glow);
  font-size: 0.88rem;
  font-weight: 700;
}

.evidence,
.note-grid,
.service-index,
.team {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.evidence {
  grid-template-columns: repeat(3, 1fr);
}

.evidence__card,
.include-panel,
.visit__panel,
.note-card,
.service-index__card a,
.team__card {
  background:
    linear-gradient(160deg, rgba(62, 239, 208, 0.08), transparent 42%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
}

.evidence__place {
  color: var(--coral);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.note-grid {
  grid-template-columns: repeat(3, 1fr);
}

.note-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
  overflow: hidden;
}

.note-card img {
  height: 180px;
}

.note-card time,
.note-card h3,
.note-card p,
.note-row time,
.note-row h2,
.note-row p {
  padding-inline: 1rem;
}

.note-card time,
.note-row time,
.post time {
  display: inline-block;
  margin-top: 0.9rem;
  color: var(--glow);
  font-size: 0.88rem;
  font-weight: 700;
}

.note-card h3,
.note-row h2 {
  margin: 0.3rem 0 0.5rem;
}

.note-card p {
  padding-bottom: 1rem;
}

.visit__panel {
  box-shadow: inset 0 0 40px rgba(255, 107, 125, 0.08);
}

.page-hero {
  padding: 3rem 0 1.5rem;
}

.page-hero--split {
  padding-bottom: 0;
}

.prose {
  max-width: 46rem;
}

.prose h2 {
  margin-top: 2rem;
}

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

.service-index__card a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
  overflow: hidden;
}

.service-index__card img {
  height: 210px;
}

.service-index__card h2,
.service-index__card p {
  padding-inline: 1.1rem;
}

.service-index__card p:last-child {
  padding-bottom: 1.1rem;
}

.include-panel h2 {
  margin-top: 0;
  font-size: 1.15rem;
}

.include-panel ul {
  padding-left: 1.1rem;
}

.include-panel li + li {
  margin-top: 0.45rem;
}

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

.team__card img {
  height: 240px;
  border-radius: 1rem;
  margin-bottom: 0.8rem;
  object-position: top;
}

.team__role {
  color: var(--coral);
  font-weight: 800;
}

.method__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.method__list li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.3rem 1.2rem 4.5rem;
  position: relative;
}

.method__list li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 1.1rem;
  top: 1.2rem;
  color: var(--glow);
  font-weight: 800;
}

.method__list {
  counter-reset: step;
}

.note-index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.note-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.2rem;
  text-decoration: none;
  color: inherit;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.note-row img {
  height: 100%;
  min-height: 160px;
}

.note-row h2 {
  font-size: 1.3rem;
}

.post-cover {
  margin: 0 auto 1.5rem;
}

.post-cover img {
  border-radius: var(--radius);
  max-height: 420px;
  object-fit: cover;
}

.brief-form {
  display: grid;
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  font-weight: 700;
  color: var(--foam);
}

.field input,
.field select,
.field textarea {
  font: inherit;
  color: var(--foam);
  background: var(--deep);
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 0.75rem 0.9rem;
}

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

.field-error {
  color: var(--coral);
  margin: 0;
  font-size: 0.92rem;
}

.form-status {
  padding: 0.8rem 1rem;
  border-radius: 0.9rem;
  margin: 0;
}

.form-status.is-success {
  background: rgba(62, 239, 208, 0.12);
  color: var(--glow);
}

.form-status.is-error {
  background: rgba(255, 107, 125, 0.12);
  color: var(--coral);
}

.site-footer {
  margin-top: 2rem;
  padding: 2.5rem 0 1.5rem;
  border-top: 1px solid var(--line);
  background: rgba(7, 14, 26, 0.85);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.5rem;
}

.site-footer__brand {
  font-weight: 800;
  color: var(--foam);
  font-size: 1.15rem;
}

.site-footer__heading {
  font-size: 0.95rem;
  margin: 0 0 0.6rem;
}

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

.site-footer__links a,
.site-footer a {
  color: var(--silver);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--glow);
}

.site-footer__base {
  margin-top: 2rem;
  color: var(--mist);
  font-size: 0.92rem;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: rgba(10, 22, 40, 0.94);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}

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

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

@media (max-width: 900px) {
  .hero__grid,
  .split,
  .offer-list__item a,
  .evidence,
  .note-grid,
  .service-index,
  .team,
  .site-footer__grid,
  .note-row {
    grid-template-columns: 1fr;
  }

  .hero__grid .kicker,
  .hero__grid h1,
  .hero__grid .lede,
  .hero__grid .hero__cta,
  .findings-slip {
    grid-column: auto;
    grid-row: auto;
  }

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

  .site-nav {
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: rgba(5, 11, 22, 0.96);
    border-bottom: 1px solid var(--line);
    padding: 1rem;
  }

  .site-nav[hidden] {
    display: none;
  }

  .site-nav__list {
    flex-direction: column;
  }

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

@media (min-width: 901px) {
  .site-nav[hidden] {
    display: block;
  }
}
