:root {
  --pearl: #fffdf8;
  --shell: #f8f5ee;
  --sand: #cfc5b2;
  --gold: #a29464;
  --blue: #90bccf;
  --blue-dark: #74a8bc;
  --ink: #1a1a1a;
  --soft: #565a58;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--pearl);
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  overflow-x: clip;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes image-reveal {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.98);
}

.reveal.is-visible {
  animation: fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal-scale.is-visible {
  animation: image-reveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-scale {
    opacity: 1;
    transform: none;
  }

  .reveal.is-visible,
  .reveal-scale.is-visible,
  .hero-content,
  .wave path {
    animation: none;
  }
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background-image: radial-gradient(rgb(162 148 100 / 0.11) 0.75px, transparent 0.75px);
  background-size: 20px 20px;
  opacity: 0.45;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgb(207 197 178 / 0.25);
  background: rgb(255 255 255 / 0.74);
  box-shadow: 0 10px 40px rgb(70 64 54 / 0.06);
  backdrop-filter: blur(18px);
}

.header-inner,
.section-inner,
.hero-inner,
.hero-content,
.footer-inner {
  width: min(100% - 56px, 1280px);
  margin-inline: auto;
}

.header-inner {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: block;
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.brand-title {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-subtitle {
  display: block;
  margin-top: 5px;
  color: #6e7471;
  font-size: 8px;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #202222;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding-bottom: 9px;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active { color: var(--gold); }

.main-nav a.active::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: translateX(-50%);
}

.pill,
.outline-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.pill {
  border: 0;
  background: var(--blue);
  color: white;
  padding: 0 28px;
  box-shadow: 0 16px 34px rgb(144 188 207 / 0.34);
}

.pill:hover { background: var(--blue-dark); transform: translateY(-1px); }

.outline-pill {
  border: 1px solid var(--blue);
  color: #202222;
  padding: 0 28px;
}

.outline-pill:hover { background: var(--blue); color: white; }

.hero {
  position: relative;
  min-height: 820px;
  overflow: visible;
  padding-top: 96px;
  background: var(--pearl);
  z-index: 20;
}

.hero-image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 63%;
  overflow: hidden;
  background: #eaf3f6;
}

.hero-image::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(90deg, var(--pearl) 0%, rgb(255 253 248 / 0.72) 12%, rgb(255 253 248 / 0.24) 34%, transparent 62%),
    linear-gradient(180deg, rgb(255 255 255 / 0.04), transparent 58%, rgb(255 253 248 / 0.86) 100%),
    var(--hero-url);
  background-size: cover;
  background-position: center;
  filter: saturate(0.86) sepia(0.04) brightness(1.03);
}

.hero-inner,
.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  padding-top: 100px;
  padding-bottom: 225px;
  animation: fade-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-content {
  padding-left: 100px;
}

h1, h2, h3, .word-strip, .step-number, .review-mark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
}

.hero h1 {
  margin: 0;
  color: #202222;
  font-size: clamp(2.8rem, 5.25vw, 5.2rem);
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.gold { color: var(--gold); }

.hero p {
  max-width: 390px;
  margin: 32px 0 0;
  color: #4f5552;
  font-size: 16px;
  line-height: 2;
}

.hero .pill { margin-top: 36px; padding-inline: 32px; }

.wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 176px;
  color: var(--blue);
  pointer-events: none;
}

.hero .wave {
  bottom: -6px;
  z-index: 8;
  height: 188px;
  opacity: 0.92;
}

.hero-wave path {
  stroke-width: 0.95;
  vector-effect: non-scaling-stroke;
}

.split-image .wave { bottom: 12px; opacity: 0.4; }
.site-footer .wave { top: -10px; opacity: 0.3; }

.wave path { animation: wave-drift 14s ease-in-out infinite; }

@keyframes wave-drift {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-42px); }
}

