:root {
  --ink: #171313;
  --muted: #655e5e;
  --line: #ded6d2;
  --paper: #fffaf7;
  --soft: #f4ece7;
  --rose: #b75d68;
  --wine: #7f3946;
  --sage: #6f8475;
  --gold: #b58b52;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(48, 31, 27, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#route-info,
#catalog,
#private-label,
#process {
  scroll-margin-top: 132px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
textarea,
input {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(222, 214, 210, 0.82);
  background: rgba(255, 250, 247, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 14px;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.nav-links a,
.nav-cta,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links a {
  color: var(--muted);
}

.nav-links a:hover {
  color: var(--ink);
  background: var(--soft);
}

.nav-cta,
.primary-action {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.language-switcher select {
  width: auto;
  min-height: 30px;
  padding: 0 26px 0 8px;
  border: 0;
  border-radius: 6px;
  background-color: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

[dir="rtl"] body {
  direction: rtl;
}

[dir="rtl"] .product-code,
[dir="rtl"] .sku-option,
[dir="rtl"] input,
[dir="rtl"] textarea,
[dir="rtl"] select {
  direction: ltr;
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 72px));
  overflow: hidden;
  background: #201817;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 19, 19, 0.9) 0%, rgba(23, 19, 19, 0.68) 48%, rgba(23, 19, 19, 0.2) 100%),
    linear-gradient(180deg, rgba(23, 19, 19, 0.1), rgba(23, 19, 19, 0.3));
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(760px, calc(100vh - 72px));
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  padding: clamp(44px, 7vw, 92px) clamp(18px, 6vw, 76px);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: 100%;
  padding: 0;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f6c9c2;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px, 5.9vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.7vw, 22px);
}

.hero-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
}

.hero-proof-list span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.identity-panel {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.identity-panel .section-kicker {
  margin-bottom: 0;
}

.identity-panel h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
}

.identity-choice-grid {
  display: grid;
  gap: 12px;
}

.identity-choice-card {
  display: grid;
  min-height: 164px;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-align: left;
  white-space: normal;
  box-shadow: 0 10px 26px rgba(48, 31, 27, 0.06);
}

.identity-choice-card span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.identity-choice-card strong {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.08;
}

.identity-choice-card small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.identity-choice-card.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.identity-choice-card.is-active span,
.identity-choice-card.is-active small {
  color: rgba(255, 255, 255, 0.76);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.hero-actions .primary-action,
.hero-actions .secondary-action {
  min-height: 56px;
  padding: 0 24px;
  font-size: 15px;
}

.hero-stats {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.hero-stats div {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.hero-stats dt {
  font-size: 22px;
  font-weight: 900;
}

.hero-stats dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.incubation-band {
  padding: clamp(34px, 5vw, 58px) clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.incubation-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: end;
}

.incubation-content h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.incubation-copy {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
}

.incubation-points {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.incubation-points div {
  min-height: 96px;
  padding: 18px;
  background: var(--paper);
}

.incubation-points span,
.incubation-points strong {
  display: block;
}

.incubation-points span {
  margin-bottom: 8px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.incubation-points strong {
  font-size: 19px;
  line-height: 1.15;
}

.route-strip {
  display: grid;
  align-items: stretch;
  gap: 32px;
  padding: 36px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.route-strip h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: 0;
}

.route-actions,
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.route-button,
.category-tab,
.inquiry-head button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
}

.route-button,
.category-tab {
  padding: 0 14px;
}

.route-button.is-active,
.category-tab.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.route-card-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.route-card {
  display: grid;
  min-height: 188px;
  align-content: start;
  gap: 12px;
  padding: 24px;
  text-align: left;
  white-space: normal;
}

.route-card span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-card strong {
  color: inherit;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.1;
}

.route-card small {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.route-card.is-active span,
.route-card.is-active small {
  color: rgba(255, 255, 255, 0.72);
}

.identity-choice-card {
  min-height: 164px;
  padding: 22px;
  background: var(--white);
  color: var(--ink);
}

.identity-choice-card.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.identity-choice-card.is-active span,
.identity-choice-card.is-active small {
  color: rgba(255, 255, 255, 0.76);
}

body[data-route="stock"] .route-content-custom {
  display: none;
}

body[data-route="custom"] .route-content-stock {
  display: none;
}

.route-info-section {
  padding: clamp(38px, 6vw, 72px) clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.route-info-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: stretch;
}

.route-info-copy {
  display: grid;
  align-content: center;
}

.route-info-copy h2 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.route-info-copy p {
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
}

.route-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.route-rule-stack {
  display: grid;
  gap: 12px;
}

.route-rule-grid article {
  display: grid;
  align-content: start;
  min-height: 196px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(48, 31, 27, 0.06);
}

.route-rule-grid span {
  margin-bottom: 14px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-rule-grid strong {
  margin-bottom: 10px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.08;
}

.route-rule-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.route-note {
  padding: 14px 16px;
  border: 1px solid rgba(111, 132, 117, 0.28);
  border-radius: 8px;
  background: #edf3ee;
  color: var(--sage);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.route-note strong {
  color: var(--ink);
}

.explainer-section {
  padding: clamp(46px, 7vw, 78px) clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.explainer-graphic {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.explainer-step {
  display: grid;
  grid-template-rows: 230px auto auto auto;
  min-height: 430px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(48, 31, 27, 0.06);
}

.step-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 19, 19, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 25% 20%, rgba(183, 93, 104, 0.16), transparent 34%),
    radial-gradient(circle at 80% 80%, rgba(111, 132, 117, 0.16), transparent 36%),
    #fff;
}

.tube {
  position: absolute;
  width: 46px;
  height: 150px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f2c7c3, #b75d68);
  box-shadow: 16px 16px 0 rgba(23, 19, 19, 0.08);
}

.tube-one {
  left: 30%;
  top: 42px;
  transform: rotate(-18deg);
}

.tube-two {
  right: 30%;
  bottom: 34px;
  background: linear-gradient(180deg, #202020, #7f3946);
  transform: rotate(14deg);
}

.compact-shape {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2dfd7, #c98e86);
  box-shadow: 22px 22px 0 rgba(23, 19, 19, 0.08);
}

.logo-box {
  display: grid;
  align-content: center;
  width: min(260px, 82%);
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(23, 19, 19, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f4ece7);
  box-shadow: 18px 18px 0 rgba(23, 19, 19, 0.08);
}

.logo-box span {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.logo-box strong {
  margin-top: 34px;
  font-size: 34px;
  line-height: 1;
}

.brand-card {
  display: grid;
  align-content: center;
  width: min(280px, 86%);
  min-height: 184px;
  padding: 24px;
  border-radius: 8px;
  background: #171313;
  color: #fff;
  box-shadow: 18px 18px 0 rgba(183, 93, 104, 0.18);
}

.brand-card span {
  color: #f6c9c2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-card strong {
  margin: 18px 0 10px;
  font-size: 32px;
  line-height: 1;
}

.brand-card small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.math-symbol {
  display: grid;
  min-height: 430px;
  place-items: center;
  color: var(--rose);
  font-size: 54px;
  font-weight: 900;
}

.step-number {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin: 18px 0 12px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.explainer-step h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.1;
}

.explainer-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 64px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading h2,
.private-label h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(30px, 4.8vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading p {
  max-width: 450px;
  margin-bottom: 0;
  color: var(--muted);
}

.category-tabs {
  margin-bottom: 22px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.order-section[hidden] {
  display: none;
}

.order-detail {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.product-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.34fr);
  gap: 20px;
  align-items: start;
  min-width: 0;
}

.product-mini-cart {
  position: sticky;
  top: 88px;
}

.product-card {
  display: grid;
  min-width: 0;
  min-height: 470px;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(48, 31, 27, 0.07);
}

.order-product-card {
  min-height: auto;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  grid-template-rows: auto;
}

.order-product-card .product-visual {
  height: 100%;
  min-height: 420px;
}

.product-visual {
  position: relative;
  display: grid;
  min-width: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(183, 93, 104, 0.12), rgba(111, 132, 117, 0.15)),
    var(--soft);
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(23, 19, 19, 0.1);
  border-radius: 8px;
}

.product-visual.has-product-images {
  display: block;
  background: #fff;
}

.product-visual.has-product-images::before {
  content: none;
}

.product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-image.is-hidden {
  display: none;
}

.product-video {
  display: none;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  object-fit: contain;
}

.product-video.is-active {
  display: block;
}

.image-thumbs {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(var(--image-count, 3), minmax(0, 1fr));
  gap: 6px;
}

.image-thumb {
  min-width: 0;
  min-height: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

.image-thumb.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.video-thumb {
  background: rgba(23, 19, 19, 0.82);
  color: var(--white);
}

.mock-product {
  position: relative;
  display: grid;
  place-items: center;
  width: 94px;
  height: 142px;
  border-radius: 22px 22px 8px 8px;
  background: var(--mock-color, #b75d68);
  box-shadow: 18px 18px 0 rgba(23, 19, 19, 0.08);
}

.mock-product.lip {
  width: 46px;
  height: 145px;
  border-radius: 18px;
}

.mock-product.eye {
  width: 34px;
  height: 150px;
  border-radius: 17px;
}

.mock-product.face {
  width: 126px;
  height: 126px;
  border-radius: 50%;
}

.mock-product.sets {
  width: 150px;
  height: 108px;
  border-radius: 8px;
}

.mock-product span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 18px;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.product-code {
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 8px;
  background: #edf3ee;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  white-space: normal;
}

.product-card h3 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0;
}

.product-card p {
  min-height: 48px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.price-panel {
  display: grid;
  gap: 8px;
}

.price-panel div {
  display: grid;
  gap: 4px;
  min-height: 62px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.price-panel span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-panel strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
}

.price-panel small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.price-panel div:last-child strong {
  font-size: 13px;
  font-weight: 800;
}

.sku-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 70px;
}

.sku-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-size: 12px;
  font-weight: 800;
}

.swatch {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(23, 19, 19, 0.2);
  border-radius: 50%;
  background: var(--shade);
}

.shade-summary {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 12px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--white);
}

.shade-summary span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.shade-summary strong {
  color: var(--ink);
  font-size: 15px;
}

.shade-summary small {
  color: var(--muted);
  line-height: 1.35;
}

.sku-picker {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--white);
}

.sku-picker-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.sku-picker-head span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.sku-picker-head small {
  display: block;
  color: var(--rose);
  font-weight: 900;
}

.sku-picker-actions {
  display: inline-flex;
  flex-shrink: 0;
  gap: 6px;
}

.sku-picker-actions button {
  min-height: 30px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

.sku-picker-actions button {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.sku-options {
  display: grid;
  max-height: 340px;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 8px;
  overflow: auto;
  padding-right: 3px;
}

.sku-option {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.sku-preview {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.sku-option img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
  background: var(--white);
}

.sku-preview span {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sku-qty {
  display: grid;
  gap: 5px;
}

.sku-qty > span {
  color: var(--muted);
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.sku-qty-control {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  gap: 4px;
}

.sku-qty-control button,
.sku-qty-control input {
  min-width: 0;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.sku-qty-control button {
  cursor: pointer;
}

.sku-qty-control input {
  padding: 0 4px;
  text-align: center;
}

.sku-option.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.sku-option.is-selected .sku-qty > span {
  color: rgba(255, 255, 255, 0.72);
}

body.modal-open {
  overflow: hidden;
}

.sku-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 18px;
}

.sku-modal.is-open {
  display: grid;
}

.sku-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 19, 19, 0.72);
  backdrop-filter: blur(10px);
}

.sku-modal-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(680px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.sku-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(23, 19, 19, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  font-weight: 900;
}

.sku-modal-image {
  display: block;
  width: 100%;
  max-height: min(68vh, 620px);
  object-fit: contain;
  background: var(--paper);
}

.sku-modal-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border-top: 1px solid var(--line);
}

.sku-modal-body span,
.sku-modal-body strong {
  display: block;
}

.sku-modal-body span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sku-modal-body strong {
  font-size: 22px;
}

.sku-modal-body .primary-action {
  border: 1px solid var(--ink);
  cursor: pointer;
}

.sku-modal-body .primary-action.is-remove {
  background: var(--white);
  color: var(--ink);
}

.product-moq-message {
  display: none;
  min-height: 38px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid rgba(183, 93, 104, 0.32);
  border-radius: 8px;
  background: rgba(183, 93, 104, 0.08);
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.product-moq-message.is-visible {
  display: flex;
}

.product-moq-message.is-success {
  border-color: rgba(111, 132, 117, 0.34);
  background: #edf3ee;
  color: var(--sage);
}

.order-helper {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(111, 132, 117, 0.28);
  border-radius: 8px;
  background: #edf3ee;
  color: var(--sage);
}

.order-helper strong,
.order-helper span {
  display: block;
}

.order-helper strong {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.order-helper span {
  font-size: 13px;
  line-height: 1.4;
}

.selected-summary {
  padding: 10px 12px;
  border: 1px solid rgba(111, 132, 117, 0.32);
  border-radius: 8px;
  background: #edf3ee;
  color: var(--sage);
  font-size: 13px;
  font-weight: 900;
}

.selected-summary small {
  display: block;
  margin-top: 4px;
  color: inherit;
  font-size: 12px;
  line-height: 1.35;
}

.selected-summary.is-warning {
  border-color: rgba(183, 93, 104, 0.34);
  background: rgba(183, 93, 104, 0.08);
  color: var(--rose);
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: auto;
}

.order-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
}

.add-button,
.checkout-button,
.quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.add-button {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
}

.checkout-button {
  border: 1px solid var(--sage);
  background: var(--sage);
  color: var(--white);
  cursor: pointer;
}

.checkout-button.full {
  width: 100%;
  margin-top: 14px;
}

body[data-page="product"] .order-actions .add-button {
  width: 100%;
}

body[data-page="checkout"] .checkout-page-section {
  min-height: calc(100vh - 72px);
}

.quick-link {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  padding: 0 12px;
}

.private-label {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: #2a2020;
  color: var(--white);
}

.label-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.private-label .section-kicker {
  color: #f6c9c2;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.84);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f6c9c2;
}

.primary-action.compact {
  width: fit-content;
}

.packaging-panel {
  display: grid;
  gap: 16px;
}

.box-mockup {
  display: grid;
  align-content: center;
  min-height: 380px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 236, 231, 0.94)),
    var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.box-mockup span {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.box-mockup strong {
  max-width: 320px;
  margin: 64px 0 14px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1;
  letter-spacing: 0;
}

.box-mockup small {
  color: var(--muted);
  font-weight: 900;
}

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

.packaging-notes div,
.process-grid article,
.inquiry-list,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(48, 31, 27, 0.06);
}

.packaging-notes div {
  min-height: 118px;
  padding: 18px;
}

.note-label {
  display: block;
  margin-bottom: 8px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.packaging-notes strong {
  color: var(--ink);
  line-height: 1.15;
}

.process-section {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article {
  min-height: 230px;
  padding: 22px;
}

.process-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.process-grid h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.process-grid p {
  color: var(--muted);
}

.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 20px;
  align-items: start;
}

.lead-form,
.inquiry-list {
  padding: 20px;
}

.inquiry-list.is-highlighted {
  animation: inquiryHighlight 1.4s ease;
}

@keyframes inquiryHighlight {
  0% {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(181, 139, 82, 0.22), 0 12px 30px rgba(48, 31, 27, 0.06);
  }

  100% {
    border-color: var(--line);
    box-shadow: 0 12px 30px rgba(48, 31, 27, 0.06);
  }
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.lead-form > label,
.address-fields,
.lead-form .full {
  grid-column: 1 / -1;
}

select,
textarea,
.lead-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  padding: 11px 12px;
}

textarea {
  resize: vertical;
}

.address-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.72);
}

.address-fields legend {
  padding: 0 6px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.primary-action.full {
  width: 100%;
}

.primary-action.full.is-disabled {
  border-color: var(--line);
  background: #d8d0cb;
  color: rgba(23, 19, 19, 0.52);
  cursor: not-allowed;
}

.inquiry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.inquiry-head h3 {
  margin: 0;
}

.inquiry-head button {
  padding: 0 12px;
}

.selected-products {
  display: grid;
  gap: 10px;
  min-height: 150px;
}

.selected-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.selected-item strong,
.selected-item small,
.selected-details,
.selected-details span {
  display: block;
}

.selected-item small {
  color: var(--muted);
}

.selected-details {
  display: grid;
  gap: 5px;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.selected-details span:last-child {
  color: var(--ink);
  font-weight: 900;
}

.remove-item {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
  font-weight: 900;
}

.empty-state {
  display: grid;
  min-height: 150px;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.product-empty {
  grid-column: 1 / -1;
  min-height: 180px;
}

.compact-empty {
  min-height: 92px;
  padding: 14px;
}

.floating-cart {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
}

.floating-cart-button {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(23, 19, 19, 0.22);
  cursor: pointer;
}

.floating-cart-button svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.floating-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  padding: 0 7px;
  border: 2px solid var(--white);
  border-radius: 999px;
  background: var(--rose);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.floating-cart:not(.has-items) .floating-cart-count {
  background: var(--muted);
}

.floating-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(23, 19, 19, 0.22);
}

.floating-cart-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  z-index: 1;
  display: none;
  width: min(420px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 112px));
  overflow: auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.floating-cart.is-open .floating-cart-panel {
  display: grid;
  gap: 14px;
}

.floating-cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.floating-cart-head span,
.floating-cart-head strong {
  display: block;
}

.floating-cart-head span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-cart-head strong {
  font-size: 20px;
  line-height: 1.15;
}

.floating-cart-head button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  cursor: pointer;
  font-weight: 900;
}

.floating-cart-items {
  display: grid;
  gap: 10px;
}

.floating-cart .checkout-button.is-disabled {
  border-color: var(--line);
  background: #d8d0cb;
  color: rgba(23, 19, 19, 0.52);
  cursor: not-allowed;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--white);
}

.footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer a {
  color: #f6c9c2;
  font-weight: 900;
}

.visitor-notice {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 12px 14px;
  border: 1px solid rgba(28, 26, 24, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(31, 25, 20, 0.16);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.visitor-notice button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  padding: 8px 10px;
  cursor: pointer;
}

@media (max-width: 1120px) {
  .product-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .private-label,
  .order-product-card,
  .product-page-layout,
  .inquiry-layout,
  .hero-shell,
  .route-info-panel,
  .incubation-content,
  .explainer-graphic {
    grid-template-columns: 1fr;
  }

  .order-product-card .product-visual {
    min-height: 0;
  }

  .product-mini-cart {
    position: static;
  }

  .math-symbol {
    min-height: 54px;
    font-size: 40px;
  }
}

@media (max-width: 820px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-cta {
    width: 100%;
  }

  .language-switcher {
    width: 100%;
    justify-content: space-between;
  }

  .language-switcher select {
    flex: 1;
  }

  .hero {
    min-height: auto;
  }

  .hero-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 52px 18px 44px;
  }

  .hero-content {
    min-height: 0;
    justify-content: start;
    padding-top: 0;
    max-width: 100%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(23, 19, 19, 0.92) 0%, rgba(23, 19, 19, 0.74) 48%, rgba(23, 19, 19, 0.2) 100%),
      linear-gradient(90deg, rgba(23, 19, 19, 0.55), rgba(23, 19, 19, 0.1));
  }

  .hero-stats,
  .route-rule-grid,
  .route-strip,
  .section-heading,
  .lead-form,
  .address-fields,
  .footer {
    grid-template-columns: 1fr;
  }

  .route-strip,
  .section-heading,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .explainer-step {
    grid-template-rows: 210px auto auto auto;
    min-height: 390px;
  }

  .lead-form {
    display: grid;
  }

  .identity-panel {
    max-width: 680px;
  }

  .route-info-panel {
    gap: 22px;
  }
}

@media (max-width: 620px) {
  .floating-cart {
    right: 14px;
    bottom: 14px;
  }

  .floating-cart-button {
    width: 56px;
    height: 56px;
  }

  .floating-cart-panel {
    right: 0;
    bottom: 68px;
    width: calc(100vw - 28px);
    max-height: calc(100vh - 98px);
    padding: 14px;
  }

  .floating-cart-head strong {
    font-size: 18px;
  }

  body[data-page="product"] .section,
  body[data-page="checkout"] .section {
    padding: 28px 14px 42px;
  }

  body[data-page="product"] .section-heading,
  body[data-page="checkout"] .section-heading {
    gap: 8px;
    margin-bottom: 16px;
  }

  body[data-page="product"] .section-heading h2,
  body[data-page="checkout"] .section-heading h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.08;
  }

  body[data-page="product"] .section-heading p,
  body[data-page="checkout"] .section-heading p {
    max-width: 100%;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  body[data-page="product"] .product-page-layout,
  body[data-page="checkout"] .checkout-layout {
    gap: 14px;
    min-width: 0;
    overflow-x: hidden;
  }

  body[data-page="product"] .product-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  body[data-page="product"] .badge {
    max-width: 100%;
  }

  body[data-page="product"] .image-thumbs {
    right: 8px;
    left: 8px;
    gap: 5px;
  }

  body[data-page="product"] .product-body,
  body[data-page="checkout"] .lead-form,
  body[data-page="checkout"] .inquiry-list,
  body[data-page="product"] .product-mini-cart {
    padding: 14px;
  }

  body[data-page="product"] .price-panel div {
    min-height: 0;
  }

  body[data-page="product"] .order-helper {
    padding: 10px;
  }

  body[data-page="product"] .sku-picker {
    padding: 10px;
  }

  body[data-page="product"] .sku-options {
    max-height: 420px;
  }

  body[data-page="product"] .selected-products,
  body[data-page="checkout"] .selected-products {
    min-height: 0;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 18px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .language-switcher {
    width: 100%;
    min-height: 40px;
  }

  .brand {
    width: 100%;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .hero,
  .hero-shell {
    min-height: auto;
  }

  .hero-shell {
    padding: 28px 18px 24px;
  }

  .hero-content {
    min-height: 0;
    padding-top: 0;
  }

  .process-grid,
  .packaging-notes,
  .incubation-points {
    grid-template-columns: 1fr;
  }

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

  .catalog-card {
    border-radius: 8px;
  }

  .catalog-card .product-body {
    gap: 8px;
    padding: 10px;
  }

  .catalog-card .product-meta {
    gap: 6px;
  }

  .catalog-card .product-code {
    font-size: 10px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .catalog-card .badge {
    display: none;
  }

  .catalog-card h3 {
    font-size: 15px;
    line-height: 1.12;
  }

  .catalog-card .price-panel {
    gap: 6px;
  }

  .catalog-card .price-panel div {
    gap: 3px;
    min-height: 0;
    padding: 8px;
  }

  .catalog-card .price-panel span {
    font-size: 9px;
  }

  .catalog-card .price-panel strong {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .catalog-card .price-panel small {
    display: none;
  }

  .catalog-card .product-actions {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .catalog-card .add-button,
  .catalog-card .quick-link {
    min-height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }

  .catalog-card .quick-link {
    display: none;
  }

  .incubation-band {
    padding: 38px 18px;
  }

  .incubation-content h2 {
    max-width: 320px;
    font-size: 34px;
    overflow-wrap: break-word;
  }

  .incubation-copy {
    max-width: 320px;
  }

  .explainer-section {
    padding: 42px 18px;
  }

  .explainer-step {
    padding: 14px;
  }

  .product-card {
    min-height: auto;
  }

  .order-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions a,
  .secondary-action,
  .primary-action {
    width: 100%;
  }

  .identity-panel {
    gap: 10px;
    padding: 14px;
  }

  .identity-panel h2 {
    font-size: 22px;
  }

  .identity-choice-grid {
    gap: 8px;
  }

  .identity-choice-card {
    min-height: auto;
    gap: 7px;
    padding: 13px;
    font-size: 13px;
  }

  .identity-choice-card strong {
    font-size: 20px;
  }

  .identity-choice-card small {
    font-size: 12px;
    line-height: 1.28;
  }

  .hero-proof-list {
    display: flex;
    gap: 6px;
  }

  .hero-proof-list span {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }

  .route-info-section {
    padding: 34px 18px;
  }

  .route-info-copy h2 {
    max-width: 320px;
    font-size: 32px;
    overflow-wrap: break-word;
  }

  .route-info-copy p {
    max-width: 320px;
    overflow-wrap: break-word;
  }

  .route-rule-grid article {
    min-height: auto;
    padding: 16px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hero-stats div:last-child {
    grid-column: auto;
  }

  .hero-stats div {
    min-height: 62px;
    padding: 10px;
  }

  .hero-stats dt {
    font-size: 18px;
  }

  .hero-stats dd {
    font-size: 11px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(29px, 7.7vw, 34px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .route-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .route-button {
    min-width: 0;
    padding: 0 6px;
    font-size: 13px;
    white-space: normal;
  }

  .route-card {
    min-height: 150px;
    padding: 18px;
  }

  .sku-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-strip h2 {
    max-width: 300px;
    font-size: 28px;
    overflow-wrap: break-word;
  }

  .section-heading h2 {
    max-width: 310px;
    font-size: 34px;
    overflow-wrap: break-word;
  }

  .section-heading p {
    max-width: 310px;
    overflow-wrap: break-word;
  }

  .category-tabs {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100vw - 48px);
  }

  .category-tab {
    min-width: 0;
    padding: 0 4px;
    font-size: 12px;
  }

  .sku-picker-head {
    display: grid;
  }

  .sku-picker-actions {
    width: 100%;
  }

  .sku-picker-actions button {
    flex: 1;
  }

  .sku-modal-body {
    align-items: stretch;
    flex-direction: column;
  }

  .sku-modal-body .primary-action {
    width: 100%;
  }
}
