:root{--ink:#20201d;--muted:#6a6962;--cream:#f7f2e8;--sand:#eee4d3;--white:#fffdf8;--accent:#d86b2b;--accent2:#f2a44c;--deep:#172e2b;--line:rgba(32,32,29,.12);--shadow:0 24px 70px rgba(40,32,20,.12);--radius:26px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:"DM Sans",system-ui,-apple-system,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;background:#fff;padding:10px 14px;transform:translateY(-150%)}.skip-link:focus{transform:none}.announcement{background:var(--deep);color:#fff;font-size:14px}.announcement__inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:24px}.announcement a{color:#ffd499;font-weight:700}.announcement__detail{opacity:.82}.site-header{position:sticky;top:0;z-index:90;background:rgba(255,253,248,.9);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.25s}.site-header.scrolled{border-color:var(--line);box-shadow:0 8px 25px rgba(32,32,29,.04)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:19px;letter-spacing:-.03em}.brand>span:last-child>span{font-weight:400}.brand-mark{width:34px;height:34px;border-radius:50%;background:var(--accent);position:relative;display:inline-block;overflow:hidden}.brand-mark span{position:absolute;border:1.5px solid rgba(255,255,255,.78);border-radius:50%;width:28px;height:28px;left:3px}.brand-mark span:nth-child(1){top:15px}.brand-mark span:nth-child(2){top:10px}.brand-mark span:nth-child(3){top:5px}.primary-nav{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:600}.primary-nav>a:not(.nav-cta){color:#494844}.primary-nav>a:hover{color:var(--accent)}.nav-cta{background:var(--ink);color:#fff!important;padding:10px 17px;border-radius:999px}.nav-toggle{display:none;background:none;border:0;width:42px;height:42px;position:relative}.nav-toggle span{position:absolute;left:9px;width:24px;height:2px;background:var(--ink);transition:.25s}.nav-toggle span:first-child{top:15px}.nav-toggle span:last-child{top:24px}.hero{position:relative;overflow:hidden;padding:86px 0 0;background:radial-gradient(circle at 72% 18%,rgba(242,164,76,.18),transparent 28%),linear-gradient(180deg,#fffdf8 0%,#f7f2e8 100%)}.hero-orbit{position:absolute;border:1px solid rgba(216,107,43,.16);border-radius:50%;pointer-events:none}.hero-orbit--1{width:690px;height:690px;right:-230px;top:-210px}.hero-orbit--2{width:500px;height:500px;right:-110px;top:-115px}.hero-grid{display:grid;grid-template-columns:1.2fr .72fr;gap:100px;align-items:center;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--accent);margin:0 0 17px}.hero h1,.section h2,.final-cta h2,.modal h2{font-family:"Newsreader",Georgia,serif;font-size:clamp(50px,6.2vw,82px);line-height:.95;letter-spacing:-.045em;margin:0;font-weight:600}.hero h1 em,.section h2 em,.final-cta h2 em{font-weight:500;color:var(--accent)}.hero-lead{font-size:19px;max-width:680px;color:#585750;margin:30px 0 27px;line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 20px;font-weight:700;font-size:14px;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn--large{padding:16px 24px;font-size:15px}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 10px 28px rgba(216,107,43,.24)}.btn--primary:hover{background:#c75e22}.btn--ghost{background:transparent;border:1px solid rgba(32,32,29,.18);color:var(--ink)}.btn--dark{background:var(--ink);color:#fff}.btn--light{background:#fff;color:var(--deep)}.btn--full{width:100%;padding:15px}.microcopy{font-size:13px;color:#7c7a71;margin:17px 0 0}.hero-card{background:#fffdf9;border:1px solid rgba(32,32,29,.1);border-radius:32px;padding:28px;box-shadow:var(--shadow);position:relative;transform:rotate(1deg)}.hero-card:before{content:"";position:absolute;inset:10px;border:1px solid rgba(216,107,43,.12);border-radius:24px;pointer-events:none}.hero-card__top{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;position:relative}.pill{background:#f8e7d8;color:#a84e1c;padding:7px 10px;border-radius:999px}.live-dot{color:#69685f}.live-dot i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#579a6a;margin-right:6px;box-shadow:0 0 0 4px rgba(87,154,106,.12)}.hero-card__date{display:flex;align-items:center;gap:8px;margin:34px 0 24px}.hero-card__date strong{font-family:"Newsreader";font-size:90px;line-height:.75;color:var(--deep);font-weight:600}.hero-card__date span{font-size:18px;font-weight:700;line-height:1.05;color:#8a5133}.hero-card__event p{margin:0;color:var(--muted);font-size:13px}.hero-card__event h2{font-size:37px;line-height:1.05;margin:3px 0 9px;letter-spacing:-.04em}.hero-card__place{display:flex;gap:10px;align-items:flex-start;padding:20px 0;margin-top:21px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:13px;color:#5d5c55}.hero-card__place svg{width:18px;fill:var(--accent);flex:0 0 auto;margin-top:2px}.text-link{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:14px;margin-top:20px;color:var(--accent)}.thane-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:96px;border-top:1px solid rgba(32,32,29,.12)}.thane-strip>div{padding:26px 28px 30px;display:flex;gap:18px;border-right:1px solid rgba(32,32,29,.12)}.thane-strip>div:first-child{padding-left:0}.thane-strip>div:last-child{border-right:0}.thane-strip span{font-size:11px;color:var(--accent);font-weight:700}.thane-strip p{margin:0;font-size:14px;color:#69685f}.thane-strip strong{color:var(--ink)}.section{padding:120px 0}.section--cream{background:var(--cream)}.section--sand{background:var(--sand)}.section--dark{background:var(--deep);color:#fff}.section-head{margin-bottom:54px}.section-head--split{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end}.section-head--split h2,.science-intro h2{font-size:clamp(43px,5.2vw,70px)}.section-head--split>p{font-size:17px;color:var(--muted);margin:0 0 8px;max-width:470px}.section-head--center{text-align:center;max-width:760px;margin:0 auto 54px}.section-head--center h2{font-size:clamp(42px,5vw,66px)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.benefit-card{padding:28px 25px 30px;background:#fff;border-radius:22px;min-height:305px;display:flex;flex-direction:column;border:1px solid rgba(32,32,29,.06)}.benefit-card>span{font-size:11px;font-weight:700;color:var(--accent);margin-bottom:auto}.benefit-card h3{font-family:"Newsreader";font-size:27px;line-height:1.05;margin:58px 0 10px}.benefit-card p{font-size:14px;color:var(--muted);margin:0}.benefit-card--accent{background:var(--accent);color:#fff}.benefit-card--accent>span,.benefit-card--accent p{color:rgba(255,255,255,.78)}.benefit-card--accent a{font-weight:700;font-size:13px;margin-top:18px}.why-section{background:#fff}.why-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:110px;align-items:center}.why-visual{background:#ece8df;border-radius:40px;min-height:520px;position:relative;overflow:hidden;display:grid;place-items:center}.city-lines{position:absolute;bottom:0;left:0;right:0;height:54%;display:flex;align-items:end;gap:5px;padding:0 20px;opacity:.33}.city-lines span{background:#6f766f;flex:1;border-radius:4px 4px 0 0}.city-lines span:nth-child(1){height:31%}.city-lines span:nth-child(2){height:65%}.city-lines span:nth-child(3){height:44%}.city-lines span:nth-child(4){height:88%}.city-lines span:nth-child(5){height:57%}.city-lines span:nth-child(6){height:72%}.city-lines span:nth-child(7){height:37%}.calm-circle{width:230px;height:230px;border-radius:50%;background:rgba(255,253,248,.88);display:grid;place-items:center;position:relative;z-index:2;box-shadow:0 0 0 28px rgba(255,253,248,.35),0 0 0 58px rgba(255,253,248,.18)}.calm-circle:after{content:"";width:82px;height:82px;border:1px solid var(--accent);border-radius:50%;position:absolute}.calm-circle span{font-family:"Newsreader";font-size:23px;color:var(--accent)}.why-visual>p{position:absolute;top:25px;left:28px;font-size:11px;letter-spacing:.14em;font-weight:700;color:#6c6c64}.why-copy h2{font-size:clamp(45px,5vw,68px);margin-bottom:25px}.why-copy>p{font-size:17px;color:var(--muted)}.why-copy blockquote{font-family:"Newsreader";font-size:31px;line-height:1.2;border-left:2px solid var(--accent);padding-left:24px;margin:34px 0}.science-intro{display:grid;grid-template-columns:1.1fr .7fr;gap:100px;align-items:end;margin-bottom:54px}.science-intro>p{color:rgba(255,255,255,.65);font-size:17px;margin:0 0 7px}.section--dark .eyebrow{color:#f2a44c}.section--dark h2 em{color:#f5b76a}.research-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.research-card{border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:28px;background:rgba(255,255,255,.035);min-height:410px;display:flex;flex-direction:column}.research-stat{display:flex;align-items:baseline;gap:9px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:22px}.research-stat strong{font-family:"Newsreader";font-size:52px;color:#f4b56b}.research-stat span{text-transform:uppercase;font-size:10px;letter-spacing:.12em;color:rgba(255,255,255,.55);font-weight:700}.research-card h3{font-family:"Newsreader";font-size:27px;line-height:1.1;margin:28px 0 12px}.research-card p{color:rgba(255,255,255,.67);font-size:14px;margin:0 0 25px}.research-card a{color:#ffd39c;font-size:13px;font-weight:700;margin-top:auto}.science-note{font-size:12px;color:rgba(255,255,255,.5);max-width:900px;margin:30px 0 0}.events-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.event-card{grid-column:span 4;border:1px solid var(--line);border-radius:24px;padding:26px;background:#fff;min-height:325px;display:flex;flex-direction:column;transition:.25s}.event-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(40,32,20,.08)}.event-card--primary{grid-column:span 8;background:var(--cream);display:grid;grid-template-columns:1fr .72fr;gap:35px}.event-badge{font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--accent)}.event-card h3{font-family:"Newsreader";font-size:29px;line-height:1.05;margin:18px 0 10px}.event-card--primary h3{font-size:45px}.event-meta{font-size:14px;color:var(--muted);margin:0}.event-actions{margin-top:auto;padding-top:25px;display:flex;gap:10px;flex-wrap:wrap}.event-date-block{align-self:end;background:#fff;border-radius:18px;padding:22px}.event-date-block strong{font-family:"Newsreader";font-size:54px;line-height:.9}.event-date-block span{display:block;color:var(--muted);font-size:12px;margin-top:7px}.talk-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.video-card--large{background:#fff;border-radius:26px;overflow:hidden}.video-shell{position:relative;aspect-ratio:16/9;background:#1d1d1b;overflow:hidden}.video-shell iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-shell--short{aspect-ratio:9/16}.video-copy{padding:22px 24px 25px}.video-copy span{font-size:10px;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.12em}.video-copy h3{font-family:"Newsreader";font-size:26px;margin:8px 0 4px;line-height:1.1}.video-copy p{font-size:13px;color:var(--muted);margin:0}.center-cta{text-align:center;margin-top:38px}.stories-scroller{display:flex;gap:14px;overflow-x:auto;padding:0 0 18px;scroll-snap-type:x mandatory;scrollbar-width:thin}.story-card{flex:0 0 280px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;scroll-snap-align:start}.story-card:has(.video-shell--short){flex-basis:210px}.story-card p{padding:14px 16px;margin:0;font-size:13px;font-weight:600}.facilitator-grid{display:grid;grid-template-columns:.75fr 1.35fr;gap:80px}.facilitator-intro h2{font-size:clamp(44px,5vw,68px);margin-bottom:25px}.facilitator-intro>p:last-child{color:var(--muted)}.people-grid{display:grid;gap:15px}.person-card{background:#fff;border-radius:25px;padding:18px;display:grid;grid-template-columns:180px 1fr;gap:25px;align-items:center;border:1px solid rgba(32,32,29,.06)}.person-photo{aspect-ratio:4/5;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#dec49e,#8d6b4f);position:relative}.person-photo img{width:100%;height:100%;object-fit:cover}.photo-fallback{display:none;position:absolute;inset:0;place-items:center;font-family:"Newsreader";font-size:50px;color:#fff}.person-photo.photo-missing .photo-fallback{display:grid}.person-photo--nimish{background:linear-gradient(145deg,#8fa19b,#355752)}.person-card h3{font-family:"Newsreader";font-size:29px;margin:0 0 2px}.person-role{color:var(--accent)!important;font-size:12px!important;font-weight:700;margin:0 0 12px!important}.person-card p:last-child{color:var(--muted);font-size:13px;margin:0}.location-section{display:grid;grid-template-columns:.8fr 1.2fr;background:#ece8df;min-height:600px}.location-copy{padding:90px max(40px,calc((100vw - var(--container))/2));padding-right:65px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.location-copy h2{font-family:"Newsreader";font-size:clamp(48px,5.5vw,72px);line-height:.95;margin:0 0 24px}.location-copy h2 em{color:var(--accent);font-weight:500}.location-copy>p{color:var(--muted);max-width:500px}.location-address{border-top:1px solid var(--line);padding-top:20px;margin:12px 0 25px;font-size:14px}.map-wrap{min-height:600px}.map-wrap iframe{width:100%;height:100%;border:0;filter:saturate(.7) contrast(.95)}.final-cta{padding:120px 0;background:var(--accent);color:#fff;text-align:center}.final-cta__inner{max-width:820px}.final-cta .eyebrow{color:#ffe2c2}.final-cta h2{font-size:clamp(56px,7vw,90px)}.final-cta h2 em{color:#fff4df}.final-cta p:not(.eyebrow){font-size:18px;margin:22px 0 30px;opacity:.9}.footer{background:#161714;color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr .6fr .7fr;gap:70px}.brand--footer{color:#fff;margin-bottom:16px}.footer-grid>div>p{color:rgba(255,255,255,.5);font-size:13px;max-width:330px}.footer h3{text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:rgba(255,255,255,.44);margin:0 0 18px}.footer-grid>div>a:not(.brand){display:block;color:rgba(255,255,255,.72);font-size:13px;margin:9px 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:55px;color:rgba(255,255,255,.4);font-size:11px}.modal{position:fixed;inset:0;z-index:200;display:none}.modal.is-open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(20,20,18,.65);backdrop-filter:blur(5px)}.modal-dialog{position:absolute;right:18px;top:18px;bottom:18px;width:min(520px,calc(100% - 36px));background:var(--white);border-radius:28px;padding:39px;overflow-y:auto;box-shadow:0 30px 80px rgba(0,0,0,.25)}.modal-close{position:absolute;right:18px;top:17px;width:38px;height:38px;border:0;border-radius:50%;font-size:24px;background:#eee9df;cursor:pointer}.modal-head h2{font-size:43px}.modal-head>p:last-child{color:var(--muted);margin:8px 0 24px}#registration-form{display:grid;gap:14px}#registration-form>label{display:grid;gap:6px;font-size:12px;font-weight:700}#registration-form label span{font-weight:400;color:var(--muted)}input,textarea{width:100%;border:1px solid rgba(32,32,29,.15);background:#fff;border-radius:13px;padding:12px 13px;outline:none;color:var(--ink)}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(216,107,43,.1)}textarea{resize:vertical}.honeypot{position:absolute!important;left:-9999px!important}.form-privacy{font-size:10px;color:#8a887f;text-align:center;margin:0}.eligibility{background:var(--cream);padding:14px;border-radius:15px}.eligibility>label{font-size:12px;font-weight:700}.radio-row{display:flex;gap:20px;margin-top:9px}.radio-row label{display:flex;align-items:center;gap:6px;font-size:13px}.radio-row input{width:auto}.eligibility-note{font-size:12px;color:#6d4a32;margin-top:11px}.eligibility-note a{font-weight:700;color:var(--accent)}.success-state{text-align:center;padding:30px 0}.success-icon{width:65px;height:65px;border-radius:50%;display:grid;place-items:center;background:#e8f2e9;color:#487a51;font-size:29px;margin:0 auto 20px}.success-state h2{font-size:48px}.success-state>p{color:var(--muted)}.success-next{background:var(--cream);border-radius:20px;padding:21px;margin-top:25px;display:grid;gap:5px}.success-next span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:700}.success-next .btn{margin-top:13px}.mobile-cta{display:none}
@media(max-width:980px){.primary-nav{position:absolute;top:82px;left:20px;right:20px;background:#fff;padding:20px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;gap:5px}.primary-nav.is-open{display:flex}.primary-nav a{padding:11px 8px}.nav-toggle{display:block}.nav-toggle[aria-expanded="true"] span:first-child{top:20px;transform:rotate(45deg)}.nav-toggle[aria-expanded="true"] span:last-child{top:20px;transform:rotate(-45deg)}.hero{padding-top:65px}.hero-grid{grid-template-columns:1fr;gap:50px}.hero-card{max-width:520px}.thane-strip{margin-top:70px}.section{padding:90px 0}.benefit-grid{grid-template-columns:1fr 1fr}.why-grid{gap:55px}.research-grid{grid-template-columns:1fr}.research-card{min-height:auto}.event-card{grid-column:span 6}.event-card--primary{grid-column:span 12}.facilitator-grid{grid-template-columns:1fr;gap:40px}.location-section{grid-template-columns:1fr}.map-wrap{min-height:450px}.location-copy{padding:75px 40px}.science-intro,.section-head--split{gap:45px}.mobile-cta{display:block;position:fixed;z-index:80;left:12px;right:12px;bottom:10px;background:var(--ink);border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.2)}.mobile-cta a{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:12px 16px;font-size:11px}.mobile-cta strong{color:#ffd399;font-size:12px}.footer{padding-bottom:90px}}
@media(max-width:700px){.container{width:min(100% - 28px,var(--container))}.announcement{font-size:11px}.announcement__inner{min-height:46px;justify-content:space-between;gap:8px}.announcement__detail{display:none}.announcement a{white-space:nowrap}.nav-wrap{height:70px}.brand{font-size:17px}.brand-mark{width:31px;height:31px}.primary-nav{top:70px}.hero{padding-top:48px}.hero h1{font-size:52px}.hero-lead{font-size:16px;margin-top:23px}.hero-actions{display:grid}.btn{width:100%}.hero-card{padding:23px;transform:none}.hero-card__date strong{font-size:75px}.hero-card__event h2{font-size:32px}.thane-strip{grid-template-columns:1fr;margin-top:52px}.thane-strip>div,.thane-strip>div:first-child{padding:17px 0;border-right:0;border-bottom:1px solid var(--line)}.section{padding:76px 0}.section-head--split,.science-intro{grid-template-columns:1fr;gap:22px}.section-head--split h2,.science-intro h2{font-size:48px}.section-head--split>p,.science-intro>p{font-size:15px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:235px}.benefit-card h3{margin-top:35px}.why-grid{grid-template-columns:1fr;gap:40px}.why-visual{min-height:390px}.calm-circle{width:180px;height:180px}.why-copy h2{font-size:48px}.why-copy blockquote{font-size:27px}.research-card{padding:23px}.event-card,.event-card--primary{grid-column:span 12}.event-card--primary{display:flex}.event-date-block{width:100%}.talk-grid{grid-template-columns:1fr}.section-head--center h2{font-size:45px}.story-card{flex-basis:265px}.story-card:has(.video-shell--short){flex-basis:190px}.person-card{grid-template-columns:1fr}.person-photo{max-width:190px}.location-copy{padding:65px 22px}.map-wrap{min-height:380px}.final-cta{padding:86px 0}.final-cta h2{font-size:61px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:grid;gap:5px}.modal-dialog{inset:8px;width:auto;padding:30px 20px;border-radius:22px}.modal-head h2{font-size:39px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* V2: insight / article content layer */
.insights-section{position:relative;overflow:hidden}.insights-section:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(216,107,43,.15);border-radius:50%;right:-180px;top:-160px}.insights-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin-top:42px}.insight-card{grid-column:span 4;background:var(--white);border:1px solid var(--line);border-radius:24px;padding:28px;display:flex;flex-direction:column;min-height:310px}.insight-card--featured{grid-column:span 8;background:var(--deep);color:#fff}.insight-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--accent)}.insight-card--featured .insight-kicker{color:#f7bd82}.insight-card h3{font-family:"Newsreader",serif;font-size:34px;line-height:1.03;margin:42px 0 14px}.insight-card--featured h3{font-size:50px;max-width:620px}.insight-card p{color:var(--muted);max-width:720px}.insight-card--featured p{color:rgba(255,255,255,.72);font-size:17px}.insight-card a{margin-top:auto;padding-top:22px;font-weight:700;color:var(--accent)}.insight-card--featured a{color:#ffd19d}.insights-bottom{margin-top:25px;display:flex;align-items:center;justify-content:space-between;gap:30px}.insights-bottom p{max-width:670px;color:var(--muted)}
.article-page{background:var(--white)}.article-header{padding:100px 0 55px;background:var(--cream);border-bottom:1px solid var(--line)}.article-header .container{max-width:940px}.article-back{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:var(--muted);margin-bottom:38px}.article-header h1{font-family:"Newsreader",serif;font-size:clamp(52px,7vw,88px);line-height:.94;letter-spacing:-.04em;margin:13px 0 25px}.article-deck{font-size:20px;line-height:1.55;color:var(--muted);max-width:760px}.article-meta{margin-top:26px;display:flex;gap:10px;flex-wrap:wrap;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.article-meta span{padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.5)}.article-body{padding:70px 0 100px}.article-body .container{max-width:820px}.article-body p,.article-body li{font-size:18px;line-height:1.8;color:#3e3d38}.article-body h2{font-family:"Newsreader",serif;font-size:46px;line-height:1.05;margin:62px 0 20px}.article-body blockquote{font-family:"Newsreader",serif;font-size:34px;line-height:1.22;margin:52px 0;padding:6px 0 6px 28px;border-left:3px solid var(--accent);color:var(--deep)}.article-origin{margin:50px 0;padding:20px 22px;border-radius:18px;background:var(--cream);font-size:14px;color:var(--muted)}.article-origin a{font-weight:700;color:var(--accent)}.article-cta{margin-top:68px;background:var(--deep);color:#fff;border-radius:28px;padding:36px}.article-cta h2{margin:0 0 10px;font-size:42px}.article-cta p{color:rgba(255,255,255,.7);margin-bottom:24px}.article-cta .btn{display:inline-flex}.insights-index-hero{padding:90px 0 55px;background:var(--cream)}.insights-index-hero h1{font-family:"Newsreader",serif;font-size:clamp(54px,8vw,96px);line-height:.94;letter-spacing:-.04em;max-width:900px;margin:10px 0 20px}.insights-index-hero p{font-size:19px;color:var(--muted);max-width:760px}.insights-index{padding:70px 0 100px}.insights-index .insights-grid{margin-top:0}
@media(max-width:980px){.insight-card,.insight-card--featured{grid-column:span 6}.insight-card--featured h3{font-size:44px}.insights-bottom{align-items:flex-start;flex-direction:column}.insights-bottom .btn{width:auto}}
@media(max-width:700px){.insight-card,.insight-card--featured{grid-column:span 12;min-height:270px}.insight-card h3,.insight-card--featured h3{font-size:38px;margin-top:32px}.article-header{padding:70px 0 42px}.article-body{padding:52px 0 80px}.article-body p,.article-body li{font-size:16px}.article-body h2{font-size:38px}.article-body blockquote{font-size:29px;margin:40px 0}.article-cta{padding:27px}.article-cta h2{font-size:36px}.insights-index-hero{padding:65px 0 40px}}
/* V4: SEO blog imagery */
.insight-card__image{width:calc(100% + 56px);height:210px;object-fit:cover;margin:-28px -28px 24px;border-radius:24px 24px 0 0}.insight-card--featured .insight-card__image{height:290px}.insight-card:has(.insight-card__image) h3{margin-top:22px}.article-hero-image{max-width:1080px;margin:0 auto 58px;padding:0 24px}.article-hero-image img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:30px;box-shadow:0 24px 70px rgba(25,33,31,.13)}.blog-local-strip{margin:0 0 34px;padding:18px 22px;border-left:3px solid var(--accent);background:var(--cream);color:var(--muted);font-size:15px;line-height:1.65}.blog-local-strip strong{color:var(--deep)}
@media(max-width:700px){.insight-card__image,.insight-card--featured .insight-card__image{height:210px}.article-hero-image{margin-bottom:38px;padding:0 14px}.article-hero-image img{border-radius:20px}}

/* V5: free meditation CTA in the Why meditate section */
.why-actions{margin-top:30px}

/* V6: Breathe Through Thane homepage invitation */
.game-teaser{background:var(--deep);color:#fff;overflow:hidden}.game-teaser__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}.game-teaser h2{font-size:clamp(50px,6vw,80px);margin:0 0 22px}.game-teaser h2 em{color:#f3a36e}.game-teaser p:not(.eyebrow){color:rgba(255,255,255,.67);font-size:17px;max-width:520px;margin-bottom:28px}.mini-route{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;position:relative}.mini-route span{min-height:88px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);border-radius:18px;padding:19px;display:flex;align-items:end;font-family:"Newsreader";font-size:23px;position:relative}.mini-route i{position:absolute;top:12px;left:14px;font-family:"DM Sans";font-style:normal;font-size:9px;letter-spacing:.12em;color:#f3a36e}.mini-route span:last-child{background:var(--accent);border-color:transparent}.mini-route span:last-child i{color:#fff}.game-teaser .btn--light{color:var(--deep)}
@media(max-width:700px){.game-teaser__grid{grid-template-columns:1fr;gap:45px}.mini-route{grid-template-columns:1fr 1fr}.mini-route span{min-height:76px;padding:16px;font-size:18px}}

/* V7: the full breathing game lives inside the homepage hero */
.hero-grid{grid-template-columns:1fr .86fr;gap:72px}.hero-breath-card{background:linear-gradient(155deg,#173c37,#102b29 76%);color:#fff;border-radius:32px;padding:22px;box-shadow:0 28px 75px rgba(24,42,37,.2);position:relative}.hero-breath__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:rgba(255,255,255,.55);font-weight:700}.hero-breath__top .pill{background:rgba(242,138,69,.16);color:#f4b083}.hero-breath-scene{height:172px;border-radius:22px;overflow:hidden;position:relative;background:linear-gradient(#d98e5f 0 40%,#6f9790 40% 58%,#285c58 58%);transition:background .7s}.hero-breath-scene>strong{position:absolute;z-index:8;left:15px;top:14px;padding:6px 9px;border-radius:99px;background:rgba(15,43,40,.64);backdrop-filter:blur(8px);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.hero-scene-sun{position:absolute;width:35px;height:35px;border-radius:50%;background:#ffe5a2;right:13%;top:25px;box-shadow:0 0 28px rgba(255,229,162,.45)}.hero-scene-hill{position:absolute;z-index:2;left:-10%;bottom:34%;width:75%;height:43%;border-radius:55% 70% 0 0;background:#355d52;transform:rotate(4deg);transform-origin:bottom}.hero-scene-hill--back{left:38%;height:34%;background:#55796d;transform:rotate(-4deg)}.hero-scene-water{position:absolute;z-index:3;left:0;right:0;bottom:0;height:44%;background:linear-gradient(rgba(35,91,88,.25),#1f5754);border-top:1px solid rgba(255,255,255,.28)}.hero-scene-city{position:absolute;z-index:4;right:14%;bottom:35%;width:18px;height:62px;background:#38504e;opacity:0;box-shadow:24px 18px 0 #455b58,48px -7px 0 #344a48,72px 10px 0 #4d625e}.hero-scene-ripple{position:absolute;z-index:7;left:50%;bottom:8%;width:85px;height:30px;transform:translateX(-50%)}.hero-scene-ripple i{position:absolute;inset:0;border:1.5px solid rgba(255,225,186,.72);border-radius:50%;animation:heroRipple 3s ease-out infinite}.hero-scene-ripple i:nth-child(2){animation-delay:1s}.hero-scene-ripple i:nth-child(3){animation-delay:2s}@keyframes heroRipple{0%{transform:scale(.25);opacity:.9}100%{transform:scale(1.55);opacity:0}}.hero-scene--yeoor{background:linear-gradient(#dfa56c 0 52%,#3f6858 52%)}.hero-scene--yeoor .hero-scene-water{opacity:0}.hero-scene--yeoor .hero-scene-hill{height:64%;background:#315345}.hero-scene--upvan{background:linear-gradient(#cf8b6b 0 42%,#819688 42% 56%,#3b6762 56%)}.hero-scene--upvan .hero-scene-hill{height:52%}.hero-scene--talao{background:linear-gradient(#ce846f 0 53%,#597d79 53%)}.hero-scene--talao .hero-scene-hill{opacity:0}.hero-scene--talao .hero-scene-city{opacity:1}.hero-scene--balkum{background:linear-gradient(#dbaa7f 0 62%,#738f82 62%)}.hero-scene--balkum .hero-scene-water,.hero-scene--balkum .hero-scene-hill{opacity:0}.hero-scene--balkum .hero-scene-city{opacity:1;transform:scale(1.25);transform-origin:bottom}.hero-scene--eirene{background:linear-gradient(#2d4946 0 62%,#355e56 62%)}.hero-scene--eirene .hero-scene-water,.hero-scene--eirene .hero-scene-hill,.hero-scene--eirene .hero-scene-sun{opacity:0}.hero-scene--eirene .hero-scene-city{opacity:1;transform:scale(1.45);transform-origin:bottom;box-shadow:24px 18px 0 #526b66,48px -7px 0 #d7b98c,72px 10px 0 #526b66}.hero-breath__copy{display:grid;grid-template-columns:1fr 112px;gap:17px;align-items:center;padding:19px 4px 14px}.hero-breath__copy .eyebrow{font-size:9px;margin:0 0 7px;color:#f4a66f}.hero-breath__copy h2,.hero-game-complete h2{font-family:"Newsreader";font-size:30px;line-height:1;letter-spacing:-.035em;margin:0}.hero-breath__copy>div>p:last-child,.hero-game-complete>p{color:rgba(255,255,255,.6);font-size:11px;line-height:1.5;margin:8px 0 0}.hero-breath-button{width:105px;height:105px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:rgba(255,255,255,.055);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;touch-action:none}.hero-breath-button>span{width:34px;height:34px;border-radius:50%;background:rgba(242,138,69,.2);display:grid;place-items:center;margin-bottom:5px;transition:transform 4s ease-in,background .4s}.hero-breath-button>span i{width:18px;height:18px;border-radius:50%;background:#f3a36e;box-shadow:0 0 18px rgba(243,163,110,.45)}.hero-breath-button strong{font-size:10px}.hero-breath-button small{font-size:8px;color:rgba(255,255,255,.5);margin-top:1px}.hero-breath-button.is-inhaling>span{transform:scale(1.55);background:rgba(242,138,69,.4)}.hero-breath-button.is-exhaling>span{transform:scale(.72);transition-duration:4s;background:rgba(139,185,167,.26)}.hero-route{list-style:none;padding:0;margin:0 4px 16px;display:grid;grid-template-columns:repeat(6,1fr);gap:5px}.hero-route li{height:3px;border-radius:99px;background:rgba(255,255,255,.12);overflow:hidden}.hero-route li:after{content:"";display:block;width:0;height:100%;background:#f3a36e;transition:width .4s}.hero-route li.current:after,.hero-route li.done:after{width:100%}.hero-route li.current:after{animation:routePulse 1.3s infinite alternate}.hero-program-strip{display:grid;grid-template-columns:auto 1fr 31px;gap:11px;align-items:center;border-top:1px solid rgba(255,255,255,.12);padding:14px 3px 1px}.hero-program-date{display:flex;align-items:center;gap:3px;padding-right:11px;border-right:1px solid rgba(255,255,255,.12)}.hero-program-date strong{font-family:"Newsreader";font-size:33px;line-height:.8;color:#f3a36e}.hero-program-date span{font-size:9px;font-weight:700;line-height:1}.hero-program-strip>div:nth-child(2){display:grid}.hero-program-strip>div:nth-child(2)>span{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#f3a36e}.hero-program-strip>div:nth-child(2)>strong{font-family:"Newsreader";font-size:16px;line-height:1.1}.hero-program-strip small{font-size:8px;color:rgba(255,255,255,.52)}.hero-program-strip>a{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--deep);font-weight:700}.hero-game-complete{padding:19px 4px 14px;text-align:center;min-height:176px;display:grid;align-content:center}.hero-game-complete[hidden]{display:none}.hero-game-complete h2{font-size:35px}.hero-game-complete .btn{margin-top:13px;font-size:10px;padding:11px 13px}.hero-play-again{border:0;background:none;color:rgba(255,255,255,.5);font-size:9px;text-decoration:underline;text-underline-offset:3px;margin-top:8px;cursor:pointer}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:45px}.hero-breath-card{max-width:560px}}
@media(max-width:700px){.hero-breath-card{padding:16px;border-radius:24px}.hero-breath-scene{height:150px}.hero-breath__copy{grid-template-columns:1fr 96px;gap:10px;padding-top:16px}.hero-breath__copy h2{font-size:27px}.hero-breath-button{width:92px;height:92px}.hero-program-strip{grid-template-columns:auto 1fr 30px}}
@media(prefers-reduced-motion:reduce){.hero-scene-ripple i,.hero-route li.current:after{animation:none}.hero-breath-button>span{transition-duration:.01ms!important}}

/* V8: Ayurveda content pathway */
.ayurveda-home{background:#eef0e8}.ayurveda-home__grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:14px}.ayurveda-home__feature,.ayurveda-home__card{display:flex;flex-direction:column;background:#fff;border-radius:25px;overflow:hidden;border:1px solid rgba(32,32,29,.07);transition:transform .2s,box-shadow .2s}.ayurveda-home__feature:hover,.ayurveda-home__card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(40,32,20,.08)}.ayurveda-home__grid img{width:100%;height:230px;object-fit:cover}.ayurveda-home__feature img{height:330px}.ayurveda-home__grid a>div{padding:22px}.ayurveda-home__grid span,.ayurveda-card span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:700}.ayurveda-home__grid h3{font-family:"Newsreader";font-size:27px;line-height:1.04;margin:8px 0}.ayurveda-home__feature h3{font-size:38px}.ayurveda-home__feature p{color:var(--muted);font-size:13px;margin:0 0 14px}.ayurveda-home__feature strong{color:var(--accent);font-size:12px}
.ayurveda-hero{padding:92px 0;background:linear-gradient(135deg,#f8f2e7,#e7ece3)}.ayurveda-hero__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.ayurveda-hero h1{font-family:"Newsreader";font-size:clamp(55px,6vw,84px);line-height:.92;letter-spacing:-.05em;margin:13px 0 25px}.ayurveda-hero h1 em{color:var(--accent);font-weight:500}.ayurveda-hero p:not(.eyebrow){color:var(--muted);font-size:17px;margin:0 0 27px}.ayurveda-hero img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.ayurveda-index{background:#fffdf8}.ayurveda-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.ayurveda-card{display:grid;grid-template-columns:.88fr 1.12fr;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;min-height:285px}.ayurveda-card img{width:100%;height:100%;object-fit:cover}.ayurveda-card>div{padding:27px;display:flex;flex-direction:column;align-items:flex-start}.ayurveda-card h3{font-family:"Newsreader";font-size:31px;line-height:1.04;margin:12px 0}.ayurveda-card p{font-size:13px;color:var(--muted);margin:0}.ayurveda-card a{margin-top:auto;color:var(--accent);font-size:12px;font-weight:700}.ayurveda-card--wide{grid-column:span 2;grid-template-columns:1fr 1fr}.ayurveda-card--wide h3{font-size:43px}.ayurveda-bridge{background:var(--deep);color:#fff;padding:110px 0}.ayurveda-bridge .container{max-width:920px}.ayurveda-bridge h2{font-family:"Newsreader";font-size:clamp(52px,6vw,82px);line-height:.94;letter-spacing:-.045em;margin:0 0 23px}.ayurveda-bridge h2 em{color:#f3a36e}.ayurveda-bridge>div>p:not(.eyebrow){color:rgba(255,255,255,.68);font-size:18px;max-width:720px;margin-bottom:30px}
.article-header--ayurveda{background:linear-gradient(135deg,#eef0e8,#f8f2e7)}.article-header--ayurveda .eyebrow{color:#597a68}.partner-offer{margin:55px 0;background:#eef0e8;border:1px solid rgba(43,77,65,.13);border-radius:24px;padding:30px}.partner-offer>span{display:inline-block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;background:#dfe7dd;color:#405f52;border-radius:99px;padding:6px 9px;font-weight:700}.partner-offer h2{font-size:35px!important;margin:17px 0 8px!important}.partner-offer p{font-size:15px!important}.partner-offer strong{color:#315a4b}.partner-offer .btn{display:inline-flex;margin-top:7px}.article-cta__actions{display:flex;gap:10px;flex-wrap:wrap}.wellness-disclaimer{font-size:12px!important;color:#77756d!important;border-top:1px solid var(--line);padding-top:22px;margin-top:44px!important}.practice-layers{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:30px 0 48px}.practice-layers>div{background:var(--cream);border-radius:18px;padding:22px}.practice-layers span{font-size:10px;color:var(--accent);font-weight:700}.practice-layers h3{font-family:"Newsreader";font-size:27px;margin:17px 0 6px}.practice-layers p{font-size:14px!important;margin:0!important;color:var(--muted)!important}
@media(max-width:980px){.ayurveda-home__grid{grid-template-columns:1fr 1fr}.ayurveda-home__feature{grid-column:span 2}.ayurveda-hero__grid{gap:40px}.ayurveda-card{grid-template-columns:1fr}.ayurveda-card img{height:240px}.ayurveda-card--wide{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.ayurveda-home__grid{grid-template-columns:1fr}.ayurveda-home__feature{grid-column:auto}.ayurveda-home__feature img,.ayurveda-home__grid img{height:220px}.ayurveda-home__feature h3{font-size:32px}.ayurveda-hero{padding:65px 0}.ayurveda-hero__grid{grid-template-columns:1fr;gap:35px}.ayurveda-hero h1{font-size:55px}.ayurveda-grid{grid-template-columns:1fr}.ayurveda-card,.ayurveda-card--wide{grid-column:auto;grid-template-columns:1fr}.ayurveda-card--wide h3{font-size:34px}.ayurveda-bridge{padding:76px 0}.article-cta__actions{display:grid}.practice-layers{grid-template-columns:1fr}.partner-offer{padding:23px}}

/* V9: embedded post-commute breathing practice */
.article-practice-video{margin:34px 0;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(230px,.75fr);background:var(--deep);color:#fff;border-radius:24px;overflow:hidden}.article-practice-video>div:last-child{padding:27px;align-self:center}.article-practice-video span{display:block;color:#f4b56b;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.article-practice-video h3{font-family:"Newsreader",Georgia,serif;font-size:30px;line-height:1.05;margin:9px 0}.article-practice-video p{color:rgba(255,255,255,.7)!important;font-size:13px!important;margin:0 0 15px!important}.article-practice-video a{color:#ffd39c;font-size:13px;font-weight:700}.article-practice-video .video-shell{height:100%;min-height:300px;aspect-ratio:auto}
@media(max-width:700px){.article-practice-video{grid-template-columns:1fr}.article-practice-video .video-shell{height:auto;min-height:0;aspect-ratio:16/9}.article-practice-video>div:last-child{padding:22px}.article-practice-video h3{font-size:27px}}

/* V11 deployment fixes */
.stories-scroller{align-items:flex-start}
.story-card{align-self:flex-start}
.video-link-preview{display:block;color:#fff;isolation:isolate}
.video-link-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.72));z-index:1}
.video-link-preview img{width:100%;height:100%;object-fit:cover}
.video-link-preview__play{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:48px;border-radius:14px;background:#f03;display:grid;place-items:center;padding-left:4px;font-size:22px;box-shadow:0 12px 28px rgba(0,0,0,.3)}
.video-link-preview strong{position:absolute;z-index:2;right:18px;bottom:15px;font-size:12px;letter-spacing:.02em}

/* V12: approved identity, clearer game and balanced content layouts */
.brand{display:grid;grid-template-columns:42px auto;grid-template-rows:auto auto;column-gap:9px;row-gap:0;align-items:center;line-height:1}
.brand-mark{grid-row:1/3;width:42px;height:38px;border-radius:0;background:url("assets/thane-meditates-logo.svg") center/contain no-repeat;overflow:visible}
.brand-mark span{display:none}
.brand>span:last-child{grid-column:2;font-size:19px;line-height:1.05}
.brand:after{content:"Where every ripple finds stillness.";grid-column:2;font-size:6.5px;letter-spacing:.08em;color:#66716c;font-weight:600;white-space:nowrap;margin-top:3px}
.brand--footer:after{color:rgba(255,255,255,.48)}

.why-video{background:var(--deep);border-radius:34px;overflow:hidden;box-shadow:0 24px 65px rgba(23,46,43,.18)}
.why-video iframe{display:block;width:100%;aspect-ratio:16/9;border:0}
.why-video p{display:grid;gap:3px;margin:0;padding:20px 24px;color:#fff}
.why-video p strong{font-family:"Newsreader",Georgia,serif;font-size:24px;line-height:1.1}
.why-video p span{font-size:12px;color:rgba(255,255,255,.62)}

.hero-breath-card{border:1px solid rgba(255,255,255,.12)}
.hero-breath__copy{grid-template-columns:1fr 130px}
.hero-game-subtitle{color:#ffd7bd!important;font-weight:700}
.hero-breath-button{width:122px;height:122px;border:3px solid rgba(255,255,255,.92);background:#e6392f;box-shadow:0 13px 34px rgba(230,57,47,.45),0 0 0 8px rgba(230,57,47,.12);position:relative;animation:gameButtonPulse 1.8s ease-in-out infinite}
.hero-breath-button:hover{background:#f04439;transform:translateY(-2px);box-shadow:0 17px 38px rgba(230,57,47,.55),0 0 0 10px rgba(230,57,47,.15)}
.hero-breath-button .hero-next-move{position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:auto;height:auto;border-radius:999px;background:#fff;color:#b51f18;padding:3px 9px;margin:0;font-size:7px;letter-spacing:.13em;font-weight:900;white-space:nowrap;box-shadow:0 4px 10px rgba(0,0,0,.18)}
.hero-breath-button>span:not(.hero-next-move){background:rgba(255,255,255,.22)}
.hero-breath-button>span:not(.hero-next-move) i{background:#fff;box-shadow:0 0 18px rgba(255,255,255,.6)}
.hero-breath-button strong{font-size:10px;letter-spacing:.04em}
.hero-breath-button small{color:rgba(255,255,255,.82);font-size:8px}
.hero-breath-button.is-inhaling{background:#0e7c70;animation:none;box-shadow:0 14px 36px rgba(14,124,112,.38)}
.hero-breath-button.is-exhaling{background:#315c7a;animation:none;box-shadow:0 14px 36px rgba(49,92,122,.35)}
@keyframes gameButtonPulse{0%,100%{box-shadow:0 13px 34px rgba(230,57,47,.42),0 0 0 7px rgba(230,57,47,.11)}50%{box-shadow:0 16px 38px rgba(230,57,47,.58),0 0 0 13px rgba(230,57,47,.18)}}

.hero-map{height:86px;position:relative;margin:2px 2px 13px;border-radius:17px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015));overflow:hidden}
.hero-map:before{content:"THANE JOURNEY MAP";position:absolute;left:11px;top:6px;font-size:6px;letter-spacing:.16em;color:rgba(255,255,255,.42);font-weight:800}
.hero-map__path{position:absolute;left:3%;right:3%;bottom:5px;width:94%;height:65px;overflow:visible}
.hero-map__path path{fill:none;stroke:rgba(255,255,255,.25);stroke-width:3;stroke-dasharray:7 7;stroke-linecap:round}
.hero-route{position:absolute;inset:22px 8px 3px;margin:0;padding:0;display:grid;grid-template-columns:repeat(6,1fr);gap:0;align-items:center}
.hero-route li{height:auto;background:none;overflow:visible;display:flex;flex-direction:column;align-items:center;gap:3px;color:rgba(255,255,255,.55);font-size:6px;line-height:1;text-align:center;position:relative}
.hero-route li:nth-child(odd){transform:translateY(13px)}
.hero-route li:nth-child(even){transform:translateY(-9px)}
.hero-route li:after{display:none}
.hero-route li i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#254b47;border:2px solid rgba(255,255,255,.35);font-style:normal;font-size:8px;font-weight:900;transition:.3s}
.hero-route li span{max-width:68px}
.hero-route li.current{color:#fff;font-weight:800}
.hero-route li.current i{background:#e6392f;border-color:#fff;box-shadow:0 0 0 5px rgba(230,57,47,.2)}
.hero-route li.done i{background:#55a88f;border-color:#9ee0cd;color:#fff}
.hero-route li.destination{color:#ffd7a7;font-weight:800}
.hero-route li.destination i{border-color:#f1b36e}

.ayurveda-home__grid{grid-template-columns:1.2fr repeat(3,.8fr)}
.ayurveda-home__feature img{height:230px}

.events-grid .event-card:only-child{grid-column:1/-1;min-height:0;grid-template-columns:minmax(0,1.5fr) minmax(210px,.45fr);padding:34px 38px}
.events-grid .event-card:only-child .event-date-block{align-self:stretch;display:grid;align-content:center;text-align:center}

.stories-showcase{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}
.stories-shorts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.stories-wide{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.stories-showcase .story-card{width:auto;min-width:0;align-self:start}
.stories-shorts .story-card p,.stories-wide .story-card p{min-height:48px;display:flex;align-items:center}
.story-invitation{grid-column:1/-1;background:var(--deep);color:#fff;border-radius:20px;padding:20px 22px}
.story-invitation span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#f3aa70;font-weight:800}
.story-invitation h3{font-family:"Newsreader",Georgia,serif;font-size:25px;line-height:1.05;margin:6px 0 9px}
.story-invitation a{font-size:12px;color:#ffd7aa;font-weight:800}

@media(max-width:980px){.ayurveda-home__grid{grid-template-columns:1fr 1fr}.ayurveda-home__feature{grid-column:span 2}.stories-showcase{grid-template-columns:1fr}.stories-wide{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.brand{grid-template-columns:36px auto}.brand-mark{width:36px;height:33px}.brand>span:last-child{font-size:16px}.brand:after{font-size:5.5px}.hero-breath__copy{grid-template-columns:1fr 104px}.hero-breath-button{width:100px;height:100px}.hero-map{height:96px}.hero-route li span{font-size:5.5px}.hero-route li i{width:19px;height:19px}.why-video{border-radius:24px}.ayurveda-home__grid{grid-template-columns:1fr}.ayurveda-home__feature{grid-column:auto}.events-grid .event-card:only-child{grid-template-columns:1fr;padding:25px}.stories-shorts{display:flex;overflow-x:auto;padding-bottom:10px}.stories-shorts .story-card{flex:0 0 180px}.stories-wide{grid-template-columns:1fr}.story-invitation{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.hero-breath-button{animation:none}}
.form-status {
  margin: 4px 0 12px;
  padding: 12px 14px;
  border: 1px solid #e2a38a;
  border-radius: 12px;
  background: #fff2ed;
  color: #7a241b;
  font-size: .9rem;
  line-height: 1.45;
}
.form-status a { color: inherit; font-weight: 700; }

/* V13: paced breathing and a space-efficient Musings layout */
.hero-breath-button>span:not(.hero-next-move){transition:transform 6s linear,background .4s}
.hero-breath-button.is-exhaling>span:not(.hero-next-move){transition-duration:6s,.4s}
.hero-game-complete{gap:8px;padding:19px 3px 12px}
.hero-game-complete h2{font-size:31px}
.hero-game-complete .hero-game-complete__reflection{max-width:410px;margin:0 auto 3px;color:rgba(255,255,255,.76);font-size:11px;line-height:1.5}
.hero-game-complete .btn{margin-top:4px}
.hero-game-free{border:0;background:none;color:#ffd7aa;font-size:9px;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:3px}

.insights-section .insights-grid{
  grid-template-columns:minmax(0,2fr) minmax(290px,1fr);
  grid-template-areas:"featured second" "featured third";
  align-items:stretch;
}
.insights-section .insight-card{grid-column:auto;min-height:0}
.insights-section .insight-card--featured{grid-area:featured}
.insights-section .insight-card:nth-child(2){grid-area:second}
.insights-section .insight-card:nth-child(3){grid-area:third}
.insights-section .insight-card:not(.insight-card--featured){padding:23px}
.insights-section .insight-card:not(.insight-card--featured) .insight-card__image{width:calc(100% + 46px);height:155px;margin:-23px -23px 18px}
.insights-section .insight-card:not(.insight-card--featured) h3{font-size:28px;margin:15px 0 9px}
.insights-section .insight-card:not(.insight-card--featured) p{font-size:13px;line-height:1.55;margin:0}
.insights-section .insight-card:not(.insight-card--featured) a{padding-top:14px}

@media(max-width:760px){
  .insights-section .insights-grid{grid-template-columns:1fr;grid-template-areas:"featured" "second" "third"}
  .insights-section .insight-card:not(.insight-card--featured) .insight-card__image{height:210px}
}
