@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");

:root {
      --bg: #030303;
      --text: #f0f0f0;
      --muted: #b0b0b0;
      --line: rgba(255, 255, 255, 0.1);
      --accent: #e60000;
      --accent-dim: rgba(230, 0, 0, 0.45);
      --chrome: rgba(200, 205, 212, 0.35);
      --max: 1180px;
      --header-h: 88px;
      --font-body: Georgia, "Times New Roman", serif;
      --font-ui: "Segoe UI", system-ui, -apple-system, sans-serif;
      --font-home-title: "Libre Baskerville", Georgia, "Times New Roman", serif;
      /* Branded page titles (.page-intro h1, home hero-wordmark) */
      --title-fill-grad: linear-gradient(
        135deg,
        #5c6574 0%,
        #2e333e 11%,
        #4a5260 24%,
        #9cabb8 36%,
        #252a32 47%,
        #5a6372 58%,
        #181c22 72%,
        #3d4654 86%,
        #6a7586 100%
      );
      --title-stroke: #e0301c;
    }

    * { box-sizing: border-box; }

    html, body {
      margin: 0;
      padding: 0;
      min-height: 100%;
      background: var(--bg);
      color: var(--text);
      font-family: var(--font-body);
    }

    body {
      overflow-x: hidden;
      position: relative;
      min-height: 100dvh;
      perspective: 1800px;
      transform-style: preserve-3d;
    }

    .viewport-bg {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-color: var(--bg);
      background-image: url("../assets/hero-background.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }

    @media (max-width: 900px) {
      .viewport-bg { background-attachment: scroll; }
    }

    .viewport-bg::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.75) 100%),
        radial-gradient(ellipse 80% 60% at 50% 45%, rgba(0, 0, 0, 0.2), transparent 72%);
    }

    @media (prefers-reduced-motion: reduce) {
      .viewport-bg { background-attachment: scroll; }
    }

    .shield-stage {
      position: fixed;
      inset: 0;
      display: grid;
      place-items: center;
      pointer-events: none;
      z-index: 1;
    }

    /* Children (e.g. crest img) must not receive hits — some engines still target them otherwise. */
    .shield-stage * {
      pointer-events: none !important;
    }

    /* Home: shield below hero copy, in normal flow */
    body.is-home .shield-stage {
      position: relative;
      inset: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-inline: max(8px, env(safe-area-inset-left, 0px))
        max(8px, env(safe-area-inset-right, 0px));
      box-sizing: border-box;
      z-index: 0;
      flex-shrink: 0;
      width: 100%;
      pointer-events: none;
    }

    /* Same asset as <img>: alpha mask paints backing only where the shield is opaque (no square mat). */
    body.is-home {
      --crest-mask: url("../assets/rettmark_shield_only_transparent_cropped.png");
    }

    body.is-home .crest-wrap {
      display: grid;
      grid-template: 1fr / 1fr;
      place-items: stretch;
      width: min(94vw, min(68vh, 820px), 100%);
      aspect-ratio: 2032 / 1882;
      max-width: none;
      height: auto;
    }

    body.is-home .crest-backing {
      grid-area: 1 / 1;
      z-index: 0;
      align-self: stretch;
      justify-self: stretch;
      width: 100%;
      height: 100%;
      min-width: 0;
      min-height: 0;
      pointer-events: none;
      -webkit-mask-image: var(--crest-mask);
      mask-image: var(--crest-mask);
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-mode: alpha;
      mask-mode: alpha;
      background:
        radial-gradient(ellipse 52% 58% at 50% 40%, rgba(130, 138, 152, 0.45) 0%, transparent 68%),
        radial-gradient(ellipse 88% 92% at 50% 58%, #353a44 0%, #14161c 100%),
        linear-gradient(158deg, #22262e 0%, #3d4452 48%, #1a1d24 100%);
    }

    body.is-home .crest-img {
      grid-area: 1 / 1;
      z-index: 1;
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    body.is-home .crest-wrap.resting {
      opacity: 1;
      filter:
        drop-shadow(0 24px 44px rgba(0, 0, 0, 0.5))
        drop-shadow(0 0 12px rgba(230, 0, 0, 0.12));
      transform: scale(1) rotateY(0deg);
    }

    .crest-wrap {
      width: min(94vw, 860px);
      aspect-ratio: 1 / 1;
      display: grid;
      place-items: center;
      will-change: transform, opacity, filter;
      transform-style: preserve-3d;
      backface-visibility: hidden;
      opacity: 0;
      filter:
        drop-shadow(0 24px 44px rgba(0, 0, 0, 0.5))
        drop-shadow(0 0 12px rgba(230, 0, 0, 0.12));
      transform: scale(1) rotateY(0deg);
    }

    .crest-wrap.resting {
      opacity: 0.28;
      filter: brightness(1.15) contrast(1.06);
      transform: scale(1) rotateY(0deg);
    }

    .crest-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      backface-visibility: hidden;
      transform: translateZ(0);
      border-radius: 2px;
    }

    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      height: var(--header-h);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 0 max(16px, calc((100% - var(--max)) / 2 + 16px));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.45));
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    .brand-rm {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      color: var(--text);
      font-family: var(--font-ui);
      font-size: 0.72rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .brand-rm img {
      height: 72px;
      width: auto;
      display: block;
    }

    .site-nav {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px 18px;
      font-family: var(--font-ui);
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .site-nav a {
      color: var(--muted);
      text-decoration: none;
    }

    .site-nav a:hover {
      color: var(--text);
    }

    .cart-pill {
      font-family: var(--font-ui);
      font-size: 0.68rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid var(--chrome);
      background: rgba(255, 255, 255, 0.04);
      color: var(--muted);
      cursor: pointer;
      white-space: nowrap;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .cart-pill:hover {
      color: var(--text);
      border-color: var(--accent-dim);
      background: rgba(230, 0, 0, 0.08);
    }

    .cart-count {
      font-variant-numeric: tabular-nums;
      opacity: 0.9;
    }

    .cart-root {
      margin-top: 8px;
    }

    .cart-empty {
      margin: 0 0 12px;
      color: var(--muted);
      line-height: 1.65;
    }

    .cart-flow-note {
      margin: 0;
      font-size: 0.86rem;
      color: #8e8e8e;
      line-height: 1.65;
      font-family: var(--font-ui);
    }

    .cart-flow-note--anet {
      color: var(--accent);
    }

    .page-shell {
      position: relative;
      z-index: 5;
      padding-top: var(--header-offset, var(--header-h));
    }

    .page {
      position: relative;
      width: min(calc(100% - 32px), var(--max));
      margin: 0 auto;
      padding-bottom: 40px;
      isolation: isolate;
    }

    .page--home .hero {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      gap: clamp(20px, 4vh, 44px);
      min-height: clamp(520px, 78vh, 920px);
      padding: 40px 0 28px;
      position: relative;
      z-index: 1;
    }

    .page--home .hero-block {
      transform: none;
      position: relative;
      z-index: 1;
    }

    .hero {
      padding: 40px 0 20px;
      min-height: 420px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .hero-block {
      width: 100%;
      max-width: 720px;
      padding: 0 8px 8px;
      transform: translateY(-72px);
    }

    .eyebrow {
      margin: 0 0 14px;
      color: #c8c8c8;
      font-size: 0.78rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-family: var(--font-ui);
    }

    h1 {
      margin: 0 0 18px;
      font-size: clamp(2.4rem, 6.5vw, 4.2rem);
      line-height: 0.98;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .hero-lead {
      margin: 0;
      color: var(--muted);
      font-size: 1.05rem;
      line-height: 1.65;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Same red as crest / shield glow (--accent, rgb(230,0,0)) */
    .hero-lead-accent {
      color: var(--accent);
      font-weight: 700;
    }

    .hero-note {
      margin: 22px 0 0;
      padding: 12px 18px;
      display: inline-block;
      border-left: 3px solid var(--accent);
      background: rgba(0, 0, 0, 0.35);
      color: #d5d5d5;
      font-size: 0.92rem;
      line-height: 1.55;
      text-align: left;
      font-family: var(--font-ui);
    }

    .panel {
      margin-top: 28px;
      padding: 28px 28px 30px;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.5);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    }

    .panel h2 {
      margin: 0 0 14px;
    }

    .panel p {
      margin: 0 0 14px;
    }

    .panel p:last-child {
      margin-bottom: 0;
    }

    .panel--quicklinks {
      margin-top: 28px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .tag-dealer {
      display: inline-block;
      margin-bottom: 12px;
      padding: 4px 10px;
      font-family: var(--font-ui);
      font-size: 0.65rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--accent);
      border: 1px solid var(--accent-dim);
      background: rgba(230, 0, 0, 0.08);
    }

    .section-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      margin-top: 28px;
      padding-top: 28px;
      border-top: 1px solid var(--chrome);
    }

    .section-grid--contact {
      margin-top: 12px;
      border-top: 0;
      padding-top: 0;
    }

    .section-card {
      padding: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
    }

    h2 {
      margin: 0 0 12px;
      font-size: 1.02rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #e4e4e4;
      font-family: var(--font-ui);
    }

    .section-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
    }

    .notify-form {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      margin-top: 18px;
      align-items: center;
    }

    .notify-form input[name="bot-field"] { display: none; }

    .notify-form__error {
      grid-column: 1 / -1;
      margin: 0;
      font-family: var(--font-ui);
      font-size: 0.85rem;
      line-height: 1.4;
      color: var(--accent);
    }

    .notify-form__error[hidden] {
      display: none !important;
    }

    .notify-form__turnstile {
      grid-column: 1 / -1;
      justify-self: start;
      max-width: 100%;
      min-height: 65px;
    }

    .input {
      width: 100%;
      min-height: 52px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.05);
      color: var(--text);
      padding: 0 18px;
      font-size: 1rem;
      font-family: var(--font-ui);
    }

    .submit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid var(--accent-dim);
      text-decoration: none;
      cursor: pointer;
      font-size: 0.85rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-family: var(--font-ui);
      background: rgba(230, 0, 0, 0.15);
      color: #fff;
    }

    .submit:hover {
      background: rgba(230, 0, 0, 0.28);
    }

    .contact-link {
      display: inline-block;
      margin-top: 14px;
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
    }

    .contact-link:hover {
      color: var(--accent);
    }

    .inline-cta {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 16px;
      font-family: var(--font-ui);
      font-size: 0.82rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--accent);
      text-decoration: none;
    }

    .inline-cta:hover {
      text-decoration: underline;
    }

    .site-footer {
      margin-top: 36px;
      padding-top: 28px;
      border-top: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      text-align: center;
      color: #8a8a8a;
      font-size: 0.72rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-family: var(--font-ui);
    }

    .site-footer-brand {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 12px 20px;
      width: min(100%, var(--max));
      max-width: 28rem;
      padding: 0 12px;
      box-sizing: border-box;
    }

    .site-footer-flank {
      flex: 1 1 0;
      min-width: 0;
      font-family: var(--font-ui);
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent);
      text-decoration: none;
      white-space: nowrap;
    }

    .site-footer-flank:hover {
      color: #ff6b6b;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .site-footer-flank[aria-current="page"] {
      color: #e8e8e8;
      text-decoration: none;
      pointer-events: none;
    }

    .site-footer-logo {
      flex: 0 0 auto;
      display: block;
      line-height: 0;
      opacity: 0.9;
    }

    .site-footer-logo:hover {
      opacity: 1;
    }

    .site-footer img,
    .site-footer-logo img {
      height: 64px;
      width: auto;
      opacity: 0.85;
      display: block;
    }

    .site-footer-logo:hover img {
      opacity: 1;
    }

    @media (max-width: 520px) {
      .site-footer-brand {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
      }

      .site-footer-flank {
        flex: 0 1 auto;
      }

      .site-footer-logo {
        order: -1;
        width: 100%;
        text-align: center;
      }
    }

    .site-footer-legal {
      max-width: 36rem;
      line-height: 1.5;
    }

    .inventory-updated {
      margin-top: 10px;
      font-size: 0.66rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #7e7e7e;
    }

    @media (max-width: 800px) {
      .section-grid { grid-template-columns: 1fr; }
      .hero { min-height: 380px; }
      .page--home .hero {
        min-height: clamp(480px, 72vh, 820px);
        padding: 32px 0 20px;
      }
      .site-header {
        flex-wrap: wrap;
        height: auto;
        min-height: var(--header-h);
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .site-nav { justify-content: center; width: 100%; order: 3; }
      .cart-pill { order: 2; }
    }

    @media (max-width: 640px) {
      .crest-wrap { width: min(96vw, 520px); }
      body.is-home .crest-wrap {
        width: min(96vw, min(56vh, 560px), 100%);
      }
      .crest-wrap.resting {
        opacity: 0.26;
        filter: brightness(1.4) contrast(1.1);
        transform: translateY(-64px) scale(1) rotateY(0deg);
      }
      body.is-home .crest-wrap.resting {
        opacity: 1;
        filter:
          drop-shadow(0 20px 36px rgba(0, 0, 0, 0.48))
          drop-shadow(0 0 10px rgba(230, 0, 0, 0.1));
        transform: scale(1) rotateY(0deg);
      }

      .page {
        width: min(calc(100% - 20px), var(--max));
        padding-bottom: 28px;
      }


      .hero {
        min-height: 320px;
        padding: 28px 0 16px;
      }

      .page--home .hero {
        min-height: clamp(440px, 70vh, 760px);
        padding: 28px 0 14px;
      }

      .hero-block {
        max-width: 100%;
        transform: translateY(-18px);
      }

      .page--home .hero-block {
        transform: translateY(-10px);
      }

      .eyebrow {
        margin: 0 0 10px;
        font-size: 0.68rem;
        letter-spacing: 0.14em;
      }

      h1 {
        font-size: clamp(1.85rem, 9vw, 2.6rem);
        line-height: 1.02;
      }

      .page-intro h1,
      .page--home .hero-block h1.hero-wordmark {
        -webkit-text-stroke: 1.05px var(--title-stroke);
      }

      .hero-lead { font-size: 0.98rem; }

      .panel { padding: 22px 18px; }

      .panel--quicklinks {
        padding: 0;
      }

      .section-grid {
        gap: 22px;
        margin-top: 22px;
        padding-top: 22px;
      }

      h2 { font-size: 0.92rem; }

      .section-card p {
        font-size: 0.96rem;
        line-height: 1.7;
      }

      .notify-form {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .input, .submit {
        min-height: 54px;
      }

      .submit { width: 100%; }
    }

    @media (prefers-reduced-motion: reduce) {
      .crest-wrap {
        opacity: 0.28;
        filter: brightness(1.15) contrast(1.06);
        transform: scale(1) rotateY(0deg);
      }

      body.is-home .crest-wrap {
        opacity: 1;
        filter:
          drop-shadow(0 24px 44px rgba(0, 0, 0, 0.5))
          drop-shadow(0 0 12px rgba(230, 0, 0, 0.12));
        transform: scale(1) rotateY(0deg);
      }

      /* page-shell always visible */
      @media (max-width: 640px) {
        .crest-wrap {
          opacity: 0.26;
          filter: brightness(1.4) contrast(1.1);
          transform: translateY(-64px) scale(1) rotateY(0deg);
        }

        body.is-home .crest-wrap {
          opacity: 1;
          filter:
            drop-shadow(0 20px 36px rgba(0, 0, 0, 0.48))
            drop-shadow(0 0 10px rgba(230, 0, 0, 0.1));
          transform: scale(1) rotateY(0deg);
        }
      }
    }

    @media (forced-colors: active) {
      body.is-home .crest-backing {
        display: none;
      }

      .page-intro h1,
      .page--home .hero-block h1.hero-wordmark {
        color: CanvasText;
        background-image: none;
        -webkit-background-clip: unset;
        background-clip: unset;
        -webkit-text-stroke: 0;
        filter: none;
      }
    }

    @media (prefers-contrast: more) {
      .viewport-bg::after {
        background: rgba(0, 0, 0, 0.72);
      }
      .panel { background: rgba(0, 0, 0, 0.72); }
      .panel--quicklinks {
        background: transparent;
      }
      .page-intro h1,
      .page--home .hero-block h1.hero-wordmark {
        color: #dce0ea;
        background-image: none;
        -webkit-background-clip: unset;
        background-clip: unset;
        -webkit-text-stroke: 1px #5a0e14;
        filter:
          drop-shadow(0 0 2px rgba(160, 35, 35, 0.45))
          drop-shadow(0 2px 10px rgba(0, 0, 0, 0.65));
      }
    }

/* --- Multi-page layout & placeholders --- */

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  text-decoration: none;
  border-radius: 4px;
}

.skip-link:focus {
  top: 12px;
}

.site-nav a[aria-current="page"] {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-intro {
  padding: 36px 0 8px;
  text-align: center;
}

.page-intro h1,
.page--home .hero-block h1.hero-wordmark {
  margin: 0 0 12px;
  font-family: var(--font-home-title);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: transparent;
  background-image: var(--title-fill-grad);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1.35px var(--title-stroke);
  paint-order: stroke fill;
  filter:
    drop-shadow(0 0 5px rgba(255, 95, 55, 0.35))
    drop-shadow(0 0 12px rgba(200, 40, 25, 0.28))
    drop-shadow(0 2px 16px rgba(0, 0, 0, 0.52));
}

.page-intro .lede {
  margin: 0 auto;
  max-width: 640px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.page-intro .lede + .lede {
  margin-top: 12px;
}

.checkout-panel h2 {
  margin-top: 0;
}

.checkout-summary-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkout-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 0.95rem;
  color: var(--text);
}

.checkout-summary-list small {
  color: var(--muted);
  font-size: 0.82rem;
}

.checkout-summary-invoice {
  margin: 16px 0 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.checkout-summary-invoice strong {
  color: var(--text);
  letter-spacing: 0.02em;
}

.checkout-summary-total {
  margin: 12px 0 0;
  text-align: right;
  font-size: 1.12rem;
}

.checkout-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 12px;
}

.checkout-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.checkout-field--wide {
  grid-column: 1 / -1;
}

.checkout-field--checkbox {
  margin-top: 4px;
}

.checkout-field__checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: row;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.95rem;
  color: var(--text);
  cursor: pointer;
}

.checkout-field--checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--accent, #c9a227);
  cursor: pointer;
}

