/* Mindservicepath — immersive Baltic relocation studio */
:root {
  --ink: #0a1f2e;
  --baltic: #0c3b5c;
  --baltic-deep: #07263d;
  --glacier: #e8f0f4;
  --fog: #f3f7f9;
  --copper: #d06b4f;
  --copper-deep: #b4533a;
  --slate: #3d5160;
  --muted: #5e7384;
  --line: rgba(12, 59, 92, 0.14);
  --danger: #a33a32;
  --ok: #1f6b57;
  --radius: 4px;
  --shadow-soft: 0 16px 36px rgba(7, 38, 61, 0.1);
  --font-display: "Syne", "Segoe UI", sans-serif;
  --font-body: "Source Serif 4", Georgia, serif;
  --font-ui: "Karla", "Segoe UI", sans-serif;
  --header-h: 74px;
  --max: 1140px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1000px 520px at 0% -5%, rgba(208, 107, 79, 0.12), transparent 55%),
    radial-gradient(900px 480px at 100% 5%, rgba(12, 59, 92, 0.1), transparent 50%),
    linear-gradient(165deg, var(--fog) 0%, var(--glacier) 42%, #f8fafb 100%);
  line-height: 1.7;
  min-height: 100vh;
}

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

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

a:hover {
  color: var(--copper-deep);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  color: var(--baltic-deep);
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
}

p {
  margin: 0 0 1rem;
}

.visually-hidden {
  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: -999px;
  top: 0;
  background: var(--baltic);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 1000;
  font-family: var(--font-ui);
}

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

.inline-error {
  background: #f8e4e2;
  color: var(--danger);
  padding: 0.85rem 1.25rem;
  font-family: var(--font-ui);
  border-bottom: 1px solid rgba(163, 58, 50, 0.25);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(243, 247, 249, 0.88);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--baltic-deep);
}

.brand-mark {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px;
  background:
    linear-gradient(140deg, var(--copper) 0%, #e08a6f 40%, var(--baltic) 41%);
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1.05rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-ui);
  font-size: 0.95rem;
}

.nav-list a {
  text-decoration: none;
  color: var(--slate);
  font-weight: 500;
}

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

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: var(--radius);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--baltic);
  position: relative;
}

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

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

/* Layout */
.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section {
  padding: 4.5rem 0;
}

.section-tight {
  padding: 3rem 0;
}

.section-head {
  max-width: 38rem;
  margin-bottom: 2.25rem;
}

.section-head p {
  color: var(--muted);
  font-size: 1.05rem;
}

.eyebrow {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper-deep);
  margin: 0 0 0.65rem;
  font-weight: 600;
}

.lede {
  font-size: 1.15rem;
  color: var(--slate);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--copper);
  color: #fff;
}

.btn-primary:hover {
  background: var(--copper-deep);
  color: #fff;
}

.btn-secondary {
  background: transparent;
  border-color: rgba(12, 59, 92, 0.28);
  color: var(--baltic-deep);
}

.btn-secondary:hover {
  border-color: var(--baltic);
  color: var(--baltic);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Hero — full-bleed */
.hero-bleed {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}

.hero-bleed::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 38, 61, 0.35) 0%, rgba(7, 38, 61, 0.55) 40%, rgba(7, 38, 61, 0.88) 100%),
    url("https://images.unsplash.com/photo-1467269204594-9661b134dd2b?auto=format&fit=crop&w=2000&q=80") center/cover no-repeat;
  transform: scale(1.04);
  animation: heroDrift 18s var(--ease) infinite alternate;
  z-index: 0;
}

@keyframes heroDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}

.hero-bleed-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 1.25rem 5rem;
  width: 100%;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 5.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0 0 1.25rem;
  color: #fff;
  animation: riseIn 0.9s var(--ease) both;
}

.hero-bleed h1 {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 600;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 0.85rem;
  animation: riseIn 0.9s 0.12s var(--ease) both;
}

.hero-bleed .hero-support {
  max-width: 26rem;
  color: rgba(232, 240, 244, 0.88);
  font-size: 1.05rem;
  animation: riseIn 0.9s 0.22s var(--ease) both;
}

.hero-bleed .btn-group {
  animation: riseIn 0.9s 0.32s var(--ease) both;
}

@keyframes riseIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Page heroes (inner) */
.page-hero {
  position: relative;
  min-height: 42vh;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}

.page-hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 38, 61, 0.25), rgba(7, 38, 61, 0.82));
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 3rem;
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  max-width: 18ch;
}

.page-hero p {
  color: rgba(232, 240, 244, 0.9);
  max-width: 36rem;
  margin: 0;
}

