:root {
  --paper: #f5f6f5;
  --paper-2: #eceeed;
  --ink: #1c1f1e;
  --ink-soft: #5c6561;
  --copper: #c45a28;
  --copper-dark: #9a3f16;
  --moss: #2f6b4a;
  --moss-dark: #1c3d2c;
  --rule: #e3e6e4;
  --white: #ffffff;
  --danger: #9b2c2c;
  --ok: #2f6b4f;
  --display: "Syne", "Syne Fallback", sans-serif;
  --sans: "Figtree", "Figtree Fallback", sans-serif;
  --radius: 0.7rem;
  --radius-sm: 0.4rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 8px 24px rgba(28, 31, 30, 0.06);
  --shadow-hover: 0 16px 40px rgba(28, 31, 30, 0.12);
  --header: 4.75rem;
  --wrap: 1240px;
  --topbar: 2.25rem;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(47, 107, 74, 0.18);
  color: var(--ink);
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: var(--moss);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.2s var(--ease);
}
a:hover { color: var(--copper-dark); }

:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 3px;
}

h1, h2, h3, h4 {
  font-family: var(--sans);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin: 0 0 0.55em;
  text-wrap: balance;
}
h1 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 4.2vw, 3.15rem);
  letter-spacing: -0.04em;
}
h2 { font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

button, input, select, textarea { font: inherit; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  background: var(--white);
  padding: 0.5rem 1rem;
  z-index: 80;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

/* ——— Header ——— */
.site-header {
  z-index: 50;
  width: 100%;
}

.topbar {
  background: var(--moss-dark);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--topbar);
  gap: 1rem;
}
.topbar p { margin: 0; }
.topbar a {
  color: inherit;
  text-decoration: none;
}
.topbar a:hover { color: #fff; }
.topbar .dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 0.55rem 0.15rem;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  vertical-align: middle;
}

.header-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--rule);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px) saturate(1.2);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-height: var(--header);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
}
.brand img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  object-fit: cover;
}
.brand span {
  font-family: var(--display);
  font-size: 1.22rem;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-left: auto;
}
.nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.45rem 0.8rem;
  position: relative;
}
.nav a:hover { color: var(--moss); }
.nav a.is-on { color: var(--moss); }
.nav a.is-on::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.15rem;
  height: 2px;
  background: var(--moss);
  border-radius: 2px;
}
.nav .nav-cta { display: none; }

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.cart-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--rule);
  border-radius: 50%;
  color: var(--ink);
  text-decoration: none;
  background: var(--white);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.cart-btn svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cart-btn:hover {
  color: var(--moss);
  border-color: var(--moss);
}
.cart-count {
  display: none;
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.28rem;
  background: var(--copper);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-align: center;
  border-radius: 99px;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--copper);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.62rem 1.15rem;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(196, 90, 40, 0.22);
  transition: background 0.2s var(--ease), transform 0.2s;
}
.nav-cta:hover {
  background: var(--copper-dark);
  color: #fff !important;
}

.menu-btn {
  display: none;
  background: var(--white);
  border: 1px solid var(--rule);
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.45rem 0.55rem;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}
.menu-btn span {
  display: block;
  height: 1.5px;
  background: var(--ink);
  margin: 0.35rem 0;
  border-radius: 99px;
  transition: transform 0.25s var(--ease), opacity 0.2s;
}
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ——— Page frames ——— */
.page {
  width: min(100%, var(--wrap));
  align-self: center;
  padding: 2.4rem 1.5rem 4.8rem;
  flex: 1;
}
.page-narrow { max-width: 820px; }
.page-narrow > h1 { max-width: 22ch; }
.page-home {
  max-width: none;
  width: 100%;
  align-self: stretch;
  padding: 0 0 0;
}

.kicker {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--moss);
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.lede {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 40rem;
  line-height: 1.6;
}

.sec-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
.sec-head h2 { margin: 0; }

