/* VDMT V7 — cinematic editorial homepage. Keep the logo jade; simplify everything around it. */
:root{
  --brand:#408a73;
  --brand-deep:#245b4b;
  --ink:#191c1a;
  --ink-soft:#3f4541;
  --ivory:#f4f1ea;
  --paper:#fbfaf7;
  --stone:#ded8ce;
  --mineral:#dfe9e5;
  --line:rgba(25,28,26,.16);
  --muted:#666c68;
}
body{background:var(--paper);color:var(--ink)}
.site-header{background:rgba(244,241,234,.88);border-bottom:1px solid rgba(25,28,26,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.header-tools .btn{border-color:rgba(25,28,26,.2)}
body[data-page=home] .section{padding:clamp(88px,9vw,148px) 0}
body[data-page=home] .wrap{width:min(1360px,calc(100% - 96px))}

/* Opening sequence */
body[data-page=home] .hero-v7{height:calc(100svh - 94px);min-height:720px;max-height:1040px;background:#111;overflow:hidden;border:0;color:#fff;position:relative}
body[data-page=home] .hero-v7 .hero-slide{position:absolute;inset:0;overflow:hidden;background:#111}
body[data-page=home] .hero-v7 .hero-slide[hidden]{display:none!important}
body[data-page=home] .hero-v7 .hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:1;mask-image:none;transform:scale(1.015);animation:v7Reveal 1.15s cubic-bezier(.2,.7,.2,1) both}
body[data-page=home] .hero-v7 .hero-slide--video .hero-media{object-position:center 42%}
body[data-page=home] .hero-v7 .hero-slide:first-child .hero-media{object-position:center 52%}
body[data-page=home] .hero-v7 .hero-slide:nth-child(3) .hero-media{object-position:center 48%}
body[data-page=home] .hero-v7 .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,13,11,.78) 0%,rgba(7,13,11,.46) 38%,rgba(7,13,11,.06) 72%),linear-gradient(0deg,rgba(7,13,11,.52) 0%,transparent 43%)}
body[data-page=home] .hero-v7 .hero-shade--soft{background:linear-gradient(90deg,rgba(7,13,11,.67),rgba(7,13,11,.15) 70%),linear-gradient(0deg,rgba(7,13,11,.42),transparent 50%)}
body[data-page=home] .hero-v7 .hero-frame{height:100%;position:relative;z-index:2;display:flex;align-items:flex-end;padding:0 0 112px}
body[data-page=home] .hero-v7 .hero-copy{width:min(720px,60%);max-width:none;color:#fff;animation:v7Copy .9s .12s cubic-bezier(.2,.7,.2,1) both}
body[data-page=home] .hero-v7 .hero-kicker{display:block;font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.75);margin-bottom:26px}
body[data-page=home] .hero-v7 h1,body[data-page=home] .hero-v7 h2{font-family:var(--serif);font-weight:400;color:#fff;font-size:clamp(58px,7.2vw,112px);line-height:.93;letter-spacing:-.055em;margin:0;max-width:900px}
body[data-page=home] .hero-v7 h1 em,body[data-page=home] .hero-v7 h2 em{font-weight:400;color:#8bc5b2}
body[data-page=home] .hero-v7 p{font-size:clamp(14px,1.2vw,17px);line-height:1.75;color:rgba(255,255,255,.82);max-width:520px;margin:30px 0 0}
body[data-page=home] .hero-v7 .hero-link{display:inline-flex;align-items:center;gap:18px;margin-top:32px;color:#fff;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:8px;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
body[data-page=home] .hero-v7 .hero-link:hover{border-color:#8bc5b2;color:#b8ddcf}
body[data-page=home] .hero-v7 .hero-caption{position:absolute;right:0;bottom:116px;font-size:8px;letter-spacing:.22em;color:rgba(255,255,255,.62);writing-mode:vertical-rl;transform:rotate(180deg)}
body[data-page=home] .hero-controls--v7{position:absolute;left:0;right:0;bottom:32px;z-index:5;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;color:#fff;padding:0!important;height:auto!important}
body[data-page=home] .hero-controls--v7 .hero-counter{font-family:var(--serif);font-size:13px;color:rgba(255,255,255,.74);min-width:52px}
body[data-page=home] .hero-controls--v7 .hero-dots{display:flex;align-items:center;gap:0;border-bottom:1px solid rgba(255,255,255,.3)}
body[data-page=home] .hero-controls--v7 .hero-dots button{position:relative;flex:1;min-width:86px;border:0;background:transparent;color:rgba(255,255,255,.55);padding:7px 0 12px;text-align:left;font-size:9px;letter-spacing:.12em;cursor:pointer}
body[data-page=home] .hero-controls--v7 .hero-dots button:after{content:"";position:absolute;left:0;right:100%;bottom:-1px;height:1px;background:#fff;transition:right .55s ease}
body[data-page=home] .hero-controls--v7 .hero-dots button[aria-pressed=true]{color:#fff}
body[data-page=home] .hero-controls--v7 .hero-dots button[aria-pressed=true]:after{right:0}
body[data-page=home] .hero-controls--v7 .hero-pause{border:0;background:transparent;color:rgba(255,255,255,.72);font-size:9px;letter-spacing:.12em;text-transform:uppercase;padding:8px 0;cursor:pointer}
@keyframes v7Reveal{from{opacity:.18;transform:scale(1.07)}to{opacity:1;transform:scale(1.015)}}
@keyframes v7Copy{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}

/* Recognition becomes a restrained editorial beat */
body[data-page=home] .recognition{background:var(--ivory);border:0;padding:58px 0 38px}
body[data-page=home] .recognition-line{display:grid;grid-template-columns:1fr 2fr 1fr;gap:34px;align-items:end;border-top:1px solid var(--line);padding-top:28px}
body[data-page=home] .recognition-line h2{font-size:clamp(33px,4.3vw,68px);margin:0;line-height:1}
body[data-page=home] .recognition-line>span:last-child{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);justify-self:end;text-align:right}
body[data-page=home] .credibility{background:var(--ivory);border:0;padding:12px 0 90px}
body[data-page=home] .cred-grid{border-top:1px solid var(--line);padding-top:28px;grid-template-columns:repeat(4,1fr);gap:0}
body[data-page=home] .cred-grid>div{padding:0 28px;border-right:1px solid var(--line)}
body[data-page=home] .cred-grid>div:first-child{padding-left:0}
body[data-page=home] .cred-grid>div:last-child{border:0}
body[data-page=home] .cred-grid strong{font-family:var(--serif);font-size:clamp(21px,2vw,31px);font-weight:400;color:var(--ink)}
body[data-page=home] .cred-grid span{font-size:8px;letter-spacing:.14em;line-height:1.5;color:var(--muted);margin-top:11px;display:block}

/* Pathways: less "cards", more editorial columns */
body[data-page=home] .split-title{grid-template-columns:1.35fr .65fr;align-items:end;margin-bottom:70px}
body[data-page=home] .split-title h2{font-size:clamp(48px,6vw,88px);line-height:.98;margin:0}
body[data-page=home] .split-title>p{max-width:420px;font-size:15px;line-height:1.8;padding-bottom:7px}
body[data-page=home] .pathways{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
body[data-page=home] .path-card{min-height:360px;padding:34px 34px 34px 0;border:0!important;background:transparent;display:flex;flex-direction:column}
body[data-page=home] .path-card+.path-card{padding-left:34px;border-left:1px solid var(--line)!important}
body[data-page=home] .path-card .number{font-family:var(--serif);font-size:14px;color:var(--brand)}
body[data-page=home] .path-card h3{font-size:clamp(30px,3vw,43px);font-weight:400;margin:66px 0 18px}
body[data-page=home] .path-card p{font-size:14px;line-height:1.75;color:var(--muted);max-width:330px}
body[data-page=home] .path-card .text-link{margin-top:auto;padding-top:38px}

/* Courses: asymmetric visual rhythm */
body[data-page=home] .sage{background:#e9ece6}
body[data-page=home] .section-head{align-items:end;margin-bottom:58px}
body[data-page=home] .section-head h2{font-size:clamp(48px,6vw,82px);line-height:.98}
body[data-page=home] .course-grid{grid-template-columns:1.25fr .8fr .8fr;gap:28px;align-items:start}
body[data-page=home] .course-card .image-wrap{aspect-ratio:.92;overflow:hidden;background:#ddd}
body[data-page=home] .course-card:first-child .image-wrap{aspect-ratio:1.12}
body[data-page=home] .course-card:nth-child(2){margin-top:80px}
body[data-page=home] .course-card:nth-child(3){margin-top:150px}
body[data-page=home] .course-card img{transition:transform .9s cubic-bezier(.2,.7,.2,1)}
body[data-page=home] .course-card:hover img{transform:scale(1.025)}
body[data-page=home] .course-card .tag{top:14px;left:14px;background:rgba(244,241,234,.88);backdrop-filter:blur(8px);border:0}
body[data-page=home] .course-content h3{font-size:clamp(25px,2.4vw,37px);line-height:1.12}

/* Founder as a high-emotion editorial spread */
body[data-page=home] .founder{grid-template-columns:1.08fr .92fr;gap:clamp(58px,8vw,120px);align-items:center}
body[data-page=home] .portrait-frame{padding:0;background:transparent}
body[data-page=home] .portrait-frame:after{display:none}
body[data-page=home] .portrait-frame img{width:100%;height:min(72vw,760px);max-height:760px;object-fit:cover;filter:saturate(.85) contrast(1.02)}
body[data-page=home] .founder h2{font-size:clamp(48px,5.5vw,76px);line-height:1;margin-bottom:18px}
body[data-page=home] .founder blockquote{font-size:clamp(25px,2.7vw,40px);line-height:1.42;margin:46px 0;border-left:1px solid var(--brand);padding-left:28px}
body[data-page=home] .credentials{gap:10px;flex-wrap:wrap}
body[data-page=home] .credentials span{background:var(--ivory);border:1px solid var(--line);padding:9px 12px;font-size:8px;letter-spacing:.12em}

/* Body Wisdom is the signature pause */
body[data-page=home] .quote-band{background:var(--ink);color:#fff;padding:clamp(105px,12vw,180px) 0;position:relative;overflow:hidden}
body[data-page=home] .quote-band:before{content:"";position:absolute;width:min(42vw,620px);aspect-ratio:1;border:1px solid rgba(139,197,178,.34);border-radius:50%;right:-10vw;top:50%;transform:translateY(-50%)}
body[data-page=home] .quote-band:after{content:"";position:absolute;width:min(27vw,400px);aspect-ratio:1;border:1px solid rgba(139,197,178,.18);border-radius:50%;right:2vw;top:50%;transform:translateY(-50%);pointer-events:none}
body[data-page=home] .quote-band .eyebrow{color:#8bc5b2}
body[data-page=home] .quote-band blockquote{font-size:clamp(44px,7.5vw,106px);line-height:.98;letter-spacing:-.06em;max-width:1050px;color:#fff;position:relative;z-index:1}
body[data-page=home] .quote-band cite{font-size:9px;letter-spacing:.22em;color:rgba(255,255,255,.55)}

/* Understanding section: make image decisive */
body[data-page=home] .editorial-grid{grid-template-columns:1.15fr .85fr;gap:clamp(60px,8vw,120px);align-items:center}
body[data-page=home] .editorial-grid>img{height:min(62vw,760px);object-fit:cover}
body[data-page=home] .editorial-grid h2{font-size:clamp(44px,5vw,72px);line-height:1.02}
body[data-page=home] .list-lines a{padding:24px 0}
body[data-page=home] .list-lines span{font-family:var(--serif);font-size:clamp(22px,2vw,31px);font-weight:400}

/* Testimonials + FAQ as calmer closing beats */
body[data-page=home] .testimonial-grid{gap:90px}
body[data-page=home] .testimonial-grid figure{padding-top:36px}
body[data-page=home] .testimonial-grid blockquote{font-size:clamp(28px,3vw,43px);line-height:1.36}
body[data-page=home] .faq{max-width:980px;margin:0 auto}
body[data-page=home] .faq>h2{font-size:clamp(46px,5vw,74px)}

body[data-page=home]+.closing,body[data-page=home]~.closing{background:var(--ivory)}

@media(max-width:850px){
  body[data-page=home] .wrap{width:calc(100% - 56px)}
  body[data-page=home] .hero-v7{height:calc(100svh - 82px);min-height:660px}
  body[data-page=home] .hero-v7 .hero-copy{width:78%}
  body[data-page=home] .hero-v7 h1,body[data-page=home] .hero-v7 h2{font-size:clamp(54px,10vw,84px)}
  body[data-page=home] .recognition-line{grid-template-columns:1fr 1.5fr}.recognition-line>span:last-child{grid-column:2}
  body[data-page=home] .cred-grid{grid-template-columns:1fr 1fr;row-gap:28px}
  body[data-page=home] .cred-grid>div:nth-child(2){border-right:0}
  body[data-page=home] .cred-grid>div:nth-child(3){padding-left:0}
  body[data-page=home] .course-grid{grid-template-columns:1.15fr .85fr}.course-card:nth-child(3){grid-column:2;margin-top:35px}.course-card:nth-child(2){margin-top:90px}
  body[data-page=home] .founder{gap:48px}
}

@media(max-width:600px){
  body[data-page=home] .wrap{width:calc(100% - 38px)}
  body[data-page=home] .hero-v7{height:calc(100svh - 76px);min-height:640px;max-height:820px;padding:0;display:block}
  body[data-page=home] .hero-v7 .hero-slide{display:block;position:absolute}
  body[data-page=home] .hero-v7 .hero-media{position:absolute;width:100%;height:100%;margin:0;object-position:58% center}
  body[data-page=home] .hero-v7 .hero-slide--video .hero-media{object-position:53% 42%}
  body[data-page=home] .hero-v7 .hero-shade{display:block;background:linear-gradient(0deg,rgba(8,14,12,.78) 0%,rgba(8,14,12,.26) 62%,rgba(8,14,12,.12) 100%)}
  body[data-page=home] .hero-v7 .hero-frame{padding:0 0 108px;align-items:flex-end;display:flex}
  body[data-page=home] .hero-v7 .hero-copy{width:100%;max-width:none;padding:0}
  body[data-page=home] .hero-v7 h1,body[data-page=home] .hero-v7 h2{font-size:clamp(44px,13.7vw,64px);line-height:.98;letter-spacing:-.05em}
  body[data-page=home] .hero-v7 p{font-size:13px;line-height:1.65;max-width:330px;margin-top:21px}
  body[data-page=home] .hero-v7 .hero-kicker{font-size:8px;letter-spacing:.22em;margin-bottom:17px}
  body[data-page=home] .hero-v7 .hero-link{margin-top:23px;font-size:9px}
  body[data-page=home] .hero-v7 .hero-caption{display:none}
  body[data-page=home] .hero-controls--v7{bottom:20px;grid-template-columns:auto 1fr;gap:18px}
  body[data-page=home] .hero-controls--v7 .hero-dots button{min-width:0}
  body[data-page=home] .hero-controls--v7 .hero-pause{display:none}
  body[data-page=home] .recognition{padding:54px 0 30px}
  body[data-page=home] .recognition-line{grid-template-columns:1fr;gap:16px;align-items:start}.recognition-line>span:last-child{grid-column:auto;justify-self:start;text-align:left}
  body[data-page=home] .credibility{padding-bottom:62px}
  body[data-page=home] .cred-grid{grid-template-columns:1fr 1fr;gap:24px 16px}
  body[data-page=home] .cred-grid>div{padding:0!important;border:0}
  body[data-page=home] .split-title{grid-template-columns:1fr;gap:25px;margin-bottom:44px}
  body[data-page=home] .split-title h2{font-size:44px}
  body[data-page=home] .pathways{grid-template-columns:1fr}
  body[data-page=home] .path-card,body[data-page=home] .path-card+.path-card{min-height:0;padding:28px 0;border-left:0!important;border-top:1px solid var(--line)!important}
  body[data-page=home] .path-card:first-child{border-top:0!important}
  body[data-page=home] .path-card h3{margin:30px 0 12px;font-size:33px}
  body[data-page=home] .path-card .text-link{margin-top:20px;padding-top:0}
  body[data-page=home] .course-grid{grid-template-columns:1fr;gap:48px}.course-card:nth-child(n){grid-column:auto;margin-top:0}
  body[data-page=home] .course-card .image-wrap,body[data-page=home] .course-card:first-child .image-wrap{aspect-ratio:1.28}
  body[data-page=home] .founder{grid-template-columns:1fr;gap:48px}
  body[data-page=home] .portrait-frame img{height:520px}
  body[data-page=home] .quote-band:before{width:90vw;right:-44vw}.quote-band:after{display:none}
  body[data-page=home] .editorial-grid{grid-template-columns:1fr;gap:46px}.editorial-grid>img{height:430px}
  body[data-page=home] .testimonial-grid{gap:28px}
}

@media(prefers-reduced-motion:reduce){body[data-page=home] .hero-v7 .hero-media,body[data-page=home] .hero-v7 .hero-copy{animation:none!important}}
