


:root {
  color-scheme: light;

  
  --porcelain: oklch(0.977 0.006 85);
  --surface:   oklch(0.995 0.003 85);
  --surface-2: oklch(0.958 0.008 85);
  --surface-3: oklch(0.930 0.010 85);

  
  --ink:      oklch(0.215 0.028 155);
  --ink-2:    oklch(0.365 0.024 155);
  --sz-muted: oklch(0.505 0.018 155);
  --on-dark:  oklch(0.985 0.004 85);

  --sz-line:      oklch(0.885 0.010 85);
  --sz-line-soft: oklch(0.930 0.008 85);

  
  --sz-gold:      oklch(0.800 0.142 74);
  --sz-gold-2:    oklch(0.705 0.135 68);
  --sz-gold-deep: oklch(0.575 0.115 62);
  --pitch:        oklch(0.505 0.132 155);
  --pitch-soft:   oklch(0.700 0.110 155);
  --ember:        oklch(0.575 0.190 28);

  
  --aurora-1: oklch(0.90 0.075 78);
  --aurora-2: oklch(0.86 0.062 160);

  
  --glass:      color-mix(in oklab, var(--surface) 62%, transparent);
  --glass-2:    color-mix(in oklab, var(--surface) 80%, transparent);
  --glass-edge: color-mix(in oklab, white 78%, transparent);
  --glass-hi:   color-mix(in oklab, white 92%, transparent);
  --glass-dark:      color-mix(in oklab, oklch(0.26 0.03 155) 48%, transparent);
  --glass-dark-edge: color-mix(in oklab, white 28%, transparent);
  --blur: 22px;

  
  --r-1: 12px; --r-2: 16px; --r-3: 22px;
  --r-4: 28px; --r-5: 36px; --r-6: 44px;
  --r-pill: 999px;

  --s1: 4px;  --s2: 8px;  --s3: 12px; --s4: 16px; --s5: 24px;
  --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px; --s10: 128px;

  
  --sh-1: 0 1px 2px oklch(0.30 0.02 85 / .06);
  --sh-2: 0 8px 24px -10px oklch(0.30 0.02 85 / .16), 0 2px 6px -2px oklch(0.30 0.02 85 / .08);
  --sh-3: 0 28px 64px -28px oklch(0.28 0.02 85 / .30), 0 6px 18px -8px oklch(0.30 0.02 85 / .12);
  --sh-gold: 0 16px 40px -16px color-mix(in oklab, var(--sz-gold) 58%, transparent);

  
  --font: 'Manrope', 'Segoe UI', system-ui, -apple-system, 'Noto Sans Arabic', sans-serif;
  --font-display: 'Barlow Condensed', 'Archivo Narrow', 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  --t-display: clamp(2.9rem, 1.1rem + 7vw, 5.75rem);
  --t-h1: clamp(2.2rem, 1.3rem + 3.4vw, 3.6rem);
  --t-h2: clamp(1.8rem, 1.2rem + 2.2vw, 2.75rem);
  --t-h3: clamp(1.2rem, 1.02rem + .8vw, 1.6rem);
  --t-sm: .9375rem;
  --t-xs: .8125rem;

  --nav-h: 64px;
  --gut: clamp(16px, 4vw, 44px);
  --wrap: 1300px;
  --wrap-narrow: 920px;
  --shell-inset: clamp(8px, 1.1vw, 16px);

  --e-out: cubic-bezier(.16, 1, .3, 1);
  --e-soft: cubic-bezier(.22, .61, .36, 1);
  --d-1: 180ms; --d-2: 320ms; --d-3: 620ms; --d-4: 1100ms;

  --z-base: 0; --z-raise: 10; --z-sticky: 20; --z-nav: 40;
  --z-scrim: 60; --z-panel: 70; --z-toast: 90; --z-load: 120;
}


*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.62;
  color: var(--ink);
  background: var(--porcelain);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video, canvas { display: block; max-width: 100%; }
img, video { height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--pitch); outline-offset: 3px; border-radius: var(--r-1); }
::selection { background: var(--sz-gold); color: var(--ink); }

.sr {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}
.sr:focus {
  position: fixed; inset-block-start: 12px; inset-inline-start: 12px;
  width: auto; height: auto; clip-path: none; z-index: var(--z-toast);
  padding: 12px 20px; background: var(--ink); color: var(--on-dark);
  border-radius: var(--r-2); font-weight: 700; margin: 0;
}


:where(h1, h2, h3, h4) {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.012em;
  text-transform: uppercase;
}
h1 { font-size: var(--t-h1); text-wrap: balance; }
h2 { font-size: var(--t-h2); text-wrap: balance; }
h3 { font-size: var(--t-h3); letter-spacing: 0; }
p  { text-wrap: pretty; }

