:root{--navy:#061b33;--blue:#0b3155;--gold:#b08c5a;--gold-light:#d6ba86;--gold-ink:#825b2f;--cream:#b4bfcf;--paper:#fff;--off-white:#f5f6f8;--ink:#071d35;--wine:#85233b;--line:rgba(7,29,53,.2);--serif:"Noto Serif","Noto Sans",Georgia,serif;--sans:"Inter","Noto Sans","Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--off-white);font-family:var(--sans);font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{display:block;max-width:100%}.skip{position:fixed;left:1rem;top:-5rem;z-index:999;background:#fff;padding:.7rem 1rem}.skip:focus{top:1rem}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--gold-light);outline-offset:4px}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.site-loader{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;z-index:2147483647;display:grid;place-items:center;background:var(--navy);opacity:1;visibility:visible;transition:opacity .46s ease,visibility .46s}
.site-loader.is-ready{opacity:0;visibility:hidden;pointer-events:none}
.loader-ring{position:relative;width:clamp(210px,22vw,300px);height:clamp(210px,22vw,300px);display:grid;place-items:center;border-radius:50%;filter:drop-shadow(0 0 22px rgba(242,199,96,.28))}
.loader-ring:before,.loader-ring:after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(242,199,96,.16)}
.loader-ring:before{box-shadow:inset 0 0 20px rgba(242,199,96,.12),0 0 24px rgba(242,199,96,.16)}
.loader-ring:after{border-width:3px;border-color:transparent;border-top-color:#f2c760;border-right-color:rgba(242,199,96,.7);box-shadow:0 0 18px rgba(242,199,96,.75);animation:aaroma-loader-spin 1.15s linear infinite}
.loader-ring img{width:58%;height:58%;object-fit:contain;filter:drop-shadow(0 0 16px rgba(242,199,96,.3)) drop-shadow(0 9px 14px rgba(0,0,0,.34))}
@keyframes aaroma-loader-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.site-loader{transition:none}.loader-ring:after{animation:none;border-color:rgba(242,199,96,.65)}}
.announcement{height:42px;padding:0 3vw;background:var(--gold);color:var(--navy);display:flex;align-items:center;justify-content:center;gap:2rem;font-size:.82rem;font-weight:600;letter-spacing:.04em}.announcement a{border-bottom:1px solid currentColor}.site-header{height:98px;padding:0 clamp(24px,4vw,72px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:3vw;background:var(--navy);color:#fff;border-bottom:1px solid rgba(255,255,255,.15);position:relative;z-index:20}.brand{display:flex;align-items:center;gap:.8rem}.brand img{width:54px;height:54px;object-fit:contain}.brand span{display:grid;line-height:.92}.brand b{font-size:2rem;color:var(--gold-light);letter-spacing:-.04em;font-weight:600}.brand small{font-size:.58rem;letter-spacing:.34em;margin:7px 0 0 2px}.site-header nav{display:flex;justify-content:center;gap:clamp(1rem,2vw,2.3rem);font-size:.89rem;font-weight:600}.site-header nav a,.header-tools>a{padding:.5rem 0;border-bottom:2px solid transparent}.site-header nav a:hover,.header-tools>a:hover{border-color:var(--gold)}.header-tools{display:flex;align-items:center;gap:1.5rem;font-size:.86rem;font-weight:600}.menu-toggle{width:54px;height:54px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:transparent;color:#fff;display:none;place-items:center;cursor:pointer}.menu-toggle span{position:absolute;clip:rect(0 0 0 0)}.menu-toggle i,.menu-toggle i:after{display:block;width:20px;height:1px;background:#fff;content:""}.menu-toggle i:after{transform:translateY(7px)}.mobile-nav{display:none}

/* Expandable preview and privacy information strip */
.trust-banner{background:var(--navy);color:#fff;font-size:.78rem;position:relative;z-index:21}
.trust-simple{min-height:32px;padding:5px max(6vw,28px);display:flex;align-items:center;gap:.55rem;letter-spacing:.015em}
.trust-banner summary{min-height:32px;padding:5px max(6vw,28px);display:flex;align-items:center;gap:.55rem;cursor:pointer;list-style:none;letter-spacing:.015em}
.trust-banner summary::-webkit-details-marker{display:none}
.trust-mark{width:20px;height:20px;border:1px solid var(--gold-light);border-radius:50%;object-fit:cover;background:var(--cream)}
.trust-learn{margin-left:.35rem;color:var(--gold-light);border-bottom:1px solid currentColor}
.trust-chevron{width:7px;height:7px;margin-left:.05rem;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}
.trust-banner[open] .trust-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.trust-panel{padding:22px max(6vw,28px) 26px;background:#edf4f8;color:var(--navy);display:grid;grid-template-columns:repeat(2,minmax(0,520px));gap:clamp(32px,7vw,100px)}
.trust-panel>div{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start}
.trust-panel-icon{width:42px;height:42px;border:1.5px solid #1976bd;border-radius:50%;display:grid;place-items:center;color:#1976bd}
.trust-panel-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trust-panel-icon--official svg{fill:currentColor;stroke:none}
.trust-panel-icon--lock{border-color:#6b9c27;color:#6b9c27}
.trust-panel p{margin:0;line-height:1.45;color:#38516a}
.trust-panel strong{display:block;margin-bottom:.2rem;color:var(--navy);font-size:.9rem}.trust-panel b{color:var(--navy);font-weight:600}
@media(max-width:700px){.trust-banner summary{padding:6px 18px}.trust-learn{margin-left:auto}.trust-panel{grid-template-columns:1fr;padding:20px 18px 24px;gap:22px}.trust-panel p{font-size:.78rem}}
@media(prefers-reduced-motion:reduce){.trust-chevron{transition:none}}
.eyebrow{font-size:.77rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--gold);margin:0 0 1.1rem}.display{font-family:var(--serif);font-weight:400;letter-spacing:-.018em;line-height:1.08;margin:0;font-size:clamp(3rem,5.5vw,6.25rem)}.section-title{font-family:var(--serif);font-weight:400;letter-spacing:-.012em;line-height:1.14;margin:.5rem 0 1.75rem;font-size:clamp(2.35rem,4vw,4.5rem)}.lede{font-family:var(--serif);font-size:clamp(1.35rem,1.8vw,2rem);line-height:1.5;max-width:850px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.8rem 1.3rem;border:1px solid currentColor;font-weight:600;font-size:.88rem;transition:.2s}.button:hover{background:var(--gold);border-color:var(--gold);color:var(--navy)}.button-gold{background:var(--gold);border-color:var(--gold);color:var(--navy)}.text-link{font-weight:600;border-bottom:1px solid currentColor;padding-bottom:.25rem}.text-link:after{content:"  →"}
.home-hero{min-height:calc(100vh - 140px);position:relative;display:flex;align-items:end;color:#fff;background:#07192c}.home-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,29,.93) 0,rgba(2,15,29,.65) 38%,rgba(2,15,29,.12) 72%),linear-gradient(0deg,rgba(2,15,29,.65),transparent 42%)}.hero-copy{position:relative;z-index:1;width:min(1100px,90%);padding:clamp(70px,9vw,140px) 0 clamp(65px,8vw,120px);margin-left:max(5vw,28px)}.hero-copy .display{max-width:980px}.hero-copy>p:not(.eyebrow){max-width:630px;font-size:1.18rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.hero-actions .button{color:#fff}.hero-actions .button-gold{color:var(--navy)}
.intro{padding:clamp(90px,12vw,190px) max(6vw,28px);background:var(--paper)}.intro-inner{max-width:1450px;margin:auto}.intro .section-title{max-width:1200px}.gold-rule{width:90px;height:5px;background:var(--gold);margin:2.5rem 0}.intro-foot{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:start}.intro-foot p{font-size:1.15rem;max-width:650px}
.editorial-feature{display:grid;grid-template-columns:1.15fr .85fr;min-height:760px}.editorial-feature.reverse{grid-template-columns:.85fr 1.15fr}.editorial-feature img{width:100%;height:100%;object-fit:cover;min-height:620px}.feature-copy{padding:clamp(65px,8vw,130px);display:flex;flex-direction:column;justify-content:center;background:var(--cream)}.feature-copy.dark{background:var(--navy);color:#fff}.feature-copy.wine{background:var(--wine);color:#fff}.feature-copy .section-title{font-size:clamp(3.3rem,5vw,6rem)}.feature-copy p:not(.eyebrow){font-size:1.1rem;max-width:560px}.feature-copy .text-link{align-self:flex-start;margin-top:1rem}
.pathways{padding:clamp(80px,10vw,150px) max(6vw,28px);background:#fff}.pathways-head{display:grid;grid-template-columns:1fr .65fr;gap:7vw;align-items:end;max-width:1450px;margin:0 auto 4rem}.pathways-head p{font-size:1.1rem}.pathway-list{max-width:1450px;margin:auto;border-top:1px solid var(--line)}.pathway{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:2rem;padding:2.2rem 0;border-bottom:1px solid var(--line);transition:.25s}.pathway:hover{padding-left:1rem;color:#9b6200}.pathway span{font-family:var(--serif);font-size:2.4rem;color:var(--gold)}.pathway h3{font-family:var(--serif);font-weight:500;font-size:clamp(2rem,3vw,3.4rem);margin:0}.pathway b{font-size:1.5rem;font-weight:400}
.fullbleed-story{position:relative;min-height:760px;color:white;display:flex;align-items:end}.fullbleed-story>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.fullbleed-story:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,20,40,.95),rgba(3,20,40,.05) 72%)}.story-card{position:relative;z-index:1;width:min(800px,90%);margin:0 0 max(5vw,40px) max(6vw,28px);padding:2rem 2.5rem;background:rgba(6,27,51,.94)}.story-card h2{font-family:var(--serif);font-size:clamp(2.8rem,5vw,5.5rem);font-weight:500;line-height:1;margin:.4rem 0 1rem}
.news{padding:clamp(80px,10vw,150px) max(6vw,28px);background:var(--cream)}.news-top{display:flex;justify-content:space-between;align-items:end;gap:2rem;max-width:1450px;margin:auto}.news-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);max-width:1450px;margin:3rem auto 0}.news-card{background:var(--paper);padding:2rem;min-height:310px;display:flex;flex-direction:column}.news-card:first-child{background:var(--navy);color:#fff}.news-card h3{font-family:var(--serif);font-size:clamp(1.7rem,2.5vw,2.7rem);font-weight:500;line-height:1.1;margin:.6rem 0 1rem}.news-card a{margin-top:auto;align-self:flex-start}
.page-hero{min-height:720px;position:relative;color:white;display:flex;align-items:end;background:var(--navy);overflow:hidden}.page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,40,.92),rgba(3,20,40,.2)),linear-gradient(0deg,rgba(3,20,40,.55),transparent)}.page-hero.plain{color:var(--ink);background:var(--cream);align-items:center}.page-hero.plain:after{display:none}.page-hero .hero-copy{padding-top:110px}.page-hero .display{max-width:1000px}.page-hero.plain .hero-copy{margin-top:0}.page-hero.plain .display{font-size:clamp(4rem,8vw,8rem)}
.content-section{padding:clamp(80px,10vw,150px) max(6vw,28px)}.content-inner{max-width:1450px;margin:auto}.split-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:start}.split-heading p{font-size:1.15rem}.principles{display:grid;grid-template-columns:repeat(3,1fr);margin-top:4rem;border-top:1px solid var(--line)}.principle{padding:2.2rem 2rem 2rem 0;border-bottom:1px solid var(--line)}.principle:not(:nth-child(3n)){border-right:1px solid var(--line);padding-right:2rem;margin-right:2rem}.principle span{color:var(--gold);font-family:var(--serif);font-size:1.7rem}.principle h3{font-family:var(--serif);font-weight:500;font-size:1.8rem;margin:.6rem 0}.big-statement{padding:clamp(80px,11vw,170px) max(6vw,28px);background:var(--navy);color:#fff}.big-statement blockquote{max-width:1350px;margin:0 auto;font-family:var(--serif);font-size:clamp(3rem,7vw,7.5rem);font-weight:500;line-height:.98;letter-spacing:-.04em}.big-statement .button{margin-top:3rem;color:#fff}.steps{counter-reset:step;max-width:1250px;margin:0 auto}.step{counter-increment:step;display:grid;grid-template-columns:120px 1fr;gap:3rem;padding:3rem 0;border-top:1px solid var(--line)}.step:before{content:"0" counter(step);font-family:var(--serif);font-size:4.5rem;color:var(--gold);line-height:1}.step h3{font-family:var(--serif);font-size:clamp(2.4rem,4vw,4.2rem);font-weight:500;margin:0}.step p{font-size:1.1rem;max-width:700px}
.safety-hero{background:radial-gradient(circle at 76% 45%,rgba(216,154,22,.18),transparent 28%),var(--navy)}.safety-hero:after{background:linear-gradient(90deg,rgba(3,20,40,.95),rgba(3,20,40,.2))}.safety-hero .emblem-stage{position:absolute;right:7vw;top:50%;transform:translateY(-45%);width:min(520px,42vw);z-index:1}.emblem-stage img{filter:drop-shadow(0 30px 30px rgba(0,0,0,.38))}.safety-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.safety-item{min-height:290px;padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.safety-item:nth-child(3n){border-right:0}.safety-item span{font-family:var(--serif);font-size:2rem;color:var(--gold)}.safety-item h3{font-family:var(--serif);font-weight:500;font-size:1.8rem;margin:.8rem 0}.report-band{display:grid;grid-template-columns:.75fr 1.25fr}.report-band>div{padding:clamp(65px,8vw,120px)}.report-band .report-copy{background:var(--cream)}.report-band .report-action{background:var(--wine);color:#fff}.report-band h2{font-family:var(--serif);font-size:clamp(3rem,5vw,5.5rem);font-weight:500;line-height:1;margin:.5rem 0 1.5rem}
.form-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw}.notice{padding:1rem 1.2rem;border-left:4px solid var(--gold);background:#fff4d7;margin-top:2rem}.contact-form{display:grid;gap:1.2rem}.contact-form label{font-weight:600}.contact-form input,.contact-form textarea,.contact-form select{display:block;width:100%;padding:1rem;border:1px solid var(--line);background:#fff;margin-top:.4rem}.contact-form textarea{min-height:160px}.policy{max-width:900px;margin:auto}.policy h1{font-family:var(--serif);font-size:clamp(4rem,8vw,8rem);font-weight:500;line-height:.95;letter-spacing:-.04em}.policy h2{font-family:var(--serif);font-weight:500;font-size:2rem;margin-top:3rem}.faq{max-width:1000px;margin:auto}.faq details{padding:1.5rem 0;border-top:1px solid var(--line)}.faq summary{font-family:var(--serif);font-size:1.7rem;cursor:pointer}
.site-footer{background:#020f20;color:#dce4ec;padding:clamp(70px,8vw,120px) max(6vw,28px) 35px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:5vw}.site-footer h2{font-size:.77rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light)}.site-footer a{display:block;margin:.55rem 0;font-size:.9rem}.footer-brand{font-size:2.6rem!important;color:var(--gold-light);font-weight:600;letter-spacing:-.05em}.footer-lead p{font-family:var(--serif);font-size:1.6rem}.footer-base{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.18);padding-top:1.4rem;display:flex;gap:2rem;flex-wrap:wrap;font-size:.8rem}.footer-base a{margin:0}
@media(max-width:1100px){.site-header nav{display:none}.menu-toggle{display:grid}.mobile-nav{position:absolute;top:98px;left:0;right:0;background:var(--navy);padding:1.5rem 4vw;border-top:1px solid rgba(255,255,255,.14);grid-template-columns:1fr 1fr}.site-header.open .mobile-nav{display:grid}.mobile-nav a{padding:.8rem;border-bottom:1px solid rgba(255,255,255,.12)}.editorial-feature,.editorial-feature.reverse{grid-template-columns:1fr}.editorial-feature.reverse img{order:-1}.pathways-head,.split-heading,.form-layout{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr 1fr}.news-card:first-child{grid-column:1/-1}.report-band{grid-template-columns:1fr}.principles,.safety-grid{grid-template-columns:1fr 1fr}.principle:not(:nth-child(3n)){border-right:0;margin-right:0}.principle:nth-child(odd),.safety-item:nth-child(odd){border-right:1px solid var(--line)}.safety-item:nth-child(3n){border-right:1px solid var(--line)}.safety-item:nth-child(even){border-right:0}.site-footer{grid-template-columns:1fr 1fr}.safety-hero .emblem-stage{opacity:.27;width:65vw;right:-10vw}}
@media(max-width:700px){.announcement{justify-content:space-between;padding:0 18px;gap:1rem}.announcement span{font-size:.7rem}.site-header{height:78px;padding:0 18px}.brand img{width:42px;height:42px}.brand b{font-size:1.6rem}.brand small{font-size:.48rem}.header-tools>a{display:none}.menu-toggle{width:44px;height:44px}.mobile-nav{top:78px;grid-template-columns:1fr}.display{font-size:clamp(3.8rem,16vw,6.2rem)}.home-hero{min-height:760px}.home-hero>img{object-position:64% center}.home-hero:after{background:linear-gradient(0deg,rgba(2,15,29,.96),rgba(2,15,29,.28) 85%)}.hero-copy{width:auto;margin:0;padding-left:22px;padding-right:22px}.hero-copy>p:not(.eyebrow){font-size:1rem}.hero-actions{display:grid}.hero-actions .button{width:100%}.intro-foot{grid-template-columns:1fr}.editorial-feature img{min-height:420px}.feature-copy{padding:65px 22px}.pathways,.content-section,.news{padding-left:22px;padding-right:22px}.pathway{grid-template-columns:55px 1fr auto;gap:.8rem}.pathway span{font-size:1.8rem}.pathway h3{font-size:1.9rem}.page-hero{min-height:680px}.page-hero>img{object-position:center}.page-hero .hero-copy{padding-top:120px}.principles,.safety-grid,.news-grid{grid-template-columns:1fr}.news-card:first-child{grid-column:auto}.principle,.principle:nth-child(odd),.safety-item,.safety-item:nth-child(odd),.safety-item:nth-child(3n){border-right:0;margin:0;padding:1.7rem 0}.fullbleed-story{min-height:650px}.story-card{padding:1.5rem;margin:0 20px 20px;width:auto}.step{grid-template-columns:65px 1fr;gap:1rem}.step:before{font-size:2.8rem}.report-band>div{padding:65px 22px}.site-footer{grid-template-columns:1fr;gap:2rem;padding-left:28px;padding-right:28px}.footer-base{display:grid;gap:.4rem}.safety-hero .emblem-stage{width:100vw;right:-30vw}.section-title{font-size:clamp(3rem,13vw,4.6rem)}}
@media(min-width:2100px){body{font-size:20px}.site-header{height:120px}.home-hero{min-height:900px}.intro-inner,.pathways-head,.pathway-list,.content-inner,.news-top,.news-grid{max-width:1900px}}

/* Full-screen editorial navigation */
body.menu-open{overflow:hidden}.site-header .main-menu{display:flex;justify-content:center;gap:clamp(1.25rem,3vw,3.5rem)}.menu-trigger{appearance:none;border:0;background:transparent;color:#fff;padding:.8rem .15rem;font:600 .92rem/1 var(--sans);cursor:pointer;border-bottom:2px solid transparent}.menu-trigger:hover,.menu-trigger:focus-visible,.menu-trigger.active{color:var(--gold-light);border-color:var(--gold)}
.mega-menu{position:fixed;inset:0;z-index:1000;background:var(--navy);color:#fff;overflow:auto;opacity:0;visibility:hidden;transform:translateY(-18px);transition:opacity .28s ease,transform .28s ease,visibility .28s}.mega-menu.is-open{opacity:1;visibility:visible;transform:none}.mega-menu-bar{min-height:112px;padding:20px clamp(24px,4vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.18)}.mega-brand{display:flex;align-items:center;gap:.8rem;color:var(--gold-light);font-size:2rem;font-weight:600}.mega-brand img{width:56px;height:56px;object-fit:contain}.mega-brand small{display:block;color:#fff;font-size:.55rem;letter-spacing:.3em;margin-top:5px}.mega-close{border:1px solid rgba(255,255,255,.45);border-radius:999px;background:transparent;color:#fff;padding:.7rem .85rem .7rem 1.15rem;display:flex;align-items:center;gap:.8rem;font:600 .85rem var(--sans);cursor:pointer}.mega-close b{font:300 2rem/1 var(--sans)}.mega-close:hover,.mega-close:focus-visible{background:var(--gold);border-color:var(--gold);color:var(--navy)}
.mega-tabs{display:flex;gap:clamp(1rem,3vw,3rem);padding:24px clamp(24px,5vw,90px) 0}.mega-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;color:rgba(255,255,255,.68);padding:.7rem 0;font:600 .8rem var(--sans);text-transform:uppercase;letter-spacing:.14em;cursor:pointer}.mega-tabs button.active{color:var(--gold-light);border-color:var(--gold)}.mega-menu-content{min-height:calc(100vh - 190px);padding:clamp(35px,6vh,80px) clamp(24px,5vw,90px);display:grid;grid-template-columns:minmax(260px,.85fr) minmax(420px,1.2fr) minmax(230px,.55fr);gap:clamp(35px,6vw,100px);align-items:start}.mega-intro h2{font-family:var(--serif);font-size:clamp(4rem,8vw,8.5rem);font-weight:400;line-height:.87;letter-spacing:-.055em;margin:.15em 0 .3em;color:var(--cream)}.mega-intro>p:last-child{max-width:32rem;color:rgba(255,255,255,.75);font-size:1.08rem;line-height:1.7}.mega-links{display:block!important}.mega-links a{display:grid;grid-template-columns:46px 1fr auto;gap:1rem;align-items:center;padding:1.2rem .4rem;border-top:1px solid rgba(255,255,255,.22);border-bottom:0!important;color:#fff}.mega-links a:last-child{border-bottom:1px solid rgba(255,255,255,.22)!important}.mega-links span{color:var(--gold);font-size:.75rem;letter-spacing:.1em}.mega-links strong{display:block;font-family:var(--serif);font-size:clamp(1.4rem,2.2vw,2rem);font-weight:400}.mega-links small{display:block;color:rgba(255,255,255,.62);font-size:.78rem;margin-top:.35rem;line-height:1.4}.mega-links a>b{color:var(--gold);transition:transform .2s}.mega-links a:hover b{transform:translateX(6px)}.mega-feature{background:var(--cream);color:var(--navy);border-radius:18px;padding:clamp(24px,3vw,42px);box-shadow:0 24px 55px rgba(0,0,0,.22)}.mega-feature h3{font-family:var(--serif);font-size:clamp(2rem,3vw,3rem);font-weight:400;line-height:1.05;margin:.35em 0}.mega-feature p:not(.eyebrow){line-height:1.6}.mega-feature a{display:inline-block;margin-top:1.3rem;border-bottom:1px solid var(--gold);font-weight:600}.mega-feature a b{color:var(--gold)}
@media(max-width:1100px){.site-header .main-menu{display:none}.mega-menu-content{grid-template-columns:1fr 1.2fr}.mega-feature{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.mega-feature a{justify-self:end;align-self:end}.menu-toggle span{position:static;clip:auto;margin-right:10px}.menu-toggle{width:auto;padding:0 16px;border-radius:999px;display:flex}.menu-toggle i{width:18px}}
@media(max-width:700px){.mega-menu-bar{min-height:78px;padding:12px 18px}.mega-brand{font-size:1.45rem}.mega-brand img{width:42px;height:42px}.mega-close span{position:absolute;clip:rect(0 0 0 0)}.mega-close{width:44px;height:44px;padding:0;justify-content:center}.mega-tabs{padding:14px 18px 0;display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.mega-tabs button{text-align:left}.mega-menu-content{padding:32px 22px 50px;grid-template-columns:1fr;gap:32px}.mega-intro h2{font-size:clamp(3.8rem,20vw,6rem)}.mega-links a{grid-template-columns:34px 1fr auto;padding:1rem 0}.mega-links strong{font-size:1.55rem}.mega-feature{grid-column:auto;display:block}.mega-feature a{margin-top:1rem}.menu-toggle span{font-size:.76rem}}
@media(prefers-reduced-motion:reduce){.mega-menu{transition:none}.mega-links a>b{transition:none}}

/* Official Aaroma Learning horizontal logo */
.site-header .brand{width:clamp(210px,20vw,315px);height:auto}.site-header .brand>img{display:block;width:100%;height:auto;object-fit:contain}.mega-brand{width:clamp(225px,23vw,360px)}.mega-brand>img{display:block;width:100%;height:auto;object-fit:contain}.footer-brand{display:block;width:min(100%,300px);border:0}.footer-brand img{display:block;width:100%;height:auto;filter:none}
@media(max-width:1100px){.site-header .brand{width:clamp(190px,31vw,275px)}}
@media(max-width:700px){.site-header .brand{width:178px}.mega-brand{width:190px}.footer-brand{width:245px}}

/* Formal centered header and full-screen menu directory */
.site-header{grid-template-columns:1fr auto 1fr}.site-header .brand{justify-self:center;width:clamp(260px,28vw,430px)}.site-header .header-menu{justify-self:start}.site-header .header-tools{justify-self:end}.site-header .menu-toggle{display:flex;width:auto;height:48px;padding:0 17px;border-radius:0;gap:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:600}.site-header .menu-toggle span{position:static;clip:auto}.site-header .menu-toggle i{order:-1}.site-header .menu-toggle i:before{display:block;width:20px;height:1px;background:#fff;content:"";transform:translateY(-7px)}
.mega-menu{background:#fff;color:var(--navy);transform:translateY(-100%)}.mega-menu.is-open{transform:none}.mega-menu-bar{position:relative;background:var(--navy);min-height:112px;display:grid;grid-template-columns:1fr auto 1fr}.mega-menu-bar .mega-brand{justify-self:center;width:clamp(270px,30vw,450px)}.mega-menu-bar .mega-close{justify-self:start;border-radius:0}.mega-menu-bar .mega-close b{order:-1}.mega-contact{justify-self:end;align-self:center;color:#fff;border-bottom:1px solid var(--gold);font-size:.85rem;font-weight:600}.directory-head{padding:clamp(45px,7vh,80px) max(6vw,28px) 30px;max-width:1600px;margin:auto}.directory-head .eyebrow{margin-bottom:.65rem}.directory-head h2{font-family:var(--serif);font-weight:500;font-size:clamp(3.4rem,7vw,7rem);line-height:.95;margin:0}.menu-directory{display:grid!important;grid-template-columns:repeat(4,1fr);gap:0;max-width:1600px;margin:auto;padding:0 max(6vw,28px) clamp(50px,8vh,90px)}.menu-directory section{border-top:4px solid var(--gold);padding:1.7rem clamp(18px,2.5vw,38px) 2rem 0}.menu-directory section:not(:last-child){margin-right:clamp(20px,3vw,45px)}.menu-directory h3{font-family:var(--serif);font-size:clamp(1.8rem,2.5vw,2.7rem);font-weight:500;margin:0 0 1.2rem}.menu-directory a{display:block;color:var(--navy);font-size:.98rem;font-weight:600;padding:.72rem 0;border-bottom:1px solid var(--line)}.menu-directory a:hover,.menu-directory a:focus-visible{color:#9b6200;padding-left:.45rem}.directory-foot{border-top:1px solid var(--line);padding:26px max(6vw,28px);display:flex;justify-content:space-between;gap:2rem;font-family:var(--serif);font-size:1.25rem}.directory-foot p{margin:0}.directory-foot a{font-family:var(--sans);font-size:.83rem;font-weight:600;border-bottom:1px solid var(--gold)}
.footer-brand img{content:normal}
@media(max-width:1100px){.site-header .brand{width:clamp(225px,38vw,360px)}.menu-directory{grid-template-columns:1fr 1fr;row-gap:2rem}.mega-menu-bar .mega-brand{width:clamp(225px,38vw,360px)}}
@media(max-width:700px){.announcement{display:none}.site-header{height:82px;grid-template-columns:auto 1fr auto}.site-header .brand{width:190px}.site-header .header-tools{display:none}.site-header .menu-toggle{width:44px;height:44px;padding:0;border:0}.site-header .menu-toggle span{position:absolute;clip:rect(0 0 0 0)}.mega-menu-bar{min-height:82px;padding:12px 18px;grid-template-columns:auto 1fr}.mega-menu-bar .mega-brand{width:185px}.mega-contact{display:none}.mega-menu-bar .mega-close{width:44px;border:0}.directory-head{padding:35px 22px 24px}.directory-head h2{font-size:3.4rem}.menu-directory{grid-template-columns:1fr;padding:0 22px 45px}.menu-directory section:not(:last-child){margin-right:0}.directory-foot{padding:22px;display:block}.directory-foot a{display:inline-block;margin-top:1rem}}

/* Aaroma Education identity */
.site-header .brand,.education-wordmark{display:flex;align-items:center;justify-content:center;gap:.65rem;color:#fff;text-decoration:none}
.site-header .brand>img,.education-wordmark>img{display:block;width:100%!important;height:auto!important;object-fit:contain!important;flex:0 1 auto}
.site-header .brand span,.education-wordmark span{display:grid;line-height:.85}
.site-header .brand b,.education-wordmark b{font:800 clamp(1.7rem,2.5vw,2.65rem)/.85 var(--sans);letter-spacing:-.055em;color:#fff}
.site-header .brand small,.education-wordmark small{margin-top:8px;font-size:.62rem;font-weight:800;letter-spacing:.25em;color:var(--gold-light)}
.mega-brand.education-wordmark,.search-brand.education-wordmark,.footer-brand.education-wordmark{width:auto;max-width:340px}
.footer-brand.education-wordmark{justify-content:flex-start}
@media(max-width:700px){.site-header .brand{width:190px}.site-header .brand>img{width:100%!important;height:auto!important;flex-basis:auto}.site-header .brand b{font-size:1.55rem}.site-header .brand small{font-size:.48rem;margin-top:6px}}

/* Split navigation and full-screen search, based on the approved motion reference */
.search-toggle,.menu-search-toggle{appearance:none;border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:.7rem;font:600 .78rem var(--sans);text-transform:uppercase;letter-spacing:.12em;cursor:pointer}.search-toggle b,.menu-search-toggle b{display:block;width:16px;height:16px;border:1.5px solid currentColor;border-radius:50%;position:relative}.search-toggle b:after,.menu-search-toggle b:after{content:"";position:absolute;width:7px;height:1.5px;background:currentColor;right:-5px;bottom:-2px;transform:rotate(45deg)}
.menu-stage{min-height:calc(100vh - 200px);display:grid;grid-template-columns:minmax(260px,.85fr) minmax(300px,1fr) 1.4fr;gap:clamp(30px,5vw,90px);align-items:center;padding:clamp(35px,5vh,65px) max(6vw,28px);max-width:1700px;margin:auto}.menu-primary,.menu-secondary{display:block!important}.menu-primary button,.menu-primary>a{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--navy);padding:1rem 1.1rem;text-align:left;font:500 1rem var(--sans);cursor:pointer;transition:background .3s,color .3s,padding .3s}.menu-primary button:first-child{border-top:1px solid var(--line)}.menu-primary button b{font-weight:400}.menu-primary button.active,.menu-primary button:hover,.menu-primary button:focus-visible,.menu-primary>a:hover{background:var(--gold);color:#fff;padding-left:1.5rem}.menu-secondary{min-height:390px;padding-top:.3rem}.menu-secondary a{display:flex;justify-content:space-between;gap:1rem;color:var(--navy);padding:1rem 0;border-bottom:1px solid var(--line);font-size:.95rem}.menu-secondary a:hover,.menu-secondary a:focus-visible{color:#9b6200}.menu-watermark{display:flex;align-items:center;justify-content:center;min-height:470px}.menu-watermark img{width:min(100%,500px);opacity:.11;filter:none}.directory-foot{font-size:1rem}
.search-panel{position:fixed;inset:0;z-index:1100;background:#fff;color:var(--navy);opacity:0;visibility:hidden;transform:translateY(-100%);transition:opacity .42s ease,transform .58s cubic-bezier(.77,0,.18,1),visibility .42s;overflow:auto}.search-panel.is-open{opacity:1;visibility:visible;transform:none}.search-bar{min-height:112px;padding:20px clamp(24px,4vw,72px);background:var(--navy);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.search-close{justify-self:start;appearance:none;border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff;display:flex;align-items:center;gap:.7rem;padding:.75rem 1rem;font:600 .78rem var(--sans);text-transform:uppercase;letter-spacing:.12em;cursor:pointer}.search-close b{font-size:1.7rem;font-weight:300;line-height:.6}.search-brand{justify-self:center;width:clamp(270px,30vw,450px)}.search-brand img{display:block;width:100%;height:auto}.search-center{min-height:calc(100vh - 112px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 24px}.search-center form{width:min(760px,90vw)}.search-center label{position:absolute;clip:rect(0 0 0 0)}.search-center form>div{display:grid;grid-template-columns:1fr auto;border-bottom:2px solid var(--line)}.search-center input{min-width:0;border:0;background:transparent;padding:.8rem 0;color:var(--navy);font-family:var(--serif);font-size:clamp(2.3rem,5vw,4.8rem);outline:0}.search-center input::placeholder{color:#c8c2b8}.search-center form button{width:58px;border:0;background:transparent;color:var(--gold);font-size:2rem;cursor:pointer}.search-center form>p{text-align:center;text-transform:uppercase;letter-spacing:.18em;font-size:.65rem;margin-top:.8rem}.search-results{width:min(760px,90vw);margin-top:2rem;display:grid}.search-results a{display:flex;justify-content:space-between;padding:.9rem 0;border-bottom:1px solid var(--line);font-weight:600}.search-results a b{color:var(--gold)}
@media(max-width:900px){.menu-stage{grid-template-columns:1fr 1fr}.menu-watermark{position:absolute;right:3vw;width:42vw;opacity:.45;pointer-events:none}.menu-primary,.menu-secondary{position:relative;z-index:1}.menu-watermark img{opacity:.09}}
@media(max-width:700px){.header-tools{display:flex!important}.header-tools>a{display:none}.search-toggle span{position:absolute;clip:rect(0 0 0 0)}.site-header .header-tools{justify-self:end}.menu-stage{grid-template-columns:1fr;padding:28px 22px 45px;align-items:start;gap:25px}.menu-primary{margin-top:10px}.menu-secondary{min-height:0}.menu-watermark{right:-18vw;bottom:5vh;width:76vw}.directory-foot{display:none}.menu-search-toggle span{position:absolute;clip:rect(0 0 0 0)}.mega-menu-bar{grid-template-columns:auto 1fr auto}.mega-menu-bar .mega-brand{justify-self:center}.search-bar{min-height:82px;padding:12px 18px;grid-template-columns:auto 1fr}.search-close{width:44px;height:44px;padding:0;border:0;justify-content:center}.search-close span{position:absolute;clip:rect(0 0 0 0)}.search-brand{width:185px}.search-center{min-height:calc(100vh - 82px)}.search-center input{font-size:2.25rem}}

/* Menu behavior refinement: fade, hover reveal, and one quiet divider */
.mega-menu{transform:none;transition:opacity .42s ease,visibility .42s}.mega-menu.is-open{transform:none}.menu-primary button,.menu-primary>a{border:0;padding:1rem 1.1rem}.menu-primary button:first-child{border-top:0}.menu-primary button.active,.menu-primary button:hover,.menu-primary button:focus-visible,.menu-primary>a:hover{padding-left:1.5rem}.menu-secondary{border-left:1px solid rgba(6,27,51,.18);padding-left:clamp(24px,4vw,58px);opacity:0;transform:translateX(-12px);transition:opacity .26s ease,transform .26s ease}.menu-secondary.has-items{opacity:1;transform:none}.menu-secondary a{border:0;padding:.8rem 0}.menu-secondary a:hover,.menu-secondary a:focus-visible{padding-left:.35rem}.menu-primary button b{transition:transform .2s}.menu-primary button.active b{transform:rotate(45deg)}
@media(max-width:700px){.menu-secondary{border-left:1px solid rgba(6,27,51,.18);padding-left:22px}.menu-primary button,.menu-primary>a{padding:.85rem 1rem}}

/* Headerless menu composition from the reviewed interaction recording */
.mega-menu-bar{position:absolute;inset:0 0 auto 0;z-index:10;min-height:0;height:92px;padding:0;background:transparent;border:0;display:block}.mega-menu-bar .mega-brand{display:none}.mega-menu-bar .mega-close{position:absolute;top:26px;left:clamp(22px,3vw,52px);color:var(--navy);border:0;padding:.55rem;background:transparent}.mega-menu-bar .mega-close:hover,.mega-menu-bar .mega-close:focus-visible{color:var(--gold);background:transparent}.mega-menu-bar .menu-search-toggle{position:absolute;top:34px;right:clamp(24px,3vw,55px);color:var(--navy)}.mega-menu-bar .menu-search-toggle span{position:absolute;clip:rect(0 0 0 0)}.directory-foot{display:none}.menu-stage{position:relative;min-height:100vh;max-width:1600px;grid-template-columns:minmax(270px,360px) 1fr;gap:clamp(26px,3vw,52px);padding:100px max(6vw,28px) 60px;align-items:center}.menu-primary{grid-column:1}.menu-watermark{grid-column:2;grid-row:1;min-height:0;justify-self:center;width:min(52vw,650px);transition:opacity .35s ease,transform .35s ease}.menu-watermark img{width:100%;opacity:.16}.menu-stage.submenu-open .menu-watermark{opacity:.72;transform:scale(.985)}.menu-stage.submenu-open .menu-watermark img{opacity:.14}.menu-secondary{position:absolute;z-index:2;left:calc(max(6vw,28px) + min(22vw,360px) + clamp(26px,3vw,52px));top:50%;width:min(30vw,390px);min-height:0;padding-left:clamp(20px,2.5vw,40px);transform:translate(-12px,-50%);background:rgba(255,255,255,.32)}.menu-secondary.has-items{transform:translate(0,-50%)}.menu-primary button,.menu-primary>a{font-size:1rem}.menu-primary button.active{background:var(--gold);color:#fff}.menu-primary button b{display:none}
@media(max-width:1000px){.menu-stage{grid-template-columns:minmax(230px,310px) 1fr}.menu-secondary{left:calc(max(6vw,28px) + min(30vw,310px) + 24px);width:min(34vw,340px)}.menu-watermark{width:min(58vw,570px)}}
@media(max-width:700px){.mega-menu-bar{height:78px}.mega-menu-bar .mega-close{top:17px;left:14px}.mega-menu-bar .menu-search-toggle{top:27px;right:22px}.menu-stage{display:block;min-height:100vh;padding:88px 22px 42px}.menu-primary{width:58%;position:relative;z-index:3}.menu-secondary{left:43%;top:50%;width:53%;padding-left:16px;transform:translate(-8px,-50%);background:rgba(255,255,255,.74)}.menu-secondary.has-items{transform:translate(0,-50%)}.menu-secondary a{font-size:.82rem}.menu-watermark{position:absolute;right:-22%;top:50%;bottom:auto;width:85vw;transform:translateY(-50%);opacity:1}.menu-stage.submenu-open .menu-watermark{opacity:.72;transform:translateY(-50%) scale(.985)}.menu-primary button,.menu-primary>a{font-size:.9rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Reference-accurate centered directory composition */
.menu-stage{
  width:min(1080px,100%);
  max-width:1080px;
  margin:0 auto;
  padding:88px 40px 56px;
  grid-template-columns:320px 460px;
  justify-content:center;
  gap:68px;
}
.menu-primary{width:320px;justify-self:end}
.menu-primary button,.menu-primary>a{padding:.82rem 1rem;font-size:.96rem}
.menu-primary button.active,.menu-primary button:hover,.menu-primary button:focus-visible,.menu-primary>a:hover{padding-left:1.25rem}
.menu-watermark{width:460px;justify-self:start}
.menu-watermark img{width:100%;opacity:.21;filter:grayscale(1)}
.menu-secondary{
  left:calc(50% - 72px);
  top:50%;
  width:310px;
  padding:8px 0 8px 28px;
  background:transparent;
  transform:translate(-10px,-50%);
}
.menu-secondary.has-items{transform:translate(0,-50%)}
.menu-stage.submenu-open .menu-watermark{opacity:.58;transform:scale(.99)}
.menu-stage.submenu-open .menu-watermark img{opacity:.18}

@media(max-width:1000px){
  .menu-stage{width:min(820px,100%);grid-template-columns:260px 390px;gap:42px;padding-left:28px;padding-right:28px}
  .menu-primary{width:260px}
  .menu-watermark{position:relative;right:auto;width:390px;opacity:1}
  .menu-secondary{left:calc(50% - 72px);width:280px}
}
@media(max-width:700px){
  .menu-stage{display:grid;grid-template-columns:minmax(130px,42%) minmax(210px,58%);gap:8px;width:100%;padding:78px 14px 30px;align-items:center}
  .menu-primary{grid-column:1;width:100%;margin:0;z-index:3}
  .menu-primary button,.menu-primary>a{font-size:.86rem;padding:.72rem .65rem}
  .menu-watermark{grid-column:2;grid-row:1;position:relative;inset:auto;width:100%;transform:none;opacity:1}
  .menu-secondary{left:36%;top:50%;width:58%;padding-left:16px;background:rgba(255,255,255,.86)}
  .menu-stage.submenu-open .menu-watermark{opacity:.52;transform:scale(.99)}
}
.news-grid{gap:18px;background:transparent;border:0}.principles,.safety-grid{gap:18px;border-top:0}.news-card,.principle,.safety-item,.story-card,.notice{border-radius:16px;overflow:hidden}.news-card,.principle,.safety-item{box-shadow:0 10px 28px rgba(6,27,51,.08)}.principle,.principle:not(:nth-child(3n)),.safety-item,.safety-item:nth-child(3n){margin:0;padding:2rem;border:1px solid var(--line)}.contact-form input,.contact-form textarea,.contact-form select{border-radius:10px}.report-panel{border-radius:16px}.button{border-radius:8px}

/* Refined Aaroma editorial scale and formal icon control */
body{line-height:1.65}
.feature-copy .section-title{font-size:clamp(2.65rem,4.1vw,4.65rem)}
.page-hero.plain .display,.policy h1{font-size:clamp(3.25rem,6vw,6rem);line-height:1.04;letter-spacing:-.025em}
.big-statement blockquote{font-size:clamp(2.7rem,5.4vw,5.8rem);line-height:1.08;letter-spacing:-.022em}
.story-card h2,.report-band h2{line-height:1.12;letter-spacing:-.018em}
.step h3{font-size:clamp(2rem,3.25vw,3.5rem);line-height:1.14}
.site-header .menu-toggle{
  width:50px;
  height:50px;
  padding:0;
  border:0;
  border-radius:0;
  justify-content:center;
  color:var(--gold-light);
}
.site-header .menu-toggle span{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px!important;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.site-header .menu-toggle i,.site-header .menu-toggle i:before,.site-header .menu-toggle i:after{
  position:absolute;
  display:block;
  width:26px;
  height:2px;
  background:currentColor;
  content:"";
  transform:none;
  transition:width .2s ease,transform .2s ease;
}
.site-header .menu-toggle i{position:relative}
.site-header .menu-toggle i:before{left:0;top:-8px}
.site-header .menu-toggle i:after{left:0;top:8px}
.site-header .menu-toggle:hover i:before,.site-header .menu-toggle:focus-visible i:before{width:18px}
.site-header .menu-toggle:hover i:after,.site-header .menu-toggle:focus-visible i:after{width:22px}
.menu-watermark img{filter:none;opacity:.24}
.menu-stage.submenu-open .menu-watermark img{opacity:.19}
@media(max-width:700px){
  .display{font-size:clamp(3rem,13.5vw,4.9rem)}
  .section-title{font-size:clamp(2.35rem,10.5vw,3.85rem)}
  .site-header .menu-toggle{width:44px;height:44px}
}

/* True full-viewport search overlay */
html.search-open,body.search-open{overflow:hidden;overscroll-behavior:none}
.search-panel{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  height:100dvh;
  max-width:none;
  max-height:none;
  margin:0;
  border:0;
  border-radius:0;
  z-index:2147483000;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  pointer-events:none;
  transform:none;
  opacity:0;
  visibility:hidden;
  background:#fff;
  transition:opacity .38s ease,visibility .38s;
}
.search-panel.is-open{pointer-events:auto;transform:none;opacity:1;visibility:visible}
.search-center{min-height:calc(100vh - 112px);min-height:calc(100dvh - 112px)}
@media(max-width:700px){.search-center{min-height:calc(100vh - 82px);min-height:calc(100dvh - 82px)}}
@media(prefers-reduced-motion:reduce){.search-panel{transition:none}}

/* Search is a clean canvas, not a second site header */
.search-bar{
  position:absolute;
  inset:0 0 auto;
  z-index:2;
  min-height:0;
  padding:clamp(20px,3vw,42px);
  display:block;
  background:transparent;
  pointer-events:none;
}
.search-brand{display:none}
.search-close{
  pointer-events:auto;
  color:var(--navy);
  border-color:rgba(6,27,51,.25);
  background:rgba(255,255,255,.94);
}
.search-close:hover,.search-close:focus-visible{color:#fff;background:var(--navy);border-color:var(--navy)}
.search-center{min-height:100vh;min-height:100dvh;padding-top:clamp(96px,12vh,150px)}
@media(max-width:700px){
  .search-bar{padding:16px}
  .search-close{border:1px solid rgba(6,27,51,.25)}
  .search-center{min-height:100vh;min-height:100dvh;padding-top:88px}
}

/* Premium floating cards and modern rounded actions */
:where(.news-card,.principle,.safety-item,.story-card,.mega-feature,.report-panel,.notice,.pathway,.step){
  border-radius:18px;
  box-shadow:0 12px 30px rgba(6,27,51,.10),0 2px 8px rgba(6,27,51,.06);
  transition:transform .24s ease,box-shadow .24s ease;
}
:where(.news-card,.principle,.safety-item,.story-card,.mega-feature,.pathway,.step):hover{
  transform:translateY(-4px);
  box-shadow:0 20px 44px rgba(6,27,51,.15),0 5px 14px rgba(6,27,51,.08);
}
.pathway-list,.steps{display:grid;gap:18px;border:0}
.pathway{padding:2rem 1.5rem;border:1px solid rgba(7,29,53,.12);background:var(--paper)}
.pathway:hover{padding-left:1.5rem}
.step{padding:2.4rem;border:1px solid rgba(7,29,53,.12);background:#fff}
:where(.button,.contact-form button,.search-close,.mega-close,.site-header .menu-toggle,.menu-primary button,.search-center form button){
  border-radius:999px;
  box-shadow:0 8px 18px rgba(6,27,51,.16);
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;
}
:where(.button,.contact-form button,.search-close,.mega-close,.site-header .menu-toggle,.menu-primary button,.search-center form button):hover{
  transform:translateY(-2px);
  box-shadow:0 13px 26px rgba(6,27,51,.22);
}
:where(.button,.contact-form button,.search-close,.mega-close,.site-header .menu-toggle,.menu-primary button,.search-center form button):active{
  transform:translateY(0);
  box-shadow:0 4px 10px rgba(6,27,51,.16);
}
@media(max-width:700px){.pathway,.step{padding:1.5rem}.pathway:hover{padding-left:1.5rem}}
@media(prefers-reduced-motion:reduce){:where(.news-card,.principle,.safety-item,.story-card,.mega-feature,.report-panel,.notice,.pathway,.step,.button,button){transition:none!important;transform:none!important}}

/* Full-site responsive refinement: compact audience heroes and a stable safety layout */
.audience-hero{
  min-height:clamp(500px,64vh,650px);
  align-items:center;
}
.audience-hero .hero-copy{
  padding-top:clamp(58px,7vw,90px);
  padding-bottom:clamp(58px,7vw,90px);
}
.audience-hero>img{object-position:center 42%}
.audience-hero .display{max-width:820px;font-size:clamp(3.1rem,5.1vw,5.55rem)}

.safety-hero{
  min-height:clamp(590px,72vh,720px);
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
  align-items:center;
  gap:clamp(24px,5vw,80px);
  padding:clamp(60px,7vw,105px) max(6vw,28px);
}
.safety-hero .hero-copy{
  width:auto;
  max-width:720px;
  margin:0;
  padding:0;
}
.safety-hero .display{font-size:clamp(3.15rem,5vw,5.6rem)}
.safety-hero .emblem-stage{
  position:relative;
  inset:auto;
  transform:none;
  width:min(100%,500px);
  justify-self:center;
  z-index:1;
}
.safety-hero .emblem-stage img{width:100%;height:auto}
.safety-grid{margin-top:clamp(38px,5vw,70px);align-items:stretch}
.safety-item{min-height:0;padding:clamp(1.55rem,2.5vw,2.25rem)}
.safety-item h3{font-size:clamp(1.45rem,2vw,1.8rem);line-height:1.18}
.safety-item p{margin-bottom:0}
.report-band>div{min-width:0}
.report-band h2{font-size:clamp(2.65rem,4.5vw,4.9rem)}

/* Keep every route spacious without oversized empty areas. */
.page-hero.plain{min-height:clamp(430px,55vh,590px)}
.page-hero.plain .hero-copy{padding-top:clamp(55px,7vw,90px);padding-bottom:clamp(55px,7vw,90px)}
.content-section{overflow:hidden}
.principles{align-items:stretch}
.principle{min-width:0}
.editorial-feature,.editorial-feature.reverse{min-height:clamp(580px,68vh,760px)}
.feature-copy{min-width:0}
.feature-copy .section-title{overflow-wrap:anywhere}

@media(max-width:1100px){
  .safety-hero{grid-template-columns:minmax(0,1fr) minmax(260px,.68fr);min-height:600px}
  .safety-hero .emblem-stage{opacity:1;width:min(100%,390px);right:auto}
  .audience-hero{min-height:560px}
}
@media(max-width:760px){
  .audience-hero{
    min-height:0;
    display:grid;
    align-items:end;
    padding-top:clamp(290px,78vw,410px);
  }
  .audience-hero>img{height:100%;object-position:center top}
  .audience-hero:after{background:linear-gradient(0deg,rgba(3,20,40,.98) 0,rgba(3,20,40,.86) 45%,rgba(3,20,40,.12) 100%)}
  .audience-hero .hero-copy{padding:42px 22px 54px;margin:0;width:100%}
  .audience-hero .display{font-size:clamp(2.75rem,13vw,4.3rem)}
  .safety-hero{
    min-height:0;
    grid-template-columns:1fr;
    padding:64px 22px 58px;
    gap:44px;
    text-align:left;
  }
  .safety-hero .hero-copy{padding:0;margin:0;width:100%}
  .safety-hero .display{font-size:clamp(2.8rem,13vw,4.4rem)}
  .safety-hero .emblem-stage{width:min(78vw,330px);right:auto;justify-self:center;opacity:1}
  .safety-grid{gap:14px}
  .safety-item,.safety-item:nth-child(odd),.safety-item:nth-child(3n){padding:1.5rem;border:1px solid var(--line)}
  .editorial-feature,.editorial-feature.reverse{min-height:0}
  .editorial-feature img{min-height:340px;max-height:500px}
  .report-band>div{padding:56px 22px}
  .page-hero.plain{min-height:410px}
  .page-hero.plain .hero-copy{padding:52px 22px}
  .page-hero.plain .display{font-size:clamp(2.85rem,12vw,4.5rem)}
  .content-section{padding-top:68px;padding-bottom:68px}
  .split-heading{gap:1rem}
  .principles{gap:14px;margin-top:2.5rem}
  .principle,.principle:not(:nth-child(3n)),.principle:nth-child(odd){padding:1.5rem;border:1px solid var(--line)}
}
@media(min-width:1800px){
  .audience-hero,.safety-hero{max-height:860px}
  .audience-hero .hero-copy{margin-left:max(8vw,100px)}
}
/* Homepage acknowledgement */
body.consent-open{overflow:hidden}
.consent-layer{
  position:fixed;
  inset:0;
  z-index:2147483500;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(2,15,32,.84);
  backdrop-filter:blur(10px);
}
.consent-card{
  width:min(590px,100%);
  max-height:calc(100vh - 48px);
  max-height:calc(100dvh - 48px);
  overflow:auto;
  padding:clamp(28px,5vw,52px);
  border:1px solid rgba(216,154,22,.42);
  border-radius:22px;
  background:var(--navy);
  color:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
}
.consent-card>img{width:min(280px,72%);height:auto;margin:0 0 2rem}
.consent-card h2{margin:.2rem 0 1rem;font:400 clamp(2.25rem,6vw,3.8rem)/1.08 var(--serif)}
.consent-card p{color:#e2e9ef}
.consent-card a{color:var(--gold-light);border-bottom:1px solid currentColor}
.consent-card .consent-note{padding:1rem 0;border-top:1px solid rgba(255,255,255,.15);font-size:.92rem}
.consent-card .button{margin-top:.5rem;min-width:190px}
@media(max-width:520px){.consent-layer{padding:14px}.consent-card{padding:28px 22px;border-radius:18px}.consent-card>img{width:min(250px,82%)}}

/* Aaroma Live */
.live-page{min-height:calc(100vh - 172px);display:grid;place-items:center;padding:clamp(72px,9vw,135px) max(6vw,24px);background:radial-gradient(circle at 50% 30%,rgba(216,154,22,.1),transparent 35%),linear-gradient(145deg,#0b223c,var(--navy));color:#fff;border-bottom:5px solid var(--gold)}
.live-inner{width:min(980px,100%);text-align:center}
.live-date{margin:0 0 1.25rem;font:italic 400 clamp(1.15rem,2vw,1.55rem)/1.4 var(--serif);color:#f2e7d2}
.live-page .eyebrow{margin-bottom:.7rem}
.live-page h1{margin:0;font:400 clamp(4.8rem,11vw,9rem)/1 var(--serif);letter-spacing:-.035em}
.live-divider{display:flex;align-items:center;justify-content:center;gap:14px;margin:clamp(32px,5vw,52px) auto;color:var(--gold-light)}
.live-divider span{width:clamp(50px,9vw,120px);height:1px;background:rgba(242,199,96,.55)}
.live-divider b{font-size:.85rem}
.live-status{width:min(720px,100%);margin:0 auto 2.25rem;padding:clamp(26px,4vw,42px);border:1px solid rgba(255,255,255,.17);border-radius:20px;background:rgba(255,255,255,.045);box-shadow:0 18px 45px rgba(0,0,0,.18)}
.live-status-mark{display:inline-block;width:12px;height:12px;margin-bottom:1rem;border-radius:50%;background:var(--gold);box-shadow:0 0 0 7px rgba(216,154,22,.12)}
.live-status h2{margin:0 0 .75rem;font:400 clamp(1.5rem,3vw,2.25rem)/1.3 var(--serif)}
.live-status p{margin:0 auto;max-width:620px;color:#dbe4ed}
.live-page .button{min-width:205px}
@media(max-width:700px){.live-page{min-height:calc(100vh - 152px);padding:64px 20px}.live-page h1{font-size:clamp(4.2rem,22vw,6.6rem)}.live-status{padding:28px 20px}}

/* Quiet editorial menu: no floating cards, no submenu arrows */
.menu-primary button,.menu-primary>a{
  position:relative;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  color:var(--navy);
  transform:none;
  padding:.72rem 2.35rem .72rem .35rem;
  transition:color .2s ease,padding .2s ease;
}
.menu-primary button:hover,.menu-primary button:focus-visible,.menu-primary button.active,.menu-primary>a:hover,.menu-primary>a:focus-visible{
  border-radius:0;
  box-shadow:none;
  background:transparent;
  color:var(--gold);
  transform:none;
  padding-left:.55rem;
}
.menu-primary button[data-menu]:after{
  content:"";
  position:absolute;
  right:.45rem;
  top:50%;
  width:8px;
  height:8px;
  border:1.5px solid currentColor;
  transform:translateY(-50%) rotate(45deg);
  opacity:.58;
  transition:transform .2s ease,opacity .2s ease;
}
.menu-primary button[data-menu]:hover:after,.menu-primary button[data-menu]:focus-visible:after,.menu-primary button[data-menu].active:after{
  transform:translateY(-50%) rotate(135deg);
  opacity:1;
  background:currentColor;
}
.menu-secondary{padding-left:clamp(16px,2vw,28px);width:min(27vw,350px)}
.menu-secondary a{
  display:block;
  padding:.62rem 0;
  color:var(--navy);
  line-height:1.35;
}
.menu-secondary a:hover,.menu-secondary a:focus-visible{color:var(--gold);padding-left:.2rem}
@media(max-width:1000px){.menu-secondary{width:min(32vw,310px);padding-left:18px}}
@media(max-width:700px){
  .menu-primary button,.menu-primary>a{padding:.68rem 1.85rem .68rem .25rem}
  .menu-primary button:hover,.menu-primary button:focus-visible,.menu-primary button.active,.menu-primary>a:hover,.menu-primary>a:focus-visible{padding-left:.4rem}
  .menu-secondary{padding-left:12px;width:57%}
  .menu-secondary a{padding:.5rem 0;font-size:.82rem}
}

/* One predictable close control per full-screen panel */
.mega-close span,.search-close span{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
}
.mega-menu-bar .mega-close{
  left:clamp(18px,3vw,52px);
  right:auto;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
}
.mega-menu-bar .mega-close b,.search-close b{font:300 2rem/1 var(--sans)}
.search-bar .search-close{
  position:absolute;
  top:clamp(18px,3vw,36px);
  right:clamp(18px,3vw,52px);
  left:auto;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  padding:0;
}
@media(max-width:700px){
  .mega-menu-bar .mega-close{left:12px;top:15px;width:44px;height:44px}
  .search-bar .search-close{top:15px;right:12px;width:44px;height:44px}
}

/* Reference-matched antique-gold menu details */
.mega-menu-bar .mega-close,.mega-menu-bar .mega-close:hover,.mega-menu-bar .mega-close:focus-visible{
  color:var(--gold);
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  transform:none;
}
.search-toggle,.menu-search-toggle,.search-bar .search-close,.search-bar .search-close:hover,.search-bar .search-close:focus-visible{
  color:var(--gold);
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  transform:none;
}
.menu-primary button,.menu-primary>a{width:auto;display:inline-flex;justify-content:flex-start;gap:.65rem}
.menu-primary button[data-menu]:after{
  position:static;
  flex:0 0 auto;
  width:0;
  height:0;
  border:0;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
  border-left:7px solid var(--gold);
  background:transparent;
  transform:none;
  opacity:.9;
}
.menu-primary button[data-menu]:hover:after,.menu-primary button[data-menu]:focus-visible:after,.menu-primary button[data-menu].active:after{
  background:transparent;
  transform:translateX(3px);
}
.menu-watermark{width:min(56vw,700px)}
.menu-watermark img{opacity:.13;filter:grayscale(1) sepia(.12)}
.menu-stage.submenu-open .menu-watermark img{opacity:.095}
.content-section .eyebrow,.intro .eyebrow,.pathways .eyebrow,.news .eyebrow,.page-hero.plain .eyebrow,.policy .eyebrow{color:var(--gold-ink)}

/* Remove the remaining bright-yellow legacy accents */
.loader-ring{filter:drop-shadow(0 0 18px rgba(214,186,134,.2))}
.loader-ring:before,.loader-ring:after{border-color:rgba(214,186,134,.2)}
.loader-ring:after{border-color:transparent;border-top-color:var(--gold-light);border-right-color:rgba(214,186,134,.58);box-shadow:0 0 15px rgba(214,186,134,.32)}
.pathway:hover{color:var(--gold-ink)}
.menu-directory a:hover,.menu-directory a:focus-visible,.menu-secondary a:hover,.menu-secondary a:focus-visible{color:var(--gold)}
.safety-hero{background:radial-gradient(circle at 76% 45%,rgba(176,140,90,.18),transparent 28%),var(--navy)}
.consent-card{border-color:rgba(176,140,90,.42)}
.live-page{background:radial-gradient(circle at 50% 30%,rgba(176,140,90,.1),transparent 35%),linear-gradient(145deg,#0b223c,var(--navy))}
.live-divider span{background:rgba(214,186,134,.55)}
.live-status-mark{box-shadow:0 0 0 7px rgba(176,140,90,.12)}
.notice{background:#b4bfcf}
:where(.news-card,.principle,.safety-item,.pathway,.step){background:#fff}

/* Final menu geometry: compact navigation and detailed seal balanced side by side */
.menu-stage{
  width:min(1080px,100%);
  max-width:1080px;
  min-height:100vh;
  margin:0 auto;
  padding:88px 40px 56px;
  grid-template-columns:320px 460px;
  justify-content:center;
  gap:68px;
  align-items:center;
}
.menu-primary{width:320px;justify-self:end}
.menu-watermark{width:460px;justify-self:start}
.menu-watermark img{width:100%;opacity:.21;filter:grayscale(1)}
.menu-stage.submenu-open .menu-watermark{opacity:.58;transform:scale(.99)}
.menu-stage.submenu-open .menu-watermark img{opacity:.15}
.menu-secondary{left:calc(50% - 72px);width:310px;background:rgba(245,246,248,.84)}
@media(max-width:1000px){
  .menu-stage{width:min(820px,100%);grid-template-columns:260px 390px;gap:42px;padding-left:28px;padding-right:28px}
  .menu-primary{width:260px}
  .menu-watermark{position:relative;right:auto;width:390px;opacity:1}
  .menu-secondary{left:calc(50% - 72px);width:280px}
}
@media(max-width:700px){
  .menu-stage{display:grid;grid-template-columns:minmax(126px,42%) minmax(0,58%);gap:8px;width:100%;padding:78px 14px 30px;align-items:center}
  .menu-primary{grid-column:1;width:100%;margin:0;z-index:3}
  .menu-watermark{grid-column:2;grid-row:1;position:relative;inset:auto;width:100%;transform:none;opacity:1}
  .menu-secondary{left:36%;top:50%;width:61%;padding-left:16px;background:rgba(245,246,248,.92)}
  .menu-stage.submenu-open .menu-watermark{opacity:.52;transform:scale(.99)}
}

/* White House-inspired directory behavior with Aaroma artwork */
.mega-menu{background:#fff}
.menu-stage{grid-template-columns:320px 460px;gap:52px}
.menu-primary{display:block!important;width:320px}
.menu-primary button,.menu-primary>a{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:.78rem .25rem;
  color:var(--navy);
}
.menu-primary button:hover,.menu-primary button:focus-visible,.menu-primary button.active,.menu-primary>a:hover,.menu-primary>a:focus-visible{
  padding-left:.25rem;
  color:var(--gold);
  background:transparent;
}
.menu-primary button[data-menu]:after{margin-left:auto}
.menu-watermark{width:460px;background:transparent}
.menu-watermark img{opacity:.24;filter:none;background:transparent}
.menu-secondary{
  left:calc(50% - 78px);
  width:325px;
  padding:10px 0 10px 30px;
  border-left:1px solid rgba(6,27,51,.18);
  background:transparent;
  box-shadow:none;
}
.menu-stage.submenu-open .menu-watermark img{opacity:.14}
@media(max-width:1000px){
  .menu-stage{grid-template-columns:260px 390px;gap:38px}
  .menu-primary{width:260px}
  .menu-watermark{width:390px}
  .menu-secondary{left:calc(50% - 70px);width:290px}
}
@media(max-width:700px){
  .menu-stage{grid-template-columns:minmax(130px,42%) minmax(0,58%);gap:8px}
  .menu-primary{width:100%}
  .menu-primary button,.menu-primary>a{font-size:.85rem;padding:.65rem .15rem}
  .menu-primary button:hover,.menu-primary button:focus-visible,.menu-primary button.active,.menu-primary>a:hover,.menu-primary>a:focus-visible{padding-left:.15rem}
  .menu-watermark{width:100%}
  .menu-secondary{left:38%;width:60%;padding-left:14px;background:rgba(255,255,255,.9)}
}

/* Monumental full-screen search composition */
.search-center{
  justify-content:center;
  padding:clamp(105px,13vh,160px) clamp(28px,6vw,120px) 70px;
}
.search-center form{width:min(1520px,88vw)}
.search-center form>div{
  grid-template-columns:minmax(0,1fr) clamp(86px,7vw,118px);
  align-items:end;
  column-gap:clamp(22px,3vw,52px);
  border-bottom:3px solid rgba(6,27,51,.2);
}
.search-center input{
  padding:.25rem 0 .6rem;
  font-size:clamp(4.2rem,7.2vw,8.4rem);
  font-weight:400;
  line-height:1;
  letter-spacing:-.045em;
}
.search-center input::placeholder{color:#c9c4bb;opacity:1}
.search-center form button{
  width:clamp(86px,7vw,118px);
  height:clamp(150px,16vw,206px);
  margin-bottom:-5px;
  border:5px solid var(--gold-light);
  border-radius:999px;
  background:#fff;
  color:var(--gold);
  box-shadow:0 20px 38px rgba(6,27,51,.13);
  font-size:clamp(2.4rem,3.2vw,4rem);
  line-height:1;
}
.search-center form button:hover,.search-center form button:focus-visible{
  background:var(--navy);
  color:#fff;
  border-color:var(--gold);
  transform:translateY(-3px);
}
.search-center form>p{
  margin:1.45rem 0 0;
  color:var(--navy);
  font-size:.76rem;
  font-weight:600;
  letter-spacing:.3em;
}
.search-results{width:min(1520px,88vw);margin-top:2rem}
@media(max-width:700px){
  .search-center{padding:90px 20px 40px}
  .search-center form,.search-results{width:100%}
  .search-center form>div{grid-template-columns:minmax(0,1fr) 64px;column-gap:14px;border-bottom-width:2px}
  .search-center input{font-size:clamp(2.55rem,12vw,4.25rem);letter-spacing:-.035em}
  .search-center form button{width:64px;height:112px;border-width:3px;font-size:2rem}
  .search-center form>p{font-size:.62rem;letter-spacing:.22em}
}

/* Reference-matched restrained search layout */
.search-panel{background:var(--off-white)}
.search-bar{padding:0;inset:0;pointer-events:none}
.search-menu-toggle{
  position:absolute;
  top:30px;
  left:32px;
  width:42px;
  height:32px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--gold);
  pointer-events:auto;
  cursor:pointer;
}
.search-menu-toggle i,.search-menu-toggle i:before,.search-menu-toggle i:after{
  display:block;
  width:39px;
  height:3px;
  border-radius:2px;
  background:currentColor;
  content:"";
}
.search-menu-toggle i:before{transform:translateY(-10px)}
.search-menu-toggle i:after{transform:translateY(7px)}
.search-center{justify-content:center;padding:90px 20px 40px}
.search-center form,.search-results{width:min(1235px,61vw)}
.search-center form>div{display:block;border-bottom:2px solid rgba(6,27,51,.52)}
.search-center input{
  width:100%;
  padding:.2rem 0 .75rem;
  text-align:center;
  font-size:clamp(3.7rem,4.7vw,6rem);
  line-height:1.08;
  letter-spacing:-.035em;
}
.search-center input::placeholder{color:#c5cbd2}
.search-center form button{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;border:0;padding:0}
.search-center form>p{margin-top:2rem;font-size:.78rem;letter-spacing:.16em}
@media(max-width:700px){
  .search-menu-toggle{top:24px;left:20px;transform:scale(.78);transform-origin:left top}
  .search-center form,.search-results{width:min(86vw,620px)}
  .search-center input{font-size:clamp(2.7rem,11vw,4.2rem)}
  .search-center form>p{font-size:.64rem;letter-spacing:.13em}
}

/* Calmer editorial statement with deliberate breathing room */
.big-statement{padding:clamp(105px,12vw,190px) max(7vw,36px)}
.big-statement blockquote{
  max-width:1160px;
  margin:0;
  font-size:clamp(2.65rem,4.15vw,5.1rem);
  line-height:1.12;
  letter-spacing:-.025em;
}
.big-statement .button{margin-top:2.5rem}
@media(max-width:700px){
  .big-statement{padding:78px 24px 88px}
  .big-statement blockquote{font-size:clamp(2.35rem,11vw,3.55rem);line-height:1.13}
  .big-statement .button{margin-top:2rem}
}

/* Final cross-page polish and spacing system */
html,body{overflow-x:hidden}
.video-showcase{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:clamp(45px,6vw,100px);align-items:center;padding:clamp(84px,9vw,140px) max(6vw,28px);background:var(--off-white)}
.video-frame{position:relative;min-height:clamp(430px,48vw,690px);overflow:hidden;border-radius:24px;background:var(--navy);box-shadow:0 26px 58px rgba(6,27,51,.16)}
.video-frame:after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,27,51,.05),rgba(6,27,51,.62));content:""}
.video-frame>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .7s ease}
.video-frame:hover>img{transform:scale(1.025)}
.video-play{position:absolute;z-index:2;left:50%;top:50%;width:clamp(88px,9vw,126px);height:clamp(88px,9vw,126px);transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.82);border-radius:50%;background:rgba(6,27,51,.72);color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.22);cursor:pointer;transition:background .25s,transform .25s}
.video-play:hover,.video-play:focus-visible{background:var(--gold);transform:translate(-50%,-50%) scale(1.06)}
.video-play span{display:block;width:0;height:0;margin-left:39%;border-top:14px solid transparent;border-bottom:14px solid transparent;border-left:22px solid currentColor}
.video-frame-label{position:absolute;z-index:2;left:clamp(24px,3vw,44px);right:clamp(24px,3vw,44px);bottom:clamp(24px,3vw,40px);display:flex;justify-content:space-between;align-items:end;color:#fff;border-top:1px solid rgba(255,255,255,.45);padding-top:16px}
.video-frame-label span{font-family:var(--serif);font-size:clamp(1.7rem,2.2vw,2.5rem)}.video-frame-label small{text-transform:uppercase;letter-spacing:.15em}
.video-copy{max-width:560px}.video-copy .section-title{font-size:clamp(3rem,4.5vw,5.25rem)}.video-copy>p:not(.eyebrow,.video-note){font-size:1.1rem;line-height:1.75}.video-watch{margin-top:1rem}.video-note{margin-top:1rem;color:rgba(6,27,51,.63);font-size:.82rem}
.video-dialog{width:min(1280px,94vw);padding:0;border:0;border-radius:24px;background:#020f1d;color:#fff;box-shadow:0 35px 90px rgba(0,0,0,.48);overflow:hidden}.video-dialog::backdrop{background:rgba(2,15,29,.88);backdrop-filter:blur(7px)}.video-player{position:relative;background:#020f1d;aspect-ratio:16/9}.video-player video{display:block;width:100%;height:100%;object-fit:contain;background:#020f1d}.video-end-card{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;text-align:center;background:radial-gradient(circle at center,rgba(176,140,90,.24),transparent 58%),var(--navy);opacity:0;visibility:hidden;transition:opacity .55s ease}.video-dialog.has-ended .video-end-card{opacity:1;visibility:visible}.video-end-card img{width:min(470px,72%)}.video-end-card p{margin:1.5rem 0 0;color:var(--gold-light);font:400 clamp(1.8rem,3vw,3rem)/1.1 var(--serif)}.video-dialog-close{position:absolute;z-index:5;right:18px;top:16px;width:46px;height:46px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(2,15,29,.72);color:#fff;font-size:2rem;cursor:pointer}.video-dialog-close:hover{background:var(--gold);border-color:var(--gold)}
.page-hero:not(.audience-hero){min-height:clamp(540px,68vh,680px)}
.page-hero.plain{min-height:clamp(480px,58vh,590px)}
.page-hero .hero-copy{padding-top:clamp(70px,8vw,105px);padding-bottom:clamp(65px,7vw,96px)}
.page-hero .display{max-width:920px;font-size:clamp(3.1rem,5.2vw,5.9rem);line-height:1.08}
.page-hero.plain .display{max-width:1050px;font-size:clamp(3.15rem,5.7vw,5.8rem)}
.content-section{padding-top:clamp(76px,8vw,125px);padding-bottom:clamp(76px,8vw,125px);background:var(--off-white)}
.content-inner,.intro-inner,.pathways-head,.pathway-list,.news-top,.news-grid{width:min(1450px,100%)}
.split-heading{gap:clamp(44px,7vw,110px)}
.principles,.safety-grid{margin-top:clamp(38px,5vw,68px)}
.principle,.safety-item{min-height:250px;background:#fff}
.editorial-feature{min-height:650px}
.editorial-feature img{min-height:540px}
.feature-copy{padding:clamp(62px,7vw,110px)}
.feature-copy .section-title{font-size:clamp(2.55rem,3.8vw,4.35rem)}
.news-card{min-height:285px}
.contact-form{padding:clamp(24px,3vw,42px);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(6,27,51,.08)}
.contact-form input,.contact-form textarea,.contact-form select{min-height:52px;border-color:rgba(7,29,53,.24)}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--gold);outline:3px solid rgba(176,140,90,.18)}
.faq details{padding:1.75rem 0}
.faq summary{line-height:1.25}
.policy{padding:clamp(4px,2vw,24px) 0}
.policy h1{font-size:clamp(3.1rem,5.6vw,5.7rem);line-height:1.05}
@media(max-width:700px){
  .video-showcase{grid-template-columns:1fr;padding:68px 22px;gap:42px}.video-frame{min-height:420px;border-radius:18px}.video-copy .section-title{font-size:clamp(2.9rem,13vw,4.45rem)}.video-frame-label small{display:none}.video-dialog{width:96vw;border-radius:16px}.video-dialog-close{right:10px;top:9px;width:40px;height:40px}.video-end-card{padding:28px}
  .page-hero:not(.audience-hero),.page-hero.plain{min-height:560px}
  .page-hero .hero-copy{padding-top:76px;padding-bottom:64px}
  .page-hero .display,.page-hero.plain .display{font-size:clamp(2.9rem,13vw,4.45rem)}
  .content-section{padding-top:68px;padding-bottom:72px}
  .principle,.safety-item{min-height:0;padding:1.55rem!important}
  .editorial-feature{min-height:0}
  .editorial-feature img{min-height:360px;max-height:480px}
  .feature-copy{padding:58px 22px}
  .news-card{min-height:250px}
  .contact-form{padding:22px 18px}
  .faq summary{font-size:1.4rem}
}
@media(prefers-reduced-motion:reduce){.loader-ring:after{border-color:rgba(214,186,134,.65)}}

/* Quiet in-frame homepage film */
.video-showcase{position:relative;isolation:isolate;grid-template-columns:minmax(0,1.38fr) minmax(320px,.62fr);gap:0;padding-right:max(6vw,28px);background:var(--off-white)}
.video-frame{min-height:clamp(430px,48vw,690px);border-radius:0 24px 24px 0;box-shadow:0 26px 58px rgba(6,27,51,.13)}
.video-frame:after{background:linear-gradient(180deg,rgba(6,27,51,.03),rgba(6,27,51,.46))}
.inline-story-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:var(--navy)}
.video-edge-fade{position:absolute;z-index:1;inset:0 0 0 auto;width:28%;background:linear-gradient(90deg,transparent,var(--off-white));pointer-events:none;opacity:.82}
.video-copy{position:relative;z-index:2;margin-left:clamp(-18px,-1vw,-8px);padding-left:clamp(48px,6vw,105px)}
.video-sound-toggle{position:absolute;z-index:3;left:clamp(24px,3vw,44px);top:clamp(24px,3vw,40px);display:flex;align-items:center;gap:.65rem;padding:.7rem 1rem;border:1px solid rgba(255,255,255,.68);border-radius:999px;background:rgba(6,27,51,.7);color:#fff;font:600 .72rem var(--sans);letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px);cursor:pointer}.video-sound-toggle:hover,.video-sound-toggle:focus-visible{background:var(--gold);border-color:var(--gold)}.video-sound-toggle span{font-size:1.25rem}.video-sound-toggle b{font:inherit}
@media(max-width:700px){.video-showcase{grid-template-columns:1fr;padding:68px 22px;gap:42px}.video-frame{border-radius:18px;min-height:420px}.video-edge-fade{inset:auto 0 0;width:100%;height:28%;background:linear-gradient(180deg,transparent,var(--off-white));opacity:.35}.video-copy{margin:0;padding:0}.video-sound-toggle{left:18px;top:18px}}
@media(prefers-reduced-motion:reduce){.inline-story-video{display:none}.video-frame{background:url('/assets/family-learning.webp') center/cover no-repeat}.video-sound-toggle{display:none}}

/* Cinematic Aaroma homepage preview */
.cinema-hero{position:relative;min-height:calc(100svh - 154px);overflow:hidden;background:#020d19;color:#fff;display:flex;align-items:flex-end}
.cinema-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%;transform:scale(1.015);animation:cinema-breathe 12s ease-out both}
.cinema-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,25,.97) 0%,rgba(2,13,25,.82) 31%,rgba(2,13,25,.25) 66%,rgba(2,13,25,.06)),linear-gradient(0deg,rgba(2,13,25,.72),transparent 50%)}
.cinema-hero-copy{position:relative;z-index:2;width:min(780px,57vw);padding:clamp(90px,10vw,150px) 0 clamp(95px,9vw,135px) max(6vw,52px)}
.cinema-hero-copy .eyebrow{color:var(--gold-light)}
.cinema-hero-copy h1{margin:.18em 0 .28em;font:500 clamp(4.5rem,8.5vw,9.5rem)/.84 var(--serif);letter-spacing:-.055em}
.cinema-hero-copy h1 span{color:var(--gold-light)}
.cinema-hero-copy>p:not(.eyebrow){max-width:620px;margin:0 0 2.2rem;color:#e5ebef;font-size:clamp(1.05rem,1.45vw,1.35rem);line-height:1.55}
.cinema-actions{display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap}.cinema-link{font-weight:650;border-bottom:1px solid rgba(255,255,255,.55);padding:.75rem 0}.cinema-link b{color:var(--gold);margin-left:.35rem}
.scroll-invitation{position:absolute;z-index:3;right:max(4vw,30px);bottom:42px;display:flex;align-items:center;gap:14px;text-transform:uppercase;letter-spacing:.17em;font-size:.7rem;font-weight:700}.scroll-invitation i{display:block;width:46px;height:46px;border:1px solid rgba(255,255,255,.5);border-radius:50%;position:relative}.scroll-invitation i:after{content:'↓';position:absolute;inset:0;display:grid;place-items:center;color:var(--gold-light);font-style:normal;font-size:1rem}
.cinema-intro{padding:clamp(110px,14vw,220px) max(7vw,32px);text-align:center;background:#fff}.cinema-intro .eyebrow{color:var(--gold-ink)}.cinema-intro h2{margin:.3em auto .55em;max-width:1450px;font:500 clamp(4rem,7.6vw,8.5rem)/.98 var(--serif);letter-spacing:-.04em;color:var(--navy)}.cinema-intro h2 em{font-style:normal;color:#a77a37}.cinema-intro>p:last-child{max-width:770px;margin:auto;font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1.7;color:#425368}
.cinema-highlights{padding:clamp(85px,9vw,145px) 0 clamp(70px,8vw,120px);background:#f2f4f6;overflow:hidden}.cinema-section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;padding:0 max(6vw,28px) 3.3rem}.cinema-section-head h2{margin:0;font:500 clamp(3.5rem,6vw,6.5rem)/1 var(--serif);letter-spacing:-.04em}.cinema-section-head>a{font-weight:650;color:var(--gold-ink);white-space:nowrap}.cinema-section-head>a b{display:inline-grid;place-items:center;width:34px;height:34px;margin-left:.5rem;border-radius:50%;background:var(--navy);color:#fff}
.highlight-track{display:grid;grid-auto-flow:column;grid-auto-columns:min(72vw,980px);gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 max(6vw,28px) 24px;scrollbar-width:none}.highlight-track::-webkit-scrollbar{display:none}.highlight-card{scroll-snap-align:start;position:relative;min-height:clamp(510px,56vw,720px);overflow:hidden;border-radius:28px;background:var(--navy);color:#fff;box-shadow:0 22px 55px rgba(3,22,42,.12)}.highlight-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.highlight-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,14,28,.93),rgba(2,14,28,.05) 70%)}.highlight-card:hover>img{transform:scale(1.025)}.highlight-card>div{position:absolute;z-index:2;left:clamp(30px,5vw,70px);right:clamp(30px,5vw,70px);bottom:clamp(32px,5vw,66px)}.highlight-card span{font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;color:var(--gold-light);font-weight:700}.highlight-card h3{font:500 clamp(2.8rem,4.5vw,5.1rem)/.98 var(--serif);letter-spacing:-.03em;margin:.35em 0}.highlight-card a{font-weight:650}.highlight-card a b{color:var(--gold-light);margin-left:.4rem}.swipe-note{margin:1.2rem max(6vw,28px) 0;color:#59687a;font-size:.85rem}.swipe-note span{color:var(--gold-ink);margin-left:.4rem}
.highlight-card.is-active>img{animation:highlight-pan 6s ease-out both}@keyframes highlight-pan{from{transform:scale(1.045)}to{transform:scale(1)}}
.highlight-stage{position:relative}.highlight-controls{position:absolute;z-index:5;left:50%;bottom:52px;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;gap:14px}.highlight-dots{display:flex;align-items:center;gap:8px;padding:14px 18px;border-radius:999px;background:rgba(8,18,28,.84);box-shadow:0 10px 30px rgba(0,0,0,.25);backdrop-filter:blur(14px)}.highlight-dots button{width:11px;height:11px;padding:0;border:0;border-radius:999px;background:#87919b;overflow:hidden;cursor:pointer;transition:width .3s}.highlight-dots button i{display:block;width:0;height:100%;background:var(--gold-light)}.highlight-dots button.active{width:54px;background:#59636e}.highlight-dots button.active i{animation:highlight-progress 6s linear forwards}.highlight-dots.paused button.active i{animation-play-state:paused}.highlight-pause{display:grid;place-items:center;width:50px;height:50px;border:0;border-radius:50%;background:rgba(8,18,28,.84);box-shadow:0 10px 30px rgba(0,0,0,.25);backdrop-filter:blur(14px);color:#fff;font-weight:800;font-size:1rem;cursor:pointer}.highlight-pause:hover,.highlight-pause:focus-visible{background:var(--gold);color:var(--navy)}.highlight-pause span{transform:translateY(-1px)}@keyframes highlight-progress{from{width:0}to{width:100%}}
.cinema-chapter{position:relative;min-height:820px;overflow:hidden}.chapter-dark{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:clamp(80px,9vw,145px) max(7vw,36px);background:radial-gradient(circle at 74% 50%,#173b5b 0%,#061b33 42%,#031326 72%);color:#fff}.chapter-copy{position:relative;z-index:3;max-width:760px}.chapter-copy .eyebrow{color:var(--gold-light)}.chapter-copy h2{font:500 clamp(3.8rem,6.3vw,7.2rem)/.97 var(--serif);letter-spacing:-.04em;margin:.25em 0}.chapter-copy>p:not(.eyebrow){max-width:650px;color:#d5e0e8;font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.7;margin-bottom:2.1rem}.chapter-orbit{position:relative;justify-self:center;width:min(42vw,610px);aspect-ratio:1;display:grid;place-items:center}.chapter-orbit img{position:relative;z-index:2;width:44%;filter:sepia(1) saturate(.8) brightness(1.35) drop-shadow(0 20px 35px rgba(0,0,0,.3))}.orbit{position:absolute;inset:8%;border:1px solid rgba(218,188,132,.35);border-radius:50%}.orbit-two{inset:22%;border-color:rgba(255,255,255,.18)}.orbit-label{position:absolute;font:500 1rem var(--sans);color:var(--gold-light);letter-spacing:.16em;text-transform:uppercase}.label-one{top:3%;left:46%}.label-two{right:1%;bottom:28%}.label-three{left:4%;bottom:25%}
.chapter-image{display:flex;align-items:center;padding:clamp(90px,10vw,150px) max(7vw,36px);color:#fff}.chapter-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.chapter-image-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,14,28,.97) 0%,rgba(2,14,28,.76) 46%,rgba(2,14,28,.12) 78%)}.chapter-image .chapter-copy{width:min(760px,58vw)}
.cinema-status{padding:clamp(110px,13vw,200px) max(7vw,36px);background:#fff;color:var(--navy);display:grid;grid-template-columns:1fr minmax(310px,.52fr);gap:7vw;align-items:end}.status-kicker{grid-column:1/-1;margin:0;color:var(--gold-ink);text-transform:uppercase;letter-spacing:.17em;font-size:.75rem;font-weight:700}.cinema-status h2{margin:0;font:500 clamp(4rem,7vw,8rem)/.95 var(--serif);letter-spacing:-.045em}.cinema-status h2 span{color:#a77a37}.cinema-status>div p{color:#46586b;font-size:1.08rem;line-height:1.75;margin:0 0 2rem}
.cinema-finale{position:relative;min-height:760px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:80px 24px;color:#fff;overflow:hidden}.cinema-finale>img,.cinema-finale>div{position:absolute;inset:0;width:100%;height:100%}.cinema-finale>img{object-fit:cover}.cinema-finale>div{background:rgba(2,14,28,.72)}.cinema-finale blockquote,.cinema-finale>a{position:relative;z-index:2}.cinema-finale blockquote{margin:0;font:500 clamp(4rem,8vw,9rem)/.94 var(--serif);letter-spacing:-.045em}.cinema-finale blockquote span{color:var(--gold-light)}.cinema-finale>a{margin-top:2.4rem;font-weight:650;border-bottom:1px solid rgba(255,255,255,.7);padding:.6rem}.cinema-finale>a b{color:var(--gold-light);margin-left:.4rem}
.chapter-orbit:before{content:'';position:absolute;inset:2%;border-radius:50%;background:conic-gradient(from 0deg,transparent 0 70%,rgba(229,198,143,.14) 82%,#e5c68f 88%,transparent 94%);filter:blur(2px);animation:orbit-light 7s linear infinite}.chapter-orbit:after{content:'';position:absolute;inset:29%;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,245,207,.3),transparent 45%);filter:blur(12px);animation:logo-pulse 4s ease-in-out infinite}.chapter-orbit img{animation:logo-float 5s ease-in-out infinite}.orbit-one{animation:orbit-spin 18s linear infinite}.orbit-two{animation:orbit-spin 13s linear infinite reverse}@keyframes orbit-light{to{transform:rotate(360deg)}}@keyframes orbit-spin{to{transform:rotate(360deg)}}@keyframes logo-pulse{50%{opacity:.45;transform:scale(1.14)}}@keyframes logo-float{50%{transform:translateY(-10px);filter:sepia(1) saturate(.9) brightness(1.65) drop-shadow(0 24px 42px rgba(229,198,143,.36))}}
.portal-compare{padding:clamp(100px,12vw,180px) max(6vw,28px);background:#070d15;color:#fff}.portal-compare-page{min-height:calc(100svh - 140px);padding-top:clamp(90px,10vw,140px)}.portal-heading{max-width:1180px;margin:0 auto;text-align:center}.portal-heading .eyebrow{color:var(--gold-light)}.portal-heading h1,.portal-heading h2{margin:.2em 0;font:500 clamp(4rem,7vw,7.6rem)/.96 var(--serif);letter-spacing:-.045em}.portal-heading h1 span,.portal-heading h2 span{color:var(--gold-light)}.portal-heading>p:last-child{max-width:680px;margin:0 auto 3rem;color:#aebbc7;font-size:1.1rem}.portal-selector-wrap{width:min(350px,100%);margin:0 auto 2.4rem}.portal-selector-wrap label{display:block;text-align:center;margin-bottom:.7rem;font-weight:650}.portal-selector-wrap select{width:100%;height:52px;padding:0 48px 0 20px;border:1px solid #607080;border-radius:999px;background:#111923;color:#fff;font:600 1rem var(--sans)}.portal-preview{position:relative;width:min(1240px,100%);min-height:650px;margin:auto;border-radius:34px;padding:clamp(30px,5vw,72px);overflow:hidden;background:radial-gradient(circle at 76% 22%,rgba(79,130,177,.28),transparent 31%),linear-gradient(145deg,#0f2438,#030a12 68%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 30px 75px rgba(0,0,0,.3)}.portal-preview[data-role=faculty]{background:radial-gradient(circle at 76% 22%,rgba(198,157,88,.26),transparent 31%),linear-gradient(145deg,#17304a,#030a12 68%)}.portal-preview[data-role=parent]{background:radial-gradient(circle at 76% 22%,rgba(115,153,138,.25),transparent 31%),linear-gradient(145deg,#143042,#030a12 68%)}.portal-glow{position:absolute;width:380px;height:380px;right:-100px;top:-100px;border-radius:50%;background:rgba(224,191,129,.09);filter:blur(4px)}.portal-device{position:relative;z-index:2;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(2,10,18,.78);box-shadow:0 30px 70px rgba(0,0,0,.35);backdrop-filter:blur(18px)}.portal-device-bar{height:76px;padding:14px 26px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);color:#91a3b3;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.portal-device-bar img{width:175px;height:46px;object-fit:contain}.portal-device-body{display:grid;grid-template-columns:250px 1fr minmax(300px,.7fr);min-height:480px}.portal-role-tabs{padding:34px 24px;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:12px}.portal-role-tabs button{border:1px solid transparent;border-radius:999px;padding:15px 18px;background:transparent;color:#aab7c3;text-align:left;font:600 .95rem var(--sans);cursor:pointer}.portal-role-tabs button.active{background:var(--gold);color:var(--navy)}.portal-login-copy{padding:58px clamp(28px,4vw,60px);align-self:center}.portal-role-label{color:var(--gold-light);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.portal-login-copy h3{font:500 clamp(2.5rem,4vw,4.6rem)/1 var(--serif);letter-spacing:-.035em;margin:.35em 0}.portal-login-copy p{color:#afbdc8;line-height:1.7}.portal-login-form{padding:45px 34px;align-self:center;background:rgba(255,255,255,.045);border-radius:20px;margin-right:34px}.portal-login-form label{display:grid;gap:8px;margin-bottom:18px;color:#dce4ea;font-size:.85rem}.portal-login-form input{height:50px;border:1px solid #516170;border-radius:10px;background:#07121e;color:#fff;padding:0 15px;font:1rem var(--sans)}.portal-login-form button{width:100%;min-height:50px;border:0;border-radius:10px;background:var(--gold);color:var(--navy);font-weight:750}.portal-notice{text-align:center;color:#8293a2;font-size:.84rem;margin:1.4rem 0 0}
.cinema-intro,.cinema-section-head,.highlight-card,.chapter-copy,.chapter-orbit,.cinema-status>*,.cinema-finale blockquote,.portal-heading,.portal-preview{opacity:0;transform:translateY(42px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.7,.2,1)}.motion-visible{opacity:1!important;transform:none!important}
@keyframes cinema-breathe{from{transform:scale(1.055)}to{transform:scale(1.015)}}
@media(max-width:900px){.cinema-hero{min-height:820px}.cinema-hero-copy{width:80vw;padding-left:32px}.chapter-dark{grid-template-columns:1fr;gap:70px}.chapter-orbit{width:min(70vw,520px)}.cinema-status{grid-template-columns:1fr}.cinema-status .status-kicker{grid-column:auto}.highlight-track{grid-auto-columns:82vw}.portal-device-body{grid-template-columns:180px 1fr}.portal-login-form{grid-column:2;margin:0 28px 34px}.portal-role-tabs{grid-row:1/3}}
@media(max-width:700px){.cinema-hero{min-height:calc(100svh - 126px);align-items:flex-end}.cinema-hero>img{object-position:64% center}.cinema-shade{background:linear-gradient(0deg,rgba(2,13,25,.98) 0%,rgba(2,13,25,.82) 47%,rgba(2,13,25,.12) 82%)}.cinema-hero-copy{width:100%;padding:165px 22px 96px}.cinema-hero-copy h1{font-size:clamp(4rem,19vw,6.4rem);line-height:.88}.cinema-actions{display:grid;justify-items:start;gap:1rem}.scroll-invitation{display:none}.cinema-intro{padding:95px 22px}.cinema-intro h2{font-size:clamp(3.1rem,14vw,5rem)}.cinema-section-head{align-items:start;flex-direction:column;padding:0 22px 2.2rem}.cinema-section-head h2{font-size:3.5rem}.highlight-track{grid-auto-columns:88vw;gap:14px;padding-left:22px;padding-right:22px}.highlight-card{min-height:560px;border-radius:20px}.highlight-card h3{font-size:2.8rem}.chapter-dark,.chapter-image{padding:85px 22px}.cinema-chapter{min-height:720px}.chapter-copy h2{font-size:clamp(3.2rem,14vw,5rem)}.chapter-orbit{width:82vw}.chapter-image .chapter-copy{width:100%}.chapter-image-shade{background:linear-gradient(0deg,rgba(2,14,28,.98),rgba(2,14,28,.28) 85%)}.cinema-status{padding:95px 22px;gap:2.5rem}.cinema-status h2{font-size:clamp(3.2rem,14vw,5rem)}.cinema-finale{min-height:660px}.cinema-finale blockquote{font-size:clamp(3.5rem,15vw,5.6rem)}.portal-compare{padding:85px 18px}.portal-heading h1,.portal-heading h2{font-size:clamp(3.2rem,14vw,5rem)}.portal-preview{padding:12px;border-radius:22px;min-height:0}.portal-device-bar{padding:12px 16px}.portal-device-bar img{width:140px}.portal-device-bar span{display:none}.portal-device-body{display:block}.portal-role-tabs{padding:16px;border:0;border-bottom:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:repeat(3,1fr)}.portal-role-tabs button{text-align:center;padding:12px 6px;font-size:.78rem}.portal-login-copy{padding:36px 22px 20px}.portal-login-copy h3{font-size:2.6rem}.portal-login-form{margin:0 16px 20px;padding:24px}.highlight-controls{margin-top:12px}.swipe-note{text-align:center}}
@media(prefers-reduced-motion:reduce){.cinema-hero>img,.chapter-orbit:before,.chapter-orbit img,.orbit-one,.orbit-two,.highlight-dots button.active i{animation:none}.highlight-card>img{transition:none}.cinema-intro,.cinema-section-head,.highlight-card,.chapter-copy,.chapter-orbit,.cinema-status>*,.cinema-finale blockquote,.portal-heading,.portal-preview{opacity:1;transform:none;transition:none}}

/* Full-section background film with a readable right-side fade */
.video-showcase{position:relative;display:flex;justify-content:flex-end;align-items:center;min-height:clamp(560px,62vw,790px);padding:clamp(78px,9vw,135px) max(7vw,34px);overflow:hidden;background:var(--navy);color:#fff}
.video-showcase .inline-story-video{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.video-background-fade{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(2,15,29,.08) 0%,rgba(2,15,29,.12) 38%,rgba(2,15,29,.72) 66%,rgba(2,15,29,.97) 100%);pointer-events:none}
.video-showcase .video-copy{position:relative;z-index:2;width:min(560px,42vw);max-width:none;margin:0;padding:0;color:#fff}
.video-showcase .video-copy .eyebrow{color:var(--gold-light)}
.video-showcase .video-copy .section-title{color:#fff;text-shadow:0 3px 22px rgba(2,15,29,.3)}
.video-showcase .video-copy>p:not(.eyebrow){color:rgba(255,255,255,.88);font-size:1.1rem;line-height:1.75}
@media(max-width:700px){.video-showcase{min-height:650px;padding:72px 24px;align-items:flex-end}.video-showcase .inline-story-video{object-position:42% center}.video-background-fade{background:linear-gradient(180deg,rgba(2,15,29,.06) 0%,rgba(2,15,29,.2) 40%,rgba(2,15,29,.95) 82%,var(--navy) 100%)}.video-showcase .video-copy{width:100%;padding:0 0 18px}.video-showcase .video-copy .section-title{font-size:clamp(2.9rem,13vw,4.45rem)}}
@media(prefers-reduced-motion:reduce){.video-showcase{background:linear-gradient(90deg,rgba(2,15,29,.15),rgba(2,15,29,.96)),url('/assets/family-learning.webp') center/cover no-repeat}.video-showcase .inline-story-video{display:none}}

/* Live route: one complete viewport with no page scroll */
body.live-route{height:100dvh;overflow:hidden;background:var(--navy)}
body.live-route .site-footer{display:none}
body.live-route #main{height:calc(100dvh - 172px);overflow:hidden}
body.live-route .live-page{height:100%;min-height:0;padding:clamp(24px,4vh,48px) max(6vw,24px);border-bottom:0}
body.live-route .live-inner{transform:translateY(-1vh)}
body.live-route .live-page h1{font-size:clamp(4.2rem,9vh,7.2rem)}
body.live-route .live-divider{margin:clamp(12px,2vh,22px) auto}
body.live-route .live-status{margin:clamp(12px,2vh,22px) auto;padding:clamp(18px,2.6vh,30px)}
body.live-route .trust-banner[open] .trust-panel{position:absolute;left:0;right:0;top:100%;box-shadow:0 16px 35px rgba(2,15,29,.2)}
@media(max-width:700px){body.live-route #main{height:calc(100dvh - 114px)}body.live-route .live-page{padding:20px}body.live-route .live-inner{transform:none}body.live-route .live-page h1{font-size:clamp(4rem,18vw,5.8rem)}body.live-route .live-date{margin-bottom:.15rem}body.live-route .live-status p{font-size:.9rem}body.live-route .live-page .button{padding:.75rem 1.1rem}}
@media(max-height:700px){body.live-route .live-date{margin-bottom:0}body.live-route .live-page .eyebrow{margin-bottom:.25rem}body.live-route .live-status p{display:none}body.live-route .live-status{padding:14px 18px}body.live-route .live-page h1{font-size:4.2rem}}

/* Aaroma Live public states */
.live-date,.live-host{font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.live-stars{margin:1.1rem 0;color:var(--gold);letter-spacing:.6rem}
.live-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:min(700px,100%);margin:2rem auto}
.live-countdown div{padding:18px 10px;border:1px solid rgba(255,255,255,.25);border-radius:18px;background:rgba(255,255,255,.06);box-shadow:0 18px 40px rgba(0,0,0,.13)}
.live-countdown b{display:block;font:400 clamp(2rem,5vw,4.2rem)/1 var(--serif);color:#fff}.live-countdown span{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.live-broadcast{position:relative;width:min(1100px,100%);aspect-ratio:16/9;overflow:hidden;border-radius:22px;background:#020f1d;box-shadow:0 30px 80px rgba(0,0,0,.32);text-align:left}
.live-broadcast>img:first-child{width:100%;height:100%;object-fit:cover}.live-video-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,29,.88),rgba(2,15,29,.08) 68%)}
.broadcast-bug{position:absolute!important;z-index:3;top:4%!important;right:3%!important;width:clamp(165px,20%,280px)!important;height:auto!important;object-fit:contain!important;opacity:.94;filter:grayscale(1) brightness(1.65) contrast(.72) drop-shadow(0 3px 10px rgba(0,0,0,.35))}
.live-badge{position:absolute;z-index:3;top:5%;left:4%;display:flex;align-items:center;gap:9px;padding:.35rem 0;background:transparent;color:#fff;font-weight:800;font-size:.72rem;letter-spacing:.16em;text-shadow:0 2px 5px rgba(0,0,0,.7)}.live-badge::before{content:"";width:10px;height:10px;border-radius:50%;background:#e32636;box-shadow:0 0 0 0 rgba(227,38,54,.8);animation:live-pulse 1.6s ease-out infinite}@keyframes live-pulse{0%{box-shadow:0 0 0 0 rgba(227,38,54,.8)}70%{box-shadow:0 0 0 9px rgba(227,38,54,0)}100%{box-shadow:0 0 0 0 rgba(227,38,54,0)}}
.live-broadcast>div:last-child{position:absolute;z-index:2;left:5%;bottom:9%;max-width:52%}.live-broadcast h1{font-size:clamp(2rem,5vw,5rem)!important}.live-broadcast p{color:var(--gold);font-weight:700;text-transform:uppercase;letter-spacing:.12em}
.live-fullscreen-button{position:absolute;z-index:5;right:14px;bottom:14px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 5px rgba(0,0,0,.75))}.live-fullscreen-button b{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.live-fullscreen-button:hover{color:#d8b476;transform:scale(1.08)}.live-fullscreen-button span{font-size:1.55rem;line-height:1}.live-program-fullscreen{overflow:hidden!important}.live-program-fullscreen #main,.live-program-fullscreen .live-page,.live-program-fullscreen .live-inner{position:static!important;transform:none!important;overflow:visible!important}.live-program-fullscreen .live-broadcast{position:fixed!important;z-index:100000!important;inset:0!important;width:100vw!important;height:100dvh!important;max-width:none!important;aspect-ratio:auto!important;border-radius:0!important;margin:0!important;transform:none!important}.live-program-fullscreen .live-broadcast>img:first-child,.live-broadcast:fullscreen>img:first-child,.live-broadcast:-webkit-full-screen>img:first-child{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;background:#020f1d}.live-program-fullscreen .live-fullscreen-button{right:18px;bottom:18px}
.live-hold img{width:min(300px,52vw);margin-bottom:1rem}.live-hold h1{font-size:clamp(3rem,8vw,6.5rem)!important}.live-hold>p:last-child{max-width:620px;margin:1rem auto;color:#d9e3ed}

/* Private Live Studio prototype */
body.studio-route{margin:0;background:#06182c;color:#fff;overflow:auto}body.studio-route .trust-banner,body.studio-route .announcement,body.studio-route .site-header,body.studio-route .site-footer{display:none}body.studio-route #main{min-height:100dvh}
.studio-shell{min-height:100dvh;padding:22px;background:radial-gradient(circle at 55% 15%,#173653 0,#06182c 45%,#03101e 100%);font-family:var(--sans)}
.studio-top{max-width:1800px;margin:0 auto 18px;display:flex;align-items:center;justify-content:space-between;padding:12px 4px}.studio-top h1{margin:.15rem 0 0;font:400 clamp(1.8rem,3vw,3rem)/1.05 var(--serif)}.studio-top .eyebrow{margin:0;color:#c5a26b}
.studio-health{display:grid;grid-template-columns:auto auto;column-gap:9px;align-items:center;padding:10px 16px;border:1px solid #31506d;border-radius:16px;background:#0c2339}.studio-health>span{width:9px;height:9px;border-radius:50%;background:#47c787;box-shadow:0 0 12px #47c787}.studio-health small{grid-column:2;color:#9cb0c3}
.studio-grid{max-width:1800px;margin:auto;display:grid;grid-template-columns:minmax(220px,260px) minmax(480px,1fr) minmax(260px,320px);gap:16px;align-items:start}.studio-panel,.studio-program{border:1px solid #28455f;border-radius:20px;background:rgba(8,31,52,.94);box-shadow:0 22px 55px rgba(0,0,0,.22)}.studio-panel{padding:18px}.studio-program{padding:14px}
.panel-title{display:flex;gap:10px;align-items:center;margin:2px 0 12px}.panel-title>span{display:grid;place-items:center;width:27px;height:27px;border:1px solid #b4925d;border-radius:50%;color:#d9bb88;font-size:.66rem}.panel-title h2{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.12em}
.scene-card,.camera-source,.pair-phone{width:100%;border:0;color:#dce7ef;text-align:left;background:transparent;border-radius:13px;cursor:pointer}.scene-card{display:grid;gap:3px;padding:11px 12px;margin:4px 0}.scene-card:hover,.scene-card.active{background:#b19061;color:#071a30;box-shadow:0 10px 25px rgba(0,0,0,.18)}.scene-card small,.camera-source small{opacity:.68}
.camera-list{margin-top:22px}.camera-source{display:grid;grid-template-columns:46px 1fr;column-gap:9px;align-items:center;padding:8px}.camera-source:hover{background:#102e49}.camera-source small{grid-column:2}.camera-thumb{grid-row:1/3;width:46px;height:34px;border-radius:8px;background:linear-gradient(135deg,#335a79,#0b1928);border:1px solid #52718a}.camera-1{background:url('/assets/learning-commons.webp') center/cover}.camera-2{background:url('/assets/family-learning.webp') center/cover}.pair-phone{margin-top:10px;padding:11px 12px;border:1px dashed #b19061;text-align:center;color:#d8bc8d}
.monitor-labels{display:flex;justify-content:space-between;padding:0 4px 9px;color:#90a6b9;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.monitor-labels .on-air{color:#e3bf84}.program-monitor{position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:15px;background:#020b14;box-shadow:inset 0 0 0 1px #36536b}.program-monitor>img:first-child{width:100%;height:100%;object-fit:cover}.program-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,31,.9),rgba(3,17,31,.05))}.program-message{position:absolute;left:5%;bottom:8%;z-index:2;max-width:55%}.program-message h2{margin:.2rem 0;font:400 clamp(1.5rem,3vw,3.6rem)/1 var(--serif)}.program-message p{margin:0;color:#e6edf2}.program-message .eyebrow{color:#d8b476}.program-monitor[data-scene="ready"]>img:first-child,.program-monitor[data-scene="pause"]>img:first-child{opacity:.08}.program-monitor[data-scene="grid"]>img:first-child{filter:saturate(.7);transform:scale(.96);border:10px solid #06182c}.program-monitor[data-scene="split"]>img:first-child{clip-path:inset(0 48% 0 0)}
.studio-controls{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.studio-controls button{min-height:48px;border:1px solid #385570;border-radius:13px;background:#0d2942;color:#e4edf4;cursor:pointer;font-weight:700}.studio-controls button:hover,.studio-controls button.active{border-color:#c1a06c;background:#b19061;color:#06182c;transform:translateY(-1px)}.studio-controls .control-live{background:#9e2331;border-color:#c84955;color:#fff}.studio-controls .control-live span{display:inline-block;width:8px;height:8px;margin-right:5px;border-radius:50%;background:#fff}.studio-controls .control-end{border-color:#7b3941}.studio-warning{margin:10px 4px 0;color:#99adbf;font-size:.77rem}
.studio-schedule form{display:grid;gap:11px}.studio-schedule label{display:grid;gap:5px;color:#aebdcc;font-size:.73rem;font-weight:700}.studio-schedule input,.studio-schedule textarea{width:100%;padding:10px;border:1px solid #35526b;border-radius:10px;background:#071b2e;color:#fff;font:inherit}.studio-schedule textarea{min-height:68px;resize:vertical}.studio-schedule .button{width:100%;border-radius:12px}.studio-meta{margin:17px 0;border-top:1px solid #29465e}.studio-meta p{display:flex;justify-content:space-between;gap:10px;margin:0;padding:9px 0;border-bottom:1px solid #29465e;font-size:.75rem}.studio-meta span{color:#8fa5b7}.studio-view-public{display:flex;justify-content:space-between;color:#dabb87;text-decoration:none;font-weight:700;font-size:.83rem}
.youtube-destination{margin-top:18px;padding-top:16px;border-top:1px solid #29465e}.youtube-state{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:11px;border-radius:12px;background:#071b2e}.youtube-state>div{display:grid}.youtube-state small{color:#91a7ba}.youtube-dot{width:10px;height:10px;border-radius:50%;background:#788b9c;box-shadow:0 0 0 5px rgba(120,139,156,.1)}.youtube-destination.is-connected .youtube-dot{background:#47c787;box-shadow:0 0 10px #47c787}.youtube-connect,.youtube-create{width:100%;min-height:42px;margin-top:8px;border:1px solid #b19061;border-radius:12px;background:transparent;color:#e5c68f;font-weight:800;cursor:pointer}.youtube-create{background:#b19061;color:#06182c}.youtube-create:disabled{cursor:not-allowed;opacity:.45}.youtube-note,.youtube-key-note{margin:.65rem 0 0;color:#91a7ba;font-size:.72rem;line-height:1.45}.youtube-output{margin-top:12px;padding:12px;border:1px solid #29465e;border-radius:12px;background:#061629}.youtube-output p{display:flex;justify-content:space-between;gap:10px;margin:.35rem 0;font-size:.75rem}.youtube-output a{color:#e5c68f}.youtube-secret-row{display:grid;grid-template-columns:1fr auto;gap:6px;margin-top:7px}.youtube-secret-row input{min-width:0;padding:8px;border:1px solid #35526b;border-radius:8px;background:#03111f;color:#fff}.youtube-secret-row button{border:1px solid #46647f;border-radius:8px;background:#0d2942;color:#fff;cursor:pointer}.youtube-broadcast iframe{width:100%;height:100%;border:0}.youtube-broadcast .broadcast-bug{pointer-events:none}
.pair-dialog{width:min(480px,calc(100% - 32px));padding:30px;border:1px solid #b19061;border-radius:22px;background:#f7f8fa;color:#071a30;box-shadow:0 30px 100px rgba(0,0,0,.45)}.pair-dialog::backdrop{background:rgba(1,10,19,.78);backdrop-filter:blur(5px)}.pair-dialog h2{font:400 2.1rem/1.1 var(--serif)}.pair-close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:1.8rem;color:#071a30;cursor:pointer}.pair-code{display:grid;place-items:center;width:110px;height:110px;margin:18px auto;border:8px double #071a30;background:repeating-conic-gradient(#071a30 0 8%,#fff 0 16%);color:#fff;font-size:2rem;font-weight:800}.pair-dialog li{margin:.6rem 0}.pair-done{width:100%}
@media(max-width:1180px){.studio-grid{grid-template-columns:220px 1fr}.studio-schedule{grid-column:1/-1}.studio-schedule form{grid-template-columns:repeat(4,1fr);align-items:end}.studio-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.studio-meta p{display:grid}}
@media(max-width:760px){.studio-shell{padding:12px}.studio-grid{display:flex;flex-direction:column}.studio-grid>*{width:100%}.studio-program{order:-1}.studio-scenes{display:grid;grid-template-columns:1fr 1fr;gap:5px}.studio-scenes>.panel-title,.camera-list{grid-column:1/-1}.studio-schedule form{grid-template-columns:1fr}.studio-controls{grid-template-columns:repeat(2,1fr)}.studio-meta{grid-template-columns:1fr 1fr}.live-countdown{gap:6px}.live-countdown div{padding:12px 4px}.live-broadcast>div:last-child{max-width:75%}.broadcast-bug{width:160px!important}}

/* Aaroma Education brand lockup: emblem plus wordmark only. */
.footer-brand.education-wordmark img{content:normal;width:100%!important;height:auto!important;flex:0 1 auto;object-fit:contain}
.footer-brand.education-wordmark span{display:grid;line-height:.86}
.footer-brand.education-wordmark b{font:800 2.45rem/.86 var(--sans);letter-spacing:-.055em;color:#fff}
.footer-brand.education-wordmark small{margin-top:8px;font-size:.62rem;font-weight:800;letter-spacing:.25em;color:var(--gold-light)}
.launch-status{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(320px,1.3fr) auto;gap:clamp(30px,5vw,80px);align-items:center;padding:clamp(44px,5vw,72px) max(6vw,28px);background:#edf1f5;border-bottom:1px solid var(--line)}
.launch-status .eyebrow{margin-bottom:.55rem}.launch-status h2{margin:0;font:400 clamp(1.8rem,2.8vw,3rem)/1.12 var(--serif)}.launch-status p{margin:0;max-width:760px}.launch-status .text-link{white-space:nowrap}
@media(max-width:900px){.launch-status{grid-template-columns:1fr;gap:20px;align-items:start}.launch-status .text-link{justify-self:start}}
@media(max-width:700px){.footer-brand.education-wordmark img{width:100%!important;height:auto!important;flex-basis:auto}.footer-brand.education-wordmark b{font-size:2.1rem}}

/* Official supplied Aaroma Education artwork. The frame crops only transparent canvas space. */
.site-header a.official-brand-logo,
a.mega-brand.official-brand-logo,
a.search-brand.official-brand-logo,
a.footer-brand.official-brand-logo{
  display:block!important;
  width:clamp(270px,22vw,315px)!important;
  height:96px!important;
  max-width:none!important;
  overflow:hidden;
}
/* Keep the primary header mark prominent without overpowering the navigation. */
.site-header a.official-brand-logo{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:clamp(220px,18vw,260px)!important;
  height:78px!important;
}
/* Absolute centering must not let the remaining grid items collapse into its space. */
.site-header .header-menu{
  grid-column:1;
  justify-self:start;
  position:relative;
  z-index:2;
}
.site-header .header-tools{
  grid-column:3;
  justify-self:end;
  position:relative;
  z-index:2;
}
.site-header a.official-brand-logo>img,
a.mega-brand.official-brand-logo>img,
a.search-brand.official-brand-logo>img,
a.footer-brand.official-brand-logo>img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:none!important;
}
a.footer-brand.official-brand-logo{width:min(210px,100%)!important;height:64px!important;margin:0}
@media(max-width:1100px){
  .site-header a.official-brand-logo{width:200px!important;height:60px!important}
}
@media(max-width:700px){
  .site-header a.official-brand-logo{width:150px!important;height:46px!important}
  a.footer-brand.official-brand-logo{width:190px!important;height:58px!important}
}
/* The expanded navigation is intentionally headerless: retain only close/search controls. */
.mega-menu-bar a.mega-brand.official-brand-logo{display:none!important}

/* Pre-launch account experience */
.account-page{min-height:calc(100vh - 172px);display:grid;grid-template-columns:minmax(340px,.9fr) minmax(480px,1.1fr);background:#fff}
.account-intro{padding:clamp(48px,7vw,110px);display:flex;flex-direction:column;justify-content:space-between;gap:70px;background:radial-gradient(circle at 72% 18%,rgba(214,186,134,.17),transparent 28%),var(--navy);color:#fff}
.account-brand{width:min(310px,82%);height:92px;overflow:hidden}.account-brand img{width:100%;height:100%;object-fit:cover}
.account-intro h1{max-width:720px;margin:.35rem 0 1.2rem;font:400 clamp(3.5rem,6vw,7rem)/.98 var(--serif);letter-spacing:-.035em}.account-intro>div>p:not(.eyebrow){max-width:650px;color:#dce5ed;font-size:1.08rem}
.account-trust{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:start;max-width:610px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}.account-trust>span{color:var(--gold-light)}.account-trust p{margin:0;color:#dce5ed}.account-trust strong{color:#fff}
.account-panel{padding:clamp(54px,8vw,125px);display:flex;flex-direction:column;justify-content:center;gap:32px}
.account-status{padding:26px 28px;border-left:5px solid var(--gold);border-radius:0 18px 18px 0;background:#f3f5f7}.account-status>span{display:inline-block;margin-bottom:12px;padding:5px 12px;border-radius:999px;background:var(--gold);color:var(--navy);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.account-status h2{margin:0 0 .6rem;font:400 clamp(1.65rem,2.5vw,2.5rem)/1.15 var(--serif)}.account-status p{margin:0;color:#40546a}
.account-form{display:grid;gap:18px}.account-form label{display:grid;gap:7px;font-weight:700}.account-form input{width:100%;min-height:54px;padding:12px 15px;border:1px solid var(--line);border-radius:10px;background:#f4f5f6;color:#6b7580}.account-form .button{width:100%}.account-form .button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}
.account-links{display:grid;border-top:1px solid var(--line)}.account-links a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);font-weight:600}.account-links a b,.role-grid a b{color:var(--gold-ink)}
.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.role-grid>a{min-height:250px;padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(6,27,51,.08);transition:.2s}.role-grid>a:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(6,27,51,.14)}.role-grid small{color:var(--gold-ink);font-weight:700}.role-grid h2{margin:25px 0 8px;font:400 2.2rem/1.1 var(--serif)}.role-grid p{min-height:54px}.account-footnote a{font-weight:700;border-bottom:1px solid var(--gold)}
.future-steps h2{font:400 2rem/1.15 var(--serif)}.future-steps ol{margin:0;padding:0;list-style:none;counter-reset:future}.future-steps li{counter-increment:future;padding:15px 0 15px 50px;border-top:1px solid var(--line);position:relative}.future-steps li:before{content:"0" counter(future);position:absolute;left:0;color:var(--gold-ink);font-family:var(--serif)}
.account-actions{display:flex;gap:12px;flex-wrap:wrap}.account-actions .button:not(.button-gold){color:var(--navy)}
.approval-timeline{display:grid}.approval-timeline>div{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.approval-timeline>div>span{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;font-family:var(--serif)}.approval-timeline .complete>span{background:var(--navy);color:#fff}.approval-timeline .current>span{background:var(--gold);border-color:var(--gold)}.approval-timeline small{text-transform:uppercase;letter-spacing:.12em;color:#67798a;font-weight:700}.approval-timeline .current small{color:var(--gold-ink)}.approval-timeline h2{margin:3px 0;font:400 1.45rem/1.2 var(--serif)}.approval-timeline p{margin:0;color:#526477}
@media(max-width:900px){.account-page{grid-template-columns:1fr}.account-intro{min-height:auto;padding:55px max(6vw,24px);gap:45px}.account-intro h1{font-size:clamp(3rem,10vw,5.5rem)}.account-panel{padding:65px max(6vw,24px)}}
@media(max-width:560px){.role-grid{grid-template-columns:1fr}.account-intro{padding:44px 22px}.account-brand{width:230px;height:70px}.account-panel{padding:50px 22px}.account-actions{display:grid}.account-actions .button{width:100%}}
/* Aaroma typography: Inter, Noto Serif, Noto Sans, and JetBrains Mono. */
html,body,button,input,select,textarea{font-family:"Inter","Noto Sans","Segoe UI",Arial,sans-serif}
h1,h2,h3,.serif{font-family:"Noto Serif","Noto Sans",Georgia,serif}
code,pre,kbd,samp{font-family:"JetBrains Mono",ui-monospace,Menlo,Consolas,monospace}
/* Official white horizontal logo system. */
.site-header .brand,.mega-brand.education-wordmark,.search-brand.education-wordmark,.footer-brand.education-wordmark{width:clamp(220px,24vw,340px)}
.site-header .brand>img,.education-wordmark>img{display:block;width:100%!important;height:auto!important;max-height:72px;object-fit:contain!important;flex:0 1 auto}
.footer-brand.education-wordmark{width:min(100%,300px)}
@media(max-width:700px){.site-header .brand,.mega-brand.education-wordmark,.search-brand.education-wordmark{width:180px}.footer-brand.education-wordmark{width:240px}}
.loader-ring img{width:88%;height:auto}

/* Logo-trace loader: an electric gold-white pulse follows the actual mark. */
.loader-ring{
  width:min(78vw,560px);
  height:min(30vw,180px);
  border-radius:0;
  isolation:isolate;
  filter:none;
}
.loader-ring:before,
.loader-ring:after{
  inset:0;
  border:0;
  border-radius:0;
  background:linear-gradient(105deg,transparent 0 38%,rgba(255,255,255,.98) 47%,#f2c760 50%,rgba(255,255,255,.96) 53%,transparent 62%);
  background-size:260% 100%;
  -webkit-mask:url("/assets/aaroma-education-logo-white.svg?v=20260910-2") center/88% auto no-repeat;
  mask:url("/assets/aaroma-education-logo-white.svg?v=20260910-2") center/88% auto no-repeat;
  pointer-events:none;
}
.loader-ring:before{
  opacity:.34;
  filter:blur(7px) drop-shadow(0 0 18px rgba(242,199,96,.9));
  animation:aaroma-logo-trace 1.8s linear infinite,aaroma-electric-flicker .36s steps(2,end) infinite;
}
.loader-ring:after{
  opacity:.95;
  filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 10px #f2c760) drop-shadow(0 0 22px rgba(242,199,96,.75));
  animation:aaroma-logo-trace 1.8s linear infinite;
}
.loader-ring img{
  position:relative;
  z-index:1;
  width:88%;
  height:auto;
  filter:drop-shadow(0 0 10px rgba(255,255,255,.14)) drop-shadow(0 10px 18px rgba(0,0,0,.28));
}
@keyframes aaroma-logo-trace{
  from{background-position:145% 0}
  to{background-position:-45% 0}
}
@keyframes aaroma-electric-flicker{
  0%,100%{opacity:.26;transform:translate(0)}
  35%{opacity:.5;transform:translate(.5px,-.4px)}
  70%{opacity:.32;transform:translate(-.5px,.35px)}
}
@media(max-width:600px){.loader-ring{width:88vw;height:34vw}}
@media(prefers-reduced-motion:reduce){
  .loader-ring:before,.loader-ring:after{animation:none;background-position:50% 0}
}

/* Compact first-screen composition */
.trust-simple{min-height:28px;padding-top:3px;padding-bottom:3px;font-size:.74rem}
.trust-mark{width:20px;height:20px}
.announcement{height:36px;font-size:.76rem}
.site-header{height:76px}
.site-header a.official-brand-logo{width:220px!important;height:64px!important}
.site-header .menu-toggle{height:42px}
.cinema-hero{min-height:calc(100svh - 140px)}
.cinema-hero-copy{width:min(940px,62vw);padding-top:clamp(52px,6vw,90px);padding-bottom:clamp(56px,6vw,88px)}
.cinema-hero-copy h1{font-size:clamp(4.3rem,7vw,8rem);line-height:.87}
.cinema-hero-copy h1 span{white-space:nowrap}
.cinema-hero-copy>p:not(.eyebrow){margin-bottom:1.6rem}
.scroll-invitation{bottom:28px}

/* Device-independent educational video controls */
.video-device-actions,.tv-player-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}
.video-device-button{min-height:44px;padding:.65rem 1rem;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(2,15,29,.56);color:#fff;font-weight:650;cursor:pointer;backdrop-filter:blur(12px)}
.video-device-button:hover,.video-device-button:focus-visible{background:var(--gold);border-color:var(--gold);color:var(--navy)}
.video-device-status{min-height:1.4em;margin:.8rem 0 0!important;color:var(--gold-light)!important;font-size:.82rem!important}
.tv-player-page{min-height:100dvh;background:#020d19;color:#fff}
.tv-player-shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr}
.tv-player-header{min-height:74px;padding:10px clamp(20px,4vw,58px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.15);background:var(--navy);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-light)}
.tv-player-header img{width:min(230px,52vw);height:54px;object-fit:contain}
.tv-player-stage{padding:clamp(24px,4vw,64px);display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:clamp(28px,5vw,78px);align-items:center}
.tv-player-stage video{width:100%;max-height:76dvh;border-radius:20px;background:#000;box-shadow:0 28px 75px rgba(0,0,0,.38)}
.tv-player-copy h1{margin:.25rem 0 1rem;font:500 clamp(2.4rem,4vw,4.8rem)/1 var(--serif)}
.tv-player-copy>p:not(.eyebrow){color:#dce5ed}.tv-player-actions .button{color:#fff;cursor:pointer}.tv-player-actions .button-gold{color:var(--navy)}
#tv-status{min-height:1.5em;color:var(--gold-light);font-size:.88rem}
@media(max-width:1100px){.site-header{height:72px}.site-header a.official-brand-logo{width:190px!important;height:56px!important}.cinema-hero{min-height:calc(100svh - 136px)}.cinema-hero-copy{width:min(760px,68vw)}.cinema-hero-copy h1{font-size:clamp(4.2rem,7.8vw,6.3rem)}}
@media(max-width:800px){.tv-player-stage{grid-template-columns:1fr}.tv-player-stage video{max-height:58dvh}}
@media(max-width:700px){.trust-simple{min-height:28px}.site-header{height:70px}.site-header a.official-brand-logo{width:145px!important;height:44px!important}.cinema-hero{min-height:calc(100svh - 98px)}.cinema-hero-copy{padding:120px 22px 52px}.cinema-hero-copy h1{font-size:clamp(3.6rem,17vw,5.2rem);line-height:.9}.cinema-hero-copy h1 span{white-space:normal}.video-device-actions{display:grid}.video-device-button{width:100%}.tv-player-header span{display:none}}

/* Public website release notes */
.updates-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:clamp(48px,8vw,130px);align-items:end;padding:clamp(90px,11vw,170px) max(6vw,28px);background:radial-gradient(circle at 80% 15%,rgba(214,186,134,.22),transparent 27%),var(--navy);color:#fff}
.updates-hero>div{max-width:980px}.updates-hero h1{margin:.15em 0 .3em;font:500 clamp(4rem,7.5vw,8.6rem)/.9 var(--serif);letter-spacing:-.045em}.updates-hero>div>p:not(.eyebrow){max-width:720px;color:#dce5ed;font-size:1.15rem}.updates-hero aside{padding:28px;border-top:4px solid var(--gold);background:rgba(255,255,255,.07)}.updates-hero aside span{display:block;color:var(--gold-light);font-size:.75rem;text-transform:uppercase;letter-spacing:.14em}.updates-hero aside strong{display:block;margin:.7rem 0;font:500 1.7rem/1.15 var(--serif)}.updates-hero aside p{margin:0;color:#dce5ed;font-size:.9rem}
.updates-feed{padding:clamp(72px,9vw,140px) max(6vw,28px);background:#fff}.update-entry{display:grid;grid-template-columns:minmax(180px,.32fr) minmax(0,1fr);gap:clamp(35px,7vw,110px);max-width:1320px;margin:auto;padding:clamp(42px,5vw,72px) 0;border-top:1px solid var(--line)}.update-entry:first-child{border-top:4px solid var(--gold)}.update-date{display:flex;align-items:flex-start;gap:18px;color:#526477}.update-date span{font:500 2.3rem/1 var(--serif);color:var(--gold)}.update-date time{font-size:.85rem;font-weight:650}.update-entry h2{margin:.15rem 0 1rem;font:500 clamp(2.2rem,4vw,4.5rem)/1.03 var(--serif);letter-spacing:-.025em}.update-entry>div:last-child>p:not(.eyebrow){max-width:800px;font-size:1.08rem}.update-entry ul{margin:1.6rem 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.update-entry li{padding:.85rem 0 .85rem 28px;border-bottom:1px solid var(--line);position:relative}.update-entry li:before{content:'✓';position:absolute;left:0;color:var(--gold-ink);font-weight:700}.updates-policy{padding:clamp(65px,8vw,120px) max(6vw,28px);background:var(--cream)}.updates-policy h2{max-width:900px;margin:0 0 1rem;font:500 clamp(2.6rem,5vw,5.5rem)/1 var(--serif)}.updates-policy p{max-width:760px;font-size:1.05rem}
@media(max-width:700px){.updates-hero{grid-template-columns:1fr;padding:78px 22px;gap:42px}.updates-hero h1{font-size:clamp(3.5rem,16vw,5.5rem)}.update-entry{grid-template-columns:1fr;padding:42px 0}.update-date{align-items:center}.updates-feed,.updates-policy{padding-left:22px;padding-right:22px}}

/* Cinematic multi-device release presentation */
.updates-product-hero{min-height:calc(100svh - 140px);padding:clamp(60px,8vw,120px) max(6vw,28px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 46%,rgba(176,140,90,.22),transparent 27%),linear-gradient(180deg,#020812,#061b33);color:#fff}
.updates-version{position:absolute;top:28px;left:max(6vw,28px);right:max(6vw,28px);display:flex;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.16);font-weight:650}.updates-version span{color:var(--gold-light)}
.release-orbit{width:min(50vw,440px);aspect-ratio:1;position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);display:grid;place-items:center;opacity:.36}.release-orbit:before,.release-orbit:after,.release-orbit span{content:'';position:absolute;inset:0;border:1px solid rgba(214,186,134,.5);border-radius:50%;box-shadow:0 0 55px rgba(214,186,134,.14)}.release-orbit:after{inset:13%;border-color:rgba(255,255,255,.24)}.release-orbit span{inset:26%;border-color:rgba(214,186,134,.4)}.release-orbit img{width:42%;filter:drop-shadow(0 0 28px rgba(214,186,134,.55))}
.updates-product-hero>*:not(.release-orbit){position:relative;z-index:1}.updates-product-hero h1{margin:.1em 0 .3em;font:500 clamp(5rem,10vw,12rem)/.82 var(--serif);letter-spacing:-.06em}.updates-product-hero h1 span{color:var(--gold-light)}.updates-hero-lede{max-width:760px;margin:0 auto 2rem;color:#dce5ed;font-size:clamp(1rem,1.4vw,1.25rem)}
.device-experience{padding:clamp(90px,11vw,170px) 0;background:#f0f1f3;overflow:hidden}.device-experience>header,.release-highlights>header{padding:0 max(6vw,28px);text-align:center}.device-experience>header h2,.release-highlights>header h2,.updates-feed-head h2{margin:.2em auto .7em;font:500 clamp(4rem,8vw,9rem)/.9 var(--serif);letter-spacing:-.05em}.device-experience>header h2 span{color:var(--gold-ink)}
.device-tabs{width:max-content;max-width:calc(100% - 44px);margin:45px auto 28px;padding:6px;display:flex;gap:4px;overflow:auto;border-radius:999px;background:#dfe2e6}.device-tabs button{min-height:46px;padding:.65rem 1.25rem;border:0;border-radius:999px;background:transparent;color:#344a60;font-weight:700;cursor:pointer}.device-tabs button[aria-selected=true]{background:var(--navy);color:#fff;box-shadow:0 8px 24px rgba(6,27,51,.18)}
.device-stage{width:min(1500px,92vw);margin:auto}.device-scene{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);min-height:680px;border-radius:34px;overflow:hidden;background:#000;color:#fff;box-shadow:0 36px 90px rgba(6,27,51,.18)}.device-scene[hidden]{display:none}.device-visual{position:relative;min-height:620px;overflow:hidden}.device-visual>img{width:100%;height:100%;object-fit:cover;filter:brightness(.56) saturate(.88)}.device-screen-ui{position:absolute;inset:12%;padding:clamp(24px,4vw,58px);display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.32);border-radius:24px;background:linear-gradient(0deg,rgba(2,13,25,.96),rgba(2,13,25,.08));box-shadow:0 20px 60px rgba(0,0,0,.42);backdrop-filter:blur(3px)}.device-screen-ui img{width:min(250px,45%);height:68px;object-fit:contain;object-position:left center}.device-screen-ui span{margin-top:auto;color:var(--gold-light);font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.device-screen-ui strong{max-width:740px;margin-top:.7rem;font:500 clamp(2.4rem,5vw,5.7rem)/.92 var(--serif)}.device-screen-ui i{width:70px;height:4px;margin-top:26px;background:var(--gold)}.device-copy{padding:clamp(45px,5vw,80px);display:flex;flex-direction:column;justify-content:center;background:#071525}.device-copy h3{margin:.15em 0 .5em;font:500 clamp(2.5rem,4vw,4.8rem)/.95 var(--serif)}.device-copy>p:not(.eyebrow){color:#dce5ed;font-size:1.05rem}
.aaroma-device-brand{align-self:flex-start;margin-top:.6rem;padding:.35rem .6rem;border:1px solid rgba(214,186,134,.5);border-radius:999px;color:var(--gold-light);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}
.release-highlights{padding:clamp(100px,12vw,190px) 0;background:#000;color:#fff}.release-highlights>header h2{color:#fff}.release-feature-grid{width:min(1500px,92vw);margin:65px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.release-feature-grid article{min-height:370px;padding:clamp(35px,5vw,72px);display:flex;flex-direction:column;border-radius:30px;background:radial-gradient(circle at 90% 10%,rgba(176,140,90,.25),transparent 30%),#121417}.release-feature-grid span{color:var(--gold-light);font:500 1.4rem var(--serif)}.release-feature-grid h3{margin:auto 0 1rem;font:500 clamp(2.5rem,4vw,4.7rem)/.95 var(--serif)}.release-feature-grid p{max-width:580px;margin:0;color:#aeb8c4;font-size:1.05rem}
.updates-feed{background:#f0f1f3}.updates-feed-head{max-width:1320px;margin:0 auto 55px;text-align:center}.updates-feed-head h2{color:var(--navy)}
@keyframes release-reveal{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.device-scene.active{animation:release-reveal .55s ease both}
@media(max-width:900px){.device-scene{grid-template-columns:1fr}.device-copy{min-height:340px}.release-feature-grid{grid-template-columns:1fr}.release-orbit{width:74vw}}
@media(max-width:700px){.updates-product-hero{min-height:760px;padding:110px 22px 72px}.updates-version{left:22px;right:22px;font-size:.78rem}.updates-product-hero h1{font-size:clamp(4.1rem,20vw,6.3rem)}.release-orbit{width:100vw}.device-experience>header,.release-highlights>header{padding:0 22px}.device-experience>header h2,.release-highlights>header h2,.updates-feed-head h2{font-size:clamp(3.5rem,16vw,5.6rem)}.device-stage,.release-feature-grid{width:calc(100% - 28px)}.device-scene{border-radius:22px}.device-visual{min-height:470px}.device-screen-ui{inset:20px;padding:28px}.device-screen-ui strong{font-size:2.7rem}.release-feature-grid article{min-height:320px;border-radius:22px}}
@media(prefers-reduced-motion:reduce){.device-scene.active{animation:none}}

/* Release 81: scroll-led Aaroma device story */
.updates-cinematic-hero{min-height:calc(100svh - 108px);position:relative;overflow:hidden;padding:110px max(5vw,24px) 0;background:radial-gradient(circle at 50% 60%,#15344f 0,#061426 38%,#01060c 76%);color:#fff;text-align:center}.updates-cinematic-hero:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.52));pointer-events:none}.updates-cinematic-hero .updates-version{z-index:3;top:25px}.updates-hero-copy{position:relative;z-index:3;max-width:1180px;margin:auto}.updates-hero-copy h1{margin:.08em 0 .22em;font:500 clamp(4.6rem,9vw,10.5rem)/.85 var(--serif);letter-spacing:-.058em}.updates-hero-copy h1 span{color:var(--gold-light)}.updates-hero-copy>p:not(.eyebrow){max-width:780px;margin:0 auto 1.6rem;color:#c6d0da;font-size:clamp(1rem,1.35vw,1.25rem)}.device-family-hero{position:relative;z-index:2;width:min(1500px,100%);margin:-1vw auto -2px;transform:translateY(5%);animation:device-family-arrive 1.5s cubic-bezier(.2,.72,.2,1) .15s both}.device-family-hero>img{display:block;width:100%;filter:drop-shadow(0 45px 60px rgba(0,0,0,.55))}.device-logo-stamps img{position:absolute;z-index:2;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.65))}.stamp-tv{width:11%;left:39%;top:9%}.stamp-laptop{width:8%;left:16%;top:73%}.stamp-desktop{width:8%;left:72%;top:57%}.stamp-phone{width:2.5%;left:63.2%;top:72%}.stamp-tablet{width:3.5%;left:82%;top:76%}@keyframes device-family-arrive{from{opacity:0;transform:translateY(15%) scale(.96)}to{opacity:1;transform:translateY(5%) scale(1)}}
.updates-opening{padding:clamp(110px,14vw,220px) max(7vw,28px);background:#f2f2f4;text-align:center}.updates-opening h2{max-width:1250px;margin:.2em auto .55em;font:600 clamp(4.2rem,8.5vw,9.5rem)/.9 var(--sans);letter-spacing:-.065em}.updates-opening h2 span{color:#8e9197}.updates-opening>p:last-child{max-width:820px;margin:auto;color:#555d67;font-size:clamp(1.05rem,1.55vw,1.35rem);line-height:1.55}
.device-story{background:#000;color:#fff}.device-story-panel{min-height:160vh;position:relative;display:grid;grid-template-columns:minmax(320px,.65fr) minmax(0,1.35fr);align-items:center;gap:clamp(30px,5vw,90px);padding:10vh max(5vw,24px)}.device-story-panel.reverse{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}.device-story-panel.reverse .device-story-copy{order:2}.device-story-panel.reverse .device-story-image{order:1}.device-story-copy{max-width:610px;position:relative;z-index:2}.device-story-copy>span{color:var(--gold-light);font-size:.78rem;font-weight:750;letter-spacing:.15em;text-transform:uppercase}.device-story-copy h2{margin:.35em 0;font:600 clamp(3.7rem,6.5vw,7.7rem)/.91 var(--sans);letter-spacing:-.06em}.device-story-copy p{color:#aeb7c2;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.6}.device-story-image{height:min(78vh,820px);position:sticky;top:12vh;overflow:hidden;border-radius:36px;background:radial-gradient(circle at 50% 45%,#173652,#02070d 72%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.09)}.device-story-image>img:first-child{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.72,.2,1)}.device-story-image.focus-work>img:first-child{object-position:36% center;transform:scale(1.22)}.device-story-image.focus-mobile>img:first-child{object-position:82% center;transform:scale(1.35)}.story-brand{position:absolute;z-index:2;width:clamp(120px,15vw,230px);filter:drop-shadow(0 4px 14px rgba(0,0,0,.8))}.story-brand-tv{left:43%;top:8%}.story-brand-work{left:23%;bottom:14%}.story-brand-mobile{right:10%;bottom:10%}
[data-release-reveal]{opacity:0;transform:translateY(50px);transition:opacity 1s ease,transform 1s cubic-bezier(.2,.72,.2,1)}[data-release-reveal].release-visible{opacity:1;transform:none}.release-highlights-cinematic{overflow:hidden;background:#1c1c1f}.release-highlights-cinematic>header{text-align:left;max-width:1500px;margin:auto}.release-highlights-cinematic>header h2{margin-left:0}.release-highlight-track{display:grid;grid-auto-flow:column;grid-auto-columns:min(76vw,920px);gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:30px max(5vw,24px) 20px}.release-highlight-track::-webkit-scrollbar{display:none}.release-highlight-track article{scroll-snap-align:center;min-height:590px;padding:clamp(38px,6vw,86px);display:flex;flex-direction:column;border-radius:34px;background:radial-gradient(circle at 75% 18%,rgba(214,186,134,.28),transparent 30%),linear-gradient(145deg,#071b33,#02070d);opacity:.55;transform:scale(.96);transition:opacity .6s ease,transform .6s ease}.release-highlight-track article.active{opacity:1;transform:scale(1)}.release-highlight-track span{color:var(--gold-light);font-size:1.1rem}.release-highlight-track h3{max-width:720px;margin:auto 0 .3em;font:600 clamp(3.7rem,6vw,7rem)/.92 var(--sans);letter-spacing:-.055em}.release-highlight-track p{max-width:620px;color:#b8c2cd;font-size:1.12rem}.release-carousel-controls{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:22px}.release-carousel-controls>div{display:flex;gap:8px;padding:14px 18px;border-radius:999px;background:#2b2b2e}.release-carousel-controls button{border:0;cursor:pointer;color:#fff;background:#2b2b2e}.release-carousel-controls>button{width:54px;height:54px;border-radius:50%;font-size:1.1rem}.release-carousel-controls>div button{width:25px;height:18px;padding:0}.release-carousel-controls i{display:block;width:8px;height:8px;margin:auto;border-radius:99px;background:#8c8c91;transition:width .35s ease,background .35s ease}.release-carousel-controls button.active i{width:25px;background:#fff}
@media(max-width:900px){.updates-cinematic-hero{padding-top:95px}.device-story-panel,.device-story-panel.reverse{min-height:auto;grid-template-columns:1fr;padding-top:90px;padding-bottom:110px}.device-story-panel.reverse .device-story-copy,.device-story-panel.reverse .device-story-image{order:initial}.device-story-image{position:relative;top:auto;height:min(68vw,620px)}.release-highlight-track{grid-auto-columns:86vw}}
@media(max-width:700px){.updates-cinematic-hero{min-height:720px;padding:92px 14px 0}.updates-cinematic-hero .updates-version{left:20px;right:20px}.updates-hero-copy h1{font-size:clamp(3.8rem,18vw,5.8rem)}.device-family-hero{width:145%;margin-top:45px;left:50%;transform:translateX(-50%)}.device-logo-stamps{display:none}@keyframes device-family-arrive{from{opacity:0;transform:translate(-50%,12%) scale(.95)}to{opacity:1;transform:translate(-50%,0) scale(1)}}.updates-opening{padding:95px 22px}.updates-opening h2{font-size:clamp(3.3rem,15vw,5.4rem)}.device-story-panel,.device-story-panel.reverse{padding:82px 16px}.device-story-copy{padding:0 7px}.device-story-copy h2{font-size:clamp(3.2rem,14vw,5rem)}.device-story-image{height:72vw;border-radius:22px}.story-brand{width:110px}.release-highlight-track{grid-auto-columns:90vw;padding-left:14px;padding-right:14px}.release-highlight-track article{min-height:500px;border-radius:24px;padding:32px}.release-highlight-track h3{font-size:clamp(3rem,13vw,4.8rem)}}
@media(prefers-reduced-motion:reduce){.device-family-hero{animation:none}.device-story-image>img:first-child,.release-highlight-track article,[data-release-reveal]{transition:none}[data-release-reveal]{opacity:1;transform:none}}

/* Release 82: visual interface release guide */
.release-guide-hero{min-height:calc(100svh - 108px);position:relative;display:grid;place-items:center;padding:105px max(6vw,28px) 80px;overflow:hidden;background:radial-gradient(circle at 75% 20%,rgba(214,186,134,.2),transparent 28%),linear-gradient(145deg,#020811,#071b33 70%);color:#fff}.release-guide-hero:after{content:'';position:absolute;width:min(72vw,980px);aspect-ratio:1;right:-28%;bottom:-72%;border:1px solid rgba(214,186,134,.28);border-radius:50%;box-shadow:0 0 90px rgba(214,186,134,.12)}.release-guide-hero>div:last-child{position:relative;z-index:2;width:min(1380px,100%)}.release-guide-hero h1{max-width:1250px;margin:.16em 0 .28em;font:600 clamp(4.7rem,9.4vw,11rem)/.86 var(--sans);letter-spacing:-.066em}.release-guide-hero h1 span{color:var(--gold-light)}.release-guide-hero>div>p:not(.eyebrow){max-width:760px;color:#c9d3dc;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.55}.release-guide-hero .updates-version{z-index:3}
.release-guide{padding:clamp(90px,11vw,170px) max(5vw,24px);background:#f0f1f3}.release-guide>header{max-width:1120px;margin:0 auto clamp(70px,9vw,130px);text-align:center}.release-guide>header h2{margin:.18em 0 .35em;font:600 clamp(3.8rem,7.3vw,8.2rem)/.91 var(--sans);letter-spacing:-.06em}.release-guide>header>p:last-child{max-width:760px;margin:auto;color:#58636e;font-size:1.15rem}.release-demo{max-width:1480px;margin:0 auto clamp(90px,12vw,180px);display:grid;grid-template-columns:minmax(300px,.62fr) minmax(0,1.38fr);gap:clamp(36px,7vw,110px);align-items:center}.release-demo.reverse{grid-template-columns:minmax(0,1.38fr) minmax(300px,.62fr)}.release-demo.reverse .release-demo-copy{order:2}.release-demo.reverse .ui-preview{order:1}.release-demo-copy>span{color:var(--gold-ink);font-size:.78rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.release-demo-copy h3{margin:.35em 0;font:600 clamp(3rem,5vw,5.9rem)/.93 var(--sans);letter-spacing:-.055em}.release-demo-copy>p{color:#56616c;font-size:1.06rem;line-height:1.6}.release-demo-copy ol{margin:1.8rem 0 0;padding:0;list-style:none;counter-reset:release-steps}.release-demo-copy li{counter-increment:release-steps;position:relative;padding:1rem 0 1rem 48px;border-top:1px solid #cfd4da;color:#263849;line-height:1.5}.release-demo-copy li:before{content:counter(release-steps);position:absolute;left:0;top:.78rem;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-size:.75rem;font-weight:750}
.ui-preview{min-height:580px;position:relative;overflow:hidden;border-radius:32px;background:#071525;color:#fff;box-shadow:0 35px 90px rgba(6,27,51,.22),inset 0 0 0 1px rgba(255,255,255,.12)}.ui-topbar{height:76px;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);background:#061b33}.ui-topbar img{width:190px;height:46px;object-fit:contain}.ui-topbar span{color:var(--gold-light);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ui-release-head{padding:70px clamp(28px,6vw,78px) 45px;background:radial-gradient(circle at 80% 10%,rgba(214,186,134,.24),transparent 32%)}.ui-release-head small{color:var(--gold-light);font-weight:700;letter-spacing:.14em}.ui-release-head strong{display:block;margin:.35em 0;font:600 clamp(3rem,5vw,5.5rem)/.9 var(--sans);letter-spacing:-.055em}.ui-release-head p{color:#bdc9d4}.ui-release-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 clamp(28px,6vw,78px) 60px}.ui-release-cards i{height:105px;border-radius:17px;background:linear-gradient(145deg,rgba(214,186,134,.32),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.1)}
.video-ui-preview{padding:30px;background:#02070d}.video-ui-frame{min-height:440px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:22px;background:linear-gradient(0deg,rgba(2,13,25,.75),rgba(2,13,25,.08)),url('/assets/learning-commons.webp') center/cover}.video-ui-frame>img{position:absolute;top:24px;right:25px;width:190px;height:48px;object-fit:contain}.video-ui-frame>button{width:76px;height:76px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(4,18,32,.72);color:#fff;font-size:1.4rem}.video-ui-frame>span{position:absolute;left:28px;bottom:28px;font:500 clamp(2rem,4vw,4.2rem)/1 var(--serif)}.video-ui-controls{display:flex;flex-wrap:wrap;gap:10px;padding-top:20px}.video-ui-controls b{padding:.7rem 1rem;border:1px solid #596674;border-radius:999px;font-size:.8rem}
.portal-ui-tabs{display:flex;gap:9px;padding:24px 28px}.portal-ui-tabs b{padding:.65rem 1rem;border-radius:999px;background:#18293a;color:#aebac6;font-size:.82rem}.portal-ui-tabs b.active{background:var(--gold);color:var(--navy)}.portal-ui-body{display:grid;grid-template-columns:1fr .78fr;gap:30px;padding:35px 40px 45px}.portal-ui-body>div{align-self:center}.portal-ui-body small{color:var(--gold-light);letter-spacing:.13em}.portal-ui-body strong{display:block;margin:.45em 0;font:500 clamp(2.5rem,4vw,4.5rem)/.96 var(--serif)}.portal-ui-body p{color:#aebac6}.portal-ui-body form{padding:26px;border-radius:18px;background:rgba(255,255,255,.055)}.portal-ui-body label{display:grid;gap:7px;margin-bottom:14px;color:#dce4ea;font-size:.8rem}.portal-ui-body input{height:44px;border:1px solid #4c5c6b;border-radius:9px;background:#06111d}.portal-ui-body button{width:100%;height:46px;border:0;border-radius:9px;background:var(--gold);color:var(--navy);font-weight:750}.status-ui-preview{min-height:0;padding:clamp(45px,7vw,90px);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#dbe3ee,#aab9cb);color:var(--navy);border-left:6px solid var(--gold)}.status-ui-preview img{width:84px;height:84px;object-fit:contain;margin-bottom:28px}.status-ui-preview small{color:#52677d;font-weight:800;letter-spacing:.14em}.status-ui-preview strong{display:block;max-width:760px;margin:.6em 0;font:600 clamp(2.1rem,4vw,4.4rem)/1 var(--sans);letter-spacing:-.04em}.status-ui-preview p{max-width:660px;color:#31465b;font-size:1rem;line-height:1.55}.release-history .update-date span{min-width:68px}
@media(max-width:900px){.release-demo,.release-demo.reverse{grid-template-columns:1fr}.release-demo.reverse .release-demo-copy,.release-demo.reverse .ui-preview{order:initial}.ui-preview{min-height:520px}}
@media(max-width:700px){.release-guide-hero{min-height:700px;padding:92px 22px 65px}.release-guide-hero h1{font-size:clamp(3.7rem,17vw,5.7rem)}.release-guide{padding-left:14px;padding-right:14px}.release-guide>header,.release-demo-copy{padding-left:9px;padding-right:9px}.release-guide>header h2{font-size:clamp(3.2rem,14vw,5rem)}.release-demo{gap:35px;margin-bottom:100px}.release-demo-copy h3{font-size:clamp(3rem,13vw,4.7rem)}.ui-preview{min-height:430px;border-radius:22px}.ui-topbar{height:64px;padding:10px 16px}.ui-topbar img{width:145px}.ui-topbar span{display:none}.ui-release-head{padding:45px 22px 30px}.ui-release-head strong{font-size:2.8rem}.ui-release-cards{padding:0 22px 38px;gap:8px}.ui-release-cards i{height:70px}.video-ui-preview{padding:12px}.video-ui-frame{min-height:330px}.video-ui-frame>img{width:140px}.video-ui-controls{display:grid}.video-ui-controls b{text-align:center}.portal-ui-tabs{padding:16px}.portal-ui-body{grid-template-columns:1fr;padding:22px}.portal-ui-body strong{font-size:2.6rem}.status-ui-preview{padding:44px 28px}.status-ui-preview strong{font-size:2.6rem}}