.checkout-field__checkbox-label {
  line-height: 1.35;
}

.checkout-shipping-block {
  margin-top: 8px;
}

.checkout-shipping-block[hidden] {
  display: none !important;
}

.checkout-form__card-heading {
  margin: 28px 0 0;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-ui);
  color: var(--muted);
}

.checkout-form__actions {
  margin-top: 24px;
}

.checkout-form .notify-form__error {
  margin-top: 16px;
}

.checkout-form .input:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.checkout-form .input--readonly,
.checkout-form .input:read-only {
  opacity: 0.85;
  cursor: default;
  background: rgba(255, 255, 255, 0.03);
}

.checkout-steps {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.checkout-review-adjust {
  margin-top: 8px;
}

.checkout-review-code-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.checkout-review-code-row .input {
  flex: 1 1 200px;
  min-width: 0;
}

.checkout-review-apply {
  flex: 0 0 auto;
  align-self: stretch;
  margin-top: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.checkout-review-money-grid {
  margin-top: 20px;
}

.checkout-review-hint {
  margin: 10px 0 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}

.checkout-review-hint--error {
  color: #e8a0a0;
}

.checkout-review-breakdown {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.95rem;
  text-align: left;
}

.checkout-review-breakdown__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  color: var(--muted);
}

.checkout-review-breakdown__row strong {
  color: var(--text);
  font-weight: 600;
  white-space: nowrap;
}

.checkout-review-breakdown__row--total {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 1.05rem;
  color: var(--text);
}

.checkout-review-breakdown__row--total strong {
  font-size: 1.12rem;
}

.checkout-pay-breakdown {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.92rem;
  text-align: left;
}

.checkout-review-payment {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.checkout-review-payment-notice {
  max-width: 42rem;
  line-height: 1.55;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.checkout-review-payment .cart-flow-note--anet {
  margin-top: 12px;
}

@media (max-width: 640px) {
  .checkout-form__grid {
    grid-template-columns: 1fr;
  }

  .checkout-field--wide {
    grid-column: 1;
  }

  .checkout-review-apply {
    flex: 1 1 auto;
    width: 100%;
  }
}

.hhdg-shop {
  position: relative;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.panel--quicklinks .action-grid {
  margin-top: 0;
}


.action-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 20px 16px;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.45);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.action-tile:hover {
  border-color: var(--accent-dim);
  background: rgba(230, 0, 0, 0.08);
}

.action-tile span {
  display: block;
  margin-top: 8px;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--muted);
  line-height: 1.4;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 640px) {
  body.page-cases .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  body.page-cases .product-card {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 12px;
    padding: 12px;
    align-items: start;
  }

  body.page-cases .product-card .ph-thumb {
    aspect-ratio: 1 / 1;
  }

  body.page-cases .product-card h3 {
    font-size: 0.92rem;
    letter-spacing: 0.05em;
    margin-top: 2px;
  }

  body.page-cases .product-card .sku,
  body.page-cases .product-card .spec,
  body.page-cases .product-card .price,
  body.page-cases .product-card .stock-badge {
    grid-column: 2;
  }
}

.product-card {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.45);
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card .ph-thumb {
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.ph-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Wide brand logo in standard product thumb (shooting-glasses ordering promo) */
.product-card--hhdg-ordering .ph-thumb-img {
  object-fit: contain;
  object-position: center;
  padding: 10px 14px;
  box-sizing: border-box;
}

.product-card h3 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-ui);
  color: #e8e8e8;
}

.product-card h3 a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

.product-card h3 a:hover {
  color: var(--accent);
}

.product-card .sku {
  margin: 0;
  font-size: 0.75rem;
  color: #888;
  font-family: var(--font-ui);
  letter-spacing: 0.04em;
}

.product-card .price {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
}

.product-card .spec {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #9a9a9a;
  font-family: var(--font-ui);
}

.product-page-panel .placeholder-badge {
  margin-bottom: 14px;
}

.product-hero-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.product-hero-img {
  width: 100%;
  aspect-ratio: auto;
  border-radius: 2px;
  object-fit: contain;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.35);
  max-height: 560px;
}

