:root {
  --bg: #FAF6EC;
  --bg-alt: #F1EAD9;
  --surface: #FFFFFF;
  --text: #293136;
  --text-muted: #4B463A;
  --text-faint: #8A8272;
  --heading: #223317;
  --border: #E7DCC2;
  --accent: #4A9B1A;
  --accent-deep: #33691E;
  --accent-hover: #33691E;
  --accent-leaf: #7DB55A;
  --placeholder-border: #C9BFA4;
  --placeholder-bg: #F1EAD9;
  --placeholder-text: #8A8272;
  --placeholder-icon: #B2A98C;
  --trust-bg: #33691E;
  --trust-text: #EAF3DE;
  --trust-icon: #B7D99A;
  --footer-bg: #223317;
  --footer-text: #D9E4C9;
  --footer-text-muted: #AEC199;
  --footer-text-faint: #8FA478;
  --footer-heading: #7DB55A;
  --footer-border: #35492A;
  --shadow: 0 1px 2px rgba(34,51,23,0.05);
  --card-badge-bg: #4A9B1A;
  --card-badge-text: #FFFFFF;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #171F11;
    --bg-alt: #1E2917;
    --surface: #232F1B;
    --text: #EDE7D6;
    --text-muted: #C7C2AD;
    --text-faint: #9B9880;
    --heading: #EDE7D6;
    --border: #3A4A2C;
    --accent: #6FCB35;
    --accent-deep: #8FDB5E;
    --accent-hover: #4E8E25;
    --accent-leaf: #7DB55A;
    --placeholder-border: #4A5A3A;
    --placeholder-bg: #202B18;
    --placeholder-text: #9B9880;
    --placeholder-icon: #6B7A57;
    --trust-bg: #0F160A;
    --trust-text: #D9E4C9;
    --trust-icon: #7DB55A;
    --footer-bg: #0F160A;
    --footer-text: #D9E4C9;
    --footer-text-muted: #9FB588;
    --footer-text-faint: #6E8058;
    --footer-heading: #8FDB5E;
    --footer-border: #26331B;
    --shadow: 0 1px 3px rgba(0,0,0,0.4);
    --card-badge-bg: #EDE7D6;
    --card-badge-text: #000000;
  }
}
:root[data-theme="dark"] {
  --bg: #171F11;
  --bg-alt: #1E2917;
  --surface: #232F1B;
  --text: #EDE7D6;
  --text-muted: #C7C2AD;
  --text-faint: #9B9880;
  --heading: #EDE7D6;
  --border: #3A4A2C;
  --accent: #6FCB35;
  --accent-deep: #8FDB5E;
  --accent-hover: #4E8E25;
  --accent-leaf: #7DB55A;
  --placeholder-border: #4A5A3A;
  --placeholder-bg: #202B18;
  --placeholder-text: #9B9880;
  --placeholder-icon: #6B7A57;
  --trust-bg: #0F160A;
  --trust-text: #D9E4C9;
  --trust-icon: #7DB55A;
  --footer-bg: #0F160A;
  --footer-text: #D9E4C9;
  --footer-text-muted: #9FB588;
  --footer-text-faint: #6E8058;
  --footer-heading: #8FDB5E;
  --footer-border: #26331B;
  --shadow: 0 1px 3px rgba(0,0,0,0.4);
  --card-badge-bg: #EDE7D6;
  --card-badge-text: #000000;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--bg); color: var(--text); font-family: 'Nunito Sans', -apple-system, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.55; }
h1, h2, h3 { font-family: 'Lora', Georgia, 'Times New Roman', serif; margin: 0; color: var(--heading); text-wrap: balance; }
p { margin: 0; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-deep); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.container { max-width: 1180px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.eyebrow { font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); -webkit-user-select: none; user-select: none; }
.btn-primary, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 999px; white-space: nowrap; cursor: pointer; border: none; font-family: inherit; }
.btn-primary { background: var(--accent); color: #000000; transition: background-color 0.45s ease, color 0.45s ease; }
.btn-primary:hover { background: var(--accent-hover); color: #FFFFFF; }
.btn-secondary { background: transparent; color: var(--accent-deep); padding: 12.5px 26.5px; border: 1.5px solid var(--accent-deep); }
.btn-secondary:hover { background: var(--bg-alt); }
.placeholder-box { border: 1.5px dashed var(--placeholder-border); background: var(--placeholder-bg); border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--placeholder-text); text-align: center; padding: 24px; }
.placeholder-box span { font-size: 13px; font-weight: 600; }
.story-carousel { position: relative; border-radius: 16px; overflow: hidden; }
.story-carousel__track { display: flex; transition: transform 0.5s ease; }
.story-carousel__slide { flex: 0 0 100%; height: 300px; border-radius: 0; }
.story-carousel__photo { display: block; width: 100%; height: 100%; object-fit: cover; }
.story-carousel__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); color: var(--accent-deep); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow); opacity: 0.9; transition: opacity 0.2s ease, background-color 0.2s ease; }
.story-carousel__arrow:hover { opacity: 1; background: var(--bg-alt); }
.story-carousel__arrow--prev { left: 14px; }
.story-carousel__arrow--next { right: 14px; }
.story-carousel__dots { position: absolute; left: 0; right: 0; bottom: 14px; display: flex; justify-content: center; gap: 8px; }
.story-carousel__dots button { width: 8px; height: 8px; padding: 0; border-radius: 999px; border: none; background: rgba(255,255,255,0.55); cursor: pointer; }
.story-carousel__dots button.is-active { background: var(--accent); width: 20px; }
.section { padding-top: 84px; padding-bottom: 84px; }
.section--alt { background: var(--bg-alt); }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section__head h2 { font-size: 32px; font-weight: 700; }
.section__head p { color: var(--text-muted); margin-top: 12px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.stack-row { display: flex; gap: 56px; }
.card { background: var(--surface); border-radius: 16px; padding: 26px; border: 1px solid var(--border); }
.card h3 { font-size: 16px; font-weight: 700; color: var(--accent-deep); margin-bottom: 8px; }
.card p { color: var(--text-muted); font-size: 14.5px; }
.scroll-x { overflow-x: auto; overflow-y: hidden; }
.pricing-scroll-wrap { position: relative; }
.pricing-scroll-hint { display: none; align-items: center; gap: 6px; justify-content: flex-end; margin-top: 10px; font-size: 12.5px; font-weight: 700; color: var(--text-faint); opacity: 1; transition: opacity 0.2s ease; }
.pricing-scroll-hint.is-visible { display: inline-flex; }
.pricing-scroll-hint.is-faded { opacity: 0; }
table.pricing { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
table.pricing th, table.pricing td { text-align: left; padding: 12px 14px; font-size: 14px; border-bottom: 1px solid var(--border); white-space: nowrap; }
table.pricing th { font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-faint); font-weight: 800; }
table.pricing td:first-child { font-weight: 700; color: var(--heading); }

/* ---- header ---- */
.site-header { position: sticky; top: 0; z-index: 30; background: var(--bg); border-bottom: 1px solid var(--border); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.site-header .site-header__inner { padding-left: 48px; padding-right: 48px; }
.logo { height: 44px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; }
.nav a { color: var(--text); padding: 6px 8px; border-radius: 8px; }
.nav a:hover { color: var(--accent-deep); background: var(--bg-alt); }
.menu-toggle { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.menu-toggle:focus-visible ~ svg { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.menu-btn { display: none; position: relative; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; padding: 6px; width: 38px; height: 38px; }
.menu-btn svg { position: absolute; }
.menu-btn .icon-close { display: none; }
.menu-toggle:checked ~ .icon-menu { display: none; }
.menu-toggle:checked ~ .icon-close { display: block; }
.mobile-panel {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 22px;
  width: max-content;
  max-width: calc(100vw - 44px);
  min-width: 170px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px 10px;
  flex-direction: column;
  gap: 2px;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.97);
  transform-origin: top right;
  pointer-events: none;
  transition: opacity 0.75s ease, transform 0.75s ease, visibility 0s linear 0.75s;
}
.mobile-panel a { padding: 9px 12px; font-weight: 600; font-size: 14px; color: var(--text); border-radius: 8px; white-space: nowrap; }
.mobile-panel a:hover { background: var(--bg-alt); color: var(--accent-deep); }

/* ---- theme toggle ---- */
.theme-toggle { position: relative; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--border); background: var(--surface); color: var(--accent-deep); cursor: pointer; padding: 0; }
.theme-toggle:hover { background: var(--bg-alt); }
.theme-toggle svg { position: absolute; }
.theme-toggle .icon-moon { display: none; }
.theme-toggle.is-dark .icon-sun { display: none; }
.theme-toggle.is-dark .icon-moon { display: block; }
.cart-toggle { position: relative; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--border); background: var(--surface); color: var(--accent-deep); cursor: pointer; padding: 0; }
.cart-toggle:hover { background: var(--bg-alt); }
.cart-toggle__badge { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px; background: var(--accent); color: #FFFFFF; font-size: 10.5px; font-weight: 800; display: flex; align-items: center; justify-content: center; line-height: 1; }

/* ---- theme spotlight tip ---- */
.theme-spotlight { position: fixed; border-radius: 50%; box-shadow: 0 0 0 9999px rgba(10,14,8,0.4); pointer-events: none; z-index: 95; opacity: 0; transition: opacity .35s ease; }
.theme-spotlight.visible { opacity: 1; }
.theme-tip { position: fixed; z-index: 96; width: 220px; background: var(--surface); color: var(--text); border: 1px solid var(--border); border-radius: 12px; padding: 12px 26px 12px 14px; font-size: 13.5px; line-height: 1.45; box-shadow: 0 10px 28px rgba(0,0,0,0.28); opacity: 0; transform: translateY(-6px); transition: opacity .3s ease, transform .3s ease; pointer-events: none; }
.theme-tip.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.theme-tip .tip-close { position: absolute; top: 6px; right: 8px; background: none; border: none; color: var(--text-faint); cursor: pointer; font-size: 15px; line-height: 1; padding: 4px; }
.theme-tip .tip-close:hover { color: var(--text); }
@media (prefers-reduced-motion: reduce) { .theme-spotlight, .theme-tip { transition: none; } }
@media (max-width: 1060px) {
  .container { padding-left: 22px; padding-right: 22px; }
  .site-header .site-header__inner { padding-left: 26px; padding-right: 26px; }
  .nav, .cta-desktop { display: none; }
  .menu-btn { display: flex; }
  .mobile-panel { display: flex; }
  header:has(.menu-toggle:checked) .mobile-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    transition: opacity 0.75s ease, transform 0.75s ease, visibility 0s linear 0s;
  }
  .stack-row, .hero__inner { flex-direction: column; }
  .stack-row > div, .hero__inner > div { min-width: 0 !important; width: 100%; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* ---- hero ---- */
.hero { position: relative; overflow: hidden; }
.hero__decor { position: absolute; top: -120px; right: -120px; opacity: 0.08; pointer-events: none; }
.hero__inner { padding-top: 64px; padding-bottom: 72px; padding-left: 48px; padding-right: 48px; display: flex; align-items: center; gap: 56px; }
.hero__copy { flex: 1 1 0; min-width: 320px; }
.hero__copy h1 { font-size: 46px; line-height: 1.12; font-weight: 700; max-width: 560px; }
.hero__copy h1 em { font-style: normal; color: var(--accent); }
.hero__copy > p { font-size: 17px; max-width: 480px; margin-top: 20px; color: var(--text-muted); }
.hero__actions { display: flex; gap: 16px; margin-top: 30px; flex-wrap: wrap; }
.hero__actions .btn-primary, .hero__actions .btn-secondary { font-size: 11px; padding: 10px 20px; }
.hero__actions .btn-secondary { padding: 9px 19px; transition: transform 0.35s ease, background-color 0.2s ease; }
.hero__actions .btn-secondary:hover { transform: scale(0.75); }
.hero__badge { display: flex; align-items: center; gap: 10px; margin-top: 34px; font-size: 14px; font-weight: 700; color: var(--accent-deep); }
.hero__art { flex: 1 1 0; min-width: 320px; }
.hero__photo { display: block; width: 100%; height: 380px; max-width: 100%; object-fit: cover; object-position: right center; border-radius: 16px; background: var(--placeholder-bg); }
.hero__photo--dark { display: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .hero__photo--light { display: none; }
  :root:not([data-theme="light"]) .hero__photo--dark { display: block; }
}
:root[data-theme="dark"] .hero__photo--light { display: none; }
:root[data-theme="dark"] .hero__photo--dark { display: block; }
:root[data-theme="light"] .hero__photo--light { display: block; }
:root[data-theme="light"] .hero__photo--dark { display: none; }

/* ---- trust strip ---- */
.trust-strip { background: var(--trust-bg); }
.trust-strip .grid-4 { padding-top: 26px; padding-bottom: 26px; padding-left: 48px; padding-right: 48px; gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 12px; color: var(--trust-text); font-size: 14px; font-weight: 700; }
@media (max-width: 1060px) {
  .hero__inner { padding-left: 26px; padding-right: 26px; }
  .trust-strip .grid-4 { padding-left: 26px; padding-right: 26px; }
}

/* ---- product cards ---- */
.product-card { background: var(--surface); border-radius: 16px; overflow: hidden; border: 1px solid var(--border); position: relative; }
.product-card .placeholder-box { height: 230px; border-radius: 0; border-width: 0; }
.product-card__photo { display: block; width: 100%; height: 230px; object-fit: cover; }
.product-card__badge { position: absolute; top: 0; left: 0; max-width: 80%; background: var(--card-badge-bg); color: var(--card-badge-text); font-size: 11px; font-weight: 800; line-height: 1.25; padding: 7px 10px; border-radius: 0 0 16px 0; }
.product-card__body { padding: 12px 14px 14px; }
.product-card__body .size { font-size: 11.5px; color: var(--text-faint); }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; gap: 8px; }
.price-tbd { font-size: 12px; font-weight: 700; color: var(--placeholder-icon); }
.product-card__add { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--accent-deep); display: flex; align-items: center; justify-content: center; color: var(--accent-deep); cursor: pointer; background: transparent; flex-shrink: 0; padding: 0; font-size: 18px; line-height: 1; font-weight: 700; transition: transform 0.15s ease, background-color 0.15s ease; }
.product-card__add:hover { background: var(--bg-alt); }
.product-card__add.is-added { transform: scale(1.2); background: var(--accent-deep); color: #FFFFFF; border-color: var(--accent-deep); }
.product-group h3.group-title { font-size: 20px; font-weight: 700; margin-bottom: 20px; color: var(--heading); font-family: 'Lora', Georgia, serif; }

/* ---- product modal ---- */
body.modal-open { overflow: hidden; }
.product-modal-overlay { position: fixed; inset: 0; background: rgba(15,22,10,0.6); display: none; align-items: stretch; justify-content: flex-end; padding: 0; z-index: 1000; opacity: 0; transition: opacity 0.5s ease; }
.product-modal-overlay.is-open { display: flex; }
.product-modal-overlay.is-visible { opacity: 1; }
.product-modal { background: var(--surface); border-radius: 20px 0 0 20px; max-width: 420px; width: 100%; height: 100%; max-height: none; overflow-y: auto; position: relative; box-shadow: -12px 0 40px rgba(0,0,0,0.3); transform: translateX(100%); transition: transform 0.5s ease; }
.product-modal-overlay.is-visible .product-modal { transform: translateX(0); }
.product-modal__close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; background: var(--surface); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text); z-index: 2; padding: 0; }
.product-modal__close:hover { background: var(--bg-alt); }

