:root {
  --paper: #ffffff;
  --ink: #2a2b2a;
  --mist: #f3f4f3;
  --line: #e3e4e3;
  --muted: #6b6d6b;
  --sale: #c2410c;
  --header: #ffffff;
  --accent: #0f6e73;
  --navy: #163a3c;
  --sans: "DM Sans", "Manrope", system-ui, sans-serif;
  --display: "DM Sans", "Manrope", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); } header { border-bottom: 1px solid var(--line); background: #fff; }
button, [role="button"], .chip, .bag-btn { cursor: pointer; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.preview-files { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; background: #fff7ed; color: var(--ink); padding: 12px 16px; border-bottom: 1px solid #fdba74; }
.preview-files p { margin: 0; max-width: 46rem; font-size: 14px; }
.preview-files .kicker { margin-bottom: 2px; }
.preview-files .solid { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.util, .bar, .chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.util { background: var(--navy); color: #fff; justify-content: space-between; padding: 8px 16px; font-size: 12px; }
.util select { background: var(--navy); color: #fff; border: 1px solid rgba(255,255,255,.35); min-height: 32px; }
.bar { padding: 12px 16px; gap: 12px; }
.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.mark { width: 44px; height: 44px; display: block; flex: 0 0 auto; }
.word { font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: .02em; text-transform: none; line-height: 1; color: var(--navy); }
.search { display: flex; flex: 1 1 220px; min-width: 0; }
.search input { flex: 1; min-width: 0; height: 44px; border: 1px solid var(--line); padding: 0 12px; font: inherit; background: var(--paper); color: var(--ink); }
.search button, .bag-btn, .solid { height: 44px; border: 0; background: var(--ink); color: var(--paper); font-weight: 700; padding: 0 16px; }
.bag-btn { font-family: var(--display); font-size: 22px; letter-spacing: .04em; text-transform: uppercase; background: var(--sale); color: var(--paper); min-height: 48px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.bag-btn span { background: var(--paper); color: var(--sale); min-width: 28px; height: 28px; border-radius: 99px; display: grid; place-items: center; font-size: 14px; }
a.solid { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.text-btn { background: transparent; border: 0; color: inherit; font-weight: 700; min-height: 44px; text-decoration: underline; }
.popup-back { position: fixed; inset: 0; background: rgba(20,17,14,.5); display: grid; place-items: center; padding: 16px; z-index: 40; }
.popup { background: var(--paper); color: var(--ink); max-width: 28rem; width: 100%; padding: 20px; border: 1px solid var(--line); }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.admin-tabs button { min-height: 44px; border: 1px solid var(--line); background: var(--paper); padding: 0 16px; font-weight: 700; }
.admin-tabs button.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.stat { border: 1px solid var(--line); padding: 16px; background: var(--paper); }
.stat strong { display: block; font-family: var(--display); font-size: 36px; }
.account { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-left: auto; font-size: 14px; font-weight: 600; }
.account a, .account button { background: none; border: 0; color: inherit; font: inherit; font-weight: 600; min-height: 44px; }
.account .bag-btn { background: var(--sale); color: var(--paper); font-family: var(--display); font-size: 22px; }
.chips { background: #fff; padding: 8px 16px; border-bottom: 1px solid var(--line); }
.chip { min-height: 40px; border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 0 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; border-radius: 999px; }
.chip.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.menu-btn { display: none; min-height: 44px; border: 1px solid var(--line); background: var(--paper); padding: 0 12px; font-weight: 600; }
.menu-panel { display: none; border-top: 1px solid var(--line); padding: 8px 16px 16px; }
.menu-panel a, .menu-panel button { display: block; width: 100%; text-align: left; background: none; border: 0; min-height: 44px; font: inherit; }
.hero { display: grid; grid-template-columns: 1fr; width: min(1180px, calc(100% - 32px)); margin: 20px auto; background: var(--mist); color: var(--ink); overflow: hidden; align-items: stretch; border-radius: 8px; }
.hero div { padding: 36px 16px; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.hero h1, .page-title, .price, h2.display { font-family: var(--display); font-weight: 700; text-transform: none; line-height: 1.05; margin: 0; }
.hero h1 { font-size: 48px; color: var(--navy); }
.kicker { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.hero p { max-width: 34rem; }
.hero img { width: 100%; height: 280px; min-width: 0; object-fit: cover; background: var(--mist); }
.row { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; }
.tile { position: relative; width: 190px; height: 170px; flex: 0 0 auto; color: var(--paper); text-decoration: none; overflow: hidden; background: var(--mist); }
.tile img { width: 100%; height: 100%; object-fit: cover; }
.tile span { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(22,58,60,.82); padding: 8px 12px; font-family: var(--display); font-size: 16px; font-weight: 700; }
.layout { display: grid; gap: 24px; padding: 24px 0 40px; }
.filters { display: none; }
.filters.open { display: block; }
.filter-btn { min-height: 44px; border: 1px solid var(--ink); background: var(--paper); padding: 0 16px; font-weight: 700; }
fieldset { border: 0; margin: 0 0 16px; padding: 0; }
legend { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.choice { display: block; background: none; border: 0; min-height: 44px; text-align: left; font: inherit; padding: 0; color: inherit; text-decoration: none; }
.choice.on { font-weight: 700; text-decoration: underline; }
.sizes { display: flex; flex-wrap: wrap; gap: 4px; }
.size { min-width: 44px; height: 44px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); padding: 0 8px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.size.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.count { color: var(--muted); font-size: 14px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 800px) {
  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .home-products .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.card { text-decoration: none; color: inherit; }
.card img, .gallery { aspect-ratio: 1; object-fit: contain; background: var(--mist); width: 100%; }
.brand { margin: 8px 0 0; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.card h2 { font-size: 14px; margin: 4px 0; min-height: 2.6em; font-weight: 600; }
.price { font-size: 28px; }
.meta, .muted { color: var(--muted); font-size: 13px; }
.empty { background: var(--mist); border: 1px solid var(--line); padding: 32px 16px; }
.pages { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.pages a { text-decoration: none; }
.pages button { min-width: 44px; height: 44px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.pages button.on { background: var(--ink); color: var(--paper); }
.product { display: grid; gap: 24px; padding: 24px 0 48px; }
.buy .solid { width: 100%; font-family: var(--display); font-size: 24px; text-transform: uppercase; margin-top: 12px; }
.thumbs { display: flex; gap: 8px; margin-top: 8px; overflow-x: auto; }
.thumb { width: 64px; height: 64px; padding: 0; border: 1px solid var(--line); background: var(--mist); flex: 0 0 auto; }
.thumb.on { border-color: var(--ink); }
.thumb img { width: 100%; height: 100%; object-fit: contain; }
label.field { display: block; font-size: 14px; font-weight: 600; margin-bottom: 12px; }
label.field input, label.field select, label.field textarea, .filters select { width: 100%; min-height: 44px; border: 1px solid var(--line); margin-top: 4px; padding: 8px 10px; font: inherit; font-weight: 400; background: var(--paper); color: var(--ink); }
label.field textarea { min-height: 120px; }
.check { display: flex; gap: 8px; align-items: flex-start; font-size: 14px; }
.sale { color: var(--sale); }
.totals { border: 1px solid var(--line); padding: 16px; font-size: 14px; background: var(--paper); }
.totals p { display: flex; justify-content: space-between; gap: 12px; }
.trust { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 12px; color: inherit; text-decoration: none; }
.trust-score { font-family: var(--display); font-size: 36px; line-height: .9; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 18px; height: 18px; display: block; }
.trust-copy { display: flex; flex-direction: column; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; line-height: 1.35; }
.trust-copy strong { font-weight: 700; }
footer.site { background: var(--navy); color: #fff; margin-top: 48px; }
.foot { display: grid; gap: 24px; padding: 32px 16px; }
.foot h2 { font-family: var(--display); text-transform: uppercase; margin: 0 0 8px; }
.foot a { display: block; margin: 6px 0; font-size: 14px; }
.legal { max-width: 720px; padding: 32px 16px 64px; font-size: 14px; line-height: 1.6; }
.legal h1 { font-family: var(--display); font-size: 40px; text-transform: none; margin-bottom: 8px; color: var(--navy); }
.legal h2 { font-family: var(--display); text-transform: none; margin-top: 28px; color: var(--navy); }
.cookie { position: fixed; left: 0; right: 0; bottom: 0; background: var(--paper); border-top: 1px solid var(--line); padding: 12px 16px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; z-index: 20; }
.cookie p { flex: 1 1 220px; margin: 0; font-size: 14px; }
.ghost { min-height: 44px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); padding: 0 16px; font-weight: 700; }
.drawer-back { position: fixed; inset: 0; background: rgba(20,17,14,.4); z-index: 30; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 100%); background: var(--paper); color: var(--ink); z-index: 31; display: flex; flex-direction: column; }
.drawer header, .drawer footer { padding: 12px 16px; border-bottom: 1px solid var(--line); }
.drawer footer { border-bottom: 0; border-top: 1px solid var(--line); }
.drawer .body { overflow: auto; padding: 12px 16px; flex: 1; }
.line { display: flex; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 12px; }
.line img { width: 80px; height: 80px; object-fit: contain; background: var(--mist); }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { border-bottom: 1px solid var(--line); text-align: left; padding: 8px 6px; vertical-align: middle; }
@media (min-width: 800px) {
  .hero { grid-template-columns: 1.05fr .95fr; }
  .hero img { height: 100%; min-height: 420px; }
  .layout { grid-template-columns: 250px 1fr; }
  .filters { display: block; }
  .filter-toggle { display: none; }
  .grid { grid-template-columns: 1fr 1fr 1fr; }
  .product { grid-template-columns: 1fr 1fr; }
  .checkout { display: grid; grid-template-columns: 1fr 280px; gap: 24px; }
  .foot { grid-template-columns: repeat(4, 1fr); }
  .menu-btn { display: none !important; }
}
@media (max-width: 799px) {
  .menu-btn { display: inline-flex; align-items: center; }
  .word { font-size: 22px; }
  .hero h1 { font-size: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}

.promo { background: var(--accent); color: #fff; text-align: center; padding: 10px 16px; font-weight: 600; font-size: 14px; }
.crumbs { font-size: 13px; color: var(--muted); padding: 16px 0 0; }
.crumbs a { color: var(--muted); }
.collection-head h1 { font-size: 42px; color: var(--navy); margin: 8px 0 8px; }
.collection-head p { max-width: 46rem; color: var(--muted); }
.card { position: relative; display: block; }
.card .media { position: relative; background: var(--mist); }
.off { position: absolute; left: 10px; top: 10px; background: var(--sale); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 8px; }
.was { color: var(--muted); text-decoration: line-through; font-size: 14px; margin-left: 8px; font-weight: 500; }
.price-row { display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap; }
.about-block { padding: 40px 0 8px; }
.about-block h2 { font-size: 32px; color: var(--navy); margin: 0 0 12px; }
.faq { padding: 16px 0 48px; }
.faq h2 { font-size: 32px; color: var(--navy); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; text-align: left; background: none; border: 0; padding: 16px 0; font: inherit; font-weight: 700; color: var(--navy); display: flex; justify-content: space-between; gap: 16px; }
.faq-item .ans { display: none; padding: 0 0 16px; color: var(--ink); line-height: 1.6; }
.faq-item.open .ans { display: block; }
.shop-for { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 8px; }
.shop-for a { border: 1px solid var(--line); padding: 8px 14px; text-decoration: none; border-radius: 999px; font-weight: 600; font-size: 14px; }
.shop-for a:hover { border-color: var(--navy); }
.bag-btn { background: var(--accent); }
.account .bag-btn { background: var(--accent); font-family: var(--sans); font-size: 14px; letter-spacing: 0; text-transform: none; }
.search button, .solid { background: var(--navy); }

.pay-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 12px 0; }
.pay-mark { width: 52px; height: 34px; display: block; border-radius: 4px; }
.foot .pay-logos { margin-top: 16px; }
.drawer .pay-logos { margin: 12px 0 16px; }
.pay-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 0 16px 28px; }
.pay-row .muted { margin: 0; color: rgba(255,255,255,.75); }