/* ——— Hero ——— */
.hero {
  background:
    radial-gradient(900px 420px at 88% 20%, rgba(47, 107, 74, 0.08), transparent 60%),
    radial-gradient(700px 380px at 8% 80%, rgba(196, 90, 40, 0.06), transparent 55%),
    var(--paper);
  padding: 3.2rem 0 3.4rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  max-width: 14ch;
  margin-bottom: 0.65em;
}
.hero-frame {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-hover);
  background: var(--paper-2);
}
.hero-frame img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.2rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  font-size: 0.86rem;
  color: var(--ink-soft);
}
.proof li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.proof li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  background: var(--moss);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ——— USP strip ——— */
.usps {
  border-bottom: 1px solid var(--rule);
  background: var(--white);
}
.usps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.usp {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1.45rem 1.2rem;
  border-right: 1px solid var(--rule);
}
.usp:first-child { padding-left: 0; }
.usp:last-child { border-right: 0; padding-right: 0; }
.usp-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(47, 107, 74, 0.1);
  color: var(--moss);
  display: grid;
  place-items: center;
}
.usp-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.usp strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.15rem;
}
.usp p {
  margin: 0;
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.4;
}

/* ——— Categories ——— */
.cats {
  padding: 3.4rem 0 0.4rem;
}
.cats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.cat {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  text-decoration: none;
  color: #fff;
  min-height: 11.5rem;
  background: var(--moss-dark);
}
.cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.5s var(--ease);
}
.cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(18, 32, 25, 0.78));
}
.cat:hover img { transform: scale(1.06); }
.cat span {
  position: absolute;
  left: 1.05rem;
  bottom: 1rem;
  z-index: 1;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

/* ——— Product grid ——— */
.catalog {
  padding: 3.2rem 0 1rem;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}
.card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.25s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: transparent;
}
.card-media {
  position: relative;
  display: block;
  background: var(--paper);
  overflow: hidden;
}
.card-media > a { display: block; }
.card-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.card:hover .card-media img { transform: scale(1.04); }
.card-media .chip {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 1;
  margin: 0;
  background: var(--white);
  border: 0;
  box-shadow: 0 4px 12px rgba(28, 31, 30, 0.08);
}
.card-actions {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 1;
  display: flex;
  gap: 0.45rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
}
.card:hover .card-actions {
  opacity: 1;
  transform: none;
}
.card-actions .btn,
.card-actions .btn-ghost {
  flex: 1;
  padding: 0.62rem 0.7rem;
  font-size: 0.82rem;
}
.card-body {
  padding: 1.05rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}
.card-body h3 {
  font-size: 1.08rem;
  margin: 0;
  letter-spacing: -0.025em;
}
.card-body h3 a {
  text-decoration: none;
  color: inherit;
}
.card-body h3 a:hover { color: var(--moss); }
.card-body > p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 0.7rem;
}
.card-foot .meta { margin: 0; }

.band { /* fallback if any leftover list rows remain */
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 9.2rem;
  gap: 1.35rem;
  padding: 1.05rem 1.1rem;
  margin-bottom: 0.85rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}
.band img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--paper-2);
  border-radius: var(--radius-sm);
}
.band h2 { font-size: 1.32rem; margin-bottom: 0.28rem; }
.band h2 a { text-decoration: none; color: inherit; }
.band > :last-child {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.7rem;
  text-align: right;
}

