:root {
  --ink: #172423;
  --muted: #5d6d69;
  --paper: #f7f8f3;
  --cream: #fffefa;
  --line: #d9e4dd;
  --teal: #176d66;
  --deep: #183c39;
  --coral: #d17b62;
  --shadow: 0 24px 70px rgba(23, 36, 35, 0.14);
  --font-body: Aptos, "Avenir Next", "SF Pro Text", "Segoe UI", sans-serif;
  --font-display: "New York", "Iowan Old Style", Charter, Georgia, serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 120px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.54;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 14px clamp(16px, 4vw, 52px);
  background: rgba(24, 60, 57, 0.76);
  color: white;
  backdrop-filter: blur(16px);
}

.brand img {
  width: 116px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 70%;
  background: var(--cream);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 24px);
  font-size: 0.9rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 470;
  white-space: nowrap;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-nav a:hover,
.site-nav a[href*="brain-map"],
.site-nav a[href*="sessions"] {
  color: rgba(255, 255, 255, 0.96);
}

.site-nav a[href*="brain-map"],
.site-nav a[href*="sessions"] {
  font-weight: 560;
}

.header-cta,
.button,
.pricing-grid a,
.support-grid a,
.booking-grid a,
.contact-form button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 580;
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: rgba(255, 255, 255, 0.96);
  white-space: nowrap;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.header-cta:hover {
  border-color: rgba(209, 123, 98, 0.88);
  background: rgba(209, 123, 98, 0.1);
}

main > section {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.page-hero {
  padding-top: clamp(130px, 14vw, 180px);
  background: var(--cream);
}

.page-hero p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.12rem;
}

.page-panel {
  padding-top: clamp(44px, 6vw, 72px);
}

.home-page {
  background: #101514;
  color: white;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(340px, 1.04fr) minmax(190px, 0.32fr);
  gap: clamp(30px, 4.5vw, 72px);
  align-items: center;
  min-height: 100vh;
  padding-top: clamp(132px, 11vw, 170px);
  padding-bottom: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 38%, rgba(210, 170, 98, 0.22), transparent 18%),
    radial-gradient(circle at 82% 20%, rgba(119, 172, 165, 0.2), transparent 28%),
    radial-gradient(circle at 16% 82%, rgba(23, 109, 102, 0.2), transparent 24%),
    linear-gradient(135deg, #101514 0%, #151a18 42%, #0d2a27 100%);
}

.home-hero-copy {
  position: relative;
  z-index: 1;
}

.home-hero h1 {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(2.85rem, 4.9vw, 5.25rem);
  line-height: 1.01;
}

.home-hero h1::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 22px;
  background: var(--coral);
}

.home-hero p:not(.eyebrow),
.home-side-note {
  color: rgba(255, 255, 255, 0.76);
}

.home-hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  font-size: clamp(1rem, 1.28vw, 1.12rem);
}

.home-hero .hero-actions {
  margin-top: 28px;
}

.home-hero .button.primary {
  background: var(--coral);
}

.home-hero .button.secondary {
  background: rgba(255, 255, 255, 0.04);
}

.home-visual {
  position: relative;
  min-height: 540px;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
}

.home-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 51% 47%, rgba(255, 213, 158, 0.36), transparent 10%),
    radial-gradient(circle at 45% 47%, rgba(255, 255, 255, 0.16), transparent 23%),
    radial-gradient(circle at 63% 52%, rgba(119, 172, 165, 0.26), transparent 40%),
    radial-gradient(circle at 40% 58%, rgba(209, 123, 98, 0.16), transparent 56%),
    linear-gradient(120deg, transparent 0 18%, rgba(255, 255, 255, 0.04) 42%, transparent 72%);
  filter: blur(0.15px);
  opacity: 0.96;
  z-index: 0;
}

.mind-profile {
  position: absolute;
  inset: 5% 5% 0 8%;
  background:
    linear-gradient(90deg, transparent 0 29%, rgba(10, 18, 17, 0.34) 31% 100%),
    radial-gradient(circle at 52% 48%, rgba(255, 228, 183, 0.3), transparent 17%),
    radial-gradient(circle at 58% 52%, rgba(119, 172, 165, 0.18), transparent 45%);
  clip-path: polygon(54% 2%, 68% 10%, 75% 26%, 71% 43%, 82% 52%, 72% 58%, 69% 74%, 58% 91%, 43% 98%, 36% 84%, 39% 65%, 28% 54%, 34% 39%, 33% 19%);
  opacity: 0.78;
  z-index: 1;
  box-shadow: inset 0 0 70px rgba(255, 232, 184, 0.08);
}