.product-gallery-sub {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-gallery-sub-img {
  cursor: pointer;
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
  display: block;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.35);
}

.product-gallery-sub-img:focus {
  outline: 2px solid var(--accent-dim);
  outline-offset: 2px;
}

@media (min-width: 901px) {
  .product-gallery-sub-img:last-child {
    grid-column: 1 / -1;
    max-height: min(420px, 42vw);
  }
}

@media (max-width: 900px) {
  .product-gallery-sub {
    grid-template-columns: 1fr;
  }

  .product-gallery-sub-img {
    max-height: 380px;
  }

  .product-gallery-sub-img:last-child {
    grid-column: auto;
    max-height: 320px;
  }
}

.product-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
  align-items: start;
}

.product-page-gallery {
  position: relative;
  z-index: 0;
  min-width: 0;
  overflow-x: hidden;
}

.product-page-right {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.hhdg-prose-wrap .hhdg-prose {
  margin-top: 8px;
}

.hhdg-prose {
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.84rem;
  line-height: 1.65;
}

.hhdg-prose p {
  margin: 0 0 0.9em;
}

.hhdg-prose p:last-child {
  margin-bottom: 0;
}

.hhdg-prose a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hhdg-prose a:hover {
  color: var(--accent);
}

.hhdg-prose strong {
  color: var(--text);
  font-weight: 600;
}

.hhdg-prose ul {
  margin: 0.4em 0 0.9em;
  padding-left: 1.25em;
  color: var(--muted);
}

.hhdg-prose li {
  margin-bottom: 0.35em;
}

.hhdg-prose br {
  line-height: 1.6;
}

.product-bullets {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  line-height: 1.8;
}

.variant-block {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.variant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.variant-chip {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: #e8e8e8;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(230, 0, 0, 0.15);
}

.variant-chip:hover {
  border-color: var(--accent-dim);
  background: rgba(230, 0, 0, 0.06);
}

.variant-chip.is-active {
  border-color: var(--accent-dim);
  box-shadow: 0 0 0 1px rgba(230, 0, 0, 0.18) inset;
}

.variant-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
  flex: 0 0 auto;
}

.hhdg-variant-block {
  margin-top: 12px;
}

.case-variant-block {
  margin-top: 12px;
}

.hhdg-option-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hhdg-option-label {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.hhdg-option-select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.45);
  color: #e8e8e8;
  font-family: var(--font-ui);
  font-size: 0.88rem;
}

