:root{
  --bg:#070708;
  --panel:#101012;
  --panel-2:#171719;
  --text:#f6f0e7;
  --muted:#aaa197;
  --soft:#70685f;
  --line:rgba(255,255,255,.11);
  --accent:#d8c09a;
  --accent-2:#8c101b;
  --danger:#d45b5b;
  --success:#8dc7a1;
  --warning:#e0b45b;
  --radius:26px;
  --shadow:0 28px 90px rgba(0,0,0,.52);
  --font-display:'Agatho','Times New Roman',Times,Georgia,serif;
  --font-body:'Times New Roman',Times,Georgia,serif;
  --font-ui:'Times New Roman',Times,Georgia,serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.5;overflow-x:hidden;font-variant-ligatures:common-ligatures;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.noise{position:fixed;inset:0;pointer-events:none;z-index:50;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}
.site-header{position:fixed;top:16px;left:50%;transform:translateX(-50%);width:min(1160px,calc(100% - 32px));min-height:76px;z-index:40;display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;gap:18px;padding:10px 24px;border:1px solid rgba(246,240,231,.16);background:linear-gradient(180deg,rgba(11,11,12,.84),rgba(7,7,8,.64));backdrop-filter:blur(22px) saturate(130%);border-radius:34px;box-shadow:0 22px 80px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.07),inset 0 -1px 0 rgba(216,192,154,.08);overflow:hidden}.site-header:before{content:'';position:absolute;inset:1px;border-radius:33px;pointer-events:none;background:linear-gradient(90deg,rgba(216,192,154,.18),transparent 18%,transparent 82%,rgba(216,192,154,.16));opacity:.72}.site-header:after{content:'';position:absolute;left:24px;right:24px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(216,192,154,.34),transparent);opacity:.68}.brand{display:flex;align-items:center;line-height:1;position:relative;z-index:1;justify-self:start}.brand-logo{min-width:0;width:auto}.brand-logo img{width:auto;height:54px;max-width:214px;object-fit:contain;object-position:left center;filter:drop-shadow(0 12px 26px rgba(0,0,0,.46))}.brand small{display:none}.site-header nav{position:relative;z-index:1;justify-self:center;display:flex;align-items:center;justify-content:center;gap:5px;color:#d8d0c7;font-family:var(--font-ui);font-size:15px;letter-spacing:.01em;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);padding:6px;border-radius:999px;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 14px 42px rgba(0,0,0,.24)}.site-header nav a{opacity:.88;padding:10px 15px;border-radius:999px;white-space:nowrap;transition:.24s ease}.site-header nav a:hover{opacity:1;color:var(--text);background:rgba(216,192,154,.11)}.header-cta{display:none}
.hero-home{min-height:100svh;position:relative;display:flex;align-items:flex-end;padding:160px max(24px,calc((100vw - 1180px)/2)) 86px;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.08);opacity:.72}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 72% 36%,rgba(145,15,25,.25),transparent 32%),linear-gradient(90deg,#070708 0%,rgba(7,7,8,.86) 25%,rgba(7,7,8,.25) 63%,#070708 100%),linear-gradient(0deg,#070708 0%,transparent 42%)}.hero-content{position:relative;z-index:1;width:min(680px,100%);padding-bottom:30px}.eyebrow,.section-kicker,.panel-kicker{margin:0 0 14px;text-transform:uppercase;letter-spacing:.24em;color:var(--accent);font-family:var(--font-ui);font-size:13px;font-weight:800}.hero-content h1,.product-copy h1{font-family:var(--font-display);font-size:clamp(62px,10vw,138px);font-weight:400;line-height:.86;margin:0 0 22px;letter-spacing:-.065em}.hero-copy{font-size:clamp(17px,2vw,22px);color:#ded5c8;max-width:580px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{border:1px solid var(--line);border-radius:999px;padding:14px 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-family:var(--font-ui);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px;transition:.24s ease;background:transparent;color:var(--text)}.btn:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.25)}.btn.primary{background:#f3eadc;color:#09090a;border-color:#f3eadc}.btn.ghost{background:rgba(255,255,255,.05)}.btn.small{padding:13px 24px;font-size:11px;white-space:nowrap;min-width:104px}.btn.full{width:100%}.hero-meta{position:absolute;right:max(24px,calc((100vw - 1180px)/2));bottom:46px;z-index:1;display:flex;gap:10px;flex-wrap:wrap;max-width:520px;justify-content:flex-end}.hero-meta span{font-size:12px;color:#d8d0c7;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);border-radius:999px;padding:9px 12px;backdrop-filter:blur(10px)}
.catalog-main{padding-top:112px}.catalog-section{padding-top:0}.catalog-section.section{padding-top:28px}.catalog-section .section-head{margin-bottom:24px}
.section{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:66px 0}.section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:28px}.section-head h2,.story-section h2{font-family:var(--font-display);font-weight:400;font-size:clamp(42px,5vw,76px);line-height:.93;margin:0;letter-spacing:-.055em;max-width:660px}.section-head p{color:var(--muted);max-width:430px;margin:0;font-size:15px}.drop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.drop-card{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.drop-image{height:620px;position:relative;display:block;overflow:hidden}.drop-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.drop-card:hover .drop-image img{transform:scale(1.04)}.badge{position:absolute;left:18px;top:18px;background:rgba(8,8,9,.75);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);padding:9px 12px;border-radius:999px;font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.drop-body{padding:24px;display:flex;gap:18px;align-items:flex-end;justify-content:space-between}.drop-body .btn{flex:0 0 auto}.drop-body h3{margin:0 0 8px;font-family:var(--font-display);font-weight:400;font-size:40px;letter-spacing:-.045em;line-height:.95}.drop-body p{margin:0;color:var(--muted);font-size:14px}.drop-label{text-transform:uppercase;color:var(--accent)!important;font-family:var(--font-ui);font-weight:800;letter-spacing:.18em;font-size:12px!important;margin-bottom:10px!important}.price-row{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.price-row span{text-decoration:line-through;color:var(--soft);font-weight:700}.price-row strong{color:var(--accent);font-size:22px}.size-wrap{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:auto}.size-table{width:100%;border-collapse:collapse;min-width:560px}.size-table th,.size-table td{text-align:left;padding:22px 26px;border-bottom:1px solid rgba(255,255,255,.08)}.size-table th{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--accent)}.size-table td:first-child{font-weight:900;color:#fff}.order-info{padding-top:18px}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.steps div{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:24px}.steps span{font-family:var(--font-display);font-weight:600;font-size:42px;color:rgba(216,192,154,.5)}.steps h3{margin:8px 0 8px}.steps p{margin:0;color:var(--muted);font-size:14px}.site-footer{width:min(1180px,calc(100% - 36px));margin:18px auto 28px;border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;justify-content:space-between;gap:30px;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02))}.footer-logo{width:230px;height:auto;max-height:84px;object-fit:contain;object-position:left center;margin:0 0 14px;filter:drop-shadow(0 16px 38px rgba(0,0,0,.42))}.site-footer p{margin:0;color:var(--muted);max-width:520px}.footer-links{display:flex;gap:14px;align-items:center;color:var(--accent);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.1em}
.product-hero{min-height:100svh;display:grid;grid-template-columns:.85fr 1.15fr;gap:22px;align-items:stretch;padding:112px max(18px,calc((100vw - 1180px)/2)) 32px}.product-copy{display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 15% 20%,rgba(140,16,27,.32),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));padding:42px;min-height:660px}.product-copy p:not(.eyebrow){color:#ddd3c7;font-size:19px;max-width:520px}.product-price{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin:22px 0 28px}.product-price span{text-decoration:line-through;color:var(--soft);font-size:20px;font-weight:800}.product-price strong{font-size:38px;color:var(--accent)}.product-price small{color:var(--muted)}.product-visual{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);min-height:660px}.product-visual img{width:100%;height:100%;object-fit:cover}.story-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}.story-section p{color:#c9c0b5;font-size:17px;white-space:normal}.story-image{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.story-image img{width:100%;height:600px;object-fit:cover}.product-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start}.editorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.editorial-grid figure{margin:0;border-radius:22px;overflow:hidden;border:1px solid var(--line);background:var(--panel)}.editorial-grid figure.wide{grid-column:span 2}.editorial-grid img{width:100%;height:520px;object-fit:cover}.editorial-grid figure:not(.wide) img{height:420px}.order-panel{position:sticky;top:104px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.order-panel h2{font-family:var(--font-display);font-weight:400;font-size:44px;line-height:1;margin:0 0 16px;letter-spacing:-.04em}.includes{padding:0;margin:0 0 20px;list-style:none}.includes li{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#ded5ca}.includes li:before{content:'+';color:var(--accent);margin-right:8px}.mini-pricing{display:flex;justify-content:space-between;align-items:center;margin:10px 0;color:var(--muted)}.mini-pricing strong{color:#fff}.mini-pricing.original strong{text-decoration:line-through;color:var(--soft)}.mini-pricing.special strong{color:var(--accent);font-size:26px}.order-panel form{margin-top:24px}.order-panel label,.checkout-form label,.proof-form label{display:block;color:#ded5ca;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.11em;margin:15px 0 8px}.size-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.size-option{margin:0!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;min-height:72px;border:1px solid var(--line);border-radius:16px;cursor:pointer;background:rgba(255,255,255,.04)}.size-option input{display:none}.size-option span{font-size:18px;font-weight:900}.size-option small{font-size:10px;color:var(--muted);text-transform:none;letter-spacing:0}.size-option:has(input:checked){border-color:var(--accent);background:rgba(216,192,154,.15)}.size-option.sold{opacity:.42;cursor:not-allowed}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.06);color:var(--text);padding:15px 16px;outline:none}select option{background:#151515}.empty-state{min-height:80svh;display:grid;place-items:center;text-align:center;padding:100px 20px}.empty-state h1{font-family:var(--font-display);font-weight:400;font-size:70px;margin:0}.checkout-page,.payment-page{width:min(1180px,calc(100% - 36px));margin:0 auto;min-height:100svh;padding:132px 0 70px;display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}.checkout-form,.payment-main,.summary-card,.order-status{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.back-link{display:inline-flex;color:var(--accent);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.checkout-form h1,.payment-main h1{font-family:var(--font-display);font-weight:400;font-size:68px;letter-spacing:-.055em;line-height:.9;margin:0 0 10px}.checkout-form p{color:var(--muted);margin:0 0 26px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.full-field{grid-column:span 2}.alert,.success-alert{border:1px solid rgba(212,91,91,.35);background:rgba(212,91,91,.12);color:#ffd4d4;border-radius:16px;padding:14px 16px;margin:16px 0}.success-alert{border-color:rgba(141,199,161,.35);background:rgba(141,199,161,.12);color:#d7ffe2}.summary-card{position:sticky;top:104px}.summary-card img,.order-status img{width:100%;height:320px;object-fit:cover;border-radius:20px;border:1px solid var(--line);margin-bottom:20px}.summary-card h2,.order-status h2{font-family:var(--font-display);font-weight:400;font-size:44px;line-height:1;margin:0 0 8px;letter-spacing:-.04em}.summary-card p{color:var(--muted);margin:0 0 18px}.summary-card dl,.order-status dl{display:grid;grid-template-columns:1fr auto;gap:12px;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.summary-card dt,.order-status dt{color:var(--muted)}.summary-card dd,.order-status dd{margin:0;font-weight:900;text-align:right}.summary-card dd:last-child{color:var(--accent);font-size:24px}.order-pill{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:var(--accent);font-weight:900;letter-spacing:.12em;margin:4px 0 20px}.total-box{border-radius:22px;background:#f3eadc;color:#080808;padding:22px;margin:0 0 20px}.total-box span{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.total-box strong{font-size:44px;display:block;line-height:1}.total-box small{font-weight:800;color:#483f34}.qris-box{background:#fff;border-radius:24px;padding:16px;margin:0 0 20px}.qris-box img{width:min(420px,100%);margin:0 auto;border-radius:12px}.instruction{background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:20px;padding:20px;margin:0 0 18px}.instruction h3{margin:0 0 10px}.instruction ol{margin:0;padding-left:18px;color:#cfc6ba}.proof-form{margin-top:12px}.status{display:inline-flex;border-radius:999px;padding:7px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#ded5c8}.status.paid,.status.completed{color:#c8f6d6;border-color:rgba(141,199,161,.35);background:rgba(141,199,161,.12)}.status.waiting_confirmation,.status.processing,.status.packed{color:#ffe1aa;border-color:rgba(224,180,91,.35);background:rgba(224,180,91,.12)}.status.rejected,.status.cancelled,.status.expired{color:#ffd1d1;border-color:rgba(212,91,91,.35);background:rgba(212,91,91,.12)}.timeline{margin-top:22px;display:grid;gap:10px}.timeline span{position:relative;padding-left:26px;color:var(--soft);font-size:13px}.timeline span:before{content:'';position:absolute;left:0;top:3px;width:13px;height:13px;border-radius:50%;border:1px solid var(--line);background:#0a0a0a}.timeline span.active{color:#fff}.timeline span.active:before{background:var(--accent);border-color:var(--accent)}
@media (max-width:920px){.catalog-main{padding-top:110px}.catalog-section{padding-top:0}.catalog-section.section{padding-top:20px}.site-header{top:10px;width:calc(100% - 18px);min-height:auto;grid-template-columns:1fr;justify-items:center;gap:8px;padding:10px 12px 11px;border-radius:26px}.site-header:before{border-radius:25px}.site-header:after{left:16px;right:16px}.brand-logo{min-width:0}.brand-logo img{height:39px;max-width:170px;object-position:center}.brand small{display:none}.site-header nav{display:flex;max-width:100%;overflow-x:auto;scrollbar-width:none;font-size:12px;gap:4px;padding:5px}.site-header nav::-webkit-scrollbar{display:none}.site-header nav a{padding:8px 10px}.header-cta{display:none}.hero-home{min-height:96svh;padding:120px 18px 62px}.hero-content h1,.product-copy h1{font-size:72px}.hero-meta{position:relative;right:auto;bottom:auto;margin-top:14px;justify-content:flex-start}.section{width:calc(100% - 30px);padding:42px 0}.section-head{display:block}.section-head h2,.story-section h2{font-size:48px}.section-head p{margin-top:14px}.drop-grid,.steps,.story-section,.product-layout,.checkout-page,.payment-page{grid-template-columns:1fr}.drop-image{height:480px}.drop-body{display:block}.price-row{align-items:flex-start;margin:18px 0}.steps{gap:10px}.site-footer{display:block;width:calc(100% - 30px)}.footer-links{margin-top:20px;flex-wrap:wrap}.product-hero{grid-template-columns:1fr;padding:92px 15px 28px}.product-copy,.product-visual{min-height:auto}.product-copy{padding:28px}.product-visual{height:520px}.story-image img{height:460px}.order-panel,.summary-card{position:static}.editorial-grid{grid-template-columns:1fr}.editorial-grid figure.wide{grid-column:span 1}.editorial-grid img,.editorial-grid figure:not(.wide) img{height:440px}.checkout-page,.payment-page{width:calc(100% - 30px);padding-top:105px}.form-grid{grid-template-columns:1fr}.full-field{grid-column:span 1}.checkout-form h1,.payment-main h1{font-size:52px}.summary-card img,.order-status img{height:260px}.size-options{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:560px){.catalog-main{padding-top:104px}.catalog-section{padding-top:0}.catalog-section.section{padding-top:16px}.site-header{min-height:auto;padding:9px 9px 10px}.brand-logo img{height:34px;max-width:150px}.site-header nav{font-size:11px;gap:3px}.site-header nav a{padding:7px 8px}.header-cta{display:none}.hero-content h1,.product-copy h1{font-size:58px}.hero-copy{font-size:16px}.btn{width:100%;padding:14px 16px}.hero-actions{gap:10px}.drop-image{height:390px}.drop-body{padding:18px}.drop-body h3{font-size:32px}.product-visual{height:430px}.section-head h2,.story-section h2{font-size:40px}.story-image img{height:370px}.editorial-grid img,.editorial-grid figure:not(.wide) img{height:360px}.checkout-form,.payment-main,.summary-card,.order-status{padding:20px}.total-box strong{font-size:34px}.footer-logo{width:188px;max-height:66px}.size-table th,.size-table td{padding:16px}}

/* Indonesian catalogue refinement */
.drop-body > div:first-child{min-width:0;flex:1 1 auto}.drop-body .one-line-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:clamp(30px,2.45vw,38px);letter-spacing:-.052em}.drop-body .btn.small{min-width:112px;padding:13px 18px;border-color:rgba(216,192,154,.22);background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.drop-body .btn.small:hover{background:#f3eadc;color:#09090a;border-color:#f3eadc}.price-row{flex:0 0 auto}.catalog-section .section-head h2{max-width:760px}.product-copy h1,.order-panel h2,.summary-card h2,.order-status h2{word-break:normal}.product-copy .eyebrow{max-width:100%;line-height:1.35}.size-table th{text-transform:none;font-size:13px}.order-info .steps h3{font-family:var(--font-display);font-weight:500;font-size:25px;letter-spacing:-.025em}

@media (max-width:1100px){.drop-body{display:grid;grid-template-columns:1fr auto;align-items:end}.drop-body .btn.small{grid-column:1 / -1;width:max-content;margin-top:12px}.drop-body .one-line-title{font-size:34px}}
@media (max-width:920px){.drop-body .one-line-title{white-space:normal;overflow:visible;text-overflow:clip}.drop-body{display:block}.drop-body .btn.small{width:100%;margin-top:14px}.price-row{margin:14px 0 0}}


/* Size guide compact premium refinement */
.catalog-main .section{padding-top:48px;padding-bottom:48px}.catalog-main .catalog-section{padding-top:24px}.catalog-main .section-head{margin-bottom:22px}.size-section{padding-top:40px!important;padding-bottom:38px!important}.size-section .section-kicker{margin-bottom:10px}.size-head{align-items:center;margin-bottom:20px!important}.size-head h2{max-width:720px;font-size:clamp(42px,4.7vw,66px);line-height:.92}.size-note{width:min(420px,100%);border:1px solid rgba(216,192,154,.18);background:linear-gradient(135deg,rgba(216,192,154,.08),rgba(255,255,255,.025));border-radius:22px;padding:18px 20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.size-note span{display:inline-flex;margin-bottom:8px;color:var(--accent);font-family:var(--font-ui);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.size-note p{margin:0!important;max-width:none!important;color:#d7cec0;font-size:15px;line-height:1.55}.size-wrap{position:relative;overflow:hidden;border-color:rgba(216,192,154,.16);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.022));box-shadow:0 22px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.055)}.size-wrap:before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 0%,rgba(216,192,154,.12),transparent 30%),linear-gradient(90deg,transparent,rgba(216,192,154,.04),transparent);opacity:.8}.size-table{position:relative;z-index:1;min-width:0}.size-table th{padding:20px 28px;background:rgba(255,255,255,.025);font-family:var(--font-ui);font-size:12px!important;font-weight:900;text-transform:uppercase!important;letter-spacing:.2em!important}.size-table td{padding:21px 28px;font-size:17px;color:#efe7dc}.size-table tbody tr{transition:.22s ease}.size-table tbody tr:hover{background:rgba(216,192,154,.045)}.size-table tbody tr:last-child td{border-bottom:0}.size-table td:first-child{font-size:18px;color:#fff;font-weight:900;letter-spacing:.06em}.order-info{padding-top:38px!important}

@media (max-width:920px){.catalog-main .section{padding-top:34px;padding-bottom:34px}.size-section{padding-top:30px!important;padding-bottom:28px!important}.size-head{display:grid!important;gap:16px}.size-head h2{font-size:clamp(38px,10vw,54px);max-width:100%}.size-note{width:100%;padding:16px 18px}.size-note p{font-size:14px}.size-table th,.size-table td{padding:18px 20px}}

@media (max-width:680px){.size-section{padding-top:26px!important;padding-bottom:24px!important}.size-head{margin-bottom:14px!important}.size-head h2{font-size:42px}.size-wrap{background:transparent;border:0;box-shadow:none;border-radius:0;overflow:visible}.size-wrap:before{display:none}.size-table{display:block;width:100%;min-width:0;border-collapse:separate;border-spacing:0}.size-table thead{display:none}.size-table tbody{display:grid;gap:10px}.size-table tr{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:13px;border:1px solid rgba(216,192,154,.16);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.055)}.size-table td{display:block;border:0!important;padding:0!important;font-size:15px;text-align:center;color:#f2eadf}.size-table td:first-child{grid-column:1 / -1;text-align:left;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)!important;padding-bottom:10px!important;margin-bottom:2px;font-size:18px}.size-table td:first-child:before{content:'Ukuran';font-family:var(--font-ui);font-size:10px;color:var(--accent);text-transform:uppercase;letter-spacing:.18em}.size-table td:not(:first-child):before{content:attr(data-label);display:block;margin-bottom:4px;font-family:var(--font-ui);font-size:10px;font-weight:900;color:var(--accent);letter-spacing:.14em;text-transform:uppercase}.order-info{padding-top:28px!important}}

@media (max-width:420px){.size-head h2{font-size:36px}.size-note{border-radius:18px}.size-table tr{grid-template-columns:1fr;gap:10px}.size-table td{text-align:left}.size-table td:not(:first-child){display:flex;justify-content:space-between;align-items:center;padding:7px 0!important;border-bottom:1px solid rgba(255,255,255,.06)!important}.size-table td:not(:first-child):before{margin:0}.size-table td:last-child{border-bottom:0!important}}

/* QRIS unique-code order flow refinement */
.order-flow{padding-top:34px!important;padding-bottom:40px!important}
.order-flow .order-head{align-items:stretch;gap:26px;margin-bottom:18px!important}
.order-flow .order-head>div:first-child{flex:1 1 auto;min-width:0}
.order-flow .order-head h2{max-width:760px;font-size:clamp(42px,4.8vw,72px);line-height:.92;letter-spacing:-.055em}
.order-flow .order-lead{max-width:610px!important;margin-top:16px!important;color:#d7cec0!important;font-size:16px!important;line-height:1.65!important}
.unique-preview{flex:0 0 min(360px,100%);align-self:end;border:1px solid rgba(216,192,154,.2);border-radius:26px;padding:22px 24px;background:radial-gradient(circle at 16% 4%,rgba(216,192,154,.17),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.022));box-shadow:0 24px 70px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.07)}
.unique-preview span{display:block;color:var(--accent);font-family:var(--font-ui);font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;margin-bottom:8px}
.unique-preview strong{display:block;font-family:var(--font-display);font-weight:500;font-size:44px;line-height:1;color:#fff;letter-spacing:-.04em}
.unique-preview small{display:block;margin-top:10px;color:#cfc5b7;font-size:13px;line-height:1.45}
.order-steps{gap:14px;margin-top:12px}
.order-steps div{position:relative;overflow:hidden;min-height:230px;padding:28px 26px 24px;border-radius:26px;border-color:rgba(216,192,154,.16);background:linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.024));box-shadow:inset 0 1px 0 rgba(255,255,255,.055)}
.order-steps div:before{content:'';position:absolute;inset:auto -30% -45% -30%;height:120px;background:radial-gradient(circle,rgba(216,192,154,.13),transparent 60%);opacity:.75;pointer-events:none}
.order-steps span{display:block;font-family:var(--font-display);font-size:54px;line-height:.9;color:rgba(216,192,154,.6);letter-spacing:-.045em;margin-bottom:28px}
.order-steps h3{position:relative;margin:0 0 10px!important;font-size:30px!important;line-height:1;letter-spacing:-.035em}
.order-steps p{position:relative;color:#d1c7ba!important;font-size:15px!important;line-height:1.55!important}
.order-note{margin-top:16px;border:1px solid rgba(216,192,154,.16);border-radius:22px;padding:17px 20px;background:linear-gradient(90deg,rgba(216,192,154,.08),rgba(255,255,255,.025));color:#d8cfc2;font-size:14px;line-height:1.65}
.order-note b{color:#f5ead8}
.summary-note{margin:16px 0 0!important;padding:14px 15px;border:1px solid rgba(216,192,154,.16);border-radius:16px;background:rgba(216,192,154,.07);color:#d8cfc2!important;font-size:13px!important;line-height:1.55!important}
.unique-total{background:linear-gradient(135deg,#f5ecdf,#d7be98);position:relative;overflow:hidden}
.unique-total:before{content:'';position:absolute;right:-36px;top:-36px;width:140px;height:140px;border-radius:999px;background:rgba(255,255,255,.35);filter:blur(26px)}
.unique-total>*{position:relative;z-index:1}
.unique-total small{color:#51483e!important}
.payment-breakdown{display:grid;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(10,10,10,.15)}
.payment-breakdown div{display:flex;justify-content:space-between;gap:16px;align-items:center;color:#312c25;font-family:var(--font-ui);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.payment-breakdown em{font-style:normal;color:#09090a;font-family:var(--font-display);font-size:22px;letter-spacing:-.025em;text-transform:none}

@media (max-width:920px){
  .order-flow{padding-top:30px!important;padding-bottom:32px!important}
  .order-flow .order-head{display:grid!important;gap:16px;margin-bottom:16px!important}
  .unique-preview{width:100%;align-self:auto;padding:20px;border-radius:22px}
  .unique-preview strong{font-size:38px}
  .order-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}
  .order-steps div{min-height:0;padding:23px 22px}
  .order-steps span{font-size:46px;margin-bottom:20px}
  .order-steps h3{font-size:28px!important}
}

@media (max-width:620px){
  .order-flow{padding-top:24px!important;padding-bottom:26px!important}
  .order-flow .order-head h2{font-size:41px;line-height:.95}
  .order-flow .order-lead{font-size:14px!important;line-height:1.6!important;margin-top:12px!important}
  .unique-preview{padding:18px;border-radius:20px}
  .unique-preview strong{font-size:34px}
  .unique-preview small{font-size:12px}
  .order-steps{grid-template-columns:1fr!important;gap:10px}
  .order-steps div{padding:20px;border-radius:22px;display:grid;grid-template-columns:auto 1fr;column-gap:16px;align-items:start}
  .order-steps span{font-size:42px;margin:0;grid-row:span 2;min-width:58px}
  .order-steps h3{font-size:25px!important;margin:2px 0 7px!important}
  .order-steps p{font-size:14px!important}
  .order-note{font-size:13px;padding:15px 16px;border-radius:18px}
  .payment-breakdown em{font-size:20px}
}

@media (max-width:420px){
  .order-flow .order-head h2{font-size:36px}
  .order-steps div{grid-template-columns:1fr;gap:8px}
  .order-steps span{min-width:0;margin-bottom:4px}
}

/* Public-ready order section: cleaner copy, no sample payment box */
.order-flow{padding-top:30px!important;padding-bottom:34px!important}
.order-flow .order-head{display:block!important;margin-bottom:18px!important;max-width:920px}
.order-flow .order-head h2{max-width:760px;font-size:clamp(40px,4.6vw,68px);line-height:.92;letter-spacing:-.055em}
.order-flow .order-lead{max-width:720px!important;margin-top:14px!important;color:#d9d0c4!important;font-size:17px!important;line-height:1.62!important}
.order-flow .unique-preview{display:none!important}
.order-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px}
.order-steps div{min-height:210px;padding:26px 24px 23px;border-radius:26px;border-color:rgba(216,192,154,.17);background:radial-gradient(circle at 20% 0%,rgba(216,192,154,.10),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.064),rgba(255,255,255,.024));box-shadow:0 18px 54px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.055)}
.order-steps span{font-size:48px;margin-bottom:24px;color:rgba(216,192,154,.62)}
.order-steps h3{font-size:28px!important;margin-bottom:9px!important}
.order-steps p{font-size:15px!important;line-height:1.55!important;color:#d5cbbd!important}
.order-note{margin-top:14px;border:1px solid rgba(216,192,154,.17);border-radius:22px;padding:16px 18px;background:linear-gradient(90deg,rgba(216,192,154,.075),rgba(255,255,255,.022));color:#d9d0c4;font-size:14px;line-height:1.6}
.order-note b{color:#f5ead8}

@media (max-width:920px){
  .order-flow{padding-top:28px!important;padding-bottom:30px!important}
  .order-flow .order-head{max-width:100%}
  .order-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}
  .order-steps div{min-height:0;padding:23px 22px}
  .order-steps span{font-size:44px;margin-bottom:18px}
}
@media (max-width:620px){
  .order-flow{padding-top:22px!important;padding-bottom:24px!important}
  .order-flow .order-head h2{font-size:39px;line-height:.96}
  .order-flow .order-lead{font-size:14px!important;line-height:1.6!important;margin-top:11px!important}
  .order-steps{grid-template-columns:1fr!important;gap:10px}
  .order-steps div{padding:18px;border-radius:22px;display:grid;grid-template-columns:auto 1fr;column-gap:15px;align-items:start}
  .order-steps span{font-size:40px;margin:0;grid-row:span 2;min-width:54px}
  .order-steps h3{font-size:24px!important;margin:1px 0 6px!important}
  .order-steps p{font-size:14px!important}
  .order-note{font-size:13px;padding:14px 15px;border-radius:18px}
}
@media (max-width:420px){
  .order-flow .order-head h2{font-size:34px}
  .order-steps div{grid-template-columns:1fr;gap:7px}
  .order-steps span{min-width:0;margin-bottom:3px}
}

/* Public footer premium social-icon refinement */
.public-footer{
  position:relative;
  overflow:hidden;
  align-items:center;
  margin-top:30px;
  margin-bottom:26px;
  padding:34px 36px;
  border-color:rgba(216,192,154,.18);
  background:
    radial-gradient(circle at 12% 0%,rgba(216,192,154,.12),transparent 34%),
    radial-gradient(circle at 92% 0%,rgba(255,255,255,.08),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:0 26px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.06);
}
.public-footer:before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(216,192,154,.06),transparent);
  opacity:.7;
}
.footer-brand{position:relative;z-index:1;max-width:620px}
.public-footer .footer-logo{
  width:230px;
  max-height:78px;
  margin-bottom:18px;
}
.public-footer p{
  max-width:560px;
  color:#c8beb1;
  font-size:16px;
  line-height:1.65;
}
.footer-socials{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex:0 0 auto;
}
.social-icon{
  width:54px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(216,192,154,.18);
  color:var(--accent);
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.024));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 36px rgba(0,0,0,.26);
  transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease;
}
.social-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.social-icon:hover{
  transform:translateY(-2px);
  color:#09090a;
  border-color:#f3eadc;
  background:#f3eadc;
}
@media (max-width:920px){
  .public-footer{
    display:grid!important;
    grid-template-columns:1fr;
    gap:22px;
    padding:28px 24px;
    margin-top:22px;
    justify-items:center;
    text-align:center;
  }
  .footer-brand{
    max-width:560px;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  .public-footer .footer-logo{width:205px;max-height:72px;margin:0 auto 14px;object-position:center}
  .public-footer p{font-size:15px;line-height:1.62;margin:0 auto}
  .footer-socials{justify-content:center;margin-top:0;width:100%}
  .social-icon{width:50px;height:50px}
}
@media (max-width:560px){
  .public-footer{
    width:calc(100% - 24px);
    border-radius:24px;
    padding:24px 20px;
    margin-top:18px;
    margin-bottom:22px;
    gap:18px;
  }
  .footer-brand{max-width:100%}
  .public-footer .footer-logo{width:180px;max-height:64px}
  .public-footer p{font-size:14px}
  .footer-socials{gap:10px}
  .social-icon{width:48px;height:48px}
  .social-icon svg{width:20px;height:20px}
}

/* === v2.3.0 Exclusive header + mobile sidebar === */
.nav-toggle{position:fixed;opacity:0;pointer-events:none;inline-size:1px;block-size:1px;overflow:hidden}
.site-header{width:min(1088px,calc(100% - 44px))!important;min-height:70px!important;grid-template-columns:auto 1fr!important;padding:10px 18px 10px 24px!important;border-radius:30px!important;background:linear-gradient(180deg,rgba(22,21,20,.82),rgba(8,8,9,.68))!important;border-color:rgba(230,210,178,.18)!important;box-shadow:0 20px 80px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(217,191,146,.10)!important}
.site-header:before{border-radius:29px!important;background:radial-gradient(circle at 12% 0%,rgba(255,248,230,.13),transparent 34%),linear-gradient(90deg,rgba(216,192,154,.18),transparent 22%,transparent 74%,rgba(216,192,154,.12))!important;opacity:.9!important}
.site-header:after{left:24px!important;right:24px!important;background:linear-gradient(90deg,transparent,rgba(231,211,177,.42),transparent)!important}
.site-header .brand{z-index:3}.site-header .brand-logo img{height:48px!important;max-width:190px!important;filter:drop-shadow(0 12px 28px rgba(0,0,0,.55))!important}
.site-header .desktop-nav{justify-self:end!important;display:flex!important;align-items:center!important;gap:4px!important;padding:5px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:999px!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 16px 50px rgba(0,0,0,.26)!important}
.site-header .desktop-nav a{font-size:14px!important;letter-spacing:.02em!important;padding:10px 17px!important;color:rgba(246,240,231,.78)!important;opacity:1!important;border:1px solid transparent!important}
.site-header .desktop-nav a:hover{color:#fff8ec!important;background:rgba(216,192,154,.12)!important;border-color:rgba(216,192,154,.16)!important}
.menu-trigger{display:none;position:relative;z-index:3;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid rgba(230,210,178,.18);background:rgba(255,255,255,.045);color:#f6f0e7;font-family:var(--font-ui);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.menu-trigger i,.menu-trigger i:before,.menu-trigger i:after{display:block;width:18px;height:1px;background:currentColor;border-radius:99px;content:'';transition:.28s ease}.menu-trigger i{position:relative}.menu-trigger i:before{position:absolute;top:-6px;right:0}.menu-trigger i:after{position:absolute;top:6px;right:0;width:12px}
.mobile-backdrop{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.56);backdrop-filter:blur(10px);opacity:0;pointer-events:none;transition:.28s ease}.mobile-sidebar{position:fixed;z-index:80;top:12px;right:12px;bottom:12px;width:min(390px,calc(100vw - 24px));padding:20px;border:1px solid rgba(230,210,178,.18);border-radius:28px;background:linear-gradient(180deg,rgba(18,17,17,.96),rgba(7,7,8,.96));box-shadow:-30px 0 90px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.08);transform:translateX(calc(100% + 24px));transition:transform .34s cubic-bezier(.22,.9,.25,1);overflow:hidden}.mobile-sidebar:before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 24% 0%,rgba(216,192,154,.14),transparent 38%),radial-gradient(circle at 100% 100%,rgba(255,255,255,.07),transparent 32%)}
.nav-toggle:checked ~ .mobile-backdrop{opacity:1;pointer-events:auto}.nav-toggle:checked ~ .mobile-sidebar{transform:translateX(0)}.nav-toggle:checked ~ .site-header .menu-trigger i{background:transparent}.nav-toggle:checked ~ .site-header .menu-trigger i:before{top:0;transform:rotate(45deg)}.nav-toggle:checked ~ .site-header .menu-trigger i:after{top:0;width:18px;transform:rotate(-45deg)}
.drawer-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}.drawer-head img{height:46px;width:auto;max-width:180px}.drawer-head label{font-family:var(--font-ui);font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(246,240,231,.78);border:1px solid rgba(255,255,255,.10);border-radius:999px;padding:9px 12px;background:rgba(255,255,255,.04);cursor:pointer}.mobile-sidebar nav{position:relative;z-index:1;display:grid;gap:10px;margin-top:22px}.mobile-sidebar nav a{display:flex;align-items:center;justify-content:space-between;padding:18px 16px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.035);font-family:var(--font-display);font-size:24px;color:#f6f0e7}.mobile-sidebar nav a:after{content:'→';font-family:var(--font-ui);font-size:15px;color:rgba(216,192,154,.82)}.mobile-sidebar p{position:absolute;z-index:1;left:20px;right:20px;bottom:20px;margin:0;padding:16px;border:1px solid rgba(216,192,154,.13);border-radius:18px;background:rgba(216,192,154,.06);color:rgba(246,240,231,.72);font-size:14px;line-height:1.6}
@media (max-width:920px){.catalog-main{padding-top:92px!important}.site-header{top:10px!important;width:calc(100% - 22px)!important;min-height:62px!important;display:grid!important;grid-template-columns:1fr auto!important;justify-items:stretch!important;gap:12px!important;padding:9px 10px 9px 16px!important;border-radius:24px!important}.site-header:before{border-radius:23px!important}.site-header .brand{justify-self:start!important}.site-header .brand-logo img{height:36px!important;max-width:168px!important;object-position:left center!important}.site-header .desktop-nav{display:none!important}.menu-trigger{display:inline-flex!important;justify-self:end}.catalog-section.section{padding-top:12px!important}}
@media (max-width:560px){.catalog-main{padding-top:84px!important}.site-header{width:calc(100% - 16px)!important;top:8px!important;min-height:58px!important;padding:8px 8px 8px 14px!important;border-radius:22px!important}.site-header .brand-logo img{height:31px!important;max-width:148px!important}.menu-trigger{padding:9px 11px;font-size:10px;letter-spacing:.10em}.menu-trigger span{display:none}.menu-trigger i{width:20px}.menu-trigger i:before{top:-6px}.menu-trigger i:after{top:6px;width:14px}.mobile-sidebar{top:8px;right:8px;bottom:8px;width:calc(100vw - 16px);border-radius:24px;padding:18px}.drawer-head img{height:38px}.mobile-sidebar nav a{font-size:22px;padding:17px 15px}.mobile-sidebar p{left:18px;right:18px;bottom:18px}.catalog-section.section{padding-top:8px!important}}


/* === v2.4.0 Header width alignment + refined mobile drawer === */
.site-header{
  width:min(1180px,calc(100% - 36px))!important;
  min-height:68px!important;
  padding:10px 18px 10px 22px!important;
  grid-template-columns:1fr auto!important;
  border-radius:30px!important;
}
.site-header .brand-logo img{height:44px!important;max-width:186px!important}
.site-header .desktop-nav{justify-self:end!important;margin-right:0!important}
.site-header .desktop-nav a{padding:10px 18px!important}

.mobile-backdrop{
  background:rgba(0,0,0,.64)!important;
  backdrop-filter:blur(14px) saturate(110%)!important;
}
.mobile-sidebar{
  display:flex!important;
  flex-direction:column!important;
  top:10px!important;
  right:10px!important;
  bottom:10px!important;
  width:min(390px,calc(100vw - 28px))!important;
  padding:18px!important;
  border-radius:30px!important;
  border-color:rgba(230,210,178,.22)!important;
  background:
    radial-gradient(circle at 18% 0%,rgba(230,210,178,.15),transparent 36%),
    radial-gradient(circle at 95% 82%,rgba(255,255,255,.08),transparent 34%),
    linear-gradient(180deg,rgba(24,23,22,.98),rgba(7,7,8,.985))!important;
  box-shadow:-34px 0 110px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(216,192,154,.10)!important;
}
.mobile-sidebar:after{
  content:'';
  position:absolute;
  left:18px;
  right:18px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,192,154,.38),transparent);
  pointer-events:none;
}
.drawer-head{
  flex:0 0 auto!important;
  padding:2px 0 18px!important;
  border-bottom:1px solid rgba(216,192,154,.13)!important;
}
.drawer-head img{height:36px!important;max-width:174px!important;filter:drop-shadow(0 14px 34px rgba(0,0,0,.48))!important}
.drawer-head label{
  padding:10px 13px!important;
  min-width:72px;
  text-align:center;
  border-color:rgba(216,192,154,.18)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  color:#f7efe2!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.mobile-sidebar nav{
  flex:0 0 auto!important;
  margin-top:18px!important;
  gap:10px!important;
}
.mobile-sidebar nav:before{
  content:'Menu Merch';
  display:block;
  margin:0 0 2px;
  color:var(--accent);
  font-family:var(--font-ui);
  font-size:10px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.mobile-sidebar nav a{
  min-height:76px;
  padding:16px 17px!important;
  border-radius:20px!important;
  border-color:rgba(230,210,178,.13)!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.026))!important;
  font-size:23px!important;
  letter-spacing:-.025em!important;
  box-shadow:0 14px 46px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.055)!important;
  transition:.24s ease!important;
}
.mobile-sidebar nav a:hover,
.mobile-sidebar nav a:focus-visible{
  transform:translateX(-3px);
  border-color:rgba(216,192,154,.28)!important;
  background:linear-gradient(135deg,rgba(216,192,154,.11),rgba(255,255,255,.035))!important;
}
.mobile-sidebar nav a:after{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(216,192,154,.18);
  background:rgba(216,192,154,.055);
  font-size:14px!important;
}
.mobile-sidebar p{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  margin:auto 0 0!important;
  padding:18px!important;
  border-radius:22px!important;
  border-color:rgba(216,192,154,.17)!important;
  background:
    radial-gradient(circle at 10% 0%,rgba(216,192,154,.12),transparent 40%),
    linear-gradient(135deg,rgba(216,192,154,.075),rgba(255,255,255,.025))!important;
  color:#d8cfc2!important;
  font-size:14px!important;
  line-height:1.62!important;
}
.menu-trigger{
  width:54px!important;
  height:42px!important;
  justify-content:center!important;
  padding:0!important;
  border-color:rgba(216,192,154,.22)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.032))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 12px 34px rgba(0,0,0,.24)!important;
}
.menu-trigger i,.menu-trigger i:before,.menu-trigger i:after{height:2px!important;width:22px!important}
.menu-trigger i:after{width:16px!important}

@media (max-width:920px){
  .site-header{width:calc(100% - 24px)!important;min-height:62px!important;padding:9px 10px 9px 16px!important;border-radius:24px!important}
  .site-header .brand-logo img{height:35px!important;max-width:160px!important}
}
@media (max-width:560px){
  .site-header{width:calc(100% - 18px)!important;top:8px!important;min-height:58px!important;padding:8px 9px 8px 14px!important;border-radius:23px!important}
  .site-header .brand-logo img{height:31px!important;max-width:146px!important}
  .mobile-sidebar{top:8px!important;right:8px!important;bottom:8px!important;width:min(368px,calc(100vw - 18px))!important;padding:16px!important;border-radius:26px!important}
  .drawer-head{padding-bottom:16px!important}
  .drawer-head img{height:34px!important;max-width:158px!important}
  .drawer-head label{min-width:64px;padding:9px 11px!important;font-size:10px!important}
  .mobile-sidebar nav{margin-top:16px!important;gap:9px!important}
  .mobile-sidebar nav a{min-height:70px;font-size:21px!important;padding:15px 15px!important;border-radius:18px!important}
  .mobile-sidebar nav a:after{width:31px;height:31px}
  .mobile-sidebar p{padding:15px!important;border-radius:18px!important;font-size:13px!important}
  .menu-trigger{width:50px!important;height:40px!important}
}
@media (max-width:380px){
  .mobile-sidebar nav a{font-size:20px!important;min-height:66px}
  .drawer-head img{height:31px!important;max-width:146px!important}
  .mobile-sidebar p{font-size:12.5px!important}
}

/* === v3.0.0 Product detail commercial polish === */
.product-detail-main{
  padding-top:0;
}
.product-detail-main .site-header + &{}
.product-hero.product-hero-refined{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  min-height:auto!important;
  padding:112px 0 34px!important;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)!important;
  gap:20px!important;
  align-items:stretch!important;
}
.product-hero-refined .product-copy{
  min-height:560px!important;
  padding:38px!important;
  border-radius:30px!important;
  justify-content:flex-end!important;
  background:
    radial-gradient(circle at 10% 16%,rgba(140,16,27,.36),transparent 34%),
    radial-gradient(circle at 92% 0%,rgba(216,192,154,.10),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.024))!important;
  box-shadow:0 32px 92px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.product-hero-refined .product-copy .eyebrow{margin-bottom:18px!important;font-size:11px!important;letter-spacing:.24em!important}