.home-visual::after {
  content: "";
  position: absolute;
  inset: 8%;
  background:
    linear-gradient(34deg, transparent 24%, rgba(215, 177, 115, 0.35) 25%, transparent 26%),
    linear-gradient(141deg, transparent 30%, rgba(119, 172, 165, 0.28) 31%, transparent 32%),
    linear-gradient(88deg, transparent 41%, rgba(215, 177, 115, 0.2) 42%, transparent 43%),
    radial-gradient(circle at 28% 32%, rgba(215, 177, 115, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 43%, rgba(119, 172, 165, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 54% 74%, rgba(215, 177, 115, 0.16) 0 2px, transparent 3px);
  opacity: 0.78;
  z-index: 2;
}

.node {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(225, 188, 126, 0.7);
  box-shadow: 0 0 28px rgba(225, 188, 126, 0.5);
}

.node-one { left: 24%; top: 31%; }
.node-two { right: 28%; top: 44%; }
.node-three { left: 56%; bottom: 24%; }

.home-side-note {
  position: relative;
  z-index: 1;
  align-self: start;
  margin-top: 28px;
  padding-left: 22px;
  border-left: 1px solid rgba(209, 123, 98, 0.6);
  font-size: 0.96rem;
}

.feature-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-top: clamp(30px, 5vw, 70px);
  margin-bottom: clamp(54px, 7vw, 88px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.feature-strip article {
  min-height: 132px;
  padding: clamp(20px, 2.5vw, 30px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-strip article:last-child {
  border-right: 0;
}

.feature-strip span {
  color: #9bc8c1;
  font-size: 0.82rem;
}

.feature-strip h3 {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.92);
}

.feature-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  max-width: 230px;
}

.brain-preview {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.42fr);
  gap: clamp(22px, 4vw, 42px);
  padding-top: 0;
  background: #101514;
}

.brain-preview-main,
.science-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.brain-preview-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(280px, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
}

.brain-preview .section-head h2,
.science-card h3 {
  color: rgba(255, 255, 255, 0.94);
}

.brain-preview .section-head p:not(.eyebrow),
.science-card p {
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.68);
}

.radar-card {
  display: grid;
  min-height: 360px;
  place-items: center;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(23, 60, 57, 0.7), rgba(13, 28, 27, 0.9)),
    radial-gradient(circle at 50% 50%, rgba(119, 172, 165, 0.28), transparent 44%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

.radar-web {
  position: relative;
  width: min(280px, 76vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(119, 172, 165, 0.2) 0 12%, transparent 13%),
    repeating-radial-gradient(circle, transparent 0 22px, rgba(255, 255, 255, 0.13) 23px 24px),
    conic-gradient(from 0deg, rgba(119, 172, 165, 0.34), rgba(209, 123, 98, 0.28), rgba(119, 172, 165, 0.34));
}

.radar-web::before {
  content: "";
  position: absolute;
  inset: 18%;
  background: rgba(119, 172, 165, 0.3);
  clip-path: polygon(50% 8%, 84% 28%, 76% 74%, 50% 92%, 20% 72%, 16% 30%);
}

.radar-web span {
  position: absolute;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
}

.radar-web span:nth-child(1) { left: 43%; top: 5%; }
.radar-web span:nth-child(2) { left: 4%; top: 44%; }
.radar-web span:nth-child(3) { right: 4%; top: 42%; }
.radar-web span:nth-child(4) { left: 40%; bottom: 5%; }
.radar-web span:nth-child(5) { left: 10%; bottom: 20%; }
.radar-web span:nth-child(6) { right: 8%; bottom: 20%; }

.science-card {
  align-self: stretch;
  padding: clamp(28px, 4vw, 48px);
}

.science-card h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 420;
  line-height: 1.08;
}

.science-card .panel-link {
  background: transparent;
  color: #ffb29d;
  padding-left: 0;
}

.sessions-page {
  background: #111716;
}

.sessions-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  min-height: 76vh;
  padding-top: clamp(150px, 16vw, 200px);
  background:
    radial-gradient(circle at 72% 36%, rgba(23, 109, 102, 0.26), transparent 32%),
    radial-gradient(circle at 44% 92%, rgba(209, 123, 98, 0.12), transparent 28%),
    linear-gradient(135deg, #121615, #17201e 56%, #0f2825);
  color: white;
}

.sessions-hero h1 {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.94);
}

