/* Premium single-drawer cart, account and checkout flow. */
.hs-checkout-open{overflow:hidden!important}
.hsCheckoutRoot{position:fixed;inset:0;z-index:100100;height:100dvh;max-height:100dvh;font-family:var(--font-brand,"League Spartan",Arial,sans-serif);color:var(--ink)}
.hsCheckoutRoot[hidden]{display:none!important}
.hsCheckoutShade{position:absolute;inset:0;background:#0219159c;backdrop-filter:blur(8px);animation:hsFade .22s ease both}
.hsCheckoutDrawer{position:fixed;top:0;right:0;bottom:auto;width:min(640px,96vw);height:100dvh;max-height:100dvh;background:#fbfaf7;display:grid;grid-template-rows:auto auto minmax(0,1fr);box-shadow:-34px 0 90px #001d1845;animation:hsSlide .3s cubic-bezier(.2,.7,.2,1) both;outline:0;overflow:hidden}
.hsCheckoutHeader{min-height:104px;padding:24px 34px;background:#00695C;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:26px;border-bottom:1px solid #ffffff1f}
.hsCheckoutHeader p{margin:0 0 7px;text-transform:uppercase;letter-spacing:.14em;color:#F8F5EE;font-size:8px;font-weight:800}
.hsCheckoutHeader h2{margin:0;font-size:31px;line-height:1;font-weight:650}
.hsCheckoutClose{cursor:pointer;border:1px solid #ffffff50;background:transparent;color:#fff;padding:10px 13px;text-transform:uppercase;letter-spacing:.12em;font-size:8px;font-weight:800}
.hsCheckoutProgress{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid var(--line);padding:0 34px}
.hsCheckoutProgress span{position:relative;padding:16px 4px 14px;color:#94a09d;text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:800;text-align:center}
.hsCheckoutProgress span:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:transparent}
.hsCheckoutProgress span.is-active{color:var(--teal)}
.hsCheckoutProgress span.is-active:after{background:var(--teal)}
.hsCheckoutBody{min-height:0;overflow:auto;padding:38px 34px 42px;overscroll-behavior:contain}
.hsEyebrow{margin:0 0 8px!important;text-transform:uppercase;letter-spacing:.14em;color:#00695C!important;font-size:8px!important;font-weight:800;line-height:1.3!important}
.hsDrawerIntro{margin-bottom:28px}
.hsDrawerIntro h3,.hsPaymentIntro h3,.hsBankStage h3,.hsAccountReady h3{margin:0;font-size:clamp(30px,4vw,42px);line-height:1.02;font-weight:600}
.hsDrawerIntro>p:not(.hsEyebrow),.hsPaymentIntro>p:not(.hsEyebrow),.hsBankStage>p:not(.hsEyebrow),.hsAccountReady>p:not(.hsEyebrow){margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.65}
.hsCartList{display:grid;gap:9px}
.hsCartItem{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:20px;border:1px solid var(--line);background:#fff}
.hsCartItemCopy{min-width:0;display:grid;align-content:start;gap:5px}
.hsCartType{text-transform:uppercase;letter-spacing:.12em;color:#66736F;font-size:7px;font-weight:800}
.hsCartItemCopy strong{font-size:15px;line-height:1.2}
.hsCartItemCopy small{color:var(--muted);font-size:10px;line-height:1.45}
.hsCartPrice{display:grid;justify-items:end;align-content:start;gap:8px}
.hsCartPrice strong{color:var(--teal);font-size:17px;white-space:nowrap}
.hsCartPrice button,.hsTextButton{cursor:pointer;border:0;border-bottom:1px solid;background:transparent;color:#FF6B5A;padding:2px 0;text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:800}
.hsCartTotal,.hsCheckoutTotal{margin:16px 0 26px;padding:20px 22px;background:#F8F5EE;display:grid;grid-template-columns:1fr auto;align-items:end;gap:5px 20px}
.hsCartTotal span,.hsCheckoutTotal span{text-transform:uppercase;letter-spacing:.12em;font-size:8px;font-weight:800}
.hsCartTotal strong,.hsCheckoutTotal strong{color:var(--teal);font-size:26px;line-height:1}
.hsCartTotal small{grid-column:1/-1;color:var(--muted);font-size:9px;line-height:1.55;margin-top:5px}
.hsDrawerActions{display:grid;grid-template-columns:1fr 1.4fr;gap:9px;margin-top:18px}
.hsPrimaryButton,.hsSecondaryButton{appearance:none;display:flex;align-items:center;justify-content:center;min-height:49px;border:1px solid var(--deep);cursor:pointer;padding:14px 18px;text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:800}
.hsPrimaryButton{background:var(--deep);color:#fff}
.hsSecondaryButton{background:transparent;color:var(--deep)}
.hsPrimaryButton:disabled{opacity:.55;cursor:wait}
.hsEmptyState{padding:28px;border:1px solid var(--line);background:#fff}
.hsEmptyState p{margin:0 0 22px;color:var(--muted);font-size:12px;line-height:1.65}
.hsCheckoutChoices{display:grid;gap:10px;margin:26px 0}.hsCheckoutChoices+.hsTextButton{display:block;margin:20px auto 0;color:var(--teal)}
.hsAuthExperience{display:grid;gap:0;border:1px solid var(--line);box-shadow:0 24px 65px #00695C14}
.hsAuthLead{position:relative;overflow:hidden;padding:36px 34px 34px;background:#00695C;color:#fff}
.hsAuthLead:after{content:"";position:absolute;width:230px;height:230px;border:1px solid #F8F5EE;border-radius:50%;right:-120px;top:-100px;box-shadow:0 0 0 38px #F8F5EE,0 0 0 76px #F8F5EE}
.hsAuthLead .hsEyebrow{color:#F8F5EE!important}
.hsAuthLead h3{position:relative;z-index:1;max-width:430px;margin:0;font-size:37px;line-height:1.02;font-weight:600}
.hsAuthLead>p:not(.hsEyebrow){position:relative;z-index:1;max-width:450px;margin:14px 0 0;color:#ffffffb6;font-size:11px;line-height:1.65}
.hsAuthBenefits{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:27px}
.hsAuthBenefits span{border:1px solid #ffffff20;background:#ffffff08;padding:10px 12px;color:#ffffffcf;text-transform:uppercase;letter-spacing:.09em;font-size:7px;font-weight:700}
.hsAuthCard{padding:30px 34px 34px;background:#fff}
.hsAuthTabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);margin-bottom:27px}
.hsAuthTabs button{cursor:pointer;border:0;border-bottom:2px solid transparent;background:transparent;padding:11px 5px;text-transform:uppercase;letter-spacing:.11em;color:#66736F;font-size:8px;font-weight:800}
.hsAuthTabs button.is-active{color:var(--teal);border-bottom-color:var(--teal)}
.hsAuthCard h4{margin:0;font-size:27px;font-weight:600}
.hsAuthCopy{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.6}
.hsAuthForm,.hsCheckoutForm{display:grid;gap:15px;margin-top:24px}
.hsAuthForm label,.hsCheckoutForm>label,.hsFormSplit label{display:grid;gap:7px;text-transform:uppercase;letter-spacing:.11em;font-size:8px;font-weight:800}
.hsAuthForm input,.hsCheckoutForm input{width:100%;outline:0;border:1px solid var(--line);background:#F8F5EE;padding:14px 15px;text-transform:none;letter-spacing:0;font-size:13px;font-weight:500}
.hsAuthForm input:focus,.hsCheckoutForm input:focus{border-color:var(--teal);box-shadow:0 0 0 2px #00695C12;background:#fff}
.hsAuthForm input[readonly]{color:#66736F;background:#F8F5EE}
.hsAuthStatus{min-height:16px;margin:0;color:var(--teal);font-size:9px;line-height:1.5}
.hsAuthStatus.is-error{color:#FF6B5A}
.hsAccountReady{border:1px solid var(--line);background:#fff;padding:34px;box-shadow:0 22px 60px #00695C10}
.hsAccountReady .hsPrimaryButton{margin-top:25px;width:100%}
.hsSignedInBar{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #00695C2e;background:#edf5f2;padding:13px 15px;margin-bottom:24px}
.hsSignedInBar span{text-transform:uppercase;letter-spacing:.1em;color:var(--teal);font-size:7px;font-weight:800}
.hsSignedInBar strong{font-size:10px;overflow:hidden;text-overflow:ellipsis}
.hsFormSplit{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hsFormSectionTitle{display:grid;gap:4px;margin-top:11px;padding-top:22px;border-top:1px solid var(--line)}
.hsFormSectionTitle span{text-transform:uppercase;letter-spacing:.12em;color:#00695C;font-size:8px;font-weight:800}
.hsFormSectionTitle strong{font-size:20px}
.hsPaymentMethods{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.hsPaymentChoice{cursor:pointer;border:1px solid var(--line);background:#fff;padding:16px;display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:10px;text-transform:none!important;letter-spacing:0!important}
.hsPaymentChoice.is-active{border-color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);background:#edf5f2}
.hsPaymentChoice input{width:auto!important;margin-top:3px;padding:0}
.hsPaymentChoice span{display:grid;gap:4px}
.hsPaymentChoice strong{font-size:11px}
.hsPaymentChoice small{color:var(--muted);font-size:8px;line-height:1.4}
.hsTerms{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:9px!important;margin-top:4px;text-transform:none!important;letter-spacing:0!important;color:var(--muted);font-size:10px!important;font-weight:500!important;line-height:1.55}
.hsTerms input{width:auto!important;margin-top:3px;padding:0}
.hsTerms a{color:var(--teal);border-bottom:1px solid}
.hsCheckoutTotal{margin:6px 0 0}
.hsPaymentIntro{margin-bottom:26px}
.hsPayList{display:grid;gap:9px}
.hsPayItem{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;border:1px solid var(--line);background:#fff;padding:18px}
.hsPayItem>div:first-child{display:grid;gap:4px}
.hsPayItem strong{font-size:13px}
.hsPayItem small{color:var(--muted);font-size:9px}
.hsFygaroHost{min-width:130px;display:flex;justify-content:flex-end}
.hsPaymentNotice{margin-top:14px;border-left:3px solid var(--gold);background:#F8F5EE;padding:16px}
.hsPaymentNotice strong{font-size:11px}.hsPaymentNotice p{margin:6px 0 0;color:var(--muted);font-size:9px;line-height:1.55}
.hsPaymentIntro~.hsTextButton,.hsBankStage>.hsTextButton{display:block;width:max-content;margin:22px auto 0;color:var(--teal)}
.hsBankStage>.hsPrimaryButton{width:100%;margin-top:24px}
.hsLoading{margin:30px 0;color:var(--muted);font-size:11px}
.hsBankRegion{margin-top:27px}.hsBankRegion h4{margin:0 0 10px;color:var(--teal);text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:800}
.hsBankCard{border:1px solid var(--line);background:#fff;padding:18px;margin-bottom:8px}
.hsBankCard>strong{display:block;font-size:14px}.hsBankCard>p{margin:5px 0 0;color:var(--ink);font-size:10px}.hsBankCard>small{display:block;margin:4px 0 12px;color:var(--muted);font-size:8px;line-height:1.5}
.hsBankRow{display:grid;grid-template-columns:1fr auto;gap:15px;padding:8px 0;border-top:1px solid var(--line);font-size:9px}.hsBankRow span{color:var(--muted)}.hsBankRow b{text-align:right;font-size:10px}
.hsBankNote{margin:9px 0 0;border-left:3px solid var(--gold);background:#F8F5EE;padding:12px 14px;color:var(--muted);font-size:9px;line-height:1.55}
@keyframes hsFade{from{opacity:0}to{opacity:1}}@keyframes hsSlide{from{transform:translateX(42px);opacity:.5}to{transform:translateX(0);opacity:1}}
@media(max-width:680px){.hsCheckoutDrawer{width:100vw}.hsCheckoutHeader{min-height:84px;padding:calc(20px + env(safe-area-inset-top)) 20px 20px}.hsCheckoutProgress{padding:0 16px}.hsCheckoutProgress span{font-size:7px}.hsCheckoutBody{padding:27px 20px calc(34px + env(safe-area-inset-bottom))}.hsDrawerActions,.hsPaymentMethods,.hsFormSplit{grid-template-columns:1fr}.hsAuthLead,.hsAuthCard{padding:28px 22px}.hsAuthLead h3{font-size:32px}.hsAuthBenefits{grid-template-columns:1fr 1fr}.hsCartItem,.hsPayItem{grid-template-columns:1fr}.hsCartPrice{justify-items:start}.hsFygaroHost{justify-content:flex-start}.hsBankRow{grid-template-columns:1fr}.hsBankRow b{text-align:left}}
@media(prefers-reduced-motion:reduce){.hsCheckoutShade,.hsCheckoutDrawer{animation:none}}