.hhdg-option-select:focus {
  outline: none;
  border-color: var(--accent-dim);
  box-shadow: 0 0 0 1px rgba(230, 0, 0, 0.2);
}

.btn-secondary.btn-secondary--cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 640px) {
  .product-page-grid {
    grid-template-columns: 1fr;
  }
  .variant-grid {
    grid-template-columns: 1fr;
  }
}

.cases-category {
  margin: 32px 0 14px;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-ui);
  color: #d0d0d0;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  scroll-margin-top: calc(var(--header-h) + 16px);
}

.cases-category:first-of-type {
  margin-top: 8px;
}

.cases-section {
  margin-top: 18px;
}

.cases-accordion {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.cases-accordion-summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 14px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cases-accordion-summary::-webkit-details-marker { display: none; }

.cases-accordion-summary::after {
  content: "▾";
  opacity: 0.8;
  font-size: 0.9rem;
  transform: rotate(-90deg);
  transition: transform 160ms ease;
}

.cases-accordion[open] > .cases-accordion-summary::after {
  transform: rotate(0deg);
}

.cases-accordion-summary .cases-category {
  margin: 0;
  padding: 0;
  border: 0;
}

.cases-accordion-body {
  padding: 10px 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cases-featured-note {
  margin: 0 0 12px;
  color: #a8a8a8;
  font-family: var(--font-ui);
  font-size: 0.86rem;
  line-height: 1.55;
}

.cases-tools {
  margin: 16px auto 0;
  width: min(calc(100% - 32px), var(--max));
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 10px 12px;
  align-items: center;
  font-family: var(--font-ui);
}

.cases-tools-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b8b8b8;
}

.cases-tools-input,
.cases-tools-select {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.42);
  color: var(--text);
  padding: 0 12px;
}