.display {
  font-family: var(--font-display);
  font-size: var(--t-display);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.018em;
  text-transform: uppercase;
  text-wrap: balance;
}
.lede { font-size: clamp(1.02rem, .96rem + .4vw, 1.2rem); color: var(--ink-2); max-width: 60ch; }
.quiet { color: var(--sz-muted); }
.measure { max-width: 68ch; }

.mono {
  font-family: var(--font-mono);
  font-size: var(--t-xs);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sz-muted);
}
.price { font-variant-numeric: tabular-nums; font-weight: 700; letter-spacing: -.01em; }
s.price { color: var(--sz-muted); font-weight: 500; }


.wrap, .wrap-wide { width: 100%; margin-inline: auto; padding-inline: var(--gut); }
.wrap { max-width: var(--wrap-narrow); }
.wrap-wide { max-width: var(--wrap); }

.band    { padding-block: clamp(60px, 8vw, 124px); }
.band-sm { padding-block: clamp(36px, 5vw, 76px); }

.shell { position: relative; isolation: isolate; }
.rule { border: 0; height: 1px; background: var(--sz-line); }

.sec-head {
  display: flex; flex-wrap: wrap;
  align-items: flex-end; justify-content: space-between;
  gap: var(--s5);
  margin-block-end: var(--s6);
}
.sec-head h2 { max-width: 18ch; }
.sec-head p { color: var(--sz-muted); max-width: 46ch; margin-block-start: var(--s3); }

.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: var(--t-sm);
  color: var(--sz-gold-deep);
  padding-block: 8px;
  border-block-end: 1px solid color-mix(in oklab, var(--sz-gold-deep) 40%, transparent);
  transition: gap var(--d-1) var(--e-soft), color var(--d-1) linear, border-color var(--d-1) linear;
}
.textlink:hover { gap: 14px; color: var(--ink); border-color: var(--ink); }

.crumbs {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  font-size: var(--t-xs); color: var(--sz-muted);
  margin-block-end: var(--s5);
}
.crumbs a:hover { color: var(--sz-gold-deep); }
.crumbs .i { opacity: .45; }
.crumbs [aria-current="page"] { color: var(--ink-2); font-weight: 600; }


.aurora { position: relative; isolation: isolate; overflow: hidden; }
.aurora::before {
  content: '';
  position: absolute; inset: -30% -10%;
  z-index: -1;
  background:
    radial-gradient(46% 54% at 16% 26%, color-mix(in oklab, var(--aurora-1) 74%, transparent), transparent 70%),
    radial-gradient(44% 52% at 84% 74%, color-mix(in oklab, var(--aurora-2) 62%, transparent), transparent 70%);
  filter: blur(46px);
  animation: aurora-drift 34s var(--e-soft) infinite alternate;
}
@keyframes aurora-drift { to { transform: translate3d(3%, -4%, 0) scale(1.1) rotate(6deg); } }
.aurora-quiet::before { opacity: .48; }


.glass {
  background: var(--glass);
  border: 1px solid var(--glass-edge);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(180%);
  backdrop-filter: blur(var(--blur)) saturate(180%);
  box-shadow: var(--sh-2), inset 0 1px 0 var(--glass-hi);
}
.glass-dark {
  background: var(--glass-dark);
  border: 1px solid var(--glass-dark-edge);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(160%);
  backdrop-filter: blur(var(--blur)) saturate(160%);
  box-shadow: var(--sh-3), inset 0 1px 0 color-mix(in oklab, white 32%, transparent);
  color: var(--on-dark);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass, .btn-glass, .hdr-bar, .toast, .chip-glass { background: var(--surface); }
  .glass-dark, .btn-glass-dark { background: oklch(0.26 0.03 155); }
}


.btn {
  --btn-bg: var(--surface);
  --btn-fg: var(--ink);
  --btn-brd: var(--ink);
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1px solid var(--btn-brd);
  font-size: var(--t-sm);
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  box-shadow: var(--sh-1);
  transition: transform var(--d-1) var(--e-soft), box-shadow var(--d-2) var(--e-out),
              background-color var(--d-2) linear, color var(--d-2) linear, border-color var(--d-2) linear;
}

.btn::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 42%, color-mix(in oklab, white 62%, transparent) 50%, transparent 58%);
  transform: translateX(-130%);
  transition: transform 760ms var(--e-out);
  pointer-events: none;
}
.btn:hover::after { transform: translateX(130%); }
.btn:hover {
  --btn-bg: var(--sz-gold);
  --btn-brd: var(--sz-gold);
  box-shadow: var(--sh-gold);
  transform: translateY(-1px);
}
.btn:active { transform: scale(.976); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; cursor: not-allowed; box-shadow: none; transform: none; }
.btn[disabled]::after { display: none; }

