@font-face {
  font-family: "MiSans Lao";
  src: url("https://unpkg.com/misans@4.0.0/lib/Lao/MiSansLao-Regular.woff2") format("woff2");
  font-weight: 300 400;
  font-display: swap;
}
@font-face {
  font-family: "MiSans Lao";
  src: url("https://unpkg.com/misans@4.0.0/lib/Lao/MiSansLao-Medium.woff2") format("woff2");
  font-weight: 500 700;
  font-display: swap;
}

:root {
  --cream: #fff5e7;
  --cream-deep: #f5e7d6;
  --brown: #6f4c31;
  --brown-dark: #39271b;
  --paper: #fffaf2;
  --line: rgba(111, 76, 49, .22);
  --muted: rgba(57, 39, 27, .62);
  --shadow: 0 24px 70px rgba(69, 42, 22, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--brown-dark);
  background: var(--cream);
  font-family: "MiSans Lao", Arial, sans-serif;
  font-size: 16px;
}
button, input { font: inherit; }
button { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 92px;
  padding: 16px 4vw;
  background: rgba(255, 245, 231, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand-button { border: 0; background: none; padding: 0; cursor: pointer; text-align: left; }
.brand-button img { display: block; width: 205px; height: auto; }
.main-nav { display: flex; justify-content: center; gap: 30px; }
.nav-link, .bag-button, .staff-link {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  background: none;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-link.active { border-color: var(--brown); }
.staff-link { opacity: .72; }
.bag-button span {
  display: inline-grid;
  place-items: center;
  min-width: 25px;
  height: 25px;
  margin-left: 7px;
  border: 1px solid var(--brown);
  border-radius: 50%;
  font-size: .7rem;
}
.bag-button { display: inline-flex; align-items: center; gap: 5px; }
.shopping-bag-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.admin-link { color: inherit; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; }
.admin-link:hover { border-bottom: 1px solid var(--brown); }

main { min-height: calc(100vh - 92px); }
.view { display: none; }
.view.active { display: block; animation: reveal .5s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }

.campaign-hero {
  position: relative;
  height: calc(100vh - 92px);
  min-height: 620px;
  overflow: hidden;
  background: #ead8c2;
}
.campaign-hero picture { display: block; width: 100%; height: 100%; }
.campaign-hero picture img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.campaign-hero::after { display: none; }
.campaign-overlay {
  position: absolute;
  z-index: 2;
  left: 6vw;
  bottom: 52px;
}
.campaign-overlay > p, .campaign-index {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.campaign-overlay h1 { font-size: clamp(3.2rem, 5.3vw, 6.5rem); line-height: .94; }
.campaign-overlay h1 em { display: inline-block; margin-top: .32em; font-family: "MiSans Lao", sans-serif; font-size: .53em; font-style: normal; font-weight: 400; line-height: 1.45; letter-spacing: -.04em; }
.hero-cta { min-height: 48px; border: 1px solid rgba(255,255,255,.74); padding: 0 20px; color: #fff; background: rgba(57,39,27,.58); backdrop-filter: blur(10px); font-weight: 600; letter-spacing: .05em; cursor: pointer; }
.campaign-index { position: absolute; z-index: 2; right: 3vw; bottom: 28px; color: rgba(255,255,255,.9); }

.shop-intro {
  display: grid;
  grid-template-columns: 1.5fr .5fr;
  align-items: end;
  gap: 40px;
  min-height: 440px;
  padding: 8vh 6vw 6vh;
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--brown);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, p { margin-top: 0; }
h1 {
  margin-bottom: 0;
  font-family: "MiSans Lao", Arial, sans-serif;
  font-size: clamp(3.5rem, 7.3vw, 8.5rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.035em;
}
h1 em { color: var(--brown); font-weight: 400; }
.shop-intro h1, .staff-topbar h1 { font-family: "MiSans Lao", Arial, sans-serif; font-weight: 300; line-height: 1.12; letter-spacing: -.05em; }
.shop-intro h1 em { font-family: inherit; font-size: .72em; font-style: normal; }
.intro-note { max-width: 290px; padding-bottom: 10px; }
.intro-note span, .panel-number {
  display: block;
  margin-bottom: 12px;
  color: var(--brown);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.intro-note p, .lead, .tryon-panel > p { color: var(--muted); line-height: 1.65; }
.collection-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 60px 4vw 24px;
}
.collection-head h2 { font: 400 clamp(2rem, 3vw, 3rem)/1 "MiSans Lao", Arial, sans-serif; }
.collection-head p { color: var(--muted); font-size: .82rem; letter-spacing: .08em; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.product-card { position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card:nth-child(3n) { border-right: 0; }
.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.28;
  overflow: hidden;
  background: var(--cream-deep);
}
.product-photo { position:absolute; inset:0; z-index:1; width:100%; height:100%; object-fit:cover; }
.product-visual::before {
  content: attr(data-number);
  color: rgba(111, 76, 49, .11);
  font: 400 clamp(6rem, 12vw, 12rem)/1 "MiSans Lao", Arial, sans-serif;
}
.tryon-card-button {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid rgba(111,76,49,.28);
  padding: 0 13px;
  color: var(--brown-dark);
  background: rgba(255,250,242,.9);
  backdrop-filter: blur(8px);
  font-size: .72rem;
  font-weight: 600;
  cursor: pointer;
}
.tryon-card-button:hover { color: var(--cream); background: var(--brown); }
.image-pending {
  position: absolute;
  inset: auto 22px 20px auto;
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: .65rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.product-info { padding: 24px 26px 27px; }
.product-kicker { color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.product-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 8px; }
.product-row h3 { margin: 0; font: 400 1.55rem/1.15 "MiSans Lao", Arial, sans-serif; }
.price { white-space: nowrap; font-size: .9rem; }
.product-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.swatches { display: flex; gap: 6px; }
.swatch { width: 14px; height: 14px; border: 1px solid rgba(57,39,27,.32); border-radius: 50%; }
.add-button {
  border: 0;
  border-bottom: 1px solid var(--brown);
  padding: 4px 0;
  background: transparent;
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.add-button:disabled { opacity: .35; cursor: not-allowed; }

.best-sellers { padding-top: 24px; }
.collection-head > div > span { display: block; margin-bottom: 8px; color: var(--brown); font-size: .7rem; font-weight: 600; letter-spacing: .16em; }
.section-action, .archive-action { display: flex; justify-content: center; padding: 34px 20px 74px; }
.section-action button, .archive-action button { min-height: 48px; border: 1px solid var(--brown); padding: 0 24px; color: var(--brown); background: transparent; cursor: pointer; }
.collection-directory { padding-bottom: 90px; border-top: 1px solid var(--line); }
.collection-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding: 0 4vw; }
.collection-cards button { position: relative; min-height: min(58vw,720px); overflow: hidden; border: 0; padding: 0; color: #fff; background: var(--brown); text-align: left; cursor: pointer; }
.collection-cards img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.78); transition: transform .65s ease,filter .4s ease; }
.collection-cards button:hover img { transform: scale(1.025); filter: brightness(.63); }
.collection-cards span, .collection-cards strong { position: absolute; z-index: 2; left: 24px; }
.collection-cards span { top: 24px; font-size: .72rem; letter-spacing: .16em; }
.collection-cards strong { right: 24px; bottom: 28px; font: 400 clamp(1.8rem,3.3vw,4rem)/1 "MiSans Lao",Arial,sans-serif; }
.collection-cards button:nth-child(2) img { object-position: 65% center; }
.collection-cards button:nth-child(3) img { object-position: 82% center; }
.collection-block { scroll-margin-top: 92px; }
.collection-poster { position: relative; display: flex; align-items: end; min-height: min(65vw,760px); padding: 5vw; color: #fff; background-size: cover; background-position: center; }
.collection-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(35,22,14,.6)); }
.collection-poster > div { position: relative; z-index: 1; }
.collection-poster span { font-size: .72rem; letter-spacing: .2em; }
.collection-poster h2 { margin: 10px 0 8px; font: 400 clamp(3rem,7vw,8rem)/.95 "MiSans Lao",Arial,sans-serif; }
.collection-poster p { margin: 0; font-size: .9rem; letter-spacing: .08em; }
.collection-block:nth-child(2) .collection-poster { background-position: 68% center; }
.collection-block:nth-child(3) .collection-poster { background-position: 82% center; }
.archive-action { padding-block: 70px 100px; border-top: 1px solid var(--line); }

.section-heading { padding: 9vh 6vw 6vh; border-bottom: 1px solid var(--line); }
.section-heading h1 { max-width: 1100px; }
.section-heading .lead { max-width: 590px; margin: 32px 0 0 auto; }
.tryon-layout { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 580px; }
.photo-stage { position: relative; display: grid; place-items: center; min-height: 580px; overflow: hidden; background: var(--cream-deep); border-right: 1px solid var(--line); }
.upload-empty { text-align: center; }
.upload-mark { display: block; color: var(--brown); font: 400 4rem/1 "MiSans Lao", Arial, sans-serif; }
.upload-empty strong { display: block; margin: 17px 0 7px; font: 400 1.8rem/1.2 "MiSans Lao", Arial, sans-serif; }
.upload-empty p { margin-bottom: 26px; color: var(--muted); font-size: .82rem; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 23px;
  border: 1px solid var(--brown);
  cursor: pointer;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.button.primary { color: var(--cream); background: var(--brown); }
.button.wide { width: 100%; }
.button:disabled { opacity: .38; cursor: not-allowed; }
#userPhoto { display: none; width: 100%; height: 100%; object-fit: contain; }
.fit-guide {
  position: absolute;
  left: 50%; top: 48%;
  width: clamp(180px, 34%, 340px);
  aspect-ratio: 2.55;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(255,255,255,.88);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(57,39,27,.22);
}
.fit-guide span { position: absolute; top: -27px; width: 100%; color: #fff; text-align: center; font-size: .62rem; letter-spacing: .13em; }
.change-photo { position: absolute; right: 18px; bottom: 18px; border: 1px solid rgba(255,255,255,.6); padding: 10px 14px; color: #fff; background: rgba(57,39,27,.52); backdrop-filter: blur(8px); cursor: pointer; }
.tryon-panel { padding: 55px 5vw; background: var(--paper); }
.tryon-panel h2 { font: 400 2.7rem/1.05 "MiSans Lao", Arial, sans-serif; }
.tryon-steps { margin-top: 50px; border-top: 1px solid var(--line); }
.tryon-steps div { display: grid; grid-template-columns: 50px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.tryon-steps span { color: var(--brown); font-size: .72rem; }
.tryon-steps p { margin: 0; }
.asset-status, .staff-meta { display: flex; align-items: center; gap: 9px; margin-top: 35px; color: var(--muted); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #8a6d4e; box-shadow: 0 0 0 4px rgba(138,109,78,.12); }

.staff-view { background: #f7efe4; }
.staff-topbar { display: flex; justify-content: space-between; align-items: flex-end; padding: 55px 4vw 35px; border-bottom: 1px solid var(--line); }
.staff-topbar h1 { font-size: clamp(3.2rem, 5vw, 5.5rem); }
.pos-layout { display: grid; grid-template-columns: 1fr 390px; min-height: 650px; }
.pos-catalog { padding: 28px 3vw 60px; border-right: 1px solid var(--line); }
.search-box { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 0 0 18px; border-bottom: 1px solid var(--brown); }
.search-box span { font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.pos-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 25px; background: var(--line); border: 1px solid var(--line); }
.pos-item { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px; border: 0; background: var(--paper); text-align: left; cursor: pointer; }
.pos-item:hover { background: var(--cream); }
.pos-item strong { display: block; font: 400 1.22rem/1.2 "MiSans Lao", Arial, sans-serif; }
.pos-item small { display: block; margin-top: 6px; color: var(--muted); }
.stock-pill { min-width: 32px; padding: 5px 7px; border: 1px solid var(--line); text-align: center; font-size: .72rem; }
.sale-panel { position: sticky; top: 92px; align-self: start; min-height: 650px; padding: 30px; background: var(--paper); }
.sale-head, .sale-total, .drawer-foot > div { display: flex; align-items: center; justify-content: space-between; }
.sale-head span { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.sale-head strong { display: block; margin-top: 5px; font-weight: 500; }
.sale-head button { border: 0; border-bottom: 1px solid var(--line); background: none; cursor: pointer; }
.sale-items { min-height: 320px; padding: 25px 0; }
.empty-copy { color: var(--muted); font-family: "MiSans Lao", Arial, sans-serif; font-size: 1.45rem; }
.line-item { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.line-item strong { font-weight: 500; }
.line-item small { display: block; margin-top: 5px; color: var(--muted); }
.line-item button { border: 0; background: none; cursor: pointer; }
.sale-total { padding: 20px 0; border-top: 1px solid var(--brown); }
.sale-total strong { font: 400 1.7rem/1 "MiSans Lao", Arial, sans-serif; }
.demo-note { margin: 14px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.bag-drawer { position: fixed; z-index: 60; top: 0; right: 0; width: min(430px, 100vw); height: 100vh; padding: 30px; background: var(--paper); box-shadow: var(--shadow); transform: translateX(105%); transition: transform .38s ease; }
.bag-drawer.open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font: 400 2rem/1 "MiSans Lao", Arial, sans-serif; }
.drawer-head button { border: 0; background: none; font-size: 2rem; cursor: pointer; }
.bag-items { min-height: calc(100vh - 230px); padding-top: 12px; overflow: auto; }
.drawer-foot { position: absolute; right: 30px; bottom: 28px; left: 30px; }
.drawer-foot > div { margin-bottom: 18px; }
.drawer-foot strong { font: 400 1.5rem/1 "MiSans Lao", Arial, sans-serif; }
.scrim { position: fixed; z-index: 50; inset: 0; visibility: hidden; opacity: 0; background: rgba(57,39,27,.28); transition: .3s ease; }
.scrim.show { visibility: visible; opacity: 1; }
.tryon-modal {
  position: fixed;
  z-index: 65;
  top: 50%;
  left: 50%;
  width: min(1040px, calc(100vw - 44px));
  max-height: calc(100vh - 44px);
  overflow: auto;
  background: var(--paper);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -48%);
  transition: .3s ease;
}
.tryon-modal.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%); }
.tryon-modal-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; border-bottom: 1px solid var(--line); }
.tryon-modal-head span { color: var(--muted); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.tryon-modal-head h2 { margin: 5px 0 0; font: 400 1.75rem/1.1 "MiSans Lao", Arial, sans-serif; }

button, input, select, textarea { font-family: inherit; }
.tryon-modal-head button { border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.tryon-modal-body { display: grid; grid-template-columns: 1fr 310px; }
.tryon-modal .photo-stage { min-height: 570px; }
.tryon-help { padding: 40px 30px; }
.tryon-help > span { color: var(--brown); font-size: .7rem; letter-spacing: .14em; }
.tryon-help p { margin-top: 20px; color: var(--muted); line-height: 1.75; }
.toast { position: fixed; z-index: 80; right: 24px; bottom: 24px; max-width: 360px; padding: 14px 18px; color: var(--cream); background: var(--brown-dark); box-shadow: var(--shadow); opacity: 0; transform: translateY(10px); transition: .25s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: none; }
.checkout-modal { position: fixed; z-index: 68; inset: 0; display: grid; place-items: center; padding: 22px; visibility: hidden; opacity: 0; transition: .25s ease; pointer-events: none; }
.checkout-modal.open { visibility: visible; opacity: 1; pointer-events: auto; }
.checkout-card { width: min(980px,100%); max-height: calc(100svh - 44px); overflow-y: auto; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.checkout-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; border-bottom: 1px solid var(--line); }
.checkout-head span { color: var(--brown); font-size: .72rem; letter-spacing: .12em; }
.checkout-head h2 { margin: 4px 0 0; font-size: 1.8rem; font-weight: 400; }
.checkout-head button { border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
#checkoutForm { padding: 24px 28px 28px; }
.checkout-summary { display: flex; justify-content: space-between; margin-bottom: 18px; padding: 14px 16px; color: var(--cream); background: var(--brown); }
.checkout-grid, .address-search-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-bottom: 14px; }
.address-search-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.checkout-field { display: grid; gap: 7px; margin-bottom: 14px; }
.checkout-field > span { color: var(--muted); font-size: .78rem; }
.checkout-field input, .checkout-field select, .checkout-field textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); padding: 10px 12px; outline: 0; background: #fffdf8; }
.checkout-field input:focus, .checkout-field select:focus, .checkout-field textarea:focus { border-color: var(--brown); box-shadow: 0 0 0 2px rgba(111,76,49,.08); }
.checkout-field input:disabled { background: var(--cream-deep); cursor: not-allowed; }
.checkout-phone { display: grid; grid-template-columns: auto 1fr; }
.checkout-phone b { display: grid; place-items: center; border: 1px solid var(--line); border-right: 0; padding: 0 13px; color: var(--brown); background: var(--cream); font-size: .85rem; }
.address-data-note { margin: -3px 0 18px; color: var(--muted); font-size: .72rem; }
.address-data-note a { color: var(--brown); }
.checkout-confirm { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.checkout-confirm p { max-width: 500px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.checkout-confirm button { min-width: 290px; }
.checkout-success { padding: 60px 28px; text-align: center; }
.checkout-success > span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 50%; color: var(--cream); background: #647a59; font-size: 1.4rem; }
.checkout-success h2 { margin-bottom: 8px; font-size: 2rem; font-weight: 400; }
.checkout-success strong { color: var(--brown); }
.checkout-success p { margin: 12px 0 24px; color: var(--muted); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 82px; }
  .brand-button img { width: 155px; }
  .main-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; justify-content: space-around; gap: 0; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); background: var(--paper); border-top: 1px solid var(--line); }
  .nav-link { padding: 8px 5px; font-size: .68rem; }
  main { padding-bottom: 62px; }
  .campaign-hero { height: calc(100vh - 82px); min-height: 600px; }
  .campaign-hero picture img { object-position: 62% center; }
  .campaign-overlay { left: 5vw; }
  .shop-intro { grid-template-columns: 1fr; min-height: 490px; }
  .intro-note { margin-left: auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .product-card:nth-child(2n) { border-right: 0; }
  .tryon-layout, .pos-layout { grid-template-columns: 1fr; }
  .photo-stage { border-right: 0; }
  .sale-panel { position: static; min-height: auto; }
  .tryon-modal-body { grid-template-columns: 1fr; }
  .tryon-help { border-top: 1px solid var(--line); }
}
@media (max-width: 580px) {
  .site-header { padding: 12px 18px; }
  .campaign-hero { height: 78vh; min-height: 590px; }
  .campaign-hero picture img { object-position: 68% center; }
  .campaign-overlay { right: 22px; bottom: 30px; left: 22px; }
  .campaign-overlay h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .campaign-overlay h1 em { color: #fffaf2; }
  .hero-cta { width: 100%; color: #fffaf2; border-color: rgba(255,255,255,.78); }
  .campaign-index { display: none; }
  .shop-intro { min-height: 450px; padding: 7vh 22px 5vh; }
  h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .collection-head { padding: 45px 18px 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card:nth-child(3n) { border-right: 0; }
  .product-info { padding: 20px; }
  .section-heading { padding: 7vh 22px 5vh; }
  .tryon-layout { display: flex; flex-direction: column; }
  .photo-stage { min-height: 460px; order: 1; }
  .tryon-panel { padding: 40px 24px; }
  .staff-topbar { align-items: flex-start; flex-direction: column; gap: 15px; padding: 38px 20px 25px; }
  .staff-meta { margin-top: 0; }
  .pos-catalog { padding: 22px 18px 35px; }
  .pos-products { grid-template-columns: 1fr; }
  .sale-panel { padding: 24px 20px 38px; }
  .tryon-modal { width: 100vw; max-height: 100vh; height: 100vh; }
  .tryon-modal .photo-stage { min-height: 58vh; }
  .tryon-modal-head { padding: 18px 20px; }
  .checkout-modal { padding: 0; }
  .checkout-card { max-height: 100svh; min-height: 100svh; border: 0; }
  .checkout-head, #checkoutForm { padding: 18px; }
  .checkout-grid, .address-search-grid { grid-template-columns: 1fr; gap: 0; }
  .checkout-confirm { align-items: stretch; flex-direction: column; }
  .checkout-confirm button { min-width: 0; width: 100%; }
  .best-sellers { padding-top: 0; }
  .best-seller-grid { grid-template-columns: 1fr; }
  .collection-cards { grid-template-columns: 1fr; padding: 0 18px; }
  .collection-cards button { min-height: 122vw; }
  .collection-poster { min-height: 118vw; padding: 28px 22px; }
  .collection-poster h2 { font-size: 3.2rem; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

/* Mobile storefront: full logo, stable navigation and readable editorial scale */
@media (max-width: 900px) {
  .site-header { grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto auto; gap: 8px 14px; min-height: 0; padding: 12px 18px 8px; }
  .brand-button { min-width: 0; overflow: visible; }
  .brand-button img { width: min(190px,55vw); max-height: 48px; object-fit: contain; object-position: left center; }
  .header-actions { justify-self: end; gap: 12px; }
  .main-nav { position: static; grid-column: 1 / -1; grid-row: 2; justify-content: space-around; width: 100%; padding: 7px 0 2px; border-top: 1px solid var(--line); border-bottom: 0; background: transparent; }
  .nav-link { flex: 1; padding: 6px; text-align: center; }
  main { padding-bottom: 0; }
  .campaign-hero { height: 72svh; min-height: 520px; }
  .shop-intro { min-height: 0; padding: 64px 28px 58px; }
}
@media (max-width: 580px) {
  .site-header { padding: 10px 16px 7px; }
  .brand-button img { width: min(176px,52vw); max-height: 42px; }
  .admin-link { font-size: .64rem; }
  .campaign-hero { height: 70svh; min-height: 500px; }
  .campaign-hero picture img { object-position: 62% center; }
  .shop-intro { min-height: 0; padding: 54px 22px 48px; }
  .shop-intro h1 { font-size: clamp(2.5rem,12vw,3.8rem); line-height: 1.04; letter-spacing: -.035em; }
  .shop-intro h1 em { font-size: .68em; line-height: 1.2; }
  .intro-note { margin: 34px 0 0; padding: 0; }
  .collection-head h2 { font-size: 1.8rem; }
}