.sessions-hero h1::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 22px;
  background: var(--coral);
}

.sessions-hero p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.04rem, 1.8vw, 1.2rem);
}

.sessions-hero .button {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.session-orbit {
  position: relative;
  min-height: 430px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(209, 123, 98, 0.24), transparent 7%),
    radial-gradient(circle at 50% 50%, rgba(119, 172, 165, 0.22), transparent 38%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1), transparent 62%);
  opacity: 0.94;
}

.session-orbit::before,
.session-orbit::after {
  content: "";
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(119, 172, 165, 0.28);
  border-radius: 999px;
}

.session-orbit::after {
  inset: 34%;
  border-color: rgba(209, 123, 98, 0.28);
}

.session-orbit span {
  position: absolute;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.8rem, 1.4vw, 0.98rem);
}

.session-orbit span:nth-child(1) { left: 42%; top: 10%; color: #ffb29d; }
.session-orbit span:nth-child(2) { right: 8%; top: 28%; color: #98c8c1; }
.session-orbit span:nth-child(3) { left: 6%; top: 34%; color: #f0c27a; }
.session-orbit span:nth-child(4) { right: 10%; bottom: 22%; color: #98c8c1; }
.session-orbit span:nth-child(5) { left: 8%; bottom: 18%; color: #d9b88c; }
.session-orbit span:nth-child(6) { left: 38%; bottom: 6%; color: #cbd9d2; }

.session-tools,
.session-method {
  background: #111716;
  color: white;
}

.session-tools .section-head,
.session-method .section-head {
  max-width: 900px;
}

.session-tools h2,
.session-method h2 {
  color: rgba(255, 255, 255, 0.92);
}

.session-tools .section-head p:not(.eyebrow),
.session-method .section-head p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 42, 39, 0.86), rgba(9, 42, 39, 0.58), rgba(9, 42, 39, 0.18)),
    linear-gradient(0deg, rgba(9, 42, 39, 0.34), rgba(9, 42, 39, 0.05));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 620;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffb29d;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 420;
  letter-spacing: 0;
  font-feature-settings: "kern" 1, "liga" 1;
}

h3 {
  font-weight: 540;
  line-height: 1.18;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.96;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}

.hero-copy,
.hero-support {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-support,
.scope-line {
  color: rgba(255, 255, 255, 0.78);
}

.hero-actions,
.map-controls,
.brain-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button.primary,
.contact-form button,
.pricing-grid a {
  border: 0;
  background: var(--coral);
  color: white;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.button.ghost {
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--deep);
}

.section-head,
.panel-copy {
  max-width: 760px;
}

.recognition,
.support,
.sessions,
.home-links,
.about,
.pricing,
.faq {
  background: var(--cream);
}

.recognition-grid,
.activity-grid,
.pricing-grid,
.faq-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 34px auto 0;
}

.recognition-grid article,
.activity-grid article,
.pricing-grid article,
.faq-grid details,
.support-grid details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 12px 30px rgba(23, 36, 35, 0.05);
}

.recognition-grid article {
  min-height: 148px;
  padding: 24px;
  color: var(--deep);
  font-weight: 560;
}

.center-line {
  max-width: 780px;
  margin: 34px auto 0;
  color: var(--deep);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.12;
  text-align: center;
}

.brain-map,
.facility,
.booking,
.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.brain-map,
.facility,
.contact {
  background: #edf3ec;
}

.brain-map-card,
.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: var(--shadow);
}

.brain-map-wizard {
  gap: 22px;
}

.map-disclaimer,
.map-microcopy {
  margin: 0;
  color: var(--muted);
}

.progress {
  display: grid;
  gap: 8px;
  color: var(--deep);
  font-size: 0.9rem;
  font-weight: 560;
}

.progress div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4eee6;
}

.progress i {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
  transition: width 240ms ease;
}