.btn-ink { --btn-bg: var(--ink); --btn-fg: var(--on-dark); }
.btn-ink { --btn-bg: var(--surface); --btn-fg: var(--ink); --btn-brd: var(--ink); }
.btn-ink:hover { --btn-bg: var(--ink); --btn-fg: var(--on-dark); --btn-brd: var(--ink); box-shadow: var(--sh-3); }

.btn-glass {
  --btn-bg: var(--glass);
  --btn-fg: var(--ink);
  --btn-brd: var(--glass-edge);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(180%);
  backdrop-filter: blur(var(--blur)) saturate(180%);
  box-shadow: var(--sh-2), inset 0 1px 0 var(--glass-hi);
}
.btn-glass:hover { --btn-bg: var(--sz-gold); --btn-brd: var(--sz-gold); box-shadow: var(--sh-gold); }


.btn-glass-dark {
  --btn-bg: var(--glass-dark);
  --btn-fg: var(--on-dark);
  --btn-brd: color-mix(in oklab, white 62%, transparent);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(160%);
  backdrop-filter: blur(var(--blur)) saturate(160%);
}
.btn-glass-dark:hover { --btn-bg: var(--sz-gold); --btn-fg: var(--ink); --btn-brd: var(--sz-gold); box-shadow: var(--sh-gold); }

.btn-ghost { --btn-bg: transparent; --btn-fg: var(--ink); --btn-brd: var(--sz-line); box-shadow: none; }
.btn-ghost:hover { --btn-bg: var(--sz-gold); --btn-brd: var(--sz-gold); box-shadow: var(--sh-gold); }

.btn-pitch { --btn-bg: var(--surface); --btn-fg: var(--pitch); --btn-brd: var(--pitch); }
.btn-pitch:hover { --btn-bg: var(--pitch); --btn-fg: var(--on-dark); --btn-brd: var(--pitch); box-shadow: 0 16px 40px -16px color-mix(in oklab, var(--pitch) 60%, transparent); }

.btn-sm  { min-height: 42px; padding: 0 20px; font-size: var(--t-xs); }
.btn-lg  { min-height: 60px; padding: 0 36px; font-size: 1.02rem; }
.btn-wide { width: 100%; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.iconbtn {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: var(--r-2);
  color: var(--ink);
  position: relative;
  transition: background-color var(--d-1) linear, color var(--d-1) linear, transform var(--d-1) var(--e-soft);
}
.iconbtn:hover { background: color-mix(in oklab, var(--ink) 8%, transparent); }
.iconbtn:active { transform: scale(.94); }

.i { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.i-sm { width: 17px; height: 17px; stroke-width: 1.85; }
.i-lg { width: 30px; height: 30px; stroke-width: 1.5; }

.count {
  position: absolute; inset-block-start: 2px; inset-inline-end: 1px;
  min-width: 19px; height: 19px; padding: 0 5px;
  display: grid; place-items: center;
  border-radius: var(--r-pill);
  background: var(--ember); color: var(--on-dark);
  font-size: 11px; font-weight: 800; font-variant-numeric: tabular-nums;
  border: 2px solid var(--surface);
}

.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px;
  border-radius: var(--r-pill);
  background: var(--surface);
  border: 1px solid var(--sz-line);
  font-size: var(--t-xs); font-weight: 600;
  color: var(--ink-2);
  box-shadow: var(--sh-1);
  transition: border-color var(--d-1) linear, color var(--d-1) linear,
              background-color var(--d-1) linear, transform var(--d-1) var(--e-soft);
}
a.chip:hover, button.chip:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-1px); }
.chip[aria-current="page"], .chip.is-on, .chip[aria-pressed="true"] {
  background: var(--ink); border-color: var(--ink); color: var(--on-dark);
}
.chip span { font-family: var(--font-mono); font-size: 10px; opacity: .65; }
.chip-glass {
  background: var(--glass); border-color: var(--glass-edge);
  -webkit-backdrop-filter: blur(16px) saturate(180%); backdrop-filter: blur(16px) saturate(180%);
}

.chip-on-dark {
  background: var(--glass-dark); border-color: var(--glass-dark-edge); color: var(--on-dark);
  -webkit-backdrop-filter: blur(16px) saturate(160%); backdrop-filter: blur(16px) saturate(160%);
}

.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pitch); flex: none; }
.dot-live { animation: pulse 2.4s var(--e-soft) infinite; }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 color-mix(in oklab, var(--pitch) 55%, transparent); }
  70%  { box-shadow: 0 0 0 9px color-mix(in oklab, var(--pitch) 0%, transparent); }
  100% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--pitch) 0%, transparent); }
}

.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 13px;
  border-radius: var(--r-pill);
  font-size: 11px; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase;
  background: var(--glass-2);
  border: 1px solid var(--glass-edge);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  color: var(--ink);
  box-shadow: var(--sh-1);
}
.badge-sale  { background: var(--ember); border-color: transparent; color: var(--on-dark); }
.badge-new   { background: var(--ink); border-color: transparent; color: var(--on-dark); }
.badge-flock { background: var(--pitch); border-color: transparent; color: var(--on-dark); }