.price {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.price small {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
.chip {
  display: inline-block;
  border: 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.28rem 0.55rem;
  margin-bottom: 0.45rem;
  border-radius: 999px;
  color: var(--moss-dark);
  background: rgba(47, 107, 74, 0.12);
}

.btn, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  text-decoration: none !important;
  font-weight: 600;
  border-radius: 999px;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s, transform 0.2s var(--ease);
}
.btn { background: var(--moss); color: #fff !important; }
.btn:hover { background: var(--moss-dark); color: #fff !important; }
.btn-ghost {
  background: var(--white);
  color: var(--ink) !important;
  border: 1px solid var(--rule);
}
.btn-ghost:hover {
  background: var(--ink);
  color: #fff !important;
  border-color: var(--ink);
}
.btn-row { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.15rem; }

/* ——— Promo tiles ——— */
.promos {
  padding: 2.2rem 0 0.4rem;
}
.promo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}
.promo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 16rem;
  display: flex;
  align-items: flex-end;
  padding: 1.8rem;
  color: #fff;
  text-decoration: none;
  background: var(--moss-dark);
}
.promo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 32, 25, 0.82) 0%, rgba(18, 32, 25, 0.35) 100%);
}
.promo > div { position: relative; z-index: 1; max-width: 22rem; }
.promo .kicker { color: rgba(255, 255, 255, 0.78); }
.promo h2 {
  color: #fff;
  font-size: 1.55rem;
  margin-bottom: 0.45em;
}
.promo p { color: rgba(255, 255, 255, 0.86); margin-bottom: 0.9rem; }
.promo .btn { background: var(--copper); }
.promo .btn:hover { background: var(--copper-dark); }

/* ——— Closing / CTA band ——— */
.closing {
  margin: 3.2rem 0 0;
  padding: 3.6rem 1.5rem;
  background: var(--moss-dark);
  color: #f4f6f5;
  text-align: center;
}
.closing h2 {
  color: #fff;
  max-width: 22ch;
  margin: 0 auto 0.55em;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.closing p {
  max-width: 42rem;
  margin: 0 auto 1.3rem;
  color: rgba(244, 246, 245, 0.78);
}
.closing .btn-row { justify-content: center; }
.closing .btn { background: var(--copper); }
.closing .btn:hover { background: var(--copper-dark); }
.closing .btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35);
}
.closing .btn-ghost:hover {
  background: #fff;
  color: var(--moss-dark) !important;
}

.page:not(.page-home) .closing {
  margin: 2.2rem 0 0;
  padding: 1.8rem 1.6rem;
  border-radius: var(--radius);
  text-align: left;
}
.page:not(.page-home) .closing h2 { margin-left: 0; }
.page:not(.page-home) .closing p { margin-left: 0; }
.page:not(.page-home) .closing .btn-row { justify-content: flex-start; }

/* ——— Product page ——— */
.spec {
  width: 100%;
  border-collapse: collapse;
  margin: 1.35rem 0 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
}
.spec th, .spec td {
  text-align: left;
  padding: 0.78rem 1rem;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.spec tr:last-child th,
.spec tr:last-child td { border-bottom: 0; }
.spec tr:nth-child(even) { background: var(--paper); }
.spec th { width: 38%; color: var(--ink-soft); font-weight: 500; }

.product-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 2.4rem;
  margin-bottom: 1rem;
  align-items: start;
}
.product-shot {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
}
.product-head > div > img:first-of-type,
.product-shot img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--paper);
  margin: 0;
}
.product-copy {
  margin-top: 2.6rem;
  padding-top: 2.2rem;
  border-top: 1px solid var(--rule);
}
.product-copy .lede { max-width: none; }
.buybox h1 {
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  margin-bottom: 0.4em;
}
.buybox .lede {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.buybox {
  background: var(--white);
  padding: 1.5rem 1.45rem 1.55rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: sticky;
  top: calc(var(--header) + 1rem);
  height: fit-content;
}
.buybox .price { font-size: 1.85rem; margin-bottom: 0.15rem; }
.buybox .meta { margin-bottom: 0.55rem; }
.stock {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ok);
  font-size: 0.86rem;
  font-weight: 600;
  margin: 0 0 0.85rem;
}
.stock::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: var(--ok);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(47, 107, 79, 0.18);
}
.buybox ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.4rem;
}
.buybox li {
  position: relative;
  padding: 0.48rem 0 0.48rem 1.05rem;
  border-bottom: 1px solid var(--rule);
  font-size: 0.95rem;
}
.buybox li:last-child { border-bottom: 0; }
.buybox li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 0.38rem;
  height: 0.38rem;
  background: var(--moss);
  border-radius: 50%;
}
.buybox .btn-row { margin-top: 1.2rem; }
.buybox .btn,
.buybox .btn-ghost { width: 100%; }