.product-hero-refined .product-copy h1{
  font-size:clamp(56px,6.6vw,104px)!important;
  line-height:.88!important;
  max-width:600px;
  margin-bottom:18px!important;
  letter-spacing:-.066em!important;
}
.hero-product-lead{
  max-width:520px!important;
  margin:0!important;
  font-size:18px!important;
  line-height:1.6!important;
  color:#d8cfc4!important;
}
.product-inclusions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:22px 0 6px;
}
.product-inclusions span{
  border:1px solid rgba(216,192,154,.15);
  border-radius:999px;
  padding:8px 12px;
  color:#d8c09a;
  background:rgba(216,192,154,.055);
  font-family:var(--font-ui);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.product-hero-refined .product-price{margin:24px 0 24px!important}
.product-hero-refined .product-price span{font-size:18px!important;color:#82786d!important}
.product-hero-refined .product-price strong{font-size:36px!important;color:#e4cda8!important}
.product-hero-refined .product-visual{
  min-height:560px!important;
  border-radius:30px!important;
  box-shadow:0 30px 90px rgba(0,0,0,.42)!important;
}
.product-hero-refined .product-visual img{
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.95) contrast(1.04);
}
.product-story-section{
  padding-top:46px!important;
  padding-bottom:44px!important;
  grid-template-columns:.94fr 1.06fr!important;
  gap:28px!important;
}
.product-story-section .story-copy{
  padding:8px 0;
}
.product-story-section h2{
  font-size:clamp(40px,4.1vw,66px)!important;
  max-width:650px!important;
  margin-bottom:18px!important;
}
.product-story-section p{
  max-width:620px;
  color:#cfc5b9!important;
  line-height:1.7!important;
  font-size:17px!important;
}
.story-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}
.story-tags span{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  color:#d9c5a3;
  border-radius:999px;
  padding:8px 12px;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  font-family:var(--font-ui);
}
.product-story-section .story-image{
  border-radius:28px!important;
  box-shadow:0 28px 86px rgba(0,0,0,.42);
}
.product-story-section .story-image img{
  height:520px!important;
  object-position:center;
}
.product-buy-section{
  padding-top:44px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,420px)!important;
  gap:24px!important;
  align-items:start!important;
}
.product-buy-section .editorial-grid{
  gap:16px!important;
}
.product-buy-section .editorial-grid figure{
  border-radius:24px!important;
  background:#0c0c0d!important;
  box-shadow:0 22px 70px rgba(0,0,0,.34);
}
.product-buy-section .editorial-grid img{
  height:500px!important;
  filter:saturate(.96) contrast(1.03);
}
.product-buy-section .editorial-grid figure:not(.wide) img{
  height:390px!important;
}
.order-panel{
  position:relative!important;
  top:auto!important;
}
.product-buy-section .order-panel{
  border-radius:28px!important;
  padding:26px!important;
  background:
    radial-gradient(circle at 82% 0%,rgba(216,192,154,.12),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.026))!important;
  border-color:rgba(230,210,178,.15)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.product-buy-section .order-panel .panel-kicker{
  font-size:10px!important;
  letter-spacing:.22em!important;
  margin-bottom:10px!important;
}
.product-buy-section .order-panel h2{
  font-size:clamp(36px,3vw,48px)!important;
  line-height:.95!important;
  margin-bottom:12px!important;
  letter-spacing:-.055em!important;
}
.panel-desc{
  margin:0 0 18px;
  color:#c8beb2;
  font-size:15px;
  line-height:1.62;
}
.product-buy-section .includes{
  border:1px solid rgba(255,255,255,.075);
  border-radius:18px;
  overflow:hidden;
  background:rgba(0,0,0,.12);
  margin-bottom:18px!important;
}
.product-buy-section .includes li{
  padding:12px 14px!important;
  font-size:14px;
  border-bottom:1px solid rgba(255,255,255,.065)!important;
}
.product-buy-section .includes li:last-child{border-bottom:0!important}
.price-stack{
  display:grid;
  gap:8px;
  margin:14px 0 20px;
}
.price-stack .mini-pricing{
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.026);
  margin:0!important;
}
.price-stack .mini-pricing span{
  color:#aca297;
  font-size:13px;
}
.price-stack .mini-pricing.special{
  border-color:rgba(216,192,154,.22);
  background:rgba(216,192,154,.06);
}
.price-stack .mini-pricing.special strong{
  font-size:28px!important;
  color:#e6cda6!important;
}
.product-order-form{
  margin-top:0!important;
}
.product-order-form > label{
  display:block;
  margin:16px 0 9px!important;
  color:#e8dccb!important;
  font-family:var(--font-ui);
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase;
}
.product-order-form > label small{color:#90867a;font-size:10px}
.product-buy-section .size-options{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:7px!important;
}
.product-buy-section .size-option{
  min-height:64px;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  border-color:rgba(255,255,255,.09)!important;
  transition:.22s ease;
}
.product-buy-section .size-option:hover{
  border-color:rgba(216,192,154,.28)!important;
  transform:translateY(-1px);
}
.product-buy-section .size-option input:checked + span{
  color:#09090a!important;
}
.product-buy-section .size-option:has(input:checked){
  background:#f3eadc!important;
  color:#09090a!important;
  border-color:#f3eadc!important;
  box-shadow:0 12px 32px rgba(216,192,154,.16)!important;
}
.product-buy-section .size-option:has(input:checked) small{color:rgba(0,0,0,.58)!important}
.custom-select{
  position:relative;
  z-index:7;
}
.custom-select-trigger{
  width:100%;
  min-height:48px;
  border:1px solid rgba(230,210,178,.16);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.032));
  color:#f6f0e7;
  padding:0 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
}
.custom-select-trigger span{
  font-weight:800;
  letter-spacing:.02em;
}
.custom-select-trigger i{
  width:9px;
  height:9px;
  border-right:1.5px solid #d8c09a;
  border-bottom:1.5px solid #d8c09a;
  transform:rotate(45deg) translateY(-2px);
  transition:.22s ease;
}
.custom-select.open .custom-select-trigger i{transform:rotate(225deg) translate(-2px,-1px)}
.custom-options{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 8px);
  display:grid;
  gap:6px;
  padding:8px;
  border:1px solid rgba(230,210,178,.16);
  border-radius:18px;
  background:rgba(16,15,15,.98);
  box-shadow:0 24px 66px rgba(0,0,0,.54),inset 0 1px 0 rgba(255,255,255,.06);
  transform:translateY(-6px);
  opacity:0;
  pointer-events:none;
  transition:.2s ease;
}
.custom-select.open .custom-options{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.custom-options button{
  border:1px solid transparent;
  border-radius:13px;
  background:transparent;
  color:#d8cfc2;
  text-align:left;
  padding:12px 12px;
  cursor:pointer;
  font-weight:800;
  transition:.18s ease;
}
.custom-options button:hover,
.custom-options button.selected{
  background:rgba(216,192,154,.10);
  border-color:rgba(216,192,154,.16);
  color:#fff5e7;
}
.voucher-input{
  border-radius:16px!important;
  min-height:48px!important;
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.10)!important;
}
.checkout-btn{
  margin-top:16px!important;
  min-height:50px;
  box-shadow:0 14px 42px rgba(243,234,220,.12)!important;
}
.checkout-note{
  margin:12px 0 0!important;
  color:#a79d92!important;
  font-size:12.5px!important;
  line-height:1.55!important;
}

