:root {
  --bg: #100c16;
  --bg-deep: #07050b;
  --surface: rgba(26, 19, 37, 0.86);
  --surface-strong: rgba(20, 14, 29, 0.98);
  --surface-soft: rgba(255, 255, 255, 0.05);
  --panel-glow: rgba(181, 137, 255, 0.18);
  --text: #f8f2fb;
  --muted: #cdbfd9;
  --muted-soft: #aa9db9;
  --purple: #8f5cff;
  --purple-deep: #5c2ed2;
  --purple-soft: #d1b8ff;
  --silver: #ebedf4;
  --champagne: #edd8b8;
  --rose-champagne: #f2ddd2;
  --border: rgba(233, 230, 243, 0.16);
  --border-strong: rgba(233, 230, 243, 0.24);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.28);
  --radius-xl: 38px;
  --radius-lg: 30px;
  --radius-md: 24px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(181, 137, 255, 0.26), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(242, 221, 210, 0.12), transparent 15%),
    radial-gradient(circle at 50% 60%, rgba(112, 77, 193, 0.1), transparent 24%),
    radial-gradient(circle at 50% 112%, rgba(209, 184, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #120d1a 0%, #0b0810 44%, #07050b 100%);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 32%, transparent 82%);
  opacity: 0.28;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--purple-soft);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: -4rem;
  left: 1rem;
  z-index: 50;
  background: var(--text);
  color: var(--bg-deep);
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(1160px, calc(100vw - 2rem));
  margin: 0 auto;
}

.section {
  padding: 5.9rem 0;
}

h1,
h2,
h3,
.eyebrow,
.category-label,
.hero-caption-kicker {
  font-family: "Didot", "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
}

h1,
h2,
h3,
p,
blockquote {
  margin: 0;
}

h1 {
  font-size: clamp(3.2rem, 9vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  max-width: 7ch;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.34rem;
  line-height: 1.12;
  font-weight: 600;
}

p {
  color: var(--muted);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.95rem;
  color: var(--champagne);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 8, 14, 0.8);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-shell {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand-link {
  flex: 0 0 auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.primary-nav a,
.footer-nav a,
.footer-meta a,
.contact-card a {
  text-decoration: none;
}

.primary-nav a {
  color: rgba(248, 242, 251, 0.82);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.primary-nav a[aria-current="page"] {
  color: var(--text);
}

.bag-link {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  color: var(--silver);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero {
  padding-top: 3.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 2.2rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  padding: 2.6rem 0 2rem;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 1.8rem;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 216, 184, 0.28), rgba(237, 216, 184, 0));
  filter: blur(10px);
}

.hero-text {
  margin-top: 1.25rem;
  max-width: 38ch;
  font-size: 1.08rem;
  color: var(--silver);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 228px;
  padding: 0.95rem 1.65rem;
  margin-top: 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.04em;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(205, 172, 255, 0.48), rgba(111, 53, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 24px 50px rgba(95, 49, 224, 0.38);
}

.hero-signals,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-signals {
  margin-top: 1.15rem;
}

.hero-signals span,
.trust-row span {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  color: var(--silver);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.trust-note {
  margin-top: 1rem;
  max-width: 38ch;
  font-size: 0.95rem;
  color: var(--muted-soft);
}

.hero-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.4rem;
  color: var(--champagne);
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scroll-arrow {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--purple-soft);
  background: rgba(255, 255, 255, 0.03);
}

.proof-band-section {
  padding: 0 0 1rem;
}

.proof-band {
  display: grid;
  grid-template-columns: 1.2fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(17, 12, 24, 0.86);
  box-shadow: var(--shadow-soft);
}

.proof-band-text,
.proof-band-meta {
  color: var(--silver);
  font-size: 0.95rem;
}

.proof-band-meta {
  text-align: right;
}

.proof-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  white-space: nowrap;
}

.star-row {
  display: inline-flex;
  gap: 0.15rem;
  color: var(--champagne);
}

.hero-visual-frame,
.editorial-panel,
.story-mark,
.product-card,
.category-card,
.inner-panel,
.contact-card,
.inner-card {
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.hero-visual-frame::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  border-radius: calc(var(--radius-xl) - 14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.hero-visual-frame::after {
  content: "";
  position: absolute;
  inset: auto 10% 3% 10%;
  height: 20%;
  background: radial-gradient(circle, rgba(143, 92, 255, 0.4), transparent 65%);
  filter: blur(24px);
}

.hero-visual-frame img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hero-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 24px;
  background: rgba(11, 8, 16, 0.64);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-caption-kicker {
  color: var(--champagne);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-caption-title {
  margin-top: 0.35rem;
  color: var(--silver);
  font-size: 1rem;
}

.section-heading {
  max-width: 44rem;
}

.section-heading-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.section-meta {
  max-width: 25rem;
  text-align: right;
  color: var(--muted-soft);
}

.category-section {
  padding-top: 4.6rem;
}

.category-grid,
.product-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1.2rem;
}

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

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

.category-card,
.product-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--surface);
}

.category-card {
  text-decoration: none;
  position: relative;
  min-height: 420px;
  transform-origin: center;
}

.category-card::after,
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 7, 14, 0) 36%, rgba(10, 7, 14, 0.88) 100%);
  pointer-events: none;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.14), transparent 32%, transparent 58%, rgba(143, 92, 255, 0.18) 100%);
  opacity: 0.65;
  pointer-events: none;
}