.note {
  background: var(--paper);
  border-left: 4px solid var(--moss);
  padding: 1.05rem 1.15rem;
  margin: 1.5rem 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.note.copper { border-left-color: var(--copper); }

.crumbs {
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin-bottom: 1.35rem;
}
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { color: var(--moss); text-decoration: underline; }

/* ——— Journal ——— */
.journal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 1.8rem;
}
.journal-item {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.journal-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.journal-item img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}
.journal-item > div { padding: 1.05rem 1.1rem 1.2rem; }
.journal-item h2 { font-size: 1.12rem; margin-bottom: 0.35rem; }
.journal-item h2 a { text-decoration: none; color: inherit; }
.journal-item h2 a:hover { color: var(--moss); }
.meta { color: var(--ink-soft); font-size: 0.86rem; }

.prose { font-size: 1.05rem; }
.prose h2 { margin-top: 2.1rem; font-size: 1.45rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: 0.45rem; }
.prose ol {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.4rem;
  display: grid;
  gap: 0.55rem;
  counter-reset: step;
}
.prose ol li {
  counter-increment: step;
  margin: 0;
  padding: 0.95rem 1.05rem 0.95rem 3.15rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  position: relative;
}
.prose ol li::before {
  content: counter(step);
  position: absolute;
  left: 0.95rem;
  top: 0.9rem;
  font-family: var(--display);
  color: var(--moss);
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}
.figure { margin: 1.5rem 0 1.9rem; }
.figure img {
  width: 100%;
  border-radius: var(--radius);
}
.figure figcaption {
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin-top: 0.55rem;
}

.form {
  position: relative;
  display: grid;
  gap: 1rem;
  background: var(--white);
  padding: 1.6rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-top: 1.4rem;
}
.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
label {
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.35rem;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--rule);
  background: var(--white);
  padding: 0.72rem 0.85rem;
  border-radius: 0.5rem;
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
input:hover, select:hover, textarea:hover { border-color: #c5ccc8; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--moss);
  box-shadow: 0 0 0 3px rgba(47, 107, 74, 0.16);
}
textarea { min-height: 8.5rem; resize: vertical; }
.form-ok { color: var(--ok); font-weight: 600; margin: 0; }
.form-err { color: var(--danger); font-weight: 600; margin: 0; }
.form-note { margin: 0; font-size: 0.88rem; color: var(--ink-soft); }
.form.is-done { grid-template-columns: 1fr; }
.form-done { display: grid; gap: 0.7rem; }
.form-done:focus { outline: none; }
.form-done p { margin: 0; }
.form-done .form-ok { font-size: 1.05rem; }
.btn:disabled {
  opacity: 0.65;
  cursor: wait;
  pointer-events: none;
}

.cart-line {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 1.1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: center;
}
.cart-line img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--paper-2);
}
.cart-line strong { letter-spacing: -0.02em; }
.qty { width: 4.6rem; }
.cart-sheet {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 0.4rem 1.3rem 1.4rem;
  box-shadow: var(--shadow);
}
.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 1.1rem;
  padding-top: 0.4rem;
}

.colophon {
  background: #151a18;
  color: #d7ddd9;
  padding: 3.2rem 0 0;
  margin-top: auto;
  width: 100%;
}
.colophon a {
  color: #fff;
  text-decoration: none;
  font-size: 0.92rem;
}
.colophon a:hover { color: #e8b089; }
.colophon-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 2rem 1.6rem;
  padding-bottom: 2.4rem;
}
.colophon h3 {
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}
.colophon p { color: rgba(215, 221, 217, 0.78); font-size: 0.92rem; }
.colophon ul { list-style: none; padding: 0; margin: 0; }
.colophon li { margin: 0.4rem 0; }
.colophon-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.05rem 0 1.15rem;
  font-size: 0.8rem;
  color: rgba(215, 221, 217, 0.55);
}
.colophon-bar p { margin: 0; color: inherit; }

