:root {
  --bg: #f4f1ea;
  --bg-soft: #faf9f5;
  --surface: #ffffff;
  --surface-strong: #f0ede6;
  --ink: #171b22;
  --ink-soft: #333b46;
  --muted: #68717d;
  --muted-strong: #4f5965;
  --line: rgba(23, 27, 34, 0.12);
  --line-strong: rgba(23, 27, 34, 0.18);
  --accent: #255fa8;
  --accent-dark: #174a86;
  --accent-soft: #e5edf8;
  --sage: #6f8072;
  --warm: #b89572;
  --radius: 8px;
  --radius-sm: 6px;
  --container: 1200px;
  --shadow: 0 22px 70px rgba(57, 62, 70, 0.11);
  --shadow-small: 0 14px 34px rgba(57, 62, 70, 0.09);
  --motion: cubic-bezier(0.32, 0.72, 0, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fbfaf7 0%, var(--bg) 46%, #f7f6f1 100%);
  font-family: "Manrope", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 27, 34, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 27, 34, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 72%);
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p,
summary,
td,
th {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: normal;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 5.6vw, 4.45rem);
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.65rem);
}

h3 {
  font-size: 1.05rem;
  line-height: 1.22;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--accent-dark);
  transform: translateY(-140%);
  transition: transform 260ms var(--motion);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(23, 27, 34, 0.08);
  background: rgba(250, 249, 245, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #ffffff;
  background: linear-gradient(135deg, #18202a 0%, #255fa8 58%, #8d7a64 100%);
  box-shadow: 0 16px 34px rgba(37, 95, 168, 0.2);
  font-weight: 900;
}

.brand-name {
  letter-spacing: 0;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a,
.header-cta,
.footer-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 740;
  transition:
    color 280ms var(--motion),
    background 280ms var(--motion),
    transform 280ms var(--motion),
    border-color 280ms var(--motion);
}

.site-nav a {
  padding: 0 14px;
  color: var(--muted-strong);
  font-size: 0.94rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: rgba(37, 95, 168, 0.09);
  outline: none;
}

.header-cta {
  justify-self: end;
  padding: 0 18px;
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(23, 27, 34, 0.12);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--accent-dark);
  outline: none;
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  gap: 6px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
}

.menu-button span {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 280ms var(--motion);
}

body.menu-open .menu-button span:first-child {
  transform: translateY(4px) rotate(45deg);
}

body.menu-open .menu-button span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  min-height: min(780px, calc(100dvh - 74px));
  display: grid;
  align-items: center;
  padding: 62px 0 70px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--warm);
  box-shadow: 0 0 0 6px rgba(184, 149, 114, 0.14);
}

.hero-text {
  max-width: 660px;
  margin-top: 26px;
  color: var(--muted-strong);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.72;
}

.hero-actions,
.section-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 820;
  cursor: pointer;
  transition:
    transform 300ms var(--motion),
    box-shadow 300ms var(--motion),
    background 300ms var(--motion),
    border-color 300ms var(--motion),
    color 300ms var(--motion);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn:active,
.header-cta:active,
.filter-button:active {
  transform: scale(0.98);
}

.btn-primary {
  color: #ffffff;
  background: var(--accent);
  box-shadow: 0 18px 42px rgba(37, 95, 168, 0.24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--accent-dark);
  box-shadow: 0 22px 48px rgba(37, 95, 168, 0.28);
}

.btn-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.8);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(37, 95, 168, 0.28);
  background: #ffffff;
  box-shadow: var(--shadow-small);
}

.btn-arrow {
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  transition: transform 300ms var(--motion), background 300ms var(--motion);
}

.btn-secondary .btn-arrow {
  background: rgba(23, 27, 34, 0.07);
}

.btn-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(-1px) rotate(45deg);
}

.btn:hover .btn-arrow,
.btn:focus-visible .btn-arrow {
  transform: translateX(3px);
}

.hero-proof {
  max-width: 760px;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-proof span {
  padding: 9px 12px;
  border: 1px solid rgba(37, 95, 168, 0.13);
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 760;
}

.hero-visual {
  min-height: 560px;
}

.hero-shell {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(23, 27, 34, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 227, 216, 0.72)),
    #ffffff;
  box-shadow: var(--shadow);
}

