:root {
  color-scheme: light dark;
  /* ChinUp Pets. Sampled from the logo: navy #073B5C, coral #FF6B35, pool #0E7490.
     Coral is darkened for body use so it clears WCAG AA on white. */
  --page: #F2F7F9;
  --surface: #FFFFFF;
  --surface-soft: #E6EFF3;
  --ink: #06283A;
  --ink-soft: #4A6577;
  --line: #CBDCE4;
  --navy: #073B5C;
  --navy-2: #0E4E71;
  --accent: #C0400E;
  --accent-hover: #9C3208;
  --accent-ink: #FFF8F5;
  --focus: #0E7490;
  --radius-card: 16px;
  --radius-control: 10px;
  --shadow: 0 24px 70px rgba(18, 50, 70, .12);
  --max: 1440px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: var(--radius-control);
  background: var(--surface);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.announcement {
  min-height: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
  padding: 7px clamp(18px, 4vw, 64px);
  background: var(--navy);
  color: #f2f7f8;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(18px, 4vw, 64px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 74%, transparent);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  backdrop-filter: blur(18px);
}

.brand {
  width: 190px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: var(--radius-control);
  /* The wordmark is navy, so it needs a light ground in both themes. */
  background: #FFF5E6;
}
.brand img { width: 100%; height: auto; }

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  white-space: nowrap;
}

.site-header nav a,
footer nav a {
  text-decoration: none;
  font-size: .9rem;
  font-weight: 650;
}

.site-header nav a:hover,
footer nav a:hover { text-decoration: underline; text-underline-offset: 5px; }

.bag-button {
  justify-self: end;
  min-width: 86px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--ink);
  font-weight: 750;
  cursor: pointer;
}

.bag-button span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #f4f8f9;
  font-size: .75rem;
}

.product-hero {
  width: min(var(--max), 100%);
  min-height: calc(100dvh - 106px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(440px, .9fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: start;
  padding: clamp(28px, 4vh, 54px) clamp(18px, 4vw, 64px) 46px;
}

.gallery { min-width: 0; }

.gallery-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-card);
  background: #d7e4ea;
  box-shadow: var(--shadow);
}

.gallery-stage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .22s ease, transform .6s cubic-bezier(.16, 1, .3, 1);
}

.gallery-stage:hover > img { transform: scale(1.018); }

.image-note {
  position: absolute;
  right: 14px;
  bottom: 12px;
  max-width: 310px;
  margin: 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(12, 28, 36, .82);
  color: #f7fbfc;
  font-size: .72rem;
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(3, 110px);
  gap: 10px;
  margin-top: 12px;
}

.thumbnail {
  overflow: hidden;
  height: 74px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius-control);
  background: var(--surface);
  cursor: pointer;
}

.thumbnail.is-active { border-color: var(--navy); }
.thumbnail img { width: 100%; height: 100%; object-fit: cover; }

.buy-panel {
  align-self: start;
  max-width: 560px;
  padding: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: "Outfit", "Trebuchet MS", sans-serif; }
h1, h2, h3, p { text-wrap: pretty; }
.price, .eyebrow, .primary-button, .secondary-button,
.sizes button, .bag-button, .quantity output { font-family: "Outfit", "Trebuchet MS", sans-serif; }

h1 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2.6rem, 4.2vw, 4.5rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.hero-copy {
  max-width: 48ch;
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 16px 0 12px;
}

.price { font-size: 2rem; font-weight: 800; letter-spacing: -.04em; }
.price-was { color: var(--ink-soft); font-size: 1.05rem; text-decoration: line-through; }
.price-note { color: var(--ink-soft); font-size: .86rem; }

.option-block {
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.option-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: .88rem;
  font-weight: 750;
}

.option-heading a { color: var(--accent); text-underline-offset: 4px; }

.swatches, .sizes { display: flex; flex-wrap: wrap; gap: 9px; }

.swatch {
  width: 34px;
  height: 34px;
  border: 3px solid var(--surface);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line);
  cursor: pointer;
}