.cookie {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  max-width: 22.5rem;
  background: var(--ink);
  color: #f4f6f5;
  padding: 1.15rem 1.2rem 1.2rem;
  z-index: 60;
  display: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow-hover);
}
.cookie.is-on { display: block; }
.cookie p { font-size: 0.88rem; margin-bottom: 0.85rem; line-height: 1.5; }
.cookie .btn-row { margin-top: 0; gap: 0.45rem; }
.cookie .btn,
.cookie .btn-ghost { padding: 0.55rem 0.9rem; font-size: 0.86rem; }
.cookie .btn {
  background: var(--copper);
  color: #fff !important;
}
.cookie .btn:hover { background: var(--copper-dark); }
.cookie .btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff !important;
}
.cookie .btn-ghost:hover { background: #fff; color: var(--ink) !important; }
.cookie a { color: #e8b089; }
.toast {
  position: fixed;
  top: calc(var(--header) + 0.7rem);
  right: 1.1rem;
  background: var(--ok);
  color: white;
  padding: 0.75rem 1.05rem;
  z-index: 70;
  border-radius: 999px;
  box-shadow: var(--shadow);
  max-width: min(22rem, calc(100vw - 2rem));
}
.toast.is-err { background: var(--danger); }

.empty {
  text-align: center;
  padding: 3.6rem 1.2rem;
  background: var(--paper);
  border: 1px dashed var(--rule);
  border-radius: var(--radius);
}
.empty .btn { margin-top: 0.8rem; }
[hidden] { display: none !important; }

@media (min-width: 640px) {
  .form {
    grid-template-columns: 1fr 1fr;
  }
  .form > div:last-of-type,
  .form > button,
  .form > .form-ok,
  .form > .form-err,
  .form > .form-note,
  .form > .form-done {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1100px) {
  .product-grid,
  .journal-list { grid-template-columns: repeat(2, 1fr); }
  .cats-grid { grid-template-columns: repeat(2, 1fr); }
  .usps-grid { grid-template-columns: 1fr 1fr; }
  .usp { border-bottom: 1px solid var(--rule); }
  .usp:nth-child(2n) { border-right: 0; }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .menu-btn { display: inline-block; }
  .header-inner { gap: 0.7rem; min-height: 4.15rem; }
  .brand span { font-size: 1.08rem; }
  .header-tools .nav-cta { display: none; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--rule);
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem 1rem 1rem;
    margin-left: 0;
    box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.75rem 0.5rem; }
  .nav a.is-on::after { display: none; }
  .nav .nav-cta {
    display: flex;
    margin-top: 0.4rem;
    text-align: center;
  }
  .hero { padding: 1.8rem 0 2rem; }
  .hero-grid, .product-head, .band, .promo-grid, .colophon-grid {
    grid-template-columns: 1fr;
  }
  .hero-frame img { aspect-ratio: 16 / 10; }
  .hero h1 { max-width: none; }
  .band > :last-child {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .buybox { position: static; }
  .page { padding: 1.4rem 1rem 3.2rem; }
  .cats, .catalog, .promos { padding-left: 0; padding-right: 0; }
  .card-actions {
    opacity: 1;
    transform: none;
  }
  .promo { min-height: 13rem; }
}

@media (max-width: 640px) {
  .product-grid,
  .journal-list,
  .usps-grid,
  .cats-grid { grid-template-columns: 1fr; }
  .usp { border-right: 0; padding-left: 0; padding-right: 0; }
  .cookie { left: 0.7rem; right: 0.7rem; max-width: none; }
  .wrap, .page { padding-left: 1rem; padding-right: 1rem; }
}

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