.hero-product {
  position: relative;
  z-index: 2;
  width: min(72%, 360px);
  aspect-ratio: 1 / 1.18;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 27, 34, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f4ed 100%);
  box-shadow: 0 24px 60px rgba(57, 62, 70, 0.14);
  overflow: hidden;
}

.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  mix-blend-mode: multiply;
}

.hero-orbit {
  position: absolute;
  inset: 56px;
  border: 1px solid rgba(37, 95, 168, 0.16);
  border-radius: 999px;
  transform: rotate(-9deg);
}

.hero-category {
  position: absolute;
  z-index: 3;
  width: min(44%, 206px);
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(57, 62, 70, 0.12);
}

.hero-category span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.hero-category strong {
  display: block;
  margin-top: 2px;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.25;
}

.hero-category-neck {
  left: 20px;
  top: 86px;
}

.hero-category-feet {
  right: 24px;
  top: 52%;
}

.hero-category-eyes {
  left: 42px;
  bottom: 58px;
}

.section {
  padding: clamp(72px, 9vw, 118px) 0;
}

.quick-pick {
  padding-top: 42px;
}

.section-top {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-top p:not(.eyebrow) {
  margin-top: 16px;
  color: var(--muted-strong);
  font-size: 1.06rem;
  line-height: 1.7;
}

.section-top-wide {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: 34px;
  align-items: end;
}

.section-top-wide > p {
  margin: 0 0 8px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-button {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  font-weight: 780;
  transition:
    transform 280ms var(--motion),
    color 280ms var(--motion),
    background 280ms var(--motion),
    border-color 280ms var(--motion),
    box-shadow 280ms var(--motion);
}

.filter-button:hover,
.filter-button:focus-visible {
  color: var(--ink);
  border-color: rgba(37, 95, 168, 0.28);
  background: #ffffff;
  outline: none;
  box-shadow: 0 12px 28px rgba(57, 62, 70, 0.08);
}

.filter-button.is-active {
  color: #ffffff;
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 14px 32px rgba(37, 95, 168, 0.2);
}

.catalog-section {
  background:
    linear-gradient(180deg, rgba(250, 249, 245, 0) 0%, rgba(237, 234, 226, 0.74) 100%);
}

.catalog-count {
  margin: -12px 0 22px;
  color: var(--muted);
  font-weight: 760;
}

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

.product-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid rgba(23, 27, 34, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-small);
  transition:
    opacity 240ms var(--motion),
    transform 300ms var(--motion),
    border-color 300ms var(--motion),
    box-shadow 300ms var(--motion);
}

.product-card.is-hidden {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  pointer-events: none;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(37, 95, 168, 0.22);
  box-shadow: 0 24px 58px rgba(57, 62, 70, 0.14);
}

.product-media {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, #f9f8f3 0%, #edf1f5 100%);
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  mix-blend-mode: multiply;
}

.product-media.is-visual-only img {
  display: none;
}

.product-fallback {
  position: absolute;
  inset: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 95, 168, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(37, 95, 168, 0.1), rgba(184, 149, 114, 0.12)),
    #f9f8f3;
}

.product-fallback[hidden] {
  display: none;
}

.fallback-symbol {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  font-weight: 880;
}

.product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 2px 2px;
}

.product-badge {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 9px;
  border-radius: var(--radius-sm);
  color: var(--accent-dark);
  background: var(--accent-soft);
  font-size: 0.78rem;
  font-weight: 820;
}

.product-content h3 {
  min-height: 2.48em;
  margin-bottom: 12px;
}