.compass {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: calc(100% - 32px);
  bottom: auto;
  display: flex;
  width: 118px;
  height: 118px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--blue);
  box-shadow: none;
  transform: translateX(-50%);
}

.compass img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgb(255 255 255 / 0.9));
}

.compass::before,
.compass::after {
  position: absolute;
  top: 50%;
  width: min(90px, 10vw);
  height: 1px;
  content: "";
  background: rgb(162 148 100 / 0.28);
}

.compass::before { right: calc(100% + 12px); }
.compass::after { left: calc(100% + 12px); }

.hero-fade {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 128px;
  background: linear-gradient(180deg, transparent, var(--pearl));
}

.word-strip {
  position: relative;
  z-index: 0;
  isolation: isolate;
  border-bottom: 1px solid rgb(207 197 178 / 0.55);
  background: var(--pearl);
  color: var(--gold);
  font-size: 26px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  padding-top: 140px;
  padding-bottom: 100px;
}

.word-strip .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgb(207 197 178 / 0.55);
  padding-bottom: 42px;
}

.values {
  position: relative;
  z-index: 2;
  background: var(--pearl);
  padding: 44px 0 122px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1080px;
}

.value-card {
  padding: 38px 32px 26px;
  text-align: center;
}

.value-card + .value-card { border-left: 1px solid rgb(207 197 178 / 0.65); }

.icon-circle {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border: 1px solid rgb(144 188 207 / 0.55);
  border-radius: 999px;
  background: white;
  color: var(--blue);
  box-shadow: 0 18px 40px rgb(143 130 92 / 0.08);
}

.icon-circle img,
.icon-circle svg {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.value-card h3,
.offer-card h3 {
  margin: 0;
  color: #202222;
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.value-card p,
.offer-card p,
.editorial p,
.split-text p,
.contact-copy p {
  color: var(--soft);
  line-height: 1.9;
}

.split {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgb(207 197 178 / 0.55);
  border-bottom: 1px solid rgb(207 197 178 / 0.55);
  background: var(--pearl);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-inline: auto;
}

.split-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background-color: var(--sand);
}

.split-image::before,
.editorial-image::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.72) sepia(0.08) brightness(1.05);
}

.split-image::after,
.editorial-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgb(26 26 26 / 0.12), transparent 46%);
}

.split-text {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  padding: 78px max(28px, calc((100% - 1280px) / 2)) 78px 78px;
}

.astral {
  position: absolute;
  top: 64px;
  right: 38px;
  width: 180px;
  height: 260px;
  color: var(--gold);
  opacity: 0.2;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.split-text h2,
.editorial h1,
.contact-copy h1 {
  margin: 0;
  color: #202222;
  font-size: clamp(2.25rem, 3.8vw, 4.35rem);
  letter-spacing: -0.03em;
  line-height: 1.03;
}

.split-text h2 { font-size: clamp(2.15rem, 3.4vw, 3.8rem); }
.split-text p { max-width: 540px; margin-top: 30px; }
.split-text .outline-pill { margin-top: 30px; }

.for-whom {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(255 253 248 / 0.96), rgb(255 253 248 / 0.82)),
    url("images/tree.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgb(207 197 178 / 0.55);
  padding: 82px 0;
}

.for-whom::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 18% 50%, rgb(144 188 207 / 0.16), transparent 34%);
  pointer-events: none;
}

.for-whom-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 74px;
  align-items: center;
}

.for-whom-copy h2 {
  margin: 0;
  max-width: 560px;
  color: #202222;
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.for-whom-copy p:not(.eyebrow) {
  max-width: 460px;
  margin-top: 28px;
  color: var(--soft);
  line-height: 1.9;
}

.for-whom-copy .outline-pill {
  margin-top: 30px;
}

.for-whom-list {
  display: grid;
  gap: 14px;
}

.for-whom-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgb(207 197 178 / 0.48);
  background: rgb(255 255 255 / 0.48);
  padding: 18px 20px;
  backdrop-filter: blur(8px);
}