@media (max-width:980px){
  .product-hero.product-hero-refined{
    grid-template-columns:1fr!important;
    padding-top:92px!important;
  }
  .product-hero-refined .product-copy{min-height:auto!important;padding:30px!important}
  .product-hero-refined .product-visual{min-height:520px!important}
  .product-story-section{grid-template-columns:1fr!important;padding-top:34px!important;padding-bottom:32px!important}
  .product-story-section .story-image img{height:460px!important}
  .product-buy-section{
    display:flex!important;
    flex-direction:column!important;
    gap:20px!important;
    padding-top:32px!important;
  }
  .product-buy-section .order-panel{
    order:-1;
    width:100%;
  }
  .product-buy-section .editorial-grid{
    width:100%;
  }
  .product-buy-section .editorial-grid img,
  .product-buy-section .editorial-grid figure:not(.wide) img{
    height:430px!important;
  }
}
@media (max-width:640px){
  .product-hero.product-hero-refined{
    width:calc(100% - 22px)!important;
    padding-top:84px!important;
    padding-bottom:22px!important;
  }
  .product-hero-refined .product-copy{
    padding:24px!important;
    border-radius:24px!important;
  }
  .product-hero-refined .product-copy h1{
    font-size:clamp(50px,17vw,72px)!important;
  }
  .hero-product-lead{font-size:15.5px!important;line-height:1.58!important}
  .product-inclusions span{font-size:10px;padding:7px 10px}
  .product-hero-refined .product-price strong{font-size:31px!important}
  .product-hero-refined .product-visual{
    min-height:420px!important;
    border-radius:24px!important;
  }
  .product-story-section,
  .product-buy-section{
    width:calc(100% - 22px)!important;
  }
  .product-story-section h2{font-size:clamp(38px,13vw,54px)!important}
  .product-story-section p{font-size:15px!important}
  .story-tags span{font-size:9.8px;padding:7px 9px}
  .product-story-section .story-image img{height:360px!important}
  .product-buy-section .order-panel{
    border-radius:24px!important;
    padding:20px!important;
  }
  .product-buy-section .order-panel h2{font-size:38px!important}
  .panel-desc{font-size:14px!important}
  .product-buy-section .size-options{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .product-buy-section .size-option{min-height:62px}
  .custom-select-trigger{min-height:50px}
  .product-buy-section .editorial-grid{
    grid-template-columns:1fr!important;
  }
  .product-buy-section .editorial-grid figure.wide{grid-column:span 1!important}
  .product-buy-section .editorial-grid img,
  .product-buy-section .editorial-grid figure:not(.wide) img{
    height:360px!important;
  }
}

/* === v3.1.0 Product hero card refinement === */
.product-hero-refined .product-copy{
  position:relative!important;
  overflow:hidden!important;
  justify-content:space-between!important;
  min-height:560px!important;
  padding:34px!important;
  isolation:isolate;
  background:
    radial-gradient(circle at 8% 18%,rgba(140,16,27,.26),transparent 33%),
    radial-gradient(circle at 100% 8%,rgba(216,192,154,.13),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.018) 72%)!important;
}
.product-hero-refined .product-copy:before{
  content:'';
  position:absolute;
  inset:1px;
  border-radius:29px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),transparent 28%),
    radial-gradient(circle at 50% 100%,rgba(216,192,154,.075),transparent 42%);
  pointer-events:none;
  z-index:-1;
}
.product-hero-refined .product-copy:after{
  content:'SECRET HIDEAWAY';
  position:absolute;
  right:-18px;
  bottom:18px;
  font-family:var(--font-display);
  font-size:clamp(42px,5vw,86px);
  line-height:.82;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.035);
  pointer-events:none;
  z-index:-1;
}
.hero-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  position:relative;
  z-index:1;
}
.hero-card-top .eyebrow{
  margin:0!important;
  max-width:260px;
}
.hero-card-top span{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border:1px solid rgba(216,192,154,.16);
  border-radius:999px;
  background:rgba(216,192,154,.065);
  color:#e0c8a1;
  font-family:var(--font-ui);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.hero-card-main{
  position:relative;
  z-index:1;
  margin-top:auto;
  padding-top:80px;
}
.product-hero-refined .product-copy h1{
  font-size:clamp(54px,5.65vw,92px)!important;
  line-height:.9!important;
  max-width:620px!important;
  margin:0 0 18px!important;
}
.hero-product-lead{
  max-width:560px!important;
  font-size:17px!important;
  line-height:1.68!important;
  color:#ddd3c7!important;
}
.product-inclusions{
  margin:24px 0 0!important;
}
.product-inclusions span{
  padding:9px 12px!important;
  border-color:rgba(216,192,154,.18)!important;
  background:rgba(216,192,154,.07)!important;
  color:#e3cfac!important;
}
.hero-card-action{
  position:relative;
  z-index:1;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.09);
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.hero-card-action .product-price{
  margin:0!important;
}
.hero-card-action .btn.primary{
  width:100%;
  min-height:54px;
  box-shadow:0 18px 54px rgba(243,234,220,.13), inset 0 1px 0 rgba(255,255,255,.35);
}
.product-buy-section .includes li,
.summary-card p,
.checkout-note{
  word-break:normal;
}

@media (min-width:981px){
  .product-hero-refined .product-copy{
    display:flex!important;
  }
}
@media (max-width:980px){
  .hero-card-main{padding-top:54px!important}
  .hero-card-action{gap:16px!important}
  .product-hero-refined .product-copy:after{font-size:64px;right:-12px;bottom:12px}
}
@media (max-width:640px){
  .product-hero-refined .product-copy{
    padding:22px!important;
  }
  .hero-card-top{
    align-items:flex-start;
  }
  .hero-card-top span{
    min-height:30px;
    padding:7px 10px;
    font-size:9px;
    letter-spacing:.11em;
  }
  .hero-card-main{padding-top:42px!important}
  .product-hero-refined .product-copy h1{
    font-size:clamp(48px,15vw,66px)!important;
    line-height:.91!important;
  }
  .hero-product-lead{
    font-size:15px!important;
    line-height:1.6!important;
  }
  .product-inclusions{gap:7px!important;margin-top:18px!important}
  .product-inclusions span{font-size:9px!important;padding:7px 9px!important}
  .hero-card-action{margin-top:22px!important;padding-top:18px!important}
  .hero-card-action .btn.primary{min-height:50px}
}


/* === v3.2.0 Compact product hero card === */
.product-hero-refined .product-copy{
  justify-content:center!important;
  min-height:0!important;
  padding:38px!important;
  gap:26px!important;
  background:
    radial-gradient(circle at 0% 0%,rgba(140,16,27,.20),transparent 30%),
    radial-gradient(circle at 100% 100%,rgba(216,192,154,.10),transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018) 74%)!important;
}
.product-hero-refined .product-copy:after{content:none!important;display:none!important}
.product-hero-refined .product-copy:before{
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),transparent 26%),
    linear-gradient(90deg,rgba(216,192,154,.10),transparent 46%)!important;
}
.hero-card-top{display:none!important}
.hero-card-main{
  margin:0!important;
  padding-top:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.hero-mini-label{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 18px!important;
  padding:9px 13px!important;
  border:1px solid rgba(216,192,154,.16)!important;
  border-radius:999px!important;
  background:rgba(216,192,154,.055)!important;
  color:#e3cfac!important;
  font-family:var(--font-ui)!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.product-hero-refined .product-copy h1{
  font-size:clamp(58px,5.25vw,86px)!important;
  line-height:.88!important;
  margin:0 0 18px!important;
  max-width:560px!important;
}
.hero-product-lead{
  max-width:520px!important;
  font-size:16.5px!important;
  line-height:1.62!important;
  margin:0!important;
}
.product-inclusions{
  margin:22px 0 0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
.product-inclusions span{
  white-space:nowrap!important;
  font-size:10px!important;
  letter-spacing:.11em!important;
}
.hero-card-action{
  margin-top:0!important;
  padding-top:22px!important;
  gap:16px!important;
}
.hero-card-action .product-price{
  gap:12px!important;
  align-items:flex-end!important;
}
.hero-card-action .product-price span{font-size:18px!important}
.hero-card-action .product-price strong{font-size:34px!important}
.hero-card-action .btn.primary{min-height:52px!important}
@media (min-width:981px){
  .product-hero.product-hero-refined{align-items:stretch!important}
  .product-hero-refined .product-copy,
  .product-hero-refined .product-visual{min-height:620px!important}
}
@media (max-width:980px){
  .product-hero-refined .product-copy{min-height:auto!important;padding:28px!important;gap:22px!important}
  .hero-mini-label{margin-bottom:16px!important}
}
@media (max-width:640px){
  .product-hero-refined .product-copy{
    padding:22px!important;
    min-height:auto!important;
    justify-content:flex-start!important;
  }
  .hero-mini-label{
    width:100%!important;
    justify-content:center!important;
    font-size:9px!important;
    letter-spacing:.12em!important;
    padding:8px 10px!important;
    margin-bottom:16px!important;
  }
  .product-hero-refined .product-copy h1{
    font-size:clamp(44px,13.5vw,58px)!important;
    line-height:.9!important;
    margin-bottom:14px!important;
  }
  .hero-product-lead{font-size:14.5px!important;line-height:1.55!important}
  .product-inclusions{margin-top:16px!important;gap:6px!important}
  .product-inclusions span{font-size:8.6px!important;padding:7px 8px!important}
  .hero-card-action{margin-top:0!important;padding-top:18px!important;gap:12px!important}
  .hero-card-action .product-price strong{font-size:29px!important}
  .hero-card-action .product-price span{font-size:15px!important}
  .hero-card-action .btn.primary{min-height:49px!important}
}


/* === v3.3.0 Product hero card true-fit refinement === */
.product-hero.product-hero-refined{
  align-items:start!important;
}
.product-hero-refined .product-copy{
  align-self:start!important;
  min-height:auto!important;
  height:auto!important;
  padding:34px!important;
  gap:20px!important;
  justify-content:flex-start!important;
  border-radius:28px!important;
}
.hero-card-main{
  gap:0!important;
}
.hero-mini-label{
  margin:0 0 16px!important;
  padding:8px 12px!important;
  font-size:9.5px!important;
  letter-spacing:.14em!important;
}
.product-hero-refined .product-copy h1{
  font-size:clamp(54px,4.6vw,76px)!important;
  line-height:.9!important;
  margin:0 0 14px!important;
  max-width:520px!important;
}
.hero-product-lead{
  font-size:15.5px!important;
  line-height:1.58!important;
  max-width:480px!important;
}
.product-hero-refined .product-inclusions{display:none!important}
.hero-card-action{
  padding-top:18px!important;
  gap:14px!important;
}
.hero-card-action .product-price{
  margin:0!important;
  gap:12px!important;
}
.hero-card-action .product-price span{font-size:16px!important}
.hero-card-action .product-price strong{font-size:32px!important}
.hero-card-action .btn.primary{min-height:50px!important}
@media (min-width:981px){
  .product-hero.product-hero-refined{
    grid-template-columns:.78fr 1.22fr!important;
  }
  .product-hero-refined .product-copy{
    min-height:0!important;
  }
  .product-hero-refined .product-visual{
    min-height:560px!important;
    height:560px!important;
  }
}
@media (max-width:980px){
  .product-hero.product-hero-refined{
    gap:14px!important;
    align-items:start!important;
  }
  .product-hero-refined .product-copy{
    padding:26px!important;
    border-radius:24px!important;
  }
  .product-hero-refined .product-visual{
    height:440px!important;
    min-height:0!important;
  }
}
@media (max-width:640px){
  .product-hero-refined .product-copy{
    padding:22px!important;
    gap:16px!important;
    border-radius:23px!important;
  }
  .hero-mini-label{
    width:auto!important;
    justify-content:flex-start!important;
    margin-bottom:14px!important;
    padding:7px 10px!important;
    font-size:8.4px!important;
    letter-spacing:.11em!important;
  }
  .product-hero-refined .product-copy h1{
    font-size:clamp(41px,12.6vw,55px)!important;
    line-height:.9!important;
    margin-bottom:12px!important;
  }
  .hero-product-lead{
    font-size:14px!important;
    line-height:1.52!important;
  }
  .hero-card-action{
    padding-top:16px!important;
    gap:12px!important;
  }
  .hero-card-action .product-price strong{font-size:28px!important}
  .hero-card-action .product-price span{font-size:14px!important}
  .hero-card-action .btn.primary{min-height:48px!important}
}

/* === v3.4.0 Checkout page editorial polish === */
.checkout-shell{
  position:relative;
}
.checkout-page-refined{
  width:min(1180px,calc(100% - 36px))!important;
  padding:116px 0 54px!important;
  min-height:auto!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  gap:22px!important;
  align-items:start!important;
}
.checkout-form-refined,
.checkout-summary-card{
  position:relative;
  overflow:hidden;
  border-radius:30px!important;
  border:1px solid rgba(230,210,178,.13)!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(216,192,154,.10),transparent 32%),
    radial-gradient(circle at 100% 10%,rgba(255,255,255,.055),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.024) 70%)!important;
  box-shadow:0 34px 90px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.checkout-form-refined:before,
.checkout-summary-card:before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(180deg,rgba(255,255,255,.055),transparent 30%);
  opacity:.8;
}
.checkout-form-refined > *,
.checkout-summary-card > *{position:relative;z-index:1}
.checkout-form-refined{
  padding:34px!important;
}
.checkout-back{
  margin-bottom:18px!important;
  padding:9px 12px;
  border:1px solid rgba(216,192,154,.14);
  border-radius:999px;
  background:rgba(216,192,154,.045);
  width:max-content;
  max-width:100%;
}
.checkout-kicker,
.summary-kicker{
  margin:0 0 12px!important;
  color:#d8c09a!important;
  font-family:var(--font-ui)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
}
.checkout-form-refined h1{
  max-width:720px;
  margin:0 0 12px!important;
  font-size:clamp(54px,5.2vw,78px)!important;
  line-height:.88!important;
  letter-spacing:-.06em!important;
}
.checkout-lead{
  max-width:620px;
  margin:0 0 22px!important;
  color:#cfc5b9!important;
  font-size:16px!important;
  line-height:1.62!important;
}
.refined-alert{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:18px 0 20px!important;
  padding:15px 16px!important;
  border-radius:18px!important;
}
.refined-alert span{display:block;color:inherit}
.checkout-entry-form{
  margin:0!important;
}
.refined-form-grid{
  gap:14px!important;
}
.refined-form-grid label{
  margin:0!important;
  padding:14px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:20px;
  background:rgba(255,255,255,.025);
  transition:.2s ease;
}
.refined-form-grid label:focus-within{
  border-color:rgba(216,192,154,.34);
  background:rgba(216,192,154,.045);
  box-shadow:0 16px 34px rgba(0,0,0,.18);
}
.refined-form-grid label span{
  display:block;
  margin:0 0 9px;
  color:#e7dac8;
  font-family:var(--font-ui);
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.refined-form-grid input,
.refined-form-grid textarea{
  min-height:48px;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  background:transparent!important;
  color:#fff7ee!important;
  box-shadow:none!important;
  font-family:var(--font-body)!important;
  font-size:15px!important;
  resize:vertical;
}
.refined-form-grid textarea{padding-top:2px!important;line-height:1.55!important}
.refined-form-grid input::placeholder,
.refined-form-grid textarea::placeholder{color:rgba(226,216,203,.42)}
.checkout-help-card{
  margin:16px 0 14px;
  padding:14px 16px;
  border:1px solid rgba(216,192,154,.16);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(216,192,154,.075),rgba(255,255,255,.025));
}
.checkout-help-card span{
  display:block;
  margin-bottom:5px;
  color:#e7cfaa;
  font-weight:900;
  letter-spacing:.04em;
}
.checkout-help-card p{
  margin:0!important;
  color:#bfb4a9!important;
  font-size:13.5px!important;
  line-height:1.55!important;
}
.checkout-submit{
  min-height:54px;
  margin-top:18px!important;
  box-shadow:0 18px 48px rgba(243,234,220,.12), inset 0 1px 0 rgba(255,255,255,.35)!important;
}
.checkout-summary-card{
  position:sticky!important;
  top:104px!important;
  padding:24px!important;
}
.checkout-summary-card .summary-image-wrap{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  margin-bottom:22px;
  background:#070707;
}
.checkout-summary-card img{
  display:block;
  width:100%!important;
  height:330px!important;
  margin:0!important;
  object-fit:cover!important;
  border:0!important;
  border-radius:0!important;
  transform:scale(1.01);
}
.checkout-summary-card h2{
  font-size:clamp(34px,3vw,48px)!important;
  line-height:.96!important;
  margin:0 0 12px!important;
}
.summary-includes{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 18px;
}
.summary-includes span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:7px 10px;
  border:1px solid rgba(216,192,154,.14);
  border-radius:999px;
  background:rgba(216,192,154,.055);
  color:#e4d0ad;
  font-family:var(--font-ui);
  font-size:9.6px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.checkout-summary-card dl{
  gap:0!important;
  padding-top:0!important;
  border-top:1px solid rgba(255,255,255,.085)!important;
}
.checkout-summary-card dt,
.checkout-summary-card dd{
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.checkout-summary-card dt{
  color:#a99f94!important;
  font-size:13px;
}
.checkout-summary-card dd{
  color:#f6eee3;
}
.checkout-summary-card dd:last-child{
  color:#e5c99f!important;
  font-size:26px!important;
  line-height:1;
}
.premium-note{
  display:grid;
  gap:5px;
  margin:18px 0 0!important;
  padding:15px 16px!important;
  border:1px solid rgba(216,192,154,.15)!important;
  border-radius:18px!important;
  background:rgba(216,192,154,.055)!important;
  color:#ded5ca!important;
}
.premium-note b{
  color:#ead7b8;
  font-size:13px;
}
.premium-note span{
  color:#aaa096;
  font-size:12.5px;
  line-height:1.45;
}
.summary-mini-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}
.summary-mini-steps span{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.075);
  border-radius:999px;
  background:rgba(255,255,255,.03);
  color:#c7bbae;
  font-family:var(--font-ui);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-align:center;
}
@media (max-width:980px){
  .checkout-page-refined{
    grid-template-columns:1fr!important;
    width:calc(100% - 30px)!important;
    padding:104px 0 42px!important;
    gap:16px!important;
  }
  .checkout-summary-card{
    position:static!important;
    order:-1;
  }
  .checkout-summary-card img{height:270px!important}
  .checkout-form-refined{padding:24px!important}
  .checkout-form-refined h1{font-size:clamp(44px,10vw,62px)!important}
  .summary-mini-steps{grid-template-columns:1fr}
}
@media (max-width:640px){
  .checkout-page-refined{
    width:calc(100% - 22px)!important;
    padding-top:96px!important;
  }
  .checkout-form-refined,
  .checkout-summary-card{
    border-radius:24px!important;
    padding:18px!important;
  }
  .checkout-back{
    margin-bottom:15px!important;
    font-size:10.5px!important;
  }
  .checkout-form-refined h1{
    font-size:clamp(38px,12vw,52px)!important;
  }
  .checkout-lead{font-size:14px!important;line-height:1.55!important;margin-bottom:18px!important}
  .refined-form-grid label{padding:13px;border-radius:17px}
  .refined-form-grid label span{font-size:9.5px;letter-spacing:.14em}
  .refined-form-grid input,.refined-form-grid textarea{font-size:14px!important;min-height:44px}
  .checkout-summary-card img{height:235px!important}
  .checkout-summary-card h2{font-size:34px!important}
  .summary-includes span{font-size:8.6px;padding:6px 8px}
  .checkout-summary-card dd:last-child{font-size:23px!important}
  .checkout-submit{min-height:50px}
}