.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field > label, .field-label {
  font-size: var(--t-xs); font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--sz-muted);
}
.req { color: var(--ember); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s5); }
.form-block { display: grid; gap: var(--s5); padding-block-end: var(--s6); }
.form-block > h2 { font-size: 1.35rem; }

.input, .select, .textarea {
  width: 100%;
  min-height: 54px;
  padding: 15px 18px;
  border-radius: var(--r-2);
  background: var(--surface);
  border: 1px solid var(--sz-line);
  color: var(--ink);
  font-size: 16px;
  box-shadow: var(--sh-1);
  transition: border-color var(--d-1) linear, box-shadow var(--d-1) linear;
}
.textarea { min-height: 112px; resize: vertical; line-height: 1.55; }
.input::placeholder, .textarea::placeholder { color: oklch(0.63 0.014 155); }
.input:hover, .select:hover, .textarea:hover { border-color: oklch(0.80 0.012 85); }
.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border-color: var(--pitch);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--pitch) 16%, transparent);
}
.input[aria-invalid="true"], .select[aria-invalid="true"], .textarea[aria-invalid="true"] {
  border-color: var(--ember);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--ember) 16%, transparent);
}
.select {
  appearance: none;
  padding-inline-end: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c6660' stroke-width='1.9' stroke-linecap='round'%3E%3Cpath d='M6 9.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  cursor: pointer;
}
.err { display: flex; align-items: center; gap: 7px; font-size: var(--t-xs); color: var(--ember); font-weight: 600; }
.help { font-size: var(--t-xs); color: var(--sz-muted); }

.checkline {
  display: flex; align-items: center; gap: 11px;
  font-size: var(--t-sm); color: var(--ink-2); cursor: pointer;
  min-height: 44px;
}
.checkline input[type="checkbox"], .radio input[type="radio"] { accent-color: var(--pitch); width: 18px; height: 18px; cursor: pointer; }

.pw-wrap { position: relative; }
.pw-toggle {
  position: absolute; inset-inline-end: 7px; inset-block-start: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: var(--r-1); color: var(--sz-muted);
}
.pw-toggle:hover { color: var(--ink); background: var(--surface-2); }

.qty {
  display: inline-flex; align-items: center;
  border: 1px solid var(--sz-line);
  border-radius: var(--r-2);
  background: var(--surface);
  box-shadow: var(--sh-1);
  overflow: hidden;
}
.qty button { width: 46px; height: 52px; display: grid; place-items: center; color: var(--ink-2); transition: background-color var(--d-1) linear, color var(--d-1) linear; }
.qty button:hover:not([disabled]) { background: var(--surface-2); color: var(--ink); }
.qty button[disabled] { opacity: .32; cursor: not-allowed; }
.qty input {
  width: 52px; height: 52px; text-align: center;
  background: none; border: 0;
  font-variant-numeric: tabular-nums; font-weight: 700;
  -moz-appearance: textfield;
}
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.notice {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px 18px;
  border-radius: var(--r-3);
  background: var(--surface);
  border: 1px solid var(--sz-line);
  box-shadow: var(--sh-1);
  font-size: var(--t-sm);
  color: var(--ink-2);
}
.notice .i { flex: none; margin-block-start: 2px; color: var(--sz-gold-deep); }
.notice-alert { background: color-mix(in oklab, var(--ember) 8%, var(--surface)); border-color: color-mix(in oklab, var(--ember) 34%, transparent); color: var(--ink); }
.notice-alert .i { color: var(--ember); }
.notice-good { background: color-mix(in oklab, var(--pitch) 8%, var(--surface)); border-color: color-mix(in oklab, var(--pitch) 30%, transparent); }
.notice-good .i { color: var(--pitch); }


.frame { position: relative; display: block; overflow: hidden; background: var(--surface-2); border-radius: inherit; }
.frame > img { width: 100%; height: 100%; object-fit: cover; }
.frame-contain > img { object-fit: contain; padding: 7%; }
.frame[data-noimage] > img { opacity: 0; }
.frame[data-noimage]::after {
  content: '';
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, transparent 0 15px, color-mix(in oklab, var(--ink) 3%, transparent) 15px 16px),
    radial-gradient(60% 60% at 50% 45%, color-mix(in oklab, var(--sz-gold) 22%, transparent), transparent 70%);
}
.frame[data-noimage]::before {
  content: 'MMB';
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(11px, 1.6vw, 15px);
  letter-spacing: .34em;
  color: color-mix(in oklab, var(--sz-gold-deep) 70%, transparent);
  z-index: 1;
}


