/*
  VERITAN visual system
  --------------------
  The site avoids conventional centered ecommerce grids. Instead, it uses a vertical
  brand rail, editorial offsets, unequal product tiles and floating commerce controls.
  The palette is intentionally restricted to porcelain white, ink black and champagne gold
  so the retail experience feels premium while remaining commercially legible.
*/
:root {
  --paper: #f5f2eb;
  --paper-2: #ece7dc;
  --ink: #111111;
  --muted: #736e65;
  --gold: #bb8731;
  --gold-soft: #d8b36b;
  --line: rgba(17, 17, 17, 0.16);
  --rail: 68px;
  --pad: clamp(20px, 4vw, 64px);
  --radius: 2px;
  --shadow: 0 24px 80px rgba(18, 14, 8, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", "Noto Sans Thai", sans-serif;
  overflow-x: hidden;
}
body.sheet-open,
body.drawer-open { overflow: hidden; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.brand-rail {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--rail);
  border-right: 1px solid var(--line);
  background: rgba(245,242,235,.88);
  backdrop-filter: blur(14px);
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.rail-mark {
  width: 36px;
  height: 36px;
  border: 1px solid var(--ink);
  display: grid;
  place-items: center;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  color: var(--gold);
  background: var(--ink);
}
.rail-nav {
  margin: auto 0;
  display: flex;
  gap: 36px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.rail-nav a {
  font-size: 9px;
  letter-spacing: .2em;
  color: var(--muted);
  transition: color .2s ease;
}
.rail-nav a:hover { color: var(--ink); }
.rail-index { font-size: 10px; color: var(--gold); }

.topbar {
  position: absolute;
  top: 0;
  left: var(--rail);
  right: 0;
  height: 104px;
  padding: 18px var(--pad);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 20;
}
.brand-lockup img {
  width: 118px;
  height: 78px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.topbar-actions { display: flex; gap: 8px; }
.language-toggle,
.bag-button {
  border: 1px solid var(--line);
  background: rgba(245,242,235,.82);
  backdrop-filter: blur(8px);
  min-height: 42px;
  padding: 0 16px;
  cursor: pointer;
  letter-spacing: .12em;
  font-size: 10px;
}
.bag-button { display: flex; align-items: center; gap: 14px; }
.bag-button strong { color: var(--gold); }

main, .footer { margin-left: var(--rail); }
.hero {
  min-height: min(100vh, 900px);
  position: relative;
  padding: 150px var(--pad) 70px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; padding-left: 4vw; }
.hero h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(86px, 13vw, 196px);
  line-height: .72;
  letter-spacing: -.06em;
  font-weight: 500;
}
.hero h1 span { color: var(--gold); }
.hero-lede {
  max-width: 480px;
  margin: 46px 0 28px;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.55;
  font-weight: 300;
}
.discover-link {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 9px;
  font-size: 10px;
  letter-spacing: .18em;
}
.hero-image-wrap {
  margin: 0;
  width: min(42vw, 520px);
  justify-self: end;
  position: relative;
  transform: translateY(24px) rotate(1.2deg);
}
.hero-image-wrap img {
  width: 100%;
  height: clamp(480px, 67vw, 760px);
  object-fit: cover;
  filter: saturate(.86) contrast(.98);
}
.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid var(--gold);
  z-index: -1;
}
.hero-image-wrap figcaption {
  position: absolute;
  right: -6px;
  bottom: -40px;
  font-size: 9px;
  letter-spacing: .18em;
}
.hero-orbit {
  position: absolute;
  left: 29%;
  top: 16%;
  font-family: "Playfair Display", serif;
  font-size: 46vw;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(187,135,49,.13);
  pointer-events: none;
  transform: rotate(-12deg);
}
.hero-side-note {
  position: absolute;
  right: 18px;
  bottom: 50px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: .16em;
  color: var(--muted);
}

.manifesto {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 92px var(--pad) 80px;
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 6vw;
}
.manifesto-kicker { font-size: 10px; letter-spacing: .16em; color: var(--gold); }
.manifesto-line {
  margin: 0;
  font-family: "Playfair Display", "Noto Sans Thai", serif;
  font-size: clamp(33px, 5vw, 70px);
  line-height: 1.08;
}
.manifesto-stats {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  margin-top: 60px;
}
.manifesto-stats div { border-top: 1px solid var(--line); padding-top: 16px; }
.manifesto-stats strong { display: block; font-size: 18px; }
.manifesto-stats span { display: block; margin-top: 7px; font-size: 9px; letter-spacing: .12em; color: var(--muted); }

.shop { padding: 110px var(--pad) 120px; }
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 52px;
}
.section-heading h2,
.wholesale h2,
.identity h2,
.sheet-header h2 {
  margin: 0;
  font-family: "Playfair Display", "Noto Sans Thai", serif;
  font-weight: 500;
}
.section-heading h2 { font-size: clamp(48px, 7vw, 92px); line-height: .95; }
.section-heading > p { max-width: 460px; line-height: 1.8; color: var(--muted); font-size: 13px; }
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  margin-bottom: 48px;
}
.filters { display: flex; flex-wrap: wrap; gap: 6px; }
.filter-button {
  border: 0;
  background: transparent;
  padding: 8px 11px;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--muted);
}
.filter-button.active { color: var(--paper); background: var(--ink); }
.search-box { min-width: 220px; border-bottom: 1px solid var(--ink); display: flex; align-items: center; gap: 8px; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; padding: 10px 0; color: var(--ink); }
.search-box input::placeholder { color: #999187; }

/* Unequal cards create a magazine rhythm; nth patterns intentionally repeat every six products. */
.product-stream {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px) clamp(14px, 2vw, 28px);
  align-items: start;
}
.product-card { grid-column: span 4; position: relative; }
.product-card:nth-child(6n+1) { grid-column: 1 / span 5; }
.product-card:nth-child(6n+2) { grid-column: 7 / span 3; margin-top: 9vw; }
.product-card:nth-child(6n+3) { grid-column: 10 / span 3; margin-top: 2vw; }
.product-card:nth-child(6n+4) { grid-column: 2 / span 3; margin-top: -1vw; }
.product-card:nth-child(6n+5) { grid-column: 5 / span 4; margin-top: 8vw; }
.product-card:nth-child(6n) { grid-column: 9 / span 4; margin-top: 2vw; }
.product-media {
  position: relative;
  overflow: hidden;
  background: var(--paper-2);
  aspect-ratio: 3 / 4;
  cursor: pointer;
}
.product-card:nth-child(6n+1) .product-media,
.product-card:nth-child(6n+5) .product-media { aspect-ratio: 4 / 5; }
.product-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.75,.2,1), filter .35s ease;
}
.product-card:hover .product-media img { transform: scale(1.025); filter: saturate(.92); }
.product-number {
  position: absolute;
  top: 10px; left: 10px;
  background: rgba(245,242,235,.86);
  padding: 5px 7px;
  font-size: 8px;
  letter-spacing: .14em;
}
.product-actions {
  position: absolute;
  left: 10px; right: 10px; bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  transform: translateY(130%);
  transition: transform .3s ease;
}
.product-card:hover .product-actions { transform: translateY(0); }
.product-actions button {
  border: 0;
  background: rgba(17,17,17,.92);
  color: white;
  min-height: 40px;
  cursor: pointer;
  font-size: 9px;
  letter-spacing: .12em;
}
.product-actions button:last-child { background: var(--gold); }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding-top: 13px; align-items: start; }
.product-title { margin: 0; font-size: 12px; line-height: 1.5; font-weight: 500; }
.product-category { margin: 4px 0 0; font-size: 9px; letter-spacing: .12em; color: var(--muted); text-transform: uppercase; }
.product-price { font-family: "Playfair Display", serif; font-size: 18px; color: var(--gold); }
.wholesale-badge { display: inline-flex; margin-top: 8px; border: 1px solid var(--gold); color: var(--gold); padding: 4px 6px; font-size: 8px; letter-spacing: .1em; }
.load-more {
  display: block;
  margin: 80px auto 0;
  width: 150px; height: 150px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 9px;
  letter-spacing: .16em;
  transition: background .25s ease, color .25s ease;
}
.load-more:hover { background: var(--ink); color: white; }
.load-more[hidden] { display: none; }