.for-whom-list img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.for-whom-list span {
  color: #202222;
  font-size: 15px;
  line-height: 1.7;
}

.expect {
  position: relative;
  background: var(--pearl);
  border-bottom: 1px solid rgb(207 197 178 / 0.55);
  padding: 76px 0 82px;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgb(207 197 178 / 0.55);
  border-bottom: 1px solid rgb(207 197 178 / 0.55);
}

.expect-grid article {
  position: relative;
  padding: 38px 34px 42px;
  text-align: center;
}

.expect-grid article + article {
  border-left: 1px solid rgb(207 197 178 / 0.55);
}

.expect-grid span {
  display: block;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  line-height: 1;
}

.expect-grid h3 {
  margin: 18px 0 0;
  color: #202222;
  font-size: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.expect-grid p {
  max-width: 300px;
  margin: 18px auto 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.8;
}

.content-band {
  background: var(--pearl);
  border-top: 1px solid rgb(207 197 178 / 0.55);
  border-bottom: 1px solid rgb(207 197 178 / 0.55);
  padding: 78px 0;
}

.content-band .section-inner {
  max-width: 1200px;
}

.content-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
}

.content-grid h2,
.cta-band h2,
.location-box h2 {
  margin: 0;
  color: #202222;
  font-size: clamp(1.95rem, 3vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.rich-text p,
.check-list p,
.note-section p {
  color: var(--soft);
  line-height: 1.9;
}

.rich-text p:first-child { margin-top: 0; }

.approach {
  background: white;
  padding: 72px 0;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.approach-grid article,
.session-card {
  border: 1px solid rgb(207 197 178 / 0.62);
  background: rgb(255 253 248 / 0.78);
  box-shadow: 0 20px 55px rgb(55 55 45 / 0.06);
}

.approach-grid article {
  padding: 34px;
}

.approach-grid span,
.session-card span {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  line-height: 1;
}

.approach-grid h3,
.session-card h2 {
  margin: 18px 0 0;
  color: #202222;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approach-grid p,
.session-card p,
.session-card li {
  color: var(--soft);
  line-height: 1.8;
}

.session-list {
  background: var(--pearl);
  padding: 72px 0;
}

.session-list .section-inner {
  display: grid;
  gap: 24px;
}

.session-card {
  display: grid;
  grid-template-columns: 1fr 0.9fr 150px;
  gap: 34px;
  align-items: start;
  padding: 34px;
}

.session-card ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.session-card strong {
  justify-self: end;
  border: 1px solid rgb(144 188 207 / 0.55);
  border-radius: 999px;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.18em;
  padding: 12px 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.note-section {
  background: #202222;
  padding: 34px 0;
}

.note-section p {
  max-width: 900px;
  margin: 0 auto;
  color: rgb(255 255 255 / 0.76);
  text-align: center;
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list p {
  margin: 0;
  border-bottom: 1px solid rgb(207 197 178 / 0.55);
  padding: 0 0 14px 30px;
  position: relative;
}

.check-list p::before {
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
}

.cta-band {
  background: var(--shell);
  border-top: 1px solid rgb(207 197 178 / 0.55);
  padding: 72px 0;
  text-align: center;
}

.cta-band h2 {
  max-width: 850px;
  margin: 0 auto;
}

.cta-band .pill {
  margin-top: 30px;
}

.offers {
  position: relative;
  z-index: 2;
  background: var(--pearl);
  padding: 96px 0 108px;
}

.section-title {
  margin-bottom: 38px;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  color: #202222;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.section-title::after {
  display: block;
  width: 64px;
  height: 1px;
  margin: 14px auto 0;
  content: "";
  background: var(--gold);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.offer-card {
  overflow: visible;
  border: 0;
  background: white;
  box-shadow: 0 20px 55px rgb(55 55 45 / 0.08);
  position: relative;
  text-align: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.offer-card:hover {
  box-shadow: 0 28px 70px rgb(55 55 45 / 0.13);
  transform: translateY(-4px);
}

.offer-image {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: var(--sand);
}

.offer-image::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.72) sepia(0.1);
  transition: transform 0.7s ease;
}

.offer-card:hover .offer-image::before { transform: scale(1.05); }

.offer-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, white, rgb(255 255 255 / 0.22), transparent);
}

.offer-icon,
.offer-image .icon-circle {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 162px;
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 4px solid white;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  transform: translateX(-50%);
}

.offer-icon img,
.offer-icon svg {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.offer-image .icon-circle {
  margin: 0;
  box-shadow: none;
}

.offer-image .icon-circle::before {
  width: 34px;
  height: 34px;
  content: "";
  background:
    radial-gradient(circle, transparent 0 11px, white 12px, transparent 13px),
    radial-gradient(circle, white 0 2px, transparent 3px),
    linear-gradient(white, white),
    linear-gradient(90deg, white, white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px 34px, 34px 34px, 1px 42px, 42px 1px;
}

.offer-body { padding: 42px 24px 18px; }
.offer-body p { margin: 10px auto 0; max-width: 220px; font-size: 14px; line-height: 1.65; }

.quote {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 64px 28px;
  text-align: center;
  background: var(--shell);
}

.quote::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.7) sepia(0.05) brightness(1.12);
}

.quote::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgb(255 255 255 / 0.58);
}

.quote p {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  color: #202222;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 3.1vw, 3.35rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.quote p::after {
  display: block;
  width: 128px;
  height: 1px;
  margin: 30px auto 0;
  content: "";
  background: var(--gold);
}

.editorial {
  position: relative;
  overflow: hidden;
  background: var(--pearl);
  padding: 180px 100px 100px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: center;
  gap: 56px;
}

.editorial-grid.reverse { grid-template-columns: 1fr 0.9fr; }
.editorial-grid.reverse .editorial-copy { order: 2; }
.editorial-copy p:not(.eyebrow) { max-width: 580px; margin-top: 30px; }

.editorial-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 999px 999px 0 0;
  background: var(--sand);
  box-shadow: 0 28px 85px rgb(55 55 45 / 0.11);
}

.steps {
  position: relative;
  background: #202222;
  color: white;
  padding: 78px 0;
}

.step {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  border-top: 1px solid rgb(255 255 255 / 0.15);
  padding: 34px 0;
}

.step-number { color: var(--sand); font-size: 56px; }
.step h2 { margin: 0; font-size: 36px; }
.step p { max-width: 680px; color: rgb(255 255 255 / 0.72); line-height: 1.9; }

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 80px;
}

.review-card {
  background: white;
  box-shadow: 0 20px 55px rgb(55 55 45 / 0.08);
  padding: 36px;
  text-align: center;
}

.review-mark { color: var(--gold); font-size: 72px; line-height: 0.6; }
.review-card p { color: #202222; font-size: 18px; line-height: 1.8; }

.contact {
  position: relative;
  min-height: 100vh;
  background: var(--pearl);
  padding: 180px 100px 100px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
}

.contact-copy p:not(.eyebrow) { max-width: 580px; margin-top: 30px; }

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-methods a {
  border-bottom: 1px solid rgb(207 197 178 / 0.55);
  color: #202222;
  padding-bottom: 12px;
}

.location-box {
  border: 1px solid rgb(207 197 178 / 0.65);
  background: white;
  box-shadow: 0 20px 55px rgb(55 55 45 / 0.06);
  margin-top: 38px;
  padding: 28px;
}

.location-box h2 {
  font-size: 32px;
}

.location-box p,
.form-intro {
  color: var(--soft);
  line-height: 1.8;
}

.contact-form {
  border: 1px solid rgb(207 197 178 / 0.7);
  background: rgb(255 255 255 / 0.86);
  box-shadow: 0 28px 80px rgb(55 55 45 / 0.1);
  padding: 46px;
  backdrop-filter: blur(16px);
}

.contact-form label { display: block; margin-bottom: 28px; }

.contact-form span {
  display: block;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 12px;
  border: 0;
  border-bottom: 1px solid var(--sand);
  background: transparent;
  color: var(--ink);
  font: inherit;
  outline: 0;
  padding: 14px 0;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
  border: 1px solid var(--sand);
  background: var(--shell);
  padding: 18px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgb(207 197 178 / 0.55);
  background: white;
  padding: 56px 0;
}

.footer-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: var(--soft);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.footer-links a:hover { color: var(--gold); }

.footer-actions {
  display: grid;
  gap: 18px;
  justify-items: end;
}

.footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(144 188 207 / 0.55);
  border-radius: 999px;
  background: var(--pearl);
  color: var(--blue);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.footer-button:hover {
  background: var(--blue);
  color: white;
  transform: translateY(-1px);
}

.footer-button svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.55;
}

/* ── Mobile navigation ───────────────────────────────── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 19px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex: 0 0 auto;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.site-header.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(8.75px) rotate(45deg);
}

.site-header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.site-header.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-8.75px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  border-top: 1px solid rgb(207 197 178 / 0.35);
  background: rgb(255 255 255 / 0.97);
  backdrop-filter: blur(18px);
  padding: 8px 28px 28px;
}

.mobile-nav nav {
  display: grid;
}

.mobile-nav nav a {
  border-bottom: 1px solid rgb(207 197 178 / 0.35);
  color: #202222;
  font-size: 12px;
  letter-spacing: 0.24em;
  padding: 18px 0;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.mobile-nav nav a:hover,
.mobile-nav nav a.active {
  color: var(--gold);
}

.mobile-nav .pill {
  margin-top: 20px;
  width: 100%;
  min-height: 50px;
}

@keyframes mobile-nav-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .site-header.nav-open .mobile-nav { display: block; animation: mobile-nav-in 0.22s ease both; }
  .main-nav { display: none; }
  .hero-image { width: 100%; opacity: 1; }
  .hero-content { padding-left: 0; }
  .editorial { padding: 120px 0 60px; }
  .contact { padding: 120px 0 60px; }
  .hero-inner,
  .hero-content,
  .split-grid,
  .for-whom-grid,
  .content-grid,
  .approach-grid,
  .session-card,
  .editorial-grid,
  .editorial-grid.reverse,
  .contact-grid { grid-template-columns: 1fr; }
  .editorial-grid.reverse .editorial-copy { order: initial; }
  .values-grid,
  .expect-grid,
  .review-grid { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card + .value-card { border-left: 0; border-top: 1px solid rgb(207 197 178 / 0.65); }
  .expect-grid article + article { border-left: 0; border-top: 1px solid rgb(207 197 178 / 0.55); }
  .session-card strong { justify-self: start; }
  .word-strip { font-size: clamp(14px, 4.2vw, 26px); }
  .word-strip .section-inner { justify-content: center; flex-wrap: wrap; row-gap: 8px; }
  .word-strip .dot { display: none; }
  .for-whom-grid { gap: 40px; }
  .split-text { padding: 48px 28px; }
  .for-whom { padding: 66px 0; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-actions,
  .footer-buttons { justify-items: center; justify-content: center; }
}

@media (max-width: 620px) {
  .header-inner, .section-inner, .hero-inner, .hero-content, .footer-inner { width: min(100% - 36px, 1280px); }
  .brand-title { font-size: 16px; }
  .brand-subtitle { letter-spacing: 0.24em; }
  .brand-mark { width: 68px; height: 68px; }
  .site-header .pill { display: none; }
  .hero { min-height: 760px; }
  .hero-inner, .hero-content { padding-top: 78px; padding-bottom: 205px; }
  .compass::before, .compass::after { width: 46px; }
  .split-image, .editorial-image { min-height: 380px; }
  .contact-form { padding: 28px; }
  .step { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .word-strip { padding-top: 110px; padding-bottom: 72px; }
}
