:root {
  --bg: #f6f1e8;
  --bg-2: #fffdf8;
  --ink: #1c1914;
  --muted: #5c564c;
  --line: #d9d0c2;
  --accent: #c45c26;
  --accent-ink: #fffdf8;
  --ok: #2f6b4f;
  --frame: #2a241c;
  --radius: 16px;
  --max: 1080px;
  --font: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
html, body { overflow-x: clip; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  padding-bottom: calc(84px + env(safe-area-inset-bottom));
  max-width: 100%;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
strong { font-weight: 650; }

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 241, 232, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.nav-end {
  display: flex;
  align-items: center;
  gap: 14px;
}

.langs {
  display: flex;
  align-items: center;
  gap: 0;
}

.lang-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 7px;
  cursor: pointer;
}

.lang-btn[aria-pressed="true"] {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.logo {
  font-family: var(--font);
  font-size: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  background: var(--accent);
  color: var(--accent-ink);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.offer {
  padding: 20px 0 36px;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: 28px;
  align-items: start;
  min-width: 0;
}

.offer > * { min-width: 0; }

.offer-visual {
  position: sticky;
  top: 76px;
  align-self: start;
}

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  border-radius: 18px;
  overflow: hidden;
  background: var(--frame);
  border: 1px solid var(--line);
}

.shot {
  margin: 0;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--frame);
}

.shot img,
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.shot img {
  transform: scale(1.28);
  object-position: center 40%;
}

.shot-tag {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 1;
  margin: 0;
  background: rgba(28, 25, 20, 0.86);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 6px;
}

.shot-tag.is-after {
  left: auto;
  right: 8px;
  background: var(--accent);
  color: var(--accent-ink);
}

.media {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--frame);
}

.use-grid .media img,
.pack-shot .media img {
  transform: scale(1.08);
}

.caption {
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0 0;
}

.delivery {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 650;
}

.btn-block { width: 100%; }

.fits { max-width: 720px; }
.fit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.fit-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 650;
}
.facts-inline {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.facts-inline li { margin: 8px 0; }

.kicker {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
}

h1, h2, h3 { font-family: var(--font); font-weight: 600; letter-spacing: -0.02em; }
h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.05; margin: 0 0 16px; }
h2 { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.15; margin: 0 0 12px; }
h3 { font-size: 22px; margin: 0 0 8px; }

.lead { font-size: 17px; color: var(--muted); margin: 0 0 16px; }

.qty-price {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: 4px 0 18px;
}

.qty-num {
  display: block;
  font-family: var(--font);
  font-size: clamp(64px, 14vw, 88px);
  line-height: 0.85;
  letter-spacing: -0.05em;
}

.qty-word {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qty-cost {
  display: grid;
  gap: 2px;
  padding-bottom: 4px;
}

.price { font-family: var(--font); font-size: 40px; }
.price-note { color: var(--muted); font-size: 15px; display: block; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--accent-ink);
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 650;
  cursor: pointer;
}

.btn:hover { filter: brightness(0.96); }

.trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 22px 0 28px;
}

.trust span {
  font-size: 12px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  text-align: center;
}

.use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
}

.use-grid .media {
  border-radius: 14px;
  border: 1px solid var(--line);
}

.pack-shot {
  margin: 0 auto 20px;
  max-width: 380px;
}

.pack-shot .media {
  border-radius: 16px;
  border: 1px solid var(--line);
}

.center { text-align: center; }

section { padding: 40px 0; }
.alt { background: var(--bg-2); }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.card .media {
  aspect-ratio: 4 / 5;
  background: #efe8dc;
}
.card .media img {
  transform: none;
  object-fit: cover;
  object-position: center 22%;
}
.card-body { padding: 18px 18px 22px; }
.step { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin: 0 0 6px; }

.formats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0 8px;
}

.format {
  position: relative;
  display: grid;
  text-align: left;
  padding: 0;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-2);
  cursor: pointer;
  overflow: hidden;
  color: inherit;
  font: inherit;
}

.format-visual {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background: #efe8dc;
  border-bottom: 1px solid var(--line);
}

