:root{--black:#0E0E10;--surface:#1A1A1E;--surface-gold:#15130C;--stroke:#26262B;--gold:#D4AF37;--gold-light:#E8D9A8;--gold-deep:#B8902B;--pink:#E79BB6;--pink-deep:#7A2240;--pink-text:#4B1528;--purple:#A99FE6;--purple-deep:#2E2766;--purple-text:#26215C;--text-light:#F5F5F0;--text-muted:#9A9A92;--champagne:#E4CF9B;--danger:#E05B63;--ok:#8FDCA0;--gold-grad:linear-gradient(135deg,#F0DC95,#D4AF37,#B8902B);--pink-purple:linear-gradient(90deg,#E79BB6,#A99FE6);--purple-grad:linear-gradient(135deg,#B8AEF0,#9286E2);--radius:16px;--maxw:1120px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--text-light);font-family:var(--font-inter),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;border-radius:7px;font-weight:600;font-size:12px;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;border:1px solid transparent;transition:transform .2s ease,opacity .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-1px)}.btn-outline:hover{border-color:var(--gold);color:var(--gold-light)}.btn svg{stroke-width:1.5}.btn-gold{background:var(--gold-grad);color:var(--black)}.btn-outline{background:transparent;color:var(--gold);border-color:rgba(212,175,55,.5)}.btn-ghost{background:var(--surface);color:var(--text-light);border-color:var(--stroke)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(14,14,16,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--stroke)}.nav{justify-content:space-between;height:78px}.brand,.nav{display:flex;align-items:center}.brand{gap:12px}.brand .crown{width:34px;height:34px;border-radius:50%;background:var(--gold-grad);display:grid;place-items:center;color:var(--black);font-size:18px}.brand b{color:var(--gold-light);font-size:16px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.brand small{display:block;color:var(--text-muted);font-size:10px;font-weight:400;letter-spacing:.08em}.nav-links{display:flex;gap:34px}.nav-links a{position:relative;color:var(--text-muted);font-size:11.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.nav-links a:after{content:"";position:absolute;left:0;bottom:-5px;height:1px;width:0;background:var(--gold);transition:width .3s cubic-bezier(.2,.7,.2,1)}.nav-links a:hover{color:var(--gold-light)}.nav-links a:hover:after{width:100%}.nav-cta{display:flex;align-items:center;gap:18px}.nav-cta a.login{color:var(--text-light);font-size:11.5px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.nav-cta a.login:hover{color:var(--gold-light)}.hero{padding:34px 0 56px;position:relative;overflow:hidden}.hero-home{min-height:98vh}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(700px 380px at 75% 10%,rgba(212,175,55,.14),transparent 70%);pointer-events:none}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;background:var(--surface-gold);border:1px solid rgba(212,175,55,.55);color:var(--gold-light)}.hero h1{margin:22px 0 18px;font-size:66px;line-height:1.04;letter-spacing:-.5px;max-width:800px}.hero h1 .grad{background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.mnum{font-family:var(--font-inter),system-ui,sans-serif;font-weight:700;color:var(--gold-light);letter-spacing:.01em}.hero p{color:var(--text-muted);font-size:16px;max-width:520px;line-height:1.7}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--gold);font-weight:600}.hero-ctas{gap:12px;margin-top:26px}.hero-ctas,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:52px;margin-top:22px}.hero-stats div b{display:block;color:#F4E9C9;font-size:clamp(2.1rem,5vw,38px);font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.5px;line-height:1;text-shadow:0 2px 18px rgba(0,0,0,.5)}.hero-stats div>span{display:block;color:var(--text-light);font-size:16px;font-weight:500;max-width:240px;margin-top:6px}.section{padding:60px 0}.section h2{font-size:40px;font-weight:700;letter-spacing:-.4px}.section .sub{color:var(--text-muted);font-size:14px;margin-top:10px;letter-spacing:.01em}.section-head{margin-bottom:32px}.campaigns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.campaign{border-radius:var(--radius);padding:22px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.campaign h3{font-size:20px;font-weight:800}.campaign p{font-size:13px;opacity:.9;margin-top:2px}.campaign .pill{align-self:flex-start;margin-top:14px;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700;background:rgba(0,0,0,.16)}.c-gold{background:var(--gold-grad);color:var(--black)}.c-pink{background:var(--pink-purple);color:var(--pink-text)}.c-purple{background:var(--purple-grad);color:var(--purple-text)}.pillars{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.pillar{border-radius:12px;padding:30px 26px;min-height:212px;display:flex;flex-direction:column;justify-content:space-between;background:var(--surface);border:1px solid var(--stroke);transition:transform .2s ease,border-color .2s ease}.pillar:hover{transform:translateY(-4px);border-color:rgba(212,175,55,.4)}.pillar .ico{color:var(--gold)}.pillar h3{font-size:17px;font-weight:700;color:var(--text-light)}.pillar p{font-size:13px;margin-top:6px;color:var(--text-muted);line-height:1.5}.p-gold .ico{color:var(--gold)}.p-pink .ico{color:var(--pink)}.p-purple .ico{color:var(--purple)}.kmw{border-radius:22px;padding:40px;background:var(--surface-gold);border:1px solid rgba(212,175,55,.5);display:grid;grid-template-columns:1.2fr 1fr;grid-gap:36px;gap:36px;align-items:center}.kmw h2{font-size:30px;font-weight:800;color:var(--gold-light)}.kmw p{color:var(--text-muted);margin-top:10px;font-size:15px}.kmw ul{list-style:none;margin-top:18px;display:grid;grid-gap:10px;gap:10px}.kmw li{display:flex;gap:10px;align-items:flex-start;font-size:14px}.kmw li .ck{color:var(--gold)}.tiers{display:grid;grid-gap:12px;gap:12px}.tier{display:flex;align-items:center;gap:14px;padding:16px;background:var(--surface);border:1px solid var(--stroke);border-radius:14px}.tier .amt{color:var(--gold-light);font-size:18px;font-weight:800}.tier .lbl{color:var(--text-muted);font-size:13px}.tier .dot{width:42px;height:42px;border-radius:50%;background:rgba(212,175,55,.15);display:grid;place-items:center;color:var(--gold)}.comp-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.comp-card{background:var(--surface);border:1px solid var(--stroke);border-radius:12px;padding:26px 20px}.comp-card .val{display:inline-block;padding:0;color:var(--gold);font-weight:800;font-size:34px;letter-spacing:-.01em;line-height:1}.comp-card h4{color:var(--text-light);font-size:14px;margin:14px 0 5px;font-weight:700}.comp-card p{color:var(--text-muted);font-size:12.5px;line-height:1.5}.referral{border-radius:22px;padding:36px;background:var(--pink-purple);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.referral h2{color:var(--pink-text);font-size:26px;font-weight:800}.referral p{color:var(--purple-text);font-size:14px;margin-top:4px}.referral .btn{background:var(--black);color:var(--gold)}.foot{border-top:1px solid var(--stroke);padding:48px 0 60px;margin-top:40px}.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr 1fr;grid-gap:28px;gap:28px}.foot p{color:var(--text-muted);font-size:14px;margin-top:10px;max-width:320px}.foot h5{font-size:13px;color:var(--gold-light);text-transform:uppercase;letter-spacing:.6px;margin-bottom:12px}.foot a{display:flex;gap:8px;align-items:center;color:var(--text-muted);font-size:14px;padding:5px 0}.foot a:hover{color:var(--gold-light)}.foot .copy{color:var(--text-muted);font-size:12.5px;margin-top:30px}.store-hero{padding:60px 0;text-align:center}.store-hero .badge{margin-bottom:14px}.store-hero h1{font-size:40px;font-weight:800}.store-hero p{color:var(--text-muted);margin:10px auto 0;max-width:520px}@media (max-width:900px){.nav-links{display:none}.hero h1{font-size:38px}.hero-stats{gap:24px}.hero-stats div>span{font-size:14px}.campaigns{grid-template-columns:1fr}.pillars{grid-template-columns:repeat(2,1fr)}.kmw{grid-template-columns:1fr;padding:26px}.comp-grid{grid-template-columns:repeat(2,1fr)}.foot-grid{grid-template-columns:1fr}}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--gold);color:var(--black);padding:10px 16px;border-radius:0 0 10px 0;font-weight:700}.skip-link:focus{left:0}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.brand-logo{width:44px;height:44px;border-radius:10px;display:block}.price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.price-now{color:var(--gold);font-size:30px;font-weight:800}.price-unit{color:var(--text-light);font-size:15px;font-weight:600}.kids-price{margin:18px 0 2px}.kids-price-meta{color:var(--text-muted);font-size:14px;margin-top:8px}.kids-price-meta b{color:var(--gold-light)}.syllabus{display:grid;grid-gap:12px;gap:12px;max-width:760px}.syl-item{background:var(--surface);border:1px solid var(--stroke);border-radius:12px}.syl-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 20px;font-size:15.5px;font-weight:700;color:var(--text-light)}.syl-item summary::-webkit-details-marker{display:none}.syl-item summary:hover,.syl-item[open] summary{color:var(--gold-light)}.syl-mark{position:relative;flex:none;width:16px;height:16px}.syl-mark:after,.syl-mark:before{content:"";position:absolute;background:var(--gold);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.syl-mark:before{top:7px;left:0;width:16px;height:2px}.syl-mark:after{top:0;left:7px;width:2px;height:16px}.syl-item[open] .syl-mark:after{transform:scaleY(0);opacity:0}.syl-item ul{list-style:none;margin:0;padding:0 20px 18px;display:grid;grid-gap:9px;gap:9px;animation:fadeUp .25s ease both}.syl-item li{position:relative;padding-left:18px;color:var(--text-muted);font-size:14px;line-height:1.5}.syl-item li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--gold)}.kids-note{display:block;margin-top:16px;padding:14px 16px;border-radius:12px;background:var(--surface-gold);border:1px solid rgba(212,175,55,.5);color:var(--gold-light);font-size:14px;line-height:1.5;max-width:600px}.kids-note b{color:var(--gold)}.price-was{color:var(--text-muted);text-decoration:line-through;font-size:18px}.member-badges{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 4px}.mbadge{display:inline-flex;align-items:center;padding:7px 15px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.02em}.mbadge-gold{background:var(--gold-grad);color:var(--black);box-shadow:0 6px 18px rgba(212,175,55,.25)}.mbadge-save{background:var(--surface-gold);color:var(--gold-light);border:1px solid rgba(212,175,55,.5)}.member-price{margin:18px 0 2px}.price-free{display:inline-block;font-family:var(--font-serif),Georgia,serif;font-size:27px;font-weight:700;color:var(--gold-light);letter-spacing:-.2px}.price-then-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-top:8px}.then-label{color:var(--text-muted);font-size:15px}.member-price .price-was{font-size:22px}.member-price .price-now{font-size:40px;letter-spacing:-.5px;-webkit-text-fill-color:transparent;color:transparent;background:linear-gradient(180deg,#F7E6A8,#E4CF9B 50%,#C79A3A);-webkit-background-clip:text;background-clip:text}.member-blurb{color:var(--text-light);opacity:.92;font-size:14.5px;line-height:1.7;max-width:620px;margin:18px 0 22px}.member-checkout-note{color:var(--gold-light);font-size:12.5px;margin-top:14px;max-width:520px;line-height:1.5}.member-compliance{color:var(--text-muted);font-size:11.5px;margin-top:8px;max-width:560px;line-height:1.55}.price-off{background:var(--gold-grad);color:var(--black);font-weight:800;font-size:12px;padding:4px 9px;border-radius:999px}.kmw .facts{list-style:none;margin-top:18px;display:grid;grid-gap:10px;gap:10px}.kmw .facts li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text-light)}.kmw .facts .ck{color:var(--gold)}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:40px 20px}.auth-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:30px}.auth-card .brand{justify-content:center;margin-bottom:8px}.auth-card h1{font-size:24px;font-weight:800;text-align:center}.auth-card .sub{color:var(--text-muted);font-size:14px;text-align:center;margin:6px 0 22px}.field{margin-bottom:14px}.field label{display:block;font-size:13px;color:var(--text-muted);margin-bottom:6px}.field input{width:100%;padding:13px 14px;border-radius:12px;font-size:15px;background:var(--black);border:1px solid var(--stroke);color:var(--text-light)}.field input:focus{border-color:var(--gold);outline:none}.auth-btn{width:100%;height:50px;border:none;border-radius:12px;cursor:pointer;background:var(--gold-grad);color:var(--black);font-weight:800;font-size:15px;margin-top:6px}.auth-btn:disabled{opacity:.6;cursor:default}.auth-alt{text-align:center;color:var(--text-muted);font-size:14px;margin-top:18px}.auth-alt a{color:var(--gold-light);font-weight:600}.auth-msg{border-radius:12px;padding:12px 14px;font-size:13.5px;margin-bottom:16px}.auth-msg.err{background:rgba(224,91,99,.12);border:1px solid rgba(224,91,99,.5);color:#f0a6aa}.auth-msg.ok{background:var(--surface-gold);border:1px solid rgba(212,175,55,.5);color:var(--gold-light)}.auth-back{display:block;text-align:center;margin-top:18px;color:var(--text-muted);font-size:13px}.portal-top{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(14,14,16,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--stroke)}.portal-top .nav{height:64px}.brand-home{transition:transform .2s ease;cursor:pointer}.brand-home:hover{transform:translateY(-1px) scale(1.02)}.brand-home b{animation:brandGlow 2.2s ease-in-out infinite}.brand-home small{color:var(--gold)}@keyframes brandGlow{0%,to{text-shadow:0 0 0 rgba(212,175,55,0)}50%{text-shadow:0 0 10px rgba(212,175,55,.6)}}@media (prefers-reduced-motion:reduce){.brand-home b{animation:none}}.portal-main{padding:30px 0 76px}.portal-hello h1{font-size:26px;font-weight:800}.portal-hello p{font-size:14px;margin-top:4px}.chip,.portal-hello p{color:var(--text-muted)}.chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:700}.chip.on{background:var(--surface-gold);border-color:rgba(212,175,55,.5);color:var(--gold-light)}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin:22px 0}.stat{background:var(--surface);border:1px solid var(--stroke);border-radius:14px;padding:18px 18px 20px}.stat .label{color:var(--text-muted);font-size:12.5px}.stat .value{color:var(--gold);font-size:22px;font-weight:800;margin-top:6px}.dash-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:16px;gap:16px}.dash-card{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:20px}.dash-card h2{font-size:16px;color:var(--gold);font-weight:800}.dash-card .muted{color:var(--text-muted);font-size:13px;margin-top:4px;line-height:1.5}.ref-box{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--black);border:1px solid var(--stroke);border-radius:12px;padding:12px 14px;margin-top:12px}.ref-box code{color:var(--gold-light);font-size:14px;word-break:break-all}.copy-btn{background:var(--gold-grad);color:var(--black);border:none;border-radius:10px;padding:8px 14px;font-weight:800;font-size:13px;cursor:pointer;white-space:nowrap}.note-banner{display:flex;gap:10px;align-items:flex-start;background:var(--surface-gold);border:1px solid rgba(212,175,55,.4);border-radius:12px;padding:14px;margin-top:16px;color:var(--gold-light);font-size:13px;line-height:1.5}.signout{background:var(--surface);border:1px solid var(--stroke);color:var(--text-light);border-radius:10px;padding:8px 14px;font-weight:700;font-size:13.5px;cursor:pointer}@media (max-width:760px){.dash-grid,.stat-row{grid-template-columns:1fr}}.admin-hello h1,.auth-card h1,.dash-card h2,.hero h1,.kmw h2,.portal-hello h1,.portal-section>h2,.section h2,.store-hero h1{font-family:var(--font-serif),Georgia,"Times New Roman",serif;letter-spacing:-.01em}.hero h1{font-weight:700}.portal-actions{gap:14px}.portal-actions,.who{display:flex;align-items:center}.who{gap:10px}.who .avatar{width:32px;height:32px;border-radius:50%;background:var(--gold-grad);color:var(--black);display:grid;place-items:center;font-weight:800;font-size:13px}.who .name{font-size:13.5px;font-weight:600;color:var(--text-light);line-height:1.2}.who .name small{display:block;color:var(--text-muted);font-size:11px;font-weight:400}@media (max-width:600px){.portal-top .nav{height:56px;gap:10px}.portal-top .brand{gap:9px;min-width:0}.portal-top .brand-logo{width:30px;height:30px}.portal-top .brand b{font-size:12px;letter-spacing:.04em;white-space:nowrap}.portal-top .brand small{display:none}.portal-actions{gap:10px;flex-shrink:0}.who .name{display:none}.signout{padding:7px 12px;font-size:12.5px}}.portal-section{margin-top:32px}.portal-section>h2{font-size:19px;font-weight:800;margin-bottom:14px}.portal-section>.sub{color:var(--text-muted);font-size:13px;margin:-8px 0 14px}.order-card{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:20px 20px 22px;margin-bottom:16px}.order-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:baseline}.order-head .onum{font-weight:800;color:var(--gold-light);font-size:14.5px}.order-head .ostatus{font-size:11.5px;font-weight:700;padding:4px 11px;border-radius:999px;background:var(--surface-gold);color:var(--gold-light);border:1px solid rgba(212,175,55,.4);text-transform:capitalize}.order-head .ostatus.delivered{color:var(--ok);border-color:rgba(143,220,160,.4);background:rgba(143,220,160,.08)}.order-head .ostatus.cancelled{color:var(--danger);border-color:rgba(224,91,99,.4);background:rgba(224,91,99,.08)}.order-meta{color:var(--text-muted);font-size:12.5px;margin-top:4px}.order-items{margin-top:16px;display:grid;grid-gap:9px;gap:9px}.order-items .li{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--text-light)}.order-items .li em{color:var(--text-muted);font-style:normal}.order-total{display:flex;justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid var(--stroke);font-weight:800;color:var(--gold-light)}.track{display:flex;margin-top:18px}.track .step{flex:1 1;text-align:center;position:relative;min-width:0}.track .step:before{content:"";position:absolute;top:9px;left:-50%;width:100%;height:2px;background:var(--stroke);z-index:0}.track .step:first-child:before{display:none}.track .step .dot{position:relative;z-index:1;width:20px;height:20px;border-radius:50%;margin:0 auto;background:var(--surface);border:2px solid var(--stroke)}.track .step.done .dot{background:var(--gold-grad);border-color:var(--gold)}.track .step.done:before{background:var(--gold)}.track .step.current .dot{box-shadow:0 0 0 4px rgba(212,175,55,.22)}.track .step .lbl{display:block;font-size:10px;color:var(--text-muted);margin-top:7px;line-height:1.25;padding:0 2px}.track .step.done .lbl{color:var(--gold-light)}.track-meta{color:var(--text-muted);font-size:12px;margin-top:14px}.track-meta b{color:var(--text-light);font-weight:700}.ledger-wrap{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:4px 16px;overflow-x:auto}.ledger{width:100%;border-collapse:collapse;min-width:460px}.ledger td,.ledger th{text-align:left;padding:13px 10px;border-bottom:1px solid var(--stroke);font-size:13px}.ledger tr:last-child td{border-bottom:none}.ledger th{color:var(--text-muted);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.ledger td.amt{text-align:right;font-weight:800;color:var(--gold-light);white-space:nowrap}.ledger td.amt.neg{color:var(--text-muted)}.tkind{display:inline-block;padding:3px 9px;border-radius:7px;background:var(--surface-gold);color:var(--gold-light);font-size:11px;font-weight:700;text-transform:capitalize}.empty{color:var(--text-muted);font-size:13.5px;padding:22px 4px}.admin-hello{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;flex-wrap:wrap}.admin-hello h1{font-size:26px;font-weight:800}.admin-hello p{color:var(--text-muted);font-size:13px;margin-top:4px}.live-dot{display:inline-flex;align-items:center;gap:7px;color:var(--ok);font-size:12px;font-weight:700}.live-dot i{width:8px;height:8px;border-radius:50%;background:var(--ok);display:inline-block;box-shadow:0 0 0 0 rgba(143,220,160,.6);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(143,220,160,.5)}70%{box-shadow:0 0 0 8px rgba(143,220,160,0)}to{box-shadow:0 0 0 0 rgba(143,220,160,0)}}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:20px 0 24px}.kpi{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:18px}.kpi.feature{background:var(--surface-gold);border-color:rgba(212,175,55,.45)}.kpi .k-label{color:var(--text-muted);font-size:12px}.kpi .k-value{color:var(--gold);font-size:25px;font-weight:800;margin-top:8px;font-family:var(--font-serif),Georgia,serif}.kpi .k-sub{color:var(--text-muted);font-size:11.5px;margin-top:5px}.kpi .k-up{color:var(--ok);font-weight:700}.kpi .k-down{color:var(--danger);font-weight:700}.chart-card{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:22px;margin-bottom:22px}.chart-card h2{font-size:16px;font-weight:800;color:var(--text-light)}.chart-card .sub{color:var(--text-muted);font-size:12.5px;margin-top:2px}.bars{display:flex;align-items:flex-end;gap:5px;height:150px;margin-top:26px}.bars .bar{flex:1 1;background:var(--gold-grad);border-radius:5px 5px 0 0;min-height:3px;position:relative}.bars .bar:hover:after{content:attr(data-v);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:var(--black);color:var(--gold-light);font-size:11px;padding:3px 7px;border-radius:6px;border:1px solid var(--stroke);white-space:nowrap;margin-bottom:4px}.bars .bar span{position:absolute;bottom:-20px;left:0;right:0;text-align:center;font-size:9px;color:var(--text-muted)}.split-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:760px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.split-grid{grid-template-columns:1fr}.track .step .lbl{font-size:9px}}.store-banner{padding:60px 0 30px;border-bottom:1px solid var(--stroke);position:relative;overflow:hidden}.store-banner .eyebrow{text-transform:uppercase;letter-spacing:3px;font-size:11px;color:var(--gold)}.store-banner h1{font-family:var(--font-serif),Georgia,serif;font-size:46px;font-weight:700;margin:12px 0 10px;letter-spacing:-.01em}.store-banner p{color:var(--text-muted);max-width:560px;font-size:15px}.store{padding-top:30px}.store-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.store-count{text-transform:uppercase;letter-spacing:2px;font-size:11px;color:var(--text-muted)}.bag-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:8px;background:var(--gold-grad);border:1px solid rgba(212,175,55,.6);color:var(--black);padding:13px 30px;border-radius:999px;font-weight:800;font-size:15px;letter-spacing:.02em;cursor:pointer;box-shadow:0 4px 16px -5px rgba(212,175,55,.55);transition:transform .2s ease,box-shadow .2s ease}.bag-btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px -6px rgba(212,175,55,.8);border-color:var(--gold)}.bag-btn svg{stroke:var(--black)}.bag-count{display:inline-grid;place-items:center;min-width:23px;height:23px;padding:0 7px;background:var(--black);color:var(--gold-light);border-radius:999px;font-size:13px;font-weight:800;letter-spacing:0}.bag-btn:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.7) 50%,transparent);transform:skewX(-20deg);pointer-events:none;animation:bag-shine 3.4s ease-in-out infinite}@keyframes bag-shine{0%,12%{left:-75%}55%,to{left:145%}}.kind-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.kind-tab{background:var(--surface);border:1px solid var(--stroke);color:var(--text-muted);padding:8px 18px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.kind-tab:hover{color:var(--gold-light);border-color:var(--gold)}.kind-tab.on{background:var(--gold-grad);color:var(--black);border-color:transparent}.store-section{margin-bottom:42px}.store-section-title{font-family:var(--font-serif),Georgia,serif;font-size:24px;font-weight:700;margin:0 0 18px;color:var(--text-light)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.product{text-align:left;background:none;border:none;padding:0;cursor:pointer;color:inherit;font:inherit}.product-img{display:block;width:100%;aspect-ratio:1/1;border-radius:14px;background-size:cover;background-position:50%;border:1px solid var(--stroke);transition:transform .2s ease}.product:hover .product-img{transform:translateY(-4px)}.product-meta{display:block;padding:13px 2px 0}.p-cat{display:block;text-transform:uppercase;letter-spacing:1.5px;font-size:10.5px;color:var(--text-muted)}.p-kind{font-size:16px;font-weight:700;color:var(--text-light)}.p-from,.p-kind{display:block;margin-top:3px}.p-from{color:var(--gold-light);font-size:13px}.sheet-bg{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:flex-end;justify-content:center;z-index:100}.sheet{width:100%;max-width:520px;max-height:92vh;overflow-y:auto;background:var(--surface);border:1px solid var(--stroke);border-radius:20px 20px 0 0;padding:22px}.sheet-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.sheet-head h3{font-size:22px;font-weight:800}.sheet .x{background:none;border:none;color:var(--text-muted);font-size:28px;cursor:pointer;line-height:1}.sheet-img{position:relative;display:block;width:210px;max-width:60%;aspect-ratio:1/1;margin:4px 0 14px;border-radius:14px;background-size:cover;background-position:50%;border:1px solid var(--stroke);cursor:zoom-in;padding:0}.sheet-img .zoom-hint{position:absolute;right:8px;bottom:8px;display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:rgba(0,0,0,.55);color:var(--gold-light)}.zoom-bg{position:fixed;inset:0;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;z-index:200;cursor:zoom-out;padding:24px;animation:fadeIn .2s ease}.zoom-img{max-width:92vw;max-height:90vh;border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.6)}.pick-label{display:block;text-transform:uppercase;letter-spacing:1.5px;font-size:11px;color:var(--text-muted);margin:16px 0 8px}.pick-level{color:var(--text-muted);font-size:12px;margin:8px 0 0}.sheet-desc{color:var(--text-muted);font-size:13.5px;line-height:1.5;margin:4px 0}.sheet-note{color:var(--text-muted);font-size:12px;margin:18px 0 0}.sheet-foot{flex-wrap:wrap}.sheet-actions{flex:1 1 220px;display:flex;gap:10px}.sheet-actions .btn{flex:1 1;justify-content:center;text-align:center}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{background:var(--black);border:1px solid var(--stroke);color:var(--text-light);padding:8px 14px;border-radius:10px;font-size:13px;cursor:pointer}.chip.on{background:var(--gold-grad);color:var(--black);border-color:transparent;font-weight:800}.sheet-foot{gap:12px;margin-top:24px}.qty,.sheet-foot{display:flex;align-items:center}.qty{gap:14px;background:var(--black);border:1px solid var(--stroke);border-radius:12px;padding:9px 14px}.qty button{background:none;border:none;color:var(--gold);font-size:20px;cursor:pointer;line-height:1;width:18px}.qty.sm{padding:5px 10px;gap:10px}.qty.sm button{font-size:16px}.add{flex:1 1}.add,.btn.full{justify-content:center}.btn.full{width:100%;margin-top:18px}.panel{max-width:620px;margin:0 auto}.link-back{background:none;border:none;color:var(--text-muted);font-size:13px;cursor:pointer;padding:0}.link-back:hover{color:var(--gold-light)}.panel-title{font-family:var(--font-serif),Georgia,serif;font-size:30px;font-weight:700;margin:14px 0 6px}.store-sub{color:var(--text-muted);font-size:13.5px;margin-bottom:18px;line-height:1.5}.store-empty{color:var(--text-muted);text-align:center;padding:44px 0}.bag-row{display:grid;grid-template-columns:1fr auto auto;grid-gap:14px;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--stroke)}.bag-name{font-weight:700;font-size:14px}.bag-sub{color:var(--text-muted);font-size:12.5px;margin-top:2px}.bag-amt{min-width:70px;text-align:right}.bag-amt,.bag-total{color:var(--gold-light);font-weight:800}.bag-total{display:flex;justify-content:space-between;font-size:17px;padding:16px 0}.co-form .field{margin-bottom:14px}.co-form label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:6px}.co-form input,.co-form select,.co-form textarea{width:100%;padding:12px 14px;border-radius:12px;background:var(--black);border:1px solid var(--stroke);color:var(--text-light);font-size:15px;font-family:inherit}.co-form input:focus,.co-form select:focus,.co-form textarea:focus{border-color:var(--gold);outline:none}.co-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.co-row{display:flex;gap:12px}.co-row .field{flex:1 1}.co-breakdown{margin:4px 0 18px;border:1px solid var(--stroke);border-radius:12px;padding:14px 16px;background:var(--surface)}.co-breakdown>div{display:flex;justify-content:space-between;font-size:14px;color:var(--text-light);padding:5px 0}.co-breakdown>div.muted{color:var(--text-muted);font-size:12.5px}.co-breakdown>div.co-grand{border-top:1px solid var(--stroke);margin-top:4px;padding-top:11px;font-weight:800;color:var(--gold-light);font-size:16px}.earn-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:6px}.earn-item{border:1px solid var(--stroke);border-radius:12px;padding:14px;background:var(--black)}.earn-label{display:block;font-size:12px;color:var(--text-muted)}.earn-av{display:block;font-size:20px;font-weight:800;color:var(--gold-light);margin-top:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.earn-pd{display:block;font-size:11.5px;color:var(--text-muted);margin-top:2px}@media (max-width:640px){.earn-grid{grid-template-columns:1fr}}.panel.done{text-align:center}.done-mark{width:64px;height:64px;border-radius:50%;background:var(--gold-grad);color:var(--black);font-size:32px;font-weight:800;display:grid;place-items:center;margin:10px auto}@media (max-width:760px){.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.store-banner h1{font-size:34px}}.reveal{opacity:0;transform:translateY(26px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none}}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;background-size:cover;background-position:50%;z-index:0;opacity:.66;animation:kenburns 14s ease-in-out infinite alternate;transform-origin:50% 45%;will-change:transform}@media (min-width:900px){.hero-media{background-size:cover;background-position:100%;opacity:.82}.hero:before{background:linear-gradient(90deg,rgba(14,14,16,.98),rgba(14,14,16,.9) 38%,rgba(14,14,16,.5) 70%,rgba(14,14,16,.2))}}.hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(14,14,16,.97),rgba(14,14,16,.84) 42%,rgba(14,14,16,.52))}.hero .container{position:relative;z-index:3}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.045)}}.membership-hero .hero-media{opacity:.5;object-position:center 30%;animation-duration:18s}.membership-hero:before{background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.68) 45%,rgba(0,0,0,.42)),radial-gradient(130% 110% at 50% 45%,transparent 52%,rgba(0,0,0,.62) 100%)}.membership-hero .container{animation:memberIn .9s cubic-bezier(.2,.7,.2,1) both}.membership-hero .btn-gold{transition:transform .2s ease,box-shadow .3s ease}.membership-hero .btn-gold:hover{box-shadow:0 10px 30px -8px rgba(212,175,55,.8)}@keyframes memberIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (min-width:900px){.membership-hero:before{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.62) 50%,rgba(0,0,0,.35)),radial-gradient(120% 100% at 50% 45%,transparent 48%,rgba(0,0,0,.55) 100%)}}@media (max-width:640px){.membership-hero .hero-media{opacity:.42;object-position:center 25%}.membership-hero:before{background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.86))}}@media (prefers-reduced-motion:reduce){.membership-hero .container{animation:none}}.kenburns{overflow:hidden}.kenburns .bgimg,.kenburns img{transition:transform 7s ease;will-change:transform}.kenburns:hover .bgimg,.kenburns:hover img{transform:scale(1.06)}.video-feature{padding:6px 0 56px}.vfeature{position:relative;border-radius:22px;overflow:hidden;background:#000;border:1px solid rgba(212,175,55,.38);box-shadow:0 30px 70px rgba(0,0,0,.55);aspect-ratio:16/9}.vfeature-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vfeature-scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(10,10,12,.9),rgba(10,10,12,.55) 42%,rgba(10,10,12,.12)),linear-gradient(0deg,rgba(10,10,12,.72),transparent 42%)}.vfeature-text{position:absolute;left:0;bottom:0;max-width:580px;padding:44px}.vfeature-text h2{font-size:38px;font-weight:700;letter-spacing:-.4px;line-height:1.08;margin:10px 0 12px}.vfeature-text p{color:var(--text-light);opacity:.92;font-size:15px;line-height:1.6;margin-bottom:22px;max-width:470px}@media (max-width:700px){.vfeature{aspect-ratio:4/5}.vfeature-text{padding:24px}.vfeature-text h2{font-size:26px}}.banner-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:.5;z-index:0}.banner-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(14,14,16,.95),rgba(14,14,16,.82) 46%,rgba(14,14,16,.58))}.store-banner.has-video>.container{position:relative;z-index:2}.prose{color:var(--text-muted);font-size:15px;line-height:1.75;max-width:680px;margin-bottom:14px}.lvl-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.eyebrow svg{vertical-align:-2px;margin-right:5px}.inst-two{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px;margin-top:22px}.inst-card{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:24px}.inst-card h3{font-size:18px;font-weight:700;color:var(--gold-light)}.inst-card .tag{color:var(--gold);font-size:11.5px;text-transform:uppercase;letter-spacing:.12em;margin-top:5px}.inst-card p{color:var(--text-muted);font-size:13.5px;margin-top:10px;line-height:1.6}.inst-list{list-style:none;padding:0;margin:14px 0 0;display:grid;grid-gap:9px;gap:9px}.inst-list li{color:var(--text-light);font-size:14px;display:flex;gap:10px;align-items:flex-start;line-height:1.45}.inst-list li .ic{color:var(--gold);flex:none;margin-top:1px}.inst-list.inst-cols{grid-template-columns:1fr 1fr;gap:9px 22px}.inst-band{background:var(--surface-gold);border:1px solid rgba(212,175,55,.4);border-radius:20px;padding:46px 32px;text-align:center}.inst-band h2{font-size:30px;margin-top:6px}.inst-band .cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:22px}.call-btn svg{vertical-align:-2px;margin-right:6px}@media (max-width:760px){.inst-list.inst-cols,.inst-two{grid-template-columns:1fr}}.lvl{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--stroke);border-radius:12px;padding:20px}.lvl-n{flex:none;width:42px;height:42px;border-radius:50%;background:var(--gold-grad);color:var(--black);display:grid;place-items:center;font-weight:800;letter-spacing:-.01em}.lvl b{display:block;color:var(--gold-light);font-size:15px}.lvl div>span,.lvl-grace{color:var(--text-muted);font-size:12.5px}.lvl-grace{text-align:center;margin-top:16px;font-style:italic;opacity:.85}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.step-card{background:var(--surface);border:1px solid var(--stroke);border-radius:12px;padding:26px}.step-n{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--surface-gold);border:1px solid rgba(212,175,55,.5);color:var(--gold);font-weight:800;margin-bottom:14px}.step-card h4{color:var(--text-light);font-size:15px;font-weight:700}.step-card p{color:var(--text-muted);font-size:13px;margin-top:7px;line-height:1.55}@media (max-width:760px){.lvl-grid,.step-grid{grid-template-columns:1fr}}.portal-section>h2{font-family:var(--font-inter),system-ui,sans-serif;font-size:16px;font-weight:700;letter-spacing:.02em;text-transform:none;color:var(--text-light);display:inline-flex;align-items:center;gap:11px}.portal-section>h2:before{content:"";width:20px;height:2px;border-radius:2px;background:var(--gold-grad)}.bag-amt,.kpi .k-value,.ledger td.amt,.onum,.order-items .li span,.order-meta,.order-total span,.stat .value{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"tnum"}.order-head .onum{letter-spacing:.03em;font-weight:700}.kpi .k-value,.stat .value{background:linear-gradient(120deg,#F6E9BC,#E4CF9B 46%,#C79A3A);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--champagne);letter-spacing:-.01em}.ledger tbody tr{transition:background .15s ease}.ledger tbody tr:hover{background:rgba(255,255,255,.02)}.store-banner h1{font-family:var(--font-luxe),var(--font-serif),Georgia,serif;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.store-banner h1 .store-suffix{text-transform:none}.panel-title{font-family:var(--font-luxe),var(--font-serif),Georgia,serif;letter-spacing:.02em}.product .p-kind{font-family:var(--font-luxe),var(--font-serif),serif;text-transform:uppercase;letter-spacing:.06em;font-size:13.5px;font-weight:600}.store-banner>.container{animation:fadeUp .85s cubic-bezier(.2,.7,.2,1) both}.product{animation:fadeUp .7s cubic-bezier(.2,.7,.2,1) both}.product-grid .product:nth-child(2){animation-delay:.06s}.product-grid .product:nth-child(3){animation-delay:.12s}.product-grid .product:nth-child(4){animation-delay:.18s}.product-grid .product:nth-child(5){animation-delay:.24s}.product-grid .product:nth-child(6){animation-delay:.3s}.product-img{transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease}.product:hover .product-img{transform:translateY(-6px) scale(1.01);box-shadow:0 18px 40px rgba(0,0,0,.45)}.product:hover .p-from{color:var(--gold)}.sheet-bg{animation:fadeIn .25s ease}.sheet{animation:sheetUp .34s cubic-bezier(.2,.7,.2,1)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetUp{0%{transform:translateY(34px);opacity:.5}to{transform:none;opacity:1}}@media (prefers-reduced-motion:reduce){.product,.sheet,.sheet-bg,.store-banner>.container{animation:none}.bag-btn:after{display:none}}.locked{text-align:center;max-width:460px;margin:6px auto 0}.locked-ico{display:inline-grid;place-items:center;width:72px;height:72px;border-radius:50%;background:var(--surface-gold);border:1px solid rgba(212,175,55,.5);color:var(--gold);margin-bottom:16px}.locked h2{font-size:22px;font-weight:700;font-family:var(--font-serif),Georgia,serif}.locked p{color:var(--text-muted);margin:8px 0 22px}.container.narrow{max-width:760px}.pay-msg{color:var(--gold-light);font-size:12.5px;margin-top:8px}.pay-hint{color:var(--text-muted);font-size:12.5px;margin-top:14px;max-width:460px;line-height:1.5}.checkout-note{background:var(--surface-gold);border:1px solid rgba(212,175,55,.35);border-radius:12px;padding:12px 14px;color:var(--gold-light);font-size:12.5px;line-height:1.55;margin-bottom:14px}.refund-note{color:var(--text-muted);font-size:12px;margin-top:14px;line-height:1.5}.delivery-pill{display:inline-block;margin-top:14px;padding:7px 14px;border-radius:999px;background:var(--surface-gold);border:1px solid rgba(212,175,55,.5);color:var(--gold-light);font-size:12.5px;font-weight:700}.store-notice{color:var(--text-muted);font-size:13px;margin-top:10px;max-width:560px}.kit-eta{color:var(--gold-light);font-size:13px;margin-top:14px;font-weight:600}.kit-form{margin-top:14px;max-width:460px}.kit-form-head{color:var(--gold-light);font-size:13.5px;font-weight:600;margin-bottom:14px}.kit-form-head b{color:var(--text-light)}.kit-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;align-items:stretch}.kit-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:30px 28px}.kit-card--featured{background:var(--surface-gold);border-color:rgba(212,175,55,.5);box-shadow:0 0 0 1px rgba(212,175,55,.16),0 22px 48px -28px rgba(212,175,55,.4)}.kit-flag{position:absolute;top:20px;right:22px;background:var(--gold-grad);color:var(--black);font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.kit-card h3{color:var(--gold-light);font-size:19px;font-weight:700;padding-right:96px;line-height:1.3}.kit-price{margin:16px 0 12px}.kit-amt{display:inline-block;color:var(--gold);font-weight:800;font-size:34px;letter-spacing:-.01em;line-height:1}.kit-desc{color:var(--text-muted);font-size:14px;line-height:1.6}.kit-list{list-style:none;margin:18px 0;display:grid;grid-gap:9px;gap:9px}.kit-list li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:var(--text-light)}.kit-list li .ck{color:var(--gold);flex-shrink:0;margin-top:1px}.kit-note{color:var(--gold-light);font-size:12.5px;line-height:1.5;background:rgba(212,175,55,.07);border:1px solid rgba(212,175,55,.2);border-radius:10px;padding:11px 13px;margin:auto 0 18px}.kit-card .btn.full{margin-top:0}@media (max-width:900px){.kit-options{grid-template-columns:1fr}}.timeline-wrap{margin-top:18px}.htimeline-wrap{overflow-x:auto;padding:4px 2px 10px;margin:0 -2px;scrollbar-width:thin;scrollbar-color:var(--stroke) transparent;-webkit-overflow-scrolling:touch}.htimeline-wrap::-webkit-scrollbar{height:6px}.htimeline-wrap::-webkit-scrollbar-thumb{background:var(--stroke);border-radius:6px}.htimeline{list-style:none;display:flex;padding:0;margin:0;min-width:min-content}.hstep{position:relative;flex:0 0 auto;width:84px;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:13px}.hstep .hline{position:absolute;top:23px;left:-42px;width:84px;height:2px;background:var(--stroke)}.hstep:first-child .hline{display:none}.hstep.done .hline{background:var(--gold)}.hdot{position:relative;z-index:1;width:22px;height:22px;border-radius:50%;background:var(--surface);border:2px solid var(--stroke);display:grid;place-items:center;color:var(--black)}.hstep.done .hdot{background:var(--gold-grad);border-color:var(--gold)}.hstep.current .hdot{box-shadow:0 0 0 4px rgba(212,175,55,.22)}.hlabel{margin-top:9px;font-size:11px;line-height:1.3;color:var(--text-muted);max-width:78px}.hstep.done .hlabel{color:var(--gold-light)}.hstep.current .hlabel{color:var(--text-light);font-weight:700}.timeline-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:6px}.td-status{color:var(--gold-light);font-weight:700;font-size:13px}.td-eta{color:var(--text-muted);font-size:12.5px}.td-eta b{color:var(--text-light)}.track-pkg{margin-top:14px}.timeline-note{color:var(--text-muted);font-size:12px;margin-top:10px;line-height:1.5}.timeline-note.danger{color:var(--danger)}.timeline-note b{color:var(--text-light)}.order-head .ostatus.placed,.order-head .ostatus.refunded{color:var(--text-muted);background:var(--surface);border-color:var(--stroke)}.ledger td.comm small{color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:10px;letter-spacing:.04em}.ledger td.comm.approved,.ledger td.comm.paid{color:var(--ok)}.ledger td.comm.pending{color:var(--gold-light)}.ledger td.comm.reversed{color:var(--text-muted);text-decoration:line-through}.fulfil-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}.seg{display:inline-flex;gap:6px}.seg button{background:var(--surface);border:1px solid var(--stroke);color:var(--text-muted);border-radius:8px;padding:7px 14px;font-size:12.5px;font-weight:700;cursor:pointer}.seg button.on{background:var(--surface-gold);border-color:rgba(212,175,55,.5);color:var(--gold-light)}.seg .seg-refresh{color:var(--gold)}.fulfil-search{width:100%;margin:0 0 16px;background:var(--black);border:1px solid var(--stroke);color:var(--text-light);border-radius:10px;padding:11px 14px;font-size:13.5px;font-family:inherit}.fulfil-search:focus{border-color:var(--gold);outline:none}.next-action{display:flex;gap:8px;align-items:flex-start;margin-top:10px;padding:10px 12px;border-radius:10px;background:var(--surface-gold);border:1px solid rgba(212,175,55,.4);color:var(--gold-light);font-size:12.5px;line-height:1.45}.next-action.done{background:rgba(143,220,160,.08);border-color:rgba(143,220,160,.35);color:var(--ok)}.next-action .na-arrow{flex:none;font-weight:800}.admin-order .admin-addr{color:var(--text-muted);font-size:12.5px;margin-top:2px}.admin-controls{margin-top:14px;border-top:1px dashed var(--stroke);padding-top:14px;display:grid;grid-gap:10px;gap:10px}.ac-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.ac-row input,.ac-row select{background:var(--black);border:1px solid var(--stroke);color:var(--text-light);border-radius:9px;padding:9px 11px;font-size:13px;font-family:inherit}.ac-row input:focus,.ac-row select:focus{border-color:var(--gold);outline:none}.ac-row .ac-note{flex:1 1;min-width:140px}.btn-sm{background:var(--surface);border:1px solid var(--stroke);color:var(--text-light);border-radius:9px;padding:9px 14px;font-size:12.5px;font-weight:700;cursor:pointer;white-space:nowrap}.btn-sm:hover{border-color:var(--gold)}.btn-sm:disabled{opacity:.5;cursor:default}.btn-sm.gold{background:var(--gold-grad);color:var(--black);border-color:transparent}.btn-sm.danger{color:var(--danger);border-color:rgba(224,91,99,.4)}.ac-tag{font-size:11.5px;color:var(--gold-light);background:var(--surface-gold);border:1px solid rgba(212,175,55,.4);border-radius:999px;padding:4px 10px}.ac-msg{font-size:12.5px;color:var(--ok)}.confirm-card{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:32px;text-align:center;max-width:600px;margin:0 auto}.confirm-card h1{font-size:28px;font-weight:800}.confirm-onum{color:var(--gold-light);font-weight:700;margin:6px 0}.confirm-save{color:var(--text-muted);font-size:12.5px;margin:0 auto 14px;max-width:420px}.confirm-card .prose{text-align:left;margin-left:auto;margin-right:auto}.confirm-card .hero-ctas{justify-content:center}.track-form{max-width:460px;margin-bottom:24px}.track-result{margin-top:8px}.whypay{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:22px 24px}.whypay h3{font-size:18px;color:var(--gold-light);font-weight:800;font-family:var(--font-serif),Georgia,serif}.whypay-p{color:var(--text-muted);font-size:14px;line-height:1.7;margin-top:10px}.whypay-list{list-style:none;margin:16px 0;display:grid;grid-gap:9px;gap:9px}.whypay-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text-light)}.whypay-list .ck{color:var(--gold);flex:none}.whypay-outro{color:var(--text-muted);font-size:13.5px;line-height:1.6}.policy-h{font-size:22px;font-weight:800;margin:28px 0 6px;color:var(--gold-light);font-family:var(--font-serif),Georgia,serif}.policy-list{margin:8px 0 8px 18px;color:var(--text-muted);font-size:14px;line-height:1.8}.muted-note{background:var(--surface);border:1px solid var(--stroke);border-radius:12px;padding:14px;font-size:13.5px;color:var(--text-muted)}.ilink{color:var(--gold-light);text-decoration:underline}.mobile-nav{display:none}.hamburger{background:none;border:none;cursor:pointer;padding:8px;display:inline-flex;flex-direction:column;gap:5px}.hamburger span{width:24px;height:2px;background:var(--gold-light);border-radius:2px;transition:transform .25s,opacity .2s}.hamburger.x span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.x span:nth-child(2){opacity:0}.hamburger.x span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:rgba(14,14,16,.98);padding:14px 20px;display:grid;grid-gap:2px;gap:2px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-menu,.mobile-menu a{border-bottom:1px solid var(--stroke)}.mobile-menu a{padding:13px 6px;color:var(--text-light);font-size:14px;font-weight:600;letter-spacing:.04em}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a.btn{justify-content:center;margin-top:10px}@media (max-width:900px){.nav-cta{display:none}.mobile-nav{display:inline-flex;align-items:center}}.welcome-card{max-width:460px;margin:30px auto;text-align:center;background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:40px 28px;display:flex;flex-direction:column;align-items:center;gap:12px}.welcome-card h1{font-size:26px;font-weight:800}.welcome-card .muted{color:var(--text-muted);font-size:14px;line-height:1.6}.welcome-card .btn{margin-top:10px}.welcome-crown,.welcome-ok{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--surface-gold);border:1px solid rgba(212,175,55,.5);color:var(--gold-light)}.welcome-spin{width:44px;height:44px;border-radius:50%;border:3px solid var(--stroke);border-top-color:var(--gold);animation:welcome-spin .9s linear infinite}@keyframes welcome-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.welcome-spin{animation:none}}.enrolled-pill{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:10px 16px;border-radius:999px;background:var(--surface-gold);border:1px solid rgba(212,175,55,.5);color:var(--gold-light);font-size:13.5px;font-weight:700}.donate-thanks{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;padding:34px 24px}.donate-thanks h2{font-size:24px;font-weight:800}.donate-thanks .muted{color:var(--text-muted);font-size:14px;line-height:1.6;max-width:380px}.donate-thanks .btn{margin-top:8px}.danger-zone{margin-top:40px;padding-top:24px;border-top:1px solid var(--stroke)}.danger-zone h2{font-size:18px;font-weight:800;color:var(--danger)}.danger-zone .muted{color:var(--text-muted);font-size:13px;margin:6px 0 14px;max-width:520px;line-height:1.5}.btn-danger{background:transparent;color:var(--danger);border:1px solid var(--danger)}.btn-danger:hover{background:rgba(224,91,99,.1)}.modal-bg{position:fixed;inset:0;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.modal{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:26px;text-align:center}.modal h3{font-size:22px;font-weight:800}.modal .warn{color:var(--danger);font-weight:700;font-size:14.5px;margin:12px 0 18px}.modal-actions{display:flex;gap:10px;justify-content:center}.modal-actions .btn{flex:1 1;justify-content:center}@media (max-width:1120px) and (min-width:901px){.foot-grid{grid-template-columns:1.4fr 1fr 1fr}}.legal-page{padding-top:40px}.legal-head{border-bottom:1px solid var(--stroke);padding-bottom:22px;margin-bottom:28px}.legal-head h1{font-size:34px;font-weight:800;color:var(--gold-light);margin-top:8px;line-height:1.2}.legal-eff{color:var(--gold);font-size:13px;font-weight:700;margin-top:10px}.legal-meta{color:var(--text-muted);font-size:13px;margin-top:4px}.legal-print{margin-top:16px;font-size:11px;padding:10px 18px}.legal-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:40px;gap:40px;align-items:start}.legal-toc{position:-webkit-sticky;position:sticky;top:96px;background:var(--surface);border:1px solid var(--stroke);border-radius:14px;padding:18px;max-height:calc(100vh - 120px);overflow:auto}.legal-toc h4{color:var(--gold-light);font-size:12px;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px}.legal-toc ol{list-style:decimal;padding-left:18px;display:grid;grid-gap:7px;gap:7px}.legal-toc a{color:var(--text-muted);font-size:12.5px;line-height:1.4}.legal-toc a:hover{color:var(--gold-light)}.legal-body{max-width:760px}.legal-body h2{font-size:20px;font-weight:800;color:var(--gold-light);margin:30px 0 10px;scroll-margin-top:90px}.legal-body h2 .ls-n{color:var(--gold)}.legal-body h3{font-size:15.5px;font-weight:700;color:var(--text-light);margin:18px 0 6px}.legal-body p{color:var(--text-muted);font-size:14.5px;line-height:1.75;margin:8px 0}.legal-body ul{list-style:none;margin:10px 0;display:grid;grid-gap:7px;gap:7px}.legal-body ul li{position:relative;padding-left:18px;color:var(--text-light);font-size:14px;line-height:1.6}.legal-body ul li:before{content:"";position:absolute;left:2px;top:9px;width:6px;height:6px;border-radius:50%;background:var(--gold)}@media (max-width:820px){.legal-layout{grid-template-columns:1fr;gap:22px}.legal-toc{position:static;max-height:none}}@media print{.foot,.header,.legal-print,.legal-toc,.mobile-nav{display:none!important}.legal-layout{grid-template-columns:1fr}.legal-body,.legal-body h2,.legal-body h3,.legal-body li,.legal-body p,.legal-head h1{color:#000!important}body{background:#fff!important}}.faq-cat{margin-top:26px}.faq-cat h2{font-size:17px;font-weight:800;color:var(--gold);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.faq-item{background:var(--surface);border:1px solid var(--stroke);border-radius:12px;margin-bottom:10px;overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:16px 46px 16px 18px;position:relative;font-weight:700;font-size:15px;color:var(--text-light)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:20px;font-weight:400}.faq-item[open] summary:after{content:"\2212"}.faq-item[open] summary{color:var(--gold-light)}.faq-a{padding:0 18px 16px}.faq-a p{color:var(--text-muted);font-size:14px;line-height:1.7;margin:6px 0}.faq-a ul{list-style:none;margin:8px 0;display:grid;grid-gap:6px;gap:6px}.faq-a ul li{position:relative;padding-left:16px;color:var(--text-light);font-size:13.5px}.faq-a ul li:before{content:"";position:absolute;left:2px;top:8px;width:5px;height:5px;border-radius:50%;background:var(--gold)}.agree-block{display:grid;grid-gap:12px;gap:12px;margin:8px 0 16px}.join-agree{max-width:620px}.agree-note{color:var(--gold-light);font-size:12.5px;line-height:1.55;background:var(--surface-gold);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:11px 13px;margin:8px 0}.agree-check{display:flex;gap:11px;align-items:flex-start;cursor:pointer;background:var(--surface);border:1px solid var(--stroke);border-radius:10px;padding:12px 14px}.agree-check input{margin-top:2px;width:17px;height:17px;flex:none;accent-color:var(--gold);cursor:pointer}.agree-check .agree-text{color:var(--text-light);font-size:13px;line-height:1.6}.agree-check.req{border-color:rgba(212,175,55,.35)}.agree-check.invalid{border-color:var(--danger);background:rgba(224,91,99,.06)}.agree-star{color:var(--gold);font-weight:800}.agree-optional{margin-top:2px;padding-top:12px;border-top:1px dashed var(--stroke)}.agree-optional .agree-check{background:transparent;border-style:dashed}.agree-optional .agree-text{color:var(--text-muted);font-size:12px}.agree-faq{color:var(--text-muted);font-size:12.5px;margin-top:12px}.contact-line{margin:10px 0}.contact-line a{display:inline-flex;align-items:center;gap:10px;color:var(--gold-light);font-size:15px;font-weight:600}.contact-line a:hover{color:var(--gold)}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_30721a{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_30721a{--font-serif:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Cinzel;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b497598118275079-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cinzel;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a273567b21a7c318-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cinzel;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b497598118275079-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cinzel;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a273567b21a7c318-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cinzel;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b497598118275079-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cinzel;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a273567b21a7c318-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cinzel Fallback;src:local("Times New Roman");ascent-override:71.31%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:136.86%}.__className_6230ca{font-family:Cinzel,Cinzel Fallback;font-style:normal}.__variable_6230ca{--font-luxe:"Cinzel","Cinzel Fallback"}