.map-step {
  display: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.map-step.is-active {
  display: grid;
  gap: 18px;
}

.map-step legend {
  margin-bottom: 14px;
  color: var(--deep);
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.open-question-grid {
  display: grid;
  gap: 14px;
}

.open-question textarea {
  min-height: 92px;
  resize: vertical;
}

.scale-key {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background: #eef3ec;
  color: var(--muted);
  font-size: 0.82rem;
}

.scale-grid {
  display: grid;
  gap: 12px;
}

.scale-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(250px, 0.72fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
}

.scale-row p {
  margin: 0;
  color: var(--deep);
}

.scale-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.scale-options label {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 8px 6px;
  border: 1px solid #cbd9d2;
  border-radius: 8px;
  background: white;
  color: var(--deep);
  font-size: 0.88rem;
}

.scale-options input {
  margin: 0;
}

.open-question,
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--deep);
  font-weight: 540;
}

.hidden-field {
  display: none;
}

.open-question {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  font-weight: 460;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd9d2;
  border-radius: 8px;
  padding: 14px;
  background: white;
  color: var(--ink);
  font: inherit;
}

input[type="checkbox"] {
  width: auto;
  margin: 4px 8px 0 0;
  accent-color: var(--teal);
}

.consent-field {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-weight: 460 !important;
}

.brain-map-result {
  margin: 0;
  padding: 22px;
  border-radius: 12px;
  background: #eef3ec;
  color: var(--deep);
}

.result-head {
  max-width: 760px;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.result-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}

.result-grid p,
.result-grid li {
  color: var(--muted);
}

.result-grid ul {
  margin: 0;
  padding-left: 20px;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.email-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--muted);
  font-weight: 460;
}

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

.home-links .support-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.support-grid details,
.faq-grid details {
  padding: 22px;
}

.nav-card {
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 12px 30px rgba(23, 36, 35, 0.05);
}

.nav-card span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 620;
  letter-spacing: 0;
}

.nav-card strong {
  color: var(--deep);
  font-size: 1.2rem;
  font-weight: 560;
}

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

.method {
  background: var(--cream);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 34px auto 0;
}

.method-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 12px 30px rgba(23, 36, 35, 0.05);
}

.method-grid span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 620;
  letter-spacing: 0;
}

.method-grid p {
  color: var(--muted);
}

.support-grid summary,
.faq-grid summary {
  color: var(--deep);
  font-weight: 580;
  cursor: pointer;
}

.support-grid p,
.faq-grid p,
.panel-copy p,
.activity-grid p,
.pricing-grid p,
.form-note {
  color: var(--muted);
}

.support .support-grid a {
  width: max-content;
  min-height: 38px;
  margin-top: 10px;
  padding: 8px 12px;
  background: #e4eee6;
  color: var(--deep);
  font-size: 0.88rem;
}

.panel-link {
  display: inline-flex;
  width: max-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border-radius: 999px;
  padding: 10px 15px;
  background: #e4eee6;
  color: var(--deep);
  font-weight: 560;
}

.activity-grid article {
  padding: 24px;
}

.sessions-page .activity-grid,
.sessions-page .method-grid {
  gap: 16px;
}

.sessions-page .activity-grid article,
.sessions-page .method-grid article {
  min-height: 250px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.sessions-page .activity-grid h3,
.sessions-page .method-grid h3 {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  font-weight: 420;
}

.sessions-page .activity-grid p,
.sessions-page .method-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.session-icon,
.sessions-page .method-grid span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(119, 172, 165, 0.2);
  color: #9bc8c1;
  font-size: 0.88rem;
}

.sessions-page .method-grid span {
  letter-spacing: 0;
}

.visual-table {
  position: relative;
  height: 160px;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #edf3ec, #fffefa);
}

.visual-table::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 0 0 1px rgba(23, 36, 35, 0.08);
}

.visual-table span,
.visual-table i {
  position: absolute;
  display: block;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(23, 36, 35, 0.12);
}

.cards-scene span {
  width: 54px;
  height: 78px;
  top: 44px;
}