/* Voices / early social proof */
.voices {
  background: var(--baltic-deep);
  color: rgba(232, 240, 244, 0.9);
  padding: 2.75rem 0;
}

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

.voice blockquote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

.voice cite {
  display: block;
  margin-top: 0.85rem;
  font-family: var(--font-ui);
  font-style: normal;
  font-size: 0.85rem;
  color: rgba(232, 240, 244, 0.65);
}

/* Split feature */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.split-media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
  transition: transform 1.1s var(--ease);
}

.split:hover .split-media img {
  transform: scale(1.04);
}

/* Program / listing */
.program-list {
  display: grid;
  gap: 2rem;
}

.program-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.75rem;
  align-items: stretch;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.program-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.program-media {
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 180px;
}

.program-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 180px;
  transition: transform 0.8s var(--ease);
}

.program-row:hover .program-media img {
  transform: scale(1.05);
}

.program-meta {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.4rem;
}

.program-row h3 {
  font-size: 1.45rem;
  margin-bottom: 0.5rem;
}

.program-row h3 a {
  text-decoration: none;
  color: inherit;
}

.program-row h3 a:hover {
  color: var(--copper-deep);
}

/* Benefits */
.benefit-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  counter-reset: benefit;
}

.benefit {
  padding: 1.35rem 0 0;
  border-top: 2px solid var(--baltic);
}

.benefit::before {
  counter-increment: benefit;
  content: counter(benefit, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--copper);
  display: block;
  margin-bottom: 0.65rem;
  letter-spacing: 0.06em;
}

.benefit h3 {
  font-size: 1.15rem;
}

.benefit p {
  color: var(--muted);
  margin: 0;
  font-size: 0.98rem;
}

/* Timeline */
.timeline {
  display: grid;
  gap: 0;
  border-left: 2px solid var(--line);
  padding-left: 1.5rem;
  margin-left: 0.35rem;
}

.timeline-item {
  position: relative;
  padding: 0 0 2rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.35rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px var(--fog);
}

.timeline-item h3 {
  font-size: 1.2rem;
}

.timeline-item p {
  color: var(--muted);
  margin: 0;
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.price-tier {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
}

.price-tier.is-featured {
  background: var(--baltic-deep);
  color: #fff;
  border-color: transparent;
}

.price-tier.is-featured h3,
.price-tier.is-featured .price {
  color: #fff;
}

.price-tier.is-featured p,
.price-tier.is-featured li {
  color: rgba(232, 240, 244, 0.85);
}

.price-tier h3 {
  font-size: 1.35rem;
}

.price {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
  letter-spacing: -0.03em;
}

.price span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
  font-family: var(--font-ui);
}

.price-tier.is-featured .price span {
  color: rgba(232, 240, 244, 0.65);
}

.price-tier ul {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
  flex: 1;
  font-family: var(--font-ui);
  font-size: 0.95rem;
}

.price-tier li {
  margin-bottom: 0.45rem;
  color: var(--slate);
}

.price-note {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 1.5rem;
}

/* Reviews */
.review-stack {
  display: grid;
  gap: 1.75rem;
}

.review {
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}

.review:first-child {
  border-top: 0;
  padding-top: 0;
}

.review-rating {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  color: var(--copper-deep);
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
}

.review blockquote {
  margin: 0;
  font-size: 1.15rem;
}

.review cite {
  display: block;
  margin-top: 0.85rem;
  font-family: var(--font-ui);
  font-style: normal;
  font-size: 0.9rem;
  color: var(--muted);
}

.case-study {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
  margin-top: 2rem;
}

.case-study h3 {
  font-size: 1.5rem;
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.blog-card {
  display: grid;
  gap: 1rem;
}

.blog-card-media {
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 16 / 10;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.05);
}

.blog-card h3 {
  font-size: 1.3rem;
  margin: 0;
}

.blog-card h3 a {
  text-decoration: none;
  color: inherit;
}

.blog-card h3 a:hover {
  color: var(--copper-deep);
}

.blog-card p {
  color: var(--muted);
  margin: 0;
}

.article {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 4.5rem;
}

.article-meta {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.article h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 1rem;
}

.article-cover {
  border-radius: var(--radius);
  overflow: hidden;
  margin: 1.75rem 0 2rem;
  aspect-ratio: 16 / 9;
}

.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article h2 {
  font-size: 1.45rem;
  margin-top: 2.25rem;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.45);
  padding: 1rem 1.15rem;
}

.faq-item summary {
  font-family: var(--font-display);
  font-weight: 700;
  cursor: pointer;
  color: var(--baltic-deep);
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0.85rem 0 0;
  color: var(--muted);
}

/* Modules */
.module-list {
  display: grid;
  gap: 1rem;
}