/* ---- cart panel ---- */
.cart-panel { max-width: 440px; }
.cart-panel__body { padding: 22px; }
.cart-panel__title { font-size: 19px; margin-bottom: 4px; }
.cart-panel__title--sub { font-size: 16px; margin: 18px 0 2px; padding-top: 16px; border-top: 1px solid var(--border); }
.cart-items { display: flex; flex-direction: column; gap: 12px; margin: 16px 0; max-height: 320px; overflow-y: auto; }
.cart-item { display: flex; align-items: center; gap: 10px; }
.cart-item__photo { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; background: var(--placeholder-bg); }
.cart-item__info { flex: 1 1 0; min-width: 0; }
.cart-item__info h4 { font-size: 13.5px; font-weight: 700; color: var(--heading); margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-item__info .size { font-size: 12px; color: var(--text-faint); }
.cart-item__qty { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.cart-item__qty button { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--border); background: var(--bg-alt); color: var(--text); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; padding: 0; line-height: 1; }
.cart-item__qty span { font-size: 13px; font-weight: 700; min-width: 16px; text-align: center; }
.cart-item__remove { width: 24px; height: 24px; border-radius: 50%; border: none; background: none; color: var(--text-faint); cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 0; }
.cart-item__remove:hover { color: var(--text); }
.cart-empty { font-size: 13.5px; color: var(--text-faint); padding: 20px 0; text-align: center; }
.cart-total { display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 800; color: var(--heading); padding-top: 14px; border-top: 1px solid var(--border); margin-bottom: 16px; }
.cart-actions { display: flex; flex-direction: column; gap: 10px; }
.cart-actions .btn-primary { display: flex; align-items: center; justify-content: center; width: 100%; }
.cart-pay-disabled { width: 100%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; padding: 12.5px 26px; border-radius: 999px; background: var(--bg-alt); color: var(--text-faint); border: 1.5px solid var(--border); cursor: not-allowed; }
.cart-note { font-size: 11.5px; color: var(--text-faint); margin-top: 2px; text-align: center; }
.cart-minorder-banner { display: flex; flex-direction: column; gap: 4px; background: rgba(197, 39, 31, 0.7); color: #FFFFFF; border-radius: 12px; padding: 12px 14px; font-size: 13px; font-weight: 700; line-height: 1.45; margin: 2px 0 14px; }
.cart-minorder-banner[hidden] { display: none; }
.cart-minorder-banner ul { margin: 4px 0 0; padding-left: 18px; font-weight: 600; }

/* ---- checkout steps ---- */
.checkout-steps { display: flex; align-items: center; gap: 6px; margin-bottom: 18px; flex-wrap: wrap; }
.checkout-steps[hidden] { display: none; }
.checkout-steps__item { font-size: 11px; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; color: var(--text-faint); }
.checkout-steps__item.is-active { color: var(--accent-deep); }
.checkout-steps__item.is-done { color: var(--accent); }
.checkout-steps__sep { color: var(--border); font-size: 12px; }
.checkout-form { display: flex; flex-direction: column; gap: 14px; margin: 4px 0 18px; }
.checkout-form[hidden] { display: none; }
.checkout-form label { display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--text-muted); }
.checkout-form input, .checkout-form select { width: 100%; font: inherit; font-size: 14px; padding: 11px 13px; border-radius: 10px; border: 1px solid var(--border); background: var(--bg-alt); color: var(--text); }
.checkout-form input:focus, .checkout-form select:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.checkout-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkout-form__row label { min-width: 0; }
.checkout-nav { display: flex; gap: 10px; margin-top: 4px; }
.checkout-nav .btn-secondary, .checkout-nav .btn-primary { flex: 1 1 0; padding: 12.5px 18px; font-size: 14px; }
.checkout-summary-lines { display: flex; flex-direction: column; gap: 9px; margin: 16px 0; padding-top: 14px; border-top: 1px solid var(--border); }
.checkout-summary-lines[hidden] { display: none; }
.checkout-summary-line { display: flex; align-items: center; justify-content: space-between; font-size: 14px; color: var(--text-muted); }
.checkout-summary-line--total { font-size: 16px; font-weight: 800; color: var(--heading); padding-top: 9px; border-top: 1px solid var(--border); }
.payment-methods { display: flex; flex-direction: column; gap: 10px; margin: 4px 0 16px; }
.payment-method { display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 12px; border: 1.5px solid var(--border); background: var(--bg-alt); font-size: 14px; font-weight: 700; color: var(--text-faint); cursor: not-allowed; }
.payment-method input { accent-color: var(--accent); pointer-events: none; }
.payment-method__label { flex: 1 1 0; }
.payment-method__tag { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-faint); background: var(--surface); border: 1px solid var(--border); border-radius: 999px; padding: 3px 9px; flex-shrink: 0; }
.checkout-total-recap { display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 800; color: var(--heading); margin-bottom: 16px; }
.checkout-end { text-align: center; padding: 10px 4px 4px; }
.checkout-end svg { color: var(--accent-deep); margin-bottom: 14px; }
.checkout-end p { color: var(--text-muted); font-size: 14px; margin: 10px 0 22px; }
.checkout-end .btn-secondary { width: 100%; }
.checkout-end .btn-primary { width: 100%; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }

/* ---- about ---- */
.quote-box { background: var(--bg-alt); border-left: 3px solid var(--accent); border-radius: 0 12px 12px 0; padding: 24px 26px; }
.quote-box p { color: var(--text-muted); font-size: 15.5px; font-style: italic; }
.cert-badge { display: flex; align-items: center; gap: 10px; margin-top: 26px; font-size: 14px; font-weight: 700; color: var(--accent-deep); }

/* ---- faq ---- */
.faq-category { font-size: 18px; font-weight: 700; margin: 34px 0 14px; }
.faq-category:first-child { margin-top: 0; }
details.faq-item { border-bottom: 1px solid var(--border); padding: 14px 0; }
details.faq-item summary { cursor: pointer; font-size: 15.5px; font-weight: 700; color: var(--heading); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: '+'; font-size: 20px; color: var(--accent); font-weight: 400; flex-shrink: 0; }
details.faq-item[open] summary::after { content: '\2212'; }
details.faq-item p { margin-top: 10px; color: var(--text-muted); font-size: 14.5px; }

/* ---- where to buy ---- */
.option-card { background: var(--bg-alt); border-radius: 16px; padding: 24px; }
.option-card h3 { font-size: 16px; font-weight: 700; color: var(--accent-deep); margin-bottom: 8px; }
.option-card p { color: var(--text-muted); font-size: 14.5px; }

