/* Meridian Peptides — pearl / graphite research theme.
   Split editorial layouts inspired by premium research sites, with original
   Meridian imagery, wording and information architecture. */

:root {
  --navy: #151618;
  --navy-2: #000000;
  --ink: #17181a;
  --muted: #66696d;
  --silver: #f5f5f3;
  --silver-2: #e9eae9;
  --chrome: #cfd2d3;
  --line: #dedfdf;
  --accent: #27292c;
  --white: #ffffff;
  --radius: 4px;
  --pearl: linear-gradient(135deg, #ffffff 5%, #eef0f0 42%, #ffffff 68%, #e8edf0 100%);
  --serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}

/* ---------- compound-first shop catalogue ---------- */
.shop-section .shop-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.8fr) auto;
  gap: 14px 18px;
  align-items: end;
  padding: 18px 0;
}
.catalogue-search {
  display: grid;
  gap: 7px;
  color: #55585b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalogue-search input {
  width: 100%;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid #9fa2a4;
  border-radius: 0;
  background: #fff;
  color: #151618;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.catalogue-search input:focus {
  outline: 2px solid #151618;
  outline-offset: 2px;
}
.shop-section .filter-group { align-items: center; }
.catalogue-results {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  padding: 18px 0 0;
}
.catalogue-results span {
  color: #151618;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalogue-results p {
  max-width: 700px;
  color: #616467;
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: right;
}
.catalogue-empty {
  margin-top: 20px;
  padding: 28px;
  border: 1px solid #aeb1b3;
  background: #f7f7f6;
  color: #55585b;
  text-align: center;
}
.shop-section .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.catalogue-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #b5b7b9;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.catalogue-card:hover,
.catalogue-card:focus-within {
  z-index: 2;
  border-color: #151618;
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(17,18,20,0.11);
}
.catalogue-card[hidden] { display: none; }
.catalogue-card__visual {
  position: relative;
  display: block;
  height: clamp(220px, 22vw, 278px);
  overflow: hidden;
  border-bottom: 1px solid #c4c6c8;
  background: linear-gradient(145deg, #fbfbfa, #eceeed);
}
.catalogue-card__visual .brochure-vial {
  height: 100%;
  --vial-scale: 92%;
  transition: transform 260ms ease, filter 260ms ease;
}
.catalogue-card__visual .catalogue-product-photo,
.catalogue-product-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease, filter 260ms ease;
}
.catalogue-card:hover .catalogue-card__visual .brochure-vial,
.catalogue-card:focus-within .catalogue-card__visual .brochure-vial {
  transform: scale(1.025);
  filter: contrast(1.02);
}
.catalogue-card__body {
  display: flex;
  min-height: 308px;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}