.utility {
  position: relative; z-index: var(--z-raise);
  background: var(--ink); color: var(--on-dark);
  font-size: var(--t-xs);
  overflow: hidden;
}
.utility-track { display: flex; width: max-content; animation: marquee 44s linear infinite; }
.utility:hover .utility-track { animation-play-state: paused; }
.utility-track span {
  display: inline-flex; align-items: center; gap: 20px;
  padding: 11px 20px;
  letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
  white-space: nowrap;
}
.utility-track span::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--sz-gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

.hdr {
  position: sticky;
  inset-block-start: var(--shell-inset);
  z-index: var(--z-nav);
  padding-inline: var(--shell-inset);
  margin-block-start: var(--shell-inset);
}
.hdr-bar {
  width: min(1360px, 100%);
  margin-inline: auto;
  min-height: var(--nav-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--s4);
  padding-inline: 14px;
  border-radius: var(--r-pill);
  background: color-mix(in oklab, var(--surface) 34%, transparent);
  border: 1px solid color-mix(in oklab, white 55%, transparent);
  -webkit-backdrop-filter: blur(34px) saturate(190%);
  backdrop-filter: blur(34px) saturate(190%);
  box-shadow: var(--sh-2), inset 0 1px 0 color-mix(in oklab, white 70%, transparent);
  transition: box-shadow var(--d-3) var(--e-soft), background-color var(--d-3) linear;
}
.hdr[data-scrolled="true"] .hdr-bar {
  background: color-mix(in oklab, var(--surface) 78%, transparent);
  box-shadow: var(--sh-3), inset 0 1px 0 var(--glass-hi);
}

body.has-hero .hdr:not([data-scrolled="true"]) .hdr-bar {
  background: color-mix(in oklab, oklch(0.22 0.03 155) 30%, transparent);
  border-color: color-mix(in oklab, white 34%, transparent);
  box-shadow: 0 10px 34px -14px oklch(0 0 0 / .45), inset 0 1px 0 color-mix(in oklab, white 34%, transparent);
}
body.has-hero .hdr:not([data-scrolled="true"]) .hdr-nav a,
body.has-hero .hdr:not([data-scrolled="true"]) .iconbtn,
body.has-hero .hdr:not([data-scrolled="true"]) .mark-name { color: var(--on-dark); }
body.has-hero .hdr:not([data-scrolled="true"]) .hdr-nav a:hover { background: color-mix(in oklab, white 16%, transparent); }
body.has-hero .hdr:not([data-scrolled="true"]) .mark-sub { color: color-mix(in oklab, var(--on-dark) 62%, transparent); }
body.has-hero .hdr:not([data-scrolled="true"]) .hdr-search {
  background: color-mix(in oklab, white 14%, transparent);
  color: color-mix(in oklab, var(--on-dark) 78%, transparent);
}
body.has-hero .hdr:not([data-scrolled="true"]) .hdr-search kbd {
  background: color-mix(in oklab, white 18%, transparent);
  border-color: color-mix(in oklab, white 26%, transparent);
  color: var(--on-dark);
}
body.has-hero .hdr:not([data-scrolled="true"]) .count { border-color: transparent; }

.hdr-start, .hdr-end { display: flex; align-items: center; gap: 4px; min-width: 0; }
.hdr-end { justify-content: flex-end; }

.hdr-nav { display: flex; align-items: center; gap: 2px; }
.hdr-nav a {
  position: relative;
  padding: 10px 15px;
  border-radius: var(--r-pill);
  font-size: var(--t-sm); font-weight: 600;
  color: var(--ink-2);
  white-space: nowrap;
  transition: color var(--d-1) linear, background-color var(--d-1) linear;
}
.hdr-nav a:hover { color: var(--ink); background: color-mix(in oklab, var(--ink) 6%, transparent); }
.hdr-nav a[aria-current="page"] { color: var(--ink); }
.hdr-nav a[aria-current="page"]::after {
  content: ''; position: absolute; inset-block-end: 5px; inset-inline-start: 50%;
  transform: translateX(-50%); width: 18px; height: 2px; border-radius: 2px; background: var(--sz-gold);
}
.hdr-nav .is-flock { color: var(--pitch); font-weight: 700; }

.mark { display: inline-flex; align-items: center; gap: 11px; }

.mark-img { width: 42px; height: 42px; flex: none; border-radius: 50%; }
.mark-text { display: flex; flex-direction: column; line-height: 1; }
.mark-name {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.22rem; letter-spacing: .01em; text-transform: uppercase;
}
.mark-name em { font-style: normal; color: var(--sz-gold-deep); }
.mark-sub { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .24em; color: var(--sz-muted); margin-block-start: 3px; }