/* ---- wholesale cta banner ---- */
.cta-banner { background: var(--footer-bg); padding: 56px 0; text-align: center; }
.cta-banner h2 { font-size: 24px; font-weight: 700; color: var(--footer-text); margin-bottom: 14px; }
.cta-banner p { color: var(--footer-text-muted); margin-bottom: 22px; }

/* ---- contact form ---- */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 700; color: var(--accent-deep); }
.field input, .field textarea { border: 1px solid var(--border); border-radius: 8px; background: var(--bg); color: var(--text); font: inherit; padding: 10px 12px; }
.field textarea { min-height: 100px; resize: vertical; }
.form-note { font-size: 13px; color: var(--text-faint); margin-top: 4px; }

/* ---- footer ---- */
.site-footer { background: var(--footer-bg); color: var(--footer-text); }
.site-footer .container { padding-top: 64px; padding-bottom: 32px; }
.footer__grid { display: flex; gap: 48px; flex-wrap: wrap; }
.footer__brand { flex: 1.3 1 0; min-width: 240px; }
.footer__brand img { height: 40px; width: auto; }
.footer__brand p { color: var(--footer-text-muted); font-size: 14px; margin-top: 16px; max-width: 300px; }
.footer__col { flex: 1 1 0; min-width: 160px; }
.footer__col.wide { flex: 1.2 1 0; min-width: 220px; }
.footer__col h3 { font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--footer-heading); margin-bottom: 16px; font-family: 'Nunito Sans', sans-serif; }
.footer__col .links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer__col .links a { color: var(--footer-text); }
.footer__col .info { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--footer-text-muted); }
.footer__bottom { border-top: 1px solid var(--footer-border); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--footer-text-faint); }