.category-card img,
.product-card img {
  width: 100%;
}

.category-card img {
  aspect-ratio: 5 / 6;
  object-fit: cover;
}

.category-shimmer {
  position: absolute;
  inset: -20% auto auto -32%;
  width: 56%;
  height: 150%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  transform: rotate(14deg);
  opacity: 0;
  pointer-events: none;
}

.category-card-content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.category-label {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.58rem 0.92rem;
  border-radius: 999px;
  color: var(--text);
  background: rgba(14, 10, 20, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  letter-spacing: 0.04em;
  font-size: 1rem;
}

.category-note {
  max-width: 16ch;
  color: var(--silver);
  font-size: 0.95rem;
  line-height: 1.3;
}

.featured-section {
  padding-top: 4.8rem;
}

.product-card {
  position: relative;
  padding: 0 0 1.2rem;
  min-height: 100%;
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.product-card img {
  padding: 0.65rem 0.65rem 0;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.5rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(237, 216, 184, 0.45);
  background: rgba(14, 10, 20, 0.78);
  color: var(--champagne);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-sparkle {
  position: absolute;
  top: 0.8rem;
  right: 0.95rem;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.product-sparkle::before,
.product-sparkle::after {
  content: "";
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  background: #fbf7ff;
  opacity: 0.95;
}

.product-sparkle::before {
  width: 2px;
  height: 22px;
  border-radius: 999px;
}

.product-sparkle::after {
  width: 22px;
  height: 2px;
  border-radius: 999px;
}

.product-card h3,
.product-collection,
.product-note,
.product-price,
.product-quick-view {
  padding: 0 1rem;
}

.product-collection {
  margin-top: 1.05rem;
  color: var(--champagne);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.73rem;
}

.product-card h3 {
  margin-top: 0.48rem;
  max-width: 14ch;
}

.product-note {
  margin-top: 0.55rem;
  min-height: 2.8em;
  color: var(--silver);
  font-size: 0.93rem;
  line-height: 1.4;
}

.product-quick-view {
  margin-top: 0.8rem;
  color: var(--purple-soft);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.72;
}

.product-price {
  margin-top: 0.72rem;
  color: var(--rose-champagne);
  font-size: 1.02rem;
  font-weight: 600;
}

.trust-row {
  margin-top: 1.5rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.micro-testimonial {
  margin: 0;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(19, 14, 27, 0.9);
  box-shadow: var(--shadow-soft);
}

.micro-testimonial p {
  color: var(--silver);
  font-size: 1rem;
  line-height: 1.4;
}

.micro-testimonial cite {
  display: block;
  margin-top: 0.8rem;
  color: var(--champagne);
  font-style: normal;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-section {
  padding-top: 2.8rem;
}

.editorial-panel {
  border-radius: var(--radius-xl);
  padding: 3.2rem;
  background:
    radial-gradient(circle at 18% 20%, rgba(209, 184, 255, 0.16), transparent 24%),
    radial-gradient(circle at 82% 70%, rgba(237, 216, 184, 0.08), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.editorial-panel blockquote {
  max-width: 15ch;
  font-family: "Didot", "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--text);
}

.story-grid,
.inner-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.story-grid {
  grid-template-columns: minmax(0, 1fr) 220px;
}

.story-copy p:last-child {
  margin-top: 1rem;
  max-width: 50ch;
}

.story-mark {
  min-height: 220px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(209, 184, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
}

.site-footer {
  padding: 2.4rem 0 2.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr;
  gap: 1.5rem;
  align-items: start;
}

.footer-copy {
  margin-top: 0.8rem;
  max-width: 30ch;
}

.footer-nav,
.footer-meta {
  display: grid;
  gap: 0.55rem;
}

.footer-meta p {
  color: var(--muted-soft);
}

.inner-hero {
  padding-top: 3rem;
}

.inner-panel {
  border-radius: var(--radius-xl);
  padding: 2.6rem;
  background:
    radial-gradient(circle at 85% 16%, rgba(209, 184, 255, 0.15), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.inner-panel p {
  margin-top: 1rem;
  max-width: 50ch;
}

.gallery-section {
  margin-top: 1.7rem;
}

.gallery-heading {
  max-width: 40rem;
}

.gallery-feature {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.15rem;
  align-items: start;
}

.gallery-lead,
.gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(18, 13, 26, 0.92);
  box-shadow: var(--shadow-soft);
}

.gallery-lead img,
.gallery-card img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.gallery-lead img {
  aspect-ratio: 5 / 6;
}

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

.gallery-card img {
  aspect-ratio: 1 / 1;
}

.gallery-lead figcaption,
.gallery-card figcaption {
  padding: 0.85rem 1rem 1rem;
  color: var(--champagne);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.inner-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.inner-card,
.contact-card {
  border-radius: var(--radius-lg);
  padding: 1.45rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.inner-card h3,
.contact-card h3 {
  margin-bottom: 0.5rem;
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.contact-card p + p {
  margin-top: 0.6rem;
}

.category-card:hover,
.category-card:focus-visible,
.product-card:hover,
.product-card:focus-within,
.cta-button:hover,
.cta-button:focus-visible,
.bag-link:hover,
.bag-link:focus-visible {
  transform: translateY(-4px);
}

.category-card,
.product-card,
.cta-button,
.bag-link {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.category-shimmer,
.product-sparkle,
.hero-scroll-cue {
  transition: opacity 180ms ease, transform 220ms ease;
}

.category-card:hover,
.category-card:focus-visible,
.product-card:hover,
.product-card:focus-within {
  border-color: rgba(209, 184, 255, 0.34);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.54);
}

.category-card:hover,
.category-card:focus-visible {
  transform: translateY(-4px) scale(1.02);
}

.category-card:hover .category-shimmer,
.category-card:focus-visible .category-shimmer {
  opacity: 1;
}

.cta-button:hover,
.cta-button:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 26px 54px rgba(95, 49, 224, 0.48);
}

.product-card:hover .product-quick-view,
.product-card:focus-within .product-quick-view {
  opacity: 1;
}

.product-card:hover .product-sparkle,
.product-card:focus-within .product-sparkle {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: no-preference) {
  .product-sparkle {
    animation: pulse-sparkle 3.8s ease-in-out infinite;
  }

  .hero-scroll-cue .scroll-arrow {
    animation: soft-bob 2.2s ease-in-out infinite;
  }
}

@keyframes pulse-sparkle {
  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

@keyframes soft-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .story-grid,
  .footer-grid,
  .contact-grid,
  .inner-grid,
  .section-heading-inline,
  .proof-band,
  .testimonial-grid,
  .gallery-feature {
    grid-template-columns: 1fr;
  }

  .section-heading-inline {
    align-items: start;
  }

  .section-meta {
    text-align: left;
  }

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

  .proof-band {
    border-radius: 28px;
  }

  .proof-band-meta {
    text-align: left;
  }

  .story-mark {
    width: min(220px, 100%);
  }

  .hero-copy {
    padding-top: 0.6rem;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 4.3rem 0;
  }

  .container {
    width: min(100vw - 1.25rem, 1160px);
  }

  .nav-shell {
    min-height: auto;
    padding: 0.95rem 0 1rem;
    flex-wrap: wrap;
  }

  .primary-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.15rem;
  }

  .hero {
    padding-top: 2rem;
  }

  h1 {
    max-width: 8.5ch;
    font-size: clamp(2.9rem, 13vw, 4.4rem);
  }

  .hero-text,
  .trust-note {
    max-width: 32ch;
  }

  .cta-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  .hero-signals span,
  .trust-row span {
    width: 100%;
    text-align: center;
  }

  .proof-rating {
    justify-content: center;
  }

  .hero-caption {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
  }

  .editorial-panel {
    padding: 2rem 1.35rem;
  }

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

  .category-card {
    min-height: 360px;
  }

  .product-card {
    padding-bottom: 1.35rem;
  }

  .product-note {
    min-height: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .testimonial-grid {
    gap: 0.9rem;
  }

  .inner-panel {
    padding: 1.8rem 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
