/* Right Mind Foundation — shared design system
   Fonts: Cormorant Garamond (serif headings) · DM Sans (body)
   Loaded via Google Fonts in each HTML <head>. */

:root {
  --ivory: #f4f2ed;
  --paper: #fbfaf7;
  --ink: #17263a;
  --forest: #14283f;
  --teal: #6f98b7;
  --teal-soft: #dce6ed;
  --gold: #b99658;
  --mist: #e8ebee;
  --muted: #707984;
  --line: #d0d4d7;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.72 var(--sans); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { font: inherit; }

.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 96px 0; }
.soft-section { background: transparent; }
.deep-band { background: var(--forest); color: #f6f1e8; }
.narrow { max-width: 820px; }

.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .68rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(2.9rem, 5.3vw, 5rem); letter-spacing: -.025em; }
h1 em, h2 em { color: var(--teal); font-weight: 500; }
h2 { font-size: clamp(2.15rem, 3.7vw, 3.45rem); letter-spacing: -.018em; }
h3 { font-size: 1.55rem; }
.lead { max-width: 620px; font-size: 1.08rem; line-height: 1.8; color: #5f6965; }

.button-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 0; font-size: .82rem; font-weight: 600; letter-spacing: .03em; transition: .22s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: white; }
.button.text-button { min-height: auto; padding: 5px 0; border: 0; border-bottom: 1px solid var(--teal); color: var(--ink); }
.button.spotify { margin-top: 26px; background: #1ed760; border-color: #1ed760; color: #0c2618; }
.inline-link, .resource-copy a { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: .82rem; font-weight: 600; border-bottom: 1px solid #2f8c8266; }
.simple-note { margin-top: 20px; color: var(--muted); font-size: .72rem; }

/* ── Header ── */
.site-header { position: sticky; top: 0; z-index: 50; background: #132439f2; backdrop-filter: blur(16px); border-bottom: 1px solid #d0ad6730; box-shadow: 0 10px 34px #0713201a; color: #e8edf2; }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 225px; }
.brand img { display: block; width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font: 500 1.05rem var(--serif); color: white; }
.brand-text small { margin-top: 5px; font-size: .57rem; letter-spacing: .2em; text-transform: uppercase; color: #91a1b2; }
.site-nav { display: flex; justify-content: center; gap: 28px; flex: 1; }
.site-nav a { font-size: .76rem; font-weight: 500; letter-spacing: .03em; color: #c1ccd7; white-space: nowrap; }
.site-nav a:hover { color: #e1c27e; }
.header-cta { display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-bottom: 1px solid var(--gold); font-size: .72rem; font-weight: 600; white-space: nowrap; color: white; }
.nav-toggle { display: none; background: none; border: none; color: white; font-size: 1.4rem; cursor: pointer; padding: 4px 8px; }

/* ── Video hero ── */
.video-hero { position: relative; min-height: calc(100svh - 78px); display: flex; align-items: flex-end; overflow: hidden; background: #102238; color: white; isolation: isolate; }
.video-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.video-hero-shade { position: absolute; z-index: 1; inset: 0; }
.video-hero-content { position: relative; z-index: 3; padding-top: 120px; padding-bottom: clamp(90px, 13vh, 150px); }
.video-hero-content .eyebrow { color: #a9c4d8; }
.video-hero-content h1 { max-width: 760px; margin-bottom: 24px; color: white; font-size: clamp(3.1rem, 6vw, 5.8rem); }
.video-hero-content h1 em { display: block; color: #e3c98f; }
.video-hero-content .lead { max-width: 590px; color: #dbe4ec; font-size: 1.04rem; }
.video-hero-content .button { color: white; }
.video-primary { background: #f3efe6 !important; border-color: #f3efe6 !important; color: #0d1b2a !important; }
.video-secondary { border-color: #ffffff80 !important; background: #0c1d315f; }
.video-scroll { position: absolute; z-index: 4; right: 35px; bottom: 34px; display: flex; align-items: center; gap: 13px; color: #dce5ee; font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.video-scroll span { font-size: 1rem; color: var(--gold); }

@media (min-width: 821px) {
  .video-hero-shade { background: linear-gradient(270deg, #10243af5 0%, #17314ddd 43%, #27435e6b 70%, #162b3f1c 100%), linear-gradient(0deg, #0c1e31bd 0%, transparent 54%); }
  .video-hero-content { padding-left: min(58vw, 650px); }
  .video-hero-content h1 { max-width: 470px; font-size: clamp(2.8rem, 4.2vw, 4.4rem); }
  .video-hero-content .lead { max-width: 470px; }
}

/* ── Homepage pathways ── */
.home-directory { padding: 105px 0; background: #1a3049; color: #cbd5df; }
.directory-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; margin-bottom: 65px; }
.directory-intro .eyebrow { color: #8fb2cc; }
.directory-intro h2 { max-width: 760px; margin: 0; color: #f5f2eb; font-size: clamp(2.3rem, 4.2vw, 4rem); }
.pathway-list { border-top: 1px solid #ffffff20; }
.pathway { position: relative; overflow: hidden; display: grid; grid-template-columns: 70px 1fr auto; gap: 38px; align-items: center; padding: 34px 8px; border-bottom: 1px solid #ffffff20; transition: .22s; }
.pathway:hover { padding-inline: 22px; background: #27415e; }
.pathway > .pathway-num { font: 500 1.8rem var(--serif); color: var(--gold); }
.pathway h3 { margin: 0 0 6px; color: #f5f2eb; font-size: 1.6rem; }
.pathway p { max-width: 620px; margin: 0; color: #aab8c5; font-size: .86rem; }
.pathway-link { display: flex; align-items: center; gap: 10px; color: #9fc0d7; font-size: .74rem; white-space: nowrap; font-weight: 600; }

/* ── Pathway silhouette figures ── */
.pathway-figure { position: absolute; right: 210px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #6f98b7; opacity: .18; transition: opacity .3s; }
.pathway-figure svg { display: block; }
.pathway:hover .pathway-figure { opacity: .36; }

.home-closing { padding: 110px 0; background: #12263c; text-align: center; color: #c8d3de; }
.home-closing p { color: #89abc5; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.home-closing h2 { max-width: 820px; margin: 0 auto 38px; color: white; }
.closing-button { border-color: var(--gold) !important; color: white !important; }

/* ── Page hero (inner pages) ── */
.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: 96px 0 88px; background: radial-gradient(circle at 82% 18%, #34516d55 0, transparent 34%), linear-gradient(118deg, #102238 0%, #1a334d 58%, #14283f 100%); border-bottom: 1px solid #c9a963; color: #d8e0e7; }
.page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, transparent 0 11%, #ffffff08 11% 11.08%, transparent 11.08% 100%); }
.page-hero::after { content: ""; position: absolute; right: 8%; bottom: -120px; width: 360px; height: 360px; border: 1px solid #d4b46b24; border-radius: 50%; }
.page-hero .shell { position: relative; max-width: 1000px; padding-left: 48px; border-left: 1px solid var(--gold); }
.page-hero .eyebrow { color: #a9c5d9; }
.page-hero h1 { max-width: 850px; margin-bottom: 25px; color: #fbfaf6; font-size: clamp(2.55rem, 4.3vw, 4rem); text-wrap: balance; }
.page-hero .shell > p:last-of-type { max-width: 700px; margin-bottom: 0; color: #c4d0db; font-size: 1rem; line-height: 1.8; }
.page-hero .button.primary { background: #f3efe6; border-color: #f3efe6; color: #14283f; }
.page-hero .button.primary:hover { background: #e1c98e; border-color: #e1c98e; }
.page-hero .button.spotify { background: #dfe8e2; border-color: #dfe8e2; color: #153226; }
.page-hero + .section::before { content: ""; position: absolute; top: 0; left: 50%; width: min(1120px, calc(100% - 48px)); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .48; }
.page-hero + .section { position: relative; }

/* ── Section intro ── */
.section-intro { max-width: 700px; margin-bottom: 44px; padding-left: 24px; border-left: 1px solid var(--gold); }
.section-intro > p:last-child:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: .96rem; }
.section-intro.light h2, .deep-band h2, .deep-band h3 { color: #f7f2e9; }
.section-intro.light .eyebrow, .deep-band .eyebrow { color: #84c7bf; }
.section-intro.light { border-left-color: rgba(255,255,255,.3); }

/* ── Soft / deep bands ── */
.soft-section { background: linear-gradient(180deg, #f1eee7 0%, #f7f5f0 100%); border-block: 1px solid #d7d2c8; }
.deep-band { position: relative; background: linear-gradient(135deg, #102238 0%, #1a334d 100%); border-block: 1px solid #c9a96355; }
.deep-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, #6f98b718, transparent 32%); pointer-events: none; }
.deep-band > .shell { position: relative; }

/* ── Coaching: RESET list ── */
.reset-list { border-top: 1px solid var(--line); }
.reset-list article { display: grid; grid-template-columns: 90px 190px 1fr; align-items: center; padding: 25px 8px; border-bottom: 1px solid var(--line); transition: padding .22s, background .22s; }
.reset-list article:hover { padding-inline: 18px; background: #f2efe8; }
.reset-list article > .reset-letter { font: 500 3.2rem var(--serif); color: var(--teal); }
.reset-list h3, .reset-list p { margin: 0; }
.reset-list p { color: var(--muted); }

/* ── Feature grid ── */
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #d5b97630; border: 1px solid #d5b97624; }
.feature-grid article { padding: 38px; background: #14283fe8; transition: background .22s; }
.feature-grid article:hover { background: #1e3a56; }
.feature-grid b { color: var(--gold); font-size: .68rem; }
.feature-grid h3 { margin: 30px 0 10px; color: white; }
.feature-grid p { color: #bdc9c3; }

/* ── Timeline ── */
.timeline { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 38px 0 58px; }
.timeline article { position: relative; padding: 32px; border: 1px solid var(--line); background: #fffdf9; box-shadow: 0 14px 36px #17263a08; transition: transform .22s, box-shadow .22s; }
.timeline article::before { content: ""; position: absolute; top: -1px; left: -1px; width: 48px; height: 2px; background: var(--gold); }
.timeline article:hover { transform: translateY(-3px); box-shadow: 0 20px 45px #17263a11; }
.timeline span { font-size: .68rem; color: var(--teal); font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }

/* ── Quote / testimonial ── */
.quote { margin: 0; padding: 48px 54px; background: transparent; }
.stars { color: var(--gold); font-size: .68rem; letter-spacing: .25em; }
.quote blockquote { margin: 22px 0 28px; font: 500 1.35rem/1.45 var(--serif); color: var(--ink); }
.quote figcaption { display: flex; flex-direction: column; }
.quote figcaption span { font-size: .72rem; color: var(--muted); }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-block: 1px solid var(--line); }
.result-grid .quote + .quote { border-left: 1px solid var(--line); }

/* ── About: story layout ── */
.story-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.story-photo { position: sticky; top: 110px; height: 640px; overflow: hidden; background: #dfe4e8; border: 1px solid #d2cec5; box-shadow: 18px 18px 0 #e7e1d5, 0 24px 54px #17263a14; }
.story-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.story-copy h2 { font-size: 2.75rem; }
.story-copy p { color: var(--muted); font-size: .98rem; margin-bottom: 22px; }
.story-copy blockquote { margin: 42px 0; padding: 28px 0; border-block: 1px solid var(--gold); font: 500 1.65rem/1.35 var(--serif); color: #263d54; }
.milestone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.milestone-grid article { position: relative; padding: 32px; border: 1px solid var(--line); background: #fffdf9; box-shadow: 0 14px 36px #17263a08; transition: transform .22s, box-shadow .22s; }
.milestone-grid article::before { content: ""; position: absolute; top: -1px; left: -1px; width: 48px; height: 2px; background: var(--gold); }
.milestone-grid article:hover { transform: translateY(-3px); box-shadow: 0 20px 45px #17263a11; }
.milestone-grid span { font: 500 2.8rem var(--serif); color: var(--teal); }

/* ── Resources ── */
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 28px; }
.resource-card { display: grid; grid-template-columns: 210px 1fr; gap: 40px; align-items: center; padding: 26px 0; border-block: 1px solid var(--line); transition: border-color .22s; }
.resource-card:hover { border-color: #b99658; }
.resource-card:hover .resource-cover { transform: translateY(-3px); box-shadow: 0 24px 48px #17263a18; }
.resource-cover { position: relative; padding: 10px; background: white; border: 1px solid var(--line); box-shadow: 0 18px 42px #24322f12; transition: transform .22s, box-shadow .22s; }
.resource-cover img { display: block; width: 100%; height: auto; aspect-ratio: 849/1200; object-fit: contain; }
.resource-copy { align-self: center; padding-left: 4px; }
.resource-copy h3 { margin-bottom: 12px; }
.resource-copy p:not(.eyebrow) { font-size: .86rem; color: var(--muted); }

/* ── Challenge finder (free help page) ── */
.finder { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; position: relative; }
.finder-choices > p { font: 500 1.55rem var(--serif); color: var(--ink); }
.finder-choices button { width: 100%; display: flex; align-items: center; gap: 13px; padding: 15px 4px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; color: #65706b; cursor: pointer; transition: padding .18s, color .18s; }
.finder-choices button:hover, .finder-choices button.active { color: var(--ink); padding-left: 10px; border-color: var(--gold); }
.btn-label { flex: 1; }
.btn-arrow { color: var(--teal); flex-shrink: 0; }
.btn-figure { flex-shrink: 0; width: 28px; display: flex; align-items: center; justify-content: center; color: #7a9bb5; transition: color .2s; }
.btn-figure svg { width: 22px; height: 28px; }
.finder-choices button:hover .btn-figure { color: var(--teal); }
.finder-choices button.active .btn-figure { color: var(--gold); }
.finder-result { padding: 0 0 0 34px; border-left: 1px solid var(--gold); }
.finder-result .resource-card { grid-template-columns: 215px 1fr; gap: 42px; }
.finder-note { margin: 18px 0 0; font-size: .72rem; color: var(--muted); }

/* ── Podcast episodes ── */
.episode-list { border-top: 1px solid var(--line); }
.episode { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 28px; padding: 36px 8px; border-bottom: 1px solid var(--line); transition: .2s; }
.episode:hover { padding-inline: 20px; background: var(--ivory); border-color: #b99658; }
.episode > .ep-num { font: 500 2.3rem var(--serif); color: #527d9d; }
.episode h2 { font-size: 1.85rem; margin-bottom: 6px; }
.episode p { margin-bottom: 0; color: var(--muted); }
.episode b { color: var(--teal); font-size: .76rem; white-space: nowrap; }

/* ── Bottom CTA panel ── */
.cta-panel { margin-top: 30px; margin-bottom: 90px; padding: 52px 58px !important; background: linear-gradient(135deg, #102238 0%, #1b3651 100%); color: #e7ebe7; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-top: 3px solid var(--gold); border: 1px solid #c9a96355; box-shadow: 0 24px 55px #0e203222; }
.cta-panel h2 { font-size: clamp(2rem, 3.2vw, 2.9rem); color: white; margin-bottom: 8px; }
.cta-panel p:last-child { margin-bottom: 0; color: #b7c3bd; }
.cta-panel .button { background: transparent; border-color: #e9e2d5; color: white; }
.cta-panel .button:hover { background: #f3efe6; color: #14283f; border-color: #f3efe6; }

/* ── Prose (privacy, disclaimer) ── */
.prose { max-width: 780px; }
.prose h2 { font-size: 1.8rem; margin-top: 40px; }
.prose a { color: var(--teal); text-decoration: underline; }

/* ── Footer ── */
footer { padding: 70px 0 24px; background: #0b1929; color: #bdc8d3; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 65px; }
.footer-brand strong { color: white; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid p { max-width: 360px; margin-top: 20px; color: #8798a9; }
.footer-grid h4 { margin: 0 0 18px; color: white; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; }
.footer-grid > div > a { padding: 4px 0; font-size: .8rem; }
.footer-grid > div > a:hover { color: #e1c27e; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { display: block; width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.footer-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.footer-brand-text small { font-size: .57rem; letter-spacing: .2em; text-transform: uppercase; color: #91a1b2; }
.legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 18px; border-top: 1px solid #ffffff18; font-size: .68rem; color: #718397; }
.legal-links { display: flex; gap: 20px; }
.legal a:hover { color: #e1c27e; }

/* ── Responsive ── */
@media (max-width: 1020px) {
  .site-nav { gap: 16px; }
  .header-cta { display: none; }
  .resource-grid { grid-template-columns: 1fr; }
  .story-layout { gap: 45px; }
}

@media (max-width: 820px) {
  .site-header { position: relative; }
  .header-inner { flex-wrap: wrap; padding-block: 10px; min-height: auto; }
  .brand { min-width: 0; }
  .brand-text { display: none; }
  .site-nav { display: none; order: 3; width: 100%; flex-direction: column; gap: 0; padding-bottom: 12px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 0; border-bottom: 1px solid #ffffff18; }
  .nav-toggle { display: block; margin-left: auto; }
  .video-hero { min-height: 760px; }
  .video-hero-media { object-position: 28% center; }
  .video-hero-shade { background: linear-gradient(0deg, #10243aeb 0%, #17314d9e 58%, #203a5230 100%); }
  .video-hero-content { padding-top: 300px; padding-bottom: 90px; }
  .video-scroll { display: none; }
  .directory-intro { grid-template-columns: 1fr; gap: 18px; }
  .pathway-figure { display: none; }
  .pathway { grid-template-columns: 52px 1fr; gap: 25px; }
  .pathway-link { grid-column: 2; }
  .finder, .feature-grid, .story-layout, .milestone-grid, .result-grid, .timeline { grid-template-columns: 1fr; }
  .finder { gap: 44px; }
  .finder-result { padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--gold); }
  .result-grid .quote + .quote { border-left: 0; border-top: 1px solid var(--line); }
  .story-photo { position: relative; top: auto; height: 600px; box-shadow: 10px 10px 0 #e7e1d5, 0 20px 44px #17263a12; }
  .episode { grid-template-columns: 55px 1fr; }
  .episode b { grid-column: 2; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .page-hero { padding: 78px 0 72px; }
  .page-hero .shell { padding-left: 34px; }
  .page-hero::before { background: none; }
  .section-intro { padding-left: 17px; }
  .reset-list article { grid-template-columns: 65px 1fr; }
  .reset-list article > div:last-child { grid-column: 2; }
  .resource-card, .finder-result .resource-card { grid-template-columns: 190px 1fr; gap: 32px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 30px, 1120px); }
  .section { padding: 68px 0; }
  h1, .page-hero h1 { font-size: 2.55rem; }
  .video-hero { min-height: 720px; }
  .video-hero-content { padding-top: 275px; padding-bottom: 65px; }
  .video-hero-content h1 { font-size: 2.7rem; }
  .video-hero-content .lead { font-size: .9rem; line-height: 1.6; }
  .home-directory { padding: 75px 0; }
  .directory-intro { margin-bottom: 42px; }
  .pathway { grid-template-columns: 42px 1fr; padding: 28px 2px; gap: 16px; }
  .pathway:hover { padding-inline: 8px; }
  .pathway > .pathway-num { font-size: 1.35rem; }
  .pathway h3 { font-size: 1.35rem; }
  .home-closing { padding: 80px 0; }
  .page-hero { padding: 66px 0 62px; }
  .page-hero .shell { padding-left: 22px; }
  .page-hero h1 { font-size: 2.42rem; }
  .page-hero::after { right: -160px; bottom: -190px; }
  .section-intro { padding-left: 17px; }
  .quote { padding: 36px 18px; }
  .resource-card, .finder-result .resource-card { grid-template-columns: 1fr; gap: 28px; }
  .resource-cover { width: min(100%, 310px); margin-inline: auto; }
  .resource-copy { padding: 28px 4px 4px; border-top: 1px solid var(--gold); }
  .story-photo { height: 520px; }
  .story-copy h2 { font-size: 2.25rem; }
  .episode { grid-template-columns: 1fr; padding: 28px 4px; }
  .episode > div, .episode b { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .legal { flex-direction: column; }
  .reset-list article { grid-template-columns: 52px 1fr; }
  .cta-panel { width: calc(100% - 30px); padding: 38px 28px !important; }
  .milestone-grid { grid-template-columns: 1fr; }
}

/* ── Testimonials ── */
.home-testimonials { padding: 80px 0; background: var(--ivory); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.testimonial {
  margin: 0;
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.testimonial p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--ink);
  margin: 0;
  font-style: italic;
}
.testimonial footer { display: flex; flex-direction: column; gap: 3px; }
.testimonial footer strong { font-size: .85rem; font-weight: 600; color: var(--ink); font-style: normal; }
.testimonial footer span { font-size: .75rem; color: var(--muted); }
@media (max-width: 820px) { .testimonial-grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .video-hero-media { display: none; }
}

/* ── Farsi / RTL experience ── */
.farsi-site {
  --serif: "Vazirmatn", Tahoma, sans-serif;
  --sans: "Vazirmatn", Tahoma, sans-serif;
  direction: rtl;
  text-align: right;
  font-family: var(--sans);
}
.farsi-site h1,
.farsi-site h2,
.farsi-site h3,
.farsi-site h4,
.farsi-site .brand-text strong,
.farsi-site .story-copy blockquote,
.farsi-site .quote blockquote,
.farsi-site .t-card-body p {
  font-family: var(--serif);
  letter-spacing: 0;
}
.language-switch {
  color: var(--gold) !important;
  direction: ltr;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 600 !important;
}
.farsi-site .brand-text small,
.farsi-site .footer-brand-text small,
.farsi-site .eyebrow,
.farsi-site .home-closing p,
.farsi-site .footer-grid h4,
.farsi-site .timeline span,
.farsi-site .t-tag {
  letter-spacing: 0;
  text-transform: none;
}
.farsi-site .brand-text small {
  font-size: .54rem;
  line-height: 1.35;
  white-space: nowrap;
}
.farsi-site .brand-text small span { display: block; }
.farsi-site .footer-brand-text small { line-height: 1.45; }
.farsi-site .video-scroll { right: auto; left: 35px; }
.farsi-site .pathway-figure { right: auto; left: 210px; }
.farsi-site .page-hero .shell {
  padding-left: 0;
  padding-right: 48px;
  border-left: 0;
  border-right: 1px solid var(--gold);
}
.farsi-site .section-intro {
  padding-left: 0;
  padding-right: 24px;
  border-left: 0;
  border-right: 1px solid var(--gold);
}
.farsi-site .section-intro.light { border-right-color: rgba(255,255,255,.3); }
.farsi-site .timeline article::before,
.farsi-site .milestone-grid article::before {
  left: auto;
  right: -1px;
}
.farsi-site .finder-choices button { text-align: right; }
.farsi-site .finder-choices button:hover,
.farsi-site .finder-choices button.active {
  padding-left: 4px;
  padding-right: 10px;
}
.farsi-site .finder-result {
  padding: 0 34px 0 0;
  border-left: 0;
  border-right: 1px solid var(--gold);
}
.farsi-site .resource-copy { padding-left: 0; padding-right: 4px; }
.farsi-site .t-card-aside {
  border-right: 0;
  border-left: 1px solid var(--line);
}
.farsi-site .t-card-body::before {
  left: auto;
  right: 48px;
}

@media (min-width: 821px) {
  .farsi-site .video-hero {
    align-items: center;
  }
  .farsi-site .video-hero-shade {
    background:
      radial-gradient(ellipse 31% 55% at 69% 38%, #10243ac7 0%, #142c45a3 58%, transparent 100%),
      linear-gradient(270deg, #10243aee 0%, #17314dc4 39%, #27435e4f 68%, #162b3f12 100%),
      linear-gradient(0deg, #0c1e318f 0%, transparent 48%);
  }
  .farsi-site .video-hero-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: min(56vw, 630px);
    padding-right: clamp(32px, 4vw, 72px);
    transform: translateY(-7vh);
  }
  .farsi-site .video-hero-content h1 {
    max-width: 470px;
    margin-bottom: 22px;
    font-size: clamp(2.35rem, 2.65vw, 3.05rem);
    line-height: 1.38;
    text-wrap: balance;
  }
  .farsi-site .video-hero-content h1 span,
  .farsi-site .video-hero-content h1 em { display: block; }
  .farsi-site .video-hero-content h1 em {
    margin-block: .16em;
    color: #d9bc7b;
    font-style: normal;
  }
  .farsi-site .video-hero-content .eyebrow {
    margin-bottom: 15px;
  }
  .farsi-site .video-hero-content .lead {
    max-width: 455px;
    margin-bottom: 0;
    font-size: .96rem;
    line-height: 1.85;
  }
  .farsi-site .video-hero-content .button-row {
    margin-top: 26px;
  }
}

@media (max-width: 820px) {
  .farsi-site .nav-toggle { margin-left: 0; margin-right: auto; }
  .farsi-site .page-hero .shell { padding-left: 0; padding-right: 34px; }
  .farsi-site .section-intro { padding-left: 0; padding-right: 17px; }
  .farsi-site .finder-result {
    padding: 30px 0 0;
    border-right: 0;
    border-top: 1px solid var(--gold);
  }
  .farsi-site .t-card-aside {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  .farsi-site .t-card-body::before { right: 16px; }
  .farsi-site .video-hero-content h1 span,
  .farsi-site .video-hero-content h1 em { display: block; }
  .farsi-site .video-hero-content h1 em {
    margin-block: .08em;
    color: #d9bc7b;
    font-style: normal;
  }
}

@media (max-width: 560px) {
  .farsi-site .page-hero .shell { padding-left: 0; padding-right: 22px; }
  .farsi-site .section-intro { padding-left: 0; padding-right: 17px; }
  .farsi-site .resource-copy { padding: 28px 4px 4px; }
  .farsi-site .video-hero-content h1 {
    max-width: 100%;
    font-size: 2.25rem;
    line-height: 1.32;
  }
}