@media (max-width: 800px) {
  .cases-tools {
    grid-template-columns: 1fr;
  }
  .cases-tools-label {
    margin-top: 4px;
  }
}

.cases-catalog .product-grid {
  margin-bottom: 8px;
}

.cases-disclaimer {
  margin: 28px 0 0;
  font-size: 0.82rem;
  line-height: 1.65;
  color: #8e8e8e;
  font-family: var(--font-ui);
}

.stock-badge {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-ui);
  color: #9a9a9a;
}

.stock-badge.is-in-stock { color: #b9c7b9; }
.stock-badge.is-preorder { color: #d2c6b0; }
.stock-badge.is-out { color: #d0a7a7; }

.cases-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
  margin: 20px 0 8px;
  padding: 0 8px;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cases-jump a {
  color: var(--muted);
  text-decoration: none;
}

.cases-jump a:hover {
  color: var(--accent);
}

body.page-cases .cases-jump {
  position: sticky;
  top: calc(var(--header-offset, var(--header-h)) + 8px);
  z-index: 9;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.page-cases .cases-jump a {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.page-cases .cases-jump {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
  }
}

.placeholder-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 3px 8px;
  font-family: var(--font-ui);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent-dim);
  border-radius: 2px;
}

.btn-block {
  margin-top: auto;
  padding-top: 8px;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--chrome);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.85;
}

.btn-secondary--link,
a.btn-secondary {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
}

.btn-secondary--link:hover {
  background: rgba(230, 0, 0, 0.14);
  border-color: var(--accent-dim);
  color: var(--text);
}

.btn-secondary--cart {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
}

.btn-secondary--cart:hover {
  background: rgba(230, 0, 0, 0.14);
  border-color: var(--accent-dim);
}

button.btn-secondary:not(.btn-secondary--cart) {
  cursor: not-allowed;
}

button.btn-secondary.btn-secondary--cart {
  cursor: pointer;
}

.btn-secondary--wide {
  max-width: 320px;
  width: 100%;
}

.cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  align-items: center;
}