.module {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}

.module-num {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--copper);
  font-size: 1.1rem;
}

.module h3 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.module p {
  margin: 0;
  color: var(--muted);
}

/* Instructor */
.instructor {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.5rem;
  align-items: start;
}

.instructor img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: var(--radius);
}

/* Forms */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.form-field {
  margin-bottom: 1.1rem;
}

.form-field label {
  display: block;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: var(--baltic-deep);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font: inherit;
  font-family: var(--font-ui);
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(208, 107, 79, 0.45);
  outline-offset: 1px;
  border-color: var(--copper);
}

.field-error {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  color: var(--danger);
  margin: 0.35rem 0 0;
  min-height: 1.1em;
}

.form-status {
  font-family: var(--font-ui);
  margin-top: 1rem;
  min-height: 1.4em;
}

.form-status.is-success {
  color: var(--ok);
}

.form-status.is-error {
  color: var(--danger);
}

.address-block {
  font-style: normal;
  font-family: var(--font-ui);
  line-height: 1.7;
}

.address-block p {
  margin: 0 0 0.5rem;
}

/* Legal */
.legal {
  max-width: 46rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 4.5rem;
}

.legal h1 {
  font-size: clamp(2rem, 4vw, 2.6rem);
}

.legal h2 {
  font-size: 1.3rem;
  margin-top: 2rem;
}

.legal table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-ui);
  font-size: 0.9rem;
  margin: 1.25rem 0;
}

.legal th,
.legal td {
  border: 1px solid var(--line);
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.legal th {
  background: rgba(12, 59, 92, 0.06);
}

/* CTA band */
.cta-band {
  background:
    linear-gradient(120deg, rgba(7, 38, 61, 0.92), rgba(12, 59, 92, 0.88)),
    url("https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff;
  padding: 4rem 0;
  margin-top: 1rem;
}

.cta-band h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  max-width: 16ch;
}

.cta-band p {
  color: rgba(232, 240, 244, 0.88);
  max-width: 32rem;
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: rgba(232, 240, 244, 0.82);
  padding: 3.5rem 0 1.5rem;
  margin-top: 0;
  font-family: var(--font-ui);
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 2rem;
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.65rem;
}

.footer-tag {
  color: rgba(232, 240, 244, 0.7);
  margin: 0;
  max-width: 22rem;
}

.footer-heading {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

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

.footer-col li {
  margin-bottom: 0.4rem;
}

.site-footer a {
  color: rgba(232, 240, 244, 0.78);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.footer-address {
  font-style: normal;
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-bottom {
  max-width: var(--max);
  margin: 2.5rem auto 0;
  padding: 1.25rem 1.25rem 0;
  border-top: 1px solid rgba(232, 240, 244, 0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.88rem;
}

.footer-legal {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  max-width: 520px;
  margin: 0 auto;
  z-index: 60;
  background: var(--baltic-deep);
  color: rgba(232, 240, 244, 0.92);
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  font-family: var(--font-ui);
  animation: riseIn 0.5s var(--ease) both;
}

.cookie-banner p {
  margin: 0 0 1rem;
  font-size: 0.92rem;
}

.cookie-banner a {
  color: #fff;
}

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

.cookie-banner .btn-secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.cookie-banner .btn-secondary:hover {
  border-color: #fff;
  color: #fff;
}

/* Reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 404 */
.not-found {
  min-height: 60vh;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 4rem 1.25rem;
}

.not-found h1 {
  font-size: clamp(3rem, 10vw, 5rem);
  margin-bottom: 0.5rem;
}

/* Outcomes */
.outcome-list {
  columns: 2;
  column-gap: 2rem;
  margin: 0;
  padding: 0 0 0 1.15rem;
  font-family: var(--font-ui);
}

.outcome-list li {
  margin-bottom: 0.55rem;
  break-inside: avoid;
  color: var(--slate);
}

/* Trust strip */
.city-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  font-family: var(--font-ui);
  font-size: 0.9rem;
  color: var(--muted);
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.city-strip strong {
  color: var(--baltic-deep);
  font-weight: 600;
}

@media (max-width: 960px) {
  .voices-grid,
  .benefit-rail,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .split,
  .program-row,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .instructor {
    grid-template-columns: 100px 1fr;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(243, 247, 249, 0.98);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem 1.25rem 1.25rem;
    display: none;
  }

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

  .nav-list {
    flex-direction: column;
    gap: 0.75rem;
  }

  .voices-grid,
  .benefit-rail,
  .pricing-grid,
  .blog-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .outcome-list {
    columns: 1;
  }

  .hero-bleed {
    min-height: 78vh;
  }

  .cookie-banner {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
