:root{--ink:#123f3a;--ink-deep:#082d2a;--jade:#1f574d;--jade-light:#dfeae3;--paper:#f7f3ea;--paper-deep:#ede5d5;--mist:#e9f0ec;--gold:#76531f;--slate:#4f615e;--white:#fffdf8;--focus:#1769e0;--serif:Georgia, "Times New Roman", serif;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow:0 18px 60px #082d2a17;--radius-control:8px;--radius-panel:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}html[data-site-theme=dark]{color-scheme:dark}body{background:var(--paper);color:var(--ink-deep);font-family:var(--sans);margin:0;font-size:1.0625rem;line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:.2em}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);font-family:var(--serif);text-wrap:balance;font-weight:500;line-height:1.06}p,li,summary,a{text-wrap:pretty}h1{letter-spacing:-.045em;font-size:clamp(2.8rem,7vw,5.8rem)}h2{letter-spacing:-.035em;font-size:clamp(2.15rem,4.8vw,4rem)}h3{font-size:clamp(1.4rem,2.4vw,1.8rem)}.shell{width:min(1180px,100% - 40px);margin-inline:auto}.narrow{max-width:760px}.centre{text-align:center}.section{padding-block:clamp(72px,10vw,130px)}.eyebrow{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;font-size:.75rem;font-weight:750}.eyebrow.light{color:#e8d29e}.lead{max-width:690px;color:var(--slate);font-size:clamp(1.18rem,2vw,1.42rem)}.lead-small{color:var(--slate);font-size:clamp(1.1rem,1.7vw,1.28rem)}.small{font-size:.92rem}.button-row{flex-wrap:wrap;gap:12px;margin:34px 0 22px;display:flex}.button{border:1px solid var(--ink);border-radius:var(--radius-control);background:var(--ink);color:#fff;justify-content:center;align-items:center;min-height:50px;padding:12px 21px;font-size:.92rem;font-weight:720;line-height:1.2;text-decoration:none;transition:background-color .18s,color .18s,transform .18s;display:inline-flex}.button:hover,.button:focus-visible{color:#082d2a;background:#d8c48d;border-color:#d8c48d;transform:translateY(-1px)}.button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.button-quiet{color:var(--ink);background:0 0}.button-quiet:hover,.button-quiet:focus-visible{border-color:var(--ink);background:var(--ink);color:#fff}.button-paper{border-color:var(--paper);background:var(--paper);color:var(--ink)}.button-paper:hover,.button-paper:focus-visible{color:var(--ink-deep);background:#d8c48d;border-color:#d8c48d}.button-small{min-height:44px;padding:10px 16px}.text-link{color:var(--ink);text-decoration-color:var(--gold);font-weight:750;text-decoration-thickness:2px;display:inline-block}.text-link span{transition:transform .18s;display:inline-block}.text-link:hover span{transform:translate(4px)}.skip-link{z-index:100;background:#fff;padding:10px 14px;position:fixed;top:8px;left:8px;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{z-index:20;background:#f7f3eaf0;border-bottom:1px solid #123f3a1f;position:relative}.header-inner{align-items:center;gap:28px;min-height:82px;display:flex}.brand{align-items:center;gap:10px;margin-right:auto;text-decoration:none;display:flex}.brand img{object-fit:contain;width:46px;height:48px}.brand span{flex-direction:column;line-height:1;display:flex}.brand strong{letter-spacing:.2em;font-size:1.2rem}.brand small{letter-spacing:.38em;margin-top:6px;font-size:.55rem}.desktop-nav{align-items:center;gap:24px;display:flex}.desktop-nav a{font-size:.88rem;font-weight:650;text-decoration:none}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{text-decoration:underline;text-decoration-color:var(--gold);text-decoration-thickness:2px}.mobile-menu{display:none}.hero{background:linear-gradient(135deg, var(--paper) 0 64%, var(--paper-deep) 64%);padding-top:clamp(48px,7vw,90px)}.hero-grid{grid-template-columns:1.05fr .8fr;align-items:center;gap:clamp(40px,8vw,110px);display:grid}.hero-copy h1{max-width:790px;margin-bottom:26px}.reassurance{color:var(--slate);font-size:.92rem;font-weight:650}.reassurance span{color:var(--jade);margin-right:6px}.hero-image{margin:0;position:relative}.hero-image:before{content:"";z-index:-1;border:1px solid var(--gold);position:absolute;inset:-18px 22px 22px -18px}.hero-image img{aspect-ratio:1/1.08;object-fit:cover;object-position:center 25%;width:100%}.hero-image figcaption{background:var(--ink);color:#fff;width:calc(100% - 30px);font-family:var(--serif);margin:-28px 0 0 30px;padding:15px 18px;font-size:1rem;position:relative}.trust-strip{background:var(--white);border-block:1px solid #123f3a1f;padding:28px 0}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-grid p{text-align:center;border-right:1px solid #123f3a24;margin:0;padding:0 24px}.trust-grid p:last-child{border:0}.trust-grid strong,.trust-grid span{display:block}.trust-grid strong{color:var(--ink);font-family:var(--serif);font-size:1.35rem;font-weight:500}.trust-grid span{color:var(--slate);font-size:.76rem}.intro-section .narrow{margin-bottom:58px}.route-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.route-card{background:var(--white);min-height:320px;box-shadow:var(--shadow);border:1px solid #123f3a2e;border-radius:8px;padding:34px}.route-card h3{margin-top:50px}.route-featured{background:var(--ink);color:#eef6f2}.route-featured h3,.route-featured .text-link{color:#fff}.route-number{color:var(--gold);letter-spacing:.15em;font-size:.75rem;font-weight:800}.route-featured .route-number{color:#e8d29e}.mist-section{background:var(--mist)}.section-heading{margin-bottom:42px}.section-heading>p:last-child{max-width:720px;color:var(--slate)}.split-heading{grid-template-columns:1fr .75fr;align-items:end;gap:70px;display:grid}.session-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.session-card{border-top:3px solid var(--gold);border-radius:var(--radius-panel);background:var(--white);height:100%;padding:28px;box-shadow:0 8px 30px #082d2a0f}.session-card h3{margin-bottom:12px}.session-time{color:var(--slate);letter-spacing:.07em;text-transform:uppercase;font-size:.78rem;font-weight:760}.session-time span{color:var(--ink)}.session-place{color:var(--slate);font-size:.94rem}.access-label{border-left:3px solid var(--jade);background:var(--mist);color:var(--ink);padding:5px 10px;font-size:.77rem;font-weight:760;display:inline-block}.access-members-only{border-color:var(--gold)}.access-contribution{border-color:#7d638d}.session-note{color:var(--slate);font-size:.84rem}.session-card .text-link{margin-top:14px;font-size:.88rem}.section-action{margin-top:38px}.story-grid{grid-template-columns:1.1fr .85fr;align-items:center;gap:clamp(45px,8vw,100px);display:grid}.film-poster{background:var(--ink);margin:0;position:relative}.film-poster img{aspect-ratio:16/10;object-fit:cover}.film-poster figcaption{border-left:3px solid var(--gold);color:#fff;background:#082d2ae6;padding:13px 16px;position:absolute;inset:auto 18px 18px}.film-poster span,.film-poster small{display:block}.film-poster span{font-family:var(--serif);font-size:1.2rem}.film-poster small{color:#d7e5df}.jade-section{background:var(--ink);color:#e5efeb}.jade-section h2{color:#fff}.membership-bridge{justify-content:space-between;align-items:center;gap:50px;display:flex}.membership-bridge>div:first-child{max-width:760px}.price-block{text-align:center;min-width:190px}.price-block p{line-height:1}.price-block strong,.price-block span{display:block}.price-block strong{color:#fff;font-family:var(--serif);font-size:3.8rem;font-weight:500}.price-block span{margin-top:8px;font-size:.8rem}.organisations-panel{border-block:1px solid #123f3a33;grid-template-columns:1fr 1fr;align-items:end;gap:80px;padding-block:52px;display:grid}.page-hero{padding-block:90px}.page-hero-grid{grid-template-columns:1.2fr .75fr;align-items:end;gap:70px;display:grid}.page-hero h1{margin-bottom:0}.timetable{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.practical-grid{grid-template-columns:.8fr 1.2fr;gap:90px;display:grid}.check-list p{border-bottom:1px solid #123f3a29;padding-bottom:22px}.practical-side{min-width:0}.classes-first-visit-image{border-radius:var(--radius-panel);background:var(--ink);margin-top:34px;position:relative;overflow:hidden}.classes-first-visit-image:after{content:"";pointer-events:none;background:linear-gradient(#0a302b08,#0a302b57);position:absolute;inset:0}.classes-first-visit-image img{object-fit:cover;object-position:center 55%;filter:saturate(.84)contrast(1.03);width:100%;height:clamp(250px,30vw,390px);transition:transform .45s;display:block}.classes-first-visit-image:hover img{transform:scale(1.018)}.membership-hero{background:linear-gradient(120deg, var(--paper) 0 66%, var(--jade-light) 66%)}.membership-hero-grid{grid-template-columns:1.2fr .65fr;align-items:center;gap:90px;display:grid}.membership-price-card{border-top:4px solid var(--gold);background:var(--ink);color:#fff;box-shadow:var(--shadow);border-radius:8px;padding:38px}.membership-price-card .price{line-height:1}.membership-price-card strong,.membership-price-card span{display:block}.membership-price-card strong{font-family:var(--serif);font-size:5rem;font-weight:500}.membership-price-card span{color:#d7e5df;margin-top:10px}.membership-price-card hr{border:0;border-top:1px solid #ffffff40;margin:28px 0}.benefit-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:16px;margin-top:42px;display:grid}.benefit-grid article{border-radius:var(--radius-panel);background:var(--white);border:1px solid #0000;min-height:0;padding:24px 26px;transition:background-color .22s,border-color .22s,box-shadow .22s,transform .22s}.benefit-grid span{color:var(--gold);font-size:.75rem;font-weight:800}.benefit-grid h3{margin:0 0 12px}.benefit-grid p{margin:0}.rhythm-grid{grid-template-columns:.75fr 1.25fr;gap:90px;display:grid}.rhythm-list{margin:0;padding:0;list-style:none}.rhythm-list li{border-top:1px solid #123f3a33;grid-template-columns:160px 1fr;padding:24px 0;display:grid}.rhythm-list li:last-child{border-bottom:1px solid #123f3a33}.rhythm-list span{color:var(--ink);font-family:var(--serif);font-size:1.25rem}.rhythm-list p{color:var(--slate);margin:0}.final-cta{max-width:820px}.final-cta .button{margin:18px 0}.light-copy{color:#c9d9d3}.site-footer{--footer-pastel:#e7b8a7;background:var(--ink-deep);color:#d5e2de;padding:clamp(42px,5vw,68px) 0 38px}.footer-grid{grid-template-columns:1fr;align-items:start;display:grid}.footer-left{grid-template-columns:minmax(300px,.78fr) minmax(560px,1.22fr);gap:46px clamp(52px,7vw,110px);display:grid}.footer-kicker{color:#dcc994;letter-spacing:.16em;text-transform:uppercase;margin:0 0 14px;font-size:.68rem;font-weight:800}.footer-newsletter h2{color:#fff;letter-spacing:-.025em;max-width:560px;margin:0 0 13px;font-size:clamp(1.65rem,2.5vw,2.45rem)}.footer-newsletter>p:not(.footer-kicker){color:#afc2bd;max-width:560px;margin-bottom:24px;font-size:.88rem}.footer-newsletter form{grid-template-columns:1fr 1fr;gap:12px;max-width:620px;display:grid}.footer-newsletter label{color:#dce8e4;gap:7px;font-size:.7rem;font-weight:750;display:grid}.footer-newsletter input{color:#fff;width:100%;min-height:47px;font:inherit;background:#ffffff12;border:1px solid #ffffff47;border-radius:8px;padding:10px 12px}.footer-newsletter input:focus{border-color:var(--footer-pastel);outline:3px solid #e7b8a738}.footer-newsletter button{color:#fff;min-height:50px;font:inherit;cursor:pointer;background:#ffffff12;border:1px solid #e7b8a7b3;border-radius:8px;grid-column:1/-1;justify-content:space-between;align-items:center;padding:12px 17px;font-size:.82rem;font-weight:800;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:flex}.footer-newsletter button:hover{border-color:var(--footer-pastel);background:var(--footer-pastel);color:var(--ink-deep);transform:translateY(-1px)}.footer-directory{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;display:grid}.footer-link-column a{color:#d5e2de;width:fit-content;margin:12px 0;font-size:.86rem;line-height:1.4;text-decoration-color:#d5e2de80;transition:color .18s;display:block}.footer-link-column a:hover{color:#fff}.footer-contact{border-top:1px solid #ffffff24;grid-column:1/-1;padding-top:30px}.footer-contact>a{color:#fff;font-family:var(--serif);align-items:center;gap:15px;font-size:clamp(1.65rem,3vw,2.8rem);line-height:1.1;text-decoration:none;transition:color .18s;display:inline-flex}.footer-contact>a span{transition:transform .18s}.footer-contact>a:hover{color:var(--footer-pastel)}.footer-contact>a:hover span{transform:translate(5px)}.footer-identity{text-align:right;justify-self:end}.footer-brand{margin-bottom:14px;display:inline-block}.footer-brand img{border-radius:var(--radius-control);object-fit:contain;width:94px;height:94px}.footer-identity p{color:#afc2bd;margin:4px 0 0 auto;font-size:.74rem;line-height:1.5}.footer-tagline{white-space:nowrap}.footer-location{letter-spacing:.03em}.footer-base{color:#9fb2ad;text-align:left;border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:clamp(32px,7vw,110px);margin-top:42px;padding-top:22px;font-size:.7rem;display:flex}.footer-socials{align-items:center;gap:10px;display:flex}.footer-directory-socials{margin-top:24px;transform:translateY(36px)}.footer-directory-socials a{width:36px;height:36px;margin:0;display:grid}.footer-socials a{color:#dcc994;border:1px solid #dcc9948c;border-radius:50%;place-items:center;width:36px;height:36px;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:grid}.footer-socials svg{fill:currentColor;width:18px;height:18px}.footer-socials a:hover{border-color:var(--footer-pastel);background:var(--footer-pastel);color:var(--ink-deep);transform:translateY(-2px)}.footer-socials a:focus-visible{outline-offset:3px;outline:3px solid #e7b8a74d}@media (width<=900px){.desktop-nav,.desktop-action{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{cursor:pointer;flex-direction:column;justify-content:center;gap:5px;width:50px;min-height:50px;list-style:none;display:flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--ink);width:24px;height:2px}.mobile-menu summary b{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.mobile-menu nav{background:var(--white);width:min(320px,100vw - 40px);box-shadow:var(--shadow);border:1px solid #123f3a26;padding:16px;position:absolute;top:62px;right:0}.mobile-menu nav>a:not(.button){min-height:48px;padding:11px 8px;text-decoration:none;display:block}.mobile-menu .button{margin-top:8px}.hero-grid,.story-grid,.page-hero-grid,.membership-hero-grid,.rhythm-grid,.practical-grid{grid-template-columns:1fr}.hero{background:var(--paper)}.hero-image{max-width:620px}.route-grid,.session-grid,.benefit-grid{grid-template-columns:repeat(2,1fr)}.route-card:last-child,.session-grid .session-card:last-child{grid-column:1/-1}.trust-grid{grid-template-columns:repeat(2,1fr);gap:24px 0}.trust-grid p:nth-child(2){border-right:0}.split-heading{grid-template-columns:1fr;gap:10px}.membership-hero{background:var(--paper)}.footer-grid{grid-template-columns:1fr;gap:42px}.footer-left{grid-row:2;grid-template-columns:1fr}.footer-identity{grid-row:1;justify-self:end}}@media (width<=1100px) and (width>=901px){.footer-left{grid-template-columns:1fr}}@media (width<=640px){body{font-size:1rem}.shell{width:min(100% - 30px,1180px)}.section{padding-block:68px}.header-inner{min-height:70px}.brand img{width:40px;height:42px}.brand strong{font-size:1.05rem}.hero{padding-top:50px}.hero-grid{gap:55px}.button-row{flex-direction:column;align-items:stretch}.button-row .button{width:100%}.hero-image:before{inset:-10px 12px 12px -10px}.trust-grid strong{font-size:1.1rem}.trust-grid p{padding-inline:8px}.route-grid,.session-grid,.benefit-grid,.timetable{grid-template-columns:1fr}.route-card:last-child,.session-grid .session-card:last-child{grid-column:auto}.route-card{min-height:0}.membership-bridge{flex-direction:column;align-items:flex-start}.price-block{text-align:left}.organisations-panel,.footer-grid{grid-template-columns:1fr;gap:30px}.footer-left{grid-template-columns:1fr;gap:38px}.footer-directory{grid-template-columns:1fr;gap:26px}.footer-contact{grid-column:auto}.footer-identity{text-align:left;order:-1;justify-self:start}.footer-identity p{margin-left:0}.footer-tagline{white-space:normal}.footer-newsletter form{grid-template-columns:1fr}.footer-newsletter button{grid-column:auto}.page-hero{padding-block:65px}.page-hero-grid{gap:25px}.membership-price-card{padding:30px}.rhythm-list li{grid-template-columns:1fr;gap:8px}.footer-base{flex-direction:column;align-items:flex-start;gap:18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.member-portal-body{--portal-bg:#f3f1eb;--portal-surface:#fff;--portal-surface-soft:#e8efeb;--portal-text:#082d2a;--portal-muted:#50615e;--portal-border:#123f3a29;background:var(--portal-bg);color:var(--portal-text);margin:0}[data-member-theme=dark] .member-portal-body{--portal-bg:#0c1514;--portal-surface:#152321;--portal-surface-soft:#1c2e2b;--portal-text:#f4f0e7;--portal-muted:#b8c6c1;--portal-border:#deebe626}.member-portal-shell{grid-template-columns:292px minmax(0,1fr);min-height:100vh;display:grid}.member-portal-sidebar{z-index:50;color:#eaf1ee;background:#071f1d;border-right:1px solid #ffffff1a;flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.member-sidebar-brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:13px;min-height:90px;padding:14px 20px;display:flex}.member-sidebar-brand img{object-fit:contain;border-radius:8px;width:58px;height:58px}.member-sidebar-brand strong,.member-sidebar-brand span{display:block}.member-sidebar-brand strong{color:#fff;font-family:var(--serif);font-size:1.15rem;font-weight:500}.member-sidebar-brand span{color:#aebfba;letter-spacing:.13em;text-transform:uppercase;font-size:.67rem}.member-sidebar-close{color:#fff;font:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:1.8rem;display:none}.member-portal-sidebar nav{gap:5px;padding:24px 14px;display:grid}.member-portal-sidebar nav>a,.member-portal-sidebar summary{color:#dbe6e2;cursor:pointer;border-radius:7px;align-items:center;gap:12px;min-height:44px;padding:9px 13px;font-size:.85rem;font-weight:700;text-decoration:none;list-style:none;display:flex}.member-portal-sidebar nav>a:hover,.member-portal-sidebar summary:hover,.member-portal-sidebar .member-nav-active{color:#fff;background:#ffffff1f}.member-portal-sidebar nav>a>span,.member-portal-sidebar summary b{color:#d8c48d;text-align:center;width:18px;font-weight:500}.member-portal-sidebar summary{justify-content:space-between}.member-portal-sidebar summary>span{align-items:center;gap:12px;display:flex}.member-portal-sidebar summary i{color:#d8c48d;font-style:normal;transition:transform .18s}.member-portal-sidebar details[open] summary i{transform:rotate(180deg)}.member-portal-sidebar summary::-webkit-details-marker{display:none}.member-library-nav{border-left:1px solid #ffffff29;gap:2px;margin:6px 0 10px 31px;padding-left:10px;display:grid}.member-library-nav a{color:#adbfba;border-radius:6px;padding:7px 9px;font-size:.72rem;line-height:1.35;text-decoration:none}.member-library-nav a:hover{color:#fff;background:#ffffff17}.member-library-nav .member-library-main-link{color:#ead7a4;justify-content:space-between;font-weight:760;display:flex}.member-sidebar-support{border-top:1px solid #ffffff1f;margin-top:auto;padding:20px 26px 28px}.member-sidebar-support p{color:#d8c48d;letter-spacing:.15em;text-transform:uppercase;margin:0 0 8px;font-size:.65rem;font-weight:800}.member-sidebar-support a{color:#d5e2de;padding:5px 0;font-size:.78rem;text-decoration:none;display:block}.member-sidebar-support a:hover{color:#fff;text-decoration:underline}.member-portal-workspace{min-width:0}.member-portal-topbar{z-index:35;border-bottom:1px solid var(--portal-border);background:color-mix(in srgb,var(--portal-surface) 94%,transparent);backdrop-filter:blur(12px);justify-content:flex-end;align-items:center;gap:28px;min-height:76px;padding:0 clamp(20px,4vw,54px);display:flex;position:sticky;top:0}.member-portal-topbar nav{align-items:center;gap:28px;display:flex}.member-portal-topbar nav a{color:var(--portal-text);font-size:.78rem;font-weight:760;text-decoration:none}.member-portal-topbar nav a:hover{text-decoration:underline;text-decoration-color:var(--gold);text-decoration-thickness:2px}.member-topbar-resources{position:relative}.member-topbar-resources summary{color:var(--portal-text);cursor:pointer;align-items:center;gap:7px;font-size:.78rem;font-weight:760;list-style:none;display:flex}.member-topbar-resources summary::-webkit-details-marker{display:none}.member-topbar-resources summary span{color:var(--gold);transition:transform .18s}.member-topbar-resources[open] summary span{transform:rotate(180deg)}.member-topbar-resources>div{z-index:60;border:1px solid var(--portal-border);border-top:3px solid var(--gold);background:var(--portal-surface);border-radius:10px;gap:3px;width:min(390px,100vw - 30px);padding:12px;display:grid;position:absolute;top:calc(100% + 18px);right:50%;transform:translate(50%);box-shadow:0 24px 65px #04201d33}.member-portal-topbar nav .member-topbar-resources a{border-radius:7px;gap:3px;padding:11px 12px;text-decoration:none;display:grid}.member-portal-topbar nav .member-topbar-resources a:hover{background:var(--portal-surface-soft);text-decoration:none}.member-topbar-resources a strong{color:var(--portal-text);font-size:.82rem}.member-topbar-resources a small{color:var(--portal-muted);font-size:.68rem;font-weight:500;line-height:1.35}.member-theme-toggle,.member-menu-button{border:1px solid var(--portal-border);min-height:42px;color:var(--portal-text);font:inherit;cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:0 14px;font-size:.74rem;font-weight:760;display:inline-flex}.member-theme-toggle:hover,.member-menu-button:hover{background:var(--portal-surface-soft)}.member-menu-button{margin-right:auto;display:none}.member-portal-notice{color:#17322f;background:#fff3c7;border-bottom:1px solid #d6bf79;align-items:center;gap:16px;width:auto;min-height:48px;padding:9px clamp(20px,4vw,54px);font-size:.73rem;display:flex}.member-portal-notice strong{letter-spacing:.07em;text-transform:uppercase}.member-portal-notice span{color:#53625f}.member-portal-notice a{margin-left:auto;font-weight:760}.member-portal-main{gap:28px;padding:clamp(28px,4vw,58px);display:grid}.member-portal-welcome{color:#d9e6e1;background:#0b3430;border-radius:12px;grid-template-columns:1.3fr .65fr;align-items:end;gap:clamp(40px,7vw,90px);padding:clamp(38px,6vw,76px);display:grid}.member-portal-welcome h1{color:#fff;max-width:730px;margin-bottom:22px;font-size:clamp(3rem,6vw,5.4rem)}.member-portal-welcome .eyebrow{color:#d8c48d}.member-portal-welcome>div>p:last-child{color:#c5d4cf;max-width:690px;font-size:1.08rem}.member-portal-welcome aside{background:#ffffff17;border-top:2px solid #d8c48d;padding:26px}.member-portal-welcome aside span,.member-portal-welcome aside strong{display:block}.member-portal-welcome aside span{color:#d8c48d;letter-spacing:.14em;text-transform:uppercase;font-size:.65rem;font-weight:800}.member-portal-welcome aside strong{color:#fff;font-family:var(--serif);margin:10px 0;font-size:1.45rem;font-weight:500}.member-portal-welcome aside p{color:#c5d4cf;margin:0;font-size:.84rem}.member-portal-welcome .member-account-status>p{color:#fff;font-family:var(--sans);letter-spacing:.08em;margin:8px 0 12px;font-size:1.08rem;font-weight:800}.member-portal-welcome .member-account-status small{color:#c5d4cf;font-size:.76rem;line-height:1.45;display:block}.member-sign-in-shell{background:#0b3430;grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.member-sign-in-brand{color:#d9e6e1;flex-direction:column;justify-content:center;padding:clamp(42px,8vw,110px);display:flex}.member-sign-in-brand .eyebrow{color:#e4c875;letter-spacing:.2em;text-shadow:0 1px 18px #e4c8752e;font-weight:850}.member-sign-in-brand img{border:2px solid #fff;border-radius:8px;width:90px;height:90px;margin-bottom:38px}.member-sign-in-brand h1{color:#fff;max-width:680px;margin:18px 0 24px;font-size:clamp(3.2rem,7vw,6.4rem)}.member-sign-in-brand>p:last-child{color:#c5d4cf;max-width:640px;font-size:1.08rem;line-height:1.65}.member-sign-in-card{background:#f8f5ed;border-radius:12px;align-self:center;gap:22px;max-width:620px;margin:40px;padding:clamp(30px,5vw,58px);display:grid}.member-sign-in-card h2{color:#0b3430;margin:0;font-size:clamp(2.1rem,4vw,3.5rem)}.member-sign-in-card [data-email-step],.member-sign-in-card [data-code-step]{gap:14px;display:grid}.member-sign-in-card [hidden]{display:none}.member-sign-in-card input{border:1px solid #71817b;border-radius:6px;min-height:58px;padding:13px 15px;font-size:1.05rem}.member-sign-in-card .button{cursor:pointer;border:0;width:100%;min-height:58px}.member-sign-in-status{color:#4a5c55;min-height:24px;margin:0;line-height:1.5}@media (width<=800px){.member-sign-in-shell{grid-template-columns:1fr}.member-sign-in-brand{padding:48px 24px 28px}.member-sign-in-brand h1{font-size:3.2rem}.member-sign-in-card{margin:20px 16px 48px}}.member-portal-library-card{border:1px solid var(--portal-border);border-top:3px solid var(--gold);background:var(--portal-surface);border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:clamp(35px,7vw,90px);padding:clamp(28px,4vw,46px);display:grid;box-shadow:0 15px 45px #082d2a0d}.member-portal-library-card h2{max-width:750px;color:var(--portal-text);margin-bottom:14px;font-size:clamp(2rem,3.6vw,3.35rem)}.member-portal-library-card p{max-width:760px;color:var(--portal-muted)}.member-portal-library-card small{color:var(--portal-muted);font-weight:650}.member-portal-library-card .button{justify-content:space-between;gap:25px;min-width:280px}.member-portal-practice-grid{grid-template-columns:1.4fr .72fr;align-items:start;gap:22px;display:grid}.member-portal-latest,.member-portal-practice-side article,.member-portal-week .member-preview-cards article{border:1px solid var(--portal-border);background:var(--portal-surface);border-radius:12px;overflow:hidden;box-shadow:0 15px 45px #082d2a0d}.member-portal-latest h2,.member-portal-practice-side h3,.member-portal-week h2,.member-portal-week h3{color:var(--portal-text)}.member-portal-latest p,.member-portal-practice-side p,.member-portal-practice-side li,.member-portal-week p{color:var(--portal-muted)}.member-portal-practice-side{gap:22px;display:grid}.member-portal-practice-side article{padding:28px}.member-portal-practice-side h3{font-size:1.65rem}.member-portal-practice-side ul{padding-left:20px}.member-portal-practice-side .button{width:100%}.member-portal-week{background:var(--portal-surface-soft);border-radius:12px;padding:clamp(28px,4vw,48px)}.member-portal-week .member-preview-section-heading{margin-bottom:32px}.member-portal-week .member-preview-cards article{box-shadow:none}.member-portal-week .member-portal-image-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.member-portal-week .member-portal-image-cards article{isolation:isolate;color:#fff;background:#082d2a;border:0;min-height:430px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 18px 48px #0625222e}.member-portal-image-cards article:before{z-index:-2;content:"";background-image:var(--member-card-image);background-position:50%;background-size:cover;transition:transform .45s;position:absolute;inset:0}.member-portal-image-cards article:after{z-index:-1;content:"";background:linear-gradient(#041b1a1a 0%,#041b1a7a 48%,#041b1af5 100%);position:absolute;inset:0}.member-portal-image-cards article:hover{transform:translateY(-4px);box-shadow:0 24px 55px #0625223d}.member-portal-image-cards article:hover:before{transform:scale(1.035)}.member-portal-week .member-portal-image-cards article>span:first-child{color:#ead59d}.member-portal-week .member-portal-image-cards h3{color:#fff;margin-top:auto;font-size:clamp(2rem,3vw,2.8rem)}.member-portal-week .member-portal-image-cards .text-link{color:#fff;text-decoration-color:#d8c48d}.member-portal-week .member-portal-image-cards .member-preview-label{color:#fff;background:#ffffff21;border-left-color:#d8c48d}[data-member-theme=dark] .member-portal-welcome{background:#102c29}[data-member-theme=dark] .member-portal-library-card .button,[data-member-theme=dark] .member-portal-latest .button{color:#082d2a;background:#d8c48d;border-color:#d8c48d}[data-member-theme=dark] .member-portal-main .text-link{color:#f4f0e7}[data-member-theme=dark] .member-portal-main .button-quiet{color:#f4f0e7;background:0 0;border-color:#d8c48d}.member-sidebar-backdrop{display:none}.member-calendar-main{gap:28px;padding:clamp(28px,4vw,58px);display:grid}.member-calendar-heading{justify-content:space-between;align-items:end;gap:40px;display:flex}.member-calendar-heading h1{max-width:760px;color:var(--portal-text);margin:8px 0 14px;font-size:clamp(3rem,6vw,5.4rem)}.member-calendar-heading>div>p:last-child{max-width:720px;color:var(--portal-muted);font-size:1.02rem}.member-calendar-month{border-left:3px solid var(--gold);background:var(--portal-surface);min-width:230px;padding:20px 24px}.member-calendar-month span,.member-calendar-month strong{display:block}.member-calendar-month span{color:var(--portal-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800}.member-calendar-month strong{color:var(--portal-text);font-family:var(--serif);margin-top:5px;font-size:1.45rem}.member-calendar-feature{border:1px solid var(--portal-border);background:var(--portal-surface);border-radius:14px;grid-template-columns:minmax(280px,.8fr) 1.2fr;display:grid;overflow:hidden;box-shadow:0 18px 48px #06252214}.member-calendar-feature-image{min-height:390px}.member-calendar-feature-image img{object-fit:cover;width:100%;height:100%}.member-calendar-feature>div:last-child{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(30px,5vw,62px);display:flex}.member-calendar-feature h2{max-width:720px;color:var(--portal-text);margin:12px 0;font-size:clamp(2rem,4vw,3.7rem)}.member-calendar-feature-group{gap:24px;display:grid}.member-calendar-feature-group-heading h2{color:var(--portal-text);margin:8px 0 0;font-size:clamp(2rem,3vw,3.1rem)}.member-calendar-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.member-calendar-feature-compact{grid-template-columns:1fr}.member-calendar-feature-compact .member-calendar-feature-image{aspect-ratio:650/396;min-height:0}.member-calendar-feature-compact>div:last-child{justify-content:flex-start;padding:clamp(24px,3vw,38px)}.member-calendar-feature-compact h3{color:var(--portal-text);font-family:var(--serif);margin:10px 0 12px;font-size:clamp(1.7rem,2.5vw,2.65rem);line-height:1.03}.member-calendar-feature-compact .button{margin-top:auto}.member-event-date{color:var(--portal-muted);font-weight:700}.member-event-pills{flex-wrap:wrap;gap:8px;margin:22px 0 28px;display:flex}.member-event-pills span{background:var(--portal-surface-soft);color:var(--portal-text);border-radius:999px;padding:8px 12px;font-size:.72rem;font-weight:700}.member-calendar-list{background:var(--portal-surface-soft);border-radius:14px;padding:clamp(26px,4vw,48px)}.member-calendar-list-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px;display:flex}.member-calendar-list-heading h2{color:var(--portal-text);font-size:clamp(2.4rem,4vw,4rem)}.member-calendar-list-heading label{color:var(--portal-muted);font-size:.75rem;font-weight:700}.member-calendar-list-heading select{border:1px solid var(--portal-border);background:var(--portal-surface);min-height:44px;color:var(--portal-text);font:inherit;border-radius:8px;margin-left:8px;padding:0 34px 0 12px}.member-event-list{gap:12px;display:grid}.member-event-list article{border:1px solid var(--portal-border);background:var(--portal-surface);border-radius:11px;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:24px;padding:12px 18px 12px 12px;display:grid;overflow:hidden}.member-event-list article[hidden]{display:none}.member-event-list img{object-fit:cover;border-radius:8px;width:190px;height:116px}.member-event-copy>span{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:800}.member-event-copy h3{color:var(--portal-text);margin:7px 0 5px;font-size:1.45rem}.member-event-copy p,.member-event-copy small{color:var(--portal-muted)}.member-event-book{border:1px solid var(--gold);min-height:44px;color:var(--portal-text);font:inherit;cursor:pointer;background:0 0;border-radius:8px;padding:0 18px;font-size:.76rem;font-weight:800}.member-event-book:hover{background:var(--portal-text);color:var(--portal-surface)}.member-booking-dialog{background:var(--portal-surface);width:min(610px,100vw - 30px);max-height:calc(100vh - 30px);color:var(--portal-text);border:0;border-radius:14px;padding:0;box-shadow:0 30px 90px #00000052}.member-booking-dialog::backdrop{backdrop-filter:blur(4px);background:#021413ad}.member-booking-panel{padding:clamp(28px,5vw,50px);position:relative}.member-booking-panel h2{color:var(--portal-text);margin:12px 38px 12px 0;font-size:clamp(2rem,5vw,3.2rem)}.member-booking-details,.member-booking-help{color:var(--portal-muted)}.member-booking-panel label{color:var(--portal-text);gap:8px;font-size:.78rem;font-weight:800;display:grid}.member-booking-panel input{border:1px solid var(--portal-border);background:var(--portal-surface-soft);min-height:50px;color:var(--portal-text);font:inherit;border-radius:8px;padding:0 14px}.member-booking-panel .button{width:100%;margin-top:20px}.member-booking-close{color:var(--portal-text);cursor:pointer;background:0 0;border:0;font-size:1.7rem;position:absolute;top:18px;right:18px}.member-booking-preview-note{border-left:3px solid var(--gold);background:var(--portal-surface-soft);gap:3px;margin:24px 0 4px;padding:15px;display:grid}.member-booking-preview-note span{color:var(--portal-muted);font-size:.8rem}@media (width<=1120px){.member-portal-shell{grid-template-columns:260px minmax(0,1fr)}.member-portal-sidebar{width:260px}.member-portal-main{padding:28px}.member-portal-practice-grid{grid-template-columns:1fr}.member-portal-practice-side{grid-template-columns:1fr 1fr}}@media (width<=860px){.member-portal-shell{display:block}.member-portal-sidebar{width:min(86vw,300px);transition:transform .25s;position:fixed;left:0;transform:translate(-105%);box-shadow:20px 0 60px #00000047}.member-portal-sidebar.is-open{transform:translate(0)}.member-sidebar-close,.member-menu-button{display:inline-flex}.member-sidebar-backdrop{z-index:45;background:#00000075;position:fixed;inset:0}.member-menu-open .member-sidebar-backdrop{display:block}.member-menu-open{overflow:hidden}.member-portal-topbar{justify-content:flex-end}.member-portal-welcome,.member-portal-library-card{grid-template-columns:1fr;gap:28px}.member-portal-library-card .button{width:100%;min-width:0}.member-calendar-features,.member-calendar-feature{grid-template-columns:1fr}.member-calendar-feature-image{min-height:300px}.member-calendar-feature-compact .member-calendar-feature-image{min-height:0}.member-event-list article{grid-template-columns:140px minmax(0,1fr)}.member-event-list img{width:140px}.member-event-book{grid-column:2;justify-self:start}}@media (width<=620px){.member-portal-topbar{gap:10px;min-height:68px;padding:0 15px}.member-portal-topbar nav{display:none}.member-theme-toggle{margin-left:auto}.member-portal-notice{flex-direction:column;align-items:flex-start;gap:3px;padding:10px 15px}.member-portal-notice a{margin:4px 0 0}.member-portal-main{gap:18px;padding:15px}.member-portal-welcome{padding:34px 24px}.member-portal-welcome h1{font-size:2.8rem}.member-portal-practice-side{grid-template-columns:1fr}.member-portal-week{padding:24px}.member-portal-week .member-preview-section-heading,.member-portal-week .member-preview-cards{grid-template-columns:1fr;gap:18px}.member-calendar-main{gap:18px;padding:20px 15px}.member-calendar-heading,.member-calendar-list-heading{flex-direction:column;align-items:stretch}.member-calendar-month{min-width:0}.member-calendar-feature-image{min-height:230px}.member-calendar-feature>div:last-child{padding:28px 22px}.member-calendar-list{padding:22px 15px}.member-event-list article{grid-template-columns:1fr;padding:12px}.member-event-list img{width:100%;height:180px}.member-event-book{grid-column:auto;width:100%}.member-calendar-list-heading select{width:100%;margin:8px 0 0}}.pro-header{background:#fff;border:0}.header-utility{background:var(--ink-deep);color:#dce8e3;letter-spacing:.1em;text-transform:uppercase;font-size:.68rem}.header-utility .shell{justify-content:flex-end;align-items:center;gap:25px;min-height:32px;display:flex}.header-utility span{margin-right:auto}.header-utility a{text-decoration:none}.pro-header-main{align-items:center;gap:clamp(10px,1.2vw,18px);min-height:90px;display:flex}.official-brand{justify-content:flex-start;align-items:center;width:92px;min-width:92px;height:90px;margin-right:auto;display:flex}.official-brand img{border-radius:var(--radius-control);object-fit:contain;object-position:left center;width:82px;height:82px}.members-login{border:1px solid var(--ink);border-radius:var(--radius-control);min-height:44px;color:var(--ink);letter-spacing:.055em;text-transform:uppercase;background:0 0;flex:none;justify-content:center;align-items:center;padding:0 18px;font-size:.72rem;font-weight:800;text-decoration:none;transition:background .18s,color .18s;display:inline-flex}.members-login:hover,.members-login:focus-visible{background:var(--ink);color:#fff}.pro-nav{align-items:stretch;height:90px;display:flex}.pro-nav>a,.nav-group>summary{min-height:90px;color:var(--ink-deep);cursor:pointer;align-items:center;gap:6px;padding:0 12px;font-size:.82rem;font-weight:750;text-decoration:none;list-style:none;display:flex}.nav-group>summary::-webkit-details-marker{display:none}.nav-group>summary span{color:var(--gold);font-size:1rem}.pro-nav>a:hover,.nav-group>summary:hover,.nav-group[open]>summary{background:#f3f0e9}.nav-group{position:static}.mega-menu{z-index:40;border-top:3px solid var(--gold);border-radius:var(--radius-panel);background:#fff;width:min(1180px,100% - 40px);position:absolute;top:122px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 24px 70px #0000002e}.practice-menu{grid-template-columns:1fr 1.5fr .7fr;display:grid}.menu-intro{background:var(--ink);color:#d6e3de;padding:42px}.menu-intro h2{color:#fff;font-size:2rem}.menu-kicker{color:#d9c891;letter-spacing:.15em;text-transform:uppercase;font-size:.65rem;font-weight:800}.menu-links{grid-template-columns:1fr 1fr;padding:24px;display:grid}.menu-links a,.compact-menu a{color:var(--ink-deep);padding:20px;text-decoration:none}.menu-links a:hover,.compact-menu a:hover{background:var(--mist)}.menu-links strong,.menu-links span,.compact-menu strong,.compact-menu span{display:block}.menu-links strong,.compact-menu strong{color:var(--ink);font-family:var(--serif);font-size:1.15rem;font-weight:500}.menu-links span,.compact-menu span{color:var(--slate);font-size:.78rem}.menu-feature{color:var(--ink-deep);background:#d8c48d;flex-direction:column;justify-content:flex-end;padding:30px;text-decoration:none;display:flex}.menu-feature span{letter-spacing:.12em;text-transform:uppercase;font-size:.65rem;font-weight:800}.menu-feature strong{font-family:var(--serif);margin:12px 0;font-size:1.25rem;font-weight:500}.menu-feature b{font-size:1.5rem}.compact-menu{width:520px;padding:18px;left:auto;right:140px;transform:none}.compact-menu a{display:block}.site-theme-toggle{border-radius:var(--radius-control);min-height:44px;color:var(--ink-deep);font:inherit;cursor:pointer;background:0 0;border:1px solid #123f3a47;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 13px;font-size:.7rem;font-weight:800;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.site-theme-toggle:hover{border-color:var(--gold);background:var(--mist)}.site-theme-toggle [data-site-theme-icon]{font-size:1rem;line-height:1}.header-cta{border-radius:var(--radius-control);background:var(--ink);color:#fff;text-transform:uppercase;align-self:center;align-items:center;gap:18px;min-height:48px;padding:0 20px;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.premium-hero{background:var(--ink-deep);color:#fff;align-items:center;min-height:min(790px,100vh - 122px);display:flex;position:relative;overflow:hidden}.premium-hero-media{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.premium-hero-video{z-index:0}.premium-hero-overlay{background:linear-gradient(90deg,#041b1aeb 0%,#041b1abd 42%,#041b1a26 74%,#041b1a0d 100%);position:absolute;inset:0}.premium-hero-content{z-index:2;padding:92px 0 105px;position:relative}.premium-hero-content h1{color:#fff;max-width:1040px;font-family:var(--sans);letter-spacing:-.055em;margin:0 0 28px;font-size:clamp(3rem,5.6vw,5.55rem);font-weight:760;line-height:.98}.premium-hero-content h1>span{display:block}.premium-hero-content>p:not(.hero-label){color:#e0e9e5;max-width:720px;font-size:clamp(1.08rem,1.6vw,1.28rem)}.hero-label,.section-index{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:.68rem;font-weight:820}.hero-label{color:#dccb9a}.premium-actions{align-items:center;gap:30px;margin-top:36px;display:flex}.premium-hero-content .premium-actions>a{width:250px;min-height:54px}.premium-hero-content .premium-text-link{border-radius:var(--radius-control);text-transform:uppercase;border:1px solid #fff;justify-content:space-between;align-items:center;padding:0 24px;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.premium-hero-content .premium-text-link:hover,.premium-hero-content .premium-text-link:focus-visible{color:#082d2a;background:#d8c48d;border-color:#d8c48d;transform:translateY(-1px)}.premium-button{border-radius:var(--radius-control);letter-spacing:.04em;text-transform:uppercase;border:1px solid #0000;justify-content:space-between;align-items:center;gap:34px;min-height:54px;padding:0 24px;font-size:.78rem;font-weight:820;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.premium-button:hover,.premium-button:focus-visible{color:#082d2a;background:#d8c48d;border-color:#d8c48d;transform:translateY(-1px)}.light-button{color:var(--ink-deep);background:#fff}.dark-button{background:var(--ink);color:#fff}.premium-membership .light-button:hover,.premium-membership .light-button:focus-visible{color:#fff;background:#082d2a;border-color:#082d2a}.drjar-closing .premium-button{transition:background-color .18s,border-color .18s,color .18s,transform .18s}.drjar-closing .premium-button:hover,.drjar-closing .premium-button:focus-visible{color:#082d2a;background:#d8c48d;transform:translateY(-1px)}.premium-text-link{color:#fff;font-size:.82rem;font-weight:760;text-decoration:none}.premium-text-link span{color:#d8c48d;margin-left:10px}.premium-final .premium-actions>a{width:250px;min-height:54px}.premium-final .premium-text-link{border-radius:var(--radius-control);text-transform:uppercase;border:1px solid #fff;justify-content:space-between;align-items:center;padding:0 24px;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.premium-final .premium-text-link:hover,.premium-final .premium-text-link:focus-visible{color:#082d2a;background:#d8c48d;border-color:#d8c48d;transform:translateY(-1px)}.hero-side-note{z-index:2;color:#fff;letter-spacing:.13em;text-transform:uppercase;align-items:flex-end;gap:14px;font-size:.68rem;line-height:1.65;display:flex;position:absolute;bottom:30px;right:25px}.hero-side-note span{color:#dccb9a}.authority-band{background:#fff;border-bottom:1px solid #ddd8ce;padding:28px 0}.authority-grid{grid-template-columns:repeat(4,1fr);display:grid}.authority-grid p{border-right:1px solid #ddd8ce;margin:0;padding:0 28px}.authority-grid p:first-child{padding-left:0}.authority-grid p:last-child{border:0}.authority-grid strong,.authority-grid span{display:block}.authority-grid strong{color:var(--ink);font-family:var(--serif);font-size:1.22rem;font-weight:500}.authority-grid span{color:var(--slate);font-size:.72rem;line-height:1.4}.premium-intro{background:#f2efe8;padding:130px 0}.premium-intro-grid{grid-template-columns:.55fr 1.25fr .8fr;align-items:start;gap:70px;display:grid}.premium-intro h2{color:var(--ink-deep);font-family:var(--sans);margin:0;font-size:clamp(2.7rem,4.5vw,4.7rem);font-weight:740;line-height:1.1}.premium-intro h2 .apex-approach-return{margin-top:.55em;display:block}.premium-prose{max-width:620px;color:var(--slate)}.arrow-link{border-bottom:1px solid var(--ink);color:var(--ink);text-transform:uppercase;align-items:center;gap:20px;padding-bottom:8px;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.premium-intro .arrow-link{transition:color .18s,border-color .18s}.premium-intro .arrow-link:hover,.premium-intro .arrow-link:focus-visible{color:#72571f;border-color:#96773b}.approach-method{border-top:5px solid var(--gold);border-radius:0 var(--radius-panel) var(--radius-panel) var(--radius-panel);background:#dce6e2;margin-top:clamp(70px,9vw,120px);padding:clamp(34px,6vw,76px);position:relative;box-shadow:0 24px 70px #082d2a1a}.approach-method-heading{grid-template-columns:minmax(0,1.1fr) minmax(280px,.65fr);align-items:end;gap:clamp(35px,7vw,90px);margin-bottom:48px;display:grid}.approach-method-heading .section-index{color:#78591e;letter-spacing:.16em;grid-column:1/-1;align-items:center;gap:16px;margin:0;font-size:clamp(.74rem,.85vw,.82rem);font-weight:880;display:flex}.approach-method-heading .section-index:after{content:"";border-top:2px solid #b39555;width:64px}.approach-method-heading h3{max-width:760px;color:var(--ink-deep);font-family:var(--sans);letter-spacing:-.035em;margin:0;font-size:clamp(2.35rem,4vw,4.15rem);font-weight:700;line-height:1.02}.approach-method-heading>p:last-child{max-width:430px;color:var(--slate);margin:0;line-height:1.7}.approach-method-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:28px;display:grid}.approach-method-grid article{border-radius:var(--radius-panel);background:#fff;border:1px solid #123f3a26;padding:clamp(30px,4vw,55px);box-shadow:0 18px 48px #082d2a0f}.approach-method-grid article:nth-child(2){background:#123f3a;border-color:#123f3a;margin-top:64px}.approach-method-mark{width:90px;height:84px;margin-left:-14px;display:block;position:relative;overflow:hidden}.approach-method-mark img{clip-path:inset(0 0 104px);width:174px;max-width:none;height:180px;display:block;transform:translate(-42px,7px)}.approach-method-grid h4{border-bottom:3px solid var(--gold);color:var(--ink-deep);font-family:var(--sans);letter-spacing:.035em;text-transform:uppercase;margin:42px 0 26px;padding-bottom:18px;font-size:clamp(1.8rem,3vw,2.65rem);font-weight:800;line-height:1.02}.approach-method-grid ul{gap:16px;margin:0;padding-left:1.25rem;display:grid}.approach-method-grid li{color:#263f3b;padding-left:5px;line-height:1.65}.approach-method-grid article:nth-child(2) h4{color:#f7f2e9}.approach-method-grid article:nth-child(2) li{color:#d8e3df}.approach-method-path{width:fit-content;margin:0;display:flex;position:absolute;bottom:clamp(146px,7vw + 76px,181px);left:27%;transform:translate(-50%)}.pathways-section{background:var(--ink-deep);color:#fff;padding:110px 0 0}.pathways-heading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:55px;display:flex}.pathways-heading h2,.why-section h2{color:#fff;font-family:var(--sans);letter-spacing:-.055em;font-size:clamp(3rem,6vw,5.6rem);font-weight:740}.pathways-heading-side{align-items:end;gap:38px;display:flex}.pathways-heading-side>p{color:#b9c9c4;max-width:330px;margin:0}.pathway-controls{gap:10px;display:flex}.pathway-controls button{border-radius:var(--radius-control);color:#fff;width:54px;height:54px;font:inherit;cursor:pointer;background:#ffffff17;border:1px solid #ffffff47;font-size:1.25rem;transition:background .2s,border-color .2s}.pathway-controls button:hover,.pathway-controls button:focus-visible{background:#ffffff29;border-color:#d8c48d}.pale{color:#d8c48d}.pathway-grid{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;gap:18px;min-height:580px;padding:0 max(20px,50vw - 640px) 44px;display:flex;overflow-x:auto}.pathway-grid::-webkit-scrollbar{display:none}.pathway{border-radius:var(--radius-panel);color:#fff;scroll-snap-align:start;flex:0 0 clamp(360px,38vw,440px);min-height:580px;text-decoration:none;position:relative;overflow:hidden}.pathway img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.pathway:hover img{transform:scale(1.035)}.pathway-collage{background:var(--ink-deep);grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:3px;display:grid;position:absolute;inset:0}.pathway-collage img{object-fit:cover;min-width:0;min-height:0;position:static}.pathway-collage img:first-child{object-position:54% center}.pathway-collage img:nth-child(2){object-fit:contain;object-position:center;background:#776a50}.pathway-collage img:nth-child(3){object-position:48% center}.pathway-collage img:nth-child(4){object-position:72% center}.pathway-shade{background:linear-gradient(#041b1a08,#041b1ae0);position:absolute;inset:0}.pathway-three{background:#536758}.pathway-two img{object-position:center 62%}.pathway-private-collage{background:#496151;grid-template-rows:1fr 1fr;grid-template-columns:1fr;gap:3px;display:grid;position:absolute;inset:0}.pathway-private-collage img{object-fit:cover;filter:saturate(.82)contrast(1.03);min-width:0;min-height:0;position:static}.pathway-private-collage img:first-child{object-position:52% center}.pathway-private-collage img:last-child{object-position:center 38%}.pathway-solid{background:linear-gradient(#2e483c33 5%,#2641366b 48%,#12322af0 100%),linear-gradient(110deg,#6d7c6047,#193e341f)}.pathway-four{background:#14272d}.pathway-four img{object-position:center;filter:saturate(.88)contrast(1.04)}.pathway-stillness{background:linear-gradient(#071b1f0f 4%,#081b1f33 50%,#09181cf0 100%),linear-gradient(135deg,#162f3614,#9d7b4729)}.pathway-stillness-copy{inset:auto 28px 30px}.pathway-stillness-copy small{color:#ddc28f}.pathway-stillness-copy strong{color:#d9b87b;max-width:340px;font-family:var(--serif);letter-spacing:-.035em;text-shadow:0 2px 18px #00000061;margin:10px 0 12px;font-size:clamp(2.2rem,3.2vw,3.25rem);font-weight:500;line-height:.88}.pathway-stillness-copy strong>span{letter-spacing:0;margin-bottom:3px;font-size:.48em;font-style:italic;display:block}.pathway-subtitle{color:#d9c49c;font-family:var(--serif);letter-spacing:.045em;border-top:1px solid #d9b87b94;margin-bottom:24px;padding-top:12px;font-size:.82rem;line-height:1.35;display:block}.pathway-stillness-copy em{color:#fff}.pathway-online{background:linear-gradient(145deg,#49687a,#122d37 60%,#244c4b)}.pathway-five{background:#29464b}.pathway-five img{object-position:52% center;filter:saturate(.78)contrast(1.03)}.pathway-community{background:linear-gradient(#102b2d14 5%,#0c282959 48%,#081f20f5 100%)}.pathway-community-copy strong{max-width:380px;margin-bottom:16px;font-size:clamp(1.75rem,2.5vw,2.55rem);line-height:.98}.pathway-community-copy p{color:#d5e2de;max-width:360px;margin:0 0 22px;font-size:.78rem;line-height:1.48}.pathway-eight{background:#3b4d4d}.pathway-eight img{object-position:center 46%;filter:saturate(.76)contrast(1.05)}.pathway-qigong{background:linear-gradient(#2232300f 3%,#22363257 47%,#102623f5 100%),linear-gradient(125deg,#425b4b29,#53453633)}.pathway-qigong-copy strong{max-width:360px;margin-top:0;margin-bottom:16px;font-size:clamp(1.9rem,2.7vw,2.8rem)}.pathway-qigong-copy p{color:#dce4df;max-width:340px;margin:0 0 22px;font-size:.86rem;line-height:1.5}.pathway-six{background:#303b48}.pathway-six img{object-position:58% center;filter:saturate(.72)contrast(1.05)}.pathway-specialist{background:linear-gradient(#192b341f 4%,#1b30396b 50%,#0c1f26f5 100%),linear-gradient(125deg,#24494829,#56426842)}.pathway-specialist-copy strong{max-width:390px;font-size:clamp(1.75rem,2.6vw,2.7rem);line-height:.96}.pathway-seven{background:#314b4d}.pathway-workplace-collage{background:#294447;gap:3px}.pathway-workplace-collage img{object-fit:cover;filter:saturate(.74)contrast(1.04)}.pathway-workplace-collage.pathway-collage img:first-child,.pathway-workplace-collage.pathway-collage img:nth-child(2){object-fit:cover;object-position:50% center}.pathway-workplace-collage.pathway-collage img:nth-child(3){object-fit:cover;object-position:22% center}.pathway-workplace-collage.pathway-collage img:nth-child(4){object-fit:cover;object-position:56% center}.pathway-workplace{background:linear-gradient(#1c333614 4%,#18313461 48%,#0a2022f5 100%),linear-gradient(125deg,#244c4633,#3a4a5933)}.pathway-workplace-copy p{color:#d6e1de;max-width:350px;margin:0 0 22px;font-size:.82rem;line-height:1.5}.pathway-copy{position:absolute;inset:auto 28px 34px}.pathway-copy small,.pathway-copy strong,.pathway-copy em{display:block}.pathway-copy small{color:#d8cda8;letter-spacing:.16em;text-transform:uppercase;font-size:.64rem;font-style:normal;font-weight:800}.pathway-copy strong{font-family:var(--sans);margin:12px 0 26px;font-size:clamp(1.6rem,2.4vw,2.5rem);line-height:1}.pathway-copy em{font-size:.75rem;font-style:normal;font-weight:760}.programme-detail-hero img{object-fit:cover;object-position:center;min-height:560px}.programme-rich-hero{padding-block:clamp(40px,4vw,54px)}.programme-rich-hero .offer-hero-grid img{aspect-ratio:auto;object-fit:contain;width:100%;height:auto;min-height:0;max-height:none}.programme-detail-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:100px;display:grid}.programme-benefits-content>p{max-width:760px;color:var(--slate);margin:0 0 28px;font-size:1.08rem;line-height:1.75}.programme-benefits{grid-template-columns:1fr 1fr;gap:0;margin:0;padding:0;list-style:none;display:grid}.programme-benefits li{color:var(--ink);border-bottom:1px solid #0d393429;padding:18px 12px 18px 0;font-weight:650;line-height:1.35}.programme-rich-section .programme-detail-grid{gap:clamp(55px,7vw,90px)}.programme-rich-section{padding-block:clamp(44px,4.5vw,60px)}.programme-benefits-image{margin:30px 0 0}.programme-benefits-image img{border-radius:18px;width:100%;height:auto;display:block;box-shadow:0 20px 48px #082d2a1a}.programme-rich-section .programme-benefits li{padding-left:24px;position:relative}.programme-rich-section .programme-benefits li:before{content:"•";color:var(--gold);font-size:1.35em;line-height:1;position:absolute;left:2px}.programme-section-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.programme-section-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.programme-section-grid article{background:#f6f3ec;border-radius:18px;padding:38px}.programme-section-grid h2{margin-bottom:22px;font-size:clamp(1.7rem,2.4vw,2.5rem)}.programme-section-grid p:last-child{margin-bottom:0}.programme-rich-cards .programme-section-grid article{border:1px solid #0d39341f;border-top:3px solid var(--gold);background:#fbfaf6;box-shadow:0 18px 45px #082d2a0f}.programme-rich-cards .programme-section-card-with-image{padding:0;overflow:hidden}.programme-section-card-with-image>img{width:100%;height:auto;display:block}.programme-section-card-with-image .programme-section-card-copy{padding:32px 38px 40px}.women-hero{background:var(--paper);padding-block:clamp(54px,7vw,105px);overflow:hidden}.women-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;gap:clamp(48px,7vw,105px);display:grid}.women-hero-copy h1{max-width:720px;margin:20px 0 28px;font-size:clamp(3.25rem,5.5vw,6.25rem);line-height:.94}.women-hero-copy>p:not(.eyebrow){max-width:690px;color:var(--slate);line-height:1.72}.women-hero-copy .women-intro{color:var(--ink);font-size:1.22rem;font-weight:650}.women-hero-copy .button{margin-top:20px}.women-hero-image{margin:0;position:relative}.women-hero-image:before{content:"";background:#dbe7e2;position:absolute;inset:-22px 28px 28px -22px}.women-hero-image img{aspect-ratio:3/2;object-fit:cover;object-position:center;border-radius:18px;width:100%;position:relative}.women-needs-section{background:#fff}.women-needs-grid,.women-structure-grid{grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;gap:clamp(55px,8vw,120px);display:grid}.women-needs-grid figure,.women-structure-grid figure{margin:0}.women-needs-grid img,.women-structure-grid img{object-fit:contain;border-radius:18px;width:100%;height:auto;box-shadow:0 24px 65px #082d2a1c}.women-needs-list,.women-support-list{margin:26px 0 0;padding:0;list-style:none;display:grid}.women-needs-list li,.women-support-list li{color:var(--ink);border-bottom:1px solid #0d393429;padding:15px 10px 15px 25px;font-weight:650;line-height:1.42;position:relative}.women-needs-list li:before,.women-support-list li:before{color:var(--gold);content:"•";font-size:1.35em;line-height:1;position:absolute;left:2px}.women-support-section{padding-block:clamp(70px,8vw,110px)}.women-support-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:start;gap:clamp(55px,8vw,120px);display:grid}.women-support-grid h2{max-width:620px;margin-top:20px;font-size:clamp(2.4rem,4vw,4.4rem)}.women-support-list{grid-template-columns:1fr 1fr;column-gap:28px;margin-top:0}.women-structure-section{background:#f8f5ed}.women-structure-copy h2{max-width:680px;margin:20px 0 26px;font-size:clamp(2.35rem,3.8vw,4rem)}.women-structure-copy>p:not(.eyebrow){max-width:690px;color:var(--slate);line-height:1.72}.women-closing{max-width:900px}.women-closing h2{color:#fff;margin:16px 0 32px;font-size:clamp(3.2rem,6vw,6rem)}.workplace-hero{background:var(--paper);padding-block:clamp(55px,7vw,100px);overflow:hidden}.workplace-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(440px,1.18fr);align-items:center;gap:clamp(50px,7vw,105px);display:grid}.workplace-hero-copy h1{margin:20px 0 26px;font-size:clamp(4rem,7vw,7.2rem);line-height:.92}.workplace-hero-copy>p:not(.eyebrow){max-width:650px;color:var(--slate);line-height:1.72}.workplace-hero-copy .lead{color:var(--ink);font-size:1.25rem;font-weight:650}.workplace-hero-copy .button{margin-top:20px}.workplace-hero-image{background:#dbe7e2;border-radius:18px;margin:0;padding:16px}.workplace-hero-image img{object-fit:contain;border-radius:12px;width:100%;height:auto;max-height:520px}.workplace-credentials{background:#fff;border-block:1px solid #0d393424;padding-block:24px;overflow:hidden}.workplace-credentials-track{will-change:transform;width:max-content;animation:32s linear infinite workplace-credentials-scroll;display:flex}.workplace-credentials:hover .workplace-credentials-track{animation-play-state:paused}.workplace-credentials-group{flex:none;align-items:center;gap:42px;padding-right:42px;display:flex}.workplace-credentials-group span{color:var(--slate);white-space:nowrap;align-items:center;gap:8px;font-size:.75rem;font-weight:750;display:inline-flex}.workplace-credentials-group b{color:var(--gold);font-size:1rem}@keyframes workplace-credentials-scroll{to{transform:translate(-50%)}}.workplace-details-grid{grid-template-columns:minmax(0,1.05fr) minmax(380px,.75fr);align-items:start;gap:clamp(55px,8vw,120px);display:grid}.workplace-details-copy h2{max-width:760px;margin:20px 0 25px;font-size:clamp(2.7rem,4.5vw,5rem)}.workplace-details-copy>p:last-child{max-width:690px;color:var(--slate);font-size:1.08rem}.workplace-programmes-card{border:1px solid #0d393424;border-top:4px solid var(--gold);background:#fff;border-radius:18px;padding:clamp(30px,4vw,48px);box-shadow:0 20px 55px #082d2a14}.workplace-programmes-card ul{gap:0;margin:24px 0 0;padding:0;list-style:none;display:grid}.workplace-programmes-card li{color:var(--ink);border-bottom:1px solid #0d393424;padding:18px 10px 18px 28px;font-weight:700;position:relative}.workplace-programmes-card li:before{color:var(--gold);content:"•";font-size:1.4em;position:absolute;left:2px}.workplace-pricing-section{background:#fff}.workplace-pricing-panel{background:var(--ink-deep);color:#fff;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:50px;padding:clamp(35px,6vw,70px);display:grid}.workplace-pricing-panel h2{color:#fff;max-width:820px;margin-top:15px;font-size:clamp(2.2rem,4vw,4rem)}@media (width<=900px){.women-hero-grid,.women-needs-grid,.women-support-grid,.women-structure-grid,.workplace-hero-grid,.workplace-details-grid,.workplace-pricing-panel{grid-template-columns:1fr}.women-hero-image{max-width:760px}.women-needs-grid figure{grid-row:1}.workplace-hero-image{max-width:760px}.workplace-pricing-panel .button{justify-self:start}}@media (width<=640px){.women-hero-copy h1{font-size:clamp(2.7rem,13vw,4rem)}.women-hero-image:before{inset:-10px 12px 12px -10px}.women-support-list{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.workplace-credentials-track{width:100%;animation:none}.workplace-credentials-group{flex-wrap:wrap;justify-content:center;gap:12px 22px;padding:0 20px}.workplace-credentials-group[aria-hidden=true]{display:none}}.contact-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:100px;display:grid}.contact-email-link{font-size:1.05rem;display:inline-block}.contact-email-status{min-height:1.5em;color:var(--slate);margin:10px 0 0;font-size:.82rem;font-weight:650}.contact-form{background:#fff;border-radius:18px;gap:20px;padding:42px;display:grid;box-shadow:0 22px 70px #0a2b2714}.contact-required-note{color:var(--slate);margin:0;font-size:.74rem;font-weight:700}.contact-required-note>span,.contact-field-label b{color:#8f6c2d}.contact-field-label small{color:var(--slate);margin-left:6px;font-size:.72rem;font-weight:600}.contact-form label{color:var(--ink);gap:9px;font-size:.84rem;font-weight:740;display:grid}.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #0d393442;border-radius:10px;padding:14px 15px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#8f6c2d;outline:3px solid #a9833d40}.contact-form textarea{resize:vertical}.centre-buttons{justify-content:center}.drjar-section{background:#fff;padding:140px 0}.drjar-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:110px;display:grid}.drjar-image-wrap{position:relative}.drjar-image-wrap:before{content:"";background:#d8c48d;position:absolute;inset:30px -30px -30px 30px}.drjar-image-wrap img{aspect-ratio:1;border-radius:var(--radius-panel);object-fit:cover;object-position:center top;width:100%;position:relative}.image-caption{border-radius:var(--radius-control);background:var(--ink);color:#fff;letter-spacing:.1em;text-transform:uppercase;padding:16px 22px;font-size:.68rem;font-weight:800;position:absolute;bottom:-30px;right:-30px}.drjar-copy h2{color:var(--ink-deep);font-family:var(--sans);letter-spacing:-.045em;margin:28px 0;font-size:clamp(2.6rem,4.5vw,4.8rem);font-weight:740;line-height:1}.drjar-copy>p{max-width:680px;color:var(--slate)}.drjar-copy .drjar-lead{color:var(--ink-deep);font-size:1.23rem}.drjar-copy .premium-button{margin-top:20px}.drjar-details{border-top:1px solid #d9d8d1;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:80px;margin-top:96px;display:grid}.drjar-details article{border-bottom:1px solid #d9d8d1;padding:46px 0 50px}.drjar-details h3{max-width:540px;color:var(--ink-deep);font-family:var(--serif);margin:0 0 20px;font-size:clamp(1.8rem,2.5vw,2.45rem);font-weight:600;line-height:1.08}.drjar-details p{max-width:590px;color:var(--slate);margin:0;font-size:1.03rem;line-height:1.75}.drjar-closing{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:70px;padding-top:52px;display:grid}.drjar-closing p{max-width:780px;color:var(--ink-deep);font-family:var(--serif);margin:0;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.45}.why-section{color:#dce8e4;background:#183d38;padding:130px 0}.why-grid{grid-template-columns:.85fr 1.15fr;gap:100px;display:grid}.why-list article{border-top:1px solid #ffffff38;padding:28px 0}.why-list article:last-child{border-bottom:1px solid #ffffff38}.why-list article>span{color:#d8c48d;font-size:.7rem;font-weight:800}.why-list h3{color:#fff;font-family:var(--sans);margin:0 0 8px;font-size:1.45rem;font-weight:680}.why-list p{color:#b9cac5;margin:0}.content-engine-section{background:#fff;padding:120px 0}.content-engine-heading{grid-template-columns:.5fr 1.5fr;gap:70px;margin-bottom:55px;display:grid}.content-engine-heading h2{color:var(--ink-deep);font-family:var(--sans);letter-spacing:-.045em;margin:0 0 20px;font-size:clamp(2.8rem,4.5vw,4.7rem);font-weight:740;line-height:.98}.content-engine-heading div>p{max-width:700px;color:var(--slate)}.content-engine-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.content-route{border-radius:var(--radius-panel);min-height:330px;color:var(--ink-deep);background:#f2efe8;border:1px solid #d6d2c9;flex-direction:column;align-items:flex-start;padding:38px;text-decoration:none;display:flex}.content-route-dark{border-color:var(--ink);background:var(--ink);color:#fff}.content-route>span{color:var(--gold);letter-spacing:.16em;font-size:.65rem;font-weight:820}.content-route-dark>span{color:#d8c48d}.content-route h3{max-width:520px;color:inherit;font-family:var(--sans);margin:55px 0 18px;font-size:clamp(1.7rem,3vw,2.7rem);font-weight:720;line-height:1.05}.content-route p{max-width:560px;color:var(--slate)}.content-route-dark p{color:#c6d5d0}.content-route b{text-transform:uppercase;margin-top:auto;font-size:.75rem}.content-route-blog{background:#e6eeea}.content-route:hover,.content-route:focus-visible{background:#dfd5bd;transform:translateY(-3px);box-shadow:0 18px 45px #082d2a1f}.content-route-dark:hover,.content-route-dark:focus-visible{background:#27675f}.newsletter-hero{background:linear-gradient(120deg,#e4ded0 0 54%,#dfe9e4 54%);align-items:center;min-height:calc(100vh - 160px);padding:clamp(70px,9vw,130px) 0;display:grid}.newsletter-grid{grid-template-columns:1.02fr .98fr;align-items:center;gap:clamp(45px,8vw,110px);display:grid}.newsletter-intro h1{max-width:760px;color:var(--ink-deep);letter-spacing:-.05em;margin:18px 0 30px;font-size:clamp(3.4rem,7vw,7.1rem);line-height:.91}.newsletter-intro h1 span,.editorial-hero h1 span,.member-library-hero h1 span{display:block}.newsletter-lead{max-width:680px;color:var(--slate);font-size:clamp(1.1rem,2vw,1.45rem)}.newsletter-promises{color:var(--ink);gap:12px;margin-top:35px;font-weight:700;display:grid}.newsletter-promises span{align-items:center;gap:12px;display:flex}.newsletter-promises span:before{content:"";background:url(/media/apex-mark.png) 50%/contain no-repeat;flex:0 0 30px;width:30px;height:31px}.newsletter-panel{border-top:4px solid var(--gold);border-radius:var(--radius-panel);background:#fff;padding:clamp(32px,5vw,62px);box-shadow:0 25px 80px #082d2a21}.newsletter-panel h2{color:var(--ink-deep);margin:14px 0;font-size:clamp(2.2rem,4vw,4rem);line-height:1}.newsletter-panel form{gap:22px;margin-top:32px;display:grid}.newsletter-panel label{color:var(--ink);gap:9px;font-weight:800;display:grid}.newsletter-panel input{min-height:56px;font:inherit;border:1px solid #0d39344d;border-radius:9px;padding:13px 15px}.newsletter-panel input:focus{border-color:var(--gold);outline:3px solid #a9833d38}.newsletter-panel button{justify-content:space-between}.newsletter-panel small{color:var(--slate);line-height:1.5}.newsletter-success-mark{width:82px;height:auto;margin-bottom:16px;display:block}.insights-hero{color:#fff;background:linear-gradient(120deg,#082f2c,#164d47);padding:clamp(80px,11vw,150px) 0}.insights-hero h1{color:#fff;margin:18px 0;font-size:clamp(4rem,9vw,8rem);line-height:.9}.insights-hero p:last-child{color:#c8d6d1;max-width:780px;font-size:1.2rem}.insights-catalogue{background:#f5f2eb;padding:clamp(70px,10vw,130px) 0}.insights-heading{border-bottom:1px solid #c9cec8;justify-content:space-between;gap:25px;margin-bottom:38px;padding-bottom:18px;display:flex}.insights-heading p{color:var(--gold);text-transform:uppercase;font-weight:800}.insights-heading a{color:var(--ink);text-underline-offset:5px;font-weight:800}.insights-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.insights-card{border-radius:var(--radius-panel);background:#fff;border:1px solid #d6d2c9;overflow:hidden;box-shadow:0 12px 35px #082d2a0d}.insights-image{aspect-ratio:4/3;background:#dfe5e0;display:block;overflow:hidden}.insights-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.insights-card:hover .insights-image img{transform:scale(1.03)}.insights-card>div{padding:28px}.insights-meta{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.insights-card h2{color:var(--ink-deep);margin:14px 0;font-size:clamp(1.7rem,2.5vw,2.3rem);line-height:1.06}.insights-card h2 a{color:inherit;text-decoration:none}.insights-card>div>p:not(.insights-meta){color:var(--slate);-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.insights-read{color:var(--ink);text-underline-offset:5px;margin-top:20px;font-weight:800;display:inline-block}.insight-article{background:#f7f4ed;padding:clamp(60px,8vw,110px) 0}.insight-header{max-width:1040px}.insight-header>a{color:var(--ink);font-weight:800}.insight-header .section-index{margin-top:55px}.insight-header h1{max-width:1020px;color:var(--ink-deep);letter-spacing:-.025em;margin:18px 0;font-size:clamp(3.2rem,7vw,6.6rem);line-height:.98}.insight-byline{color:var(--slate)}.insight-header>img{border-radius:var(--radius-panel);object-fit:cover;width:100%;max-height:720px;margin-top:40px}.insight-body{max-width:820px;padding-top:clamp(50px,7vw,90px)}.insight-body h2,.insight-body h3{color:var(--ink-deep);margin:1.5em 0 .45em;line-height:1.08}.insight-body h2{font-size:clamp(2rem,4vw,3.2rem)}.insight-body h3{font-size:clamp(1.6rem,3vw,2.25rem)}.insight-body p,.insight-body li{color:#314e4a;font-size:1.08rem;line-height:1.82}.insight-body blockquote{border-left:3px solid var(--gold);font-family:var(--serif);background:#ebe5d8;padding:20px 25px;font-size:1.45rem}.insight-body footer{border-top:1px solid #c9cec8;justify-items:start;gap:8px;margin-top:70px;padding-top:35px;display:grid}.insight-body footer .button{margin-top:22px}.editorial-hero{color:#fff;background:#061f1d;padding:clamp(85px,11vw,155px) 0 clamp(70px,9vw,120px)}.editorial-hero h1{color:#fff;max-width:1100px;font-family:var(--sans);letter-spacing:-.03em;margin:22px 0;font-size:clamp(4rem,9vw,8.8rem);font-weight:720;line-height:.9}.editorial-hero p:last-child{color:#c5d4cf;max-width:780px;margin-top:34px;font-size:clamp(1.05rem,2vw,1.35rem)}.editorial-feature{background:#061f1d;padding:0 0 clamp(80px,10vw,135px)}.editorial-feature-grid{grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);gap:42px;display:grid}.editorial-lead{isolation:isolate;color:#fff;border-radius:24px;align-items:flex-end;min-height:620px;text-decoration:none;display:flex;position:relative;overflow:hidden}.editorial-lead>img,.editorial-shade{width:100%;height:100%;position:absolute;inset:0}.editorial-lead>img{z-index:-2;object-fit:cover;transition:transform .5s}.editorial-shade{z-index:-1;background:linear-gradient(#0000 15%,#03181633 40%,#031816f2 100%)}.editorial-lead:hover>img{transform:scale(1.025)}.editorial-lead>div{max-width:820px;padding:clamp(30px,5vw,65px)}.editorial-lead small,.editorial-side small{color:#d8c48d;letter-spacing:.1em;text-transform:uppercase;font-weight:800}.editorial-lead h2{color:#fff;font-family:var(--sans);letter-spacing:-.018em;margin:12px 0;font-size:clamp(2.3rem,4.4vw,4.7rem);font-weight:730;line-height:1}.editorial-lead p{color:#d8e2df}.editorial-lead b{margin-top:25px;display:inline-block}.editorial-side{align-content:start;display:grid}.editorial-side>a{color:#fff;border-bottom:1px solid #ffffff2e;grid-template-columns:135px 1fr;gap:20px;padding:22px 0;text-decoration:none;display:grid}.editorial-side>a:first-child{padding-top:0}.editorial-side img{object-fit:cover;border-radius:12px;width:135px;height:110px}.editorial-side div{align-content:center;gap:7px;display:grid}.editorial-side strong{font-size:1.03rem;line-height:1.25}.editorial-side span{color:#9eb2ac;font-size:.75rem}.topic-row{gap:10px;margin-bottom:65px;padding-bottom:6px;display:flex;overflow-x:auto}.topic-row button{white-space:nowrap;color:var(--ink);font:inherit;cursor:pointer;background:0 0;border:1px solid #bfc9c4;border-radius:999px;padding:11px 20px;font-size:.78rem;font-weight:800;transition:background .18s,color .18s}.topic-row button:hover,.topic-row button.is-active{background:var(--ink);color:#fff}.insights-heading h2{color:var(--ink-deep);margin-top:8px;font-size:clamp(2.6rem,5vw,4.8rem)}.insights-card h3{color:var(--ink-deep);font-family:var(--sans);letter-spacing:-.01em;margin:14px 0;font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.15}.insights-card h3 a{color:inherit;text-decoration:none}.article-social{color:#506863;border-top:1px solid #d7dcd7;align-items:center;gap:17px;margin-top:24px;padding-top:17px;font-size:.76rem;display:flex}.article-social span,.article-social a,.article-social button{color:inherit;align-items:center;gap:5px;text-decoration:none;display:inline-flex}.article-social button{font:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:1.15rem}.article-social button.is-hearted{color:#a34c4c}.article-social-header{border:0;max-width:520px;margin:25px 0 0;padding:0}.article-social-header button{border:1px solid #c7cfca;border-radius:999px;margin-left:0;padding:8px 13px}.article-responses{border-top:1px solid #c9cec8;margin-top:75px;padding-top:55px;scroll-margin-top:120px}.article-responses>p{max-width:650px}.article-responses form{background:#fff;border-radius:18px;gap:20px;margin-top:30px;padding:clamp(25px,5vw,45px);display:grid}.article-responses label{color:var(--ink);gap:8px;font-weight:800;display:grid}.article-responses input,.article-responses textarea{width:100%;font:inherit;border:1px solid #0d393442;border-radius:9px;padding:13px 15px}.article-responses input:focus,.article-responses textarea:focus{border-color:var(--gold);outline:3px solid #a9833d33}.article-responses textarea{resize:vertical}.article-responses small{color:var(--slate);font-weight:500}@media (width<=1000px){.content-engine-grid,.insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.newsletter-grid{grid-template-columns:1fr}.newsletter-hero{background:#e4ded0}.editorial-feature-grid{grid-template-columns:1fr}.editorial-side{grid-template-columns:repeat(3,1fr);gap:15px}.editorial-side>a{border:1px solid #ffffff2e;border-radius:14px;grid-template-columns:1fr;padding:15px!important}.editorial-side img{width:100%;height:160px}}@media (width<=680px){.content-engine-grid,.insights-grid{grid-template-columns:1fr}.insights-heading{flex-direction:column;align-items:flex-start}.newsletter-intro h1{font-size:3.3rem}.newsletter-panel{padding:28px}.insight-header>img{height:auto}.insight-body p,.insight-body li{font-size:1rem}.editorial-hero h1{font-size:3.8rem}.editorial-lead{min-height:540px}.editorial-side{grid-template-columns:1fr}.editorial-side>a{grid-template-columns:110px 1fr}.editorial-side img{width:110px;height:100px}.article-social-header{flex-wrap:wrap}.article-responses form{padding:24px}}.premium-membership{color:var(--ink-deep);background:#b79a5d;padding:110px 0}.premium-membership .section-index.pale{color:var(--ink-deep)}.membership-stage-grid{grid-template-columns:1.2fr .6fr;align-items:end;gap:100px;display:grid}.membership-stage h2{color:var(--ink-deep);font-family:var(--sans);letter-spacing:-.055em;margin:30px 0 20px;font-size:clamp(3rem,6vw,5.5rem);font-weight:760;line-height:.95}.membership-stage-grid p{max-width:720px}.membership-stage-action{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.membership-stage-action>span{letter-spacing:.18em;font-size:.65rem;font-weight:840}.organisations-premium{background:#f2efe8;padding:clamp(80px,9vw,120px) 0}.organisations-premium-grid{grid-template-columns:minmax(170px,.42fr) minmax(0,1.58fr);align-items:start;gap:30px clamp(45px,7vw,100px);display:grid}.organisations-premium-grid>.section-index{grid-area:1/1;margin:12px 0 0}.organisations-premium-grid>div{grid-area:1/2;max-width:880px}.organisations-premium h2{max-width:800px;color:var(--ink-deep);font-family:var(--sans);letter-spacing:-.045em;margin:0 0 28px;font-size:clamp(2.6rem,4vw,4.2rem);font-weight:740;line-height:1.04}.organisations-premium-grid>div>p{max-width:780px;color:var(--slate);margin:0;font-size:clamp(1.04rem,1.4vw,1.2rem);line-height:1.7}.organisations-premium-grid .arrow-link{border:1px solid var(--ink);border-radius:var(--radius-control);grid-area:2/2;justify-content:space-between;width:fit-content;min-height:50px;padding:12px 20px;text-decoration:none;transition:background-color .18s,color .18s,transform .18s}.organisations-premium-grid .arrow-link:hover{background:var(--ink);color:#fff;transform:translateY(-1px)}.premium-final{color:#fff;text-align:center;background:#2d625a;border-top:1px solid #d8c48d6b;border-bottom:1px solid #d8c48d4d;padding:120px 0}.premium-final h2{color:#fff;font-family:var(--sans);letter-spacing:-.055em;font-size:clamp(3rem,6vw,5.7rem);font-weight:760}.premium-final .premium-actions{justify-content:center}.pro-mobile-menu{display:none}.offer-hero{background:linear-gradient(120deg,var(--paper) 0 62%,var(--jade-light) 62%)}.offer-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.8fr);align-items:center;gap:clamp(50px,8vw,110px);display:grid}.offer-hero-grid h1{max-width:800px}.offer-hero-grid>div>p:not(.eyebrow){max-width:720px}.offer-hero-grid .button{margin-top:24px}.offer-hero-grid img{aspect-ratio:.9;border-radius:var(--radius-panel);object-fit:cover;width:100%;max-height:610px}.value-grid,.process-grid,.faq-grid,.comparison-grid{grid-template-columns:.85fr 1.15fr;gap:clamp(55px,8vw,110px);display:grid}.example-grid{gap:14px;display:grid}.example-grid article,.feature-grid article,.organisation-grid article,.comparison-list article{border-radius:var(--radius-panel);background:var(--white);border:1px solid #123f3a29;padding:30px}.example-grid h3,.feature-grid h3,.organisation-grid h3,.comparison-list h3{margin-bottom:12px}.example-grid p,.feature-grid p,.organisation-grid p,.comparison-list p{color:var(--slate)}.service-note{border-left:3px solid var(--gold);border-radius:0 var(--radius-control) var(--radius-control) 0;background:var(--white);padding:18px 20px}.faq-grid details{border-top:1px solid #123f3a38}.faq-grid details:last-child{border-bottom:1px solid #123f3a38}.faq-grid summary{min-height:62px;color:var(--ink);font-family:var(--serif);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;font-size:1.18rem;list-style:none;display:flex}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary:after{content:"+";color:var(--gold);font-family:var(--sans);font-size:1.5rem}.faq-grid details[open] summary:after{content:"×"}.faq-grid details p{max-width:680px;color:var(--slate);padding:0 40px 18px 0}.value-comparison{background:var(--paper-deep)}.comparison-list,.feature-grid,.organisation-grid{gap:16px;display:grid}.comparison-list .featured{border-color:var(--gold);background:var(--ink);color:#fff}.comparison-list .featured h3{color:#fff}.comparison-list .featured p{color:#d5e2de}.comparison-list .featured .light-private-link{color:#fff;margin-top:12px;text-decoration-color:#d8c48d;display:inline-block}.comparison-list article>span{color:var(--gold);letter-spacing:.14em;font-size:.7rem;font-weight:800}.private-consultation-section{background:var(--paper)}.private-consultation-panel{border-radius:var(--radius-panel);background:#fff;border:1px solid #123f3a29;padding:clamp(30px,5vw,54px);box-shadow:0 24px 70px #0a2b2712}.private-consultation-panel p{color:var(--slate)}.private-consultation-panel .button-row{margin-top:30px}.feature-grid,.organisation-grid{grid-template-columns:repeat(3,1fr)}.organisation-grid article{flex-direction:column;display:flex}.organisation-grid .text-link{margin-top:auto;padding-top:18px}.content-offer{border-radius:var(--radius-panel);background:var(--mist);padding:clamp(28px,5vw,56px)}.content-offer h2{max-width:700px}.member-preview-notice{color:var(--ink-deep);background:#fff4cf;border-bottom:1px solid #d7c284}.member-preview-notice .shell{align-items:center;gap:18px;min-height:50px;font-size:.78rem;display:flex}.member-preview-notice strong{letter-spacing:.07em;text-transform:uppercase}.member-preview-notice span{color:var(--slate)}.member-preview-notice a{margin-left:auto;font-weight:760}.member-preview-hero{background:var(--ink-deep);color:#dce8e3;padding:clamp(75px,9vw,120px) 0}.member-preview-hero-grid{grid-template-columns:1.25fr .65fr;align-items:end;gap:clamp(55px,9vw,120px);display:grid}.member-preview-hero h1{color:#fff;max-width:760px;margin-bottom:24px}.member-preview-hero-grid>div>p:last-child{color:#c6d5d0;max-width:720px;font-size:1.15rem}.member-preview-hero aside{background:#ffffff14;border-top:2px solid #d8c48d;padding:30px}.member-preview-hero aside span,.member-preview-hero aside strong{display:block}.member-preview-hero aside span{color:#d8c48d;letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:800}.member-preview-hero aside strong{color:#fff;font-family:var(--serif);margin:12px 0;font-size:1.55rem;font-weight:500}.member-preview-hero aside p{color:#c6d5d0;margin:0;font-size:.9rem}.member-preview-layout{grid-template-columns:1.45fr .7fr;align-items:start;gap:24px;display:grid}.member-library-access{border:1px solid #123f3a29;border-top:3px solid var(--gold);border-radius:var(--radius-panel);background:#fff;grid-template-columns:1fr auto;align-items:center;gap:clamp(35px,7vw,90px);margin-bottom:42px;padding:clamp(28px,4vw,46px);display:grid;box-shadow:0 15px 45px #082d2a0f}.member-library-access h2{margin-bottom:16px;font-size:clamp(2rem,3.5vw,3.25rem)}.member-library-access>div>p:not(.eyebrow){max-width:760px;color:var(--slate)}.member-library-security{margin-bottom:0;font-size:.82rem;font-weight:650}.member-library-button{justify-content:space-between;gap:28px;min-width:280px}.member-preview-feature,.member-preview-side article,.member-preview-cards article{border-radius:var(--radius-panel);background:#fff;border:1px solid #123f3a24;overflow:hidden;box-shadow:0 15px 45px #082d2a0f}.member-preview-image{background:var(--ink);position:relative;overflow:hidden}.member-preview-image:after{content:"";background:linear-gradient(#0000 55%,#082d2a6b);position:absolute;inset:0}.member-preview-image img{object-fit:cover;object-position:center 58%;filter:saturate(.8);width:100%;height:360px}.member-preview-feature-copy{padding:clamp(28px,4vw,46px)}.member-preview-feature-copy h2{font-size:clamp(2.3rem,4vw,3.6rem)}.member-preview-meta{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:760}.member-preview-side{gap:24px;display:grid}.member-preview-side article{padding:30px}.member-preview-side h3{font-size:1.65rem}.member-preview-side ul{color:var(--slate);padding-left:20px}.member-preview-disabled{opacity:.62;cursor:not-allowed;margin-top:14px;transform:none!important}.member-preview-label{border-left:3px solid var(--gold);background:var(--paper);color:var(--slate);padding:6px 10px;font-size:.72rem;font-weight:720;display:inline-block}.member-preview-section-heading{grid-template-columns:1fr .75fr;align-items:end;gap:60px;margin-bottom:45px;display:grid}.member-preview-section-heading p:last-child{color:var(--slate)}.member-preview-cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.member-preview-cards article{flex-direction:column;min-height:300px;padding:30px;display:flex}.member-preview-cards article>span:first-child{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;font-weight:800}.member-preview-cards h3{margin:45px 0 14px}.member-preview-cards p{color:var(--slate)}.member-preview-cards .text-link,.member-preview-cards .member-preview-label{align-self:flex-start;margin-top:auto}@media (width<=1020px){.pro-nav,.header-cta{display:none}.pro-mobile-menu{align-self:center;display:block}.pro-header-main{min-height:78px}.official-brand{width:76px;min-width:76px;height:78px}.official-brand img{width:68px;height:68px}.members-login{margin-left:auto}.premium-intro-grid{grid-template-columns:1fr 1.4fr}.premium-intro-grid>.premium-prose{grid-column:2}.pathways-heading-side{align-items:flex-start}.pathway{flex-basis:min(68vw,430px);min-height:520px}.drjar-grid,.why-grid{gap:60px}.organisations-premium-grid{grid-template-columns:1fr 2fr}.organisations-premium-grid .arrow-link{grid-column:2;justify-self:start}.organisation-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.programme-detail-grid,.contact-grid{gap:55px}.programme-section-grid{grid-template-columns:1fr 1fr}.member-preview-layout{grid-template-columns:1.2fr .8fr}}@media (width<=700px){.site-header{z-index:100;position:sticky;top:0}.site-theme-toggle{display:none}.header-utility .shell{justify-content:space-between}.header-utility span{margin:0}.header-utility a:first-of-type{display:none}.pro-mobile-menu summary{flex-direction:column;justify-content:center;gap:5px;width:48px;min-height:48px;list-style:none;display:flex}.pro-mobile-menu summary::-webkit-details-marker{display:none}.pro-mobile-menu summary span{background:var(--ink);width:25px;height:2px}.members-login{min-height:40px;padding:0 12px;font-size:.64rem}.pro-mobile-menu nav{top:78px}.pro-mobile-menu nav p{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin:12px 8px 4px;font-size:.68rem;font-weight:800}.premium-hero{align-items:end;min-height:740px}.premium-hero-media{object-fit:contain;object-position:center top}.premium-hero-overlay{background:linear-gradient(#041b1a14,#041b1aeb 64%)}.premium-hero-content{padding:160px 0 72px}.premium-hero-content h1{max-width:560px;font-size:clamp(2.45rem,11vw,3.2rem);line-height:1.01}.premium-hero-content h1>span{display:inline}.premium-hero-content>p:not(.hero-label){max-width:560px}.hero-side-note{display:none}.premium-actions{flex-direction:column;align-items:stretch}.premium-actions .premium-button{width:100%}.authority-grid{grid-template-columns:1fr 1fr;gap:24px 0}.authority-grid p:nth-child(2){border:0}.authority-grid p:nth-child(3){padding-left:0}.premium-intro,.drjar-section,.why-section,.organisations-premium,.content-engine-section{padding:80px 0}.premium-intro-grid,.drjar-grid,.why-grid,.membership-stage-grid,.organisations-premium-grid,.content-engine-heading,.content-engine-grid{grid-template-columns:1fr;gap:35px}.premium-intro-grid>.premium-prose,.organisations-premium-grid>.section-index,.organisations-premium-grid>div,.organisations-premium-grid .arrow-link{grid-area:auto}.drjar-details{grid-template-columns:1fr;margin-top:58px}.drjar-details article{padding:34px 0 38px}.drjar-closing{grid-template-columns:1fr;gap:28px;padding-top:40px}.drjar-closing .premium-button{justify-self:start}.premium-intro h2,.drjar-copy h2{font-size:2.7rem}.pathways-section{padding-top:80px}.pathways-heading{flex-direction:column;align-items:flex-start}.pathways-heading-side{justify-content:space-between;align-items:center;width:100%}.pathway-grid{gap:14px;padding-bottom:32px}.pathway{flex-basis:84vw;min-height:480px}.pathway-one .pathway-collage,.pathway-seven .pathway-workplace-collage{display:none}.pathway-one{background-image:url(/media/public-classes-mobile-portrait-no-chairs.jpg);background-position:50%;background-size:cover}.pathway-seven{background-image:url(/media/workplace-delivery-mobile-portrait.jpg);background-position:50%;background-size:cover}.drjar-image-wrap{margin-right:20px}.why-section h2{font-size:3.2rem}.premium-membership{padding:80px 0}.membership-stage h2{font-size:3.3rem}.organisations-premium h2{font-size:2.8rem}.offer-hero{background:var(--paper)}.offer-hero-grid,.value-grid,.process-grid,.faq-grid,.comparison-grid,.organisation-grid,.feature-grid,.programme-detail-grid,.programme-section-grid,.contact-grid{grid-template-columns:minmax(0,1fr);gap:35px}.offer-hero-grid img{max-height:460px}.comparison-list{gap:12px}.faq-grid summary{font-size:1.08rem}.programme-detail-hero img{min-height:0}.programme-benefits{grid-template-columns:1fr}.programme-section-grid article,.contact-form{padding:28px}.member-preview-notice .shell{flex-direction:column;align-items:flex-start;gap:3px;padding:10px 0}.member-preview-notice a{margin:5px 0 0}.member-preview-hero-grid,.member-preview-layout,.member-preview-section-heading,.member-preview-cards{grid-template-columns:1fr;gap:24px}.member-library-access{grid-template-columns:1fr;gap:22px}.member-library-button{width:100%;min-width:0}.member-preview-image img{height:270px}.member-preview-side{grid-template-columns:1fr}.member-preview-cards article{min-height:260px}}.member-library-flat-link{margin-left:31px;color:#afc2bd!important;padding:7px 12px!important;font-size:.72rem!important;font-weight:500!important}.member-library-main{gap:28px;padding:clamp(28px,4vw,58px);display:grid}.member-portal-sidebar nav>.member-library-flat-link:nth-of-type(4),.member-library-nav a:nth-child(2),.member-library-collection-grid a:first-child{--practice-chalk:#c9826b}.member-portal-sidebar nav>.member-library-flat-link:nth-of-type(5),.member-library-nav a:nth-child(3),.member-library-collection-grid a:nth-child(2){--practice-chalk:#d2ae62}.member-portal-sidebar nav>.member-library-flat-link:nth-of-type(6),.member-library-nav a:nth-child(4),.member-library-collection-grid a:nth-child(3){--practice-chalk:#91a985}.member-portal-sidebar nav>.member-library-flat-link:nth-of-type(7),.member-library-nav a:nth-child(5),.member-library-collection-grid a:nth-child(4){--practice-chalk:#7898bd}.member-portal-sidebar nav>.member-library-flat-link:nth-of-type(8),.member-library-nav a:nth-child(6),.member-library-collection-grid a:nth-child(5){--practice-chalk:#a695b8}.member-portal-sidebar nav>.member-library-flat-link:nth-of-type(9),.member-library-nav a:nth-child(7),.member-library-collection-grid a:nth-child(6){--practice-chalk:#c9919a}.member-portal-sidebar nav>.member-library-flat-link:nth-of-type(10),.member-library-nav a:nth-child(8),.member-library-collection-grid a:nth-child(7){--practice-chalk:#d8a078}.member-portal-shell:has(.member-library-flat-link:nth-of-type(4).member-nav-active){--collection-chalk:#c9826b}.member-portal-shell:has(.member-library-flat-link:nth-of-type(5).member-nav-active){--collection-chalk:#d2ae62}.member-portal-shell:has(.member-library-flat-link:nth-of-type(6).member-nav-active){--collection-chalk:#91a985}.member-portal-shell:has(.member-library-flat-link:nth-of-type(7).member-nav-active){--collection-chalk:#7898bd}.member-portal-shell:has(.member-library-flat-link:nth-of-type(8).member-nav-active){--collection-chalk:#a695b8}.member-portal-shell:has(.member-library-flat-link:nth-of-type(9).member-nav-active){--collection-chalk:#c9919a}.member-portal-shell:has(.member-library-flat-link:nth-of-type(10).member-nav-active){--collection-chalk:#d8a078}.member-portal-sidebar nav>.member-library-flat-link:hover,.member-portal-sidebar nav>.member-library-flat-link:focus-visible,.member-portal-sidebar nav>.member-library-flat-link.member-nav-active,.member-library-nav a:not(.member-library-main-link):hover,.member-library-nav a:not(.member-library-main-link):focus-visible{background:var(--practice-chalk);outline-color:var(--practice-chalk);color:#082d2a!important}.member-library-collection-grid a:hover,.member-library-collection-grid a:focus-visible{border-color:var(--practice-chalk);background:var(--practice-chalk);color:#082d2a;outline-color:var(--practice-chalk)}.member-library-collection-grid a:hover>span,.member-library-collection-grid a:hover small,.member-library-collection-grid a:hover h3,.member-library-collection-grid a:hover p,.member-library-collection-grid a:hover b,.member-library-collection-grid a:focus-visible>span,.member-library-collection-grid a:focus-visible small,.member-library-collection-grid a:focus-visible h3,.member-library-collection-grid a:focus-visible p,.member-library-collection-grid a:focus-visible b{color:#082d2a}.member-library-hero{isolation:isolate;color:#fff;background:linear-gradient(135deg,#082d2a 0%,#17554e 54%,#b59656 150%);border-radius:14px;grid-template-columns:150px minmax(0,1fr);align-items:end;gap:42px;min-height:460px;padding:clamp(38px,6vw,76px);display:grid;position:relative;overflow:hidden}.member-library-hero:after,.member-collection-band:after{z-index:-1;content:"";background:radial-gradient(circle at 78% 18%,#d8c48d40,#0000 34%),linear-gradient(120deg,#0000 0 55%,#ffffff0d 55% 56%,#0000 56%);position:absolute;inset:0}.member-library-hero img{object-fit:cover;border:1px solid #d8c48da6;border-radius:12px;width:140px;height:140px}.member-library-hero h1{color:#fff;margin:8px 0 20px;font-size:clamp(3.2rem,6.5vw,6.5rem);line-height:.94}.member-library-hero p:last-child{color:#d7e4df;max-width:750px;font-size:1.05rem}.member-library-welcome{border-bottom:1px solid var(--portal-border);grid-template-columns:.72fr 1fr;align-items:end;gap:50px;padding:clamp(28px,4vw,48px) 0;display:grid}.member-library-welcome h2{color:var(--portal-text);font-size:clamp(2.7rem,5vw,4.8rem)}.member-library-welcome>p:last-child{color:var(--portal-muted);font-size:1rem}.member-library-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.member-library-collection-grid a{border:1px solid var(--portal-border);background:var(--portal-surface);min-height:320px;color:var(--portal-text);border-radius:12px;flex-direction:column;align-items:flex-start;padding:32px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.member-library-collection-grid a:hover{transform:translateY(-3px);box-shadow:0 18px 50px #0625221a}.member-library-collection-grid a>span{color:var(--gold);font-family:var(--serif);font-size:2rem;position:absolute;top:26px;right:28px}.member-library-collection-grid small{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800}.member-library-collection-grid h3{color:var(--portal-text);margin:48px 0 14px;font-size:2.2rem}.member-library-collection-grid p{color:var(--portal-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.member-library-collection-grid b{color:var(--portal-text);text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:6px;margin-top:auto}.member-collection-intro{border:1px solid var(--portal-border);background:var(--portal-surface);border-radius:14px;display:grid;overflow:hidden;box-shadow:0 18px 50px #06252212}.member-collection-band{isolation:isolate;color:#fff;background:linear-gradient(135deg,#082d2a,#18534d 64%,#987b43);grid-template-columns:130px 1fr;align-items:end;gap:38px;min-height:360px;padding:clamp(35px,6vw,68px);display:grid;position:relative}.member-collection-band img{border:1px solid #d8c48db3;border-radius:10px;width:120px;height:120px}.member-collection-band span{color:#ead7a4;letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;font-weight:800}.member-collection-band h1{color:#fff;margin:10px 0;font-size:clamp(3rem,6vw,6rem);line-height:.96}.member-collection-band p{color:#d8c48d;font-family:var(--serif);font-size:1.25rem}.member-collection-copy{padding:clamp(34px,5vw,62px)}.member-collection-copy h2{color:var(--portal-text);margin:10px 0 18px;font-size:clamp(2.4rem,4vw,4rem)}.member-collection-copy>p:last-of-type{max-width:900px;color:var(--portal-muted);font-size:1.05rem}.member-collection-copy .button{margin-top:25px}.member-course-content{background:var(--portal-surface-soft);border-radius:14px;padding:clamp(28px,5vw,58px);scroll-margin-top:100px}.member-course-content>header{justify-content:space-between;align-items:end;gap:30px;display:flex}.member-course-content h2{color:var(--portal-text);margin:8px 0;font-size:clamp(2.7rem,5vw,4.8rem)}.member-course-content header p:last-child{max-width:720px;color:var(--portal-muted)}.member-course-progress{border-left:3px solid var(--gold);background:var(--portal-surface);min-width:150px;padding:18px 22px}.member-course-progress span,.member-course-progress strong{display:block}.member-course-progress span{color:var(--portal-muted);text-transform:uppercase;font-size:.68rem;font-weight:800}.member-course-progress strong{color:var(--portal-text);font-family:var(--serif);margin-top:4px;font-size:2.2rem}.member-course-motto{color:#ead7a4;font-family:var(--serif);background:linear-gradient(100deg,#0b3430,#1b5a52);border-radius:10px;margin:34px 0 18px;padding:22px 26px;font-size:clamp(1.6rem,3vw,2.5rem)}.member-course-list{border:1px solid var(--portal-border);background:var(--portal-surface);border-radius:11px;overflow:hidden}.member-course-list-title,.member-course-list a{border-bottom:1px solid var(--portal-border);align-items:center;gap:18px;padding:18px 22px;display:flex}.member-course-list-title{color:var(--portal-text);justify-content:space-between}.member-course-list-title span{color:var(--portal-muted);font-size:.78rem}.member-course-list a{color:var(--portal-text);text-decoration:none}.member-course-list a:last-child{border-bottom:0}.member-course-list a:hover{background:color-mix(in srgb,var(--collection-chalk) 14%,var(--portal-surface))}.member-resource-number{width:38px;color:var(--collection-chalk,var(--gold));font-family:var(--serif);font-size:1.2rem}.member-course-list a div{flex:1;gap:3px;display:grid}.member-course-list a small{color:var(--portal-muted)}.member-resource-action{border:1px solid var(--collection-chalk,var(--gold));background:var(--collection-chalk,var(--gold));color:#082d2a;border-radius:7px;justify-content:center;align-items:center;min-height:38px;padding:7px 13px;font-size:.75rem;font-weight:800;transition:filter .18s,transform .18s;display:inline-flex}.member-course-list a:hover .member-resource-action,.member-course-list a:focus-visible .member-resource-action{filter:brightness(1.08);transform:translate(2px)}.member-course-security{color:var(--portal-muted);margin:20px 0 0;font-size:.8rem}@media (width<=860px){.member-library-hero,.member-collection-band{grid-template-columns:100px 1fr}.member-library-hero img,.member-collection-band img{width:95px;height:95px}}@media (width<=620px){.member-library-main{gap:18px;padding:15px}.member-library-hero,.member-collection-band{grid-template-columns:1fr;align-content:end;gap:22px;min-height:420px;padding:30px 24px}.member-library-hero img,.member-collection-band img{width:80px;height:80px}.member-library-welcome{grid-template-columns:1fr;gap:18px}.member-library-collection-grid{grid-template-columns:1fr}.member-library-collection-grid a{min-height:300px;padding:26px}.member-collection-copy,.member-course-content{padding:28px 22px}.member-course-content>header{flex-direction:column;align-items:stretch}.member-course-progress{min-width:0}.member-course-list-title{flex-direction:column;align-items:flex-start;gap:4px}.member-course-list a{align-items:flex-start}.member-resource-action{display:none}}.member-resource-main{gap:28px;padding:clamp(28px,4vw,58px);display:grid}.member-resource-heading{max-width:950px}.member-resource-heading h1{color:var(--portal-text);margin:8px 0 18px;font-size:clamp(3rem,6vw,5.8rem);line-height:.97}.member-resource-heading>p:last-child{max-width:760px;color:var(--portal-muted);font-size:1.02rem}.member-video-viewer,.member-note-reader{border:1px solid var(--portal-border);background:var(--portal-surface);border-radius:14px;overflow:hidden;box-shadow:0 20px 55px #06252217}.member-video-stage{aspect-ratio:16/9;color:#fff;background:radial-gradient(circle at 68% 28%,#386960,#0a302d 52%,#061f1d);place-items:center;display:grid;position:relative;overflow:hidden}.member-video-stage:after{content:"";background:linear-gradient(120deg,#0000 0 53%,#d8c48d21 53% 54%,#0000 54%);position:absolute;inset:0}.member-video-stage>img{z-index:1;border:1px solid #d8c48d8c;border-radius:8px;width:72px;height:72px;position:absolute;top:28px;left:28px}.member-video-stage>button{z-index:3;color:#fff;cursor:pointer;background:#05201db8;border:1px solid #ead7a4;border-radius:50%;place-items:center;width:86px;height:86px;font-size:1.5rem;transition:transform .2s,background .2s;display:grid;position:relative}.member-video-stage>button:hover{background:#b39555;transform:scale(1.05)}.member-video-stage>div{z-index:2;text-align:right;display:grid;position:absolute;bottom:25px;right:28px}.member-video-stage>div small{color:#d8c48d}.member-video-stage.is-previewing:before{z-index:2;color:#fff;content:"Secure video playback will appear here in the connected member portal";text-align:center;background:#041b1aa3;place-items:center;padding:30px;display:grid;position:absolute;inset:0}.member-resource-meta{grid-template-columns:1fr .42fr;gap:55px;padding:clamp(28px,5vw,55px);display:grid}.member-resource-meta h2{color:var(--portal-text);margin:8px 0 14px;font-size:clamp(2rem,4vw,3.7rem)}.member-resource-meta p:last-child{color:var(--portal-muted)}.member-resource-meta aside{border-left:2px solid var(--gold);grid-template-columns:1fr;align-content:start;gap:5px;padding-left:24px;display:grid}.member-resource-meta aside span{color:var(--portal-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:12px;font-size:.67rem;font-weight:800}.member-resource-meta aside strong{color:var(--portal-text)}.member-note-reader>header{color:#fff;background:linear-gradient(110deg,#0b3430,#225f57);grid-template-columns:90px 1fr;align-items:center;gap:28px;padding:30px 38px;display:grid}.member-note-reader>header img{border:1px solid #d8c48d8c;border-radius:8px;width:82px;height:82px}.member-note-reader>header span{color:#d8c48d;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800}.member-note-reader>header h2{color:#fff;margin-top:5px;font-size:clamp(2rem,4vw,3.5rem)}.member-note-body{max-width:820px;margin:auto;padding:clamp(38px,7vw,80px)}.member-note-body p{color:var(--portal-muted);font-size:1.02rem;line-height:1.8}.member-note-body h3{color:var(--portal-text);margin:34px 0 10px;font-size:1.7rem}.member-note-body blockquote{border-left:3px solid var(--gold);background:var(--portal-surface-soft);color:var(--portal-text);font-family:var(--serif);margin:38px 0;padding:22px 26px;font-size:2rem}.member-resource-nav{justify-content:space-between;gap:20px;display:flex}.member-resource-nav a{color:var(--portal-text);text-decoration-color:var(--gold);text-underline-offset:5px;font-weight:800}@media (width<=700px){.member-resource-main{padding:20px 15px}.member-resource-meta{grid-template-columns:1fr;gap:25px}.member-video-stage>img{width:54px;height:54px;top:16px;left:16px}.member-video-stage>button{width:68px;height:68px}.member-video-stage>div{bottom:14px;right:16px}.member-note-reader>header{grid-template-columns:65px 1fr;padding:24px 20px}.member-note-reader>header img{width:60px;height:60px}.member-note-body{padding:32px 22px}.member-resource-nav{flex-direction:column;align-items:flex-start}}.member-embedded-resource{aspect-ratio:16/9;background:#061f1d}.member-embedded-resource iframe,.member-embedded-note iframe{border:0;width:100%;height:100%;display:block}.member-embedded-note{background:#e8eceb;height:min(78vh,980px);min-height:650px}.member-embedded-note iframe{background:#fff}@media (width<=700px){.member-embedded-note{height:72vh;min-height:560px}}.member-course-content{padding:clamp(22px,3.5vw,40px)}.member-course-content>header{align-items:center}.member-course-content h2{font-size:clamp(2.1rem,4vw,3.7rem)}.member-course-content header p:last-child{font-size:.84rem;line-height:1.5}.member-course-progress{min-width:132px;padding:12px 16px}.member-course-progress strong{font-size:1.65rem}.member-course-motto{margin:18px 0 12px;padding:13px 20px;font-size:clamp(1.25rem,2.2vw,1.8rem)}.member-course-list-title{padding:15px 22px}.member-course-list a{min-height:138px;padding:25px 28px}.member-resource-number{width:54px;font-size:1.55rem}.member-resource-action{min-width:146px;min-height:58px;padding:14px 24px;font-size:.9rem}@media (width<=620px){.member-course-content{padding:22px 17px}.member-course-content>header{align-items:stretch}.member-course-motto{padding:12px 16px}.member-course-list a{flex-wrap:wrap;min-height:0;padding:22px 18px}.member-course-list a div{min-width:calc(100% - 76px)}.member-resource-action{width:100%;min-width:0;min-height:52px;margin-top:8px;display:inline-flex}.member-resource-number{width:40px}}.member-portal-shell{grid-template-columns:330px minmax(0,1fr)}.member-portal-sidebar nav{gap:7px;padding:25px 16px}.member-portal-sidebar nav>a,.member-portal-sidebar summary{min-height:50px;padding:11px 14px;font-size:1rem;line-height:1.4}.member-library-flat-link{margin-left:27px;color:#fff!important;padding:12px 14px!important;font-size:.9rem!important;line-height:1.5!important}.member-library-nav{margin-left:29px}.member-library-nav a{color:#fff;padding:10px 11px;font-size:.9rem;line-height:1.5}.member-library-nav .member-library-main-link{color:#f2dda5}.member-sidebar-support a{color:#fff;font-size:.9rem;line-height:1.5}@media (width<=1080px){.member-portal-shell{grid-template-columns:1fr}.member-portal-sidebar{width:min(90vw,340px)}}.member-session-format{width:max-content;color:var(--portal-text);letter-spacing:.1em;text-transform:uppercase;background:#c9826b2b;border:1px solid #c9826b;border-radius:999px;align-items:center;padding:5px 10px;font-size:.67rem;font-weight:850;display:inline-flex}.member-session-format.is-online{background:#7898bd33;border-color:#7898bd}.member-event-copy>.member-session-format+span{margin-top:14px;display:block}.member-calendar-feature-image{background:#071f1d;padding:0}.member-calendar-feature-image img{object-fit:cover;object-position:center}.member-event-list article{grid-template-columns:270px minmax(0,1fr) auto;gap:28px;padding:18px}.member-event-list img{object-fit:cover;object-position:center;background:#071f1d;width:270px;height:210px}.member-event-list .member-session-thumbnail.is-stillness-gate{object-position:center 58%;width:270px;height:210px;object-fit:cover!important}.member-event-list .member-session-thumbnail.is-monday{object-position:center 38%;width:270px;height:210px;object-fit:cover!important}.member-event-list .member-session-thumbnail.is-tuesday{object-position:center 49%;width:270px;height:210px;object-fit:cover!important}.member-event-list .member-session-thumbnail.is-thursday-stillness{object-position:center top;width:270px;height:210px;object-fit:cover!important}.member-event-list .member-session-thumbnail.is-thursday-present{object-position:center;width:270px;height:210px;object-fit:cover!important}@media (width<=1120px){.member-event-list article{grid-template-columns:220px minmax(0,1fr)}.member-event-list img,.member-event-list .member-session-thumbnail.is-stillness-gate,.member-event-list .member-session-thumbnail.is-monday,.member-event-list .member-session-thumbnail.is-tuesday,.member-event-list .member-session-thumbnail.is-thursday-stillness,.member-event-list .member-session-thumbnail.is-thursday-present{width:220px;height:190px}.member-event-book{grid-column:2}}@media (width<=700px){.member-calendar-feature-image{min-height:340px}.member-event-list article{grid-template-columns:1fr}.member-event-list img,.member-event-list .member-session-thumbnail.is-stillness-gate,.member-event-list .member-session-thumbnail.is-monday,.member-event-list .member-session-thumbnail.is-tuesday,.member-event-list .member-session-thumbnail.is-thursday-stillness,.member-event-list .member-session-thumbnail.is-thursday-present{width:100%;height:300px}.member-event-book{grid-column:auto}}.member-portal-body button,.member-portal-body .button,.member-portal-body .premium-button,.member-portal-body .member-resource-action{transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s,filter .18s}.member-portal-body button:not(:disabled):hover,.member-portal-body .button:hover,.member-portal-body .premium-button:hover,.member-portal-body .member-course-list a:hover .member-resource-action{filter:none;transform:translateY(-2px);box-shadow:0 8px 22px #c9826b59;color:#082d2a!important;background:#c9826b!important;border-color:#f4f0e7!important}.member-portal-body button:focus-visible,.member-portal-body .button:focus-visible,.member-portal-body .premium-button:focus-visible,.member-portal-body .member-course-list a:focus-visible .member-resource-action{outline-offset:4px;outline:3px solid #7898bd;box-shadow:0 0 0 5px #7898bd47;color:#082d2a!important;background:#d2ae62!important;border-color:#fff!important}@media (prefers-reduced-motion:reduce){.member-portal-body button,.member-portal-body .button,.member-portal-body .premium-button,.member-portal-body .member-resource-action{transition:none}.member-portal-body button:not(:disabled):hover,.member-portal-body .button:hover,.member-portal-body .premium-button:hover,.member-portal-body .member-course-list a:hover .member-resource-action{transform:none}.premium-hero-video{display:none}}.member-reflection-main{gap:24px;padding:clamp(24px,4vw,58px);display:grid}.member-reflection-intro{color:#fff;background:linear-gradient(125deg,#082d2a,#18534d 68%,#987b43);border-radius:14px;grid-template-columns:120px minmax(0,820px);align-items:end;gap:34px;padding:clamp(34px,6vw,70px);display:grid}.member-reflection-intro img{object-fit:contain;border:1px solid #ead7a4a6;border-radius:10px;width:110px;height:110px}.member-reflection-intro h1{color:#fff;margin:8px 0 18px;font-size:clamp(3rem,6vw,5.7rem);line-height:.97}.member-reflection-intro>div>p{color:#d7e4df;max-width:720px;font-size:1.04rem}.member-reflection-intro blockquote{color:#ead7a4;font-family:var(--serif);border-left:2px solid #d8c48d;margin:24px 0 0;padding-left:18px;font-size:1.45rem}.member-reflection-card{border:1px solid var(--portal-border);background:var(--portal-surface);border-radius:14px;grid-template-columns:.72fr 1.15fr;gap:clamp(34px,6vw,80px);padding:clamp(30px,5vw,60px);display:grid;box-shadow:0 18px 50px #06252214}.member-reflection-copy h2,.member-reflection-success h2{color:var(--portal-text);margin:8px 0 16px;font-size:clamp(2.4rem,4vw,4rem);line-height:1}.member-reflection-copy>p{color:var(--portal-muted)}.member-reflection-privacy{border-left:3px solid var(--gold);background:var(--portal-surface-soft);gap:4px;margin-top:28px;padding:18px;display:grid}.member-reflection-privacy strong{color:var(--portal-text)}.member-reflection-privacy span{color:var(--portal-muted);font-size:.78rem}.member-reflection-form{gap:20px;display:grid}.member-reflection-form label{color:var(--portal-text);gap:7px;font-size:.78rem;font-weight:800;display:grid}.member-reflection-form input,.member-reflection-form textarea{border:1px solid var(--portal-border);background:var(--portal-surface-soft);width:100%;color:var(--portal-text);font:inherit;border-radius:8px;padding:13px 14px}.member-reflection-form input{min-height:50px}.member-reflection-form textarea{resize:vertical;min-height:190px;line-height:1.6}.member-reflection-form input:focus,.member-reflection-form textarea:focus{border-color:#7898bd;outline:3px solid #7898bd47}.member-reflection-form label small,.member-reflection-guidance{color:var(--portal-muted);font-size:.7rem;font-weight:500}.member-reflection-submit{justify-content:space-between;width:100%}.member-form-trap,.form-trap{position:absolute;left:-10000px}.member-reflection-success{text-align:center;grid-column:1/-1;max-width:820px;margin:auto}.member-reflection-success>span{color:#082d2a;background:#91a985;border-radius:50%;place-items:center;width:68px;height:68px;margin:0 auto 18px;font-size:2rem;font-weight:900;display:grid}.member-reflection-success .button{margin-top:22px}@media (width<=820px){.member-reflection-intro{grid-template-columns:80px 1fr;gap:22px}.member-reflection-intro img{width:76px;height:76px}.member-reflection-card{grid-template-columns:1fr}}@media (width<=560px){.member-reflection-main{padding:15px}.member-reflection-intro{grid-template-columns:1fr;align-content:end;padding:30px 24px}.member-reflection-intro h1{font-size:2.75rem}.member-reflection-card{padding:27px 20px}}.home-private-hero{isolation:isolate;background:var(--ink-deep);color:#fff;padding:clamp(48px,7vw,96px) 0;position:relative;overflow:hidden}.home-private-hero:before{z-index:-1;content:"";background:radial-gradient(circle at 18% 15%,#d8c48d26,#0000 34%),linear-gradient(125deg,#0000 0 58%,#ffffff0b 58% 59%,#0000 59%);position:absolute;inset:0}.home-private-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);align-items:center;gap:clamp(45px,7vw,100px);display:grid}.home-private-hero-copy{z-index:2;position:relative}.home-private-hero h1{color:#fff;letter-spacing:-.045em;max-width:720px;margin:18px 0 24px;font-size:clamp(3.5rem,6vw,6.4rem);line-height:.91}.home-private-hero h1 span{color:#d8c48d;display:block}.home-private-lead{color:#dce7e3;max-width:590px;font-size:clamp(1.15rem,1.8vw,1.45rem);line-height:1.6}.home-private-hero .button{margin-top:22px}.home-private-availability{border-left:2px solid var(--gold);color:#c7d5d0;letter-spacing:.075em;text-transform:uppercase;margin:24px 0 0;padding-left:16px;font-size:.76rem;font-weight:750}.home-private-hero-image{margin:0;position:relative}.home-private-hero-image:before{z-index:-1;border-radius:var(--radius-panel);content:"";opacity:.78;background:#d8c48d;width:72%;height:68%;position:absolute;top:-24px;right:-24px}.home-private-hero-image img{border-radius:var(--radius-panel);object-fit:cover;object-position:54% center;width:100%;height:clamp(480px,53vw,690px);display:block;box-shadow:0 28px 80px #00000047}.home-private-hero-image figcaption{color:#fff;letter-spacing:.09em;text-align:center;text-transform:uppercase;backdrop-filter:blur(8px);background:#052522d1;border:1px solid #ffffff40;border-radius:10px;padding:15px 18px;font-size:.68rem;font-weight:780;position:absolute;bottom:18px;left:18px;right:18px}.home-private-intro-grid{grid-template-columns:.78fr 1.22fr;align-items:end;gap:clamp(55px,9vw,130px);display:grid}.home-private-intro-grid h2{max-width:620px;margin-bottom:0;font-size:clamp(2.8rem,5vw,5.1rem);line-height:.96}.home-private-intro-copy{border-left:1px solid #123f3a33;padding-left:clamp(30px,5vw,70px)}.home-private-intro-copy p{color:var(--slate);font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.75}.home-private-intro-copy p:last-child{margin-bottom:0}.home-private-suitability{background:var(--paper)}.home-private-suitability-heading{grid-template-columns:.68fr 1.32fr;align-items:end;gap:clamp(55px,8vw,110px);margin-bottom:45px;display:grid}.home-private-suitability-heading h2{max-width:920px;margin-bottom:0;font-size:clamp(2.7rem,4.7vw,4.8rem);line-height:.98}.home-private-suitability-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.home-private-suitability-grid article{border-radius:var(--radius-panel);background:#fff;border:1px solid #123f3a24;flex-direction:column;align-items:flex-start;min-height:310px;padding:clamp(26px,3vw,38px);display:flex;box-shadow:0 16px 38px #082d2a0d}.home-private-suitability-grid article:nth-child(2){background:var(--ink);color:#fff}.home-private-suitability-grid article:nth-child(2) h3{color:#fff}.home-private-suitability-grid article:nth-child(2) p{color:#d7e3df}.home-private-suitability-grid article>span{color:var(--gold);font-family:var(--serif);font-size:1.35rem}.home-private-suitability-grid h3{margin:58px 0 14px;font-size:clamp(1.7rem,2.5vw,2.35rem)}.home-private-suitability-grid p{color:var(--slate);margin:auto 0 0;line-height:1.65}.home-private-support-grid{grid-template-columns:.68fr 1.32fr;align-items:start;gap:clamp(55px,8vw,110px);display:grid}.home-private-support-heading{position:sticky;top:36px}.home-private-support-heading h2{font-size:clamp(2.7rem,4.4vw,4.5rem);line-height:.98}.home-private-support-heading>p:last-child{max-width:520px;color:var(--slate)}.home-private-support-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.home-private-support-list li{border:1px solid #123f3a24;border-top:3px solid var(--gold);border-radius:var(--radius-panel);background:#fff;grid-template-columns:46px 1fr;align-items:center;gap:18px;min-height:138px;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 14px 35px #082d2a0b}.home-private-support-list li:hover{border-color:#96773b80;transform:translateY(-3px);box-shadow:0 20px 45px #082d2a17}.home-private-support-list span{color:var(--gold);font-family:var(--serif);font-size:1.3rem}.home-private-support-list strong{color:var(--ink);font-size:1rem;line-height:1.35}.home-private-support-note{border-left:2px solid var(--gold);color:var(--slate);grid-column:2;margin:0;padding-left:16px;font-size:.78rem;line-height:1.55}.home-private-statement{background:#d8c48d;padding:clamp(52px,7vw,88px) 0}.home-private-statement-grid{grid-template-columns:minmax(0,1fr) 140px minmax(0,1fr);align-items:center;gap:clamp(28px,4vw,64px);display:grid}.home-private-statement-grid p{width:100%;color:var(--ink-deep);text-align:center;justify-items:center;margin:0;display:grid}.home-private-statement-grid p:last-child{text-align:center}.home-private-statement-grid span{letter-spacing:.13em;text-transform:uppercase;font-size:clamp(.8rem,1.1vw,1rem);font-weight:850}.home-private-statement-grid strong{font-family:var(--serif);letter-spacing:-.035em;font-size:clamp(3rem,5vw,5.8rem);font-weight:500;line-height:.94}.home-private-statement-mark{filter:drop-shadow(0 8px 18px #082d2a24);place-self:center;width:104px;height:auto;display:block}.home-private-structure{background:var(--paper)}.home-private-structure-grid{grid-template-columns:minmax(520px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(55px,7vw,100px);display:grid}.home-private-photo-pair{grid-template-columns:1fr;align-items:start;gap:24px;width:100%;display:grid}.home-private-photo-pair:before{content:none}.home-private-photo-pair img{object-fit:contain;border:10px solid #fff;border-radius:22px;height:auto;display:block;position:static;box-shadow:0 24px 60px #082d2a1f}.home-private-photo-pair img:first-child{object-position:center;justify-self:start;width:78%}.home-private-photo-pair img:last-child{object-position:center;justify-self:end;width:90%}.home-private-structure-copy h2{margin-bottom:28px;font-size:clamp(2.65rem,4.6vw,4.75rem);line-height:.98}.home-private-structure-copy>p:not(.eyebrow){color:var(--slate);line-height:1.75}.home-private-duration{grid-template-columns:1fr 1fr;gap:12px;margin:0 0 30px;display:grid}.home-private-duration span{color:var(--ink);letter-spacing:.075em;text-transform:uppercase;background:#fff;border:1px solid #123f3a29;border-radius:12px;align-items:baseline;gap:9px;padding:16px 18px;font-size:.72rem;font-weight:820;display:flex}.home-private-duration strong{color:var(--gold);font-family:var(--serif);font-size:2.4rem;font-weight:500}.home-private-final-grid{grid-template-columns:1.1fr .9fr;align-items:end;gap:clamp(55px,9vw,135px);display:grid}.home-private-final h2{color:#fff;max-width:800px;margin-bottom:0;font-size:clamp(2.8rem,5vw,5rem);line-height:.98}.home-private-final-grid>div:last-child p{color:#d7e3df;font-size:1.08rem}.home-private-final .button{margin-top:18px}.home-private-testimonial{background:#efe9dc}.home-private-testimonial-grid{grid-template-columns:.72fr 1.28fr;align-items:center;gap:clamp(55px,9vw,135px);display:grid}.home-private-testimonial h2{max-width:620px;margin-bottom:0;font-size:clamp(2.7rem,4.6vw,4.75rem);line-height:.98}.home-private-testimonial figure{border-top:4px solid var(--gold);border-radius:var(--radius-panel);background:#fff;margin:0;padding:clamp(34px,5vw,58px);position:relative;box-shadow:0 24px 65px #082d2a17}.home-private-testimonial blockquote{color:var(--ink-deep);font-family:var(--serif);margin:0;font-size:clamp(1.45rem,2.3vw,2.1rem);line-height:1.38}.home-private-testimonial figcaption{color:var(--ink);letter-spacing:.1em;text-transform:uppercase;margin-top:28px;font-size:.78rem;font-weight:850}.insight-signature{align-items:center;gap:13px;display:flex}.insight-signature img{width:48px;height:auto}@media (width<=1020px){.home-private-hero-grid,.home-private-intro-grid,.home-private-support-grid,.home-private-structure-grid,.home-private-final-grid{grid-template-columns:1fr}.home-private-hero-grid{gap:55px}.home-private-hero-copy{max-width:760px}.home-private-hero-image img{height:min(70vw,650px)}.home-private-intro-grid,.home-private-support-grid,.home-private-structure-grid,.home-private-final-grid{gap:42px}.home-private-suitability-heading{grid-template-columns:1fr;gap:24px}.home-private-suitability-grid{grid-template-columns:1fr 1fr}.home-private-suitability-grid article:last-child{grid-column:1/-1}.home-private-suitability-grid article{min-height:270px}.home-private-intro-copy{border-top:1px solid #123f3a33;border-left:0;padding-top:30px;padding-left:0}.home-private-support-heading{position:static}.home-private-support-note{grid-column:auto}.home-private-photo-pair{max-width:820px}.home-private-photo-pair img:first-child{width:72%}.home-private-photo-pair img:last-child{width:82%}.home-private-final-grid>div:last-child{max-width:700px}.home-private-testimonial-grid{grid-template-columns:1fr;gap:42px}.home-private-testimonial figure{max-width:820px}}@media (width<=620px){.home-private-hero{padding:54px 0}.home-private-hero h1{font-size:3.35rem}.home-private-hero-image:before{top:-12px;right:-12px}.home-private-hero-image img{height:420px}.home-private-hero-image figcaption{padding:12px;font-size:.58rem;bottom:10px;left:10px;right:10px}.home-private-suitability-grid{grid-template-columns:1fr}.home-private-suitability-grid article:last-child{grid-column:auto}.home-private-suitability-grid article{min-height:250px}.home-private-suitability-grid h3{margin-top:42px}.home-private-support-list{grid-template-columns:1fr}.home-private-support-list li{min-height:104px}.home-private-statement-grid{grid-template-columns:1fr;gap:26px}.home-private-statement-grid p,.home-private-statement-grid p:last-child{text-align:left;justify-items:start}.home-private-statement-mark{width:82px}.home-private-statement-grid strong{font-size:3.35rem}.home-private-photo-pair{gap:14px}.home-private-photo-pair img,.home-private-photo-pair img:first-child,.home-private-photo-pair img:last-child{border-width:6px;border-radius:18px;width:100%}.home-private-duration{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.home-private-support-list li{transition:none}.home-private-support-list li:hover{transform:none}}[data-site-theme=dark]{--paper:#0c2421;--paper-deep:#132f2b;--mist:#16332f;--white:#102b27;--jade-light:#1a3934;--slate:#bdcec8;--gold:#d8c48d;--shadow:0 18px 60px #0000003d}[data-site-theme=dark] body{color:#dce7e3}[data-site-theme=dark] body h1,[data-site-theme=dark] body h2,[data-site-theme=dark] body h3{color:#f7f2e9}[data-site-theme=dark] .pro-header{background:#0a211f;border-bottom:1px solid #ffffff1a}[data-site-theme=dark] .pro-nav>a,[data-site-theme=dark] .nav-group>summary,[data-site-theme=dark] .members-login,[data-site-theme=dark] .site-theme-toggle{color:#f4f0e7}[data-site-theme=dark] .members-login{border-color:#fff6}[data-site-theme=dark] .members-login:hover,[data-site-theme=dark] .members-login:focus-visible{color:#082d2a;background:#d8c48d}[data-site-theme=dark] .site-theme-toggle{border-color:#ffffff4d}[data-site-theme=dark] .site-theme-toggle:hover,[data-site-theme=dark] .pro-nav>a:hover,[data-site-theme=dark] .nav-group>summary:hover,[data-site-theme=dark] .nav-group[open]>summary{background:#17332f}[data-site-theme=dark] .mega-menu,[data-site-theme=dark] .mobile-menu nav{background:#102b27;border-color:#d8c48d80}[data-site-theme=dark] .menu-links a,[data-site-theme=dark] .compact-menu a,[data-site-theme=dark] .menu-links strong,[data-site-theme=dark] .compact-menu strong,[data-site-theme=dark] .home-private-support-list strong,[data-site-theme=dark] .home-private-duration span{color:#f4f0e7}[data-site-theme=dark] .menu-links a:hover,[data-site-theme=dark] .compact-menu a:hover{background:#193a35}[data-site-theme=dark] .authority-band,[data-site-theme=dark] .premium-intro,[data-site-theme=dark] .drjar-section,[data-site-theme=dark] .content-engine-section,[data-site-theme=dark] .organisations-premium,[data-site-theme=dark] .home-private-testimonial{background:#102b27}[data-site-theme=dark] .authority-grid strong,[data-site-theme=dark] .drjar-copy h2,[data-site-theme=dark] .drjar-copy .drjar-lead,[data-site-theme=dark] .drjar-details h3,[data-site-theme=dark] .drjar-closing p,[data-site-theme=dark] .content-engine-heading h2,[data-site-theme=dark] .organisations-premium h2{color:#f7f2e9}[data-site-theme=dark] .authority-grid p,[data-site-theme=dark] .drjar-details,[data-site-theme=dark] .drjar-details article{border-color:#d8c48d3d}[data-site-theme=dark] .route-card,[data-site-theme=dark] .session-card,[data-site-theme=dark] .benefit-grid article,[data-site-theme=dark] .home-private-suitability-grid article,[data-site-theme=dark] .home-private-support-list li,[data-site-theme=dark] .home-private-duration span,[data-site-theme=dark] .home-private-testimonial figure{background:#142f2b;border-color:#d8c48d3d}[data-site-theme=dark] .content-route,[data-site-theme=dark] .content-route-blog{color:#f7f2e9;background:#16332f;border-color:#d8c48d4d}[data-site-theme=dark] .content-route-dark{background:#061d1b;border-color:#d8c48d57}[data-site-theme=dark] .content-route:hover,[data-site-theme=dark] .content-route:focus-visible{background:#21433d}[data-site-theme=dark] .content-route-dark:hover,[data-site-theme=dark] .content-route-dark:focus-visible{background:#285e56}[data-site-theme=dark] .home-private-suitability-grid article:nth-child(2),[data-site-theme=dark] .jade-section,[data-site-theme=dark] .pathways-section,[data-site-theme=dark] .site-footer{background:#061d1b}[data-site-theme=dark] .premium-final{background:#1c4b45}[data-site-theme=dark] .organisations-premium{background:#28372f;border-block:1px solid #d8c48d2e}[data-site-theme=dark] .home-private-testimonial blockquote{color:#eef4f1}[data-site-theme=dark] .home-private-photo-pair img{border-color:#17332f}[data-site-theme=dark] .programme-benefits li{color:#eef4f1;border-color:#d8c48d3d}[data-site-theme=dark] .programme-section-grid article,[data-site-theme=dark] .programme-rich-cards .programme-section-grid article{background:#142f2b;border-color:#d8c48d42}[data-site-theme=dark] .programme-section-card-copy p{color:#bdcec8}[data-site-theme=dark] .women-needs-section,[data-site-theme=dark] .women-structure-section,[data-site-theme=dark] .workplace-credentials,[data-site-theme=dark] .workplace-pricing-section,[data-site-theme=dark] .insights-catalogue,[data-site-theme=dark] .insight-article{background:#102b27}[data-site-theme=dark] .women-needs-list li,[data-site-theme=dark] .women-support-list li,[data-site-theme=dark] .workplace-programmes-card li{color:#eef4f1;border-color:#d8c48d3d}[data-site-theme=dark] .workplace-programmes-card,[data-site-theme=dark] .contact-form,[data-site-theme=dark] .newsletter-panel,[data-site-theme=dark] .insights-card,[data-site-theme=dark] .article-responses form,[data-site-theme=dark] .private-consultation-panel{background:#142f2b;border-color:#d8c48d42}[data-site-theme=dark] .contact-form label,[data-site-theme=dark] .newsletter-panel label,[data-site-theme=dark] .newsletter-promises,[data-site-theme=dark] .insights-heading a,[data-site-theme=dark] .insights-read,[data-site-theme=dark] .insight-header>a,[data-site-theme=dark] .article-responses label,[data-site-theme=dark] .topic-row button,[data-site-theme=dark] .faq-grid summary{color:#eef4f1}[data-site-theme=dark] .contact-form input,[data-site-theme=dark] .contact-form select,[data-site-theme=dark] .contact-form textarea,[data-site-theme=dark] .newsletter-panel input,[data-site-theme=dark] .article-responses input,[data-site-theme=dark] .article-responses textarea{color:#f4f0e7;background:#0c2421;border-color:#d8c48d4d}[data-site-theme=dark] .newsletter-hero{background:linear-gradient(120deg,#102b27 0 54%,#173a35 54%)}[data-site-theme=dark] .newsletter-intro h1,[data-site-theme=dark] .newsletter-panel h2,[data-site-theme=dark] .insights-heading h2,[data-site-theme=dark] .insights-card h2,[data-site-theme=dark] .insights-card h3,[data-site-theme=dark] .insight-header h1,[data-site-theme=dark] .insight-body h2,[data-site-theme=dark] .insight-body h3{color:#f7f2e9}[data-site-theme=dark] .insight-body p,[data-site-theme=dark] .insight-body li{color:#c7d6d1}[data-site-theme=dark] .insight-body blockquote{color:#f4f0e7;background:#193a35}[data-site-theme=dark] .premium-membership h2,[data-site-theme=dark] .premium-membership .section-index.pale{color:#082d2a}[data-site-theme=dark] .insights-heading,[data-site-theme=dark] .article-social,[data-site-theme=dark] .article-responses{border-color:#d8c48d3d}[data-site-theme=dark] .text-link,[data-site-theme=dark] .organisations-premium-grid .arrow-link,[data-site-theme=dark] .session-time span,[data-site-theme=dark] .rhythm-list span{color:#f4f0e7}[data-site-theme=dark] .organisations-premium-grid .arrow-link{border-color:#d8c48d}[data-site-theme=dark] .organisations-premium-grid .arrow-link:hover{color:#082d2a;background:#d8c48d}[data-site-theme=dark] .membership-hero .button-quiet{color:#f4f0e7;background:0 0;border-color:#d8c48d}[data-site-theme=dark] .membership-hero .button-quiet:hover,[data-site-theme=dark] .membership-hero .button-quiet:focus-visible{color:#082d2a;background:#d8c48d;border-color:#d8c48d}[data-site-theme=dark] .jade-section .final-cta .button-paper{color:#fff;background:0 0;border-color:#fff}[data-site-theme=dark] .jade-section .final-cta .button-paper:hover,[data-site-theme=dark] .jade-section .final-cta .button-paper:focus-visible{color:#082d2a;background:#d8c48d;border-color:#d8c48d}[data-site-theme=dark] .premium-intro .arrow-link{color:#f4f0e7;border-color:#d8c48d}[data-site-theme=dark] .premium-intro .arrow-link:hover,[data-site-theme=dark] .premium-intro .arrow-link:focus-visible{color:#f0dca6;border-color:#f0dca6}[data-site-theme=dark] .approach-method{background:#d5dfdc;box-shadow:0 28px 80px #00000038}[data-site-theme=dark] .approach-method-heading h3,[data-site-theme=dark] .approach-method-grid h4{color:#082d2a}[data-site-theme=dark] .approach-method-heading>p:last-child,[data-site-theme=dark] .approach-method-grid li{color:#294943}[data-site-theme=dark] .approach-method-grid article{background:#f7f4ed;border-color:#123f3a2b;box-shadow:0 18px 48px #082d2a17}[data-site-theme=dark] .approach-method-grid article:nth-child(2){background:#123f3a;border-color:#123f3a}[data-site-theme=dark] .approach-method-grid article:nth-child(2) h4{color:#f7f2e9}[data-site-theme=dark] .approach-method-grid article:nth-child(2) li{color:#d8e3df}[data-site-theme=dark] .approach-method .approach-method-path{color:#082d2a;border-color:#123f3a}[data-site-theme=dark] .approach-method .approach-method-path:hover,[data-site-theme=dark] .approach-method .approach-method-path:focus-visible{color:#72571f;border-color:#96773b}[data-site-theme=dark] .home-private-final .button-paper{color:#f4f0e7;background:0 0;border-color:#d8c48d}[data-site-theme=dark] .home-private-final .button-paper:hover,[data-site-theme=dark] .home-private-final .button-paper:focus-visible{color:#082d2a;background:#d8c48d;border-color:#d8c48d}[data-site-theme=dark] .home-private-testimonial figcaption{color:#d8c48d}@media (width<=1020px){.site-theme-toggle{margin-left:auto}.approach-method-heading{grid-template-columns:1fr 1fr}}@media (width<=620px){.site-theme-toggle{width:44px;padding:0}.site-theme-toggle [data-site-theme-label]{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.approach-method-heading,.approach-method-grid{grid-template-columns:1fr;gap:24px}.approach-method-heading>p:last-child{grid-column:auto}.approach-method-grid h4{margin-top:32px}.approach-method-grid article:nth-child(2){margin-top:0}.approach-method-path{margin-top:34px;position:static;transform:none}.premium-final .premium-actions>a,.premium-hero-content .premium-actions>a{width:100%}}.benefit-grid article:first-child{--benefit-pastel:#ead8d3}.benefit-grid article:nth-child(2){--benefit-pastel:#d8e4d6}.benefit-grid article:nth-child(3){--benefit-pastel:#d7e3e8}.benefit-grid article:nth-child(4){--benefit-pastel:#e1dceb}.benefit-grid article:nth-child(5){--benefit-pastel:#eddcc8}.benefit-grid article:nth-child(6){--benefit-pastel:#eadfb8}.benefit-grid article:hover{background:var(--benefit-pastel);border-color:#123f3a38;transform:translateY(-4px);box-shadow:0 18px 42px #082d2a24}.benefit-grid article:hover h3{color:#082d2a}.benefit-grid article:hover p{color:#294943}@media (prefers-reduced-motion:reduce){.benefit-grid article{transition:none}.benefit-grid article:hover{transform:none}}.member-portal-image-cards article:before{filter:brightness(.72)saturate(.82)}.member-portal-image-cards article:first-child:after{background:linear-gradient(#5c2c2061 0%,#52221bad 48%,#281111fa 100%)}.member-portal-image-cards article:nth-child(2):after{background:linear-gradient(#264b706b 0%,#1b3f60b8 50%,#0a1d34fa 100%)}.member-portal-image-cards article:nth-child(3):before{filter:brightness(.62)saturate(.7);background-position:62%}.member-portal-image-cards article:nth-child(3):after{background:linear-gradient(#0b242847 0%,#082225a3 52%,#031617fa 100%)}.member-portal-week .member-portal-image-cards h3,.member-portal-week .member-portal-image-cards p,.member-portal-week .member-portal-image-cards .text-link,.member-portal-week .member-portal-image-cards .member-preview-label{text-shadow:0 2px 12px #000000c7}.member-portal-week .member-portal-image-cards p{color:#fff}.policy-page{background:var(--paper);color:var(--ink)}.policy-hero{background:var(--mist);padding:clamp(96px,12vw,170px) 0 clamp(58px,8vw,100px)}.policy-hero h1{max-width:900px;margin:.18em 0;font-size:clamp(3.2rem,8vw,7rem);line-height:.92}.policy-hero>div>p:not(.eyebrow):not(.policy-date){max-width:720px;font-size:clamp(1.2rem,2vw,1.65rem)}.policy-date{letter-spacing:.03em;margin-top:28px;font-size:.9rem;font-weight:700}.policy-layout{grid-template-columns:minmax(190px,260px) minmax(0,800px);gap:clamp(42px,8vw,110px);padding-block:clamp(64px,9vw,120px);display:grid}.policy-layout nav{border-top:1px solid var(--line);align-self:start;gap:0;display:grid;position:sticky;top:130px}.policy-layout nav a{border-bottom:1px solid var(--line);padding:14px 0;font-weight:700}.policy-layout article h2{margin:2.1em 0 .55em;font-size:clamp(1.7rem,3vw,2.5rem)}.policy-layout article h2:first-of-type{margin-top:0}.policy-layout article p{font-size:1.05rem;line-height:1.8}.policy-layout article a{text-underline-offset:3px;text-decoration:underline}.footer-base nav{flex-wrap:wrap;gap:14px 24px;margin-left:auto;display:flex}.footer-base nav a{text-underline-offset:3px;text-decoration:underline}[data-site-theme=dark] .policy-page{color:#eef4f1;background:#102b27}[data-site-theme=dark] .policy-hero{background:#16332f}[data-site-theme=dark] .policy-layout nav,[data-site-theme=dark] .policy-layout nav a{border-color:#d8c48d40}@media (width<=760px){.policy-layout{grid-template-columns:1fr}.policy-layout nav{position:static}.policy-hero h1{font-size:clamp(3rem,15vw,5rem)}}@media (width<=640px){.footer-base nav{margin-left:0}}