.cards-scene span:nth-child(1) { left: 44px; background: #d6ead8; transform: rotate(-10deg); }
.cards-scene span:nth-child(2) { left: 86px; background: #fff6df; transform: rotate(4deg); }
.cards-scene span:nth-child(3) { left: 128px; background: #f2cfc2; transform: rotate(12deg); }
.cards-scene i { right: 38px; bottom: 42px; width: 74px; height: 16px; background: var(--teal); }

.planner-scene span:nth-child(1),
.routine-scene span:nth-child(1) {
  left: 34px;
  top: 36px;
  width: 128px;
  height: 92px;
  background: repeating-linear-gradient(0deg, transparent, transparent 17px, rgba(23, 36, 35, 0.12) 18px), #fffefa;
}

.planner-scene span:nth-child(2),
.routine-scene span:nth-child(2) { right: 34px; top: 46px; width: 70px; height: 18px; background: #d6ead8; }
.planner-scene span:nth-child(3),
.routine-scene span:nth-child(3) { right: 34px; top: 78px; width: 92px; height: 18px; background: #f2cfc2; }
.planner-scene i,
.routine-scene i { right: 34px; top: 110px; width: 92px; height: 18px; background: #fff6df; }

.group-scene span { top: 48px; width: 48px; height: 48px; border-radius: 999px; background: #d6ead8; }
.group-scene span:nth-child(1) { left: 46px; }
.group-scene span:nth-child(2) { left: 116px; background: #fff6df; }
.group-scene span:nth-child(3) { right: 46px; background: #f2cfc2; }
.group-scene i { left: 50%; bottom: 38px; width: 138px; height: 20px; background: var(--teal); transform: translateX(-50%); }

.facility-list,
.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.facility-list span,
.booking-grid a {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  color: var(--deep);
  font-weight: 560;
}

.about {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.about-note {
  background: #edf3ec;
}

.about-note details {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  background: white;
  box-shadow: 0 12px 30px rgba(23, 36, 35, 0.05);
}

.about-note summary {
  color: var(--deep);
  font-weight: 580;
  cursor: pointer;
}

.about-note p {
  margin: 12px 0 0;
  color: var(--muted);
}

.founder-card {
  display: grid;
  gap: 34px;
  min-height: 360px;
  align-content: end;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(23, 109, 102, 0.94), rgba(24, 60, 57, 0.98));
  color: white;
  box-shadow: var(--shadow);
}

.founder-card img {
  width: 180px;
  border-radius: 10px;
}

.founder-card p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 420;
  font-size: 2.5rem;
  line-height: 1;
}

.pricing-grid article {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.pricing-grid span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 620;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-grid strong {
  color: var(--deep);
  font-family: var(--font-display);
  font-weight: 420;
  font-size: 1.4rem;
  line-height: 1.14;
}

.featured-price {
  background: #edf3ec !important;
}

.pricing-note {
  max-width: 1180px;
  margin: 18px auto 0;
  color: var(--muted);
}

.booking {
  background: var(--deep);
  color: white;
}

.booking .panel-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.booking-grid a {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

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

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 4px;
  }

  .home-hero,
  .brain-preview,
  .brain-preview-main {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
  }

  .home-visual {
    min-height: 360px;
  }

  .home-side-note {
    margin-top: 0;
  }

  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-strip article:nth-child(2) {
    border-right: 0;
  }

  .brain-map,
  .facility,
  .booking,
  .contact,
  .about,
  .sessions-hero {
    grid-template-columns: 1fr;
  }

  .session-orbit {
    min-height: 320px;
  }

  .recognition-grid,
  .activity-grid,
  .pricing-grid,
  .method-grid,
  .support-grid,
  .faq-grid,
  .result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scale-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand img {
    width: 54px;
    height: 42px;
    object-position: 50% 18%;
  }

  .hero {
    min-height: 92vh;
    padding: 100px 18px 42px;
  }

  .home-hero {
    padding-top: 150px;
  }

  h1 {
    font-size: clamp(2.9rem, 15vw, 4.9rem);
  }

  .home-hero h1 {
    font-size: clamp(2.45rem, 11.2vw, 3.75rem);
  }

  .home-visual {
    min-height: 270px;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip article,
  .feature-strip article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .feature-strip article:last-child {
    border-bottom: 0;
  }

  .radar-card {
    min-height: 300px;
  }

  .sessions-hero {
    min-height: auto;
  }

  .session-orbit {
    min-height: 260px;
  }

  .hero-actions,
  .map-controls,
  .brain-map-actions {
    flex-direction: column;
  }

  .button,
  .contact-form button {
    width: 100%;
  }

  .recognition-grid,
  .activity-grid,
  .pricing-grid,
  .method-grid,
  .support-grid,
  .faq-grid,
  .result-grid,
  .facility-list,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .scale-key {
    grid-template-columns: 1fr;
  }

  .result-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