.hdr-search {
  display: flex; align-items: center; gap: 10px;
  height: 42px; padding: 0 8px 0 15px;
  border-radius: var(--r-pill);
  background: color-mix(in oklab, var(--ink) 5%, transparent);
  border: 1px solid transparent;
  color: var(--sz-muted);
  font-size: var(--t-xs);
  min-width: 200px;
  transition: border-color var(--d-1) linear, color var(--d-1) linear;
}
.hdr-search:hover { border-color: var(--sz-line); color: var(--ink-2); }
.hdr-search span { flex: 1; text-align: start; }
.hdr-search kbd {
  font-family: var(--font-mono); font-size: 10px;
  padding: 3px 7px; border-radius: 7px;
  background: var(--surface); border: 1px solid var(--sz-line);
  color: var(--sz-muted);
}
.menu-btn { display: none; }


.scrim {
  position: fixed; inset: 0; z-index: var(--z-scrim);
  background: oklch(0.22 0.03 155 / .38);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden;
  transition: opacity var(--d-2) var(--e-soft), visibility var(--d-2);
}
.scrim[data-open="true"] { opacity: 1; visibility: visible; }

.menu {
  position: fixed; inset-block: var(--shell-inset); inset-inline-start: var(--shell-inset);
  width: min(430px, calc(100vw - 2 * var(--shell-inset)));
  z-index: var(--z-panel);
  background: var(--surface);
  border: 1px solid var(--sz-line-soft);
  display: flex; flex-direction: column;
  transform: translateX(calc(-100% - var(--shell-inset) - 12px));
  visibility: hidden;
  transition: transform var(--d-3) var(--e-out), visibility var(--d-3);
  border-radius: var(--r-5);
  box-shadow: var(--sh-3);
  overflow: hidden;
}
.menu[data-open="true"] { transform: none; visibility: visible; }
.menu-top { display: flex; align-items: center; justify-content: space-between; padding: 20px var(--s5); border-block-end: 1px solid var(--sz-line-soft); }
.menu-body { flex: 1; overflow-y: auto; padding: var(--s5); }
.menu-list { display: grid; gap: 2px; }
.menu-list a {
  display: flex; align-items: baseline; gap: 16px;
  padding: 14px 16px;
  border-radius: var(--r-2);
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.3rem, 4.5vw, 1.7rem);
  text-transform: uppercase; letter-spacing: -.005em;
  opacity: 0;
  transform: translateX(-14px);
  transition: background-color var(--d-1) linear, color var(--d-1) linear;
}
.menu[data-open="true"] .menu-list a {
  opacity: 1; transform: none;
  transition: opacity var(--d-3) var(--e-out) calc(var(--i, 0) * 45ms + 110ms),
              transform var(--d-3) var(--e-out) calc(var(--i, 0) * 45ms + 110ms),
              background-color var(--d-1) linear, color var(--d-1) linear;
}
.menu-list a:hover { background: var(--surface-2); color: var(--sz-gold-deep); }
.menu-list a .n { font-family: var(--font-mono); font-size: 11px; color: var(--sz-gold-deep); letter-spacing: .1em; }
.menu-foot { padding: var(--s5); border-block-start: 1px solid var(--sz-line-soft); display: grid; gap: var(--s4); }
.socials { display: flex; gap: 8px; }
.socials a {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: var(--r-2); border: 1px solid var(--sz-line); color: var(--ink-2);
  transition: border-color var(--d-1) linear, color var(--d-1) linear, background-color var(--d-1) linear;
}
.socials a:hover { border-color: var(--ink); color: var(--ink); background: var(--surface-2); }

.search-ov {
  position: fixed; inset-block-start: 0; inset-inline: 0;
  z-index: var(--z-panel);
  padding: clamp(20px, 7vh, 80px) 0 var(--s7);
  background: color-mix(in oklab, var(--surface) 88%, transparent);
  -webkit-backdrop-filter: blur(28px) saturate(180%); backdrop-filter: blur(28px) saturate(180%);
  border-block-end: 1px solid var(--sz-line-soft);
  border-end-start-radius: var(--r-6); border-end-end-radius: var(--r-6);
  box-shadow: var(--sh-3);
  transform: translateY(-101%);
  visibility: hidden;
  transition: transform var(--d-3) var(--e-out), visibility var(--d-3);
  max-height: 100dvh; overflow-y: auto;
}
.search-ov[data-open="true"] { transform: none; visibility: visible; }
.search-form { display: flex; align-items: center; gap: 14px; padding-block-end: 18px; border-block-end: 2px solid var(--ink); }
.search-form input {
  flex: 1; min-width: 0; background: none; border: 0; outline: none;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.4rem, 4.6vw, 2.3rem);
  text-transform: uppercase; letter-spacing: -.01em;
}
.search-form input::placeholder { color: oklch(0.74 0.012 155); }
.search-hint { margin-block-start: 14px; font-size: var(--t-xs); color: var(--sz-muted); }
.suggest { margin-block-start: var(--s5); display: grid; gap: 6px; }
.suggest a { display: flex; align-items: center; gap: 14px; padding: 10px 12px; border-radius: var(--r-2); transition: background-color var(--d-1) linear; }
.suggest a:hover, .suggest a:focus-visible { background: var(--surface-2); }
.suggest img { width: 48px; height: 48px; border-radius: var(--r-1); object-fit: cover; flex: none; background: var(--surface-2); }
.suggest b { font-size: var(--t-sm); font-weight: 700; }
.suggest small { display: block; color: var(--sz-muted); font-size: var(--t-xs); }
.search-quick { display: flex; flex-wrap: wrap; gap: 8px; margin-block-start: var(--s5); }