.swatch.is-selected { box-shadow: 0 0 0 2px var(--ink); }
.swatch-navy { background: linear-gradient(135deg, #073B5C 0 50%, #FF6B35 50% 100%); }
.swatch-blue { background: #2779B8; }
.swatch-red { background: #C4342B; }
.swatch-yellow { background: #E5A32F; }
.swatch-pink { background: #DE5799; }

.option-help, .field-error {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: .78rem;
}

.field-error { color: #b72d25; font-weight: 700; }

.sizes button {
  min-width: 52px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--ink);
  font-weight: 780;
  cursor: pointer;
}

.sizes button:hover,
.sizes button.is-selected { border-color: var(--navy); background: var(--navy); color: #f5f8f9; }

.purchase-row {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 12px;
  margin-top: 10px;
}

.quantity {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--surface);
}

.quantity button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.2rem;
}

.quantity output { display: grid; place-items: center; font-weight: 800; }

.primary-button,
.secondary-button {
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  font-weight: 820;
  cursor: pointer;
  transition: background-color .2s ease, transform .16s ease, border-color .2s ease;
  white-space: nowrap;
}

.primary-button { background: var(--accent); color: var(--accent-ink); }
.primary-button:hover { background: var(--accent-hover); }
.primary-button:active, .secondary-button:active { transform: scale(.98); }

.secondary-button {
  background: var(--navy);
  color: #f4f8f9;
}

.purchase-note {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: .76rem;
}

.reassurance {
  width: min(calc(var(--max) - 128px), calc(100% - 36px));
  margin: 0 auto clamp(92px, 11vw, 160px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reassurance > div {
  display: grid;
  gap: 5px;
  padding: 26px clamp(12px, 2.5vw, 38px);
}

.reassurance > div + div { border-left: 1px solid var(--line); }
.reassurance span { color: var(--ink-soft); font-size: .87rem; }

.story-section,
.fit-section,
.details-section,
.honest-section,
.faq-section,
.final-purchase,
footer {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding-left: clamp(18px, 4vw, 64px);
  padding-right: clamp(18px, 4vw, 64px);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  padding-bottom: clamp(110px, 14vw, 200px);
}

.story-media {
  overflow: hidden;
  min-height: 640px;
  border-radius: var(--radius-card);
}

.story-media img { width: 100%; height: 100%; min-height: 640px; object-fit: cover; }

h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.story-copy > p,
.fit-intro p,
.honest-section > div > p,
.final-purchase p {
  max-width: 55ch;
  color: var(--ink-soft);
  font-size: 1rem;
}

.feature-definitions { margin: 36px 0 0; }
.feature-definitions > div { padding: 18px 0; border-top: 1px solid var(--line); }
.feature-definitions dt { font-weight: 820; }
.feature-definitions dd { margin: 4px 0 0; color: var(--ink-soft); font-size: .9rem; }

.fit-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(40px, 8vw, 130px);
  padding-bottom: clamp(110px, 14vw, 200px);
}

.fit-intro { grid-row: span 2; }
.fit-intro h2 { max-width: 8ch; }

.fit-finder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: clamp(22px, 3vw, 38px);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.form-row { display: grid; gap: 7px; }
.form-row label { font-size: .86rem; font-weight: 800; }
.form-row small { color: var(--ink-soft); font-size: .75rem; }

.input-suffix {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 50px;
  padding-right: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--page);
}

.input-suffix:focus-within { border-color: var(--focus); box-shadow: 0 0 0 2px color-mix(in srgb, var(--focus) 25%, transparent); }
.input-suffix input { min-width: 0; height: 48px; padding: 0 14px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.input-suffix span { color: var(--ink-soft); font-size: .84rem; }

.fit-finder .secondary-button { align-self: end; }
.fit-result { align-self: center; margin: 0; color: var(--ink-soft); font-size: .86rem; }
.fit-result.is-success { color: #0f6b46; font-weight: 780; }
.fit-result.is-error { color: #b72d25; font-weight: 780; }

.size-table { overflow-x: auto; border-radius: var(--radius-card); background: var(--surface); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 15px 18px; text-align: left; }
th { background: var(--navy); color: #f4f8f9; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
td { border-bottom: 1px solid var(--line); font-size: .88rem; }
tbody tr:last-child td { border-bottom: 0; }

.details-section {
  display: grid;
  grid-template-columns: 1.4fr .75fr .75fr;
  grid-template-rows: auto auto;
  gap: 14px;
  padding-bottom: clamp(110px, 14vw, 200px);
}

.detail-image {
  grid-row: span 2;
  overflow: hidden;
  min-height: 620px;
  border-radius: var(--radius-card);
}

.detail-image img { width: 100%; height: 100%; object-fit: cover; }

.detail-block {
  min-height: 230px;
  padding: clamp(24px, 3vw, 42px);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.detail-primary { grid-column: span 2; background: var(--navy); color: #f0f6f8; }
.detail-primary h2 { max-width: 13ch; font-size: clamp(2.2rem, 3.8vw, 4.4rem); }
.detail-primary p { max-width: 52ch; color: #bcd0d9; }
.detail-block h3 { margin: 0 0 12px; font-size: 1.35rem; letter-spacing: -.025em; }
.detail-block p { margin: 0; color: var(--ink-soft); }
.detail-block.detail-primary p { color: #bcd0d9; }

.honest-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 7vw, 110px);
  padding-bottom: clamp(110px, 14vw, 200px);
}

.honest-section h2 { max-width: 11ch; }
.honest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.honest-grid article { padding: clamp(24px, 3vw, 42px); border-radius: var(--radius-card); background: var(--surface); }
.honest-grid article:last-child { background: var(--surface-soft); }
.honest-grid h3 { margin: 0 0 22px; }
.honest-grid ul { margin: 0; padding-left: 20px; }
.honest-grid li + li { margin-top: 12px; }

.faq-section {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(40px, 8vw, 140px);
  padding-bottom: clamp(110px, 14vw, 200px);
}

.faq-section h2 { max-width: 9ch; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 42px 24px 0; cursor: pointer; font-weight: 800; }
.faq-list p { max-width: 65ch; margin: -8px 0 24px; color: var(--ink-soft); }

.final-purchase {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 36px;
  margin-bottom: 64px;
  padding-top: clamp(42px, 6vw, 80px);
  padding-bottom: clamp(42px, 6vw, 80px);
  border-radius: var(--radius-card);
  background: var(--navy);
  color: #f1f7f8;
}

.final-purchase h2 { max-width: 12ch; }
.final-purchase p { color: #bfd1d9; }

footer {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 40px;
  align-items: start;
  padding-top: 48px;
  padding-bottom: 110px;
  border-top: 1px solid var(--line);
}

footer img {
  width: 182px;
  height: auto;
  padding: 6px 8px;
  border-radius: var(--radius-control);
  background: #ffffff;
}
footer p { max-width: 60ch; margin: 0; color: var(--ink-soft); font-size: .8rem; }
footer nav { display: grid; gap: 12px; }

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  max-width: 360px;
  padding: 14px 18px;
  border-radius: var(--radius-control);
  background: var(--navy);
  color: #f5f8f9;
  box-shadow: var(--shadow);
  font-weight: 750;
}

.cart-drawer { position: fixed; inset: 0; z-index: 50; pointer-events: none; }
.cart-drawer.is-open { pointer-events: auto; }
.cart-backdrop { position: absolute; inset: 0; background: rgba(5, 18, 25, .54); opacity: 0; transition: opacity .25s ease; }
.cart-drawer.is-open .cart-backdrop { opacity: 1; }

.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 100%);
  height: 100dvh;
  padding: 28px;
  background: var(--surface);
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
  box-shadow: -24px 0 70px rgba(10, 30, 40, .18);
}

.cart-drawer.is-open .cart-panel { transform: translateX(0); }
.cart-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.cart-header h2 { font-size: 2.1rem; }
.cart-header button { border: 0; background: transparent; color: var(--ink); text-decoration: underline; cursor: pointer; }
.cart-content { min-height: 220px; padding: 28px 0; }
.cart-item { display: grid; grid-template-columns: 90px 1fr; gap: 16px; }
.cart-item img { width: 90px; height: 90px; border-radius: var(--radius-control); object-fit: cover; }
.cart-item h3 { margin: 0 0 6px; }
.cart-item p { margin: 2px 0; color: var(--ink-soft); font-size: .84rem; }
.checkout-button { width: 100%; }
.checkout-button:disabled { opacity: .54; cursor: not-allowed; }
.cart-disclaimer { color: var(--ink-soft); font-size: .75rem; }

.mobile-buy { display: none; }

@media (prefers-color-scheme: dark) {
  :root {
    --page: #07161F;
    --surface: #0D2230;
    --surface-soft: #143142;
    --ink: #E8F1F5;
    --ink-soft: #AFC6D1;
    --line: #274A5E;
    --navy: #0E4E71;
    --navy-2: #14608A;
    --accent: #FF9166;
    --accent-hover: #FFA98A;
    --accent-ink: #1A0A02;
    --focus: #5FBDD2;
    --shadow: 0 24px 70px rgba(0, 0, 0, .28);
  }
  .field-error { color: #ff8d83; }
  .fit-result.is-success { color: #70d7ab; }
  .fit-result.is-error { color: #ff8d83; }
}

@media (max-width: 1100px) {
  .product-hero { grid-template-columns: 1fr 440px; gap: 30px; }
  .site-header nav { gap: 20px; }
  .story-section { grid-template-columns: 1fr 360px; gap: 42px; }
  .details-section { grid-template-columns: 1fr 1fr; }
  .detail-image { grid-column: span 2; min-height: 520px; }
  .detail-primary { grid-column: span 2; }
  .detail-block { min-height: 200px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .product-hero,
  .story-section,
  .fit-section,
  .honest-section,
  .faq-section { grid-template-columns: 1fr; }
  .product-hero { min-height: auto; }
  .buy-panel { max-width: none; }
  .story-media, .story-media img { min-height: 480px; }
  .fit-intro { grid-row: auto; }
  .fit-intro h2, .honest-section h2, .faq-section h2 { max-width: 13ch; }
  .reassurance { grid-template-columns: 1fr; }
  .reassurance > div + div { border-left: 0; border-top: 1px solid var(--line); }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { grid-column: span 2; }
}

@media (max-width: 640px) {
  body { padding-bottom: 78px; }
  .announcement { grid-template-columns: 1fr; min-height: 32px; }
  .announcement span:not(:first-child) { display: none; }
  .site-header { height: 64px; padding: 0 16px; }
  .brand { width: 145px; }
  .product-hero { padding: 16px 16px 36px; }
  .gallery-stage { aspect-ratio: 4 / 3; }
  .image-note { right: 8px; bottom: 8px; left: 8px; max-width: none; }
  .thumbnail-row { grid-template-columns: repeat(3, 1fr); }
  h1 { max-width: 12ch; font-size: clamp(2.5rem, 13vw, 4rem); }
  .purchase-row { grid-template-columns: 100px 1fr; }
  .reassurance { width: calc(100% - 32px); margin-bottom: 90px; }
  .story-section,
  .fit-section,
  .details-section,
  .honest-section,
  .faq-section,
  .final-purchase,
  footer { padding-left: 16px; padding-right: 16px; }
  .story-media, .story-media img { min-height: 420px; }
  .fit-finder { grid-template-columns: 1fr; }
  .details-section { grid-template-columns: 1fr; }
  .detail-image, .detail-primary { grid-column: auto; }
  .detail-image { min-height: 360px; }
  .honest-grid { grid-template-columns: 1fr; }
  .final-purchase { align-items: stretch; flex-direction: column; border-radius: 0; margin-bottom: 0; }
  footer { grid-template-columns: 1fr; padding-bottom: 52px; }
  footer p { grid-column: auto; }
  .toast { right: 12px; bottom: 90px; left: 12px; }
  .mobile-buy {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 9px 12px;
    border-top: 1px solid var(--line);
    background: color-mix(in srgb, var(--surface) 95%, transparent);
    backdrop-filter: blur(18px);
  }
  .mobile-buy span { display: grid; font-size: .76rem; }
  .mobile-buy .primary-button { min-height: 48px; padding: 0 18px; }
}

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


/* ---- ChinUp additions ---- */

.checkout-error {
  margin: 10px 0 0;
  color: #B72D25;
  font-size: .85rem;
  font-weight: 700;
}
.checkout-error:empty { display: none; }

@media (prefers-color-scheme: dark) {
  .checkout-error { color: #FF8D83; }
}

.primary-button[disabled] { opacity: .62; cursor: wait; }

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

.cart-line {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: .82rem;
}

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

footer img {
  padding: 7px 11px;
  border-radius: var(--radius-control);
  background: #FFF5E6;
  width: 190px;
  height: auto;
}

/* ══ Offer, bundles and savings ═══════════════════════════════════════════
   The discount on this page is a real one: £37 for one, £30 each for two or
   more. Everything below renders that saving, nothing invents a reference
   price the jacket has never sold at. */

.announcement {
  background: linear-gradient(90deg, var(--navy) 0%, var(--navy-2) 100%);
}
.announcement .offer-lead {
  color: #fff;
}
.announcement .offer-lead b {
  color: #FFD9C7;
  font-weight: 820;
}
.announcement .offer-clock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-self: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: .7rem;
  letter-spacing: .09em;
}

/* ── Price header ───────────────────────────────────────────────────────── */

.price-row { flex-wrap: wrap; row-gap: 4px; }

.price-was {
  color: var(--ink-soft);
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.save-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  align-self: center;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: "Outfit", "Trebuchet MS", sans-serif;
  font-size: .74rem;
  font-weight: 820;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-saving {
  margin: 0 0 14px;
  font-size: .92rem;
  font-weight: 700;
  color: var(--ink-soft);
}
.price-saving.is-live {
  color: var(--accent);
}

/* ── Bundle ladder ──────────────────────────────────────────────────────── */

.bundles {
  display: grid;
  gap: 8px;
  margin: 4px 0 2px;
  padding: 0;
  border: 0;
}
.bundles legend {
  padding: 0 0 8px;
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bundle {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--surface);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease;
}
.bundle:hover { border-color: var(--navy-2); }

.bundle::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid var(--line);
  border-radius: 50%;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.bundle.is-selected {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 7%, var(--surface));
}
.bundle.is-selected::before {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 4px var(--accent);
}

.bundle-label {
  display: grid;
  gap: 1px;
  font-family: "Outfit", "Trebuchet MS", sans-serif;
}
.bundle-label strong { font-size: 1rem; font-weight: 820; letter-spacing: -.01em; }
.bundle-label span { color: var(--ink-soft); font-size: .82rem; font-weight: 600; }

.bundle-money {
  display: grid;
  justify-items: end;
  gap: 2px;
}
.bundle-money b {
  font-family: "Outfit", "Trebuchet MS", sans-serif;
  font-size: 1.15rem;
  font-weight: 820;
  letter-spacing: -.02em;
}
.bundle-save {
  padding: 2px 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  color: var(--accent);
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .03em;
  white-space: nowrap;
}
.bundle-save[hidden] { display: none; }

.bundle-flag {
  position: absolute;
  top: -9px;
  right: 14px;
  padding: 2px 9px;
  border-radius: 999px;
  background: var(--navy);
  color: #F2F7F8;
  font-family: "Outfit", "Trebuchet MS", sans-serif;
  font-size: .64rem;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Quantity stepper is gone — the ladder is the quantity control. */
.purchase-row { grid-template-columns: 1fr; }

.purchase-note {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: .8rem;
}

/* ── Bag ────────────────────────────────────────────────────────────────── */

.cart-strike {
  color: var(--ink-soft);
  text-decoration: line-through;
}
.cart-saving {
  margin: 14px 0 0;
  padding: 10px 13px;
  border-radius: var(--radius-control);
  background: var(--accent);
  color: var(--accent-ink);
  font-size: .86rem;
  font-weight: 800;
}
.cart-nudge {
  margin: 14px 0 0;
  padding: 10px 13px;
  border: 1px dashed var(--accent);
  border-radius: var(--radius-control);
  color: var(--accent);
  font-size: .86rem;
  font-weight: 700;
}

/* ── Mobile buy bar ─────────────────────────────────────────────────────── */

.mobile-buy .mobile-price { font-weight: 820; font-size: .95rem; }
.mobile-buy .mobile-offer { color: var(--accent); font-weight: 800; }

@media (max-width: 760px) {
  .announcement { grid-template-columns: 1fr; }
  .announcement .offer-clock { display: none; }
  .announcement span:not(.offer-lead) { display: none; }
  .bundle { grid-template-columns: 20px 1fr auto; padding: 12px 13px; gap: 11px; }
  .bundle-money b { font-size: 1.05rem; }
}

/* ---- Policy page ---- */

.policy {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 64px) clamp(18px, 4vw, 64px) 72px;
}

.policy-inner { max-width: 68ch; }

.policy h1 {
  max-width: 18ch;
  margin: 0 0 10px;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
}

.policy .lede { margin: 0 0 34px; color: var(--ink-soft); font-size: 1.1rem; }

.policy h2 {
  margin: 40px 0 12px;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  letter-spacing: -.02em;
}

.policy p { margin: 0 0 14px; color: var(--ink-soft); }
.policy a { color: var(--accent); text-underline-offset: 4px; }

.policy .statutory {
  margin-top: 40px;
  padding: 16px 18px;
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius-control) var(--radius-control) 0;
  background: var(--surface);
  font-size: .92rem;
}