.product-description {
  color: var(--muted-strong);
  line-height: 1.62;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.product-tags span {
  padding: 6px 8px;
  border: 1px solid rgba(23, 27, 34, 0.09);
  border-radius: var(--radius-sm);
  color: var(--muted-strong);
  background: rgba(244, 241, 234, 0.7);
  font-size: 0.82rem;
  font-weight: 720;
}

.price-note {
  margin-top: 18px;
  padding: 12px;
  border-radius: var(--radius);
  color: var(--ink-soft);
  background: rgba(229, 237, 248, 0.76);
  font-weight: 820;
  line-height: 1.42;
}

.product-cta {
  width: 100%;
  margin-top: auto;
}

.product-action {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.product-small {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  text-align: center;
}

.empty-state {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  color: var(--muted-strong);
}

.empty-state strong {
  display: block;
  color: var(--ink);
  font-size: 1.08rem;
}

.empty-state span {
  display: block;
  margin-top: 4px;
}

.noscript-products {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.noscript-products article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.noscript-products h3 {
  margin-bottom: 8px;
}

.noscript-products a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--accent-dark);
  font-weight: 820;
}

.choose-grid,
.faq-layout,
.trust-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 78px);
  align-items: start;
}

.section-sticky {
  position: sticky;
  top: 102px;
}

.choose-list {
  display: grid;
  gap: 12px;
}

.choose-card,
.benefit-card,
.mini-card {
  padding: 22px;
  border: 1px solid rgba(23, 27, 34, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(57, 62, 70, 0.07);
}

.choose-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 18px;
}

.choose-card span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--accent-dark);
  background: var(--accent-soft);
  font-weight: 860;
  font-variant-numeric: tabular-nums;
}

.choose-card p,
.benefit-card p,
.mini-card p {
  margin-top: 8px;
  color: var(--muted-strong);
  line-height: 1.62;
}

.compare-section {
  background: rgba(250, 249, 245, 0.54);
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-small);
}

.comparison-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(23, 27, 34, 0.08);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: var(--muted);
  background: rgba(244, 241, 234, 0.72);
  font-size: 0.82rem;
  font-weight: 840;
  text-transform: uppercase;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table a {
  color: var(--accent-dark);
  font-weight: 840;
  white-space: nowrap;
}

.comparison-table a:hover,
.comparison-table a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent);
  outline: none;
}

.benefits-section {
  background:
    linear-gradient(180deg, rgba(237, 234, 226, 0.76), rgba(250, 249, 245, 0.2));
}

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

.benefit-card {
  grid-column: span 2;
  min-height: 190px;
}

.benefit-card-wide {
  grid-column: span 4;
  background:
    linear-gradient(135deg, rgba(37, 95, 168, 0.08), rgba(184, 149, 114, 0.11)),
    rgba(255, 255, 255, 0.88);
}

.trust-section {
  padding-top: clamp(76px, 9vw, 122px);
}

.trust-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted-strong);
  font-size: 1.08rem;
  line-height: 1.72;
}

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

.faq-section {
  background: rgba(237, 234, 226, 0.5);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(23, 27, 34, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(57, 62, 70, 0.06);
  overflow: hidden;
}

.faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 840;
  cursor: pointer;
}

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

.faq-list summary::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  transition: transform 280ms var(--motion);
}

.faq-list details[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.faq-list p {
  padding: 0 20px 20px;
  color: var(--muted-strong);
  line-height: 1.68;
}

.final-cta {
  padding-bottom: clamp(78px, 11vw, 140px);
}

.final-panel {
  position: relative;
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid rgba(23, 27, 34, 0.1);
  border-radius: var(--radius);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(23, 27, 34, 0.98), rgba(27, 62, 100, 0.96)),
    var(--ink);
  box-shadow: 0 28px 76px rgba(23, 27, 34, 0.2);
  overflow: hidden;
}

.final-panel::after {
  content: "ARSEVA";
  position: absolute;
  right: clamp(18px, 5vw, 54px);
  bottom: -0.2em;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(4.4rem, 13vw, 11rem);
  font-weight: 900;
  line-height: 0.75;
  pointer-events: none;
}

.final-panel h2,
.final-panel p,
.final-panel .eyebrow,
.final-panel .btn {
  position: relative;
  z-index: 1;
}

.final-panel h2 {
  max-width: 720px;
  color: #ffffff;
}

.final-panel p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.7;
}

.final-panel .btn {
  margin-top: 28px;
}