.liner {
  width: 56%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 42%, #f0d7a8 0 38%, transparent 39%),
    linear-gradient(180deg, #d7b37a 0%, #c49a5e 100%);
  box-shadow:
    inset 0 0 0 3px #b5894a,
    inset 0 0 0 9px #e6c48a;
}

.liner-square { border-radius: 12px; }
.liner-round { border-radius: 50%; }

.format-body {
  display: grid;
  gap: 4px;
  padding: 14px 14px 16px;
}

.format-body .step { margin: 0; }
.format-body strong {
  font-family: var(--font);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.format-body span:last-child {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.format[aria-pressed="true"] {
  border-color: var(--accent);
  background: #fff;
}
.format[aria-pressed="true"] .format-visual {
  background: #f7efe4;
}
.format[aria-pressed="true"]::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 7px;
  height: 13px;
  border-right: 2.5px solid var(--accent);
  border-bottom: 2.5px solid var(--accent);
  transform: rotate(45deg);
}
.format.is-shake { animation: shake 0.35s; }

@keyframes shake {
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}

.format-hint {
  min-height: 1.4em;
  margin: 10px 0 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
}

.faq { max-width: 720px; }
details {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 650; }
details p { color: var(--muted); margin: 10px 0 0; }

form {
  display: grid;
  gap: 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0;
}

legend { font-size: 13px; font-weight: 650; padding: 0 6px; }
.format-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.address-field {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  min-inline-size: 0;
}

.address-field legend {
  padding: 0;
  font-size: 13px;
  font-weight: 650;
}

.address-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 12px;
}

label { font-size: 13px; font-weight: 650; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
}

.upsell {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px dashed var(--accent);
  border-radius: 12px;
}

.upsell input { width: auto; margin-top: 4px; }

.total {
  font-family: var(--font);
  font-size: 28px;
  margin: 4px 0 0;
}

.fine { font-size: 13px; color: var(--muted); margin: 0; }

.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: var(--ink);
  color: var(--bg-2);
}

.sticky-bar .btn { padding: 10px 18px; }

footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  color: var(--muted);
  font-size: 13px;
}

.footer-grid {
  display: grid;
  gap: 10px;
}

.footer-grid a { text-decoration: underline; text-underline-offset: 3px; }

.legal-page {
  padding: 64px 0 80px;
  max-width: 720px;
}

.legal-page h2 { margin-top: 28px; }

.ok-box {
  display: none;
  background: #e8f4ec;
  border: 1px solid #b7d4c2;
  color: var(--ok);
  border-radius: 12px;
  padding: 14px;
}

.stripe-box {
  min-height: 220px;
  padding: 10px 0 2px;
}

.form-error {
  margin: 0;
  color: #9b2c2c;
  font-size: 14px;
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

@media (max-width: 860px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 24px); }
  .nav { gap: 8px; padding: 10px 0; }
  .logo { font-size: 17px; letter-spacing: 0.06em; }
  .lang-btn { padding: 8px 5px; font-size: 11px; }
  .nav-cta { display: none; }

  .offer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 12px 0 24px;
  }
  .offer-visual { position: static; }
  .compare { border-radius: 14px; }
  .shot { aspect-ratio: 1; }
  .use-grid { gap: 6px; }

  h1 { font-size: clamp(26px, 8vw, 32px); margin-bottom: 10px; }
  h2 { font-size: clamp(22px, 6vw, 28px); }
  h3 { font-size: 18px; }
  .lead { font-size: 16px; margin-bottom: 12px; }
  .price { font-size: 32px; }
  .qty-price { gap: 14px; margin: 2px 0 14px; }
  .qty-num { font-size: clamp(56px, 18vw, 72px); }
  .qty-word { font-size: 13px; }
  .trust { margin: 12px 0 20px; }
  .trust span { font-size: 11px; padding: 7px 8px; }

  .formats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .format-visual { aspect-ratio: 1; }
  .liner { width: 50%; }
  .format-body { padding: 10px 10px 12px; }
  .format-body strong { font-size: 18px; }
  .format-body span:last-child { display: none; }

  .grid-3 { grid-template-columns: 1fr; gap: 12px; margin-top: 16px; }
  .card .media { aspect-ratio: 1; }
  .address-split { grid-template-columns: 1fr 1fr; gap: 8px; }

  form { padding: 14px; border-radius: 14px; }
  input, select, textarea {
    font-size: 16px;
    padding: 12px;
  }
  .stripe-box { min-height: 180px; }

  section { padding: 28px 0; }
  .sticky-bar {
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    font-size: 14px;
  }
  .sticky-bar .btn {
    flex: 0 0 auto;
    min-width: 96px;
    padding: 12px 16px;
  }

  .legal-page { padding: 32px 0 80px; }
}

@media (max-width: 400px) {
  .address-split { grid-template-columns: 1fr; }
  .trust { gap: 6px; }
}
