@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,700;1,9..144,500&family=Outfit:wght@400;500;600;700&display=swap";:root{--gold: #f8c74f;--gold-deep: #e6a918;--orange: #fc963d;--cream: #ffde94;--ink: #1a1d22;--ink-soft: #2e3138;--muted: #6d7179;--surface: rgba(12, 14, 18, .72);--surface-strong: rgba(8, 10, 14, .88);--line: rgba(255, 255, 255, .1);--font-display: "Fraunces", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--shadow-soft: 0 24px 80px rgba(0, 0, 0, .35);--radius: 14px;--radius-lg: 22px;--header-h: 72px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;min-height:100vh;font-family:var(--font-body);font-size:1.05rem;line-height:1.55;color:#e8eaef;background:#07090c}#root{min-height:100vh}code{font-size:.88em;padding:.12em .35em;border-radius:6px;background:#ffffff14}.app{position:relative;min-height:100vh}.durian-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;contain:strict;isolation:isolate}.durian-canvas canvas{display:block;width:100%;height:100%}.durian-canvas--shell{background:#0c0f12}.content-layer{position:relative;z-index:1;min-height:100vh}.load-overlay{position:fixed;z-index:40;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:radial-gradient(circle at 50% 40%,#f8c74f14,#07090c 55%);pointer-events:none}.load-overlay__spinner{width:44px;height:44px;border-radius:50%;border:3px solid rgba(255,255,255,.12);border-top-color:var(--gold);animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.load-overlay__text{margin:0;font-weight:600;color:#c8ccd4}.load-overlay__hint{margin:0;max-width:28rem;padding:0 1.5rem;text-align:center;font-size:.9rem;color:var(--muted)}.site-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(180deg,#07090ceb,#07090ca6);border-bottom:1px solid var(--line)}.site-header__inner{max-width:1200px;margin:0 auto;padding:.65rem 1.25rem;min-height:var(--header-h);display:flex;align-items:center;gap:1rem}.site-logo{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:#fff;flex-shrink:0}.site-logo__mark{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,var(--gold),var(--orange));color:var(--ink);font-weight:800;font-size:.78rem;display:grid;place-items:center;letter-spacing:-.02em}.site-logo__text{display:flex;flex-direction:column;line-height:1.15;font-weight:700;font-size:1.05rem}.site-logo__tag{font-size:.68rem;font-weight:500;color:var(--cream);letter-spacing:.04em;text-transform:uppercase}.site-logo--text{align-items:flex-start}.brand-mark{display:flex;flex-direction:column;align-items:flex-start;text-align:left;line-height:1.2}.brand-mark__title{font-family:var(--font-display);font-weight:700;color:#f4e4bc;letter-spacing:.02em}.brand-mark--header .brand-mark__title{font-size:1.28rem}.brand-mark--footer .brand-mark__title{font-size:1.18rem}.brand-mark__cn{font-size:.8rem;font-weight:600;color:var(--gold);margin-top:.12rem;letter-spacing:.08em}.brand-mark--footer .brand-mark__cn{font-size:.76rem}.brand-mark__sg{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:#ffe6b4b8;margin-top:.18rem}.site-nav{flex:1;display:flex;justify-content:center}.site-nav>ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1.25rem}.site-nav a{color:#ffffffd1;text-decoration:none;font-weight:500;font-size:.92rem;padding:.35rem 0}.site-nav a:hover{color:var(--gold)}.site-nav__shop{position:relative}.site-nav__shop-label{font-weight:600;font-size:.92rem;color:var(--gold);cursor:default;padding:.35rem 0}.site-nav__sub{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:200px;padding:.5rem;margin:0;list-style:none;background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);flex-direction:column;gap:0}.site-nav__sub li{width:100%;list-style:none}.site-nav__sub a{display:block;position:relative;padding:.5rem .75rem .5rem 1.45rem;font-size:.88rem}.site-nav__sub a:before{content:"";position:absolute;left:.7rem;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:var(--gold);opacity:.8}.site-nav__shop:hover .site-nav__sub,.site-nav__shop:focus-within .site-nav__sub{display:flex}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;border-radius:999px;font-family:inherit;font-weight:600;font-size:.92rem;text-decoration:none;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.btn:active{transform:scale(.98)}.btn--header{flex-shrink:0;background:#ffffff14;color:#fff;border:1px solid var(--line)}.btn--header:hover{background:#ffffff1f;border-color:#f8c74f59}.btn--primary{background:linear-gradient(135deg,var(--gold),var(--orange));color:var(--ink);box-shadow:0 8px 28px #fc963d59}.btn--primary:hover{box-shadow:0 10px 36px #fc963d73}.btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}.btn--ghost:hover{border-color:var(--gold);color:var(--gold)}main{padding-bottom:4rem}.hero{position:relative;min-height:calc(100vh - var(--header-h));display:flex;align-items:flex-end;padding:2rem 1.25rem 4rem}.hero__inner{position:relative;max-width:560px;z-index:2}.eyebrow{margin:0 0 .5rem;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2.4rem,5vw,3.6rem);font-weight:500;line-height:1.08;color:#fff}.hero__title-sub{display:block;margin-top:.35rem;font-family:var(--font-body);font-size:clamp(1rem,2.2vw,1.2rem);font-weight:500;color:var(--cream)}.hero__lede{margin:0 0 1.5rem;color:#ffffffc7;max-width:46ch}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.hero__scroll-hint{margin:0;font-size:.85rem;color:var(--muted)}.section{padding:4rem 1.25rem;contain:layout style}.section--tint{background:linear-gradient(180deg,#07090c99,#07090c73)}.section__inner{max-width:1100px;margin:0 auto}.section__inner--split{display:grid;gap:2rem;align-items:center}@media (min-width: 880px){.section__inner--split{grid-template-columns:1fr 1fr}}.section__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:500;color:#fff}.section__stars{color:#b8f49d;vertical-align:middle;margin-left:.35rem;display:inline-block}.section__prose{margin:0 0 1.5rem;color:#ffffffd1;max-width:60ch}.section__prose--tight{margin-bottom:2rem}.card-grid{display:grid;gap:1.25rem}@media (min-width: 720px){.card-grid{grid-template-columns:repeat(3,1fr)}}.exp-card{display:flex;flex-direction:column;border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:inherit;background:var(--surface-strong);border:1px solid var(--line);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .2s ease,border-color .2s ease}.exp-card:hover{transform:translateY(-4px);border-color:#f8c74f59}.exp-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.exp-card__body{padding:1.1rem 1.2rem 1.25rem;background:#07090ce0}.exp-card__body h3{margin:0 0 .4rem;font-size:1.05rem;color:#fff}.exp-card__body p{margin:0 0 .75rem;font-size:.9rem;color:#ffffffbf}.exp-card__cta{font-size:.82rem;font-weight:600;color:var(--orange)}.product-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}@media (min-width: 640px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 960px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;text-decoration:none;background:var(--surface);border:1px solid var(--line);transition:border-color .2s ease}.product-card:hover{border-color:#fc963d73}.product-card__img-wrap{background:#ffffff0a;aspect-ratio:1}.product-card__img-wrap img{width:100%;height:100%;object-fit:contain}.product-card__meta{padding:.85rem 1rem 1rem}.product-card__meta h3{margin:0 0 .35rem;font-size:.92rem;font-weight:600;color:#fff;line-height:1.3}.product-card__price{margin:0;font-weight:700;color:var(--orange);font-size:.95rem}.section--video .video-panel{position:relative;min-height:220px;border-radius:var(--radius-lg);background:linear-gradient(145deg,#f8c74f26,#fc963d14);border:1px solid rgba(248,199,79,.25);overflow:hidden}.video-panel__glow{position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(circle,rgba(248,199,79,.35),transparent 55%);animation:pulse 5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.85;transform:scale(1.05)}}@media (prefers-reduced-motion: reduce){.video-panel__glow{animation:none}.load-overlay__spinner{animation:none;border-top-color:#ffffff59}}.video-panel__label{position:relative;z-index:1;margin:0;padding:2rem;font-family:var(--font-display);font-size:1.35rem;color:var(--cream)}.site-footer{padding:3rem 1.25rem;background:#31363c;color:#ffffffc7;border-top:1px solid rgba(255,255,255,.06)}.site-footer__grid{max-width:1100px;margin:0 auto 2rem;display:grid;gap:2rem}@media (min-width: 720px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer__brand{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.25rem;color:#fff}.site-footer__muted{margin:0;font-size:.92rem;line-height:1.5;color:#ffffff8c}.site-footer__head{margin:0 0 .5rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73}.site-footer__link{color:var(--gold);text-decoration:none;font-weight:600}.site-footer__link:hover{text-decoration:underline}.site-footer__social{list-style:none;margin:0;padding:0}.site-footer__social a{color:#ffffffc7;text-decoration:none}.site-footer__social a:hover{color:var(--gold)}.site-footer__social li+li{margin-top:.35rem}.site-footer__note{max-width:1100px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);font-size:.82rem;color:#fff6;text-align:center}@media (max-width: 900px){.site-header__inner{flex-wrap:wrap}.site-nav{order:4;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.site-nav>ul{flex-wrap:nowrap;gap:1rem}.site-nav__sub{left:0;transform:none}}@media (max-width: 480px){.site-header__inner{flex-wrap:wrap}.btn--header{width:100%;order:3}}.site-logo__img{display:block;object-fit:contain}.header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a.icon-btn{text-decoration:none}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#ffffffd9;padding:.4rem;border-radius:8px;transition:color .15s,background .15s}.icon-btn:hover{color:var(--gold);background:#ffffff0f}.cart-icon-btn{padding:.4rem .5rem}.cart-badge{position:absolute;top:-2px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--orange);color:#fff;font-size:.68rem;font-weight:700;display:grid;place-items:center;pointer-events:none;line-height:1}.about-img-wrap{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16 / 9}.about-img{width:100%;height:100%;object-fit:cover;display:block}.shop-section{background:linear-gradient(180deg,transparent,rgba(255,255,255,.025),transparent)}.shop-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.shop-tab{padding:.45rem 1rem;border-radius:999px;border:1px solid var(--line);background:#ffffff0a;color:#ffffffb3;font-family:inherit;font-size:.88rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.shop-tab:hover{border-color:#f8c74f66;color:#fff}.shop-tab--active{background:linear-gradient(135deg,var(--gold),var(--orange));border-color:transparent;color:var(--ink);font-weight:700}.shop-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media (min-width: 640px){.shop-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1000px){.shop-grid{grid-template-columns:repeat(4,1fr)}}.shop-card{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;background:#0a0c10e6;border:1px solid var(--line);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .2s,transform .2s}.shop-card:hover{border-color:#f8c74f4d;transform:translateY(-3px)}.shop-card__img-btn{position:relative;background:#ffffff08;border:none;cursor:pointer;padding:0;aspect-ratio:1;overflow:hidden}.shop-card__img-btn img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.shop-card:hover .shop-card__img-btn img{transform:scale(1.04)}.product-badge{position:absolute;top:.55rem;left:.55rem;padding:.2rem .55rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(135deg,var(--gold),var(--orange));color:var(--ink);z-index:1;pointer-events:none}.product-badge--lg{top:.75rem;left:.75rem;font-size:.75rem;padding:.25rem .7rem}.shop-card__body{padding:.85rem 1rem 1rem;display:flex;flex-direction:column;flex:1}.shop-card__name{margin:0 0 .2rem;font-size:.92rem;font-weight:600;color:#fff;line-height:1.3}.shop-card__weight{margin:0 0 .6rem;font-size:.78rem;color:var(--muted)}.shop-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto}.shop-card__price{font-weight:700;color:var(--orange);font-size:1rem}.btn--sm{padding:.38rem .85rem;font-size:.82rem}.qty-control{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0f;border:1px solid var(--line);border-radius:999px;padding:.2rem .4rem}.qty-control--sm{gap:.35rem;padding:.15rem .35rem}.qty-btn{background:none;border:none;cursor:pointer;color:#fff;font-size:1rem;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;transition:background .12s;line-height:1}.qty-btn:hover:not(:disabled){background:#ffffff1f}.qty-btn:disabled{opacity:.35;cursor:default}.qty-val{min-width:1.4rem;text-align:center;font-size:.9rem;font-weight:600}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;min-height:100vh;min-height:100dvh;z-index:50;display:flex;align-items:center;justify-content:center;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem;overflow-y:auto;box-sizing:border-box}.modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff14;border:1px solid var(--line);border-radius:8px;cursor:pointer;color:#ffffffb3;width:36px;height:36px;display:grid;place-items:center;transition:background .15s,color .15s;z-index:1}.modal-close:hover{background:#ffffff24;color:#fff}.product-modal{position:relative;background:var(--ink-soft);border:1px solid var(--line);border-radius:var(--radius-lg);max-width:820px;width:100%;overflow:hidden;box-shadow:var(--shadow-soft)}.product-modal__layout{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:0}@media (max-width: 640px){.product-modal__layout{grid-template-columns:1fr}}.product-modal__media{container-type:size;container-name:product-media;display:flex;flex-direction:column;align-items:center;min-width:0;min-height:100%;background:#ffffff0a}@media (min-width: 641px){.product-modal__media{justify-content:center}}.product-modal__img-wrap{position:relative;flex:0 0 auto;overflow:hidden;width:min(100cqw,100cqh);aspect-ratio:1 / 1;height:auto}@supports not (container-type: size){.product-modal__img-wrap{width:100%}}@media (max-width: 640px){.product-modal__media{container-type:normal;justify-content:flex-start}.product-modal__img-wrap{width:100%}}.product-modal__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.product-modal__info{padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.5rem}.product-modal__cat{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.12em;color:var(--gold);text-transform:uppercase}.product-modal__name{margin:0;font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:#fff;line-height:1.2}.product-modal__weight{margin:0;font-size:.82rem;color:var(--muted)}.product-modal__price{margin:0;font-size:1.55rem;font-weight:700;color:var(--orange)}.product-modal__desc{margin:0;font-size:.9rem;color:#ffffffb8;line-height:1.55}.product-modal__qty-row{display:flex;align-items:center;gap:1rem;margin-top:.25rem}.product-modal__qty-label{font-size:.88rem;font-weight:500;color:#ffffffb3}.product-modal__add-btn{width:100%;margin-top:.25rem;justify-content:center}.product-modal__add-btn.btn--added{background:#4caf50;box-shadow:none}.product-modal__ext-link{font-size:.82rem;color:var(--gold);text-decoration:none;text-align:center;opacity:.8}.product-modal__ext-link:hover{opacity:1;text-decoration:underline}.product-modal__fineprint{margin-top:.75rem;font-size:.75rem;line-height:1.45;color:var(--muted);opacity:.9}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:46;width:min(420px,100vw);background:var(--ink-soft);border-left:1px solid var(--line);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-16px 0 48px #0006}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--line);flex-shrink:0}.cart-drawer__title{margin:0;font-size:1.1rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem}.cart-count-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--orange);color:#fff;font-size:.72rem;font-weight:700}.cart-drawer__close{color:#ffffffa6}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;text-align:center;color:var(--muted)}.cart-empty__icon{color:var(--muted);opacity:.7}.cart-items{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:.85rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--line);align-items:start}.cart-item__img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:#ffffff0a;flex-shrink:0}.cart-item__info{display:flex;flex-direction:column;gap:.25rem}.cart-item__name{margin:0;font-size:.88rem;font-weight:600;color:#fff;line-height:1.3}.cart-item__price{margin:0;font-size:.85rem;font-weight:700;color:var(--orange)}.cart-item__remove{color:#ffffff59;margin-top:.2rem}.cart-item__remove:hover{color:#ffffffb3}.cart-footer{padding:1.25rem;border-top:1px solid var(--line);flex-shrink:0;display:flex;flex-direction:column;gap:.75rem}.cart-total-row{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;color:#fff}.cart-delivery-note{margin:0;font-size:.78rem;color:var(--muted)}.cart-checkout-btn{width:100%;justify-content:center;padding:.8rem 1.25rem;font-size:1rem}.checkout-overlay{align-items:flex-start;padding:2rem 1rem 3rem}.checkout-modal{position:relative;background:var(--ink-soft);border:1px solid var(--line);border-radius:var(--radius-lg);max-width:640px;width:100%;padding:2rem;box-shadow:var(--shadow-soft)}.checkout-modal__title{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.6rem;font-weight:500;color:#fff}.checkout-modal__lede{margin:0 0 1.25rem;font-size:.88rem;line-height:1.5;color:#ffffffa6}.checkout-hints{margin:0 0 1rem;font-size:.78rem;line-height:1.45;color:#ffffff8c}.checkout-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem}@media (max-width: 520px){.checkout-form__grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group--full{grid-column:1 / -1}.form-label{font-size:.82rem;font-weight:600;color:#ffffffb3;margin:0}.form-input{padding:.6rem .85rem;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;font-family:inherit;font-size:.92rem;outline:none;transition:border-color .15s}.form-input::placeholder{color:#ffffff4d}.form-input:focus{border-color:var(--gold)}.form-textarea{resize:vertical;min-height:80px}.payment-methods{display:flex;flex-wrap:wrap;gap:.65rem}.payment-option{display:flex;align-items:center;gap:.45rem;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;cursor:pointer;font-size:.88rem;color:#ffffffbf;transition:border-color .15s,background .15s}.payment-option input[type=radio]{accent-color:var(--gold)}.payment-option--selected{border-color:var(--gold);background:#f8c74f1a;color:#fff}.checkout-total-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-top:.5rem;border-top:1px solid var(--line);font-size:1.05rem;color:#fffc}.checkout-total-row strong{font-size:1.25rem;color:var(--orange)}.checkout-submit-btn{width:100%;justify-content:center;padding:.85rem 1.5rem;font-size:1rem}.checkout-success{padding:2rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.checkout-success__icon{color:#4caf50}.checkout-success h3{margin:0;font-size:1.5rem;color:#fff}.checkout-success p{margin:0;color:#ffffffbf;max-width:34ch}.checkout-success__sub{color:var(--gold)!important;font-size:.9rem}.why-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.why-card{background:#0a0c10e0;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .2s}.why-card:hover{border-color:#f8c74f59}.why-card__icon{display:flex;align-items:center;margin-bottom:.75rem;color:var(--gold)}.why-card__title{margin:0 0 .4rem;font-size:1rem;font-weight:700;color:#fff}.why-card__body{margin:0;font-size:.88rem;color:#ffffffc7;line-height:1.5}.site-footer__brand-col{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;max-width:36rem}.site-footer__brand-link{display:block;text-decoration:none;color:inherit}.site-footer__brand-link:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}.site-footer__info-block{display:flex;flex-direction:column;gap:.35rem;width:100%}.site-footer__info-row{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:#ffffff8c}.site-footer__info-row+.site-footer__info-row{margin-top:.35rem}.site-footer__links{list-style:none;margin:0;padding:0}.site-footer__links li+li{margin-top:.35rem}.site-footer__links .site-footer__link{font-size:.9rem;font-weight:500}
