@import "https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700;800&family=Josefin+Sans:wght@500;600&display=swap";
:root{--green:#064b38;--deep:#062f24;--red:#86091a;--gold:#e3b23c;--cream:#f0f5f2;--paper:#fff;--ink:#09251d;--muted:#485650;--line:#c9d5d0;--white:#fff;--shadow:0 16px 45px #042d211f;--wrap:1480px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font:16px/1.55 Albert Sans,sans-serif}body.locked{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-underline-offset:.2em}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3{margin:0 0 .55em;line-height:1.06}h1{letter-spacing:-.045em;font-size:clamp(2.65rem,6vw,5.6rem)}h2{letter-spacing:-.035em;font-size:clamp(2rem,4vw,3.3rem)}h3{font-size:1.25rem}p{margin:0 0 1.25rem}.wrap{width:min(calc(100% - clamp(2rem,6vw,7rem)),var(--wrap));margin-inline:auto}.skip{z-index:200;border:2px solid var(--green);background:#fff;padding:.75rem 1rem;position:fixed;top:1rem;left:1rem;translate:0 -180%}.skip:focus{translate:0}:focus-visible{outline-offset:3px;outline:3px solid #d29a14}.eyebrow{color:var(--red);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.65rem;font:700 .78rem Josefin Sans,sans-serif}.green .eyebrow,.path-card .eyebrow,.testimonial .eyebrow{color:#f2d57e}.button{border:2px solid var(--green);background:var(--green);color:#fff;letter-spacing:.02em;justify-content:center;align-items:center;min-height:50px;padding:.75rem 1.2rem;font:600 .92rem Josefin Sans,sans-serif;text-decoration:none;display:inline-flex}.button:hover{border-color:var(--red);background:var(--red)}.button.light{color:var(--deep);background:#fff;border-color:#fff}.button.outline{color:var(--green);background:0 0}.button:disabled{color:#fff;opacity:1;cursor:not-allowed;background:#68716d;border-color:#68716d}.header{z-index:80;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdfaf5;position:sticky;top:0}.header-inner{align-items:center;gap:2rem;min-height:94px;display:flex}.logo img{width:230px}.nav{align-items:center;gap:1.25rem;margin-left:auto;display:flex}.nav a{font-size:.94rem;font-weight:650;text-decoration:none}.nav a:hover{color:var(--red)}.nav-actions{gap:.55rem;display:flex}.nav-actions .button{min-height:44px;padding:.55rem .85rem}.menu{border:2px solid var(--green);background:#fff;place-content:center;gap:5px;width:48px;height:48px;margin-left:auto;padding:11px;display:none}.menu span{background:var(--green);width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.menu.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.menu.is-open span:nth-child(2){opacity:0}.menu.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.status{background:var(--red);color:#fff}.status.is-open{color:#064b38;background:#dcece6}.status.is-waitlist{background:var(--gold);color:#2b2411}.status .wrap{text-align:center;justify-content:center;align-items:center;gap:.7rem;padding:.65rem;font-weight:700;display:flex}.status i{aspect-ratio:1;background:currentColor;border-radius:50%;flex:0 0 9px;width:9px;height:9px;display:block}.hero{background:var(--deep);color:#fff;text-align:left;align-items:end;min-height:650px;display:grid;position:relative;overflow:hidden}.hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";background:linear-gradient(90deg,#062f24f7 0%,#062f24c2 50%,#062f242e 100%);position:absolute;inset:0}.hero-copy{z-index:1;text-align:left;width:100%;max-width:none;padding:7rem 0 6rem clamp(0rem,6vw,7rem);position:relative}.hero h1{max-width:760px}.hero p{max-width:650px;font-size:1.15rem}.hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:.8rem;display:flex}.hero .button.outline{color:#fff;border-color:#fff}.hero-note{color:#f2dfaa;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.7rem;margin-bottom:1.2rem;font:700 .83rem Josefin Sans,sans-serif;display:inline-flex}.section{padding:clamp(4.5rem,8vw,7.5rem) 0}.cream{background:var(--cream)}.green{background:var(--deep);color:#fff}.intro{max-width:820px;margin-bottom:3.2rem}.intro.center{text-align:center;margin-inline:auto}.intro p{color:var(--muted);font-size:1.08rem}.green .intro p{color:#e1e9e6}.grid{gap:1.25rem;display:grid}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{border:1px solid var(--line);background:#fff;padding:1.6rem;box-shadow:0 6px 22px #042d2112}.card h3{color:var(--green)}.number{color:var(--red);margin-bottom:1rem;font-size:2.5rem;font-weight:800;display:block}.path-card{color:#fff;align-items:flex-end;min-height:420px;display:flex;position:relative;overflow:hidden}.path-card img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.path-card:after{content:"";background:linear-gradient(#062f2426,#062f24fa);position:absolute;inset:0}.path-card>div{z-index:1;padding:2rem;position:relative}.path-card h2{font-size:2.25rem}.split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,7vw,7rem);display:grid}.split>img{aspect-ratio:4/3;object-fit:cover;width:100%}.impact{border-left:3px solid var(--gold);padding:1.4rem}.impact strong{color:var(--red);font-size:2rem;display:block}.process{counter-reset:steps}.process .card:before{counter-increment:steps;content:"0" counter(steps);color:var(--red);margin-bottom:1rem;font-weight:800;display:block}.testimonial{background:var(--red);color:#fff;overflow:hidden}.testimonial-inner{text-align:center;max-width:1050px}.testimonial-slide{flex-direction:column;justify-content:center;min-height:260px;display:flex}.testimonial blockquote{letter-spacing:-.03em;margin:0;font-size:clamp(1.55rem,3.4vw,2.8rem);font-weight:700;line-height:1.22}.testimonial-credit{color:#fff;margin-top:1.5rem}.carousel-controls{justify-content:center;align-items:center;gap:1.25rem;margin-top:1rem;display:flex}.carousel-controls>button{color:#fff;background:0 0;border:2px solid #fff;border-radius:50%;width:46px;height:46px;font-size:1.25rem}.carousel-dots{gap:.55rem;display:flex}.carousel-dots button{background:0 0;border:2px solid #fff;border-radius:50%;width:12px;height:12px;padding:0}.carousel-dots button.active{background:#fff}.page-hero{background:var(--cream);padding:5rem 0 4rem}.page-hero .intro{margin-bottom:0}.form-layout,.catalogue{grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:start;gap:clamp(1.5rem,4vw,3rem);display:grid}.form-card,.aside{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;padding:clamp(1.4rem,4vw,2.4rem)}.aside{position:sticky;top:118px}.form-grid{grid-template-columns:1fr 1fr;gap:0 1rem;display:grid}.field{margin-bottom:1.15rem}.full{grid-column:1/-1}.field label{margin-bottom:.4rem;font-weight:700;display:block}.field input,.field select,.field textarea{width:100%;min-height:51px;color:var(--ink);background:#fff;border:2px solid #596761;padding:.7rem .8rem}.field textarea{resize:vertical}.field small{color:var(--muted)}.check{align-items:start;gap:.7rem;margin:1rem 0 1.25rem;display:flex}.check input{width:22px;height:22px;accent-color:var(--green)}.notice{border-left:4px solid var(--green);background:#e6f0eb;padding:1rem}.filters{background:var(--cream);grid-template-columns:2fr 1fr;gap:1rem;padding:1rem;display:grid}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.wish-card{flex-direction:column;min-height:260px;display:flex}.wish-card .button{align-self:flex-start;margin-top:auto}.tag{color:#064b38;background:#dcece6;border-radius:99px;padding:.25rem .55rem;font-size:.76rem;font-weight:800;display:inline-flex}.cart{background:var(--deep);color:#fff}.cart h2{color:#fff;font-size:1.7rem}.cart .eyebrow{color:#f2d57e}.cart-item{border-top:1px solid #ffffff59;padding:.8rem 0}.cart-remove{float:right;color:#fff;background:0 0;border:0;text-decoration:underline}.pagination{justify-content:center;gap:.45rem;margin-top:2rem;display:flex}.pagination button{border:1px solid var(--green);min-width:44px;min-height:44px;color:var(--green);background:#fff;font-weight:700}.pagination button.active{background:var(--green);color:#fff}.policy-section{padding-top:4rem}.policy-grid details,.faq details{border:1px solid var(--line);background:#fff}.policy-grid summary,.faq summary{color:var(--green);cursor:pointer;padding:1.2rem;font-size:1.1rem;font-weight:800}.policy-grid details p,.faq details p{padding:0 1.2rem 1.2rem}.registration-form fieldset{border:0;margin:2rem 0;padding:0}.registration-form legend{border-bottom:2px solid var(--line);width:100%;margin-bottom:1.2rem;padding-bottom:.7rem;font-size:1.3rem;font-weight:800}.registration-form legend span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;margin-right:.5rem;display:inline-grid}.full-button{width:100%}.locations-grid{margin-top:1.5rem}.location-notice{margin-bottom:2rem}.location-card{flex-direction:column;align-items:stretch;gap:1rem;display:flex}.location-logo{align-items:center;height:90px;display:flex}.location-card img{object-fit:contain;width:140px;max-height:80px}.location-card .hours{border-top:1px solid var(--line);padding-top:1rem}.events-section{background:var(--deep);color:#fff}.events-section .intro p{color:#e1e9e6}.events-list{gap:1rem;display:grid}.event-card{color:var(--ink);border-left:6px solid var(--gold);background:#fff;grid-template-columns:105px 1fr;align-items:center;gap:1.5rem;padding:1.5rem;display:grid}.event-card time{border-right:1px solid var(--line);text-align:center;place-items:center;padding-right:1.5rem;display:grid}.event-card time strong{color:var(--red);font-size:2.3rem;line-height:1}.event-card time span{text-transform:uppercase;font-weight:800}.event-card h3{color:var(--green);font-size:1.5rem}.event-card p:last-child{margin-bottom:0}.news-card{min-height:260px;padding:0;overflow:hidden}.news-card>img{aspect-ratio:16/9;object-fit:cover;width:100%}.news-card-content{padding:1.6rem}.text-button{color:var(--green);text-underline-offset:.2em;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.faq{max-width:1000px}.faq details+details{border-top:0}.modal{z-index:150;background:#031d16e0;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-card{background:#fff;width:min(700px,100%);max-height:92vh;padding:2rem;position:relative;overflow:auto}.article-modal{width:min(860px,100%);padding:0}.article-modal>img{object-fit:cover;width:100%;max-height:390px}.article-content{padding:clamp(1.5rem,5vw,3rem)}.close{z-index:2;width:44px;height:44px;color:var(--ink);background:#fff;border:0;font-size:1.5rem;position:absolute;top:.6rem;right:.6rem}.success{color:#064b38;background:#dcece6;padding:1.2rem;font-weight:800}.admin-list{gap:1rem;display:grid}.request-card{grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:1.5rem;display:grid}.request-card>.button,.request-card>.tag{white-space:nowrap;place-self:start end;width:auto;max-width:230px}.request-card>.tag{margin-top:.15rem}.request-card dl{grid-template-columns:120px 1fr;margin:0;display:grid}.request-card dt{font-weight:700}.request-card dd{margin:0}.footer{background:var(--deep);color:#fff;padding:4rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;display:grid}.footer img{filter:brightness(0)invert();width:220px}.footer nav{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}.footer-meta{border-top:1px solid #ffffff59;grid-column:1/-1;justify-content:space-between;gap:1rem;padding-top:1.3rem;display:flex}.admin-link{opacity:.72;font-size:.78rem}@media (max-width:1180px){.menu{display:grid}.nav,.nav-actions{display:none}.nav.open{border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:stretch;padding:1rem clamp(1rem,5vw,4rem);display:flex;position:absolute;top:94px;left:0;right:0;box-shadow:0 14px 22px #031d1624}.nav.open a{padding:.65rem}.grid.four,.grid.three{grid-template-columns:repeat(2,1fr)}.form-layout,.catalogue,.split{grid-template-columns:1fr}.aside{position:static}.hero{min-height:590px}.hero:after{background:linear-gradient(#062f2473,#062f24fa)}}@media (max-width:640px){.wrap{width:min(calc(100% - 2rem),var(--wrap))}.logo img{width:190px}.header-inner{min-height:82px}.nav.open{top:82px}.hero{min-height:640px}.hero-copy{padding:5rem 0 3.5rem}.hero-actions,.hero-actions .button{width:100%}.grid.two,.grid.three,.grid.four,.form-grid,.filters,.wishlist-grid{grid-template-columns:1fr}.full{grid-column:auto}.page-hero{padding:3.5rem 0 2.7rem}.section{padding:4.2rem 0}.footer-grid{grid-template-columns:1fr}.footer-meta{flex-direction:column;grid-column:auto}.event-card{grid-template-columns:72px 1fr;gap:1rem;padding:1rem}.event-card time{padding-right:1rem}.event-card time strong{font-size:1.7rem}.request-card,.request-card dl{grid-template-columns:1fr}.request-card dd{margin-bottom:.65rem}}.article-source{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.5rem}.article-source p{margin-top:0}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.admin-login{background:var(--deep);place-items:center;min-height:100vh;padding:1rem;display:grid}.admin-login-card{width:min(480px,100%)}.admin-login-card img{width:240px;margin-bottom:2rem}.admin-back{text-align:center;margin-top:1rem;display:block}.forgot-button{margin:1.1rem auto;display:block}.form-error{color:#721c24;background:#f8dddd;padding:.8rem;font-weight:700}.cms{background:var(--cream);grid-template-rows:88px 1fr;grid-template-columns:260px 1fr;min-height:100vh;display:grid}.cms-header{border-bottom:1px solid var(--line);background:#fff;grid-column:1/-1;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.cms-header img{width:220px}.cms-header>div{align-items:center;gap:1.25rem;display:flex}.cms-nav{background:var(--deep);color:#fff;padding:2rem 1rem}.cms-nav .eyebrow{color:#f2d57e;padding-inline:.75rem}.cms-nav button{color:#fff;text-align:left;background:0 0;border:0;width:100%;padding:.85rem .75rem;font-weight:700;display:block}.cms-nav button.active,.cms-nav button:hover{background:#ffffff24}.cms-main{min-width:0;padding:clamp(1.5rem,5vw,4rem)}.cms-title{max-width:780px;margin-bottom:2rem}.cms-title p:last-child{color:var(--muted)}.cms-collection{gap:1rem;margin-bottom:1rem;display:grid}.cms-item{box-shadow:none}.cms-item-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.cms-item-head h2{font-size:1.35rem}.danger{color:#9d1626}.cms-save{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;align-items:center;gap:1rem;margin-top:2rem;padding:1rem;display:flex;position:sticky;bottom:0}.empty-state{text-align:center}.cms .request-card{margin-bottom:1rem}.registration-switch{border:2px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1rem;padding:1.5rem;display:flex}.registration-switch.is-open{border-color:var(--green);background:#e6f0eb}.registration-switch h2,.registration-switch p{margin-bottom:.35rem}.switch-control{cursor:pointer;align-items:center;gap:.7rem;display:flex}.switch-control input{opacity:0;pointer-events:none;position:absolute}.switch-control span{background:#65716c;border-radius:99px;flex:none;width:58px;height:32px;position:relative}.switch-control span:after{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s;position:absolute;top:4px;left:4px}.switch-control input:checked+span{background:var(--green)}.switch-control input:checked+span:after{transform:translate(26px)}.switch-control input:focus-visible+span{outline:3px solid var(--gold);outline-offset:3px}.registrations-title{margin-top:3rem}.registration-record dl{grid-template-columns:130px 1fr;gap:.5rem 1rem;display:grid}.registration-record dt{font-weight:800}.registration-record dd{overflow-wrap:anywhere;min-width:0;margin:0}.registration-card-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.registration-status{color:#303934;background:#e8e9e8;border-radius:99px;flex:none;padding:.3rem .7rem;font-size:.78rem;font-weight:850}.registration-status.completed{color:#064b38;background:#dcece6}.registration-status.verify{color:#604600;background:#fff0ad}.registration-record.is-completed{border-left:5px solid var(--green)}.registration-record.needs-verification{background:#fffdf4;border-left:5px solid #9b7410}.registration-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:.7rem;margin-top:1.5rem;padding-top:1.2rem;display:flex}.verification-button.active{color:#493600;background:#fff0ad;border-color:#795900}.delete-registration{margin-left:auto}.registration-danger-zone{background:#fff;border:2px solid #a82a39;justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;padding:1.5rem;display:flex}.registration-danger-zone h2,.registration-danger-zone p{margin-bottom:.35rem}.danger-button{background:#8b1726;border-color:#8b1726}.danger-button:hover{background:#65101b}.request-delete{margin-top:1rem;display:block}.partner-section{padding-block:3.5rem}.partner-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1.5rem,4vw,3rem);display:flex}.partner-logos img{object-fit:contain;filter:grayscale();opacity:.82;width:clamp(105px,14vw,170px);height:85px}.updates-section{background:var(--deep);color:#fff}.email-signup{grid-template-columns:minmax(0,1fr) minmax(280px,440px);align-items:center;gap:clamp(1.5rem,5vw,4rem);display:grid}.email-signup h2{color:inherit}.email-signup form{grid-template-columns:1fr auto;gap:.65rem;display:grid}.email-signup input{border:2px solid #fff;min-width:0;min-height:50px;padding:.75rem}.signup-message{color:inherit;grid-column:1/-1;margin:0}.footer-signup{border-top:1px solid #ffffff59;grid-column:1/-1;padding:1.5rem 0}.footer .email-signup.compact{grid-template-columns:1fr 1fr}.footer .email-signup.compact h2{font-size:1.5rem}.footer .email-signup.compact p{margin-bottom:.5rem}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.optional-subscribe{background:#e6f0eb;padding:1rem}.subscriber-summary{border-left:5px solid var(--green);background:#fff;align-items:baseline;gap:1rem;margin-bottom:1rem;padding:1.2rem;display:flex}.subscriber-summary strong{color:var(--green);font-size:3rem;line-height:1}.newsletter-composer{margin-top:1rem}.newsletter-actions{flex-wrap:wrap;gap:.7rem;display:flex}.waitlist-switch.is-waitlist{background:#fff3c4;border-color:#9b7410}.waitlist-switch .switch-control input:checked+span{background:#8a6507}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.metric-card{border:1px solid var(--line);background:#fff;flex-direction:column;min-height:190px;padding:1.4rem;display:flex}.metric-card span{font-weight:750}.metric-card strong{color:var(--green);margin:.35rem 0 auto;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1}.metric-card .text-button{align-self:flex-start}.dashboard-status{border:1px solid var(--line);background:#fff;max-width:760px;margin-top:2rem;padding:1.5rem}.status-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.status-pill{color:#303934;background:#e8e9e8;border-radius:99px;padding:.3rem .7rem}.status-pill.open{color:#064b38;background:#dcece6}.status-pill.waitlist{color:#604600;background:#fff0ad}.image-upload{margin:1.4rem 0}.field-label{margin-bottom:.45rem;font-weight:800;display:block}.drop-zone{text-align:center;cursor:pointer;background:#f7f8f7;border:2px dashed #596761;align-content:center;place-items:center;gap:.3rem;min-height:140px;padding:1rem;display:grid}.drop-zone input{opacity:0;width:1px;height:1px;position:absolute}.drop-zone span{color:var(--muted);font-size:.88rem}.upload-preview{border:1px solid var(--line);background:#fff;align-items:center;gap:1rem;margin-bottom:.7rem;padding:.7rem;display:flex}.upload-preview img{object-fit:contain;width:120px;height:80px}.password-form{max-width:640px}.event-card.has-image{grid-template-columns:160px 105px 1fr}.event-image{object-fit:cover;width:160px;height:110px}@media (max-width:1000px){.metric-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.cms{grid-template-rows:auto auto 1fr;grid-template-columns:1fr}.cms-header{padding:1rem}.cms-header img{width:170px}.cms-header strong{display:none}.cms-nav{padding:.65rem;display:flex;overflow-x:auto}.cms-nav .eyebrow{display:none}.cms-nav button{white-space:nowrap;width:auto}.cms-main{padding:1.25rem}.cms-save{flex-direction:column;align-items:flex-start}.registration-switch{flex-direction:column;align-items:flex-start;gap:1rem}.registration-card-head{flex-direction:column}.registration-record dl{grid-template-columns:1fr}.registration-record dd{margin-bottom:.5rem}.registration-actions,.registration-actions .button{width:100%}.delete-registration{margin-left:0}.registration-danger-zone{flex-direction:column;align-items:flex-start}.registration-danger-zone .button{width:100%}.event-card.has-image{grid-template-columns:72px 1fr}.event-card.has-image .event-image{grid-column:1/-1;width:100%;height:180px}.email-signup,.footer .email-signup.compact,.email-signup form{grid-template-columns:1fr}.newsletter-actions,.newsletter-actions .button{width:100%}}@media (max-width:520px){.metric-grid{grid-template-columns:1fr}}@media (max-width:640px){.request-card>.button,.request-card>.tag{justify-self:start}}.turnstile-field:empty{display:none}.turnstile-field{margin:.75rem 0}.home-about{color:var(--ink);background:#dcece6}.partner-logos img{filter:none;opacity:1}.footer .email-signup.compact{color:#fff}.footer .email-signup.compact .eyebrow{color:#f2d57e}.footer .email-signup.compact h2,.footer .email-signup.compact p{color:#fff}.footer .social-links{flex-direction:row;gap:.65rem;margin-top:1.25rem;display:flex}.social-links a{color:#fff;border:2px solid #ffffffbf;border-radius:50%;place-items:center;width:42px;height:42px;text-decoration:none;display:grid}.social-links a:hover,.social-links a:focus-visible{background:#145c49}.footer .social-links img{object-fit:contain;filter:none;width:22px;height:22px}.mfa-card{margin-bottom:1.5rem}.security-status{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.security-status h2{margin:.15rem 0 .35rem}.mfa-setup,.mfa-disable,.recovery-codes{border-top:1px solid var(--line);margin-top:1.5rem;padding-top:1.5rem}.mfa-setup ol{padding-left:1.3rem}.mfa-secret{background:#e6f0eb;gap:.35rem;margin:1rem 0;padding:1rem;display:grid}.mfa-secret span{font-size:.85rem;font-weight:800}.mfa-secret code{overflow-wrap:anywhere;color:var(--green);letter-spacing:.08em;font-size:1.05rem;font-weight:800}.recovery-codes>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:1rem 0;display:grid}.recovery-codes code{color:var(--ink);text-align:center;background:#f3f5f4;padding:.7rem;font-weight:800}.admin-user-list{gap:1rem;margin-top:1.5rem;display:grid}.admin-user-card{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.admin-user-card h2,.admin-user-card p{margin-bottom:.25rem}.account-badges{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.floating-basket{z-index:70;background:var(--red);color:#fff;border:0;border-radius:999px;align-items:center;gap:.65rem;min-height:50px;padding:.7rem .8rem .7rem 1rem;font-weight:800;display:flex;position:fixed;bottom:clamp(1rem,3vw,2rem);right:clamp(1rem,3vw,2rem);box-shadow:0 8px 24px #031d1647}.floating-basket strong{min-width:30px;height:30px;color:var(--red);background:#fff;border-radius:50%;place-items:center;display:grid}#request-basket{scroll-margin-top:120px}.reorder-actions{align-items:center;gap:.5rem;display:flex}.compact-button{min-width:42px;padding:.45rem}.section:not(:first-child){content-visibility:auto;contain-intrinsic-size:700px}@media (max-width:640px){.floating-basket{bottom:1rem;right:1rem}.admin-user-card{flex-direction:column;align-items:flex-start}.recovery-codes>div{grid-template-columns:1fr}}.request-workflow{border:1px solid var(--line);border-left:5px solid var(--green);background:#fff;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:grid}.request-workflow div{gap:.2rem;display:grid}.request-workflow span{color:var(--muted);font-size:.9rem}.sponsor-request{margin-bottom:1rem}.sponsor-request.pending{border-left:5px solid #b88a12}.sponsor-request.verified{border-left:5px solid var(--green)}.sponsor-request.unavailable,.sponsor-request.released{border-left:5px solid #66716c}.sponsor-request dl{grid-template-columns:120px 1fr;gap:.55rem 1rem;display:grid}.sponsor-request dt{font-weight:800}.sponsor-request dd{overflow-wrap:anywhere;margin:0}.child-id-list{color:var(--green);font-size:1.15rem;font-weight:850}.sheet-reminder{color:#430;background:#fff3c4;gap:.2rem;margin-top:1.25rem;padding:1rem;display:grid}.sponsor-request-actions{flex-wrap:wrap;align-items:center;gap:.7rem;margin-top:1rem;display:flex}.registration-status.pending{color:#604600;background:#fff0ad}.registration-status.verified{color:#064b38;background:#dcece6}.registration-status.unavailable,.registration-status.released{color:#303934;background:#e8e9e8}@media (max-width:760px){.request-workflow,.sponsor-request dl{grid-template-columns:1fr}.sponsor-request dd{margin-bottom:.35rem}.sponsor-request-actions,.sponsor-request-actions .button{width:100%}}.document-upload-notice{border-left:5px solid var(--green);background:#e6f0eb;margin:1rem 0 1.5rem;padding:1.2rem}.document-upload-notice p{margin:.45rem 0 0}.health-card-callout{color:#430;background:#fff3c4;padding:.8rem}.health-card-warning{border-left:5px solid #a82a39!important}.verification-documents{border:1px solid var(--line);background:#f3f5f4;margin-top:1.5rem;padding:1.2rem}.verification-documents>div{flex-wrap:wrap;gap:.7rem;margin:.8rem 0;display:flex}.verification-documents .button{font-size:.9rem}.documents-deleted{color:#064b38;background:#dcece6;margin-top:1rem;padding:.8rem;font-weight:800}@media (max-width:640px){.verification-documents>div,.verification-documents .button{width:100%}}.upload-label-row{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.4rem;display:flex}.upload-label-row label{margin:0}.info-marker{border:2px solid var(--green);width:30px;min-width:30px;height:30px;color:var(--green);cursor:pointer;background:#fff;border-radius:50%;place-items:center;padding:0;font-family:Georgia,serif;font-size:1rem;font-weight:800;line-height:1;display:grid}.info-marker:hover,.info-marker:focus-visible{background:var(--green);color:#fff}.document-help-card{width:min(620px,100%)}.document-help-card h3{color:var(--green);margin:1.2rem 0 .35rem;font-size:1.05rem}.document-help-card ul{margin:.4rem 0 1rem;padding-left:1.3rem}.document-help-card li+li{margin-top:.3rem}.document-help-card .health-card-callout{margin:1.4rem 0}.document-help-card>.button{margin-top:.25rem}.cms{color:#292927;background:#fff;grid-template-rows:64px 1fr;grid-template-columns:250px minmax(0,1fr)}.cms-header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-color:#e7e5e1;height:64px;padding:.65rem 1.25rem;position:sticky;top:0}.cms-header img{width:158px;display:block}.cms-brand,.cms-account{align-items:center;gap:.9rem;display:flex}.cms-brand>span{color:#6b6965;border-left:1px solid #ddd9d2;padding-left:.9rem;font-size:.82rem;font-weight:750}.cms-user-name{color:#6b6965;text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:.86rem;overflow:hidden}.cms-header .text-button{color:#4b4a47;border-radius:5px;padding:.45rem .55rem;font-size:.85rem}.cms-header .text-button:hover{color:#1f1f1d;background:#f1f0ed}.cms-nav{color:#373632;background:#f7f6f3;border-right:1px solid #e7e5e1;align-self:start;height:calc(100vh - 64px);padding:1rem .75rem 2rem;position:sticky;top:64px;overflow-y:auto}.cms-nav-group{margin-bottom:1.05rem}.cms-nav-group>p{color:#85827d;letter-spacing:.08em;text-transform:uppercase;margin:0;padding:.35rem .65rem;font-size:.7rem;font-weight:800}.cms-nav button{color:#4b4a47;border-radius:5px;min-height:34px;padding:.42rem .65rem;font-size:.88rem;font-weight:650}.cms-nav button:hover{color:#222;background:#ebeae7}.cms-nav button.active{color:#172f28;box-shadow:inset 3px 0 0 var(--green);background:#e4e2dd;font-weight:800}.cms-main{width:100%;max-width:1380px;margin:0 auto;padding:clamp(2rem,4vw,4.5rem) clamp(1.5rem,5vw,5rem) 6rem}.cms-title{border-bottom:1px solid #e7e5e1;max-width:850px;margin-bottom:2.25rem;padding-bottom:1.5rem}.cms-title .eyebrow{color:#77736e;letter-spacing:.1em;margin-bottom:.5rem;font-size:.7rem}.cms-title h1{color:#242421;letter-spacing:-.035em;margin:0 0 .55rem;font-size:clamp(2rem,4vw,3.15rem);line-height:1.05}.cms-title p:last-child{color:#6b6965;max-width:720px;margin:0;font-size:1rem}.cms .form-card,.cms .card,.cms .dashboard-status,.cms .metric-card,.cms .request-workflow,.cms .registration-switch,.cms .registration-danger-zone{box-shadow:none;background:#fff;border:1px solid #e1dfda;border-radius:7px}.cms .form-card,.cms .card{padding:clamp(1.15rem,2vw,1.6rem)}.cms .form-card:hover,.cms .card:hover{border-color:#cbc8c1}.metric-grid{gap:.8rem}.metric-card{min-height:150px}.metric-card span{color:#6b6965;font-size:.82rem}.metric-card strong{color:#242421;margin:.55rem 0 auto;font-size:clamp(2.4rem,4vw,3.6rem)}.metric-card .text-button{color:var(--green);font-size:.82rem}.dashboard-status{margin-top:1.25rem}.dashboard-status h2,.cms-item-head h2,.form-card h2{color:#292927;font-size:1.2rem}.status-row{border-color:#ebe9e5}.cms-collection{gap:.75rem}.cms-item-head{border-bottom:1px solid #ebe9e5;padding-bottom:.8rem}.cms .field label,.cms .field-label{color:#4b4a47;font-size:.82rem}.cms .field input,.cms .field textarea,.cms .field select{background:#fff;border:1px solid #cfccc5;border-radius:5px}.cms .field input:focus,.cms .field textarea:focus,.cms .field select:focus{border-color:var(--green);outline:3px solid #054f391f}.cms .button{border-radius:5px;min-height:40px;font-size:.88rem}.cms .button.outline{background:#fff}.cms-save{z-index:20;border-color:#d7d4ce;border-radius:7px;bottom:1rem;box-shadow:0 8px 24px #14141214}.request-workflow{border-left:1px solid #e1dfda;gap:0;padding:0;overflow:hidden}.request-workflow div{border-right:1px solid #e7e5e1;min-height:112px;padding:1.15rem}.request-workflow div:last-child{border:0}.request-workflow strong{color:#292927}.registration-switch{padding:1.25rem}.drop-zone{background:#f7f6f3;border-width:1px;border-radius:6px}.drop-zone:hover{background:#eeece8}.subscriber-summary{border-radius:7px}.notice,.sheet-reminder,.document-upload-notice,.verification-documents{border-radius:5px}.registration-record,.sponsor-request{border-left-width:4px!important}@media (max-width:900px){.cms{grid-template-columns:210px minmax(0,1fr)}.cms-user-name{display:none}.cms-main{padding-inline:1.5rem}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.cms{display:block}.cms-header{height:58px;padding:.6rem .8rem}.cms-header img{width:138px}.cms-brand>span,.cms-view-site{display:none}.cms-account{gap:.2rem}.cms-nav{z-index:35;border-bottom:1px solid #e2e0db;border-right:0;gap:.35rem;height:auto;padding:.55rem .75rem;display:flex;position:sticky;top:58px}.cms-nav-group{display:contents}.cms-nav-group>p{display:none}.cms-nav button{white-space:nowrap;flex:none;width:auto}.cms-nav button.active{box-shadow:inset 0 -3px 0 var(--green)}.cms-main{padding:2rem 1rem 5rem}.cms-title{margin-bottom:1.5rem}.cms-title h1{font-size:2rem}.request-workflow div{border-bottom:1px solid #e7e5e1;border-right:0;min-height:0}.request-workflow div:last-child{border-bottom:0}}