.cart-drawer {
  position: fixed; inset-block: var(--shell-inset); inset-inline-end: var(--shell-inset);
  width: min(448px, calc(100vw - 2 * var(--shell-inset)));
  z-index: var(--z-panel);
  background: var(--surface);
  border: 1px solid var(--sz-line-soft);
  border-radius: var(--r-5);
  box-shadow: var(--sh-3);
  display: flex; flex-direction: column;
  transform: translateX(calc(100% + var(--shell-inset) + 12px));
  visibility: hidden;
  transition: transform var(--d-3) var(--e-out), visibility var(--d-3);
  overflow: hidden;
}
.cart-drawer[data-open="true"] { transform: none; visibility: visible; }
.cart-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 22px var(--s5) 16px; }
.cart-top h2 { font-size: 1.5rem; }
.cart-top .mono { display: block; margin-block-end: 4px; }
.cart-service {
  display: flex; align-items: center; gap: 10px;
  margin: 0 var(--s5) var(--s4);
  padding: 12px 15px; border-radius: var(--r-2);
  background: color-mix(in oklab, var(--pitch) 9%, var(--surface));
  border: 1px solid color-mix(in oklab, var(--pitch) 22%, transparent);
  font-size: var(--t-xs); color: var(--ink-2);
}
.cart-service .i { color: var(--pitch); }
.cart-body { flex: 1; overflow-y: auto; padding: 0 var(--s5) var(--s5); display: grid; gap: 12px; align-content: start; }
.cart-foot { padding: var(--s5); border-block-start: 1px solid var(--sz-line-soft); background: var(--surface-2); display: grid; gap: 12px; }
.cart-total { display: flex; align-items: baseline; justify-content: space-between; }
.cart-total b { font-size: var(--t-sm); font-weight: 700; }
.cart-total .price { font-size: 1.4rem; }
.cart-ship { display: flex; align-items: center; gap: 8px; font-size: var(--t-xs); color: var(--sz-muted); }

.cart-line { display: grid; grid-template-columns: 74px 1fr auto; gap: 14px; padding: 12px; border-radius: var(--r-3); background: var(--surface-2); border: 1px solid var(--sz-line-soft); }
.cart-line .frame { width: 74px; aspect-ratio: 1; border-radius: var(--r-1); background: var(--surface); }
.cart-line b { font-size: var(--t-sm); font-weight: 700; display: block; line-height: 1.3; }
.cart-line small { display: block; color: var(--sz-muted); font-size: var(--t-xs); margin-block-start: 3px; }
.cart-line .price { font-size: var(--t-sm); margin-block-start: 6px; display: block; }
.cart-line-x { align-self: start; color: var(--sz-muted); width: 32px; height: 32px; display: grid; place-items: center; border-radius: var(--r-1); }
.cart-line-x:hover { color: var(--ember); background: color-mix(in oklab, var(--ember) 10%, transparent); }

.toasts {
  position: fixed;
  inset-block-end: calc(var(--s5) + env(safe-area-inset-bottom));
  inset-inline-start: 50%; transform: translateX(-50%);
  z-index: var(--z-toast);
  display: grid; gap: 10px; width: min(420px, calc(100vw - 32px));
  pointer-events: none;
}
.toast {
  display: flex; align-items: center; gap: 12px;
  padding: 15px 20px; border-radius: var(--r-3);
  background: var(--glass-2);
  border: 1px solid var(--glass-edge);
  -webkit-backdrop-filter: blur(24px) saturate(180%); backdrop-filter: blur(24px) saturate(180%);
  box-shadow: var(--sh-3), inset 0 1px 0 var(--glass-hi);
  font-size: var(--t-sm); font-weight: 600;
  pointer-events: auto;
  animation: toast-in var(--d-3) var(--e-out) both;
}
.toast .i { flex: none; }
.toast-success .i { color: var(--pitch); }
.toast-error .i { color: var(--ember); }
.toast[data-leaving] { animation: toast-out 240ms var(--e-soft) both; }
@keyframes toast-in  { from { opacity: 0; transform: translateY(22px) scale(.96); } }
@keyframes toast-out { to   { opacity: 0; transform: translateY(10px) scale(.98); } }

.tabbar { display: none; }