.checkout-placeholder {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.cart-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item {
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.42);
  border-radius: 4px;
  padding: 12px 14px;
}

.cart-item-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.cart-item-title {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  color: #e8e8e8;
}

.cart-item-meta {
  margin: 6px 0 0;
  color: #909090;
  font-size: 0.75rem;
  font-family: var(--font-ui);
}

.cart-item-controls {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.qty-value {
  min-width: 2ch;
  text-align: center;
  font-family: var(--font-ui);
}

.cart-remove {
  border: 0;
  background: none;
  color: #b8b8b8;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.cart-summary {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.cart-tools {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.site-toast {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.86);
  border: 1px solid var(--line);
  color: #f0f0f0;
  padding: 10px 14px;
  border-radius: 8px;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 140ms ease, transform 140ms ease;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.supply-notice {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 1.75rem 1.5rem 1.5rem;
  max-width: 26rem;
  width: calc(100vw - 2rem);
  max-height: min(90dvh, 24rem);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(10, 10, 10, 0.98);
  color: var(--text);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.75);
  font-family: var(--font-ui);
  z-index: 10000;
}

.supply-notice::backdrop {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(3px);
}

.supply-notice__title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}

.supply-notice__body {
  margin: 0 0 1.35rem;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
}

.supply-notice__body a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.supply-notice__body a:hover {
  color: var(--accent);
}