.catalogue-card__meta {
  display: flex;
  min-height: 2.8em;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  color: #626568;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}
.catalogue-card__meta strong {
  flex: 0 0 auto;
  color: #246040;
  text-align: right;
}
.catalogue-card.is-unavailable .catalogue-card__meta strong { color: #7a3f3f; }
.catalogue-card__body h2 {
  margin: 9px 0 0;
  min-height: 2.05em;
  font-size: 1.45rem;
  line-height: 1.03;
  letter-spacing: -0.04em;
}
.catalogue-card__body h2 a { color: #151618; text-decoration: none; }
.catalogue-card__summary {
  display: -webkit-box;
  min-height: 4.45em;
  margin: 10px 0 0;
  overflow: hidden;
  color: #5d6063;
  font-size: 0.78rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.catalogue-card__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.catalogue-card__choices span {
  padding: 5px 7px;
  border: 1px solid #c2c4c6;
  color: #4d5053;
  background: #f7f7f6;
  font-size: 0.64rem;
  font-weight: 750;
}
.catalogue-card__variants { display: none !important; }
.catalogue-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
  margin-top: auto;
  padding-top: 18px;
}
.catalogue-card__footer > div { display: grid; gap: 1px; }
.catalogue-card__footer > div > span {
  color: #65686b;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.catalogue-card__footer .product-price { font-size: 1.35rem; }
.catalogue-card__footer .btn {
  padding: 11px 13px;
  font-size: 0.74rem;
  white-space: nowrap;
}
.catalogue-card--essential .product-image { height: clamp(220px, 22vw, 278px); }
.catalogue-card--essential .product-info {
  min-height: 308px;
  flex: 1;
  padding: 16px;
}
.catalogue-card--essential .product-info h2 { min-height: 2.05em; }
.catalogue-card--essential .product-buy { margin-top: auto; }

@media (max-width: 1120px) {
  .shop-section .shop-toolbar { grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.5fr); }
  .shop-section .cart-summary { grid-column: 2; justify-self: end; }
  .shop-section .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .shop-section .shop-toolbar { grid-template-columns: 1fr; align-items: stretch; }
  .shop-section .cart-summary { grid-column: auto; justify-self: stretch; }
  .shop-section .filter-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-section .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogue-results { align-items: flex-start; flex-direction: column; gap: 6px; }
  .catalogue-results p { text-align: left; }
}
@media (max-width: 560px) {
  .shop-section .filter-group,
  .shop-section .product-grid { grid-template-columns: 1fr; }
  .catalogue-card__visual,
  .catalogue-card--essential .product-image { height: 250px; }
  .catalogue-card__body,
  .catalogue-card--essential .product-info { min-height: 0; }
  .catalogue-card__body h2,
  .catalogue-card--essential .product-info h2 { min-height: 0; }
}

* { box-sizing: border-box; margin: 0; padding: 0; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
.container { width: min(1080px, 92%); margin-inline: auto; }
a { color: var(--accent); }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid #7fb0ff;
  outline-offset: 3px;
}

h1, h2, .brand-name, .table-head h2, .contact-box h2 {
  font-family: var(--sans);
  letter-spacing: -0.035em;
  font-weight: 700;
  color: var(--navy);
}

/* subtle hex molecule pattern (guide backdrop) */
.hex {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'%3E%3Cg fill='none' stroke='%23d5dce6' stroke-width='1.4' opacity='0.55'%3E%3Cpath d='M30 1 58 17v32L30 65 2 49V17zM90 53l28 16v32l-28 16-28-16V69zM90 1l28 16v32'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- header ---------- */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-star { width: 18px; height: 18px; flex: none; }
.brand-paw { width: 26px; height: 26px; flex: none; }
.brand-name { font-size: 1.02rem; letter-spacing: 0.12em; font-weight: 700; }
.brand-name em { font-style: normal; font-weight: 400; letter-spacing: 0.22em; font-size: 0.78em; color: var(--muted); }
.brand--bear-biotech {
  gap: 9px;
  min-width: 0;
}
.brand-bear {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}
.brand-lockup {
  display: grid;
  gap: 1px;
  line-height: 1;
}
.brand-lockup strong {
  color: #151618;
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.115em;
  white-space: nowrap;
}
.brand-lockup small {
  color: #5f6265;
  font-size: 0.43rem;
  font-weight: 760;
  letter-spacing: 0.105em;
  line-height: 1.25;
  white-space: nowrap;
}
.payment-status-brand {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 24px;
}
.nav-links { display: flex; gap: 24px; list-style: none; align-items: center; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 0.9rem; font-weight: 650; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-cta {
  padding: 8px 16px; border: 1px solid var(--navy); border-radius: 0;
  color: var(--navy) !important;
}
.nav-cta:hover { background: var(--navy); color: var(--white) !important; }
.nav-toggle { display: none; flex: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0; }

/* ---------- customer policies ---------- */
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-links a {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.policy-page {
  padding: clamp(48px, 8vw, 92px) 0;
}
.policy-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.48fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}
.policy-hero h1 {
  font-size: clamp(3.1rem, 7vw, 6.8rem);
}
.policy-hero__summary {
  padding: 24px;
  border: 1px solid #aeb1b4;
  background: var(--pearl);
}
.policy-hero__summary strong,
.policy-section h2,
.policy-contact strong {
  display: block;
  color: var(--navy);
}
.policy-hero__summary span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
}
.policy-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  padding-top: 44px;
}
.policy-nav {
  align-self: start;
  position: sticky;
  top: 108px;
  display: grid;
  border: 1px solid var(--line);
}
.policy-nav a {
  padding: 12px 14px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 650;
}
.policy-nav a:last-child { border-bottom: 0; }
.policy-nav a.active,
.policy-nav a:hover { background: var(--navy); color: var(--white); }
.policy-content {
  max-width: 760px;
}
.policy-section {
  padding: 0 0 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.policy-section:last-child { border-bottom: 0; }
.policy-section h2 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  letter-spacing: -0.035em;
}
.policy-section h3 {
  margin: 22px 0 7px;
  font-size: 1rem;
}
.policy-section p,
.policy-section li {
  color: #4d5053;
}
.policy-section p + p { margin-top: 12px; }
.policy-section ul,
.policy-section ol {
  padding-left: 20px;
  margin-top: 12px;
}
.policy-section li + li { margin-top: 8px; }
.policy-service dl {
  display: grid;
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}
.policy-service dl div {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) 1fr;
  gap: 18px;
  padding: 13px 15px;
  background: var(--white);
}
.policy-service dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.policy-service dd { margin: 0; color: var(--ink); }
.shipping-estimator form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(130px, 0.65fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 20px;
}
.shipping-estimator label {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
}
.shipping-estimator input,
.shipping-estimator select {
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid var(--line-dark);
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.shipping-estimator .btn { min-height: 46px; }
.shipping-estimator__result {
  min-height: 1.5em;
  margin-top: 14px;
  color: #303234 !important;
  font-weight: 650;
}
.shipping-estimator__result.error { color: #8a1717 !important; }
.policy-contact {
  padding: 22px;
  margin-top: 18px;
  background: #151618;
  color: #fff;
}
.policy-contact strong { color: #fff; }
.policy-contact a { color: #fff; }
.policy-updated {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 12px;
}
@media (max-width: 680px) {
  .shipping-estimator form { grid-template-columns: 1fr; }
}
.shipping-page .policy-content {
  max-width: 940px;
}
.transport-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.transport-gallery--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.transport-gallery figure {
  overflow: hidden;
  border: 1px solid #aeb1b4;
  background: #f3f4f4;
}
.transport-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.transport-gallery figcaption {
  display: grid;
  gap: 5px;
  padding: 16px 17px 18px;
  border-top: 1px solid #aeb1b4;
}
.transport-gallery figcaption strong {
  color: var(--ink);
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.transport-gallery figcaption span {
  color: #5c6063;
  font-size: 0.78rem;
  line-height: 1.45;
}

/* ---------- reusable product detail ---------- */
.product-detail-page {
  background:
    radial-gradient(circle at 10% 5%, rgba(173,235,255,0.18), transparent 24%),
    linear-gradient(145deg, #f0f1f1, #fff 44%, #e5e7e8);
}
.product-detail {
  padding: clamp(24px, 4vw, 48px) 0 clamp(62px, 8vw, 110px);
}
.product-detail__back {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}
.product-detail__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  border: 1px solid #989b9e;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 30px 70px rgba(0,0,0,0.13);
}
.product-detail__visual {
  grid-column: 1;
  grid-row: 1;
  padding: clamp(20px, 3vw, 34px);
  background:
    linear-gradient(128deg, transparent 0 8%, rgba(255,255,255,0.90) 8.3%, transparent 10%),
    var(--pearl);
  border-right: 1px solid #b6b8ba;
}
.product-detail__vial-frame {
  min-height: 390px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(112,115,118,0.38);
  background: rgba(255,255,255,0.66);
  overflow: hidden;
}
.product-detail__vial-frame .brochure-vial {
  width: min(285px, 88%);
  height: 390px;
}
.product-document-status {
  grid-column: 1;
  grid-row: 2;
  margin: 0 clamp(20px, 3vw, 34px) clamp(20px, 3vw, 34px);
  padding: 18px;
  color: #fff;
  background: #151618;
}
.product-document-status span {
  display: block;
  color: #c7c9cb;
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.product-document-status strong { display: block; margin: 3px 0 7px; }
.product-document-status p { color: #d8d9da; font-size: 0.82rem; }
.product-detail__content {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: clamp(28px, 4vw, 48px);
}
.product-detail__content h1 {
  font-size: clamp(2.8rem, 5.4vw, 4.8rem);
}
.product-detail__identity {
  margin-top: 13px;
  color: #505357;
  font-size: 0.98rem;
  font-weight: 650;
}
.product-detail__summary {
  margin-top: 22px;
  color: #4c4f52;
  font-size: 1.08rem;
}
.product-detail__content .compound-card__topics {
  margin-top: 22px;
}
.product-detail__evidence {
  margin-top: 27px;
  padding: 18px 20px;
  border-left: 4px solid #151618;
  background: #f0f1f1;
}
.product-detail__evidence strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-detail__evidence p { color: #55585b; }
.product-detail__purchase {
  margin-top: 22px;
  padding: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(244,245,245,0.76);
}
.product-detail__purchase label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}
.product-detail__purchase select {
  width: 100%;
  padding: 14px;
  border: 1px solid #b9bbbd;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.product-detail__strength {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.84rem;
}
.product-detail__purchase .product-buy { margin-top: 16px; }
.product-detail__purchase .product-price { font-size: 1.8rem; }
.product-detail__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.product-detail__links a {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
  text-underline-offset: 4px;
}
.product-detail__restriction {
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.78rem;
}
.product-detail-link {
  display: inline-block;
  margin: 3px 0 18px;
  color: var(--ink);
  font-size: 0.79rem;
  font-weight: 750;
  text-underline-offset: 4px;
}

/* ---------- hero ---------- */
.hero { padding: 74px 0 0; }
.hero-rule { display: none; }
.hero-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 54px; align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-mark { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--ink); }
.hero-mark img { width: 42px; height: 42px; }
.hero-mark span { font-size: 0.78rem; font-weight: 750; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow {
  color: var(--accent); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 16px;
}
h1 { font-size: clamp(3.3rem, 7vw, 6.3rem); line-height: 0.94; letter-spacing: -0.065em; }
.lede { color: var(--muted); font-size: 1.12rem; margin-top: 20px; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.btn {
  display: inline-block; padding: 13px 24px; border-radius: 0;
  text-decoration: none; font-weight: 600; font-size: 0.98rem;
  transition: transform 0.06s ease, background 0.15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--navy); color: var(--white); }
.btn-primary:hover { background: var(--navy-2); }
.btn-ghost { border: 1px solid var(--chrome); color: var(--navy); background: var(--white); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-block { display: block; width: 100%; border: 0; cursor: pointer; font-family: inherit; }

.hero-media { display: grid; min-width: 0; }

.hero-vial { text-align: center; }
.hero-vial img {
  width: min(340px, 85%); height: auto; border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(22,35,58,0.30);
}

.bear-note { color: var(--muted); font-size: 0.78rem; margin-top: 10px; }
.bear-note code { background: var(--silver); padding: 1px 5px; border-radius: 4px; }
.guide-shot { margin-top: 24px; text-align: center; }
.guide-shot img {
  width: min(720px, 100%); height: auto; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(22,35,58,0.14);
}

/* ---------- silver / black homepage ---------- */
.home-page {
  background:
    linear-gradient(115deg, #d9dbdd 0%, #fafafa 23%, #e2e4e5 49%, #ffffff 70%, #d7d9db 100%);
  color: #111214;
}
.home-page .site-header {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(224,226,228,0.98));
  border-bottom-color: #aeb1b4;
  box-shadow: 0 5px 22px rgba(0,0,0,0.08);
}
.home-page .brand-name,
.home-page .nav-links a,
.home-page h1 { color: #090a0b; }
.home-page .brand-name em { color: #3f4245; }
.home-page .brand-paw { filter: grayscale(1) contrast(1.6); }
.home-page .nav-cta { border-color: #090a0b; }
.home-page .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 18px;
  padding: clamp(26px, 3.2vw, 40px);
  border: 1px solid #8e9295;
  background:
    radial-gradient(circle at 3% 7%, rgba(132,236,255,0.30), transparent 19%),
    radial-gradient(circle at 96% 8%, rgba(255,185,225,0.25), transparent 22%),
    radial-gradient(circle at 92% 92%, rgba(183,221,255,0.28), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,0.98) 0%, rgba(222,224,225,0.97) 38%, rgba(255,255,255,0.98) 68%, rgba(207,210,212,0.98) 100%);
  box-shadow:
    0 30px 75px rgba(0,0,0,0.16),
    inset 0 0 0 7px rgba(255,255,255,0.48),
    inset 0 0 45px rgba(255,255,255,0.75);
}
.home-page .hero::before,
.home-page .hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.home-page .hero::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(128deg, transparent 0 8%, rgba(255,255,255,0.80) 8.2%, transparent 9.2%),
    linear-gradient(310deg, transparent 0 8%, rgba(139,233,255,0.32) 8.2%, rgba(255,194,229,0.28) 9%, transparent 10%);
  opacity: 0.8;
}
.home-page .hero::after {
  inset: 13px;
  z-index: 3;
  border: 1px solid rgba(73,76,79,0.36);
}
.home-page .hero-bear-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.48;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 62% 84% at 50% 48%, #000 42%, rgba(0,0,0,0.78) 68%, transparent 100%);
  mask-image: radial-gradient(ellipse 62% 84% at 50% 48%, #000 42%, rgba(0,0,0,0.78) 68%, transparent 100%);
}
.home-page .hero-bear-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(239,241,242,0.58), transparent 29%, transparent 71%, rgba(239,241,242,0.52)),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(18,20,22,0.05));
}
.home-page .hero-bear-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 47%;
  filter: saturate(0.58) contrast(1.16) brightness(1.01);
  mix-blend-mode: multiply;
}
.home-page .hero-rule {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 17px;
  margin-bottom: clamp(16px, 2.4vw, 26px);
}
.home-page .hero-rule span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #1a1b1d 18%, #1a1b1d 82%, transparent);
}
.home-page .hero-rule b {
  color: #111214;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 1px 0 #ffffff, -1px 0 #8c9094;
}
.home-page .hero-grid {
  position: relative;
  z-index: 4;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 5vw, 62px);
}
.home-page .hero-mark {
  display: inline-flex;
  width: auto;
  margin-bottom: 14px;
  padding: 7px 11px;
  color: #ffffff;
  background: #111214;
  border: 1px solid #000000;
  box-shadow: 0 5px 16px rgba(0,0,0,0.16);
}
.home-page .hero-mark img {
  width: 24px;
  height: 24px;
  filter: grayscale(1) invert(1) contrast(2);
}
.home-page .hero-mark span { font-size: 0.69rem; }
.home-page .eyebrow { color: #3e4144; }
.home-page h1 {
  max-width: 620px;
  font-size: clamp(3.3rem, 5.7vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 1px 0 #ffffff;
}
.home-page .lede {
  color: #4a4d50;
  max-width: 510px;
  margin-top: 14px;
  font-size: 1.02rem;
}
.home-page .hero-actions { margin-top: 18px; }
.home-page .btn-primary {
  background: #0d0e0f;
  border: 1px solid #0d0e0f;
  box-shadow: 0 8px 18px rgba(0,0,0,0.17);
}
.home-page .btn-ghost {
  border-color: #74787b;
  background: rgba(255,255,255,0.48);
}
.home-compound-rail {
  position: relative;
  z-index: 4;
  margin-top: 42px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(32,34,36,0.72);
  background:
    linear-gradient(118deg, rgba(255,255,255,0.90), rgba(210,213,215,0.84) 54%, rgba(255,255,255,0.92));
  box-shadow:
    inset 0 0 0 4px rgba(255,255,255,0.42),
    0 16px 36px rgba(0,0,0,0.10);
}
.home-compound-rail__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}
.home-compound-rail__head .eyebrow { margin-bottom: 5px; }
.home-compound-rail__head h2 {
  color: #111214;
  font-size: clamp(1.8rem, 4vw, 3rem);
  text-transform: uppercase;
}
.home-compound-rail__controls { display: flex; gap: 7px; }
.home-compound-rail__controls button {
  width: 42px;
  height: 42px;
  border: 1px solid #2b2d2f;
  background: rgba(255,255,255,0.72);
  color: #111214;
  cursor: pointer;
  font: inherit;
  font-size: 1.1rem;
}
.home-compound-rail__controls button:hover,
.home-compound-rail__controls button:focus-visible {
  background: #111214;
  color: #ffffff;
}
.home-vial-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(132px, 15vw, 166px);
  gap: 13px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px 2px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: #303234 rgba(255,255,255,0.72);
  scrollbar-width: thin;
}
.home-vial-card {
  --bear-x: 0px;
  --bear-y: 0px;
  --bear-edge-shift: -10%;
  position: relative;
  z-index: 1;
  min-width: 0;
  color: #111214;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(62,64,66,0.52);
  scroll-snap-align: start;
  text-decoration: none;
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.home-vial-card:first-child { --bear-edge-shift: 14%; }
.home-vial-card:last-child { --bear-edge-shift: -30%; }
.home-vial-card:hover,
.home-vial-card:focus-visible {
  z-index: 20;
  transform: translateY(-7px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.19);
}
.home-vial-card__image {
  position: relative;
  display: block;
  aspect-ratio: 3 / 5;
  overflow: hidden;
  background: #f4f4f3;
}
.home-vial-card__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-vial-card > span:last-child {
  display: block;
  padding: 10px 9px 11px;
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}
.brochure-vial {
  position: relative;
  z-index: 2;
  --vial-scale: 100%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f8f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto var(--vial-scale);
  transition: transform 500ms cubic-bezier(.18,.82,.22,1), filter 500ms ease;
}
.compound-reaction {
  display: none;
  position: absolute;
  inset: -12% -28% -10% -24%;
  z-index: 1;
  overflow: visible;
  opacity: 0.13;
  pointer-events: none;
  transform: translate3d(18%, 13%, -60px) rotate(-4deg) scale(0.66);
  transform-origin: 54% 54%;
  will-change: transform, opacity, filter;
  transition:
    opacity 260ms ease,
    transform 620ms cubic-bezier(.16,.88,.22,1);
}
.compound-reaction::after {
  position: absolute;
  inset: 4% 28% 7% 4%;
  content: "";
  background: linear-gradient(108deg, transparent 18%, rgba(255,255,255,0.82) 46%, transparent 70%);
  opacity: 0;
  transform: translateX(-60%);
}
.compound-reaction__bear {
  position: absolute;
  inset: 0;
  background: url("../img/bear-leap-silver.webp?v=20260728") center / contain no-repeat;
  filter: grayscale(0.78) contrast(1.12) brightness(1.03);
  transition: filter 900ms ease, transform 620ms cubic-bezier(.18,.82,.22,1);
}
.compound-reaction__effect,
.compound-reaction__effect::before,
.compound-reaction__effect::after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
}
.home-vial-card:hover .brochure-vial,
.home-vial-card:focus-visible .brochure-vial {
  transform: translateX(-8%) scale(0.95);
  filter: brightness(0.88) saturate(0.72);
}
.home-vial-card:hover .compound-reaction,
.home-vial-card:focus-visible .compound-reaction {
  z-index: 6;
  opacity: 0.98;
  animation: bear-leap-forward 880ms cubic-bezier(.12,.82,.16,1.18) both;
}
.home-vial-card:hover .compound-reaction::after,
.home-vial-card:focus-visible .compound-reaction::after {
  animation: bear-silver-sweep 900ms 220ms ease-out both;
}
.home-vial-card:hover .compound-reaction__bear,
.home-vial-card:focus-visible .compound-reaction__bear {
  transform: scale(1.035);
}

/* BPC-157: the scratch appears, closes and clears. */
.compound-reaction--bpc .compound-reaction__effect {
  inset: 34% 13% auto auto;
  width: 36%;
  height: 25%;
  transform: rotate(-17deg);
}
.compound-reaction--bpc .compound-reaction__effect::before,
.compound-reaction--bpc .compound-reaction__effect::after {
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: #9e3030;
  box-shadow: 0 0 5px rgba(158,48,48,0.5);
}
.compound-reaction--bpc .compound-reaction__effect::before { top: 28%; }
.compound-reaction--bpc .compound-reaction__effect::after { top: 63%; width: 78%; }
.home-vial-card:hover .compound-reaction--bpc .compound-reaction__effect,
.home-vial-card:focus-visible .compound-reaction--bpc .compound-reaction__effect {
  animation: bear-scratch-heal 1250ms 120ms ease-out both;
}

/* TB-500: three movement trails resolve into a forward stance. */
.compound-reaction--tb500 .compound-reaction__effect {
  top: 23%;
  right: 5%;
  width: 38%;
  height: 44%;
  border-top: 2px solid rgba(35,37,39,0.65);
  border-bottom: 2px solid rgba(35,37,39,0.42);
  transform: skewY(-14deg);
}
.compound-reaction--tb500 .compound-reaction__effect::before {
  top: 47%;
  right: 0;
  width: 82%;
  border-top: 2px solid rgba(35,37,39,0.54);
}
.home-vial-card:hover .compound-reaction--tb500 .compound-reaction__effect,
.home-vial-card:focus-visible .compound-reaction--tb500 .compound-reaction__effect {
  animation: bear-motion-lines 850ms 150ms ease-out both;
}

/* CJC-1295: a restrained research pulse radiates from the vignette. */
.compound-reaction--cjc .compound-reaction__effect {
  inset: 20%;
  border: 1px solid rgba(83,167,190,0.8);
  border-radius: 50%;
}
.home-vial-card:hover .compound-reaction--cjc .compound-reaction__effect,
.home-vial-card:focus-visible .compound-reaction--cjc .compound-reaction__effect {
  animation: bear-pulse-ring 1300ms 170ms ease-out infinite;
}

/* Ipamorelin: a dim, sleepy bear brightens and the silver star wakes. */
.compound-reaction--ipamorelin .compound-reaction__bear {
  filter: grayscale(1) contrast(1.08) brightness(0.76);
}
.compound-reaction--ipamorelin .compound-reaction__effect {
  top: 11%;
  right: 13%;
  width: 22px;
  height: 22px;
  opacity: 0;
}
.compound-reaction--ipamorelin .compound-reaction__effect::before {
  inset: 0;
  content: "✦";
  color: #f7f7f5;
  font-size: 1.15rem;
  text-shadow: 0 0 8px rgba(123,220,243,0.9);
}
.home-vial-card:hover .compound-reaction--ipamorelin .compound-reaction__bear,
.home-vial-card:focus-visible .compound-reaction--ipamorelin .compound-reaction__bear {
  filter: grayscale(0.72) contrast(1.2) brightness(1.14);
}
.home-vial-card:hover .compound-reaction--ipamorelin .compound-reaction__effect,
.home-vial-card:focus-visible .compound-reaction--ipamorelin .compound-reaction__effect {
  animation: bear-wake-star 950ms 280ms ease-out both;
}

/* Melanotan II: silver warms into a rich brown coat. */
.home-vial-card:hover .compound-reaction--melanotan .compound-reaction__bear,
.home-vial-card:focus-visible .compound-reaction--melanotan .compound-reaction__bear {
  filter: sepia(0.88) saturate(1.65) hue-rotate(-16deg) brightness(0.72) contrast(1.2);
}
.compound-reaction--melanotan .compound-reaction__effect {
  inset: 0;
  background: radial-gradient(circle at 58% 50%, rgba(130,77,37,0.18), transparent 58%);
  mix-blend-mode: multiply;
}

/* Retatrutide: three orbiting points echo the triple-receptor research model. */
.compound-reaction--retatrutide .compound-reaction__effect {
  top: 12%;
  right: 8%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(35,37,39,0.45);
  border-radius: 50%;
}
.compound-reaction--retatrutide .compound-reaction__effect::before,
.compound-reaction--retatrutide .compound-reaction__effect::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #17191b;
  box-shadow: 17px 35px 0 rgba(86,184,205,0.88);
}
.compound-reaction--retatrutide .compound-reaction__effect::before { top: -3px; left: 18px; }
.compound-reaction--retatrutide .compound-reaction__effect::after { top: 20px; left: -3px; background: #a77450; }
.home-vial-card:hover .compound-reaction--retatrutide .compound-reaction__effect,
.home-vial-card:focus-visible .compound-reaction--retatrutide .compound-reaction__effect {
  animation: bear-triple-orbit 1700ms linear infinite;
}

/* GHK-Cu: a cool copper-blue sheen travels across the silver bear. */
.compound-reaction--ghk .compound-reaction__effect {
  inset: -15% -35%;
  background: linear-gradient(105deg, transparent 30%, rgba(35,168,193,0.46) 45%, rgba(183,104,58,0.36) 54%, transparent 69%);
  transform: translateX(-55%);
  mix-blend-mode: color;
}
.home-vial-card:hover .compound-reaction--ghk .compound-reaction__effect,
.home-vial-card:focus-visible .compound-reaction--ghk .compound-reaction__effect {
  animation: bear-copper-sheen 1250ms 180ms ease-out both;
}

@keyframes bear-silver-sweep {
  0% { opacity: 0; transform: translateX(-60%); }
  35% { opacity: 0.72; }
  100% { opacity: 0; transform: translateX(185%); }
}
@keyframes bear-leap-forward {
  0% {
    opacity: 0.13;
    transform: translate3d(18%, 13%, -60px) rotate(-4deg) scale(0.66);
  }
  48% {
    opacity: 1;
    transform:
      translate3d(calc(var(--bear-edge-shift) - 2% + var(--bear-x)), calc(-12% + var(--bear-y)), 130px)
      rotate(1.2deg) scale(1.68);
  }
  72% {
    transform:
      translate3d(calc(var(--bear-edge-shift) + 2% + var(--bear-x)), calc(-8% + var(--bear-y)), 105px)
      rotate(-0.4deg) scale(1.48);
  }
  100% {
    opacity: 0.98;
    transform:
      translate3d(calc(var(--bear-edge-shift) + var(--bear-x)), calc(-10% + var(--bear-y)), 118px)
      rotate(0) scale(1.56);
  }
}
@keyframes bear-scratch-heal {
  0%, 28% { opacity: 1; filter: saturate(1); transform: rotate(-17deg) scaleX(1); }
  72% { opacity: 0.5; filter: saturate(0.35); transform: rotate(-17deg) scaleX(0.38); }
  100% { opacity: 0; transform: rotate(-17deg) scaleX(0); }
}
@keyframes bear-motion-lines {
  0% { opacity: 0; transform: translateX(20px) skewY(-14deg); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateX(-22px) skewY(-14deg); }
}
@keyframes bear-pulse-ring {
  0% { opacity: 0.8; transform: scale(0.45); }
  75%, 100% { opacity: 0; transform: scale(1.85); }
}
@keyframes bear-wake-star {
  0% { opacity: 0; transform: rotate(-40deg) scale(0.2); }
  60% { opacity: 1; transform: rotate(8deg) scale(1.28); }
  100% { opacity: 0.86; transform: rotate(0) scale(1); }
}
@keyframes bear-triple-orbit { to { transform: rotate(360deg); } }
@keyframes bear-copper-sheen { to { transform: translateX(55%); } }

@media (prefers-reduced-motion: reduce) {
  .home-vial-card,
  .brochure-vial,
  .compound-reaction,
  .compound-reaction__bear { transition-duration: 1ms !important; }
  .compound-reaction::after,
  .compound-reaction__effect { animation: none !important; }
}

.brochure-vial--bpc { background-image: url("../img/vials/bpc-157.webp?v=20260730-vials1"); }
.brochure-vial--tb500 { background-image: url("../img/vials/tb-500.webp?v=20260730-vials1"); }
.brochure-vial--cjc {
  background-image: url("../img/vials/cjc-1295.webp?v=20260730-vials1");
}
.brochure-vial--ipamorelin {
  background-image: url("../img/vials/ipamorelin.webp?v=20260730-vials1");
}
.brochure-vial--melanotan {
  background-image: url("../img/vials/melanotan-ii.webp?v=20260730-vials1");
}
.brochure-vial--retatrutide {
  background-image: url("../img/vials/retatrutide-bear-biotech-v2.webp?v=20260731-vials3");
  background-size: contain;
  background-position: center;
}
.brochure-vial--ghk {
  background-image: url("../img/vials/ghk-cu-bear-biotech-v2.webp?v=20260731-vials3");
  background-size: contain;
  background-position: center;
}
.brochure-vial--mots-c {
  background-image: url("../img/vials/mots-c-bear-biotech.webp?v=20260801-mots1");
  background-size: contain;
  background-position: center;
}
.home-vial-card .vial-label-overlay {
  top: 44%;
  left: 31%;
  width: 38%;
  min-height: 31.5%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.home-vial-card .vial-label-brand { font-size: 0.28rem; }
.home-vial-card .vial-label-tagline { font-size: 0.16rem; }
.home-vial-card .vial-label-overlay strong { font-size: 0.50rem; }
.home-vial-card .vial-label-overlay--long strong { font-size: 0.39rem; }
.home-vial-card .vial-label-overlay small { font-size: 0.40rem; }
.home-vial-card .vial-label-site { font-size: 0.18rem; }
.home-vial-card .vial-label-rpo { font-size: 0.15rem; }

/* Current Bear Biotech photography includes the complete finished label. */
.brochure-vial--bpc .vial-label-overlay,
.brochure-vial--tb500 .vial-label-overlay,
.brochure-vial--cjc .vial-label-overlay,
.brochure-vial--ipamorelin .vial-label-overlay,
.brochure-vial--melanotan .vial-label-overlay {
  display: none;
}
.home-compound-rail__link {
  display: inline-block;
  margin-top: 14px;
  color: #111214;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}
.home-compound-rail__link:hover { text-decoration: underline; }
.home-process-gate {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  margin-top: 28px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #222426;
  background:
    radial-gradient(circle at 96% 4%, rgba(170,235,255,0.22), transparent 26%),
    linear-gradient(120deg, rgba(255,255,255,0.95), rgba(208,211,213,0.91));
  box-shadow:
    inset 0 0 0 4px rgba(255,255,255,0.43),
    0 16px 36px rgba(0,0,0,0.1);
}
.home-process-gate::after {
  content: "✦";
  position: absolute;
  top: 18px;
  right: 20px;
  color: #151618;
  font-size: 1.25rem;
}
.home-process-gate h2 {
  margin-top: 6px;
  color: #111214;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.045em;
}
.home-process-gate__copy > p:last-of-type {
  max-width: 580px;
  margin-top: 12px;
  color: #4f5356;
  font-size: 0.9rem;
  line-height: 1.65;
}
.home-process-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.home-process-gate__map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #767b7e;
  border-bottom: 1px solid #767b7e;
}
.home-process-gate__map li {
  position: relative;
  display: grid;
  gap: 6px;
  place-items: center;
  min-width: 0;
  padding: 21px 6px;
  border-right: 1px solid #9ea2a5;
}
.home-process-gate__map li:last-child { border-right: 0; }
.home-process-gate__map li:not(:last-child)::after {
  content: "›";
  position: absolute;
  z-index: 2;
  right: -8px;
  top: 50%;
  width: 15px;
  height: 20px;
  margin-top: -10px;
  background: #e5e7e8;
  color: #151618;
  text-align: center;
}
.home-process-gate__map b {
  color: #6b6f72;
  font-size: 0.63rem;
  letter-spacing: 0.12em;
}
.home-process-gate__map span {
  overflow-wrap: anywhere;
  font-size: 0.67rem;
  font-weight: 820;
  text-transform: uppercase;
}
.home-page .rpo-banner {
  position: relative;
  z-index: 4;
  margin-top: clamp(48px, 7vw, 72px);
  background:
    linear-gradient(100deg, rgba(255,255,255,0.92), rgba(207,210,212,0.88), rgba(255,255,255,0.94));
  border-color: #202224;
  box-shadow:
    0 9px 24px rgba(0,0,0,0.10),
    0 0 0 3px rgba(255,255,255,0.40);
}
.home-page .rpo-banner strong { color: #0b0c0d; }
.home-page .site-footer {
  margin-top: 34px;
  background: #0c0d0e;
  border-top: 2px solid #c7c9ca;
}

/* ---------- RPO badge (white pill, guide style) ---------- */
.rpo-banner {
  margin-top: 48px;
  background: var(--white);
  border: 1.5px solid var(--navy);
  border-radius: 0;
  padding: 16px 28px;
  display: flex; align-items: center; gap: 14px;
  color: var(--navy); font-size: 0.9rem; letter-spacing: 0.02em;
}
.rpo-banner strong { letter-spacing: 0.10em; white-space: nowrap; }
.rpo-banner .shield { flex: none; width: 22px; height: 22px; }
.rpo-banner span { min-width: 0; }

/* ---------- sections ---------- */
.section { padding: 76px 0; }
.page-head { padding: 84px 0 14px; }
h2 { font-size: clamp(2rem, 4.2vw, 3.8rem); line-height: 1; }
h2 small { font-family: var(--sans); font-weight: 400; color: var(--muted); font-size: 0.65em; letter-spacing: 0.02em; }
.section-lede { color: var(--muted); margin-top: 10px; max-width: 660px; }
.section-title { max-width: 700px; }

/* Compound guide opening rhythm */
.compound-guide-page .compound-guide-hero {
  position: relative;
  padding-top: clamp(78px, 7.5vw, 112px);
  padding-bottom: clamp(52px, 5vw, 72px);
  overflow: hidden;
}
.compound-guide-hero__bear {
  position: absolute;
  z-index: 0;
  top: 24px;
  right: clamp(8px, 5vw, 68px);
  width: clamp(190px, 24vw, 340px);
  height: auto;
  opacity: 0.9;
  pointer-events: none;
  filter: drop-shadow(0 22px 26px rgba(20,22,24,0.12));
}
.compound-guide-page .compound-guide-hero > :not(.compound-guide-hero__bear) {
  position: relative;
  z-index: 1;
}
.compound-guide-page .compound-guide-hero .section-lede {
  max-width: 760px;
  margin-top: 22px;
  line-height: 1.6;
}
.compound-guide-page .compound-reference {
  padding-top: clamp(64px, 6vw, 88px);
}
.compound-guide-page .compound-reference__head {
  align-items: start;
}
.compound-guide-page .compound-reference__head .eyebrow {
  margin-bottom: 22px;
}
.compound-guide-page .compound-reference__head .section-title {
  margin: 0;
}

.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-item {
  background: var(--silver); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 18px;
}
.trust-item strong { display: block; color: var(--navy); margin-bottom: 6px; font-family: var(--serif); letter-spacing: 0.03em; }
.trust-item span { color: var(--muted); font-size: 0.88rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
  box-shadow: 0 6px 18px rgba(22,35,58,0.05);
}
.card h3 { font-size: 1.02rem; margin-bottom: 10px; color: var(--navy); font-family: var(--serif); letter-spacing: 0.03em; }
.card p { color: var(--muted); font-size: 0.95rem; }
.card-link { display: inline-block; margin-top: 14px; font-size: 0.92rem; font-weight: 600; text-decoration: none; }
.card-link:hover { text-decoration: underline; }

.proof-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
.proof-list { list-style: none; border-top: 1px solid var(--ink); }
.proof-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.proof-list span { color: var(--muted); font-size: 0.78rem; letter-spacing: 0.12em; }
.proof-list strong { font-size: 1.15rem; }

.contact-box {
  background: var(--pearl); border: 1px solid var(--line);
  border-radius: 0; padding: 56px; text-align: center;
}
.contact-box p { color: var(--muted); margin: 10px auto 0; max-width: 520px; }
.contact-box .hero-actions { justify-content: center; }
.contact-box .btn-ghost { border-color: var(--navy); }
.status-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border: 1px solid var(--navy);
  border-radius: 0;
  color: var(--navy);
  background: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* ---------- tables ---------- */
.table-head { display: flex; align-items: center; gap: 14px; }
.table-num {
  width: 34px; height: 34px; flex: none;
  border: 1.5px solid var(--navy); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--navy); font-size: 1.1rem; font-family: var(--serif);
}
.table-wrap {
  margin-top: 22px; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden;
}
table { width: 100%; border-collapse: collapse; font-size: 0.96rem; }
thead th {
  background: var(--navy); color: var(--white); text-align: left;
  padding: 12px 16px; font-size: 0.78rem; letter-spacing: 0.10em; text-transform: uppercase;
}
tbody td { padding: 11px 16px; border-top: 1px solid var(--line); }
tbody tr:nth-child(even) { background: var(--silver); }
.price { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; }
.format-notes { display: flex; gap: 16px; margin-top: 16px; flex-wrap: wrap; }
.note {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 16px; font-size: 0.88rem; color: var(--navy);
}

/* ---------- visual guide ---------- */
.guide-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); gap: 72px; align-items: start; }
.guide-media { margin: 0; }
.guide-media img { width: 100%; height: auto; display: block; border: 1px solid var(--line); }
.guide-media figcaption { margin-top: 10px; color: var(--muted); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.guide-panel { position: sticky; top: 110px; padding-top: 12px; }
.guide-panel h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.guide-panel > p { color: var(--muted); margin-top: 20px; }
.guide-points { list-style: none; margin-top: 32px; border-top: 1px solid var(--ink); }
.guide-points li { display: grid; grid-template-columns: 44px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); }
.guide-points span { color: var(--muted); font-size: 0.75rem; letter-spacing: 0.1em; }

/* ---------- compound scientific reference ---------- */
.compound-reference { border-top: 1px solid #9da0a2; }
.compound-reference__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: end;
}
.compound-reference__head .section-title {
  max-width: 720px;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  line-height: 0.94;
  text-transform: uppercase;
}
.compound-reference__head > p { color: #55585b; font-size: 0.92rem; }
.compound-reference__notice {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) 1fr;
  gap: 28px;
  margin-top: 42px;
  padding: 20px 24px;
  border: 1px solid #6f7376;
  background: #111214;
  color: #ffffff;
}
.compound-reference__notice strong {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.compound-reference__notice span { color: #c7c9cb; font-size: 0.82rem; }
.compound-reference__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  border: 1px solid #8d9194;
  background: #8d9194;
}
.compound-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  min-width: 0;
  scroll-margin-top: 100px;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(229,231,232,0.96) 58%, rgba(255,255,255,0.98));
}
.compound-card:last-child { grid-column: 1 / -1; }
.compound-card__number {
  color: #676b6e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.compound-card__body { min-width: 0; }
.compound-card__class {
  min-height: 1.3em;
  color: #626568;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.compound-card h3 {
  margin-top: 9px;
  color: #0d0e0f;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.compound-card h3 small { font-size: 0.48em; letter-spacing: -0.02em; }
.compound-card__identity {
  margin-top: 13px;
  color: #383a3c;
  font-size: 0.78rem;
  font-weight: 700;
}
.compound-card__summary { margin-top: 18px; color: #505356; font-size: 0.86rem; }
.compound-card__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}
.compound-card__topics span {
  padding: 6px 8px;
  border: 1px solid #9da0a2;
  background: rgba(255,255,255,0.64);
  color: #343638;
  font-size: 0.63rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.compound-card__evidence {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #b4b7b9;
  color: #66696c;
  font-size: 0.72rem;
}
.compound-card__evidence strong {
  display: block;
  margin-bottom: 3px;
  color: #232527;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.compound-card__link {
  display: inline-block;
  margin-top: 20px;
  color: #101112;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}
.compound-card__link:hover { text-decoration: underline; }
.compound-sources {
  margin-top: 26px;
  border-top: 1px solid #8d9092;
  border-bottom: 1px solid #8d9092;
}
.compound-sources summary {
  padding: 18px 32px 18px 0;
  cursor: pointer;
  color: #171819;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.compound-sources ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 34px;
  padding: 0 0 20px 24px;
  color: #55585b;
  font-size: 0.78rem;
}
.compound-sources a { color: #27292b; }
.compound-sources li span { color: #777a7d; }
.compound-sources > p {
  max-width: 760px;
  padding: 0 0 20px;
  color: #6a6d70;
  font-size: 0.72rem;
}

/* ---------- storefront ---------- */
.preview-banner {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 10px 4%;
  background: #fff3d6;
  border-bottom: 1px solid #d4b76f;
  color: #4d3a0d;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.preview-banner strong { letter-spacing: 0.1em; }
[data-checkout-link][aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}
.shop-head {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.78fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title lede"
    "note note";
  align-items: start;
  gap: 10px clamp(36px, 5vw, 72px);
  padding: 28px 0 20px;
}
.shop-head .eyebrow {
  grid-area: eyebrow;
  margin: 0;
}
.shop-head h1 {
  grid-area: title;
  margin: 0;
  font-size: clamp(2.8rem, 4.4vw, 4rem);
  line-height: 0.96;
}
.shop-head .section-lede {
  grid-area: lede;
  max-width: 820px;
  margin: 4px 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
}
.shop-section { padding-bottom: 76px; }
.format-chooser {
  margin-top: 18px;
  margin-bottom: 34px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #a9acae;
  background:
    linear-gradient(132deg, rgba(255,255,255,0.97), rgba(229,232,234,0.8)),
    var(--pearl);
}
.format-chooser__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title copy";
  align-items: start;
  gap: 12px clamp(38px, 5vw, 68px);
  padding-bottom: 28px;
  border-bottom: 1px solid #a9acae;
}
.format-chooser__header .eyebrow { grid-area: eyebrow; }
.format-chooser__header h2 {
  grid-area: title;
  max-width: 9ch;
  margin: 0;
  font-size: clamp(2.9rem, 4.5vw, 4.25rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.format-chooser__copy {
  grid-area: copy;
  align-self: stretch;
  padding: 4px 0 4px clamp(22px, 3vw, 36px);
  border-left: 1px solid #a9acae;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  color: #575b5e;
  line-height: 1.55;
}
.format-chooser__copy > p { margin: 0; }
.format-shipping-benefit {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 20px;
  padding-top: 12px;
  border-top: 1px solid #c2c4c5;
}
.format-shipping-benefit strong {
  color: #151618;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.format-shipping-benefit span {
  color: #44474a;
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}
.format-chooser__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.format-option {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #a9acae;
  background: rgba(255,255,255,0.86);
}
.format-option--powder { border-top: 5px solid #8a8f93; }
.format-option--prepared { border-top: 5px solid #151618; }
.format-option__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px 22px;
}
.format-option__heading > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: #151618;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.format-option__heading > div:last-child { min-width: 0; }
.format-option__label {
  color: #606467;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.format-option h3 {
  margin-top: 5px;
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}
.format-option__visual {
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  overflow: hidden;
  border-top: 1px solid #c0c2c4;
  border-bottom: 1px solid #c0c2c4;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(223,226,228,0.86));
}
.format-option__visual img {
  display: block;
  width: auto;
  height: 224px;
  object-fit: contain;
  filter: drop-shadow(0 15px 15px rgba(21,22,24,0.14));
}
.format-option__plus {
  color: #4f5356;
  font-size: 2rem;
  font-weight: 300;
}
.format-water-bottle {
  position: relative;
  display: grid;
  width: 106px;
  height: 142px;
  place-content: center;
  padding: 26px 8px 10px;
  border: 1px solid #7d8286;
  border-radius: 16px 16px 20px 20px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.45), transparent 28%, rgba(255,255,255,0.82) 53%, transparent 78%),
    linear-gradient(180deg, rgba(224,233,237,0.85), rgba(255,255,255,0.95));
  box-shadow:
    inset 0 0 0 5px rgba(255,255,255,0.48),
    0 15px 18px rgba(21,22,24,0.13);
  color: #151618;
  text-align: center;
}
.format-water-bottle::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 17px;
  width: 70px;
  height: 30px;
  border: 1px solid #686d71;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #f5f6f6, #aeb3b6 48%, #f7f7f7);
  box-shadow: inset 0 -4px 0 rgba(72,76,79,0.2);
}
.format-water-bottle b,
.format-water-bottle small { display: block; }
.format-water-bottle b {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.format-water-bottle small {
  margin-top: 5px;
  font-size: 0.59rem;
  font-weight: 750;
  line-height: 1.2;
  text-transform: uppercase;
}
.process-date-card {
  display: grid;
  width: min(180px, 34%);
  gap: 5px;
  padding: 18px 16px;
  border: 1px solid #969a9d;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 18px rgba(21,22,24,0.1);
  color: #151618;
}
.process-date-card small {
  color: #666a6d;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.process-date-card b { font-size: 1.3rem; }
.process-date-card i {
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 750;
}
.format-option__summary {
  padding: 20px 22px 0;
  color: #575b5e;
  line-height: 1.5;
}
.format-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 22px;
  padding: 0;
  border: 1px solid #b7b9bb;
  list-style: none;
}
.format-flow li {
  position: relative;
  min-width: 0;
  padding: 40px 14px 15px;
  border-right: 1px solid #b7b9bb;
}
.format-flow li:last-child { border-right: 0; }
.format-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -11px;
  width: 22px;
  background: #fff;
  color: #151618;
  text-align: center;
  transform: translateY(-50%);
}
.format-flow li > span {
  position: absolute;
  top: 12px;
  left: 14px;
  color: #74787b;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.format-flow strong,
.format-flow small { display: block; }
.format-flow strong {
  font-size: 0.78rem;
  line-height: 1.25;
}
.format-flow small {
  margin-top: 5px;
  color: #666a6d;
  font-size: 0.68rem;
  line-height: 1.35;
}
.format-option__handling {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 22px 20px;
  border: 1px solid #b7b9bb;
}
.format-option__handling div {
  padding: 13px 14px;
  border-right: 1px solid #b7b9bb;
}
.format-option__handling div:last-child { border-right: 0; }
.format-option__handling dt {
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.format-option__handling dd {
  margin-top: 5px;
  color: #606467;
  font-size: 0.68rem;
  line-height: 1.4;
}
.format-option__price {
  margin: 0 22px 20px;
  padding: 0 0 0 13px;
  border-left: 4px solid #151618;
  color: #5c6063;
  font-size: 0.74rem;
  line-height: 1.45;
}
.format-option__link {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 17px 22px;
  border-top: 1px solid #a9acae;
  color: #151618;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.format-transport {
  display: grid;
  grid-template-columns: minmax(250px, 0.74fr) repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #a9acae;
}
.format-transport__intro {
  align-self: center;
  padding-right: 18px;
}
.format-transport__intro h3 {
  margin-top: 7px;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.format-transport__intro > p:last-child {
  margin-top: 14px;
  color: #606467;
  font-size: 0.78rem;
  line-height: 1.5;
}
.format-transport figure {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid #a9acae;
  background: rgba(255,255,255,0.78);
}
.prepared-packaging__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: #d9dcde;
}
.format-transport figcaption {
  display: grid;
  gap: 3px;
  padding: 13px 14px 15px;
  border-top: 1px solid #a9acae;
}
.format-transport figcaption strong {
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.format-transport figcaption span {
  color: #626568;
  font-size: 0.73rem;
  line-height: 1.4;
}
#catalogue { scroll-margin-top: 92px; }
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button, .cart-summary, .cart-toggle {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  padding: 9px 13px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}
.filter-button.active, .filter-button:hover, .cart-summary:hover, .cart-toggle:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}
.cart-toggle { padding: 8px 13px; border-color: var(--ink); }
.cart-toggle span, .cart-summary span { font-variant-numeric: tabular-nums; }
.apparel-size-guide {
  margin-top: 16px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(229,232,234,0.82));
}
.apparel-size-guide summary {
  padding: 14px 17px;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.apparel-size-guide__body {
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) minmax(420px, 1.3fr);
  gap: 18px 28px;
  padding: 2px 17px 18px;
  border-top: 1px solid var(--line);
}
.apparel-size-guide__body > div:first-child { padding-top: 14px; }
.apparel-size-guide__body p {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}
.apparel-size-guide__body > p { grid-column: 1 / -1; margin: 0; }
.size-table-wrap { overflow-x: auto; }
.apparel-size-guide table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
  font-size: 0.76rem;
}
.apparel-size-guide th,
.apparel-size-guide td {
  padding: 8px 10px;
  border: 1px solid rgba(20,22,24,0.16);
  text-align: left;
}
.apparel-size-guide thead th {
  color: var(--white);
  background: var(--ink);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
}
.product-card {
  border: 1px solid var(--line);
  background: var(--white);
  min-width: 0;
}
.product-card[hidden] { display: none; }
.product-image {
  position: relative;
  height: clamp(210px, 19vw, 240px);
  overflow: hidden;
  background: #f7f7f6;
  border-bottom: 1px solid var(--line);
}
.product-image.pearl-product { background: var(--pearl); }
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.product-image.apparel-product {
  height: clamp(240px, 25vw, 320px);
  background:
    radial-gradient(circle at 50% 8%, rgba(202,236,248,0.16), transparent 35%),
    linear-gradient(145deg, #ffffff, #eceeef);
}
.product-image.apparel-product img {
  object-fit: cover;
  object-position: center;
}
.home-apparel {
  padding: clamp(58px, 7vw, 92px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 8%, rgba(183, 232, 247, 0.22), transparent 25%),
    radial-gradient(circle at 10% 92%, rgba(244, 204, 228, 0.18), transparent 25%),
    linear-gradient(145deg, #f8f8f7, #e4e6e8);
}
.home-apparel .home-section__head {
  align-items: end;
  gap: 28px;
}
.home-apparel .section-lede {
  max-width: 720px;
  margin: 12px 0 0;
}
.home-apparel__offer {
  width: min(430px, 100%);
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  line-height: 1.5;
}
.home-apparel__offer strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
}
.home-apparel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.home-apparel-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
}
.home-apparel-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.home-apparel-card > div { padding: 18px; }
.home-apparel-card p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-apparel-card h3 {
  min-height: 2.5em;
  margin: 0 0 16px;
  font-size: clamp(1.02rem, 1.45vw, 1.24rem);
  line-height: 1.2;
}
.home-apparel-card label,
.cart-hoodie-offer label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}
.home-apparel-card select,
.cart-hoodie-offer select {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.home-apparel-card .btn {
  width: 100%;
  margin-top: 12px;
  padding-inline: 12px;
  font-size: 0.78rem;
}
.home-apparel__footnote {
  max-width: 900px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}
.cart-hoodie-offer {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--ink);
  background:
    radial-gradient(circle at 92% 0, rgba(190, 234, 248, 0.35), transparent 36%),
    linear-gradient(145deg, #fff, #eceeef);
}
.cart-hoodie-offer[hidden] { display: none; }
.cart-hoodie-offer .eyebrow { margin: 0 0 5px; }
.cart-hoodie-offer > strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.02rem;
}
.cart-hoodie-offer > p:not(.eyebrow) {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}
.cart-line--preorder {
  background: linear-gradient(145deg, #fff, #f1f2f3);
}
.cart-line--preorder .cart-line-price {
  max-width: 92px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}
.product-image.supply-product {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 14%, rgba(170, 236, 255, 0.22), transparent 25%),
    radial-gradient(circle at 88% 12%, rgba(255, 195, 226, 0.17), transparent 24%),
    linear-gradient(145deg, #ffffff 0%, #e8eaeb 52%, #fafafa 100%);
}
.product-image.supply-product::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(27, 29, 31, 0.16);
  pointer-events: none;
}
.supply-visual {
  position: relative;
  z-index: 1;
  display: block;
  color: #111214;
  filter: drop-shadow(0 14px 10px rgba(0, 0, 0, 0.18));
}
.supply-visual--biowater {
  width: 108px;
  height: 164px;
  margin-top: 18px;
  border: 2px solid rgba(76, 80, 83, 0.48);
  border-radius: 20px 20px 15px 15px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.84), rgba(169,178,183,0.18) 18%, rgba(255,255,255,0.74) 48%, rgba(133,143,149,0.19) 78%, rgba(255,255,255,0.70)),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(210,218,221,0.40));
  box-shadow:
    inset 8px 0 14px rgba(255,255,255,0.72),
    inset -7px 0 12px rgba(89,97,101,0.12);
}
.supply-visual--biowater::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -26px;
  left: 13px;
  width: 78px;
  height: 31px;
  border: 1px solid #777d81;
  border-radius: 8px 8px 5px 5px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.23) 0 2px, transparent 2px 5px),
    linear-gradient(90deg, #959a9d, #f5f5f4 26%, #b6bbbe 62%, #f7f7f6);
  box-shadow: inset 0 -5px 6px rgba(35,38,40,0.14);
}
.supply-visual--biowater::after {
  content: "";
  position: absolute;
  inset: 50px -3px 17px;
  z-index: -1;
  border: 1px solid #a5a9ac;
  background:
    linear-gradient(112deg, transparent 0 10%, rgba(116,235,255,0.16) 11%, transparent 14%),
    linear-gradient(72deg, transparent 0 42%, rgba(255,186,226,0.19) 43%, transparent 48%),
    linear-gradient(90deg, #e8e9e8, #ffffff 33%, #c9ccce 74%, #f4f4f3);
}
.supply-visual--biowater b,
.supply-visual--biowater span,
.supply-visual--biowater small {
  position: absolute;
  z-index: 3;
  left: 5px;
  right: 5px;
  display: block;
  text-align: center;
}
.supply-visual--biowater b {
  top: 62px;
  padding-bottom: 5px;
  border-bottom: 2px solid #171819;
  font-size: 0.66rem;
  letter-spacing: -0.035em;
}
.supply-visual--biowater span {
  top: 86px;
  font-size: 0.39rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.supply-visual--biowater small {
  top: 109px;
  font-size: 0.89rem;
  font-weight: 800;
}
.supply-visual--vials {
  display: flex;
  align-items: end;
  justify-content: center;
  width: min(88%, 268px);
  height: 178px;
  gap: 5px;
}
.supply-visual--vials i {
  position: relative;
  display: block;
  width: 68px;
  height: 122px;
  border: 2px solid rgba(80,86,90,0.48);
  border-radius: 14px 14px 11px 11px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.86), rgba(159,168,173,0.16) 23%, rgba(255,255,255,0.62) 56%, rgba(117,126,131,0.16) 78%, rgba(255,255,255,0.72));
  box-shadow: inset 4px 0 8px rgba(255,255,255,0.74);
}
.supply-visual--vials i:first-child { transform: rotate(-7deg) translateY(8px); }
.supply-visual--vials i:last-child { transform: rotate(7deg) translateY(8px); }
.supply-visual--vials i::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 7px;
  width: 50px;
  height: 24px;
  border: 1px solid #777d81;
  border-radius: 6px 6px 4px 4px;
  background: linear-gradient(90deg, #92979a, #f5f5f4 36%, #a8adaf 72%, #efefee);
}
.supply-visual--vials i::after {
  content: "";
  position: absolute;
  inset: 43px -2px 15px;
  border: 1px solid #a3a7a9;
  background:
    linear-gradient(120deg, transparent 0 15%, rgba(143,231,255,0.19) 16%, transparent 21%),
    linear-gradient(90deg, #e3e4e3, #ffffff 38%, #c8cbcc 76%, #f5f5f4);
}
.supply-visual--syringes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(86%, 260px);
  height: 178px;
  gap: 10px;
  padding: 24px 18px;
  border: 1px solid #8a8f92;
  background:
    linear-gradient(130deg, rgba(255,255,255,0.94), rgba(210,214,216,0.78)),
    #eef0f1;
  box-shadow: inset 0 0 0 7px rgba(255,255,255,0.56);
}
.supply-visual--syringes i {
  position: relative;
  display: block;
  width: 18px;
  height: 108px;
  border: 2px solid #5f6467;
  border-radius: 2px 2px 7px 7px;
  background:
    repeating-linear-gradient(180deg, transparent 0 12px, #9ca1a4 12px 13px),
    linear-gradient(90deg, #f9fafa, #cfd4d6 45%, #ffffff);
}
.supply-visual--syringes i:nth-child(1) { transform: rotate(-15deg) translateY(7px); }
.supply-visual--syringes i:nth-child(3) { transform: rotate(15deg) translateY(7px); }
.supply-visual--syringes i::before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 100%;
  width: 2px;
  height: 36px;
  background: linear-gradient(#909598, #4f5457);
}
.supply-visual--syringes i::after {
  content: "";
  position: absolute;
  left: -9px;
  right: -9px;
  bottom: -9px;
  height: 7px;
  border: 2px solid #5f6467;
  background: #e6e8e9;
}
.supply-visual--case {
  width: min(78%, 238px);
  height: 142px;
  border: 2px solid #4d5154;
  border-radius: 12px;
  background:
    radial-gradient(circle, #e4e6e7 0 17%, #686d70 18% 24%, #161718 25% 43%, transparent 44%) 15px 18px / 52px 48px repeat,
    linear-gradient(145deg, #303234, #0d0e0f 60%, #35383a);
  box-shadow:
    inset 0 0 0 5px #aeb2b4,
    inset 0 0 0 7px #292b2d,
    0 16px 22px rgba(0,0,0,0.24);
}
.supply-visual--case::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: -8px;
  height: 8px;
  border: 2px solid #63676a;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}
.supply-visual--case b {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  padding: 3px 9px;
  color: #111214;
  background: rgba(242,243,243,0.92);
  border: 1px solid #6b7073;
  font-size: 0.52rem;
  letter-spacing: 0.18em;
}
.vial-label-overlay {
  position: absolute;
  top: 44%;
  left: 31%;
  z-index: 2;
  width: 38%;
  min-height: 31.5%;
  padding: 0;
  color: #101112;
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 1;
  pointer-events: none;
  box-shadow: none;
}
.vial-label-overlay strong,
.vial-label-overlay small,
.vial-label-brand,
.vial-label-tagline,
.vial-label-site,
.vial-label-rpo {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.vial-label-brand {
  top: 2%;
  font-size: clamp(0.36rem, 0.70vw, 0.54rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  white-space: nowrap;
}
.vial-label-tagline {
  top: 24%;
  font-size: clamp(0.21rem, 0.42vw, 0.32rem);
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.vial-label-overlay strong {
  top: 39%;
  font-size: clamp(0.58rem, 1.12vw, 0.86rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}
.vial-label-overlay strong em {
  display: block;
  margin-top: 2px;
  font-size: 0.72em;
  font-style: normal;
}
.vial-label-overlay small {
  top: 55%;
  font-size: clamp(0.46rem, 0.84vw, 0.64rem);
  font-weight: 700;
}
.vial-label-site {
  bottom: 11%;
  font-size: clamp(0.24rem, 0.47vw, 0.36rem);
}
.vial-label-rpo {
  bottom: 1%;
  font-size: clamp(0.21rem, 0.42vw, 0.32rem);
  white-space: nowrap;
}
.vial-label-overlay--long strong {
  font-size: clamp(0.46rem, 0.86vw, 0.66rem);
}
.product-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  padding: 18px;
}
.product-format {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-info h2 {
  grid-column: 1 / -1;
  margin-top: -2px;
  min-height: 0;
  font-size: 1.42rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.product-info h2 small { font-size: 0.62em; font-weight: 600; }
.product-research-note {
  grid-column: 1 / -1;
  grid-row: 4;
  min-height: 4.4em;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.48;
}
.product-info label {
  grid-column: 1;
  grid-row: 3;
  display: block;
  margin-top: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.variant-select,
.presentation-select {
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}
.product-info label:has(.presentation-select) {
  grid-column: 1 / -1;
  grid-row: 5;
}
.presentation-select {
  background:
    linear-gradient(90deg, rgba(255,255,255,1), rgba(231,234,235,0.68));
}
.product-buy {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 7px;
  margin-top: 0;
}
.product-price { white-space: nowrap; font-size: 1rem; }
.add-cart { border: 0; cursor: pointer; padding: 10px 13px; font-size: 0.82rem; }
.product-info .product-detail-link,
.product-info .product-release-status {
  grid-column: 1 / -1;
}
.add-cart:disabled {
  background: #d7d9da;
  color: #55585b;
  cursor: not-allowed;
}
.product-release-status {
  margin-top: 10px;
  color: #626568;
  font-size: 0.72rem;
  line-height: 1.4;
}
.staging-banner {
  position: relative;
  z-index: 120;
  padding: 8px 18px;
  background: #151618;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}
.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0,0,0,0.48);
}
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: min(430px, 100%);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--white);
  transform: translateX(101%);
  transition: transform 180ms ease;
  box-shadow: -24px 0 60px rgba(0,0,0,0.16);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}
.cart-head .eyebrow { margin-bottom: 5px; }
.cart-head h2 { font-size: 2rem; }
.cart-close {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.cart-items { overflow: auto; padding: 8px 24px 24px; }
.cart-empty { margin-top: 24px; color: var(--muted); }
.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.cart-line h3 { font-size: 0.98rem; }
.cart-line p { color: var(--muted); font-size: 0.8rem; }
.cart-line-price { font-weight: 750; }
.cart-line-controls { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.cart-line-controls button {
  min-width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}
.cart-line-controls .remove-line { width: auto; margin-left: 5px; padding: 0 7px; color: #7e1717; }
.cart-footer { padding: 22px 24px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 14px; }
.cart-footer .btn[disabled] { cursor: not-allowed; opacity: 0.48; }
.cart-footer p { margin-top: 10px; color: var(--muted); font-size: 0.76rem; text-align: center; }
body.cart-open { overflow: hidden; }

/* ---------- secure payment / BTCPay handoff ---------- */
.payment-page {
  background:
    radial-gradient(circle at 2% 4%, rgba(143,234,255,0.22), transparent 18%),
    radial-gradient(circle at 98% 6%, rgba(255,190,228,0.20), transparent 20%),
    linear-gradient(135deg, #f7f7f6, #d9dbdc 48%, #ffffff);
  color: #111214;
}
.payment-page .site-header {
  background: linear-gradient(180deg, #ffffff, #e4e6e7);
  border-bottom-color: #aeb1b4;
}
.checkout-return {
  color: #111214;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}
.checkout-shell { padding: 58px 0 90px; }
.checkout-heading {
  margin-bottom: 32px;
}
.checkout-heading__intro {
  max-width: 820px;
}
.checkout-heading h1 {
  margin-top: 5px;
  color: #0b0c0d;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.94;
  text-transform: uppercase;
}
.checkout-heading__intro > p:last-child {
  max-width: 670px;
  margin-top: 15px;
  color: #4b4e51;
  font-size: 1.06rem;
}
.payment-disclosure {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) 1fr;
  gap: 24px;
  align-items: center;
  width: 100%;
  margin-top: 26px;
  padding: 20px 24px;
  border: 1px solid #777a7d;
  background: rgba(255,255,255,0.70);
}
.payment-disclosure strong {
  color: #111214;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.payment-disclosure span { color: #515457; font-size: 0.9rem; line-height: 1.55; }
.payment-boundary-note {
  margin-top: 18px;
  padding-inline: 2px;
  color: #4b4e51;
  font-size: 0.96rem;
  line-height: 1.6;
}
.payment-boundary-note strong { color: #151618; }
.payment-alternative {
  margin-top: 17px;
  padding: 16px 2px 0;
  border-top: 1px solid #c7c9ca;
  color: #585b5e;
  font-size: 0.86rem;
}
.payment-alternative summary {
  color: #151618;
  cursor: pointer;
  font-weight: 800;
}
.payment-alternative p {
  max-width: 680px;
  margin-top: 9px;
  line-height: 1.55;
}
.payment-alternative a {
  display: inline-block;
  margin-top: 8px;
  color: #151618;
  font-weight: 800;
  text-decoration: none;
}
.payment-alternative a:hover { text-decoration: underline; }
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 30px;
  align-items: start;
}
.checkout-main { min-width: 0; }
.checkout-block,
.wallet-setup,
.payment-faq,
.order-summary,
.payment-status-card {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(222,224,225,0.96) 52%, rgba(255,255,255,0.98));
  border: 1px solid #8c9093;
  box-shadow:
    0 20px 46px rgba(0,0,0,0.11),
    inset 0 0 0 4px rgba(255,255,255,0.42);
}
.checkout-block { padding: clamp(24px, 4vw, 38px); }
.checkout-block + .checkout-block { margin-top: 22px; }
.checkout-block__head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}
.checkout-block__head > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #111214;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.checkout-block__head h2,
.wallet-setup h2,
.payment-faq h2 {
  color: #111214;
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 1;
}
.checkout-block__head p { margin-top: 5px; color: #5b5e61; font-size: 0.9rem; }
.checkout-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.checkout-fields label {
  color: #2c2e30;
  font-size: 0.79rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}
.checkout-fields label small { color: #727579; font-weight: 500; }
.checkout-fields input,
.checkout-fields select {
  width: 100%;
  margin-top: 6px;
  padding: 12px 13px;
  border: 1px solid #a5a8aa;
  border-radius: 0;
  background: rgba(255,255,255,0.84);
  color: #111214;
  font: inherit;
}
.checkout-fields select:disabled { color: #74777a; cursor: wait; }
.checkout-fields label > small {
  display: block;
  margin-top: 5px;
  line-height: 1.4;
}
.checkout-shipping-estimate {
  margin: -2px 0 0;
  padding: 12px 13px;
  border-left: 3px solid #151618;
  background: rgba(255,255,255,0.58);
  color: #4c4f52;
  font-size: 0.82rem;
  line-height: 1.5;
}
.checkout-shipping-estimate.error {
  border-left-color: #8a1717;
  color: #8a1717;
}
.field-wide { grid-column: 1 / -1; }
.research-confirm {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 22px;
  padding: 15px;
  border: 1px solid #b6b9bb;
  background: rgba(255,255,255,0.58);
  color: #333537;
  font-size: 0.86rem;
}
.research-confirm input { margin-top: 4px; }
.checkout-retention {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #a5a8aa;
  background: rgba(255,255,255,0.58);
}
.checkout-retention legend {
  padding: 0 6px;
  color: #2c2e30;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.checkout-retention > p,
.checkout-retention > small {
  color: #686b6e;
  font-size: 0.76rem;
  line-height: 1.5;
}
.checkout-retention label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 12px;
  color: #333537;
  font-size: 0.84rem;
  line-height: 1.45;
}
.checkout-retention label input { margin-top: 4px; }
.checkout-retention label strong { display: block; color: #171819; }
.checkout-retention > small { display: block; margin-top: 14px; }
.checkout-reward {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #7f8386;
  background: linear-gradient(135deg, rgba(255,255,255,0.78), rgba(224,226,227,0.7));
}
.checkout-reward legend {
  padding: 0 6px;
  color: #202224;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.checkout-reward > p,
.checkout-reward > small {
  color: #55585b;
  font-size: 0.79rem;
  line-height: 1.55;
}
.checkout-reward__choice { margin-top: 15px; }
.checkout-reward__claim {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #333537;
  font-size: 0.84rem;
  line-height: 1.45;
}
.checkout-reward__claim input { margin-top: 4px; }
.checkout-reward__claim strong { display: block; color: #171819; }
.checkout-reward__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
.checkout-reward__options label {
  color: #2c2e30;
  font-size: 0.77rem;
  font-weight: 750;
}
.checkout-reward__options select {
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  border: 1px solid #a5a8aa;
  border-radius: 0;
  background: rgba(255,255,255,0.88);
  color: #111214;
  font: inherit;
}
.checkout-reward > small { display: block; margin-top: 14px; }
.vial-presentation {
  margin-top: 22px;
  padding: 0;
  border: 0;
}
.vial-presentation legend {
  margin-bottom: 9px;
  color: #2c2e30;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.vial-presentation__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.vial-presentation__options label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 100%;
  padding: 14px;
  border: 1px solid #a8abad;
  background: rgba(255,255,255,0.62);
  color: #5a5d60;
  cursor: pointer;
  font-size: 0.78rem;
  line-height: 1.45;
}
.vial-presentation__options label:has(input:checked) {
  border-color: #111214;
  box-shadow: inset 0 0 0 1px #111214;
  background: rgba(255,255,255,0.94);
}
.vial-presentation__options input { margin-top: 3px; accent-color: #111214; }
.vial-presentation__options strong {
  display: block;
  margin-bottom: 2px;
  color: #111214;
  font-size: 0.86rem;
}
.vial-presentation > p {
  margin-top: 10px;
  color: #686b6e;
  font-size: 0.72rem;
  line-height: 1.5;
}
.payment-simple-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #a5a8ab;
}
.payment-simple-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid #a5a8ab;
}
.payment-simple-steps b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: #151618;
  color: #ffffff;
  font-size: 0.72rem;
}
.payment-simple-steps strong,
.payment-simple-steps span { display: block; }
.payment-simple-steps strong { margin-bottom: 3px; color: #151618; font-size: 0.9rem; }
.payment-simple-steps span { color: #55585b; font-size: 0.82rem; line-height: 1.5; }
.payment-submit {
  margin-top: 24px;
  padding-block: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.payment-submit:disabled { cursor: not-allowed; opacity: 0.52; }
.payment-save {
  margin-top: 10px;
  padding-block: 14px;
}
.payment-save:disabled { cursor: not-allowed; opacity: 0.52; }
.payment-save-note {
  margin-top: 10px;
  color: #686b6e;
  font-size: 0.72rem;
  line-height: 1.5;
}
.payment-privacy-note {
  margin-top: 12px;
  color: #686b6e;
  font-size: 0.76rem;
  line-height: 1.5;
}
.payment-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.payment-choice {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  border: 1px solid #a5a8ab;
  background: rgba(255,255,255,0.62);
}
.payment-choice .choice-number {
  color: #676a6d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.payment-choice h3 {
  margin-top: 10px;
  color: #101112;
  font-size: 1.45rem;
}
.payment-choice > p:not(.choice-number) {
  margin-top: 10px;
  color: #55585b;
  font-size: 0.9rem;
}
.payment-choice ul {
  margin: 18px 0 24px 18px;
  color: #303234;
  font-size: 0.82rem;
}
.payment-choice .btn { margin-top: auto; text-align: center; }
.payment-choice button[disabled] { cursor: not-allowed; opacity: 0.5; }
.checkout-message {
  min-height: 1.5em;
  margin-top: 14px;
  color: #313335;
  font-size: 0.86rem;
}
.checkout-message.error { color: #8a1717; }
.wallet-setup {
  margin-top: 22px;
  padding: clamp(28px, 5vw, 48px);
  scroll-margin-top: 110px;
}
.setup-progress {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
}
.setup-progress span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #777a7d;
  color: #686b6e;
  background: #ffffff;
  font-weight: 800;
}
.setup-progress span.active {
  border-color: #111214;
  color: #ffffff;
  background: #111214;
}
.setup-progress i { height: 1px; background: #9ca0a3; }
.setup-step > p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 18px;
  color: #505356;
}
.setup-notice {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid #111214;
  background: rgba(255,255,255,0.67);
}
.setup-notice p { margin-top: 5px; color: #55585b; font-size: 0.88rem; }
.setup-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.setup-actions button { cursor: pointer; font-family: inherit; }
.payment-faq { margin-top: 22px; padding: clamp(28px, 5vw, 48px); }
.payment-faq h2 { margin-bottom: 24px; }
.payment-faq details { border-top: 1px solid #aeb1b3; }
.payment-faq details:last-child { border-bottom: 1px solid #aeb1b3; }
.payment-faq summary {
  padding: 17px 30px 17px 0;
  cursor: pointer;
  color: #151618;
  font-weight: 750;
}
.payment-faq details p {
  max-width: 720px;
  padding: 0 0 18px;
  color: #535659;
  font-size: 0.9rem;
}
.order-summary {
  position: sticky;
  top: 102px;
  padding: 26px;
}
.summary-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #b6b9bb;
}
.summary-line strong,
.summary-line span { display: block; }
.summary-line strong { color: #161719; font-size: 0.88rem; }
.summary-line span { color: #66696c; font-size: 0.76rem; }
.summary-line b { color: #161719; font-size: 0.86rem; }
.summary-cost {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  color: #55585b;
  font-size: 0.82rem;
}
.summary-cost strong { color: #242628; }
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  color: #111214;
  font-size: 1.15rem;
}
.summary-note,
.summary-empty {
  margin-top: 15px;
  color: #626568;
  font-size: 0.76rem;
}
.payment-status-wrap {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding-block: 60px;
}
.payment-status-card {
  width: min(920px, 100%);
  padding: clamp(32px, 6vw, 64px);
}
.payment-status-card .hero-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 38px;
}
.payment-status-card .hero-rule span { height: 1px; background: #333537; }
.payment-status-card .hero-rule b { font-size: 1.6rem; font-weight: 400; }
.payment-status-card h1 {
  color: #101112;
  font-size: clamp(2.5rem, 7vw, 5rem);
  text-transform: uppercase;
}
.payment-status-card > p:not(.eyebrow) { margin-top: 20px; color: #515457; }
.status-network {
  min-height: 1.4em;
  color: #8a1717 !important;
  font-size: 0.82rem;
}
.status-reference {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 14px;
  align-items: baseline;
  margin-top: 24px;
  padding: 13px 15px;
  background: rgba(255,255,255,0.66);
  border: 1px solid #b5b8ba;
  color: #55585b;
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}
.status-reference strong { color: #111214; font-size: 0.95rem; }
.status-reference small {
  grid-column: 1 / -1;
  color: #74777a;
  font-size: 0.7rem;
}
.order-progress {
  margin-top: 24px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #8e9295;
  background: rgba(255,255,255,0.52);
}
.order-progress__summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.order-progress__summary div {
  padding: 14px 16px;
  background: #111214;
  color: #ffffff;
}
.order-progress__summary span,
.order-progress__summary strong { display: block; }
.order-progress__summary span {
  color: #bec1c3;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.order-progress__summary strong { margin-top: 3px; font-size: 1rem; }
.order-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin-top: 24px;
}
.order-timeline li {
  position: relative;
  min-width: 0;
  color: #85888b;
  font-size: 0.7rem;
  font-weight: 700;
}
.order-timeline li::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 50%;
  width: 100%;
  height: 2px;
  background: #b9bcbf;
}
.order-timeline li:first-child::before { display: none; }
.order-timeline b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  border: 1px solid #9da0a3;
  background: #f6f7f7;
  color: #777a7d;
  font-size: 0.65rem;
}
.order-timeline span { display: block; padding-right: 8px; }
.order-timeline li.complete { color: #111214; }
.order-timeline li.complete::before,
.order-timeline li.complete b { border-color: #111214; background: #111214; color: #ffffff; }
.order-timeline li.current b { box-shadow: 0 0 0 4px rgba(17,18,20,0.14); }
.order-detail {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1px;
  margin-top: 24px;
  border: 1px solid #8e9295;
  background: #a9acae;
}
.order-detail[hidden] { display: none; }
.order-detail__column {
  min-width: 0;
  padding: clamp(20px, 4vw, 30px);
  background: rgba(255,255,255,0.86);
}
.order-detail__items {
  margin-top: 14px;
  border-top: 1px solid #b0b3b5;
}
.order-detail__line,
.order-detail__cost,
.order-detail__total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #b0b3b5;
  color: #424548;
  font-size: 0.8rem;
}
.order-detail__line strong,
.order-detail__cost strong { color: #1a1b1d; white-space: nowrap; }
.order-detail__total {
  color: #111214;
  font-size: 1rem;
  font-weight: 800;
}
.order-detail address {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  color: #222426;
  font-style: normal;
  font-size: 0.86rem;
}
.order-detail__email {
  margin-top: 18px;
  color: #65686b;
  font-size: 0.76rem;
  overflow-wrap: anywhere;
}
.demo-invoice {
  margin-top: 24px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #777a7d;
  background: rgba(255,255,255,0.70);
}
.demo-invoice__flag {
  display: inline-block;
  margin: 0 0 12px !important;
  padding: 6px 8px;
  color: #ffffff !important;
  background: #111214;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.demo-invoice h2 { color: #111214; font-size: clamp(1.5rem, 4vw, 2.4rem); }
.demo-invoice > p:not(.demo-invoice__flag) {
  margin-top: 9px !important;
  color: #575a5d !important;
  font-size: 0.84rem;
}
.demo-invoice__items {
  margin-top: 18px;
  border-top: 1px solid #b0b3b5;
}
.demo-invoice__line,
.demo-invoice__cost,
.demo-invoice__total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #b0b3b5;
  color: #424548;
  font-size: 0.80rem;
}
.demo-invoice__line strong,
.demo-invoice__cost strong { color: #1a1b1d; white-space: nowrap; }
.demo-invoice__total {
  margin-bottom: 18px;
  color: #111214;
  font-size: 1rem;
  font-weight: 800;
}
.demo-invoice__note { min-height: 1.3em; }

/* ---------- dosage / rules / calc ---------- */
.rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
.rule { background: var(--silver); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.rule h3 { color: var(--accent); font-size: 0.98rem; margin-bottom: 8px; font-family: var(--serif); letter-spacing: 0.03em; }
.rule p { color: var(--muted); font-size: 0.92rem; }

.calc { margin-top: 24px; }
.calc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; align-items: end; }
.calc label { display: block; font-size: 0.9rem; font-weight: 600; color: var(--navy); }
.calc input {
  width: 100%; margin-top: 6px; padding: 10px 12px;
  border: 1px solid var(--line); border-radius: 8px; font-size: 1rem;
  font-family: inherit; background: var(--white);
}
.calc-out { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 20px; }
.calc-out div { background: var(--navy); border-radius: var(--radius); padding: 16px; text-align: center; }
.calc-out strong { display: block; color: #cfe0ff; font-size: 1.5rem; font-family: var(--serif); }
.calc-out span { color: #aebdd4; font-size: 0.8rem; }

/* ---------- portal / account ---------- */
.portal-entry {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  min-height: 720px;
  padding-block: 68px;
}
.portal-entry__intro {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 66px);
  background:
    radial-gradient(circle at 85% 16%, rgba(255,255,255,0.18), transparent 25%),
    linear-gradient(145deg, #0d0e10, #2a2c2f);
  color: var(--white);
}
.portal-entry__intro::after {
  content: "✦";
  position: absolute;
  right: -20px;
  bottom: -74px;
  color: rgba(255,255,255,0.05);
  font-size: 18rem;
  line-height: 1;
}
.portal-entry__intro .eyebrow { color: #d6d7d8; }
.portal-entry__intro h1 {
  margin-top: 18px;
  max-width: 560px;
  color: var(--white);
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
}
.portal-entry__intro > p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 26px;
  color: #cacbcc;
  font-size: 1rem;
  line-height: 1.7;
}
.portal-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin-top: 42px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,0.24);
}
.portal-benefits li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.24);
}
.portal-benefits b {
  color: #9d9fa2;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.portal-benefits span {
  color: #bfc1c3;
  font-size: 0.84rem;
  line-height: 1.5;
}
.portal-benefits strong {
  display: block;
  margin-bottom: 2px;
  color: var(--white);
  font-size: 0.94rem;
}
.portal-payment-mini {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 32px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.07);
}
.portal-payment-mini span {
  padding: 8px 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.portal-payment-mini p { color: #e4e5e6; font-size: 0.82rem; line-height: 1.45; }
.login-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: clamp(36px, 7vw, 78px);
  border: 1px solid var(--line);
  border-left: 0;
  border-radius: 0;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 16px 42px rgba(22,35,58,0.08);
}
.login-card h2 {
  margin-top: 18px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: -0.045em;
}
.login-card .section-lede { margin-top: 12px; font-size: 0.94rem; line-height: 1.6; }
.portal-status {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--silver);
}
.portal-status p { margin: 6px 0 18px; color: var(--muted); font-size: 0.92rem; }
.portal-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 26px;
  border: 1px solid var(--line);
}
.portal-tab {
  padding: 12px;
  border: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.portal-tab + .portal-tab { border-left: 1px solid var(--line); }
.portal-tab.active { background: var(--navy); color: var(--white); }
.portal-form { display: grid; gap: 14px; margin-top: 22px; }
.portal-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.portal-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}
.portal-form .btn:disabled { cursor: not-allowed; opacity: 0.48; }
.portal-message { min-height: 1.5em; color: var(--muted); font-size: 0.82rem; }
.portal-demo {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #151618;
  background: linear-gradient(135deg, #151618, #2f3235);
  color: #fff;
}
.portal-demo[hidden] { display: none; }
.portal-demo > span {
  color: #bfc2c5;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.portal-demo > strong { font-size: 0.95rem; }
.portal-demo > p {
  color: #d1d3d5;
  font-size: 0.78rem;
  line-height: 1.55;
}
.portal-demo .btn {
  margin-top: 7px;
  background: #fff;
  color: #151618;
}
.portal-demo .btn:hover,
.portal-demo .btn:focus-visible { background: #dfe1e2; }
.portal-demo small { min-height: 1.3em; color: #d1d3d5; font-size: 0.72rem; }
.portal-lock {
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 3px solid var(--ink);
  background: var(--silver);
  color: var(--muted);
  font-size: 0.84rem;
}
.portal-account-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}
.portal-account-link:hover,
.portal-account-link:focus-visible { text-decoration: underline; }

.account-page {
  background:
    radial-gradient(circle at 88% 5%, rgba(202,229,237,0.34), transparent 23%),
    linear-gradient(135deg, #f7f7f6, #e8e9ea);
}
.account-shell { padding-block: 64px 82px; }
.account-shell[aria-busy="true"] { opacity: 0.72; }
.account-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 1px solid #989b9e;
}
.account-heading h1 {
  margin-top: 8px;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}
.account-heading > div > p:last-child { margin-top: 16px; color: #55585b; }
.account-signout { flex: 0 0 auto; }
.account-layout {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 26px;
  margin-top: 28px;
}
.account-nav {
  align-self: start;
  border: 1px solid #a6a9ac;
  background: rgba(255,255,255,0.7);
}
.account-nav__identity {
  display: grid;
  gap: 4px;
  padding: 20px;
  border-bottom: 1px solid #a6a9ac;
}
.account-nav__identity span { color: #6c6f72; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.11em; }
.account-nav__identity strong { overflow-wrap: anywhere; font-size: 0.92rem; }
.account-nav button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 18px;
  border: 0;
  border-bottom: 1px solid #c2c4c6;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 760;
  text-align: left;
  cursor: pointer;
}
.account-nav button:last-child { border-bottom: 0; }
.account-nav button:hover,
.account-nav button:focus-visible,
.account-nav button.active { background: #141517; color: var(--white); }
.account-nav button span {
  min-width: 24px;
  padding: 2px 6px;
  border: 1px solid currentColor;
  text-align: center;
  font-size: 0.66rem;
}
.account-content {
  min-width: 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #a6a9ac;
  background: rgba(255,255,255,0.9);
}
.account-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #aeb1b4;
}
.account-summary-grid article {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid #aeb1b4;
}
.account-summary-grid article:last-child { border-right: 0; }
.account-summary-grid span,
.account-summary-grid small { display: block; color: #686b6e; font-size: 0.7rem; }
.account-summary-grid span { text-transform: uppercase; letter-spacing: 0.1em; }
.account-summary-grid strong {
  display: block;
  margin: 10px 0 5px;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1;
}
.account-payment-guide,
.account-details-card,
.account-recent,
.account-resources {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #aeb1b4;
}
.account-details-card { background: #f5f5f3; }
.account-details-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  border: 1px solid #aeb1b4;
}
.account-details-summary div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid #aeb1b4;
}
.account-details-summary div:last-child { border-right: 0; }
.account-details-summary dt {
  color: #6c6f72;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.account-details-summary dd {
  margin-top: 7px;
  overflow-wrap: anywhere;
  font-size: 0.84rem;
  font-weight: 800;
}
.account-payment-guide {
  background:
    linear-gradient(105deg, rgba(255,255,255,0.94), rgba(225,226,228,0.88)),
    url("../img/bear-hero-silver-anime.webp") center / cover;
}
.account-section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}
.account-section-head h2 {
  margin-top: 6px;
  font-size: clamp(1.8rem, 3.7vw, 3rem);
  letter-spacing: -0.04em;
}
.text-link,
.text-button {
  color: var(--ink);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-button { padding: 0; border: 0; background: none; cursor: pointer; }
.text-link:hover,
.text-link:focus-visible,
.text-button:hover,
.text-button:focus-visible { text-decoration: underline; }
.account-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #96999c;
  border-bottom: 1px solid #96999c;
}
.account-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding: 20px 18px;
  border-right: 1px solid #96999c;
}
.account-steps li:first-child { padding-left: 0; }
.account-steps li:last-child { padding-right: 0; border-right: 0; }
.account-steps b { color: #777a7d; font-size: 0.68rem; letter-spacing: 0.1em; }
.account-steps strong,
.account-steps span { display: block; }
.account-steps strong { font-size: 0.88rem; }
.account-steps span { margin-top: 4px; color: #5e6164; font-size: 0.76rem; line-height: 1.5; }
.account-payment-note,
.account-panel-copy {
  margin-top: 18px;
  color: #5c5f62;
  font-size: 0.82rem;
  line-height: 1.6;
}
.account-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  border: 1px solid #aeb1b4;
}
.account-resource-grid button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 9px;
  min-width: 0;
  padding: 22px;
  border: 0;
  border-right: 1px solid #aeb1b4;
  background: linear-gradient(145deg, #f8f8f7, #e7e8e9);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.account-resource-grid button:last-child { border-right: 0; }
.account-resource-grid button:hover,
.account-resource-grid button:focus-visible {
  background: #151618;
  color: #fff;
}
.account-resource-grid b {
  color: #707376;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}
.account-resource-grid strong { font-size: 0.92rem; }
.account-resource-grid span {
  color: #5f6265;
  font-size: 0.74rem;
  line-height: 1.55;
}
.account-resource-grid em {
  margin-top: 8px;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.account-resource-grid button:hover b,
.account-resource-grid button:focus-visible b,
.account-resource-grid button:hover span,
.account-resource-grid button:focus-visible span { color: #d7d9db; }
.account-resource-notice,
.account-boundary {
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid #aeb1b4;
  background: linear-gradient(110deg, #f7f7f6, #e5e6e7);
}
.account-panel-copy--lead {
  max-width: 850px;
  font-size: 0.9rem;
}
.product-process {
  margin: 28px 0 0;
  border: 1px solid #8f9396;
  background:
    radial-gradient(circle at 8% 5%, rgba(165,233,255,0.21), transparent 22%),
    radial-gradient(circle at 94% 6%, rgba(255,193,224,0.16), transparent 22%),
    linear-gradient(145deg, #f8f8f7, #dedfe0);
}
.product-process__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.product-process__track article {
  position: relative;
  min-width: 0;
  padding: 24px 18px 26px;
  border-right: 1px solid #a6aaad;
}
.product-process__track article:last-child { border-right: 0; }
.product-process__track article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 48px;
  right: -13px;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #151618;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
}
.product-process__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  color: #151618;
  background: rgba(255,255,255,0.78);
  border: 1px solid #767b7e;
}
.product-process__icon svg { width: 35px; height: 35px; }
.product-process__track b,
.product-process__track strong,
.product-process__track p { display: block; }
.product-process__track b {
  color: #6d7174;
  font-size: 0.63rem;
  letter-spacing: 0.13em;
}
.product-process__track strong {
  margin-top: 7px;
  font-size: 0.85rem;
}
.product-process__track p {
  margin-top: 9px;
  color: #585c5f;
  font-size: 0.7rem;
  line-height: 1.55;
}
.product-process figcaption {
  padding: 13px 18px;
  color: #606467;
  background: rgba(255,255,255,0.69);
  border-top: 1px solid #a6aaad;
  font-size: 0.7rem;
}
.process-evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid #a6aaad;
}
.process-evidence-grid article {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid #a6aaad;
}
.process-evidence-grid article:last-child { border-right: 0; }
.process-evidence-grid span,
.process-evidence-grid strong,
.process-evidence-grid p { display: block; }
.process-evidence-grid span {
  color: #6b6f72;
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.process-evidence-grid strong { margin-top: 7px; font-size: 0.86rem; }
.process-evidence-grid p {
  margin-top: 7px;
  color: #5c6063;
  font-size: 0.72rem;
  line-height: 1.55;
}
.process-claim-notice { border-left: 5px solid #151618; }
.account-resource-notice strong,
.account-resource-notice p,
.account-boundary span,
.account-boundary strong,
.account-boundary p { display: block; }
.account-resource-notice strong { font-size: 0.9rem; }
.account-resource-notice p,
.account-boundary p {
  margin-top: 6px;
  color: #595c5f;
  font-size: 0.78rem;
  line-height: 1.6;
}
.account-boundary {
  border-color: #151618;
  background: #151618;
  color: #fff;
}
.account-boundary span {
  color: #bcc0c3;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.account-boundary strong { margin-top: 7px; font-size: 1.05rem; }
.account-boundary p { color: #d1d3d5; }
.account-faq-list { margin-top: 24px; }
.account-faq-list details { border-top: 1px solid #aeb1b4; }
.account-faq-list details:last-child { border-bottom: 1px solid #aeb1b4; }
.account-faq-list summary {
  position: relative;
  padding: 18px 38px 18px 0;
  color: #151618;
  font-size: 0.88rem;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}
.account-faq-list summary::-webkit-details-marker { display: none; }
.account-faq-list summary::after {
  position: absolute;
  top: 17px;
  right: 4px;
  content: "+";
  color: #686b6e;
  font-size: 1.1rem;
  font-weight: 500;
}
.account-faq-list details[open] summary::after { content: "−"; }
.account-faq-list details p {
  max-width: 780px;
  padding: 0 38px 20px 0;
  color: #575a5d;
  font-size: 0.8rem;
  line-height: 1.7;
}
.account-order-list,
[data-recent-orders] { margin-top: 20px; border-top: 1px solid #b3b6b8; }
.account-order {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(120px, 0.8fr) auto;
  gap: 20px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid #b3b6b8;
}
.account-order > div:first-child span,
.account-order > div:first-child strong,
.account-order__status span,
.account-order__status small { display: block; }
.account-order > div:first-child span { color: #737679; font-size: 0.67rem; }
.account-order > div:first-child strong { margin-top: 3px; font-size: 0.84rem; }
.account-order__status span { font-size: 0.78rem; font-weight: 800; }
.account-order__status small { margin-top: 3px; color: #6e7174; font-size: 0.67rem; }
.account-order__total { font-size: 1rem; white-space: nowrap; }
.account-order--saved {
  margin: 0 -14px;
  padding-inline: 14px;
  background: rgba(255,255,255,0.56);
  box-shadow: inset 3px 0 0 #151618;
}
.account-order__resume {
  padding: 10px 13px;
  font-size: 0.7rem;
  white-space: nowrap;
}
.account-empty {
  display: grid;
  gap: 5px;
  padding: 24px 0;
  color: #64676a;
  font-size: 0.8rem;
}
.account-empty strong { color: var(--ink); font-size: 0.94rem; }
.account-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.account-placeholder-grid article { padding: 22px; border: 1px solid #afb2b5; background: #f4f4f3; }
.account-placeholder-grid span { display: inline-block; padding: 5px 7px; background: #151618; color: #fff; font-size: 0.64rem; font-weight: 850; letter-spacing: 0.1em; }
.account-placeholder-grid strong { display: block; margin-top: 16px; font-size: 0.9rem; }
.account-placeholder-grid p { margin-top: 7px; color: #65686b; font-size: 0.76rem; line-height: 1.5; }
.account-profile { margin-top: 28px; border-top: 1px solid #aeb1b4; }
.account-profile div {
  display: grid;
  grid-template-columns: minmax(150px, 0.6fr) minmax(0, 1.4fr);
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #aeb1b4;
}
.account-profile dt { color: #6c6f72; font-size: 0.75rem; }
.account-profile dd { overflow-wrap: anywhere; font-size: 0.84rem; font-weight: 800; }
.account-profile-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #aeb1b4;
  background: #f5f5f3;
}
.account-profile-form[hidden] { display: none; }
.account-profile-form label { display: grid; gap: 8px; }
.account-profile-form label span,
.account-profile-readonly span {
  color: #5f6265;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.account-profile-form input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #9fa2a5;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.account-profile-readonly { display: grid; gap: 6px; }
.account-profile-readonly strong { overflow-wrap: anywhere; font-size: 0.92rem; }
.account-profile-readonly small { color: #6c6f72; font-size: 0.72rem; }
.account-profile-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.account-profile-message { min-height: 1.3em; color: #7d1818; font-size: 0.76rem; }
.account-load-message { min-height: 1.4em; margin-top: 12px; color: #7d1818; font-size: 0.78rem; }
.account-load-message.is-success { color: #1f6038; }
.access-gate {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 58px);
  border: 1px solid var(--line);
  background: var(--pearl);
  text-align: center;
}
.access-gate h1 { margin-top: 12px; font-size: clamp(2.5rem, 6vw, 4.6rem); }
.access-gate .section-lede { margin: 20px auto 0; }
.access-gate .hero-actions { justify-content: center; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy); margin-top: 30px; }
.footer-inner {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 22px 0; color: #aebdd4; font-size: 0.85rem;
}
.footer-inner span:first-child { color: var(--white); font-family: var(--serif); letter-spacing: 0.06em; }
.footer-note { max-width: 560px; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { grid-template-columns: 1fr 1fr; }
  .home-page .hero-grid { grid-template-columns: 1fr; }
  .home-page .hero-bear-bg { inset: 3% -12% 0; opacity: 0.42; }
  .home-vial-scroll { grid-auto-columns: 146px; }
  .home-process-gate { grid-template-columns: 1fr; }
  .trust { grid-template-columns: repeat(2, 1fr); }
  .cards, .rules, .calc-out, .proof-grid, .guide-layout { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-apparel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-head {
    display: block;
    padding: 32px 0 22px;
  }
  .shop-head .section-lede { margin-top: 12px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; grid-row: 1; }
  .guide-panel { position: static; }
  .compound-reference__head { grid-template-columns: 1fr; align-items: start; }
  .compound-reference__grid { grid-template-columns: 1fr; }
  .compound-card:last-child { grid-column: auto; }
  .portal-entry { grid-template-columns: 1fr; }
  .login-card { border-left: 1px solid var(--line); }
  .account-layout { grid-template-columns: 1fr; }
  .account-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .account-nav__identity { grid-column: 1 / -1; }
  .account-nav button {
    border-right: 1px solid #c2c4c6;
    border-bottom: 0;
  }
  .account-nav button:nth-of-type(3n) { border-right: 0; }
  .account-nav button:nth-of-type(-n+6) { border-bottom: 1px solid #c2c4c6; }
  .account-steps,
  .account-placeholder-grid,
  .account-resource-grid { grid-template-columns: 1fr; }
  .account-resource-grid button {
    border-right: 0;
    border-bottom: 1px solid #aeb1b4;
  }
  .account-resource-grid button:last-child { border-bottom: 0; }
  .product-process__track { grid-template-columns: 1fr; }
  .product-process__track article {
    display: grid;
    grid-template-columns: 58px auto 1fr;
    column-gap: 16px;
    align-items: start;
    border-right: 0;
    border-bottom: 1px solid #a6aaad;
  }
  .product-process__track article:last-child { border-bottom: 0; }
  .product-process__track article:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -13px;
    left: 39px;
  }
  .product-process__icon {
    grid-row: 1 / span 3;
    margin-bottom: 0;
  }
  .product-process__track b { margin-top: 2px; }
  .product-process__track strong { margin-top: 0; }
  .product-process__track p {
    grid-column: 2 / -1;
    margin-top: 5px;
  }
  .process-evidence-grid { grid-template-columns: 1fr 1fr; }
  .process-evidence-grid article:nth-child(2) { border-right: 0; }
  .process-evidence-grid article:nth-child(-n+2) { border-bottom: 1px solid #a6aaad; }
  .account-steps li {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #96999c;
  }
  .account-steps li:last-child { border-bottom: 0; }
  .calc-row { grid-template-columns: 1fr; gap: 6px; }
  .calc-row label:not(:first-child) { margin-top: 10px; }
  .rpo-banner { border-radius: var(--radius); align-items: flex-start; }
  .rpo-banner strong { white-space: normal; }
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; background: var(--white);
    padding: 18px 4%; border-bottom: 1px solid var(--line); gap: 14px;
  }
  .nav-links.open { display: flex; }
}

@media (max-width: 620px) {
  .hero { padding-top: 38px; }
  .hero-grid { gap: 28px; }
  .home-page .hero {
    width: min(94%, 1080px);
    margin-top: 18px;
    padding: 28px 22px 26px;
  }
  .home-page .hero::after { inset: 7px; }
  .home-page .hero-rule { margin-bottom: 28px; gap: 10px; }
  .home-page .hero-rule b { font-size: 1.45rem; }
  .home-page h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .home-page .hero-bear-bg {
    inset: 5% -48% 12%;
    opacity: 0.30;
    -webkit-mask-image: radial-gradient(ellipse 58% 74% at 50% 42%, #000 40%, rgba(0,0,0,0.72) 68%, transparent 100%);
    mask-image: radial-gradient(ellipse 58% 74% at 50% 42%, #000 40%, rgba(0,0,0,0.72) 68%, transparent 100%);
  }
  .home-page .hero-bear-bg img { object-position: 61% 46%; }
  .home-compound-rail {
    margin-inline: -8px;
    padding: 18px 15px 20px;
  }
  .home-compound-rail__head { align-items: center; }
  .home-compound-rail__controls button { width: 38px; height: 38px; }
  .home-vial-scroll { grid-auto-columns: 132px; }
  .home-process-gate {
    margin-inline: -8px;
    padding: 24px 18px;
  }
  .home-process-gate__map { grid-template-columns: 1fr; }
  .home-process-gate__map li {
    grid-template-columns: 32px 1fr;
    justify-items: start;
    padding: 11px 14px;
    border-right: 0;
    border-bottom: 1px solid #9ea2a5;
  }
  .home-process-gate__map li:last-child { border-bottom: 0; }
  .home-process-gate__map li:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 13px;
    bottom: -10px;
    margin-top: 0;
  }
  .home-page .rpo-banner { margin-top: 44px; }
  .payment-status-wrap { padding-block: 18px; }
  .payment-status-card { padding: 26px 20px; }
  .payment-status-card .hero-rule { margin-bottom: 26px; }
  .payment-status-card h1 { font-size: clamp(2.2rem, 13vw, 3.5rem); }
  .compound-reference__head .section-title { font-size: clamp(2.6rem, 13vw, 4rem); }
  .compound-reference__notice { grid-template-columns: 1fr; gap: 8px; }
  .compound-card {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 24px 18px;
  }
  .compound-card h3 { font-size: clamp(2rem, 12vw, 3rem); }
  .compound-sources ol { grid-template-columns: 1fr; }
  .status-reference { grid-template-columns: 1fr; }
  .order-progress__summary,
  .order-detail { grid-template-columns: 1fr; }
  .order-timeline { grid-template-columns: 1fr; gap: 12px; }
  .order-timeline li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: center;
  }
  .order-timeline li::before {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 14px;
    width: 2px;
    height: calc(100% + 12px);
  }
  .order-timeline b { margin-bottom: 0; }
  .order-timeline span { padding-right: 0; }
  .trust { grid-template-columns: 1fr; }
  .section { padding: 42px 0; }
  .contact-box, .login-card { padding: 26px 20px; }
  .portal-entry { min-height: 0; padding-block: 24px; }
  .portal-entry__intro { padding: 34px 24px; }
  .portal-entry__intro h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .portal-payment-mini { grid-template-columns: 1fr; gap: 10px; }
  .account-shell { padding-block: 36px 58px; }
  .account-heading { align-items: start; flex-direction: column; }
  .account-heading h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .account-nav { grid-template-columns: 1fr 1fr; }
  .account-nav button:nth-of-type(3n) { border-right: 1px solid #c2c4c6; }
  .account-nav button:nth-of-type(even) { border-right: 0; }
  .account-nav button:nth-of-type(-n+6) { border-bottom: 1px solid #c2c4c6; }
  .account-content { padding: 20px; }
  .process-evidence-grid { grid-template-columns: 1fr; }
  .process-evidence-grid article,
  .process-evidence-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #a6aaad;
  }
  .process-evidence-grid article:last-child { border-bottom: 0; }
  .account-summary-grid { grid-template-columns: 1fr; }
  .account-details-summary { grid-template-columns: 1fr; }
  .account-details-summary div {
    border-right: 0;
    border-bottom: 1px solid #aeb1b4;
  }
  .account-details-summary div:last-child { border-bottom: 0; }
  .account-summary-grid article {
    border-right: 0;
    border-bottom: 1px solid #aeb1b4;
  }
  .account-summary-grid article:last-child { border-bottom: 0; }
  .account-section-head { align-items: start; flex-direction: column; }
  .account-order { grid-template-columns: 1fr auto; }
  .account-order__status { grid-row: 2; }
  .account-order__total { grid-row: 1; grid-column: 2; }
  .account-order__resume { grid-row: 1 / 3; grid-column: 2; }
  .account-profile div { grid-template-columns: 1fr; gap: 6px; }
  .rpo-banner { padding: 15px 18px; }
  .brand { gap: 7px; min-width: 0; }
  .brand-star { width: 14px; height: 14px; }
  .brand-paw { width: 22px; height: 22px; }
  .brand-name { font-size: 0.88rem; letter-spacing: 0.07em; white-space: nowrap; }
  .brand-name em { letter-spacing: 0.13em; }
  .brand-bear {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .brand-lockup strong {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }
  .brand-lockup small {
    max-width: 170px;
    font-size: 0.35rem;
    letter-spacing: 0.065em;
    white-space: normal;
  }
  .format-chooser {
    margin-top: 8px;
    padding: 22px 18px;
  }
  .proof-grid { gap: 34px; }
  .preview-banner { display: block; text-align: center; }
  .preview-banner span { display: block; margin-top: 3px; }
  .shop-toolbar { align-items: stretch; flex-direction: column; }
  .apparel-size-guide__body { grid-template-columns: 1fr; }
  .apparel-size-guide__body > p { grid-column: 1; }
  .filter-group { display: grid; grid-template-columns: 1fr; }
  .filter-button, .cart-summary { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .home-apparel .home-section__head { align-items: stretch; }
  .home-apparel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .home-apparel-card > div { padding: 13px; }
  .home-apparel-card h3 { min-height: 3.6em; }
  .home-apparel-card .btn { min-height: 48px; }
  .checkout-shell { padding: 38px 0 60px; }
  .checkout-fields, .payment-choice-grid { grid-template-columns: 1fr; }
  .payment-disclosure { grid-template-columns: 1fr; gap: 8px; padding: 17px 18px; }
  .checkout-block__head { gap: 14px; }
  .field-wide { grid-column: auto; }
  .checkout-return { font-size: 0.77rem; }
  .setup-actions .btn { width: 100%; text-align: center; }
}

@media (max-width: 760px) {
  .policy-hero,
  .policy-layout {
    grid-template-columns: 1fr;
  }
  .policy-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .policy-nav a {
    border-right: 1px solid var(--line);
  }
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-detail__grid {
    grid-template-columns: 1fr;
  }
  .product-detail__visual {
    grid-column: 1;
    grid-row: 1;
    border-right: 0;
    border-bottom: 1px solid #b6b8ba;
  }
  .product-detail__content {
    grid-column: 1;
    grid-row: 2;
  }
  .product-document-status {
    grid-column: 1;
    grid-row: 3;
    margin: 0 20px 20px;
  }
  .product-detail__vial-frame {
    min-height: 340px;
  }
  .product-detail__vial-frame .brochure-vial {
    height: 340px;
  }
  .vial-presentation__options { grid-template-columns: 1fr; }
}

/* Protected order operations */
.admin-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 92% 4%, rgba(174,231,250,0.18), transparent 26%),
    linear-gradient(135deg, #f7f7f6, #e7e9ea);
}
.admin-shell { padding: clamp(42px, 7vw, 84px) 0 90px; }
.admin-login {
  width: min(560px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid #969a9d;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 24px 70px rgba(17,18,20,0.12);
}
.admin-login h1,
.admin-heading h2 {
  margin: 8px 0 14px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}
.admin-login > p { color: var(--muted); line-height: 1.6; }
.admin-login form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.admin-login label,
.admin-fulfilment label,
.admin-create-form label,
.admin-settings-form label,
.admin-manual-payment label,
.admin-panel__head label {
  color: #55585b;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.admin-login input,
.admin-fulfilment input,
.admin-fulfilment select,
.admin-fulfilment textarea,
.admin-create-form input,
.admin-create-form select,
.admin-create-form textarea,
.admin-settings-form input,
.admin-settings-form textarea,
.admin-manual-payment input,
.admin-manual-payment textarea,
.admin-panel__head select {
  width: 100%;
  margin-top: 6px;
  padding: 12px;
  border: 1px solid #b9bcbe;
  border-radius: 0;
  background: #fff;
  color: #151618;
  font: inherit;
}
.admin-security-note,
.admin-outbox-note {
  margin-top: 18px;
  color: #686b6e;
  font-size: 0.76rem;
  line-height: 1.5;
}
.admin-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #8f9396;
}
.admin-heading p { color: var(--muted); }
.admin-heading__actions { display: flex; gap: 8px; }
.admin-summary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 26px 0;
  border: 1px solid #9da1a4;
  background: rgba(255,255,255,0.84);
}
.admin-summary article {
  padding: 20px;
  border-right: 1px solid #b4b7ba;
}
.admin-summary article:last-child { border-right: 0; }
.admin-summary span {
  display: block;
  color: #66696c;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.admin-summary strong {
  display: block;
  margin-top: 9px;
  font-size: 2rem;
}
.admin-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(480px, 1.18fr);
  gap: 22px;
}
.admin-panel {
  border: 1px solid #9da1a4;
  background: rgba(255,255,255,0.90);
}
.admin-create,
.admin-settings { margin-bottom: 22px; }
.admin-create > summary,
.admin-settings > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  list-style: none;
  cursor: pointer;
}
.admin-create > summary::-webkit-details-marker,
.admin-settings > summary::-webkit-details-marker { display: none; }
.admin-create > summary span,
.admin-create > summary small,
.admin-create > summary strong,
.admin-settings > summary span,
.admin-settings > summary small,
.admin-settings > summary strong { display: block; }
.admin-create > summary small,
.admin-settings > summary small {
  margin-bottom: 4px;
  color: #6c6f72;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.admin-create > summary strong,
.admin-settings > summary strong { font-size: 1.05rem; }
.admin-create[open] > summary,
.admin-settings[open] > summary { border-bottom: 1px solid #b7babc; }
.admin-create-form { padding: 20px; }
.admin-create-intro {
  margin-bottom: 18px;
  color: #5e6164;
  font-size: 0.82rem;
  line-height: 1.55;
}
.admin-create-form fieldset {
  min-width: 0;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}
.admin-create-form legend {
  margin-bottom: 12px;
  font-size: 0.82rem;
  font-weight: 850;
}
.admin-manual-item {
  display: grid;
  grid-template-columns: minmax(260px, 2fr) 100px minmax(190px, 1fr) 42px;
  gap: 12px;
  align-items: end;
  margin-bottom: 12px;
}
.admin-remove-item {
  min-height: 43px;
  border: 1px solid #b9bcbe;
  background: #fff;
  color: #151618;
  font-size: 1.3rem;
  cursor: pointer;
}
.admin-create-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.admin-create-fields .field-wide { grid-column: 1 / -1; }
.admin-confirm {
  display: flex;
  align-items: start;
  gap: 10px;
}
.admin-confirm input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}
.admin-confirm span { line-height: 1.45; }
.admin-create-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}
.admin-create-actions p { color: #55585b; font-size: 0.78rem; }
.admin-settings-form { padding: 20px; }
.admin-settings-intro {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  color: #5e6164;
  font-size: 0.8rem;
  line-height: 1.55;
}
.admin-settings-intro p { max-width: 680px; }
.admin-settings-intro span {
  max-width: 330px;
  color: #74777a;
  font-size: 0.7rem;
}
.admin-settings-form fieldset {
  min-width: 0;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}
.admin-settings-form legend {
  margin-bottom: 12px;
  font-size: 0.82rem;
  font-weight: 850;
}
.admin-settings-shipping {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.admin-settings-shipping .field-wide { grid-column: 1 / -1; }
.admin-product-settings { border-top: 1px solid #b9bcbe; }
.admin-product-setting {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 150px 210px;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #cfd1d2;
}
.admin-product-setting strong,
.admin-product-setting small { display: block; }
.admin-product-setting small {
  margin-top: 3px;
  color: #737679;
  font-size: 0.7rem;
}
.admin-product-setting .admin-release {
  display: flex;
  align-items: center;
  gap: 9px;
}
.admin-product-setting .admin-release input {
  width: 18px;
  height: 18px;
  margin: 0;
}
.admin-settings-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.admin-settings-actions p { color: #55585b; font-size: 0.78rem; }
.admin-panel__head,
.admin-detail__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid #b7babc;
}
.admin-panel__head h2,
.admin-detail__head h2 { margin-top: 4px; font-size: 1.65rem; }
.admin-panel__head label { width: 170px; }
.admin-order-list { max-height: 680px; overflow: auto; }
.admin-order-row {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-bottom: 1px solid #d0d2d3;
  background: transparent;
  color: #151618;
  text-align: left;
  cursor: pointer;
}
.admin-order-row:hover,
.admin-order-row.active { background: #151618; color: #fff; }
.admin-order-row span,
.admin-order-row strong,
.admin-order-row small { display: block; }
.admin-order-row small {
  margin-top: 4px;
  color: #74777a;
  font-size: 0.7rem;
}
.admin-order-row:hover small,
.admin-order-row.active small { color: #c8cbcd; }
.admin-order-row b { font-size: 0.78rem; }
.admin-order-row em { font-style: normal; font-weight: 800; }
.admin-empty,
.admin-empty-row { padding: 34px; color: #686b6e; }
.admin-empty h2 { margin: 8px 0; color: #151618; font-size: 2rem; }
.admin-detail__head > strong { font-size: 1.4rem; }
.admin-status-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #cacccd;
}
.admin-status-line span { padding: 14px 20px; color: #6c6f72; font-size: 0.76rem; }
.admin-status-line span + span { border-left: 1px solid #cacccd; }
.admin-status-line b { display: block; margin-top: 4px; color: #151618; font-size: 0.9rem; }
.admin-item-list { margin: 0; padding: 0; list-style: none; }
.admin-item-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 20px;
  border-bottom: 1px solid #d5d7d8;
}
.admin-item-list span,
.admin-item-list small { display: block; }
.admin-item-list small { margin-top: 3px; color: #707376; font-size: 0.72rem; }
.admin-customer { padding: 20px; border-bottom: 1px solid #cacccd; }
.admin-customer h3,
.admin-fulfilment h3,
.admin-manual-payment h3,
.admin-manual-record h3 { margin-bottom: 10px; font-size: 0.95rem; }
.admin-customer p { color: #5e6164; font-size: 0.82rem; line-height: 1.55; }
.admin-fulfilment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 20px;
}
.admin-fulfilment h3,
.admin-fulfilment .field-wide,
.admin-fulfilment button,
.admin-fulfilment p { grid-column: 1 / -1; }
.admin-manual-payment,
.admin-manual-record {
  padding: 20px;
  border-top: 1px solid #cacccd;
}
.admin-manual-payment {
  display: grid;
  gap: 14px;
  background: #f1f2f2;
}
.admin-manual-payment > p,
.admin-manual-record p {
  color: #5e6164;
  font-size: 0.8rem;
  line-height: 1.5;
}
.admin-outbox { margin-top: 22px; }
.admin-outbox-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-outbox-note { margin: 18px 20px; }
.admin-mail-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px 20px;
  border-top: 1px solid #d0d2d3;
  font-size: 0.78rem;
}
.admin-mail-row span,
.admin-mail-row small { display: block; }
.admin-mail-row small { margin-top: 4px; color: #737679; }
.admin-mail-row b {
  padding: 5px 8px;
  color: #fff;
  background: #151618;
  font-size: 0.68rem;
  text-transform: uppercase;
}
.admin-global-message { margin-top: 16px; color: #a21d1d; }
.admin-apparel-interest { margin-top: 22px; }
.admin-apparel-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px 20px;
  border-top: 1px solid #d0d2d3;
  font-size: 0.78rem;
}
.admin-apparel-row span,
.admin-apparel-row small { display: block; }
.admin-apparel-row small { margin-top: 4px; color: #737679; }
.admin-apparel-row time { color: #66696c; white-space: nowrap; }

@media (max-width: 980px) {
  .admin-summary { grid-template-columns: repeat(2, 1fr); }
  .admin-summary article:nth-child(even) { border-right: 0; }
  .admin-summary article:nth-child(-n+4) { border-bottom: 1px solid #b4b7ba; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-create-fields { grid-template-columns: repeat(2, 1fr); }
  .admin-settings-shipping { grid-template-columns: repeat(2, 1fr); }
  .admin-manual-item {
    grid-template-columns: minmax(240px, 2fr) 90px minmax(170px, 1fr) 42px;
  }
}

@media (max-width: 640px) {
  .admin-heading { align-items: start; flex-direction: column; }
  .admin-heading__actions { width: 100%; }
  .admin-heading__actions .btn { flex: 1; }
  .admin-summary { grid-template-columns: 1fr; }
  .admin-summary article {
    border-right: 0;
    border-bottom: 1px solid #b4b7ba;
  }
  .admin-summary article:last-child { border-bottom: 0; }
  .admin-panel__head { align-items: start; flex-direction: column; }
  .admin-panel__head label { width: 100%; }
  .admin-outbox-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .admin-apparel-row { grid-template-columns: 1fr; gap: 6px; }
  .admin-create-fields,
  .admin-manual-item,
  .admin-settings-shipping,
  .admin-product-setting { grid-template-columns: 1fr; }
  .admin-create-fields .field-wide,
  .admin-settings-shipping .field-wide { grid-column: 1; }
  .admin-settings-intro,
  .admin-settings-actions { align-items: stretch; flex-direction: column; }
  .admin-remove-item { width: 100%; }
  .admin-create-actions { align-items: stretch; flex-direction: column; }
  .admin-order-row { grid-template-columns: 1fr auto; }
  .admin-order-row span:nth-child(2) { grid-row: 2; }
  .admin-order-row em { grid-column: 2; grid-row: 1; }
  .admin-fulfilment { grid-template-columns: 1fr; }
  .admin-fulfilment label { grid-column: 1; }
  .admin-mail-row { grid-template-columns: 1fr auto; }
  .admin-mail-row span + span { grid-column: 1 / -1; grid-row: 2; }
}

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

/* ---------- conversion-led homepage ---------- */
.home-page {
  background: #f3f4f3;
}
.home-page .site-header {
  background: rgba(250,250,249,0.96);
  backdrop-filter: blur(12px);
}
.home-main {
  overflow: hidden;
}
.home-hero {
  position: relative;
  min-height: 620px;
  border-bottom: 1px solid #b8babc;
  background:
    linear-gradient(90deg, rgba(226,242,246,0.78), rgba(250,250,249,0.93) 34%, rgba(250,250,249,0.96) 68%, rgba(244,232,238,0.62)),
    #f8f8f7;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  background-image:
    linear-gradient(135deg, transparent 48%, rgba(116,121,125,0.10) 49%, transparent 50%),
    linear-gradient(45deg, transparent 48%, rgba(116,121,125,0.08) 49%, transparent 50%);
  background-size: 84px 84px;
}
.home-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: url("../img/bear-hero-silver-anime.webp?v=20260730") 58% 42% / min(980px, 76vw) auto no-repeat;
  opacity: 0.2;
  filter: grayscale(0.9) contrast(1.04) brightness(1.02);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 58% 88% at 56% 44%, #000 34%, rgba(0,0,0,0.82) 67%, transparent 100%);
  mask-image: radial-gradient(ellipse 58% 88% at 56% 44%, #000 34%, rgba(0,0,0,0.82) 67%, transparent 100%);
}
.home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(430px, 1.22fr) minmax(290px, 0.78fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  min-height: 620px;
  padding-block: 48px;
}
.home-hero__copy {
  position: relative;
  z-index: 3;
}
.home-hero__copy h1 {
  max-width: 620px;
  margin-top: 10px;
  font-size: clamp(3.4rem, 4.4vw, 4.2rem);
  line-height: 0.88;
  letter-spacing: -0.072em;
}
.home-hero__copy > p:last-of-type {
  max-width: 500px;
  margin-top: 25px;
  color: #54575a;
  font-size: 1.03rem;
  line-height: 1.7;
}
.home-hero__bear {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 0;
  pointer-events: none;
}
.home-hero__bear::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 12%;
  bottom: 3%;
  height: 12%;
  border-radius: 50%;
  background: rgba(20,22,24,0.16);
  filter: blur(18px);
  transform: rotate(-5deg);
}
.home-hero__bear img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(470px, 126%);
  max-width: none;
  transform: translateX(-2%) rotate(-1deg);
  filter: drop-shadow(0 22px 26px rgba(13,14,16,0.16));
}
.home-hero__vial {
  position: relative;
  z-index: 3;
  align-self: center;
  display: block;
  border: 1px solid #aeb1b3;
  color: #151618;
  background: rgba(255,255,255,0.72);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.home-hero__vial:hover,
.home-hero__vial:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(15,17,19,0.15);
}
.home-hero__vial-frame {
  display: grid;
  place-items: center;
  height: 350px;
  overflow: hidden;
  border-bottom: 1px solid #c8cacc;
  background: rgba(255,255,255,0.72);
}
.home-hero__vial .brochure-vial {
  width: 100%;
  height: 330px;
}
.home-hero__vial-copy {
  display: grid;
  padding: 18px 20px;
}
.home-hero__vial-copy small,
.home-product-tile__copy small {
  color: #686b6e;
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.home-hero__vial-copy strong {
  margin-top: 2px;
  font-size: 1.3rem;
}
.home-hero__vial-copy em {
  margin-top: 7px;
  color: #515457;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
}
.home-trust {
  border-bottom: 1px solid #bfc1c2;
  background: #151618;
}
.home-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home-trust__grid p {
  display: grid;
  gap: 2px;
  min-height: 96px;
  align-content: center;
  padding: 18px 28px;
  border-right: 1px solid #3e4042;
}
.home-trust__grid p:last-child { border-right: 0; }
.home-trust__grid strong {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.home-trust__grid span {
  color: #c9cbcd;
  font-size: 0.76rem;
  line-height: 1.45;
}
.home-section {
  padding-block: clamp(64px, 8vw, 108px);
}
.home-featured-shell {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #c4c6c8;
  background:
    linear-gradient(90deg, rgba(247,248,247,0.98) 0%, rgba(247,248,247,0.88) 44%, rgba(241,243,243,0.76) 100%);
}
.home-featured-shell::before {
  content: "";
  position: absolute;
  inset: -8% -8% -16% 24%;
  pointer-events: none;
  background: url("../img/bear-hero-silver-anime.webp?v=20260729") 74% 38% / min(1050px, 84vw) auto no-repeat;
  opacity: 0.11;
  filter: grayscale(0.78) contrast(1.08) brightness(0.99);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 70% 94% at 68% 44%, #000 40%, rgba(0,0,0,0.8) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 70% 94% at 68% 44%, #000 40%, rgba(0,0,0,0.8) 72%, transparent 100%);
}
.home-featured-shell .home-section {
  position: relative;
  z-index: 1;
  padding-block: clamp(52px, 5.5vw, 72px) clamp(62px, 6vw, 82px);
}
.home-featured-bear {
  position: absolute;
  z-index: 0;
  top: -22px;
  right: 4%;
  left: auto;
  width: clamp(150px, 19vw, 245px);
  height: auto;
  opacity: 0.18;
  pointer-events: none;
  transform: rotate(-2deg);
  filter: drop-shadow(0 18px 22px rgba(20,22,24,0.14));
}
.home-featured-shell--compounds .home-section__head,
.home-featured-shell--compounds .home-featured-grid,
.home-featured-shell--compounds .home-quick-order-cta {
  position: relative;
  z-index: 1;
}
.home-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.home-section__head h2,
.home-ordering h2,
.home-quality h2,
.home-shipping h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.text-link {
  color: #151618;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link:hover { text-decoration: underline; }
.home-featured-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.home-featured-controls {
  display: none;
  gap: 7px;
}
.home-featured-controls button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #777a7c;
  color: #151618;
  background: rgba(255,255,255,0.72);
  cursor: pointer;
  font: inherit;
}
.home-featured-controls button:hover,
.home-featured-controls button:focus-visible {
  color: #fff;
  background: #151618;
}
.home-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  padding: 2px 2px 14px;
}
.home-featured-grid::-webkit-scrollbar { height: 6px; }
.home-featured-grid::-webkit-scrollbar-track { background: rgba(255,255,255,0.44); }
.home-featured-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #777a7c;
}
.home-quick-order-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 12px 2px 0;
  padding: 26px 28px;
  border: 1px solid #26394a;
  color: #fff;
  background: #071a2d;
  box-shadow: 0 18px 42px rgba(7,26,45,0.14);
}
.home-quick-order-cta .eyebrow {
  margin: 0 0 7px;
  color: #aebdcc;
}
.home-quick-order-cta h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  letter-spacing: -0.04em;
}
.home-quick-order-cta p:last-child {
  max-width: 760px;
  margin: 8px 0 0;
  color: #c9d3dc;
  line-height: 1.55;
}
.home-quick-order-cta .btn {
  min-width: 182px;
  border-color: #fff;
  color: #071a2d;
  background: #fff;
  text-align: center;
}
.home-quick-order-cta .btn:hover,
.home-quick-order-cta .btn:focus-visible {
  color: #fff;
  background: transparent;
}
.home-product-tile {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #b9bbbd;
  color: #151618;
  background: rgba(255,255,255,0.82);
  scroll-snap-align: start;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.home-product-tile:hover,
.home-product-tile:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(15,17,19,0.11);
}
.home-product-tile__image {
  display: grid;
  place-items: center;
  height: 236px;
  overflow: hidden;
  border-bottom: 1px solid #c5c7c8;
  background: #eef0f1;
}
.product-media-frame {
  position: relative;
  isolation: isolate;
  background: radial-gradient(circle at 50% 46%, #f7f7f8 0%, #eff0f2 62%, #e8eaec 100%);
}
.product-media-backdrop {
  display: none !important;
}
.product-media-foreground {
  position: relative;
  z-index: 1;
  object-fit: contain !important;
  object-position: center !important;
  filter: saturate(0.94) brightness(1.01);
}
.product-media-foreground--portrait {
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 8%,
    rgba(0,0,0,0.24) 20%,
    #000 34%,
    #000 66%,
    rgba(0,0,0,0.24) 80%,
    transparent 92%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 8%,
    rgba(0,0,0,0.24) 20%,
    #000 34%,
    #000 66%,
    rgba(0,0,0,0.24) 80%,
    transparent 92%
  );
}
.seo-compound-vial--variant {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 46%, #f7f7f8 0%, #eff0f2 62%, #e8eaec 100%);
}
.seo-compound-vial--variant .seo-product-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.seo-product-variant-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 360px;
  place-content: center;
  gap: 12px;
  padding: 38px;
  border: 0;
  color: #242628;
  background: transparent;
  text-align: center;
}
.seo-product-variant-placeholder strong {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.055em;
}
.seo-product-variant-placeholder span {
  color: #5b5e61;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.45;
}
.home-product-tile .brochure-vial {
  width: 100%;
  height: 100%;
  background-color: #eef0f1;
  background-position: center;
  /* Portrait source photography is fitted by height so its vial occupies the
     same visual scale as the square catalogue photography. */
  background-size: auto 100%;
}
.home-product-tile__photo {
  display: block;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  background: #eef0f1;
  object-fit: contain;
  object-position: center;
}
.home-product-tile__copy {
  display: grid;
  min-height: 112px;
  align-content: start;
  padding: 13px 12px;
}
.home-product-tile__copy small {
  display: block;
  min-height: 34px;
}
.home-product-tile__copy strong {
  margin-top: 3px;
  font-size: 0.98rem;
}
.home-product-tile__copy strong span {
  color: #66696c;
  font-size: 0.78em;
  font-weight: 600;
}
.home-product-tile__copy em {
  margin-top: 5px;
  color: #484b4e;
  font-size: 0.74rem;
  font-style: normal;
}
.home-product-tile--unavailable .home-product-tile__image {
  filter: grayscale(0.42) contrast(0.94);
}
.home-product-tile--unavailable .home-product-tile__copy small,
.home-product-tile--unavailable .home-product-tile__copy em {
  color: #707376;
}
.home-apparel-rail {
  background:
    radial-gradient(circle at 85% 12%, rgba(194,232,245,0.23), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(240,204,226,0.18), transparent 26%),
    linear-gradient(145deg, #f7f8f7, #e4e6e8);
}
.home-apparel-rail::before {
  inset: 0;
  opacity: 0.42;
  filter: none;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
  background:
    linear-gradient(135deg, transparent 48%, rgba(116,121,125,0.07) 49%, transparent 50%);
  background-size: 90px 90px;
}
.home-apparel-rail .home-apparel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}
.home-apparel-tile {
  width: 100%;
}

/* Compact catalogue introduction keeps products above the fold. */
.format-chooser--compact {
  padding: clamp(30px, 3.4vw, 42px);
  padding-bottom: clamp(30px, 4vw, 48px);
}
.format-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.format-summary-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 184px;
  gap: 16px;
  padding: 24px;
  border: 1px solid #aeb1b3;
  border-top: 4px solid #151618;
  background: rgba(255,255,255,0.76);
}
.format-summary-grid article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: #151618;
  color: #fff;
  line-height: 1;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.format-summary-grid article > div { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.format-summary-grid h3 { margin: 0; font-size: 1.12rem; line-height: 1.25; }
.format-summary-grid p { margin: 7px 0 10px; color: #55585b; line-height: 1.55; }
.format-summary-grid a { margin-top: auto; color: #151618; font-weight: 800; }
.format-details {
  margin-top: 12px;
  padding: 15px 18px;
  border: 1px solid #c1c3c5;
  background: #f7f7f6;
}
.format-details summary { cursor: pointer; font-weight: 800; }
.format-details__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 22px;
  align-items: start;
  margin-top: 14px;
}
.format-details__content > p { max-width: 920px; margin: 0; color: #55585b; line-height: 1.6; }
.format-details__visual { margin: 0; overflow: hidden; border: 1px solid #b9bbbd; background: #dedfdf; }
.format-details__visual img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.format-details__visual figcaption { display: grid; gap: 3px; padding: 10px 12px 12px; background: #fff; color: #55585b; font-size: 0.78rem; line-height: 1.4; }
.format-details__visual figcaption strong { color: #151618; font-size: 0.82rem; }

/* Search landing pages use the existing brand system without sales claims. */
.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 24px;
  color: #66696c;
  font-size: 0.78rem;
}
.seo-breadcrumb a { color: #343638; }
.seo-compound-hero,
.delivery-coverage-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding-top: clamp(44px, 7vw, 92px);
  padding-bottom: clamp(44px, 7vw, 88px);
}
.seo-compound-hero h1,
.delivery-coverage-hero h1 {
  max-width: 930px;
  margin: 8px 0 16px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}
.seo-compound-vial {
  display: grid;
  min-height: 410px;
  place-items: center;
  border: 1px solid #b7b9bb;
  background: linear-gradient(145deg, #fff, #e7e8e9);
}
.seo-compound-vial .brochure-vial { width: min(100%, 330px); height: 390px; }
.seo-compound-content {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: start;
  gap: 20px;
  padding-bottom: clamp(40px, 7vw, 86px);
}
.seo-compound-content > * {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #b7b9bb;
  background: rgba(255,255,255,0.8);
}
.seo-compound-content h2,
.seo-related h2,
.delivery-coverage-grid h2 { margin: 6px 0 14px; font-size: clamp(1.45rem, 2.8vw, 2.35rem); }
.seo-compound-content p,
.delivery-coverage-grid p { color: #505356; line-height: 1.7; }
.seo-format-list { display: grid; gap: 0; margin: 18px 0; padding: 0; list-style: none; }
.seo-format-list li { display: grid; gap: 3px; padding: 12px 0; border-top: 1px solid #d0d2d3; }
.seo-format-list li:last-child { border-bottom: 1px solid #d0d2d3; }
.seo-format-list span { color: #5a5d60; font-size: 0.82rem; }
.seo-product-purchase {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
}
.seo-product-purchase > label {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  color: #313335;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.seo-product-purchase select {
  width: 100%;
  min-height: 48px;
  padding: 10px 38px 10px 12px;
  border: 1px solid #aeb1b3;
  border-radius: 0;
  background: #fff;
  color: #151618;
}
.seo-product-purchase .product-format { margin: 0 0 4px; font-size: 0.78rem; }
.seo-product-purchase .product-release-status {
  align-self: flex-start;
  margin: 4px 0 0;
  padding: 7px 10px;
  border: 1px solid #aeb1b3;
  background: #f5f6f5;
  color: #343638;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.seo-product-purchase .product-buy { margin-top: 18px; }
.seo-product-purchase .product-price { font-size: 1.55rem; }
.seo-product-shipping {
  display: flex;
  justify-content: space-between;
  gap: 8px 18px;
  margin: 18px 0 0 !important;
  padding: 12px 0;
  border-top: 1px solid #c7c9ca;
  border-bottom: 1px solid #c7c9ca;
  font-size: 0.78rem;
}
.seo-product-shipping strong { color: #151618; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.seo-product-document { margin-top: 18px; padding: 16px; background: #eceeef; }
.seo-product-document > span { display: block; color: #66696c; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.seo-product-document > strong { display: block; margin-top: 4px; }
.seo-product-document p { margin: 6px 0 0; font-size: 0.78rem; line-height: 1.5; }
.seo-product-service {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-bottom: clamp(40px, 7vw, 86px);
}
.seo-product-service article { padding: clamp(24px, 4vw, 40px); border: 1px solid #b7b9bb; background: rgba(255,255,255,0.8); }
.seo-product-service h2 { margin: 6px 0 14px; font-size: clamp(1.4rem, 2.5vw, 2.15rem); }
.seo-product-service p { color: #505356; line-height: 1.65; }
.seo-product-service a { color: #151618; font-weight: 800; }
.seo-research-boundary {
  margin-bottom: clamp(45px, 7vw, 90px);
  padding: 22px 26px;
  border-left: 5px solid #151618;
  background: #eef0f1;
}
.seo-research-boundary p { margin: 6px 0 0; color: #55585b; }
.seo-related { padding-bottom: clamp(55px, 8vw, 100px); }
.seo-related > div { display: flex; flex-wrap: wrap; gap: 8px; }
.seo-related a { padding: 10px 13px; border: 1px solid #aeb1b3; color: #151618; background: #fff; font-weight: 750; text-decoration: none; }

.delivery-coverage-hero { grid-template-columns: 1fr; }
.delivery-coverage-hero .section-lede { max-width: 820px; }
.delivery-coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: clamp(40px, 7vw, 80px);
}
.delivery-coverage-grid article { padding: clamp(22px, 4vw, 38px); border: 1px solid #b7b9bb; background: rgba(255,255,255,0.8); }
.delivery-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 28px; border: 1px solid #aeb1b3; }
.delivery-facts div { display: grid; gap: 7px; padding: 24px; border-right: 1px solid #aeb1b3; }
.delivery-facts div:last-child { border-right: 0; }
.delivery-facts span { color: #5a5d60; font-size: 0.82rem; line-height: 1.5; }

@media (max-width: 960px) {
  .home-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-apparel-rail .home-apparel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .seo-compound-hero,
  .seo-compound-content { grid-template-columns: 1fr; }
  .seo-compound-vial { min-height: 320px; }
  .seo-compound-vial .brochure-vial { height: 310px; }
}

@media (max-width: 700px) {
  .home-apparel-rail .home-apparel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .format-summary-grid,
  .delivery-coverage-grid,
  .seo-product-service,
  .delivery-facts { grid-template-columns: 1fr; }
  .format-details__content { grid-template-columns: 1fr; }
  .delivery-facts div { border-right: 0; border-bottom: 1px solid #aeb1b3; }
  .delivery-facts div:last-child { border-bottom: 0; }
  .seo-compound-hero h1,
  .delivery-coverage-hero h1 { font-size: clamp(2.7rem, 14vw, 4.7rem); }
  .seo-product-shipping { align-items: flex-start; flex-direction: column; }
}
.home-apparel-tile .home-product-tile__image {
  height: 230px;
  background: linear-gradient(145deg, #fdfdfc, #e7e9eb);
}
.home-apparel-tile .home-product-tile__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-apparel-tile .home-product-tile__copy {
  min-height: 102px;
}
.home-apparel-tile__action {
  width: calc(100% - 24px);
  min-height: 40px;
  margin: 0 12px 12px;
  border: 1px solid #151618;
  color: #fff;
  background: #151618;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-apparel-tile__action:hover,
.home-apparel-tile__action:focus-visible {
  color: #151618;
  background: #fff;
}

/* ---------- Built Within apparel campaign ---------- */
.built-within-page { background: #f2f3f3; }
.built-within-page [id] { scroll-margin-top: 96px; }
.built-within-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid #b9bbbd;
  background: rgba(249,249,248,0.96);
  backdrop-filter: blur(12px);
}
.built-within-nav,
.built-within-nav > div,
.built-within-brand,
.built-within-footer > div {
  display: flex;
  align-items: center;
}
.built-within-nav { justify-content: space-between; min-height: 78px; }
.built-within-brand { gap: 10px; color: #151618; text-decoration: none; }
.built-within-brand img { width: 44px; height: 44px; object-fit: contain; }
.built-within-brand span { display: grid; line-height: 1; }
.built-within-brand strong { font-size: 0.95rem; letter-spacing: 0.16em; }
.built-within-brand small { margin-top: 4px; color: #66696c; font-size: 0.53rem; font-weight: 800; letter-spacing: 0.18em; }
.built-within-nav > div { gap: 24px; }
.built-within-nav > div a { color: #151618; font-size: 0.82rem; font-weight: 800; text-decoration: none; }
.built-within-nav-links a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.built-within-hero {
  overflow: hidden;
  border-bottom: 1px solid #b9bbbd;
  background:
    radial-gradient(circle at 88% 10%, rgba(175,225,243,0.34), transparent 29%),
    radial-gradient(circle at 8% 90%, rgba(239,198,224,0.26), transparent 27%),
    linear-gradient(145deg, #f8f8f7, #e4e6e7);
}
.built-within-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(34px, 7vw, 100px);
  min-height: 660px;
  padding-block: clamp(55px, 7vw, 96px);
}
.built-within-hero h1,
.built-within-collection h2,
.built-within-signup h2 {
  margin: 12px 0 22px;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}
.built-within-grid.built-within-grid--single {
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: none;
}
.built-within-grid--single article {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  align-items: center;
}
.built-within-grid--single article img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 780px) {
  .built-within-grid--single article {
    grid-template-columns: 1fr;
  }
}
.built-within-hero p:not(.eyebrow) { max-width: 610px; color: #535659; font-size: 1.05rem; line-height: 1.75; }
.built-within-hero small { display: block; margin-top: 20px; color: #626568; }
.built-within-hero figure {
  position: relative;
  overflow: hidden;
  border: 1px solid #aeb1b3;
  background: rgba(255,255,255,0.66);
  box-shadow: 0 30px 70px rgba(15,17,19,0.13);
  transform: rotate(1.5deg);
}
.built-within-hero figure img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.built-within-strip { color: #fff; background: #151618; }
.built-within-strip > div { display: grid; grid-template-columns: repeat(3, 1fr); }
.built-within-strip p { display: grid; gap: 3px; min-height: 112px; align-content: center; padding: 23px 28px; border-right: 1px solid #414346; }
.built-within-strip p:last-child { border-right: 0; }
.built-within-strip strong { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; }
.built-within-strip span { color: #c9cbcd; font-size: 0.77rem; line-height: 1.45; }
.built-within-promotion { border-bottom: 1px solid #aeb1b3; background: #e6e8e9; }
.built-within-promotion__grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.2fr);
  gap: clamp(34px, 8vw, 120px);
  align-items: center;
  padding-block: clamp(55px, 7vw, 88px);
}
.built-within-promotion__amount {
  margin: 0;
  color: #151618;
  font-size: clamp(3.9rem, 5.7vw, 5.35rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.09em;
  white-space: nowrap;
}
.built-within-promotion h2,
.built-within-process h2,
.built-within-info h2,
.built-within-info-cta h2,
.built-within-reward-detail h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.built-within-promotion__grid > div:last-child > p { max-width: 790px; margin-top: 20px; color: #56595c; line-height: 1.7; }
.built-within-text-link { align-self: center; color: inherit; font-size: 0.8rem; font-weight: 850; }
.built-within-lookbook {
  padding-block: clamp(64px, 8vw, 105px);
  color: #fff;
  background: #111214;
}
.built-within-lookbook__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  gap: 30px 70px;
  align-items: end;
  margin-bottom: 30px;
}
.built-within-lookbook .eyebrow { color: #bfc2c5; }
.built-within-lookbook h2 {
  max-width: 850px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(2.7rem, 5.5vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.built-within-lookbook__header > p {
  margin: 0;
  color: #c6c8ca;
  line-height: 1.7;
}
.built-within-lookbook__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.built-within-lookbook figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid #3f4245;
  background: #08090a;
}
.built-within-lookbook__wide { grid-column: 1 / -1; }
.built-within-lookbook img { display: block; width: 100%; height: auto; }
.built-within-lookbook figcaption {
  padding: 11px 14px 13px;
  border-top: 1px solid #3f4245;
  color: #c7c9cb;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.built-within-lookbook__note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid #fff;
  color: #c7c9cb;
  background: #1b1d1f;
  font-size: 0.8rem;
  line-height: 1.6;
}
.built-within-lookbook__note strong { color: #fff; }
.built-within-collection { padding-block: clamp(70px, 9vw, 120px); }
.built-within-collection > header { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 40px; margin-bottom: 35px; }
.built-within-collection > header .eyebrow { grid-column: 1 / -1; }
.built-within-collection h2 { max-width: 800px; margin: 0; font-size: clamp(3rem, 6vw, 6rem); }
.built-within-collection > header > p:last-child { color: #55585b; line-height: 1.7; }
.built-within-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.built-within-grid article { overflow: hidden; border: 1px solid #b6b8ba; background: rgba(255,255,255,0.82); }
.built-within-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-bottom: 1px solid #c2c4c6; }
.built-within-grid article > div { display: grid; padding: 17px; }
.built-within-grid h3 { font-size: 1.06rem; }
.built-within-grid p { margin-top: 2px; color: #626568; font-size: 0.76rem; }
.built-within-grid button {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid #151618;
  color: #151618;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
}
.built-within-grid button:hover,
.built-within-grid button:focus-visible { color: #fff; background: #151618; }
.built-within-process { padding-block: clamp(70px, 9vw, 120px); border-top: 1px solid #b7b9bb; background: #fff; }
.built-within-process header { display: grid; max-width: 920px; gap: 8px; }
.built-within-process ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 42px; padding: 0; border: 1px solid #aeb1b3; list-style: none; }
.built-within-process li { min-height: 250px; padding: 28px; border-right: 1px solid #aeb1b3; }
.built-within-process li:last-child { border-right: 0; }
.built-within-process li > span,
.built-within-info-grid article > span,
.built-within-contact-grid a > span { color: #717578; font-size: 0.7rem; font-weight: 850; letter-spacing: 0.12em; }
.built-within-process h3,
.built-within-info-grid h3,
.built-within-info-columns h3 { margin-top: 48px; font-size: 1.35rem; }
.built-within-process li p,
.built-within-info-grid article p,
.built-within-info-columns p { margin-top: 10px; color: #5c6063; line-height: 1.65; }
.built-within-signup { padding-block: clamp(70px, 9vw, 120px); color: #fff; background: #151618; }
.built-within-signup__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.7fr); gap: clamp(44px, 9vw, 130px); }
.built-within-signup .eyebrow,
.built-within-signup h2 { color: #fff; }
.built-within-signup h2 { font-size: clamp(3rem, 6vw, 5.8rem); }
.built-within-signup__grid > div > p:last-child { color: #c4c6c8; line-height: 1.75; }
.built-within-signup form { display: grid; gap: 16px; padding: clamp(24px, 4vw, 40px); color: #151618; background: #f7f7f5; }
.built-within-signup form > label:not(.built-within-consent):not(.apparel-honeypot),
.built-within-form-row label { display: grid; gap: 6px; font-size: 0.78rem; font-weight: 800; }
.built-within-signup input,
.built-within-signup select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #999c9f; border-radius: 0; color: #151618; background: #fff; font: inherit; }
.built-within-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.built-within-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: 0.76rem; font-weight: 600; line-height: 1.5; }
.built-within-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.apparel-honeypot { position: absolute !important; left: -9999px !important; }
[data-apparel-interest-message] { min-height: 1.5em; color: #414447; font-size: 0.8rem; font-weight: 700; }
.built-within-footer { color: #c9cbcd; background: #0c0d0e; }
.built-within-footer > div { justify-content: space-between; gap: 20px; min-height: 92px; }
.built-within-footer nav { display: flex; gap: 20px; }
.built-within-footer a { color: #fff; }

.built-within-info-hero { border-bottom: 1px solid #b9bbbd; background: linear-gradient(145deg, #f8f8f7, #e4e6e7); }
.built-within-info-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.72fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  min-height: 450px;
  padding-block: clamp(75px, 10vw, 130px);
}
.built-within-info-hero h1 { margin: 10px 0 0; font-size: clamp(4rem, 9vw, 8.5rem); line-height: 0.84; letter-spacing: -0.08em; }
.built-within-info-hero__grid > div:last-child { padding-bottom: 8px; }
.built-within-info-hero__grid > div:last-child strong { display: block; font-size: 1.15rem; }
.built-within-info-hero__grid > div:last-child p { margin-top: 12px; color: #5b5e61; line-height: 1.7; }
.built-within-info { padding-block: clamp(65px, 9vw, 110px); }
.built-within-info--border { border-top: 1px solid #b9bbbd; }
.built-within-info__lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.65fr); gap: 12px 60px; align-items: end; margin-bottom: 40px; }
.built-within-info__lead .eyebrow { grid-column: 1 / -1; }
.built-within-info__lead > p:last-child { color: #5c6063; line-height: 1.7; }
.built-within-info__lead a { color: #151618; font-weight: 800; }
.built-within-table-wrap { overflow-x: auto; border: 1px solid #aeb1b3; background: #fff; }
.built-within-table-wrap table { width: 100%; min-width: 720px; border-collapse: collapse; }
.built-within-table-wrap th,
.built-within-table-wrap td { padding: 18px 20px; border-right: 1px solid #c4c6c8; border-bottom: 1px solid #c4c6c8; text-align: left; }
.built-within-table-wrap th:last-child,
.built-within-table-wrap td:last-child { border-right: 0; }
.built-within-table-wrap tbody tr:last-child td { border-bottom: 0; }
.built-within-table-wrap th { color: #fff; background: #151618; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.built-within-table-wrap td { color: #55595c; font-size: 0.86rem; line-height: 1.45; }
.built-within-table-wrap td:first-child { color: #151618; font-weight: 850; }
.built-within-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #aeb1b3; background: #fff; }
.built-within-info-grid article { min-height: 260px; padding: 28px; border-right: 1px solid #aeb1b3; }
.built-within-info-grid article:last-child { border-right: 0; }
.built-within-info-cta { color: #fff; background: #151618; }
.built-within-info-cta > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; padding-block: clamp(55px, 8vw, 90px); }
.built-within-info-cta h2 { color: #fff; }
.built-within-info-cta p:not(.eyebrow) { max-width: 720px; margin-top: 16px; color: #c6c8ca; line-height: 1.65; }
.built-within-info-cta .built-within-text-link { color: #fff; }
.built-within-info-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #aeb1b3; background: #fff; }
.built-within-info-columns section { padding: 30px; border-right: 1px solid #aeb1b3; }
.built-within-info-columns section:last-child { border-right: 0; }
.built-within-info-columns h3 { margin-top: 0; }
.built-within-reward-detail { color: #fff; background: #151618; }
.built-within-reward-detail__grid { display: grid; grid-template-columns: minmax(250px, 0.6fr) minmax(0, 1fr); gap: clamp(40px, 9vw, 130px); align-items: center; padding-block: clamp(70px, 9vw, 115px); }
.built-within-reward-detail .built-within-promotion__amount,
.built-within-reward-detail h2 { color: #fff; }
.built-within-reward-detail .eyebrow { color: #c6c8ca; }
.built-within-reward-detail__grid > div:last-child p { margin: 18px 0 0; color: #c6c8ca; line-height: 1.7; }
.built-within-reward-detail .btn { margin-top: 28px; }
.built-within-contact-band { display: flex; justify-content: space-between; gap: 24px; margin-top: 20px; padding: 22px 24px; color: #fff; background: #151618; }
.built-within-contact-band a { color: #fff; font-weight: 800; }
.built-within-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #aeb1b3; background: #fff; }
.built-within-contact-grid a { display: grid; grid-template-columns: auto 1fr; gap: 4px 18px; min-height: 180px; align-content: center; padding: 28px; border-right: 1px solid #aeb1b3; border-bottom: 1px solid #aeb1b3; color: #151618; text-decoration: none; }
.built-within-contact-grid a:nth-child(2n) { border-right: 0; }
.built-within-contact-grid a:nth-last-child(-n+2) { border-bottom: 0; }
.built-within-contact-grid a strong { font-size: 1.35rem; }
.built-within-contact-grid a small { grid-column: 2; margin-top: 5px; color: #5b5e61; font-size: 0.82rem; line-height: 1.5; }
.built-within-contact-grid a:hover,
.built-within-contact-grid a:focus-visible { color: #fff; background: #151618; }
.built-within-contact-grid a:hover span,
.built-within-contact-grid a:hover small,
.built-within-contact-grid a:focus-visible span,
.built-within-contact-grid a:focus-visible small { color: #c8cacc; }

@media (max-width: 900px) {
  .built-within-hero__grid,
  .built-within-signup__grid { grid-template-columns: 1fr; }
  .built-within-hero__grid { padding-bottom: 55px; }
  .built-within-hero figure { width: min(560px, 100%); margin-inline: auto; }
  .built-within-collection > header { grid-template-columns: 1fr; gap: 16px; }
  .built-within-lookbook__header { grid-template-columns: 1fr; }
  .built-within-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .built-within-promotion__grid,
  .built-within-info-hero__grid,
  .built-within-info__lead,
  .built-within-reward-detail__grid { grid-template-columns: 1fr; }
  .built-within-process ol,
  .built-within-info-grid { grid-template-columns: 1fr; }
  .built-within-process li,
  .built-within-info-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid #aeb1b3; }
  .built-within-process li:last-child,
  .built-within-info-grid article:last-child { border-bottom: 0; }
  .built-within-info-hero__grid { min-height: 0; }
  .built-within-info__lead .eyebrow { grid-column: auto; }
  .built-within-info-cta > div { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .built-within-nav { min-height: 68px; }
  .built-within-nav-links { max-width: 52vw; overflow-x: auto; padding-block: 22px; white-space: nowrap; }
  .built-within-brand img { width: 38px; height: 38px; }
  .built-within-hero__grid { min-height: auto; padding-top: 52px; }
  .built-within-hero h1 { font-size: clamp(3.35rem, 16vw, 4.7rem); }
  .built-within-strip > div { grid-template-columns: 1fr; }
  .built-within-strip p { min-height: 94px; border-right: 0; border-bottom: 1px solid #414346; }
  .built-within-strip p:last-child { border-bottom: 0; }
  .built-within-grid { grid-template-columns: 1fr; }
  .built-within-lookbook__grid { grid-template-columns: 1fr; }
  .built-within-lookbook__wide { grid-column: auto; }
  .built-within-form-row { grid-template-columns: 1fr; }
  .built-within-footer > div { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 24px; }
  .built-within-footer nav { flex-wrap: wrap; }
  .built-within-info-columns,
  .built-within-contact-grid { grid-template-columns: 1fr; }
  .built-within-info-columns section,
  .built-within-contact-grid a { border-right: 0; border-bottom: 1px solid #aeb1b3; }
  .built-within-info-columns section:last-child,
  .built-within-contact-grid a:last-child { border-bottom: 0; }
  .built-within-contact-grid a:nth-last-child(2) { border-bottom: 1px solid #aeb1b3; }
  .built-within-contact-band { align-items: flex-start; flex-direction: column; }
  .built-within-info-hero h1 { overflow-wrap: anywhere; }
}
.cart-apparel-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.cart-apparel-option {
  display: grid;
  gap: 4px;
  color: #606366;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cart-apparel-option select {
  width: 100%;
  min-height: 38px;
  border: 1px solid #b6b8ba;
  border-radius: 0;
  padding: 6px 8px;
  color: #151618;
  background: #fff;
  font: inherit;
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: none;
}
.cart-hoodie-offer .apparel-size-guide {
  margin-top: 12px;
}
.cart-hoodie-offer .apparel-size-guide__body {
  display: block;
  overflow-x: auto;
}
.cart-hoodie-offer .apparel-size-guide table {
  min-width: 390px;
}
.home-apparel-rail .home-apparel__offer {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 18px 0 0;
  padding: 16px 18px;
  border-color: #8e9295;
  background: rgba(255,255,255,0.74);
  color: #575a5d;
  font-size: 0.78rem;
}
.home-apparel-rail .home-apparel__offer strong {
  display: block;
  margin: 0 0 5px;
  color: #17191b;
  font-size: 0.82rem;
}
.home-apparel-rail .home-apparel__offer span {
  display: block;
  max-width: 980px;
}
.home-ordering-strip {
  border-top: 0;
}
.home-ordering-strip .home-trust__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-ordering {
  padding-block: clamp(64px, 8vw, 100px);
  border-block: 1px solid #b8babc;
  background: #e7e8e7;
}
.home-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #9fa2a4;
  background: rgba(255,255,255,0.72);
  list-style: none;
}
.home-step-grid li {
  min-height: 240px;
  padding: 30px;
  border-right: 1px solid #aeb1b3;
}
.home-step-grid li:last-child { border-right: 0; }
.home-step-grid b {
  color: #737679;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}
.home-step-grid strong {
  display: block;
  max-width: 250px;
  margin-top: 52px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.home-step-grid p {
  margin-top: 12px;
  color: #626568;
  font-size: 0.88rem;
}
.home-quality {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(44px, 8vw, 100px);
}
.home-quality__copy > p:last-of-type {
  max-width: 560px;
  margin-top: 22px;
  color: #5c5f62;
}
.home-quality__records {
  border: 1px solid #9fa2a4;
  background: #fff;
}
.home-quality__records article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 2px 18px;
  padding: 24px;
  border-bottom: 1px solid #c5c7c8;
}
.home-quality__records article:last-child { border-bottom: 0; }
.home-quality__records span {
  grid-row: 1 / 3;
  color: #777a7d;
  font-size: 0.72rem;
  font-weight: 800;
}
.home-quality__records strong { font-size: 1rem; }
.home-quality__records p { color: #686b6e; font-size: 0.8rem; }
.home-shipping {
  padding-block: 56px;
  color: #fff;
  background: #151618;
}
.home-shipping__grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr auto;
  align-items: center;
  gap: 46px;
}
.home-shipping h2,
.home-shipping .eyebrow { color: #fff; }
.home-shipping p { color: #c8cacc; }
.home-shipping .btn-ghost {
  border-color: #6e7174;
  color: #fff;
  background: transparent;
  white-space: nowrap;
}
.home-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #afb2b4;
  background: rgba(255,255,255,0.74);
}
.home-benefit-grid article {
  min-height: 165px;
  padding: 24px;
  border-right: 1px solid #c4c6c8;
  border-bottom: 1px solid #c4c6c8;
}
.home-benefit-grid article:nth-child(even) { border-right: 0; }
.home-benefit-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.home-benefit-grid strong { display: block; margin-bottom: 16px; }
.home-benefit-grid p { color: #66696c; font-size: 0.82rem; }
.home-account-benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: stretch;
  gap: 18px;
}
.home-account-hoodie {
  display: grid;
  grid-template-rows: minmax(0, 1.15fr) auto;
  overflow: hidden;
  border: 1px solid #afb2b4;
  background: rgba(255,255,255,0.82);
}
.home-account-hoodie__image {
  display: block;
  min-height: 160px;
  overflow: hidden;
  border-bottom: 1px solid #c4c6c8;
  background: #f4f3f1;
}
.home-account-hoodie__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(.18,.82,.22,1);
}
.home-account-hoodie__image:hover img,
.home-account-hoodie__image:focus-visible img { transform: scale(1.018); }
.home-account-hoodie__copy { padding: 17px 19px 19px; }
.home-account-hoodie__copy h3 {
  margin: 6px 0 8px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.home-account-hoodie__copy > p:not(.eyebrow) {
  max-width: 660px;
  color: #5f6265;
  font-size: 0.78rem;
  line-height: 1.48;
}
.home-account-hoodie__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}
.home-account-hoodie__actions .btn {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.72rem;
}
.home-boundary {
  border-top: 1px solid #b9bbbd;
  background: #f9f9f8;
}
.home-boundary__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding-block: 30px;
}
.home-boundary__inner > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: #151618;
  font-weight: 900;
}
.home-boundary__inner p {
  color: #66696c;
  font-size: 0.82rem;
}
.home-boundary__inner a {
  color: #151618;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr auto 1fr;
  align-items: start;
  gap: 44px;
  padding-block: 46px;
}
.footer-grid > div > strong {
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
}
.footer-grid > div > p,
.footer-legal {
  margin-top: 9px;
  color: #aeb1b3;
  font-size: 0.75rem;
}
.footer-grid .footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px 26px;
}
.footer-grid .footer-links a { color: #d6d8d9; }
.footer-legal { margin: 0; text-align: right; }

@media (max-width: 960px) {
  .home-hero__grid {
    grid-template-columns: minmax(330px, 1fr) minmax(245px, 0.66fr);
  }
  .home-hero::after {
    background-position: 52% 44%;
    background-size: 860px auto;
    opacity: 0.16;
  }
  .home-hero__bear img {
    width: min(420px, 118%);
  }
  .home-product-tile { flex-basis: 168px; }
  .home-apparel-tile { flex-basis: 200px; }
  .home-quality { grid-template-columns: 1fr; }
  .home-shipping__grid { grid-template-columns: 1fr 1fr; }
  .home-shipping__grid .btn { grid-column: 1 / -1; justify-self: start; }
  .home-account-benefits-layout { grid-template-columns: 1fr; }
  .home-benefit-grid article { min-height: 160px; }
  .home-account-hoodie {
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: auto;
  }
  .home-account-hoodie__image {
    border-right: 1px solid #c4c6c8;
    border-bottom: 0;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; text-align: left; }
  .format-chooser__header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "copy";
  }
  .format-chooser__copy {
    margin-top: 4px;
    padding: 14px 0 0;
    border-top: 1px solid #a9acae;
    border-left: 0;
  }
  .format-chooser__options { grid-template-columns: 1fr; }
  .format-transport { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .format-transport__intro {
    grid-column: 1 / -1;
    padding-right: 0;
  }
  .home-featured-bear {
    top: 28px;
    left: 70%;
    width: 155px;
    opacity: 0.78;
  }
}

@media (max-width: 680px) {
  .home-hero { min-height: auto; }
  .home-hero::after {
    background-position: 50% 25%;
    background-size: 650px auto;
    opacity: 0.12;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.72) 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.72) 60%, transparent 100%);
  }
  .home-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 34px;
  }
  .home-hero__copy h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .home-hero__copy > p:last-of-type { font-size: 0.95rem; }
  .home-hero__bear {
    width: min(360px, 84vw);
    justify-self: center;
    margin-top: 4px;
  }
  .home-hero__bear img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }
  .home-trust__grid { grid-template-columns: 1fr; }
  .home-trust__grid p {
    min-height: 80px;
    border-right: 0;
    border-bottom: 1px solid #3e4042;
  }
  .home-trust__grid p:last-child { border-bottom: 0; }
  .home-section__head { align-items: start; flex-direction: column; }
  .home-featured-shell::before {
    inset: 0 -52% 0 3%;
    background-position: 64% 18%;
    background-size: 860px auto;
    opacity: 0.065;
  }
  .home-featured-bear {
    top: 24px;
    right: 5%;
    left: auto;
    width: 105px;
    opacity: 0.62;
    transform: rotate(-2deg);
  }
  .compound-guide-hero__bear {
    top: 24px;
    right: -18px;
    width: 132px;
    max-width: calc(100% - 18px);
    opacity: 0.3;
  }
  .home-featured-actions {
    width: 100%;
    justify-content: space-between;
  }
  .home-featured-controls { display: none; }
  .home-featured-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }
  .home-quick-order-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 18px 0 0;
    padding: 24px 20px;
  }
  .home-quick-order-cta .btn {
    width: 100%;
  }
  .home-product-tile {
    display: grid;
    width: 100%;
    grid-template-columns: 46% 54%;
    align-items: stretch;
  }
  .home-product-tile__image {
    height: 270px;
    border-right: 1px solid #c5c7c8;
    border-bottom: 0;
  }
  .home-product-tile .brochure-vial { height: 100%; }
  .home-product-tile__copy { min-height: 112px; }
  .home-apparel-rail .home-apparel-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home-apparel-tile {
    width: 100%;
  }
  .home-apparel-tile .home-product-tile__image {
    height: 270px;
  }
  .home-apparel-tile .home-product-tile__copy {
    min-height: auto;
  }
  .home-step-grid { grid-template-columns: 1fr; }
  .home-step-grid li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #aeb1b3;
  }
  .home-step-grid li:last-child { border-bottom: 0; }
  .home-step-grid strong { margin-top: 22px; }
  .home-quality__records article { padding: 20px; }
  .home-shipping__grid { grid-template-columns: 1fr; gap: 24px; }
  .home-shipping__grid .btn { grid-column: auto; }
  .home-benefit-grid { grid-template-columns: 1fr; }
  .home-benefit-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #c4c6c8;
  }
  .home-benefit-grid article:last-child { border-bottom: 0; }
  .home-account-hoodie {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }
  .home-account-hoodie__image,
  .home-account-hoodie__image img { min-height: 155px; }
  .home-account-hoodie__image {
    border-right: 0;
    border-bottom: 1px solid #c4c6c8;
  }
  .home-account-hoodie__actions { align-items: stretch; flex-direction: column; }
  .home-account-hoodie__actions .text-link { align-self: flex-start; }
  .home-boundary__inner { grid-template-columns: auto 1fr; }
  .home-boundary__inner a { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid .footer-links { grid-template-columns: repeat(3, 1fr); }
  .footer-legal { grid-column: auto; }
}

/* ---------- catalogue and account conversion refinements ---------- */
.shop-packaging-note {
  grid-area: note;
  margin: 4px 0 0;
  padding-top: 12px;
  border-top: 1px solid #d2d4d5;
  color: #606366;
  font-size: 0.76rem;
}
.shop-packaging-note strong { color: #151618; }
.shop-section .product-research-note { display: none; }
.shop-section .product-info {
  align-content: start;
  min-height: 286px;
}
.shop-section .product-info label {
  grid-row: auto;
  grid-column: 1 / -1;
}
.shop-section .product-info label:has(.presentation-select) {
  grid-row: auto;
}
.shop-section .product-buy {
  grid-row: auto;
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  margin-top: 3px;
}
.shop-section .product-detail-link {
  order: 1;
  width: fit-content;
  color: #151618;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}
.shop-section .product-detail-link:hover { text-decoration: underline; }
.shop-section .product-release-status {
  min-height: 1.4em;
  margin-top: 0;
  font-weight: 750;
}
.product-presentation-note {
  color: #66696c;
  font-size: 0.72rem;
  line-height: 1.45;
}
.portal-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.portal-form__intro {
  margin-bottom: 16px;
  color: #66696c;
  font-size: 0.82rem;
}
.password-reset-card {
  width: min(620px, 100%);
  margin: 0 auto;
  border: 1px solid #aeb1b3;
}
.password-reset-card h1 {
  margin-top: 8px;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 0.96;
}
.account-order__tracking {
  color: #151618 !important;
  font-weight: 750;
}
.account-order__reward {
  display: block;
  margin-top: 7px;
  color: #2e5f46;
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1.45;
}
.order-tracking-reference {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #aeb1b3;
  color: #151618;
  background: #f4f4f3;
  font-size: 0.78rem;
  font-weight: 800;
}
.home-page .site-footer { margin-top: 0; }

@media (max-width: 620px) {
  .shop-section .product-info { min-height: 0; }
  .portal-tabs { grid-template-columns: 1fr; }
  .transport-gallery { grid-template-columns: 1fr; }
  .format-chooser__header { gap: 8px; }
  .format-chooser__header h2 { font-size: clamp(2.5rem, 13vw, 3.7rem); }
  .format-shipping-benefit { align-items: flex-start; flex-direction: column; gap: 3px; }
  .format-shipping-benefit span { white-space: normal; }
  .format-summary-grid article {
    min-height: 0;
    padding: 20px 18px;
  }
  .format-option__heading { padding: 17px 16px; }
  .format-option__heading h3 {
    font-size: clamp(1.35rem, 7vw, 2rem);
    line-height: 1.06;
  }
  .format-option__visual { height: 220px; }
  .format-option__visual img { height: 198px; }
  .format-water-bottle {
    width: 92px;
    height: 128px;
  }
  .process-date-card {
    width: 40%;
    padding: 14px 10px;
  }
  .format-option__summary { padding: 17px 16px 0; }
  .format-flow {
    grid-template-columns: 1fr;
    margin: 17px 16px;
  }
  .format-flow li {
    min-height: 88px;
    padding: 38px 14px 14px;
    border-right: 0;
    border-bottom: 1px solid #b7b9bb;
  }
  .format-flow li:last-child { border-bottom: 0; }
  .format-flow li:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -11px;
    transform: translateX(50%);
  }
  .format-option__handling {
    grid-template-columns: 1fr;
    margin: 0 16px 17px;
  }
  .format-option__handling div {
    border-right: 0;
    border-bottom: 1px solid #b7b9bb;
  }
  .format-option__handling div:last-child { border-bottom: 0; }
  .format-option__price { margin: 0 16px 17px; }
  .format-option__link { padding: 15px 16px; }
  .format-transport { grid-template-columns: 1fr; }
  .format-transport__intro { grid-column: auto; }
}

/* ---------- clean browse-first catalogue and compound choices ---------- */
.shop-head--catalogue {
  width: min(1320px, 94%);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  grid-template-areas: none;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(28px, 4vw, 48px) 0 24px;
  border-bottom: 1px solid #d6d8d9;
}
.shop-head--catalogue > div {
  grid-column: 1;
  min-width: 0;
}
.shop-head--catalogue h1 {
  max-width: none;
  margin-top: 7px;
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: 0.94;
}
.shop-head--catalogue .section-lede {
  grid-area: auto;
  grid-column: 2;
  max-width: 560px;
  margin: 0;
  color: #56595c;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.52;
}
.shop-head--catalogue .section-lede strong {
  color: #151618;
  font-weight: 800;
}
.shop-section.container { width: min(1320px, 94%); }
.shop-section .shop-toolbar {
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.7fr) auto auto;
  padding: 28px 0 22px;
}
.catalogue-ordering {
  display: flex;
  gap: 10px;
  align-items: end;
}
.catalogue-sort {
  display: grid;
  gap: 5px;
  color: #55585b;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalogue-sort select {
  min-height: 38px;
  padding: 7px 32px 7px 11px;
  border: 1px solid #c8cacc;
  border-radius: 9px;
  color: #151618;
  background: #fbfbfa;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.shop-section .catalogue-availability:disabled {
  cursor: wait;
  opacity: 0.56;
}
.shop-section .filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.shop-section .filter-button {
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid #d7d9da;
  border-radius: 999px;
  color: #4d5053;
  background: #f4f5f4;
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
}
.shop-section .filter-button:hover,
.shop-section .filter-button.active {
  border-color: #151618;
  color: #fff;
  background: #151618;
}
.shop-section .catalogue-search input {
  border-color: #c8cacc;
  border-radius: 10px;
  background: #fbfbfa;
}
.shop-section .catalogue-results { padding: 16px 0 14px; }
.shop-section .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
}
.shop-section .catalogue-card {
  border-color: #d6d8d9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(18, 19, 21, 0.035);
  transform-origin: center;
  transition: transform 210ms ease, border-color 210ms ease, box-shadow 210ms ease;
}
.shop-section .catalogue-card:hover,
.shop-section .catalogue-card:focus-within {
  z-index: 4;
  border-color: #8e9295;
  transform: scale(1.035);
  box-shadow: 0 22px 48px rgba(18, 19, 21, 0.18);
}
.shop-section .catalogue-card__visual,
.shop-section .catalogue-card--essential .product-image {
  height: clamp(210px, 19vw, 260px);
  border-bottom-color: #e0e1e2;
}
.shop-section .catalogue-card__visual .brochure-vial {
  --vial-scale: 88%;
  background-position: center;
  transition: transform 260ms ease, filter 260ms ease;
}
.shop-section .catalogue-card:hover .catalogue-card__visual .brochure-vial,
.shop-section .catalogue-card:focus-within .catalogue-card__visual .brochure-vial {
  transform: scale(1.09);
  filter: contrast(1.035) saturate(1.02);
}
.shop-section .catalogue-card:hover .catalogue-card__visual .catalogue-product-photo,
.shop-section .catalogue-card:focus-within .catalogue-card__visual .catalogue-product-photo {
  transform: scale(1.045);
  filter: contrast(1.025) saturate(1.01);
}
.shop-section .catalogue-card__body,
.shop-section .catalogue-card--essential .product-info {
  min-height: 248px;
  padding: 17px;
}
.shop-section .catalogue-card--essential .product-info {
  display: flex;
  flex-direction: column;
  min-height: 265px;
  gap: 0;
}
.shop-section .catalogue-card__meta {
  min-height: 4.1em;
  max-height: 4.1em;
  overflow: hidden;
  font-size: 0.58rem;
}
.shop-section .catalogue-card--essential .product-format {
  min-height: 4.1em;
  max-height: 4.1em;
  overflow: hidden;
  font-size: 0.58rem;
}
.shop-section .catalogue-card__body h2,
.shop-section .catalogue-card--essential .product-info h2 {
  min-height: 2.1em;
  margin-top: 8px;
  font-size: 1.35rem;
}
.shop-section .catalogue-card__summary {
  min-height: 3.05em;
  margin-top: 8px;
  -webkit-line-clamp: 2;
}
.shop-section .catalogue-card__option-count {
  margin-top: 11px;
  color: #676a6d;
  font-size: 0.69rem;
  font-weight: 750;
}
.shop-section .catalogue-card__saving {
  align-self: flex-start;
  margin-top: 8px;
  padding: 5px 8px;
  border: 1px solid #9bb7a5;
  border-radius: 999px;
  color: #20563a;
  background: #edf7f1;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.25;
}
.shop-section .catalogue-card__choices { display: none; }
.shop-section .catalogue-card__footer {
  margin-top: auto;
  padding-top: 13px;
}
.shop-section .catalogue-card__footer .btn { border-radius: 8px; }
.shop-section .catalogue-card__quick-add:disabled { cursor: wait; opacity: 0.64; }
.shop-section .catalogue-card--essential .product-research-note {
  display: -webkit-box;
  min-height: 3.05em;
  margin-top: 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.shop-section .catalogue-card--essential label { display: none; }
.shop-section .catalogue-card--essential .preparation-choice { display: none; }
.shop-section .catalogue-card--essential .product-buy .btn { border-radius: 8px; }
.shop-section .catalogue-card--essential .product-buy {
  min-height: 65px;
  align-items: end;
  order: 2;
  margin-top: 0;
}
.shop-section .catalogue-card--essential .product-release-status {
  order: 1;
  margin-top: auto;
}

.catalogue-guide {
  width: min(1320px, 94%);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 54px);
  margin-top: clamp(56px, 8vw, 110px);
  padding: clamp(36px, 5vw, 64px);
  border: 1px solid #cfd1d2;
  background: #f7f7f6;
}
.catalogue-guide__heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1.28fr);
  align-items: end;
  gap: clamp(28px, 6vw, 86px);
}
.catalogue-guide__heading .eyebrow,
.catalogue-guide__heading h2 { grid-column: 1; }
.catalogue-guide__heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}
.catalogue-guide__heading h2 {
  margin-top: 8px;
  font-size: clamp(2.35rem, 4vw, 4.6rem);
  line-height: 0.96;
}
.catalogue-guide__heading > p:last-child {
  margin-top: 18px;
  color: #5c5f62;
}
.catalogue-guide__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
  gap: 14px;
}
.catalogue-guide__steps article {
  position: relative;
  display: grid;
  grid-template-rows: 168px 1fr;
  min-width: 0;
  overflow: visible;
  border: 1px solid #aeb1b3;
  background: #fbfbfa;
}
.catalogue-guide__steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 3;
  top: 145px;
  right: -23px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #151618;
  border-radius: 50%;
  color: #fff;
  background: #151618;
  font-size: 1rem;
  font-weight: 850;
  box-shadow: 0 0 0 6px #f7f7f6;
}
.catalogue-guide__step-copy {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  padding: 20px;
  border-top: 1px solid #c9cbcc;
}
.catalogue-guide__number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #151618;
  font-size: 0.76rem;
  font-weight: 850;
}
.catalogue-guide__steps h3 {
  min-height: 2.25em;
  font-size: 1rem;
  line-height: 1.15;
}
.catalogue-guide__steps p {
  margin-top: 7px;
  color: #626568;
  font-size: 0.8rem;
  line-height: 1.5;
}
.catalogue-guide__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #eff1f1, #dfe2e2);
}
.catalogue-guide__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalogue-guide__visual--formats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 1px;
  background: #c9cccd;
}
.catalogue-guide__visual--formats img {
  min-width: 0;
  height: 134px;
  object-fit: cover;
  object-position: center 36%;
}
.catalogue-guide__visual--formats span {
  padding: 7px 10px;
  color: #4b4e51;
  background: #eceeed;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.catalogue-guide__visual--status {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
}
.catalogue-guide__visual--status span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border: 1px solid #b9bcbd;
  border-radius: 999px;
  color: #5c5f62;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.catalogue-guide__visual--status span::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #aeb1b3;
}
.catalogue-guide__visual--status .is-available {
  border-color: #8fb7a1;
  color: #20563a;
  background: #edf7f1;
}
.catalogue-guide__visual--status .is-available::after { background: #2f7b52; }
.catalogue-guide__visual--status .is-selected {
  border-color: #151618;
  color: #151618;
}
.catalogue-guide__visual--status .is-selected::after { background: #151618; }
.catalogue-guide__visual--transport img { object-position: center; }
.catalogue-guide__visual--hoodie img { object-fit: cover; object-position: center 45%; }
.catalogue-guide__visual--hoodie span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: #fff;
  background: #151618;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalogue-guide__details {
  grid-column: 1 / -1;
  margin-top: 0;
  background: #fff;
}
.catalogue-guide__details .format-details__content {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
}
.catalogue-guide__details .format-details__content > div {
  display: grid;
  align-content: start;
  gap: 16px;
}

.seo-product-purchase .variant-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

/* Product pages keep the vial, catalogue choices and live price together in
   the first screen; research context follows once the customer has oriented. */
.seo-product-overview {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding-top: 16px;
  padding-bottom: clamp(42px, 6vw, 72px);
}
.seo-product-overview .seo-compound-vial {
  position: sticky;
  top: 108px;
  min-height: 500px;
  border-radius: 14px;
  overflow: hidden;
}
.seo-product-overview .seo-compound-vial .brochure-vial {
  width: min(100%, 410px);
  height: 465px;
}
.seo-product-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: center;
}
.seo-product-overview .seo-product-purchase {
  padding: clamp(24px, 2.8vw, 36px);
  border: 1px solid #c5c7c9;
  border-radius: 14px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 34px rgba(17,18,20,0.055);
}
.seo-product-overview .seo-product-purchase h1 {
  margin: 5px 0 9px;
  font-size: clamp(3rem, 4.5vw, 4.75rem);
  line-height: 0.92;
}
.seo-product-identity {
  margin: 0;
  color: #5b5e61;
  font-size: 1rem;
  line-height: 1.5;
}
.seo-product-overview .compound-card__topics {
  margin-top: 10px;
}
.seo-product-options-label {
  margin: 20px 0 4px;
  padding-top: 15px;
  border-top: 1px solid #d1d3d4;
}
.seo-product-overview .seo-product-purchase h2 {
  margin: 0 0 9px;
  font-size: clamp(1.5rem, 2.3vw, 2.15rem);
}
.seo-product-overview .variant-choice-card {
  min-height: 118px;
  padding: 12px;
}
.seo-product-overview .seo-product-purchase .product-buy { margin-top: 14px; }
.seo-compound-content--support {
  grid-template-columns: minmax(0, 1fr);
}
.seo-compound-content--support > article {
  max-width: none;
}
.seo-product-purchase .variant-choice-card {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 148px;
  padding: 15px;
  border: 1px solid #bfc2c4;
  border-radius: 10px;
  color: #151618;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.seo-product-purchase .variant-choice-card:hover,
.seo-product-purchase .variant-choice-card:focus-visible {
  z-index: 2;
  border-color: #151618;
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(18, 19, 21, 0.12);
}
.seo-product-purchase .variant-choice-card.is-selected {
  border: 2px solid #151618;
  background: #f4f4f3;
}
.variant-choice-card__status {
  color: #246040;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.variant-choice-card.is-unavailable .variant-choice-card__status { color: #7a3f3f; }
.variant-choice-card > strong { align-self: end; font-size: 1.1rem; }
.variant-choice-card > span:not(.variant-choice-card__status) {
  color: #626568;
  font-size: 0.72rem;
  line-height: 1.35;
}
.variant-choice-card > b { margin-top: 4px; font-size: 1.25rem; }

@media (min-width: 1500px) {
  .shop-head--catalogue,
  .shop-section.container,
  .catalogue-guide { width: min(1440px, 94%); }
  .shop-section .product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 1080px) {
  .shop-section .shop-toolbar { grid-template-columns: 1fr; }
  .catalogue-ordering {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }
  .catalogue-ordering .catalogue-availability,
  .catalogue-ordering .catalogue-sort,
  .catalogue-ordering .catalogue-sort select {
    width: 100%;
    min-width: 0;
  }
  .shop-section .cart-summary { grid-column: auto; justify-self: stretch; }
  .shop-section .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalogue-guide__heading { grid-template-columns: 1fr; }
  .catalogue-guide__heading .eyebrow,
  .catalogue-guide__heading h2,
  .catalogue-guide__heading > p:last-child { grid-column: 1; grid-row: auto; }
  .catalogue-guide__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogue-guide__steps article:nth-child(2)::after { display: none; }
  .catalogue-guide__details { grid-column: auto; }
  .seo-product-overview {
    grid-template-columns: minmax(300px, 0.8fr) minmax(400px, 1.2fr);
    gap: 28px;
  }
  .seo-product-overview .seo-compound-vial { min-height: 450px; }
  .seo-product-overview .seo-compound-vial .brochure-vial { height: 420px; }
}
@media (max-width: 760px) {
  .shop-head--catalogue { grid-template-columns: 1fr; align-items: start; }
  .shop-head--catalogue > div,
  .shop-head--catalogue .section-lede { grid-column: 1; }
  .shop-section .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogue-guide { padding: 28px 20px; }
  .catalogue-guide__steps { grid-template-columns: 1fr; }
  .catalogue-guide__steps article { grid-template-rows: 190px 1fr; min-height: 0; }
  .catalogue-guide__steps article:not(:last-child)::after,
  .catalogue-guide__steps article:nth-child(2)::after {
    top: auto;
    right: 50%;
    bottom: -23px;
    display: grid;
    transform: translateX(50%) rotate(90deg);
  }
  .catalogue-guide__details .format-details__content { grid-template-columns: 1fr; }
  .seo-product-overview { grid-template-columns: 1fr; }
  .seo-product-overview .seo-compound-vial {
    position: static;
    min-height: 360px;
  }
  .seo-product-overview .seo-compound-vial .brochure-vial { height: 340px; }
}
@media (max-width: 520px) {
  .shop-section .filter-group { display: flex; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .shop-section .filter-button { flex: 0 0 auto; }
  .shop-section .product-grid { grid-template-columns: 1fr; }
  .shop-section .catalogue-card__visual,
  .shop-section .catalogue-card--essential .product-image { height: 250px; }
  .shop-section .catalogue-card--essential .product-info { min-height: 0; }
  .seo-product-purchase .variant-choice-grid { grid-template-columns: 1fr; }
}

/* ---------- full-width catalogue and product stages ---------- */
.home-page,
.shop-page,
.seo-compound-page {
  background: #e9ebeb;
}
.home-page .home-main,
.shop-page .shop-main,
.seo-compound-page .seo-compound-main {
  width: 100%;
  background:
    radial-gradient(circle at 92% 7%, rgba(198, 230, 239, 0.26), transparent 25%),
    radial-gradient(circle at 6% 28%, rgba(229, 207, 220, 0.18), transparent 23%),
    linear-gradient(145deg, #eef0ef, #e1e4e4 54%, #f0f1f0);
}
.shop-page .shop-main {
  padding-bottom: clamp(64px, 8vw, 110px);
}
.shop-page .shop-head--catalogue,
.shop-page .shop-section,
.shop-page .catalogue-guide {
  position: relative;
  z-index: 1;
}
.shop-page .shop-head--catalogue {
  border: 1px solid #c5c8c9;
  border-top: 0;
  background: rgba(248, 248, 247, 0.72);
  padding-inline: clamp(24px, 4vw, 54px);
}
.shop-page .shop-section {
  margin-top: 18px;
  padding: 0 clamp(18px, 2.5vw, 34px) clamp(34px, 4vw, 54px);
  border: 1px solid #c5c8c9;
  background: rgba(248, 248, 247, 0.78);
}
.shop-page .catalogue-guide { margin-bottom: 0; }

.seo-product-stage {
  width: 100%;
  padding-bottom: clamp(38px, 5vw, 62px);
  border-bottom: 1px solid #b9bcbd;
  background:
    radial-gradient(circle at 90% 8%, rgba(193, 227, 238, 0.28), transparent 27%),
    linear-gradient(135deg, #eef0ef, #dfe2e2 56%, #eff0ef);
}
.seo-product-stage .seo-breadcrumb { padding-bottom: 18px; }
.seo-product-overview {
  gap: 0;
  align-items: stretch;
  padding: 16px;
  border: 1px solid #aeb2b3;
  background: rgba(248, 248, 247, 0.82);
  box-shadow: 0 24px 58px rgba(18, 20, 22, 0.10);
}
.seo-product-overview .seo-compound-vial {
  position: relative;
  top: auto;
  height: auto;
  min-height: 610px;
  border: 0;
  border-radius: 0;
  background: #eceeef;
}
.seo-product-overview .seo-compound-vial .brochure-vial {
  width: 100%;
  height: 100%;
  min-height: 610px;
  --vial-scale: cover;
  background-size: cover;
  background-position: center 52%;
}
.seo-product-overview .seo-product-purchase {
  min-height: 610px;
  justify-content: center;
  border: 0;
  border-left: 1px solid #b7babb;
  border-radius: 0;
  background: rgba(250, 250, 249, 0.94);
  box-shadow: none;
}
.seo-product-overview .seo-product-purchase h1 {
  max-width: 13ch;
  font-size: clamp(2.65rem, 4vw, 4.15rem);
  line-height: 0.95;
  text-wrap: balance;
}
.seo-product-overview .seo-product-purchase h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
}
.seo-product-option-note {
  max-width: 650px;
  margin: 0 0 13px;
  color: #626568;
  font-size: 0.78rem;
  line-height: 1.5;
}
.seo-product-overview .seo-product-purchase > .product-format { display: none; }
.seo-product-overview .seo-product-purchase .product-release-status { margin-bottom: 2px; }
.seo-product-overview .variant-choice-grid { margin-top: 8px; }
.seo-product-overview .variant-choice-card {
  min-height: 126px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.82);
}
.seo-product-overview .variant-choice-card.is-selected { background: #eef0ef; }
.seo-product-overview .preparation-choice__summary {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 3px solid #151618;
  color: #4f5255;
  background: #eceeed;
  font-size: 0.78rem;
  line-height: 1.45;
}
.seo-product-overview .seo-product-document { background: #e2e5e5; }

.seo-strength-section {
  padding-top: clamp(52px, 7vw, 88px);
  padding-bottom: clamp(46px, 6vw, 76px);
}
.seo-strength-section--overview {
  grid-column: 1 / -1;
  margin-top: 16px;
  padding: clamp(24px, 3vw, 38px);
  border-top: 1px solid #aeb2b3;
  background: rgba(241, 243, 242, 0.96);
}
.seo-strength-section--overview .seo-strength-section__head {
  align-items: center;
  margin-bottom: 18px;
}
.seo-strength-section--overview .seo-strength-section__head h2 {
  font-size: clamp(2rem, 3.2vw, 3.35rem);
}
.seo-strength-section--overview .seo-strength-card {
  min-height: 154px;
}
.seo-strength-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(28px, 5vw, 70px);
  margin-bottom: 24px;
}
.seo-strength-section__head h2 {
  margin-top: 4px;
  font-size: clamp(2.35rem, 4.5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}
.seo-strength-section__head > p {
  color: #55585b;
  line-height: 1.6;
}
.seo-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.seo-strength-card {
  display: grid;
  min-height: 176px;
  align-content: start;
  padding: 20px;
  border: 1px solid #9ea2a4;
  background: rgba(250, 250, 249, 0.88);
}
.seo-strength-card__media {
  position: relative;
  width: calc(100% + 40px);
  height: 190px;
  margin: -20px -20px 18px;
  overflow: hidden;
  border-bottom: 1px solid #c4c7c8;
  background: #eceeef;
}
.seo-strength-card__media > img,
.seo-strength-card__media .brochure-vial {
  display: block;
  width: 100%;
  height: 100%;
}
.seo-strength-card__media > img {
  object-fit: cover;
  object-position: center;
}
.seo-strength-card__media .brochure-vial {
  background-color: #eceeef;
  background-position: center;
  background-size: cover;
}
.seo-strength-card__media-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(20, 21, 23, 0.9);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.seo-strength-card__status {
  justify-self: start;
  margin-bottom: 18px;
  padding: 5px 9px;
  border: 1px solid #8fb7a1;
  border-radius: 999px;
  color: #20563a;
  background: #edf7f1;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.seo-strength-card h3 { font-size: 1.45rem; }
.seo-strength-card p {
  margin-top: 3px;
  color: #5b5e61;
  font-size: 0.78rem;
}
.seo-strength-card__formats {
  display: grid;
  gap: 7px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.seo-strength-card__formats li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 7px;
  border-top: 1px solid #d4d7d7;
  font-size: 0.78rem;
}
.seo-strength-card__formats li > b {
  flex: 0 0 auto;
  color: #2f684f;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.seo-strength-card__formats li.is-unavailable { color: #777a7c; }
.seo-strength-card__formats li.is-unavailable > b { color: #777a7c; }
.seo-strength-card > strong { margin-top: 13px; font-size: 0.9rem; }
.seo-strength-card.is-unavailable {
  border-color: #c6c8c9;
  color: #777a7c;
  background: rgba(235, 237, 237, 0.74);
}
.seo-strength-card.is-unavailable .seo-strength-card__status {
  border-color: #c3c5c6;
  color: #686b6e;
  background: #e4e6e6;
}
.seo-strength-card.is-unavailable .seo-strength-card__media > img,
.seo-strength-card.is-unavailable .seo-strength-card__media .brochure-vial {
  filter: grayscale(1);
  opacity: 0.52;
}
.seo-strength-card.is-unavailable .seo-strength-card__media-label {
  color: #313335;
  border-color: rgba(49, 51, 53, 0.22);
  background: rgba(239, 240, 240, 0.92);
}
.seo-strength-card.is-unavailable p,
.seo-strength-card.is-unavailable > strong { color: #777a7c; }

.seo-compound-content--support,
.seo-product-service,
.seo-related,
.seo-research-boundary {
  position: relative;
  z-index: 1;
}
.seo-compound-content--support > article,
.seo-product-service article {
  background: rgba(249, 249, 248, 0.82);
}

/* ---------- consistent lower product-page layout ---------- */
.seo-compound-content--support {
  gap: 0;
  padding-top: clamp(42px, 5vw, 66px);
  padding-bottom: 0;
}
.seo-compound-content--support > article {
  padding: clamp(30px, 4vw, 48px);
}
.seo-compound-content--support h2 {
  max-width: 22ch;
  margin: 7px 0 16px;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.seo-compound-content--support > article > p:not(.eyebrow) {
  max-width: 980px;
  margin: 0;
  color: #55585b;
  font-size: clamp(0.94rem, 1.25vw, 1.08rem);
  line-height: 1.65;
}
.seo-compound-content--support .compound-card__evidence {
  display: grid;
  gap: 6px;
  margin-top: 24px !important;
  padding-top: 18px;
  border-top: 1px solid #c8cbcc;
  font-size: 0.86rem !important;
}
.seo-compound-content--support .compound-card__evidence strong {
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-product-specifications {
  position: relative;
  z-index: 1;
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: 20px;
}
.seo-product-specifications > h2 {
  max-width: 16ch;
  margin: 7px 0 24px;
  font-size: clamp(2.25rem, 4.2vw, 4.35rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.seo-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #aeb2b3;
  border-left: 1px solid #aeb2b3;
}
.seo-spec-grid > div {
  display: grid;
  min-width: 0;
  min-height: 150px;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-right: 1px solid #aeb2b3;
  border-bottom: 1px solid #aeb2b3;
  background: rgba(249, 249, 248, 0.82);
}
.seo-spec-grid dt {
  color: #626568;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.seo-spec-grid dd {
  margin: 0;
  color: #191a1c;
  font-size: clamp(0.92rem, 1.2vw, 1.06rem);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.seo-product-service {
  gap: 12px;
  padding-top: 0;
  padding-bottom: 24px;
}
.seo-product-service article {
  display: flex;
  min-height: 255px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(26px, 3.5vw, 40px);
}
.seo-product-service h2 {
  max-width: 21ch;
  margin: 7px 0 14px;
  font-size: clamp(1.75rem, 2.75vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.seo-product-service p {
  max-width: 56ch;
  margin: 0 0 20px;
  font-size: 0.94rem;
}
.seo-product-service article > a {
  margin-top: auto;
}

.seo-research-boundary {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  align-items: start;
  gap: 18px 34px;
  margin-bottom: 0;
  padding: 24px 28px;
}
.seo-research-boundary strong {
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.seo-research-boundary p {
  margin: 0;
  line-height: 1.55;
}

.seo-product-faqs {
  position: relative;
  z-index: 1;
  padding-top: clamp(42px, 5vw, 66px);
  padding-bottom: clamp(42px, 5vw, 66px);
}
.seo-product-faqs > h2 {
  max-width: 18ch;
  margin: 7px 0 24px;
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}
.seo-product-faqs .account-faq-list {
  border-top: 1px solid #aeb2b3;
}
.seo-product-faqs .account-faq-list details {
  border-color: #bdc0c1;
}
.seo-product-faqs .account-faq-list summary {
  padding-block: 18px;
  font-size: clamp(0.92rem, 1.2vw, 1.03rem);
}
.seo-product-faqs .account-faq-list details p {
  max-width: 880px;
  margin: 0;
  padding: 0 34px 20px 0;
  color: #5a5d60;
  line-height: 1.65;
}

.seo-related {
  padding-top: 0;
  padding-bottom: clamp(58px, 7vw, 92px);
}
.seo-related > h2 {
  max-width: 18ch;
  margin: 7px 0 12px;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.seo-related > p:not(.eyebrow) {
  max-width: 780px;
  margin: 0 0 24px;
  color: #55585b;
  line-height: 1.6;
}
.seo-related > .seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.seo-related .seo-related-card {
  display: flex;
  min-width: 0;
  min-height: 228px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}
.seo-related .seo-related-card h3 {
  margin: 0 0 7px;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}
.seo-related .seo-related-card p {
  margin: 0 0 14px;
  color: #5b5e61;
  font-size: 0.86rem;
  line-height: 1.5;
}
.seo-related .seo-related-card > strong {
  margin-top: auto;
  font-size: 0.86rem;
}
.seo-related .seo-related-card__action {
  display: inline-block;
  margin-top: 16px;
  padding: 0;
  border: 0;
  color: #151618;
  background: transparent;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.seo-related .seo-related-card--supplies {
  background: rgba(232, 236, 235, 0.92);
}

@media (max-width: 900px) {
  .seo-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-related > .seo-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .seo-product-service article { min-height: 0; }
  .seo-research-boundary { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .seo-spec-grid,
  .seo-related > .seo-related-grid { grid-template-columns: 1fr; }
  .seo-spec-grid > div { min-height: 0; }
  .seo-related .seo-related-card { min-height: 0; }
}

@media (max-width: 1080px) {
  .seo-product-overview .seo-compound-vial,
  .seo-product-overview .seo-compound-vial .brochure-vial,
  .seo-product-overview .seo-product-photo,
  .seo-product-overview .seo-product-purchase { min-height: 540px; }
  .seo-product-overview .seo-compound-vial,
  .seo-product-overview .seo-product-purchase { height: auto; }
  .seo-product-overview .seo-compound-vial .brochure-vial { height: 100%; }
}
@media (max-width: 760px) {
  .shop-page .shop-head--catalogue,
  .shop-page .shop-section { width: min(100% - 20px, 1320px); }
  .seo-product-overview { gap: 12px; padding: 12px; }
  .seo-product-overview .seo-compound-vial,
  .seo-product-overview .seo-compound-vial .brochure-vial,
  .seo-product-overview .seo-product-photo { min-height: 310px; height: 310px; }
  .seo-product-overview .seo-product-purchase {
    min-height: 0;
    border-top: 1px solid #b7babb;
    border-left: 0;
  }
  .seo-strength-section__head { grid-template-columns: 1fr; align-items: start; }
  .seo-strength-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .seo-product-overview .seo-compound-vial,
  .seo-product-overview .seo-compound-vial .brochure-vial,
  .seo-product-overview .seo-product-photo { min-height: 270px; height: 270px; }
  .seo-product-overview .seo-product-purchase { padding: 22px 18px; }
  .seo-strength-grid { grid-template-columns: 1fr; }
  .seo-strength-card { min-height: 0; }
}

.mobile-purchase-bar { display: none; }

/* ---------- product visual and alignment acceptance gate ---------- */
.seo-product-overview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}
.seo-product-overview > * { min-width: 0; }
.seo-product-overview .seo-compound-vial,
.seo-product-overview .seo-product-purchase {
  min-height: 640px;
  height: auto;
}
.seo-product-overview .seo-compound-vial {
  display: grid;
  isolation: isolate;
  align-self: stretch;
  background: #eef0f2;
}
.seo-product-visual-layer {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: start center;
  overflow: hidden;
  background: #eef0f2;
  padding: clamp(28px, 4vw, 64px);
}
.seo-product-visual-layer[hidden] { display: none !important; }
.seo-product-visual-layer > .seo-product-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}
.seo-product-visual-layer > .brochure-vial {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}
.seo-product-visual-layer--powder { background: #eef0f2; }
.seo-variant-vial-frame {
  position: relative;
  width: min(100%, 560px);
  height: auto;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}
.seo-variant-vial-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.seo-compound-vial.is-approved-product-artwork .seo-variant-vial-label--prepared {
  display: none;
}
.seo-variant-vial-label {
  position: absolute;
  top: 54.5%;
  left: 27%;
  z-index: 2;
  display: flex;
  overflow: hidden;
  width: 46%;
  height: 25.5%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.32em;
  border: 1px solid rgba(26, 26, 26, 0.16);
  color: #1a1a1a;
  background: rgba(248, 248, 246, 0.96);
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}
.seo-variant-vial-label em {
  font-size: clamp(0.52rem, 0.76vw, 0.76rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.seo-variant-vial-label strong {
  max-width: 100%;
  font-size: clamp(0.92rem, 1.55vw, 1.5rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.seo-variant-vial-label b {
  min-width: 54%;
  padding: 0.28em 0.5em;
  border: 1px solid rgba(26, 26, 26, 0.42);
  color: #1a1a1a;
  font-size: clamp(0.76rem, 1.25vw, 1.16rem);
  line-height: 1;
}
.seo-variant-vial-label span,
.seo-variant-vial-label small {
  font-size: clamp(0.42rem, 0.62vw, 0.62rem);
  font-weight: 750;
  letter-spacing: 0.08em;
}
.seo-compound-vial.is-plain-presentation .seo-variant-vial-label {
  top: 53.5%;
  left: 25.5%;
  width: 49%;
  height: 28%;
  padding: 0.55rem;
  border: 1px solid #8e9294;
  color: #1b1d1f;
  background: rgba(245, 246, 245, 0.98);
}
.seo-compound-vial.is-plain-presentation .seo-variant-vial-label b {
  border-color: #777b7d;
  color: #1b1d1f;
}
@media (max-width: 520px) {
  .seo-product-overview .seo-product-purchase h1 {
    max-width: 100%;
    font-size: clamp(2rem, 11vw, 2.75rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }
}
.seo-product-overview .seo-product-purchase {
  display: flex;
  overflow: visible;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.seo-product-overview .compound-card__topics {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
}
.seo-product-overview .compound-card__topics span {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
@media (min-width: 901px) {
  .seo-product-overview .variant-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.seo-product-overview .variant-choice-card__status,
.seo-strength-card__status {
  font-size: 0.72rem;
  line-height: 1.3;
}
.seo-strength-card__media {
  padding: 0;
  background: #eef0f2;
}
.seo-strength-vial {
  position: relative;
  width: min(100%, 190px);
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #eef0f2;
}
.seo-strength-vial > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.seo-strength-vial__label {
  position: absolute;
  top: 54%;
  left: 28%;
  display: flex;
  overflow: hidden;
  width: 44%;
  height: 27%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  border: 1px solid rgba(26, 26, 26, 0.16);
  color: #1a1a1a;
  background: rgba(248, 248, 246, 0.96);
  text-align: center;
  text-transform: uppercase;
}
.seo-strength-vial__label strong {
  max-width: 100%;
  font-size: clamp(0.5rem, 0.62vw, 0.68rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.seo-strength-vial__label b {
  min-width: 56%;
  padding: 0.16em 0.34em;
  border: 1px solid rgba(26, 26, 26, 0.42);
  color: #1a1a1a;
  font-size: clamp(0.44rem, 0.52vw, 0.58rem);
  line-height: 1;
}
.seo-strength-card__media--unavailable .seo-strength-vial {
  filter: grayscale(1);
  opacity: 0.66;
}
.seo-spec-grid {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.seo-spec-grid > div,
.seo-spec-grid dd,
.seo-product-service article,
.seo-related-card { min-width: 0; overflow-wrap: anywhere; }

@media (max-width: 1080px) {
  .seo-product-overview .seo-compound-vial,
  .seo-product-overview .seo-product-purchase {
    min-height: 560px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .seo-product-overview { grid-template-columns: 1fr; overflow: visible; }
  .seo-product-overview .seo-compound-vial {
    min-height: 0;
    height: min(92vw, 430px);
  }
  .seo-product-overview .seo-product-purchase {
    min-height: 0;
    height: auto;
    overflow: visible;
  }
  .seo-product-visual-layer {
    place-items: center;
    padding: 12px;
  }
  .seo-variant-vial-frame {
    width: min(100%, 430px);
    height: auto;
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }
  .seo-variant-vial-photo { object-fit: contain; }
  .seo-variant-vial-label {
    top: 54.5%;
    left: 27%;
    width: 46%;
    height: 25.5%;
  }
  .seo-product-overview .variant-choice-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .seo-spec-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .seo-compound-page { padding-bottom: 88px; }
  .mobile-purchase-bar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 11px 10px 14px;
    border: 1px solid #8f9395;
    background: rgba(250, 250, 249, 0.97);
    box-shadow: 0 12px 34px rgba(17, 18, 20, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }
  .mobile-purchase-bar.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-purchase-bar > div { display: grid; min-width: 0; line-height: 1.15; }
  .mobile-purchase-bar span {
    overflow: hidden;
    color: #626568;
    font-size: 0.64rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-purchase-bar strong { color: #151618; font-size: 1.15rem; }
  .mobile-purchase-bar .btn { flex: 0 0 auto; min-width: 132px; padding: 11px 14px; }
}

/* Quick Order: deliberately text-first. Product photography and decorative
   product mockups are not part of this ordering surface. */
.quick-order-page {
  min-height: 100vh;
  padding-bottom: 110px;
  background: #f3f4f4;
  color: #111820;
}
.quick-order-hero {
  padding: clamp(30px, 4vw, 48px) 0 clamp(30px, 4vw, 46px);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: #071a2d;
  color: #fff;
}
.quick-order-hero .container { max-width: 960px; margin-inline: auto; text-align: center; }
.quick-order-hero .eyebrow { color: #aebfd0; }
.quick-order-hero h1 {
  margin: 6px 0 12px;
  color: #fff;
  font-size: clamp(2.65rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.quick-order-hero p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: #d8e1e9;
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.7;
}
.quick-order-tools {
  display: grid;
  gap: 20px;
  padding-top: 34px;
  padding-bottom: 26px;
}
.quick-order-preparation-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 8px;
}
.quick-order-preparation-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid #c4ccd2;
  background: #fff;
}
.quick-order-preparation-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: #173d5e;
  content: '';
}
.quick-order-preparation-card--prepared::before { background: #1d6a4a; }
.quick-order-preparation-card h2 {
  margin: 7px 0 11px;
  color: #071a2d;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  letter-spacing: -.025em;
}
.quick-order-preparation-card > p:last-of-type {
  margin: 0;
  color: #526472;
  line-height: 1.62;
}
.quick-order-preparation-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
}
.quick-order-preparation-card__action strong { color: #071a2d; font-size: .95rem; }
.quick-order-preparation-card__action .btn { flex: 0 0 auto; padding: 11px 15px; }
.quick-order-preparation-card__status {
  margin-top: 9px;
  color: #61707b;
  font-size: .75rem;
}
.quick-order-search { display: grid; gap: 8px; max-width: 760px; }
.quick-order-search span,
.quick-order-sort-row label { color: #26394a; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.quick-order-search input,
.quick-order-sort-row select {
  min-height: 48px;
  border: 1px solid #b9c1c8;
  border-radius: 3px;
  background: #fff;
  color: #111820;
  font: inherit;
}
.quick-order-search input { padding: 0 15px; font-size: 1rem; }
.quick-order-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.quick-order-sort-row { display: flex; align-items: end; justify-content: space-between; gap: 18px; color: #586977; }
.quick-order-sort-row label { display: grid; gap: 6px; }
.quick-order-sort-row select { min-width: 190px; padding: 0 34px 0 12px; text-transform: none; }
.quick-order-error,
.mixed-delivery-warning {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid #b46a23;
  background: #fff4e8;
  color: #663b15;
}
.quick-order-catalogue { display: grid; gap: 36px; padding-bottom: 34px; }
.quick-order-section { scroll-margin-top: 90px; }
.quick-order-section__head { max-width: 880px; margin-bottom: 16px; }
.quick-order-section__head h2 { margin: 2px 0 7px; color: #071a2d; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.quick-order-section__head p:last-child { margin: 0; color: #5a6874; line-height: 1.6; }
.quick-order-table-head,
.quick-order-row {
  display: grid;
  grid-template-columns: minmax(190px, 1.45fr) minmax(170px, 1fr) minmax(235px, 1.3fr) minmax(78px, .45fr) minmax(190px, .9fr);
  gap: 16px;
  align-items: center;
}
.quick-order-table-head {
  padding: 11px 16px;
  border: 1px solid #071a2d;
  background: #071a2d;
  color: #c8d4df;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.quick-order-list { border-right: 1px solid #cdd3d8; border-left: 1px solid #cdd3d8; }
.quick-order-category {
  display: grid;
  gap: 4px;
  padding: 18px 16px 15px;
  border-top: 18px solid #f3f5f6;
  border-bottom: 1px solid #bfc9d0;
  background: #eaf0f4;
}
.quick-order-category:first-child { border-top-width: 0; }
.quick-order-category[hidden] { display: none; }
.quick-order-category p {
  margin: 0;
  color: #527087;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.quick-order-category h3 { margin: 0; color: #071a2d; font-size: 1.12rem; }
.quick-order-category span { color: #536775; font-size: .79rem; line-height: 1.5; }
.quick-order-row {
  min-height: 104px;
  padding: 15px 16px;
  border-bottom: 1px solid #cdd3d8;
  background: #fff;
}
.quick-order-row:nth-child(even) { background: #f9fafa; }
.quick-order-row[hidden] { display: none; }
.quick-order-row__identity,
.quick-order-row__format,
.quick-order-row__delivery { display: grid; gap: 5px; min-width: 0; }
.quick-order-row__name {
  width: fit-content;
  color: #071a2d;
  font-size: 1.03rem;
  font-weight: 850;
  line-height: 1.25;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.quick-order-row__name--pending { text-decoration: none; }
.quick-order-row__identity small,
.quick-order-row__format span,
.quick-order-row__delivery span { color: #65727d; font-size: .79rem; line-height: 1.45; }
.quick-order-row__format strong { color: #172b3d; font-size: .92rem; }
.quick-order-row__variant-label { display: grid; gap: 5px; min-width: 0; }
.quick-order-row__variant-label > span {
  color: #65727d;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.quick-order-row__variant-select {
  width: 100%;
  min-width: 0;
  padding: 9px 30px 9px 10px;
  border: 1px solid #aeb7bf;
  background-color: #fff;
  color: #172b3d;
  font-size: .76rem;
  line-height: 1.35;
  text-transform: none;
}
.delivery-badge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 6px 8px;
  border-radius: 2px;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.25;
}
.delivery-badge--express { background: #dcefe6; color: #14533a; }
.delivery-badge--special { background: #e5eaf1; color: #1e3d5a; }
.delivery-badge--unavailable { background: #e5e7e9; color: #555c62; }
.quick-order-row__price { color: #071a2d; font-size: 1.05rem; }
.quick-order-row__controls { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.quick-order-row__pending { color: #6c747b; font-size: .76rem; text-align: right; }
.quantity-stepper { display: grid; grid-template-columns: 34px 34px 34px; align-items: center; border: 1px solid #aeb7bf; background: #fff; }
.quantity-stepper button {
  width: 34px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #071a2d;
  font-size: 1.15rem;
  cursor: pointer;
}
.quantity-stepper button:hover { background: #edf1f4; }
.quantity-stepper output { text-align: center; font-size: .88rem; font-weight: 800; }
.quick-order-row__add { min-width: 72px; padding: 10px 13px; }
.quick-order-notices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-bottom: 44px; }
.quick-order-notices article { padding: 22px; border: 1px solid #cbd2d7; background: #fff; }
.quick-order-notices h2 { margin: 0 0 8px; color: #071a2d; font-size: 1.08rem; }
.quick-order-notices p { margin: 0; color: #596975; line-height: 1.6; }
.quick-order-notices p + p { margin-top: 12px; }
.quick-order-cart-summary {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 65;
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: min(520px, calc(100vw - 36px));
  padding: 12px 14px 12px 18px;
  border: 1px solid #405365;
  border-radius: 3px;
  background: #071a2d;
  color: #fff;
  box-shadow: 0 18px 40px rgba(7,26,45,.28);
  cursor: pointer;
}
.quick-order-cart-summary > span { display: grid; gap: 2px; text-align: left; }
.quick-order-cart-summary small { color: #aebdca; font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.quick-order-cart-summary strong { color: #fff; font-size: .92rem; }
.quick-order-cart-summary b { margin-left: auto; padding: 10px 14px; background: #fff; color: #071a2d; font-size: .78rem; }
.mixed-delivery-warning--drawer { margin: 0 20px 16px; }

/* Product information pages use one restrained vial in the hero. Format cards
   and related navigation stay text-only so every page has exactly one product image. */
.seo-compound-hero { grid-template-columns: minmax(0, 1fr) minmax(220px, 340px); align-items: center; }
.seo-compound-hero__copy { max-width: 760px; }
.seo-compound-hero__media { display: flex; justify-content: center; align-items: center; min-height: 330px; }
.seo-compound-hero__media .bb-vial { width: min(100%, 300px); }
.seo-compound-hero__media .bb-vial__photo { width: 100%; height: auto; max-height: 360px; object-fit: contain; }
.seo-format-card__media,
.seo-related-card__media,
.product-detail__visual { display: none !important; }
.seo-format-card { grid-template-rows: auto auto auto 1fr; }
.seo-format-card.is-preferred-variant {
  border-color: #173d5e;
  box-shadow: 0 0 0 2px rgba(23,61,94,.14);
}
.seo-format-card__selected-note {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 7px;
  background: #173d5e;
  color: #fff;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.seo-related-card { grid-template-columns: 1fr; }
.product-detail__grid { grid-template-columns: minmax(0, 1fr); }
.catalogue-detail-page__order-link { margin-top: 24px; }
.catalogue-detail-page__facts {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 28px;
  padding-top: 64px;
  padding-bottom: 64px;
}
.catalogue-detail-page__facts > article {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #d8dde1;
  background: #fff;
}
.catalogue-detail-page__facts h2 { margin: 7px 0 24px; }
.catalogue-detail-page__boundary { background: #f2f4f5 !important; }
.catalogue-detail-page__boundary p + p { margin-top: 18px; }

@media (max-width: 980px) {
  .seo-compound-hero { grid-template-columns: minmax(0, 1fr) minmax(190px, 260px); }
  .seo-compound-hero__media { min-height: 250px; }
  .catalogue-detail-page__facts { grid-template-columns: 1fr; }
  .quick-order-table-head { display: none; }
  .quick-order-list { display: grid; gap: 12px; border: 0; }
  .quick-order-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "identity price"
      "format format"
      "delivery delivery"
      "controls controls";
    min-height: 0;
    gap: 13px;
    border: 1px solid #cdd3d8;
  }
  .quick-order-row__identity { grid-area: identity; }
  .quick-order-row__format { grid-area: format; }
  .quick-order-row__delivery { grid-area: delivery; }
  .quick-order-row__price { grid-area: price; text-align: right; }
  .quick-order-row__controls { grid-area: controls; justify-content: flex-start; padding-top: 2px; }
  .quick-order-row__pending { text-align: left; }
}

@media (max-width: 680px) {
  .quick-order-preparation-cards { grid-template-columns: 1fr; }
  .quick-order-preparation-card { min-height: 0; }
  .quick-order-preparation-card__action { align-items: stretch; flex-direction: column; }
  .quick-order-preparation-card__action .btn { width: 100%; }
  .seo-compound-hero { grid-template-columns: 1fr; }
  .seo-compound-hero__media { min-height: 230px; }
  .seo-compound-hero__media .bb-vial { width: min(72vw, 250px); }
  .quick-order-page { padding-bottom: 126px; }
  .quick-order-hero .container { text-align: left; }
  .quick-order-tools { padding-top: 24px; }
  .quick-order-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .quick-order-filters .filter-button { flex: 0 0 auto; }
  .quick-order-sort-row { align-items: start; flex-direction: column; }
  .quick-order-sort-row label,
  .quick-order-sort-row select { width: 100%; }
  .quick-order-notices { grid-template-columns: 1fr; }
  .quick-order-cart-summary {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    min-width: 0;
    gap: 12px;
  }
  .quick-order-cart-summary b { padding: 9px 10px; }
}