/* === v3.5.0 Checkout shipping polish === */
.checkout-page-refined{
  grid-template-columns:minmax(0,1.04fr) minmax(340px,.78fr)!important;
  gap:20px!important;
  align-items:start!important;
}
.checkout-form-refined{
  padding:32px!important;
}
.checkout-back{
  margin-bottom:22px!important;
  padding:10px 24px!important;
  border-color:rgba(216,192,154,.18)!important;
  background:linear-gradient(180deg,rgba(216,192,154,.08),rgba(255,255,255,.025))!important;
  color:#e7cfaa!important;
  line-height:1!important;
}
.shipping-required-note{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 13px;
  align-items:center;
  margin:18px 0 20px;
  padding:14px 16px;
  border:1px solid rgba(216,192,154,.16);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(216,192,154,.075),rgba(255,255,255,.025));
}
.shipping-required-note:before{
  content:'!';
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:999px;
  border:1px solid rgba(216,192,154,.20);
  color:#ead7b8;
  font-weight:900;
  font-family:var(--font-ui);
  background:rgba(216,192,154,.06);
}
.shipping-required-note b{
  color:#ead7b8;
  font-size:13px;
  letter-spacing:.02em;
}
.shipping-required-note span{
  grid-column:2;
  color:#bcb2a6;
  font-size:13px;
  line-height:1.5;
}
.shipping-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.shipping-form-grid label{
  min-height:88px;
  padding:13px 15px!important;
  border-radius:19px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.036),rgba(255,255,255,.018))!important;
}
.shipping-form-grid label.full-field{
  min-height:auto;
}
.shipping-form-grid input,
.shipping-form-grid textarea{
  min-height:36px!important;
}
.shipping-form-grid textarea{
  min-height:94px!important;
}
.shipping-form-grid label span{
  color:#f0dfc4!important;
  margin-bottom:8px!important;
}
.checkout-help-card{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:5px 13px;
  align-items:center;
  margin:16px 0 15px!important;
}
.checkout-help-card:before{
  content:'QR';
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border:1px solid rgba(216,192,154,.18);
  border-radius:14px;
  color:#ead7b8;
  font-family:var(--font-ui);
  font-size:11px;
  font-weight:900;
  background:rgba(216,192,154,.055);
}
.checkout-help-card span{margin:0!important}
.checkout-help-card p{grid-column:2!important}
.checkout-submit{
  letter-spacing:.13em!important;
}
.checkout-summary-card{
  position:relative!important;
  top:auto!important;
  align-self:start!important;
  padding:22px!important;
  max-width:100%;
}
.checkout-summary-card img{
  height:300px!important;
}
.checkout-summary-card h2{
  font-size:clamp(32px,2.4vw,42px)!important;
  margin-bottom:10px!important;
}
.checkout-summary-card dl dt,
.checkout-summary-card dl dd{
  padding:10px 0!important;
}
.checkout-summary-card .premium-note{
  margin-top:14px!important;
}
.summary-mini-steps{display:none!important}
.address-cell{white-space:normal;line-height:1.65}
@media (max-width:980px){
  .checkout-page-refined{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .checkout-summary-card{order:-1;position:relative!important}
  .shipping-form-grid{grid-template-columns:1fr!important}
  .checkout-summary-card img{height:260px!important}
}
@media (max-width:640px){
  .checkout-form-refined{padding:18px!important}
  .checkout-back{
    width:max-content!important;
    padding:9px 18px!important;
    margin-bottom:18px!important;
  }
  .shipping-required-note,
  .checkout-help-card{
    grid-template-columns:1fr;
    gap:8px;
    padding:13px 14px;
  }
  .shipping-required-note:before,
  .checkout-help-card:before{display:none}
  .shipping-required-note span,
  .checkout-help-card p{grid-column:auto!important}
  .shipping-form-grid label{min-height:82px;padding:12px 13px!important}
  .shipping-form-grid textarea{min-height:88px!important}
  .checkout-submit{font-size:10px!important;letter-spacing:.105em!important}
}


/* v3.6.0 - checkout button spacing refinement */
.checkout-entry-form .checkout-submit{
  margin-top:22px!important;
}
@media (max-width:640px){
  .checkout-entry-form .checkout-submit{
    margin-top:18px!important;
  }
}

/* Payment page polish v3.7.0 */
.payment-page-polished{
  grid-template-columns:minmax(0,1.04fr) minmax(360px,.76fr);
  gap:26px;
  align-items:start;
}
.payment-main-polished,
.payment-summary-polished{
  background:
    radial-gradient(circle at 18% 0%,rgba(216,192,154,.10),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
  border-color:rgba(216,192,154,.18);
}
.payment-main-polished{padding:34px;border-radius:30px}
.payment-back{
  margin-bottom:22px;
  padding:11px 18px;
  border:1px solid rgba(216,192,154,.24);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:var(--accent);
  width:max-content;
}
.payment-main-polished h1{max-width:560px;margin-bottom:14px}
.payment-main-polished .order-pill{
  margin:6px 0 18px;
  background:rgba(216,192,154,.08);
  border-color:rgba(216,192,154,.25);
}
.payment-total-card{
  position:relative;
  overflow:hidden;
  margin-bottom:18px;
  padding:26px 28px 24px;
  background:
    radial-gradient(circle at 85% 20%,rgba(255,255,255,.48),transparent 26%),
    linear-gradient(135deg,#f8efe0,#d9bf93);
  box-shadow:0 24px 70px rgba(216,192,154,.10);
}
.payment-total-card:after{
  content:'';
  position:absolute;
  inset:auto -20% -42% 38%;
  height:150px;
  background:rgba(255,255,255,.24);
  transform:rotate(-8deg);
  filter:blur(20px);
}
.payment-total-card > *{position:relative;z-index:1}
.payment-total-card strong{font-size:clamp(42px,4.2vw,64px);letter-spacing:-.05em}
.payment-breakdown{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.payment-breakdown div{
  border:1px solid rgba(0,0,0,.11);
  border-radius:16px;
  padding:12px 14px;
  background:rgba(255,255,255,.32);
}
.payment-breakdown b,
.payment-breakdown em{display:block;font-style:normal}
.payment-breakdown b{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#5b5144}
.payment-breakdown em{font-size:18px;font-weight:900;color:#090909;margin-top:4px}
.qris-box-polished{
  padding:20px;
  border-radius:26px;
  background:linear-gradient(180deg,#fff,#f7f3ed);
  box-shadow:0 24px 80px rgba(0,0,0,.24);
  border:1px solid rgba(255,255,255,.24);
}
.qris-box-polished img{width:min(430px,100%);display:block;border-radius:18px}
.payment-instruction{
  padding:22px;
  margin-top:18px;
  border-radius:24px;
  background:
    radial-gradient(circle at 0 0,rgba(216,192,154,.10),transparent 38%),
    rgba(255,255,255,.04);
}
.payment-instruction h3{
  font-family:var(--font-display);
  font-weight:500;
  font-size:28px;
  letter-spacing:-.035em;
}
.payment-instruction ol{display:grid;gap:8px;color:#d9d0c4}
.proof-form-polished{
  margin-top:18px;
  display:grid;
  gap:14px;
}
.proof-form-polished label{margin:0!important}
.confirm-check{
  display:flex!important;
  align-items:flex-start;
  gap:12px;
  padding:16px 17px;
  border:1px solid rgba(216,192,154,.20);
  border-radius:20px;
  background:rgba(216,192,154,.055);
  color:#efe6d8!important;
  line-height:1.45;
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:15px!important;
  font-weight:700!important;
}
.confirm-check input{
  width:20px;
  height:20px;
  margin:1px 0 0;
  flex:0 0 auto;
  accent-color:#d8c09a;
}
.upload-field{
  position:relative;
  display:grid!important;
  gap:8px;
  padding:18px;
  border:1px dashed rgba(216,192,154,.30);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
}
.upload-field span{
  color:#f5eddf;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.upload-field small{
  color:#a99f93;
  font-size:13px;
  text-transform:none;
  letter-spacing:0;
}
.upload-field input[type=file]{
  margin-top:8px;
  padding:10px;
  min-height:50px;
  border-radius:16px;
  background:rgba(0,0,0,.20);
}
.upload-field input[type=file]::file-selector-button{
  border:0;
  border-radius:999px;
  padding:11px 16px;
  margin-right:12px;
  background:#f3eadc;
  color:#0a0a0a;
  font-family:var(--font-body);
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  cursor:pointer;
}
.proof-form-polished .btn{margin-top:2px}
.payment-summary-polished{
  position:static;
  padding:28px;
  border-radius:30px;
}
.payment-summary-polished img{
  height:300px;
  border-radius:22px;
}
.payment-summary-polished h2{font-size:clamp(36px,3vw,48px);margin-bottom:16px}
.payment-summary-polished dl{
  gap:13px 18px;
  margin-top:18px;
}
.payment-summary-polished dt{color:#b9afa3}
.payment-summary-polished dd{color:#f5eddf}
.payment-summary-polished .timeline{
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}
@media (max-width:920px){
  .payment-page-polished{grid-template-columns:1fr;gap:18px;padding-top:104px}
  .payment-summary-polished{order:-1;position:static}
  .payment-main-polished{padding:24px}
  .payment-summary-polished img{height:260px}
  .payment-breakdown{grid-template-columns:1fr}
  .qris-box-polished{padding:14px}
}
@media (max-width:560px){
  .payment-main-polished,.payment-summary-polished{padding:18px;border-radius:24px}
  .payment-back{padding:10px 15px;margin-bottom:16px}
  .payment-main-polished h1{font-size:46px}
  .payment-total-card{padding:22px 20px}
  .payment-total-card strong{font-size:42px}
  .payment-instruction h3{font-size:24px}
  .confirm-check{font-size:14px!important;padding:14px}
  .upload-field{padding:15px}
  .payment-summary-polished img{height:220px}
}


/* Premium notification system */
.site-notice,
.alert,
.success-alert{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:14px;
  border-radius:24px;
  padding:16px 18px;
  margin:18px 0;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 60px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
}
.site-notice p,
.alert,
.success-alert{
  font-size:16px;
  line-height:1.55;
  font-weight:800;
  letter-spacing:.01em;
}
.site-notice p{margin:0;color:inherit}
.site-notice p span{display:block;margin-top:2px;font-weight:700;color:inherit;opacity:.82}
.notice-icon{
  width:38px;
  height:38px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-family:var(--font-body);
  font-weight:1000;
  line-height:1;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
}
.notice-success,
.success-alert{
  color:#edf8ee;
  background:linear-gradient(135deg,rgba(87,145,100,.22),rgba(255,255,255,.045));
  border-color:rgba(146,218,160,.32);
}
.notice-success .notice-icon{
  color:#102515;
  background:linear-gradient(180deg,#dff5df,#a8d9a9);
  border-color:rgba(255,255,255,.42);
}
.notice-error,
.alert{
  color:#ffe8e4;
  background:linear-gradient(135deg,rgba(139,55,48,.24),rgba(255,255,255,.045));
  border-color:rgba(232,126,112,.32);
}
.notice-error .notice-icon{
  color:#2b0c08;
  background:linear-gradient(180deg,#ffd7ce,#e88d7c);
  border-color:rgba(255,255,255,.42);
}
.payment-notice{
  margin:0 0 20px;
}

/* Custom proof upload interaction */
.premium-upload{
  overflow:hidden;
}
.premium-upload input[type=file]{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}
.premium-upload em{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin-top:12px;
  border-radius:16px;
  border:1px solid rgba(216,192,154,.26);
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  color:#f5eddf;
  font-style:normal;
  font-size:13px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.premium-upload:hover em{
  border-color:rgba(216,192,154,.58);
  background:linear-gradient(180deg,rgba(216,192,154,.16),rgba(255,255,255,.045));
}

@media (max-width:560px){
  .site-notice,.alert,.success-alert{border-radius:18px;padding:14px;gap:12px}
  .notice-icon{width:34px;height:34px}
  .site-notice p,.alert,.success-alert{font-size:14px;line-height:1.5}
  .premium-upload em{min-height:48px;font-size:11px;letter-spacing:.08em}
}


/* === v3.9.0 Header logo & mobile drawer final polish === */
.site-header .brand-logo img{
  height:58px!important;
  max-width:238px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:drop-shadow(0 16px 34px rgba(0,0,0,.58))!important;
}
.site-header{
  min-height:78px!important;
  padding:12px 22px 12px 28px!important;
}
.site-header .desktop-nav{
  min-height:52px!important;
}
.mobile-sidebar{
  padding:22px!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 18% 2%,rgba(232,214,180,.18),transparent 34%),
    radial-gradient(circle at 110% 18%,rgba(255,255,255,.08),transparent 30%),
    linear-gradient(180deg,rgba(27,25,23,.985),rgba(8,8,9,.992))!important;
}
.drawer-head{
  padding:4px 0 20px!important;
}
.drawer-head img{
  height:46px!important;
  max-width:220px!important;
}
.drawer-head label{
  min-width:78px!important;
  padding:11px 14px!important;
}
.mobile-sidebar nav{
  margin-top:22px!important;
  gap:12px!important;
}
.mobile-sidebar nav:before{
  margin-bottom:6px!important;
  font-size:11px!important;
  letter-spacing:.24em!important;
}
.mobile-sidebar nav a{
  min-height:82px!important;
  padding:18px 18px!important;
  border-radius:22px!important;
}
.mobile-sidebar p{display:none!important;}
.mobile-sidebar:after{display:none!important;}

@media (max-width:920px){
  .site-header{
    min-height:68px!important;
    padding:10px 12px 10px 18px!important;
  }
  .site-header .brand-logo img{
    height:43px!important;
    max-width:190px!important;
  }
  .menu-trigger{
    width:54px!important;
    height:43px!important;
  }
}
@media (max-width:560px){
  .site-header{
    width:calc(100% - 18px)!important;
    top:8px!important;
    min-height:64px!important;
    padding:9px 10px 9px 16px!important;
    border-radius:24px!important;
  }
  .site-header .brand-logo img{
    height:40px!important;
    max-width:178px!important;
  }
  .mobile-sidebar{
    top:8px!important;
    right:8px!important;
    bottom:8px!important;
    width:min(380px,calc(100vw - 16px))!important;
    padding:18px!important;
    border-radius:28px!important;
  }
  .drawer-head{
    padding:2px 0 18px!important;
  }
  .drawer-head img{
    height:40px!important;
    max-width:184px!important;
  }
  .drawer-head label{
    min-width:70px!important;
    padding:10px 12px!important;
    font-size:10px!important;
  }
  .mobile-sidebar nav{
    margin-top:18px!important;
    gap:10px!important;
  }
  .mobile-sidebar nav a{
    min-height:76px!important;
    font-size:23px!important;
    padding:16px!important;
    border-radius:20px!important;
  }
  .mobile-sidebar nav a:after{
    width:34px!important;
    height:34px!important;
  }
}
@media (max-width:380px){
  .site-header .brand-logo img{
    height:37px!important;
    max-width:164px!important;
  }
  .drawer-head img{
    height:36px!important;
    max-width:166px!important;
  }
  .mobile-sidebar nav a{
    min-height:70px!important;
    font-size:21px!important;
  }
}

/* === Secret Hideaway Merch v4.2 additions: status, material, payment lock === */
.desktop-nav a[href$="status"]{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:9px 14px;background:rgba(255,255,255,.035)}
.material-pill,.material-line{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;border:1px solid rgba(216,192,154,.22);background:rgba(216,192,154,.08);color:#e7d3af;border-radius:999px;padding:8px 12px;font-size:12px;line-height:1.2;letter-spacing:.06em;text-transform:uppercase;margin-top:12px}
.material-line{border-radius:18px;text-transform:none;letter-spacing:0;font-size:14px;color:#d8d0c7}.material-line b{color:#f3eadc}.includes li:last-child{color:#e7d3af;border-color:rgba(216,192,154,.24);background:rgba(216,192,154,.07)}
.status-page{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:140px 0 80px}.status-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:28px;align-items:end;border:1px solid rgba(255,255,255,.1);border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.025));padding:30px;box-shadow:0 28px 90px rgba(0,0,0,.25)}.status-hero h1{font-family:var(--font-display);font-weight:400;font-size:clamp(46px,7vw,92px);line-height:.86;letter-spacing:-.06em;margin:10px 0 16px}.status-hero p{color:var(--muted);max-width:660px}.status-check-form{background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:18px}.status-check-form label{display:block;margin-bottom:10px;color:#d8c09a;text-transform:uppercase;font-size:11px;letter-spacing:.14em}.status-check-form div{display:flex;gap:10px}.status-check-form input{min-width:0;flex:1;text-transform:uppercase}.status-result-section{margin-top:24px}.status-result-card{border:1px solid rgba(255,255,255,.1);border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));padding:24px}.status-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:20px}.status-result-head h2{font-family:var(--font-display);font-weight:400;font-size:56px;line-height:.9;letter-spacing:-.05em;margin:8px 0 0}.status-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:16px 0 20px}.status-flow span{position:relative;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);border-radius:18px;padding:14px 12px;color:#9d958d;font-size:12px;line-height:1.25;text-transform:uppercase;letter-spacing:.08em}.status-flow span.active{color:#f6f0e7;border-color:rgba(216,192,154,.34);background:rgba(216,192,154,.12)}.status-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.status-detail-grid div{border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.18);border-radius:18px;padding:14px}.status-detail-grid small{display:block;color:#9f968e;text-transform:uppercase;letter-spacing:.12em;font-size:10px;margin-bottom:7px}.status-detail-grid b{font-weight:400;color:#f3eadc;font-size:15px}.status-info-box{border:1px solid rgba(216,192,154,.24);background:rgba(216,192,154,.08);border-radius:22px;padding:16px;margin:16px 0;color:#d8d0c7}.status-info-box b{display:block;color:#f3eadc;margin-bottom:5px}.status-info-box span{display:block;color:#bdb4aa}.empty-state.compact{margin:24px 0 0;padding:36px;border-radius:28px}.payment-main-polished .status-info-box+.btn{margin-top:14px}.summary-card dl dt,.payment-summary-polished dl dt{color:#a99f96}
@media(max-width:860px){.status-page{width:min(100% - 28px,720px);padding:110px 0 60px}.status-hero{grid-template-columns:1fr;padding:20px;border-radius:28px}.status-check-form div{display:grid}.status-result-head{display:grid}.status-result-head h2{font-size:42px}.status-flow{grid-template-columns:1fr}.status-detail-grid{grid-template-columns:1fr 1fr}.material-pill{font-size:10px;padding:7px 10px}}
@media(max-width:520px){.status-detail-grid{grid-template-columns:1fr}.status-page{width:calc(100% - 24px)}.status-hero h1{font-size:48px}.status-result-card{padding:16px;border-radius:24px}.status-flow span{padding:12px}.status-check-form{padding:14px}.material-line{font-size:13px;width:100%}}

/* v4.3.0 - Indonesia location dropdown + JNE REG checkout estimator */
.checkout-with-shipping{align-items:start}.location-select{position:relative;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));padding:14px;min-height:118px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.location-select>span{display:block;color:#f2e6d1!important;font-size:11px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important;margin:0 0 10px!important}.location-trigger{width:100%;min-height:55px;border:1px solid rgba(216,192,154,.17);border-radius:16px;background:rgba(0,0,0,.24);color:#f7efe4;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;text-align:left;padding:13px 14px;cursor:pointer;transition:.2s ease}.location-trigger b{display:block;font-size:15px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-trigger small{display:block;margin-top:4px;color:#938a80;font-size:11px;font-weight:800;text-transform:none;letter-spacing:.02em}.location-trigger i{width:10px;height:10px;border-right:2px solid #d8c09a;border-bottom:2px solid #d8c09a;transform:rotate(45deg);margin-top:-5px;transition:.2s ease}.location-trigger:hover{border-color:rgba(216,192,154,.36);background:rgba(216,192,154,.08)}.location-trigger:disabled{opacity:.45;cursor:not-allowed}.location-select.open .location-trigger{border-color:rgba(216,192,154,.55);background:rgba(216,192,154,.11)}.location-select.open .location-trigger i{transform:rotate(225deg);margin-top:4px}.location-popover{position:absolute;z-index:60;left:12px;right:12px;top:calc(100% - 8px);display:none;border:1px solid rgba(216,192,154,.24);border-radius:20px;background:rgba(12,12,13,.98);box-shadow:0 26px 70px rgba(0,0,0,.58);padding:12px;backdrop-filter:blur(18px)}.location-select.open .location-popover{display:block}.location-popover input{height:46px;border-radius:14px;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12);font-size:13px;margin-bottom:10px}.location-options{max-height:260px;overflow:auto;display:grid;gap:7px;padding-right:3px}.location-options::-webkit-scrollbar{width:6px}.location-options::-webkit-scrollbar-thumb{background:rgba(216,192,154,.3);border-radius:99px}.location-options button{width:100%;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.045);color:#f5eadc;text-align:left;padding:11px 12px;cursor:pointer;transition:.17s ease}.location-options button:hover{background:rgba(216,192,154,.13);border-color:rgba(216,192,154,.32);transform:translateY(-1px)}.location-options button b{display:block;font-size:13px;line-height:1.25}.location-options button small,.location-loading,.location-empty{display:block;color:#a99f92;font-size:11px;margin-top:4px}.location-loading,.location-empty{padding:12px}.shipping-method-card{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(141,199,161,.22);background:linear-gradient(135deg,rgba(141,199,161,.1),rgba(255,255,255,.035));border-radius:22px;padding:17px 18px;margin:18px 0}.shipping-method-card span,.origin-card span{display:block;color:#d8c09a;text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:900}.shipping-method-card b{display:block;margin-top:4px;color:#fff0dd;font-size:17px}.shipping-method-card small{display:block;margin-top:4px;color:#aca297;font-size:12px}.shipping-method-card strong{font-size:24px;color:#f3eadc;white-space:nowrap}.checkout-submit:disabled{opacity:.48;cursor:not-allowed;filter:saturate(.4)}.shipping-summary-card dl dd[data-summary-shipping],.shipping-summary-card dl dd[data-summary-total]{color:#f3eadc!important}.shipping-summary-card dl dd[data-summary-total]{font-size:23px!important;color:#d8c09a!important}.origin-card{margin-top:16px;border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:16px;background:rgba(255,255,255,.035)}.origin-card b{display:block;color:#fff2df;margin-top:6px}.origin-card small{display:block;color:#a89d92;margin-top:6px;line-height:1.45}.shipping-form-grid input[readonly]{opacity:1;color:#d8c09a;background:rgba(216,192,154,.08);border-color:rgba(216,192,154,.18)}
@media(max-width:980px){.location-popover{position:fixed;left:16px;right:16px;top:auto;bottom:18px;max-height:68svh;border-radius:24px;padding:14px;z-index:120}.location-options{max-height:48svh}.shipping-method-card{display:block}.shipping-method-card strong{display:block;margin-top:13px}.origin-card{font-size:13px}}
@media(max-width:640px){.location-select{min-height:105px;padding:12px;border-radius:18px}.location-trigger{min-height:50px;border-radius:14px;padding:11px 12px}.location-trigger b{font-size:13px}.location-trigger small{font-size:10px}.location-popover{left:10px;right:10px;bottom:10px}.shipping-method-card{border-radius:18px;padding:14px}.shipping-method-card strong{font-size:22px}.shipping-summary-card{order:-1!important}.origin-card{border-radius:17px}}


/* v4.3.1 - polished checkout location dropdown */
.checkout-entry-form .location-select{
  isolation:isolate;
  overflow:visible;
  min-height:108px!important;
  padding:16px!important;
  border-radius:26px!important;
  border:1px solid rgba(255,255,255,.105)!important;
  background:
    radial-gradient(circle at 18% 0%, rgba(216,192,154,.105), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.028))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 18px 42px rgba(0,0,0,.18)!important;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.checkout-entry-form .location-select:hover{
  border-color:rgba(216,192,154,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 22px 54px rgba(0,0,0,.22)!important;
}
.checkout-entry-form .location-select.open{
  z-index:90!important;
  border-color:rgba(216,192,154,.38)!important;
  background:
    radial-gradient(circle at 16% 0%, rgba(216,192,154,.16), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035))!important;
}
.checkout-entry-form .location-select>span{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0 0 12px!important;
  color:#eadbc0!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
.checkout-entry-form .location-select>span::before{
  content:'';
  width:6px;
  height:6px;
  border-radius:999px;
  background:rgba(216,192,154,.9);
  box-shadow:0 0 0 5px rgba(216,192,154,.08);
}
.checkout-entry-form .location-trigger{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  min-height:64px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 40px!important;
  grid-template-rows:auto auto!important;
  grid-template-areas:
    "value arrow"
    "meta arrow"!important;
  column-gap:14px!important;
  row-gap:4px!important;
  align-items:center!important;
  padding:14px 14px 14px 18px!important;
  border-radius:20px!important;
  border:1px solid rgba(216,192,154,.18)!important;
  background:
    linear-gradient(135deg, rgba(0,0,0,.44), rgba(255,255,255,.045)),
    radial-gradient(circle at 12% 18%, rgba(216,192,154,.08), transparent 36%)!important;
  color:#f8f1e8!important;
  text-align:left!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 12px 30px rgba(0,0,0,.18)!important;
  cursor:pointer!important;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease!important;
}
.checkout-entry-form .location-trigger::after{
  content:'';
  position:absolute;
  left:18px;
  right:54px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg, rgba(216,192,154,.28), transparent);
  opacity:.58;
}
.checkout-entry-form .location-trigger:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(216,192,154,.38)!important;
  background:
    linear-gradient(135deg, rgba(216,192,154,.095), rgba(255,255,255,.045)),
    radial-gradient(circle at 12% 18%, rgba(216,192,154,.13), transparent 38%)!important;
}
.checkout-entry-form .location-trigger:disabled{
  transform:none!important;
  cursor:not-allowed!important;
  opacity:.58!important;
  filter:saturate(.68)!important;
}
.checkout-entry-form .location-trigger b{
  grid-area:value!important;
  min-width:0!important;
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-family:var(--font-ui), Inter, system-ui, sans-serif!important;
  font-size:16px!important;
  line-height:1.12!important;
  font-weight:850!important;
  letter-spacing:.005em!important;
  color:#fff7eb!important;
  text-transform:none!important;
}
.checkout-entry-form .location-trigger small{
  grid-area:meta!important;
  justify-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  max-width:100%!important;
  min-height:22px!important;
  margin:0!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:rgba(216,192,154,.075)!important;
  border:1px solid rgba(216,192,154,.13)!important;
  color:#b9ad9f!important;
  font-family:var(--font-ui), Inter, system-ui, sans-serif!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.checkout-entry-form .location-trigger i{
  grid-area:arrow!important;
  position:relative!important;
  display:block!important;
  flex:0 0 34px!important;
  justify-self:end!important;
  align-self:center!important;
  width:34px!important;
  height:34px!important;
  border:0!important;
  border-radius:14px!important;
  background:rgba(216,192,154,.10)!important;
  box-shadow:inset 0 0 0 1px rgba(216,192,154,.15)!important;
  transform:none!important;
  margin:0!important;
  transition:background .18s ease, transform .18s ease!important;
}
.checkout-entry-form .location-trigger i::before{
  content:'';
  position:absolute;
  width:9px;
  height:9px;
  left:50%;
  top:47%;
  border-right:2px solid #e2cda8;
  border-bottom:2px solid #e2cda8;
  transform:translate(-50%,-50%) rotate(45deg);
  transition:transform .18s ease, top .18s ease;
}
.checkout-entry-form .location-select.open .location-trigger{
  border-color:rgba(216,192,154,.52)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07), 0 18px 48px rgba(0,0,0,.28)!important;
}
.checkout-entry-form .location-select.open .location-trigger i{
  background:rgba(216,192,154,.18)!important;
}
.checkout-entry-form .location-select.open .location-trigger i::before{
  top:54%;
  transform:translate(-50%,-50%) rotate(225deg);
}
.checkout-entry-form .location-popover{
  left:16px!important;
  right:16px!important;
  top:calc(100% - 2px)!important;
  padding:14px!important;
  border-radius:24px!important;
  border:1px solid rgba(216,192,154,.30)!important;
  background:
    radial-gradient(circle at 20% 0%, rgba(216,192,154,.12), transparent 34%),
    linear-gradient(180deg, rgba(18,17,17,.985), rgba(10,10,10,.985))!important;
  box-shadow:0 30px 80px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.075)!important;
  backdrop-filter:blur(20px)!important;
}
.checkout-entry-form .location-popover::before{
  content:'';
  position:absolute;
  left:28px;
  right:28px;
  top:-1px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(216,192,154,.55), transparent);
}
.checkout-entry-form .location-popover input[type="search"]{
  width:100%!important;
  height:48px!important;
  margin:0 0 12px!important;
  padding:0 15px!important;
  border-radius:17px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(255,255,255,.065)!important;
  color:#f8efe2!important;
  font-family:var(--font-ui), Inter, system-ui, sans-serif!important;
  font-size:13.5px!important;
  font-weight:750!important;
  outline:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055)!important;
}
.checkout-entry-form .location-popover input[type="search"]:focus{
  border-color:rgba(216,192,154,.40)!important;
  box-shadow:0 0 0 4px rgba(216,192,154,.08), inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.checkout-entry-form .location-popover input[type="search"]::placeholder{color:#82776c!important}
.checkout-entry-form .location-options{
  max-height:278px!important;
  padding:2px 4px 2px 0!important;
  gap:8px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
.checkout-entry-form .location-options::-webkit-scrollbar{width:7px!important}
.checkout-entry-form .location-options::-webkit-scrollbar-track{background:rgba(255,255,255,.035);border-radius:99px!important}
.checkout-entry-form .location-options::-webkit-scrollbar-thumb{background:linear-gradient(180deg, rgba(216,192,154,.46), rgba(216,192,154,.20));border-radius:99px!important}
.checkout-entry-form .location-options button{
  position:relative!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:8px 12px!important;
  align-items:center!important;
  min-height:54px!important;
  padding:12px 13px!important;
  border-radius:17px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  background:linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.026))!important;
  color:#f5eadc!important;
  text-align:left!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
  transition:transform .16s ease, border-color .16s ease, background .16s ease!important;
}
.checkout-entry-form .location-options button::after{
  content:'Pilih';
  justify-self:end;
  border:1px solid rgba(216,192,154,.14);
  background:rgba(216,192,154,.07);
  color:#d8c09a;
  border-radius:999px;
  padding:5px 8px;
  font-family:var(--font-ui), Inter, system-ui, sans-serif;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.checkout-entry-form .location-options button:hover,
.checkout-entry-form .location-options button:focus-visible{
  transform:translateY(-1px)!important;
  border-color:rgba(216,192,154,.36)!important;
  background:linear-gradient(135deg, rgba(216,192,154,.14), rgba(255,255,255,.04))!important;
  outline:none!important;
}
.checkout-entry-form .location-options button b{
  min-width:0!important;
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-family:var(--font-ui), Inter, system-ui, sans-serif!important;
  color:#fff3e4!important;
  font-size:13.5px!important;
  line-height:1.18!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
}
.checkout-entry-form .location-options button small{
  grid-column:1 / 2!important;
  display:block!important;
  margin:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#a99e92!important;
  font-family:var(--font-ui), Inter, system-ui, sans-serif!important;
  font-size:10.5px!important;
  line-height:1.15!important;
  font-weight:750!important;
}
.checkout-entry-form .location-loading,
.checkout-entry-form .location-empty{
  margin:0!important;
  padding:15px!important;
  border-radius:16px!important;
  border:1px dashed rgba(216,192,154,.18)!important;
  background:rgba(255,255,255,.035)!important;
  color:#a99e92!important;
  font-family:var(--font-ui), Inter, system-ui, sans-serif!important;
  font-size:12px!important;
}
@media(max-width:980px){
  .checkout-entry-form .location-popover{
    position:fixed!important;
    left:18px!important;
    right:18px!important;
    top:auto!important;
    bottom:18px!important;
    max-height:72svh!important;
    border-radius:28px!important;
    padding:18px!important;
    z-index:220!important;
  }
  .checkout-entry-form .location-popover::after{
    content:'';
    position:absolute;
    top:8px;
    left:50%;
    width:42px;
    height:4px;
    border-radius:999px;
    background:rgba(216,192,154,.32);
    transform:translateX(-50%);
  }
  .checkout-entry-form .location-popover input[type="search"]{margin-top:12px!important}
  .checkout-entry-form .location-options{max-height:52svh!important}
}
@media(max-width:640px){
  .checkout-entry-form .location-select{
    min-height:96px!important;
    padding:13px!important;
    border-radius:21px!important;
  }
  .checkout-entry-form .location-select>span{
    margin-bottom:10px!important;
    font-size:9.7px!important;
    letter-spacing:.16em!important;
  }
  .checkout-entry-form .location-trigger{
    min-height:58px!important;
    padding:12px 12px 12px 14px!important;
    border-radius:17px!important;
    grid-template-columns:minmax(0,1fr) 34px!important;
  }
  .checkout-entry-form .location-trigger::after{left:14px;right:48px}
  .checkout-entry-form .location-trigger b{
    font-size:14px!important;
  }
  .checkout-entry-form .location-trigger small{
    max-width:100%!important;
    font-size:9px!important;
    min-height:20px!important;
    padding:4px 8px!important;
  }
  .checkout-entry-form .location-trigger i{
    width:30px!important;
    height:30px!important;
    border-radius:12px!important;
  }
  .checkout-entry-form .location-popover{
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
    padding:16px!important;
    border-radius:25px!important;
  }
  .checkout-entry-form .location-options button{
    min-height:52px!important;
    padding:11px 12px!important;
    border-radius:15px!important;
  }
  .checkout-entry-form .location-options button::after{display:none!important}
}


/* v4.3.2 - checkout dropdown arrow alignment fix */
.checkout-entry-form .location-trigger i{
  position:relative!important;
  display:block!important;
  flex:0 0 34px!important;
  justify-self:end!important;
  align-self:center!important;
  width:34px!important;
  height:34px!important;
  margin:0!important;
  transform:none!important;
  overflow:hidden!important;
}
.checkout-entry-form .location-trigger i::before{
  content:''!important;
  position:absolute!important;
  left:50%!important;
  top:46%!important;
  width:9px!important;
  height:9px!important;
  border:0!important;
  border-right:2px solid #e2cda8!important;
  border-bottom:2px solid #e2cda8!important;
  transform:translate(-50%,-50%) rotate(45deg)!important;
  transform-origin:center!important;
}
.checkout-entry-form .location-select.open .location-trigger i::before{
  top:54%!important;
  transform:translate(-50%,-50%) rotate(225deg)!important;
}
@media(max-width:640px){
  .checkout-entry-form .location-trigger i{
    flex-basis:30px!important;
    width:30px!important;
    height:30px!important;
  }
  .checkout-entry-form .location-trigger i::before{
    width:8px!important;
    height:8px!important;
  }
}

/* Final polish: Cara Order now uses 4 synchronized steps */
.order-steps-four{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch}
.order-steps-four div{display:flex;flex-direction:column;justify-content:flex-start}
.order-steps-four h3{max-width:100%;text-wrap:balance}
.order-steps-four p{text-wrap:pretty}
@media (min-width:921px){
  .order-steps-four div{min-height:218px}
  .order-steps-four h3{font-size:clamp(24px,1.55vw,28px)!important;line-height:1.04!important}
}
@media (max-width:920px){
  .order-steps-four{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:560px){
  .order-steps-four{grid-template-columns:1fr!important}
}