.wholesale {
  min-height: 650px;
  padding: 90px var(--pad);
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  align-items: center;
}
.wholesale-card { max-width: 650px; }
.wholesale h2 { font-size: clamp(52px, 7vw, 94px); line-height: .98; }
.wholesale-card > p:not(.eyebrow) { max-width: 520px; color: #c8c0b4; line-height: 1.8; }
.mode-toggle {
  margin-top: 34px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  color: white;
  padding: 12px 14px;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .12em;
}
.mode-track { width: 58px; height: 26px; border-radius: 50px; background: #393630; padding: 3px; display: flex; }
.mode-track i { width: 20px; height: 20px; border-radius: 50%; background: var(--gold); transition: transform .25s ease; }
.mode-toggle[aria-pressed="true"] .mode-track i { transform: translateX(32px); }
.wholesale-visual { position: relative; border: 1px solid rgba(255,255,255,.18); aspect-ratio: 1; display: grid; place-items: center; }
.wholesale-visual::before { content: ""; position: absolute; inset: 9%; border-radius: 50%; border: 1px solid rgba(187,135,49,.5); }
.wholesale-visual span { position: absolute; top: 24px; left: 24px; font-size: 10px; letter-spacing: .18em; }
.wholesale-visual strong { font-family: "Playfair Display", serif; font-size: clamp(110px, 16vw, 220px); color: var(--gold); font-weight: 500; }
.wholesale-visual small { position: absolute; bottom: 24px; right: 24px; font-size: 8px; letter-spacing: .14em; color: #a7a096; }

.identity { position: relative; padding: 110px var(--pad) 70px; overflow: hidden; }
.identity-letter { position: absolute; left: 1vw; top: -110px; font-family: "Playfair Display", serif; font-size: 55vw; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(187,135,49,.12); pointer-events: none; }
.identity-content { position: relative; z-index: 1; margin-left: 27%; }
.identity h2 { font-size: clamp(42px, 6vw, 78px); line-height: 1.12; }
.identity h2 span { color: var(--gold); font-style: italic; }
.contact-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.contact-grid > * { min-height: 105px; padding: 20px 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.contact-grid > *:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 25px; }
.contact-grid > *:nth-child(even) { padding-left: 25px; }
.contact-grid span { font-size: 8px; letter-spacing: .16em; color: var(--muted); margin-bottom: 10px; }
.contact-grid strong { font-size: 13px; font-weight: 500; overflow-wrap: anywhere; }
.map-stage { position: relative; z-index: 2; margin-top: 110px; display: grid; grid-template-columns: .42fr .58fr; min-height: 490px; background: var(--paper-2); }
.map-copy { padding: clamp(30px,5vw,70px); display: flex; flex-direction: column; justify-content: space-between; }
.map-copy > p { font-family: "Playfair Display", serif; font-size: clamp(48px,7vw,90px); line-height: .86; margin: 0; }
.map-copy address { font-style: normal; color: var(--muted); line-height: 1.8; font-size: 12px; }
.map-copy a { font-size: 9px; letter-spacing: .15em; border-bottom: 1px solid var(--ink); width: max-content; padding-bottom: 7px; }
.map-stage iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9) sepia(.12); }
.footer { padding: 28px var(--pad) 110px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 8px; letter-spacing: .14em; color: var(--muted); }

.cart-dock {
  position: fixed;
  z-index: 55;
  left: calc(var(--rail) + 50%);
  bottom: 18px;
  transform: translateX(-50%);
  min-width: min(560px, calc(100vw - var(--rail) - 34px));
  background: var(--ink);
  color: white;
  border: 0;
  box-shadow: var(--shadow);
  padding: 15px 20px;
  display: grid;
  grid-template-columns: 1fr auto 20px;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .12em;
}
.cart-dock span:nth-child(2) { color: var(--gold-soft); font-size: 14px; }

.sheet-backdrop, .drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(12,10,7,.44);
  backdrop-filter: blur(3px);
  z-index: 70;
}
.cart-sheet {
  position: fixed;
  z-index: 75;
  left: var(--rail);
  right: 0;
  bottom: 0;
  height: min(78vh, 820px);
  background: var(--paper);
  transform: translateY(102%);
  transition: transform .45s cubic-bezier(.2,.78,.18,1);
  box-shadow: 0 -20px 80px rgba(10,8,6,.24);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 12px var(--pad) 24px;
}
.cart-sheet.open { transform: translateY(0); }
.sheet-handle { width: 56px; height: 3px; background: #b0a99e; border-radius: 10px; margin: 2px auto 14px; }
.sheet-header { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.sheet-header h2 { font-size: 38px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 25px; line-height: 1; }
.cart-items { overflow-y: auto; }
.cart-row { display: grid; grid-template-columns: 78px 1fr auto auto; gap: 18px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-row img { width: 78px; height: 94px; object-fit: cover; }
.cart-row h3 { font-size: 12px; margin: 0 0 6px; font-weight: 500; }
.cart-row p { margin: 0; color: var(--gold); font-family: "Playfair Display", serif; }
.qty-control { display: flex; border: 1px solid var(--line); align-items: center; }
.qty-control button { width: 32px; height: 34px; border: 0; background: transparent; cursor: pointer; }
.qty-control span { min-width: 28px; text-align: center; font-size: 11px; }
.remove-item { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; text-decoration: underline; }
.cart-empty { display: none; place-items: center; text-align: center; min-height: 220px; }
.cart-empty.visible { display: grid; }
.cart-empty p { color: var(--muted); }
.cart-empty a { border-bottom: 1px solid var(--ink); padding-bottom: 6px; font-size: 10px; letter-spacing: .12em; }
.sheet-footer { padding-top: 18px; }
.sheet-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 10px; letter-spacing: .12em; }
.sheet-total strong { font-family: "Playfair Display", serif; font-size: 32px; color: var(--gold); }
.checkout-button { width: 100%; min-height: 58px; border: 0; background: var(--gold); color: #111; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; cursor: pointer; font-size: 10px; letter-spacing: .14em; font-weight: 600; }
.checkout-button:disabled { opacity: .35; cursor: not-allowed; }
.checkout-note { margin: 9px 0 0; font-size: 9px; color: var(--muted); text-align: center; }

.product-drawer {
  position: fixed;
  z-index: 80;
  top: 0; right: 0; bottom: 0;
  width: min(520px, 92vw);
  background: var(--paper);
  transform: translateX(102%);
  transition: transform .42s cubic-bezier(.2,.78,.18,1);
  overflow-y: auto;
  box-shadow: -20px 0 80px rgba(10,8,6,.18);
}
.product-drawer.open { transform: translateX(0); }
.drawer-close { position: absolute; top: 18px; right: 18px; z-index: 4; background: rgba(245,242,235,.9); }
.drawer-media { height: min(58vh, 620px); background: var(--paper-2); }
.drawer-media img { width: 100%; height: 100%; object-fit: cover; }
.drawer-copy { padding: 30px; }
.drawer-copy h2 { margin: 0; font-family: "Playfair Display", "Noto Sans Thai", serif; font-size: 36px; line-height: 1.12; font-weight: 500; }
.drawer-copy .drawer-price { margin: 14px 0 24px; font-family: "Playfair Display", serif; font-size: 28px; color: var(--gold); }
.drawer-copy > p { color: var(--muted); line-height: 1.8; font-size: 13px; }
.drawer-meta { display: flex; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; margin: 26px 0; font-size: 9px; letter-spacing: .12em; }
.drawer-add { width: 100%; min-height: 54px; background: var(--ink); color: white; border: 0; cursor: pointer; letter-spacing: .14em; font-size: 10px; }

.toast {
  position: fixed;
  z-index: 120;
  right: 24px;
  top: 24px;
  max-width: 320px;
  background: var(--ink);
  color: white;
  padding: 13px 16px;
  box-shadow: var(--shadow);
  font-size: 10px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --rail: 52px; }
  .rail-nav { gap: 24px; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding-left: 0; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-stats { grid-column: 1; }
  .section-heading { grid-template-columns: 1fr; }
  .product-card, .product-card:nth-child(n) { grid-column: span 6; margin-top: 0; }
  .wholesale { grid-template-columns: 1fr; }
  .wholesale-visual { max-width: 520px; }
  .identity-content { margin-left: 12%; }
  .map-stage { grid-template-columns: 1fr; }
  .map-stage iframe { min-height: 420px; }
}

@media (max-width: 720px) {
  :root { --rail: 0px; --pad: 18px; }
  .brand-rail { display: none; }
  main, .footer { margin-left: 0; }
  .topbar { left: 0; height: 78px; padding: 12px 14px; position: absolute; }
  .brand-lockup img { width: 82px; height: 54px; }
  .language-toggle, .bag-button { min-height: 36px; padding: 0 10px; }
  .hero { min-height: 820px; padding-top: 108px; grid-template-columns: 1fr; align-content: start; }
  .hero h1 { font-size: clamp(74px, 24vw, 116px); }
  .hero-lede { margin-top: 26px; font-size: 18px; }
  .hero-image-wrap { width: 76vw; justify-self: end; margin-top: 36px; }
  .hero-image-wrap img { height: 54vh; min-height: 430px; }
  .hero-side-note { display: none; }
  .manifesto { padding-top: 70px; }
  .manifesto-line { font-size: 39px; }
  .manifesto-stats { grid-template-columns: 1fr; gap: 16px; margin-top: 38px; }
  .shop { padding-top: 76px; }
  .section-heading h2 { font-size: 52px; }
  .shop-toolbar { align-items: stretch; flex-direction: column; }
  .search-box { min-width: 100%; }
  .product-stream { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px 10px; }
  .product-card, .product-card:nth-child(n) { grid-column: span 1; margin: 0; }
  .product-card:nth-child(4n+1) { grid-column: 1 / span 2; width: 82%; }
  .product-card:nth-child(4n+4) { grid-column: 1 / span 2; width: 78%; justify-self: end; }
  .product-actions { transform: translateY(0); grid-template-columns: 1fr; }
  .product-actions button:first-child { display: none; }
  .product-info { grid-template-columns: 1fr; gap: 6px; }
  .product-price { font-size: 16px; }
  .load-more { width: 120px; height: 120px; }
  .wholesale { padding-top: 70px; min-height: auto; }
  .wholesale h2 { font-size: 49px; }
  .identity { padding-top: 72px; }
  .identity-content { margin-left: 0; }
  .identity h2 { font-size: 39px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > *:nth-child(n) { border-right: 0; padding: 18px 0; }
  .map-stage { margin-top: 70px; }
  .map-copy { min-height: 360px; }
  .footer { flex-direction: column; padding-bottom: 100px; }
  .cart-dock { left: 12px; right: 12px; transform: none; min-width: 0; bottom: 12px; }
  .cart-sheet { left: 0; height: 88vh; padding-left: 14px; padding-right: 14px; border-radius: 18px 18px 0 0; }
  .cart-row { grid-template-columns: 58px 1fr auto; gap: 10px; }
  .cart-row img { width: 58px; height: 72px; }
  .remove-item { grid-column: 3; }
  .sheet-total strong { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