.wa-float {
  position: fixed;
  inset-block-end: calc(var(--s5) + env(safe-area-inset-bottom));
  inset-inline-end: var(--s5);
  z-index: var(--z-sticky);
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: var(--r-pill);
  background: var(--pitch); color: var(--on-dark);
  box-shadow: var(--sh-3);
  transition: transform var(--d-2) var(--e-out);
}
.wa-float:hover { transform: scale(1.08) rotate(-6deg); }


.foot {
  margin: var(--shell-inset);
  padding: clamp(48px, 6vw, 88px) 0 var(--s5);
  background: oklch(0.175 0.036 156);
  color: var(--on-dark);
  border-radius: var(--r-6);
  border: 1px solid color-mix(in oklab, var(--sz-gold) 18%, transparent);
  position: relative;
  overflow: hidden;
}
.foot::before {
  display: none;
}
.foot-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(140px, 1fr));
  gap: var(--s7) var(--s5);
  position: relative;
}
.foot .mark-name { color: var(--on-dark); }
.foot .mark-name em { color: var(--sz-gold); }
.foot .mark-sub { color: color-mix(in oklab, var(--on-dark) 55%, transparent); }
.foot-intro { color: color-mix(in oklab, var(--on-dark) 68%, transparent); font-size: var(--t-sm); max-width: 34ch; margin-block: var(--s4); }
.foot h4 { font-size: var(--t-xs); letter-spacing: .16em; color: var(--sz-gold); margin-block-end: var(--s4); }
.foot ul { display: grid; gap: 11px; }
.foot ul a, .foot ul span { font-size: var(--t-sm); color: color-mix(in oklab, var(--on-dark) 76%, transparent); transition: color var(--d-1) linear; }
.foot ul a:hover { color: var(--sz-gold); }
.foot .socials a { border-color: color-mix(in oklab, var(--on-dark) 26%, transparent); color: var(--on-dark); }
.foot .socials a:hover { border-color: var(--sz-gold); color: var(--sz-gold); background: color-mix(in oklab, var(--on-dark) 8%, transparent); }
.foot-base {
  margin-block-start: var(--s7);
  padding-block-start: var(--s5);
  border-block-start: 1px solid color-mix(in oklab, var(--on-dark) 16%, transparent);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: var(--t-xs); color: color-mix(in oklab, var(--on-dark) 58%, transparent);
  position: relative;
}


.js.reveal-ready .reveal { opacity: 0; transform: translateY(28px); }
.js.reveal-ready .reveal-scale { opacity: 0; transform: translateY(28px) scale(.97); }
.js.reveal-ready .reveal.is-in, .js.reveal-ready .reveal-scale.is-in {
  opacity: 1; transform: none;
  transition: opacity var(--d-4) var(--e-out) var(--rd, 0ms), transform var(--d-4) var(--e-out) var(--rd, 0ms);
}
.js.reveal-ready .reveal-mask { overflow: hidden; }
.js.reveal-ready .reveal-mask > * { display: block; transform: translateY(105%); }
.js.reveal-ready .reveal-mask.is-in > * { transform: none; transition: transform 1200ms var(--e-out) var(--rd, 0ms); }



.loader {
  position: fixed; inset: 0;
  z-index: var(--z-load);
  display: grid; place-items: center;
  background: var(--porcelain);
  animation: loader-out 700ms var(--e-out) 1700ms forwards;
}
.loader[hidden] { display: none; }
.loader-inner { display: grid; place-items: center; gap: 20px; }
.loader-badge { position: relative; width: 92px; height: 92px; display: grid; place-items: center; }
.loader-badge img { width: 66px; height: 66px; border-radius: 50%; animation: badge-in 900ms var(--e-out) both; }
.loader-ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 2px solid color-mix(in oklab, var(--ink) 10%, transparent);
  border-block-start-color: var(--sz-gold);
  animation: spin 900ms linear infinite;
}
@keyframes spin { to { transform: rotate(1turn); } }
@keyframes badge-in { from { opacity: 0; transform: scale(.7); } }
.loader-word {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.05rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink);
  animation: badge-in 900ms var(--e-out) 120ms both;
}
.loader-bar {
  width: 168px; height: 3px; border-radius: 3px;
  background: color-mix(in oklab, var(--ink) 10%, transparent);
  overflow: hidden;
}
.loader-bar::after {
  content: ''; display: block; height: 100%; width: 40%;
  border-radius: 3px;
  background: var(--sz-gold);
  animation: loader-sweep 1.1s var(--e-soft) infinite;
}
@keyframes loader-sweep {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(320%); }
}
@keyframes loader-out { to { opacity: 0; visibility: hidden; } }
.loader.is-done { animation: loader-out 560ms var(--e-out) forwards; }

html:not(.js) .loader { display: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .js.reveal-ready .reveal, .js.reveal-ready .reveal-scale { opacity: 1; transform: none; }
  .js.reveal-ready .reveal-mask > * { transform: none; }
  .btn::after { display: none; }
  .loader { display: none; }
}