.supply-notice__estimate {
  display: block;
  margin-top: 0.9rem;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text);
}

.supply-notice form {
  margin: 0;
}

.supply-notice button.supply-notice__ok {
  width: 100%;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
  color: var(--text);
}

.supply-notice button.supply-notice__ok:hover {
  background: rgba(230, 0, 0, 0.14);
  border-color: var(--accent-dim);
  color: var(--text);
}

.back-to-top {
  position: fixed;
  right: 14px;
  bottom: 16px;
  z-index: 20;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.82);
  color: #f0f0f0;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 800px) {
  .action-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

.hero-lead a {
  color: var(--text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-lead a:hover {
  color: var(--accent);
}

.hero-lead a.hero-lead-accent {
  color: var(--accent);
  font-weight: 700;
}

.hero-lead a.hero-lead-accent:hover {
  color: var(--accent);
  filter: brightness(1.15);
}

.code-tag {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  color: #888;
}

    /* —— Policies hub & legal pages —— */
    .site-footer-policies {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 4px 6px;
      max-width: 46rem;
      line-height: 1.55;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-size: 0.62rem;
      font-family: var(--font-ui);
    }

    .site-footer-policies a {
      color: #9a9a9a;
      text-decoration: none;
    }

    .site-footer-policies a:hover {
      color: var(--accent);
    }

    .site-footer-policies__sep {
      color: #4a4a4a;
      user-select: none;
    }

    .policy-back {
      margin: 0 0 8px;
    }

    .policy-effective {
      color: var(--muted);
      font-size: 0.95rem;
    }

    .policy-index {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 20px;
      margin-top: 12px;
    }

    .policy-index__card {
      display: block;
      padding: 26px 22px;
      border: 1px solid var(--line);
      background: rgba(0, 0, 0, 0.28);
      text-decoration: none;
      color: inherit;
      border-radius: 6px;
      transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    .policy-index__card:hover {
      border-color: var(--accent-dim);
      background: rgba(230, 0, 0, 0.07);
      box-shadow: 0 0 0 1px rgba(230, 0, 0, 0.12);
    }

    .policy-index__card h2 {
      font-family: var(--font-ui);
      font-size: 0.82rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent);
      margin: 0 0 12px;
    }

    .policy-index__card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.6;
      text-transform: none;
      letter-spacing: normal;
      font-family: var(--font-body);
    }

    .policy-prose {
      text-align: left;
      text-transform: none;
      letter-spacing: normal;
      font-family: var(--font-body);
      font-size: 1.02rem;
      line-height: 1.65;
      color: #e4e4e4;
    }

    .policy-prose h2 {
      font-family: var(--font-ui);
      font-size: 0.78rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #fff;
      margin: 2rem 0 0.75rem;
      border-bottom: 1px solid var(--line);
      padding-bottom: 0.5rem;
    }

    .policy-prose h2:first-child {
      margin-top: 0;
    }

    .policy-prose p {
      margin: 0 0 1rem;
    }

    .policy-prose ul {
      margin: 0 0 1rem 1.1rem;
      padding: 0;
    }

    .policy-prose li {
      margin-bottom: 0.45rem;
    }

    .policy-prose a.contact-link {
      margin-top: 0;
    }

    .checkout-notice {
      margin-bottom: 22px;
      padding: 16px 18px;
      border: 1px solid rgba(230, 0, 0, 0.25);
      border-radius: 6px;
      background: rgba(0, 0, 0, 0.35);
      font-family: var(--font-body);
      font-size: 0.92rem;
      line-height: 1.55;
      color: #d8d8d8;
      text-align: left;
      text-transform: none;
      letter-spacing: normal;
    }

    .checkout-notice__text {
      margin: 0;
    }

    .checkout-notice a {
      color: var(--accent);
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .checkout-notice a:hover {
      color: #ff6b6b;
    }

/* —— FAQ —— */
.faq-toc {
  margin: 8px auto 0;
  width: min(calc(100% - 32px), var(--max));
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.faq-toc-label {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b8b8b8;
}

.faq-toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.faq-toc-links a {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
}

.faq-toc-links a:hover {
  color: #ff6b6b;
}

.faq-section {
  margin: 20px auto 0;
  width: min(calc(100% - 32px), var(--max));
  padding: 22px 22px 18px;
  scroll-margin-top: calc(var(--header-h, 64px) + 16px);
}

.faq-section h2 {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 8px;
}

.faq-section-lede {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  font-family: var(--font-body);
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
  margin-bottom: 10px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item-summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px 12px;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.45;
  color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-item-summary::-webkit-details-marker {
  display: none;
}

.faq-item-summary::after {
  content: "▾";
  opacity: 0.75;
  font-size: 0.85rem;
  transform: rotate(-90deg);
  transition: transform 160ms ease;
  flex-shrink: 0;
}

.faq-item[open] > .faq-item-summary::after {
  transform: rotate(0deg);
}

.faq-item-body {
  padding: 0 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.65;
  color: #dcdcdc;
}

.faq-item-body p {
  margin: 14px 0 0;
}

.faq-item-body p:first-child {
  margin-top: 12px;
}

.faq-item-body a.contact-link {
  margin-top: 0;
}

.faq-back-top {
  margin: 24px auto 0;
  width: min(calc(100% - 32px), var(--max));
  text-align: center;
  font-family: var(--font-ui);
  font-size: 0.78rem;
}

/* FAQ hub + multi-page topics */
.faq-hub {
  margin-top: 8px;
}

.faq-page-intro {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.faq-mfg-note {
  margin: 12px auto 0;
  width: min(calc(100% - 32px), var(--max));
  padding: 16px 18px;
  border: 1px solid rgba(230, 0, 0, 0.22);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.6;
  color: #e0e0e0;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}

.faq-page-content {
  margin: 16px auto 0;
  width: min(calc(100% - 32px), var(--max));
  padding: 8px 22px 22px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}

.faq-qa {
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.faq-qa:last-child {
  border-bottom: 0;
  padding-bottom: 8px;
}

.faq-qa__q {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.45;
}

.faq-qa__a {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.65;
  color: #e4e4e4;
}

.faq-qa__a p {
  margin: 0 0 12px;
}

.faq-qa__a p:last-child {
  margin-bottom: 0;
}

.faq-qa__a ul,
.faq-qa__a ol {
  margin: 0 0 12px 1.15rem;
  padding: 0;
}

.faq-qa__a li {
  margin-bottom: 0.4rem;
}

.faq-qa__a a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}

.faq-qa__a a:hover {
  color: #ff6b6b;
}

.faq-sibling-nav {
  margin: 18px auto 0;
  width: min(calc(100% - 32px), var(--max));
}