.site-footer {
  padding: 38px 0;
  border-top: 1px solid rgba(23, 27, 34, 0.09);
  background: rgba(250, 249, 245, 0.9);
}

.legal-main {
  padding: clamp(64px, 9vw, 110px) 0;
}

.legal-document {
  max-width: 860px;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid rgba(23, 27, 34, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-small);
}

.legal-document h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.legal-document h2 {
  margin-top: 34px;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.legal-document p,
.legal-document li {
  color: var(--muted-strong);
  font-size: 1rem;
  line-height: 1.72;
}

.legal-document p {
  margin-top: 14px;
}

.legal-document ul {
  margin: 14px 0 0 20px;
  padding: 0;
}

.legal-note {
  max-width: 680px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: var(--accent-soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1fr) minmax(260px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.footer-brand p,
.footer-note {
  margin-top: 14px;
  color: var(--muted-strong);
  line-height: 1.62;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-links a {
  min-height: 38px;
  padding: 0 11px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.62);
}

.mobile-sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 45;
  min-height: 54px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--accent);
  box-shadow: 0 18px 42px rgba(37, 95, 168, 0.28);
  font-weight: 840;
  transform: translateY(130%);
  transition: transform 300ms var(--motion), background 300ms var(--motion);
}

body.show-mobile-cta .mobile-sticky-cta {
  transform: translateY(0);
}

.mobile-sticky-cta:hover,
.mobile-sticky-cta:focus-visible {
  background: var(--accent-dark);
  outline: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms var(--motion),
    transform 700ms var(--motion);
}

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

:focus-visible {
  outline: 3px solid rgba(37, 95, 168, 0.34);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto auto auto;
  }

  .site-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 84px;
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(23, 27, 34, 0.1);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 260ms var(--motion), transform 260ms var(--motion);
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 48px;
    justify-content: center;
    color: var(--ink);
  }

  .menu-button {
    display: grid;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-shell {
    min-height: 470px;
  }

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

  .choose-grid,
  .faq-layout,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .section-sticky {
    position: static;
  }

  .benefit-card,
  .benefit-card-wide {
    grid-column: span 3;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 82px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 66px;
  }

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

  .hero {
    min-height: auto;
    padding: 46px 0 58px;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .hero-proof span {
    width: 100%;
  }

  .hero-shell {
    min-height: 410px;
    padding: 16px;
  }

  .hero-product {
    width: min(72%, 285px);
  }

  .hero-orbit {
    inset: 42px;
  }

  .hero-category {
    width: min(52%, 178px);
    padding: 10px 11px;
  }

  .hero-category-neck {
    top: 30px;
    left: 16px;
  }

  .hero-category-feet {
    right: 14px;
    top: 54%;
  }

  .hero-category-eyes {
    left: 18px;
    bottom: 24px;
  }

  .section {
    padding: 68px 0;
  }

  .quick-pick {
    padding-top: 28px;
  }

  .section-top-wide {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .filter-row {
    flex-wrap: nowrap;
    margin-inline: -14px;
    padding-inline: 14px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .filter-button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-content h3 {
    min-height: auto;
  }

  .choose-card {
    grid-template-columns: 1fr;
  }

  .choose-card span {
    grid-row: auto;
  }

  .comparison-wrap {
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .comparison-table {
    min-width: 0;
    display: block;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td {
    display: block;
  }

  .comparison-table tr {
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(57, 62, 70, 0.06);
    overflow: hidden;
  }

  .comparison-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(23, 27, 34, 0.08);
  }

  .comparison-table td:last-child {
    border-bottom: 0;
  }

  .comparison-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 840;
    text-transform: uppercase;
  }

  .benefit-grid,
  .trust-cards {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .benefit-card-wide {
    grid-column: auto;
    min-height: auto;
  }

  .mobile-sticky-cta {
    display: flex;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: clamp(2.25rem, 12vw, 3.1rem);
  }

  .hero-category {
    width: 56%;
  }

  .hero-category strong {
    font-size: 0.88rem;
  }

  .product-card,
  .choose-card,
  .benefit-card,
  .mini-card {
    padding: 12px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
