:root {
  --bg: #fbf5ee;
  --bg-soft: #fffdfa;
  --card: rgba(255, 255, 255, 0.94);
  --card-solid: #ffffff;
  --line: rgba(23, 29, 44, 0.08);
  --line-strong: rgba(23, 29, 44, 0.14);
  --ink: #162033;
  --muted: #5c6676;
  --accent: #ff6c46;
  --accent-strong: #f35f39;
  --accent-soft: #ffe9e0;
  --mint: #eaf5f0;
  --shadow: 0 28px 56px rgba(36, 31, 28, 0.08);
  --shadow-soft: 0 18px 34px rgba(36, 31, 28, 0.06);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100vw - 56px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fffdf9 0%, var(--bg) 100%);
  min-height: 100vh;
}

body::before {
  display: none;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

p {
  line-height: 1.7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 245, 0.84);
  border-bottom: 1px solid rgba(22, 32, 51, 0.04);
}

.site-header.compact {
  position: relative;
}

.site-header__inner {
  width: var(--shell);
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 1.75rem;
  letter-spacing: 0;
}

.brand strong {
  font-weight: 800;
  color: var(--ink);
}

.brand-mark {
  width: 44px;
  height: 44px;
  color: var(--accent);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-text {
  font-family: "Fraunces", serif;
  font-size: 1.2em;
  white-space: nowrap;
  color: var(--accent-strong);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 1rem;
}

.site-nav a {
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent-strong);
}

.site-nav-toggle {
  display: none;
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(22, 32, 51, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  box-shadow: 0 12px 24px rgba(20, 29, 46, 0.08);
  cursor: pointer;
}

.site-nav-toggle__line {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-nav-toggle.is-open .site-nav-toggle__line:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav-toggle.is-open .site-nav-toggle__line:nth-of-type(2) {
  opacity: 0;
}

.site-nav-toggle.is-open .site-nav-toggle__line:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-cta,
.primary-button,
.ghost-button,
.quiz-nav__button,
.quiz-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.nav-cta,
.primary-button,
.quiz-submit {
  background: linear-gradient(135deg, var(--accent) 0%, #ff825f 100%);
  color: white;
  box-shadow: 0 18px 30px rgba(255, 106, 69, 0.28);
}

.nav-cta:hover,
.primary-button:hover,
.quiz-submit:hover,
.ghost-button:hover,
.quiz-nav__button:hover {
  transform: translateY(-1px);
}

.ghost-button,
.quiz-nav__button {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
}

.landing-page,
.product-page-shell,
.legal-shell,
.not-found {
  width: var(--shell);
  margin: 0 auto;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
  gap: 50px;
  padding: 44px 0 22px;
  align-items: start;
}

.hero-copy h1,
.section-intro h2,
.occasion-block__copy h2,
.about-section__copy h2,
.not-found h1,
.product-hero__copy h1,
.legal-document h1 {
  font-family: "Fraunces", serif;
  letter-spacing: 0;
  line-height: 1.02;
}

.hero-copy h1 {
  font-size: clamp(3.35rem, 7vw, 5.5rem);
  margin: 0 0 22px;
  max-width: 8.3ch;
  position: relative;
}

.hero-copy__accent {
  display: inline-flex;
  margin-left: 0.18em;
  color: var(--accent-strong);
  font-size: 0.58em;
  transform: translateY(-0.2em);
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
}

.hero-copy__lead,
.section-intro p,
.occasion-block__copy p,
.about-section__copy p,
.product-description,
.legal-intro {
  color: var(--muted);
  font-size: 1.06rem;
}

.hero-copy__lead {
  max-width: 34rem;
  margin: 0;
}

.hero-visual {
  position: relative;
  margin-top: 34px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.5));
}

.hero-visual img {
  width: 100%;
  height: auto;
}

.hero-visual__note {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: grid;
  gap: 4px;
  min-width: 168px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255, 251, 246, 0.9);
  box-shadow: 0 14px 24px rgba(36, 31, 28, 0.12);
  color: var(--ink);
}

.hero-visual__note span {
  font-size: 0.86rem;
  color: var(--muted);
}

.hero-visual__note strong {
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
}

.hero-quiz-card {
  padding-top: 16px;
}

.gift-quiz {
  position: relative;
  padding: 0;
}

.gift-quiz::before {
  display: none;
}

.quiz-stage {
  display: grid;
  gap: 16px;
}

.quiz-main-card,
.quiz-preview-card {
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.quiz-main-card {
  position: relative;
}

.quiz-preview-card {
  position: relative;
  background: linear-gradient(180deg, rgba(239, 248, 244, 0.96), rgba(255, 255, 255, 0.96));
  box-shadow: var(--shadow-soft);
}

.quiz-stage__arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: -4px auto;
  color: #7d9a90;
  font-size: 1.45rem;
}

.quiz-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.quiz-header strong {
  font-size: 1.9rem;
}

.quiz-progress {
  height: 9px;
  border-radius: 999px;
  background: rgba(22, 32, 51, 0.08);
  overflow: hidden;
  margin-bottom: 22px;
}

.quiz-progress > span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), #ff8a67);
  border-radius: inherit;
  transition: width 220ms ease;
}

.quiz-card h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3.1vw, 3.05rem);
  letter-spacing: 0;
  margin: 0 0 10px;
}

.quiz-card p {
  margin: 0 0 20px;
  color: var(--muted);
}

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

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

.quiz-option,
.quiz-chip {
  position: relative;
  min-height: 108px;
  padding: 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(22, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--ink);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.quiz-chip {
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 999px;
  flex-direction: row;
}

.quiz-option:hover,
.quiz-chip:hover,
.quiz-option.is-selected,
.quiz-chip.is-selected {
  border-color: rgba(255, 106, 69, 0.66);
  background: linear-gradient(180deg, rgba(255, 244, 238, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 22px rgba(255, 106, 69, 0.14);
  transform: translateY(-1px);
}

.quiz-option__icon {
  width: 34px;
  height: 34px;
}

.quiz-option__icon--coral {
  color: var(--accent-strong);
}

.quiz-option__icon--forest {
  color: #3e8b5d;
}

.quiz-option__icon--rose {
  color: #ff6d50;
}

.quiz-option__icon--ink {
  color: #1f2940;
}

.quiz-option__icon--sage {
  color: #729486;
}

.quiz-option__icon--gold {
  color: #d8902a;
}

.quiz-option__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quiz-option__label {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.quiz-expand {
  width: 100%;
  margin-top: 14px;
  border: 1px solid rgba(22, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
}

.quiz-expand svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
}

.quiz-inline-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.quiz-optional {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(22, 32, 51, 0.08);
}

.quiz-optional h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

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

.quiz-preview {
  display: none;
}

.quiz-preview-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.quiz-preview__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #44635a;
  font-size: 0.82rem;
  font-weight: 700;
}

.quiz-preview-card h3 {
  margin: 0 0 14px;
  font-size: 1.55rem;
  line-height: 1.2;
}

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

.quiz-preview__ghost-item {
  min-height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #587269;
  font-size: 0.92rem;
  border: 1px dashed rgba(68, 99, 90, 0.18);
}

.quiz-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.quiz-nav__button[disabled],
.quiz-submit[disabled] {
  opacity: 0.45;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.quiz-loading {
  min-height: 220px;
  display: grid;
  place-items: center;
  color: var(--muted);
}

.feature-band,
.trust-row {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  gap: 0;
  padding: 10px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.feature-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  margin-bottom: 22px;
}

.feature-item,
.trust-row article,
.step-card,
.about-section__stats article,
.detail-highlights article {
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 36px rgba(20, 29, 46, 0.05);
}

.feature-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.feature-item + .feature-item {
  border-left: 1px solid rgba(22, 32, 51, 0.08);
}

.feature-item__icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: var(--mint);
  display: grid;
  place-items: center;
  color: var(--accent-strong);
}

.feature-item__icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-item h2,
.step-card h3,
.product-card__title,
.idea-card h3,
.about-section__stats strong,
.detail-highlights p,
.trust-row h2,
.product-facts dd,
.legal-card h2 {
  margin: 0;
}

.feature-item h2,
.idea-card h3,
.step-card h3,
.product-subtitle,
.product-facts dt {
  font-size: 1.08rem;
}

.feature-item p,
.trust-row p,
.step-card p,
.idea-card p,
.product-card__teaser,
.detail-highlights p,
.about-section__stats span,
.product-facts dt,
.product-facts dd,
.legal-card p,
.legal-card li,
.site-footer p {
  color: var(--muted);
}

.section-intro {
  margin-bottom: 24px;
}

.section-intro.centered {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-intro h2,
.occasion-block__copy h2,
.about-section__copy h2,
.product-hero__copy h1,
.legal-document h1,
.not-found h1 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  margin: 0 0 14px;
}

.idea-worlds,
.results-section,
.occasion-sections,
.how-it-works,
.about-section,
.detail-section,
.legal-document {
  padding: 26px 0;
}

.idea-worlds__grid,
.product-grid,
.steps-grid,
.about-section__stats,
.trust-row,
.detail-highlights {
  display: grid;
  gap: 22px;
}

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

.idea-card,
.product-card {
  background: var(--card-solid);
  border-radius: 30px;
  border: 1px solid rgba(22, 32, 51, 0.07);
  box-shadow: 0 24px 44px rgba(20, 29, 46, 0.06);
  overflow: hidden;
}

.idea-card {
  position: relative;
}

.idea-card::after {
  content: "♡";
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-strong);
  font-size: 1.1rem;
  box-shadow: 0 10px 22px rgba(36, 31, 28, 0.1);
}

.idea-card img,
.product-card__image-link img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.idea-card__body,
.product-card__body {
  padding: 20px 20px 22px;
}

.idea-card__eyebrow {
  margin: 0 0 10px;
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.82rem;
  color: var(--muted);
}

.product-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 248, 244, 0.94);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-card__image-link {
  position: relative;
  display: block;
}

.product-card__title {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-card__title a:hover {
  color: var(--accent-strong);
}

.product-card__teaser {
  margin: 12px 0 14px;
  min-height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-card__reasons {
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--muted);
}

.affiliate-note {
  margin: 18px auto 0;
  max-width: 760px;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.occasion-sections {
  display: grid;
  gap: 26px;
}

.occasion-block {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
}

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

.occasion-block .product-card__title {
  font-size: 1.24rem;
}

.how-it-works .steps-grid,
.about-section__stats,
.trust-row,
.detail-highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 800;
  margin-bottom: 16px;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 26px;
  align-items: start;
}

.about-section__stats strong {
  display: block;
  font-size: 2rem;
  font-family: "Fraunces", serif;
  margin-bottom: 8px;
}

.trust-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
  margin-bottom: 52px;
}

.trust-row article {
  min-height: 100%;
  padding: 22px 24px;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.trust-row article + article {
  border-left: 1px solid rgba(22, 32, 51, 0.08);
}

.product-page-shell {
  padding: 32px 0 56px;
}

.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  margin-bottom: 22px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: 28px;
  padding: 30px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.product-hero__image {
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f7f1eb);
}

.product-hero__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-subtitle {
  font-weight: 700;
  color: var(--ink);
  margin-top: -6px;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.product-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 700;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 10px;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.product-facts div {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(251, 247, 242, 0.9);
  border: 1px solid rgba(22, 32, 51, 0.06);
}

.product-facts dt {
  font-weight: 700;
  margin-bottom: 6px;
}

.detail-highlights article {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 14px;
}

.detail-highlights span {
  color: var(--accent-strong);
  font-weight: 800;
}

.legal-page .site-footer {
  margin-top: 12px;
}

.legal-shell {
  padding: 26px 0 54px;
}

.legal-document {
  padding-left: 0;
  padding-right: 0;
}

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

.legal-card {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(20, 29, 46, 0.05);
}

.legal-list {
  margin: 0;
  padding-left: 18px;
}

.legal-note {
  color: var(--muted);
  margin-top: 18px;
}

.site-footer {
  border-top: 1px solid rgba(22, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.62);
}

.site-footer__grid {
  width: var(--shell);
  margin: 0 auto;
  padding: 30px 0 18px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 22px;
}

.footer-title {
  font-weight: 800;
  color: var(--ink);
}

.site-footer__meta {
  width: var(--shell);
  margin: 0 auto;
  padding: 0 0 30px;
  color: var(--muted);
}

.not-found {
  padding: 72px 0 96px;
  text-align: center;
}

.noscript-box {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(22, 32, 51, 0.08);
}

@media (max-width: 1080px) {
  .hero-shell,
  .occasion-block,
  .about-section,
  .product-hero {
    grid-template-columns: 1fr;
  }

  .idea-worlds__grid,
  .product-grid,
  .how-it-works .steps-grid,
  .about-section__stats,
  .detail-highlights,
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-band,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .feature-item + .feature-item,
  .trust-row article + article {
    border-left: 0;
    border-top: 1px solid rgba(22, 32, 51, 0.08);
  }

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

@media (max-width: 760px) {
  :root {
    --shell: min(100vw - 28px, 1180px);
  }

  .site-header__inner {
    min-height: auto;
    padding: 14px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
  }

  .site-nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 16px;
    font-size: 0.94rem;
  }

  html.js-enabled .site-nav {
    max-height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    border: 0 solid transparent;
    transition: max-height 220ms ease, opacity 180ms ease, padding 180ms ease, border-width 180ms ease;
  }

  html.js-enabled .site-nav.is-open {
    max-height: 420px;
    padding: 14px;
    opacity: 1;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(22, 32, 51, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 34px rgba(20, 29, 46, 0.09);
  }

  html.js-enabled .site-nav.is-open a {
    width: 100%;
    padding: 4px 2px;
  }

  html.js-enabled .site-nav.is-open .nav-cta {
    margin-top: 4px;
    width: 100%;
  }

  .hero-shell {
    gap: 26px;
    padding-top: 26px;
  }

  .quiz-main-card,
  .quiz-preview-card,
  .occasion-block,
  .product-hero {
    padding: 20px;
  }

  .quiz-grid,
  .idea-worlds__grid,
  .product-grid,
  .occasion-block__products,
  .feature-band,
  .how-it-works .steps-grid,
  .about-section__stats,
  .trust-row,
  .detail-highlights,
  .site-footer__grid,
  .legal-grid,
  .product-facts {
    grid-template-columns: 1fr;
  }

  .quiz-preview__ghost-grid {
    grid-template-columns: 1fr;
  }

  .quiz-stage__arrow {
    display: none;
  }

  .quiz-nav {
    flex-direction: column-reverse;
  }

  .hero-copy h1 {
    max-width: 8.4ch;
  }

  .brand {
    min-width: 0;
    gap: 10px;
    font-size: 1.3rem;
    justify-content: flex-start;
  }

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

  .brand-text {
    font-size: 1em;
  }

  .hero-visual__note {
    right: 16px;
    bottom: 16px;
    min-width: 144px;
    padding: 12px 14px;
  }
}

/* Präsentationsschicht für A/B-Tests und den näheren Abgleich mit dem grafischen Entwurf. */
:root {
  --bg: #fffaf5;
  --bg-soft: #ffffff;
  --card: rgba(255, 255, 255, 0.96);
  --card-solid: #ffffff;
  --line: rgba(7, 18, 35, 0.1);
  --line-strong: rgba(7, 18, 35, 0.16);
  --ink: #071223;
  --muted: #26384f;
  --accent: #d9362a;
  --accent-strong: #c92f24;
  --accent-soft: #fff0ec;
  --mint: #dff2ef;
  --shadow: 0 24px 54px rgba(7, 18, 35, 0.09);
  --shadow-soft: 0 16px 34px rgba(7, 18, 35, 0.07);
  --radius-xl: 10px;
  --radius-lg: 10px;
  --radius-md: 8px;
  --radius-sm: 8px;
  --font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Lora", Georgia, "Times New Roman", serif;
  --font-display: var(--font-serif);
  --shell: min(1160px, calc(100vw - 64px));
}

html[data-ga-theme="fresh"] {
  --bg: #f6fbfa;
  --accent: #d9362a;
  --accent-strong: #c92f24;
  --accent-soft: #ffece7;
  --mint: #d8f4f1;
}

html[data-ga-theme="warm"] {
  --bg: #fff7ef;
  --accent: #d9362a;
  --accent-strong: #c92f24;
  --accent-soft: #fff0e8;
  --mint: #e2f0ed;
}

html[data-ga-theme="current"] {
  --bg: #fbf5ee;
  --muted: #5c6676;
  --accent: #d9362a;
  --accent-strong: #c92f24;
  --accent-soft: #ffe9e0;
  --font-ui: "Plus Jakarta Sans", sans-serif;
  --font-serif: "Fraunces", serif;
  --font-display: "Fraunces", serif;
  --radius-xl: 26px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

html[data-ga-font="modern"] {
  --font-ui: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-serif: "Fraunces", Georgia, serif;
  --font-display: "Fraunces", Georgia, serif;
}

html[data-ga-font="soft"] {
  --font-ui: "Inter", system-ui, sans-serif;
  --font-serif: "Lora", Georgia, serif;
  --font-display: "Lora", Georgia, serif;
}

body {
  font-family: var(--font-ui);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 58%, #ffffff 100%);
}

.site-header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(7, 18, 35, 0.08);
}

.site-header__inner {
  min-height: 82px;
}

.brand {
  gap: 12px;
  font-size: 1.42rem;
  letter-spacing: 0;
}

.brand-mark {
  width: 43px;
  height: 43px;
  color: var(--accent-strong);
}

.brand-mark svg {
  stroke-width: 3;
}

.brand-text {
  font-family: var(--font-ui);
  font-size: 1em;
  color: var(--accent-strong);
  letter-spacing: 0;
}

.brand-text strong {
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--ink);
}

.site-nav {
  gap: 30px;
  font-size: 0.96rem;
  font-weight: 600;
}

.site-nav .nav-cta {
  color: #ffffff;
}

.nav-cta,
.primary-button,
.ghost-button,
.quiz-nav__button,
.quiz-submit {
  min-height: 48px;
  border-radius: 8px;
  padding: 0 22px;
}

.nav-cta,
.primary-button,
.quiz-submit {
  background: var(--accent);
  box-shadow: 0 16px 28px rgba(255, 82, 61, 0.22);
}

.landing-page,
.product-page-shell,
.legal-shell,
.not-found {
  width: var(--shell);
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.72fr);
  grid-template-areas:
    "copy visual"
    "quiz quiz";
  gap: 26px 44px;
  align-items: start;
  padding: 38px 0 18px;
}

.hero-copy {
  grid-area: copy;
  display: block;
  align-self: start;
  min-width: 0;
  padding-top: 52px;
}

.hero-copy__text {
  max-width: 560px;
}

.hero-copy h1,
.section-intro h2,
.occasion-block__copy h2,
.about-section__copy h2,
.not-found h1,
.product-hero__copy h1,
.legal-document h1,
.quiz-card h2,
.product-card__title,
.hero-visual__note strong,
.about-section__stats strong {
  font-family: var(--font-display);
  letter-spacing: 0;
}

.hero-copy h1 {
  font-size: clamp(3rem, 4.6vw, 3.78rem);
  line-height: 1.08;
  max-width: 15ch;
  margin: 0 0 18px;
}

.hero-copy__lead {
  max-width: 32rem;
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-copy__accent {
  display: inline-grid;
  width: 0.96em;
  height: 0.96em;
  margin-left: 0.1em;
  font-size: 1em;
  vertical-align: -0.14em;
  transform: none;
}

.hero-copy__accent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

html[data-ga-heart="text"] .hero-copy__accent img {
  display: none;
}

html[data-ga-heart="text"] .hero-copy__accent::before {
  content: "♡";
  color: var(--accent-strong);
  font-family: Georgia, serif;
  font-size: 0.9em;
  line-height: 0.8;
}

html[data-ga-heart="none"] .hero-copy__accent {
  display: none;
}

.hero-visual {
  grid-area: visual;
  align-self: end;
  margin-top: 0;
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 40px rgba(7, 18, 35, 0.08);
}

.hero-visual__note {
  right: 18px;
  bottom: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.hero-quiz-card {
  grid-area: quiz;
  width: min(720px, 100%);
  margin: -94px auto 0;
  padding-top: 0;
  position: relative;
  z-index: 3;
}

html[data-ga-layout="compact"] .hero-shell {
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.72fr);
  gap: 18px 34px;
  padding-top: 28px;
}

html[data-ga-layout="compact"] .hero-copy {
  padding-top: 28px;
}

html[data-ga-layout="compact"] .hero-copy h1 {
  font-size: clamp(2.85rem, 4.1vw, 3.45rem);
  max-width: 15.5ch;
}

html[data-ga-layout="compact"] .hero-visual img {
  max-height: 520px;
  object-fit: cover;
}

html[data-ga-layout="compact"] .hero-quiz-card {
  width: min(680px, 100%);
  margin-top: -62px;
}

html[data-ga-layout="compact"] .quiz-main-card {
  padding: 22px 24px;
}

html[data-ga-layout="compact"] .quiz-option {
  min-height: 86px;
}

html[data-ga-layout="compact"] .quiz-preview-card {
  padding: 20px 22px;
}

html[data-ga-layout="compact"] .feature-band {
  margin-top: 0;
}

html[data-ga-layout="quiz-first"] .hero-shell {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.62fr);
  grid-template-areas:
    "copy visual"
    "quiz visual";
  gap: 20px 34px;
  padding-top: 28px;
  align-items: start;
}

html[data-ga-layout="quiz-first"] .hero-copy {
  padding-top: 18px;
}

html[data-ga-layout="quiz-first"] .hero-copy__text {
  max-width: 760px;
}

html[data-ga-layout="quiz-first"] .hero-copy h1 {
  max-width: 17.5ch;
  font-size: clamp(2.7rem, 4vw, 3.32rem);
}

html[data-ga-layout="quiz-first"] .hero-copy__lead {
  max-width: 42rem;
}

html[data-ga-layout="quiz-first"] .hero-quiz-card {
  width: min(760px, 100%);
  margin: 0;
}

html[data-ga-layout="quiz-first"] .hero-visual {
  position: sticky;
  top: 104px;
}

html[data-ga-layout="quiz-first"] .hero-visual img {
  height: min(620px, calc(100vh - 140px));
  min-height: 420px;
  object-fit: cover;
}

html[data-ga-layout="split"] .hero-shell {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 486px);
  grid-template-areas:
    "copy quiz"
    "visual quiz";
}

html[data-ga-layout="split"] .hero-quiz-card {
  width: 100%;
  margin: 12px 0 0;
}

html[data-ga-layout="overlay"] .hero-quiz-card {
  margin-top: -180px;
}

.quiz-main-card,
.quiz-preview-card,
.idea-card,
.product-card,
.feature-band,
.trust-row,
.legal-card,
.occasion-block,
.product-hero,
.step-card,
.about-section__stats article,
.detail-highlights article,
.noscript-box {
  border-radius: var(--radius-xl);
}

.quiz-main-card,
.quiz-preview-card {
  padding: 24px 26px;
  border: 1px solid rgba(7, 18, 35, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.quiz-preview-card {
  background: linear-gradient(180deg, rgba(231, 246, 243, 0.96), rgba(255, 255, 255, 0.98));
}

.quiz-header strong {
  font-size: 1rem;
}

.quiz-card h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.55rem);
  line-height: 1.18;
}

.quiz-card p {
  line-height: 1.55;
}

.quiz-progress {
  height: 8px;
}

.quiz-progress > span {
  background: var(--accent);
}

.quiz-option,
.quiz-chip {
  min-height: 96px;
  border-radius: 8px;
  border-color: rgba(7, 18, 35, 0.11);
}

.quiz-chip {
  min-height: 44px;
}

.quiz-option:hover,
.quiz-chip:hover,
.quiz-option.is-selected,
.quiz-chip.is-selected {
  border-color: rgba(255, 82, 61, 0.74);
  background: linear-gradient(180deg, rgba(255, 242, 237, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: 0 12px 24px rgba(255, 82, 61, 0.13);
}

.quiz-expand,
.quiz-preview__ghost-item,
.product-badges span {
  border-radius: 8px;
}

.feature-band,
.trust-row {
  padding: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.feature-item__icon {
  background: var(--mint);
  color: #0a3443;
}

.idea-card::after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9) url("/assets/images/generated/hero-heart-template.png") center / 22px 22px no-repeat;
}

.idea-card__body,
.product-card__body {
  padding: 18px 18px 20px;
}

.product-card__title {
  font-size: 1.32rem;
  line-height: 1.22;
}

.site-footer {
  background: rgba(255, 255, 255, 0.78);
}

.footer-privacy-button {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.footer-privacy-button:hover,
.footer-privacy-button:focus-visible {
  color: var(--accent-strong);
}

.privacy-modal[hidden] {
  display: none;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(7, 18, 35, 0.46);
}

.privacy-modal__panel {
  width: min(560px, 100%);
  max-height: min(720px, calc(100vh - 44px));
  overflow: auto;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 18, 35, 0.24);
  border: 1px solid rgba(7, 18, 35, 0.1);
}

.privacy-modal__content {
  padding: 26px;
}

.privacy-modal h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.75rem;
}

.privacy-modal p {
  margin: 0 0 16px;
  color: var(--muted);
}

.privacy-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.privacy-modal__secondary {
  appearance: none;
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.privacy-modal__providers {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(223, 242, 239, 0.48);
  color: var(--muted);
  font-size: 0.95rem;
}

.privacy-modal__providers strong {
  color: var(--ink);
}

@media (max-width: 1080px) {
  .hero-shell,
  html[data-ga-layout="compact"] .hero-shell,
  html[data-ga-layout="quiz-first"] .hero-shell,
  html[data-ga-layout="split"] .hero-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "quiz"
      "visual";
  }

  .hero-quiz-card,
  html[data-ga-layout="compact"] .hero-quiz-card,
  html[data-ga-layout="quiz-first"] .hero-quiz-card,
  html[data-ga-layout="split"] .hero-quiz-card,
  html[data-ga-layout="overlay"] .hero-quiz-card {
    margin: 0 auto;
  }

  .hero-copy,
  html[data-ga-layout="compact"] .hero-copy,
  html[data-ga-layout="quiz-first"] .hero-copy {
    padding-top: 0;
  }

  html[data-ga-layout="quiz-first"] .hero-visual {
    position: relative;
    top: auto;
  }

  html[data-ga-layout="quiz-first"] .hero-visual img {
    height: auto;
    min-height: 0;
  }

  .hero-visual {
    width: min(620px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100vw - 28px, 1160px);
  }

  .site-header__inner {
    min-height: auto;
  }

  .brand {
    font-size: 1.14rem;
  }

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

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

  .hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(2.7rem, 12vw, 4.1rem);
  }

  html[data-ga-layout="compact"] .hero-copy h1,
  html[data-ga-layout="quiz-first"] .hero-copy h1 {
    max-width: 10.8ch;
    font-size: clamp(2.55rem, 11vw, 3.75rem);
  }

  .hero-copy__lead {
    font-size: 1rem;
  }

  .quiz-main-card,
  .quiz-preview-card,
  .privacy-modal__content {
    padding: 20px;
  }

  .quiz-option {
    min-height: 84px;
  }

  .privacy-modal__actions {
    grid-template-columns: 1fr;
  }
}

.advice-shell {
  width: var(--shell);
  margin: 0 auto;
  padding: 30px 0 58px;
}

.advice-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
  padding: 34px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(7, 18, 35, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(223, 242, 239, 0.58));
  box-shadow: var(--shadow-soft);
}

.advice-hero h1,
.advice-card h2,
.advice-article__header h1,
.advice-takeaways h2,
.advice-section h2,
.advice-faq h2,
.advice-quiz-cta h2,
.advice-related h2 {
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 1.12;
}

.advice-hero h1 {
  max-width: 14ch;
  margin: 0 0 16px;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
}

.advice-hero p,
.advice-card p,
.advice-article__lead,
.advice-section p,
.advice-faq p,
.advice-quiz-cta p {
  color: var(--muted);
}

.advice-hero__copy {
  min-width: 0;
}

.advice-hero__copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  font-size: 1.08rem;
}

.advice-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.advice-hero__note {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 18, 35, 0.08);
}

.advice-hero__note strong {
  font-family: var(--font-display);
  font-size: 1.38rem;
}

.advice-hero__note p {
  margin: 0;
}

.advice-overview,
.advice-products,
.advice-related {
  padding: 28px 0;
}

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

.advice-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(7, 18, 35, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 34px rgba(7, 18, 35, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.advice-card:hover,
.advice-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(217, 54, 42, 0.34);
  box-shadow: 0 22px 44px rgba(7, 18, 35, 0.08);
}

.advice-card__eyebrow {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.advice-card h2 {
  margin: 0;
  font-size: 1.5rem;
}

.advice-card p {
  margin: 0;
}

.advice-card__meta,
.advice-article__meta {
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
}

.advice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.advice-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.advice-article {
  max-width: 880px;
  margin: 0 auto;
}

.advice-article__header {
  padding: 10px 0 24px;
}

.advice-article__header h1 {
  margin: 0 0 16px;
  font-size: clamp(2.45rem, 5vw, 4.2rem);
}

.advice-article__lead {
  margin: 0;
  font-size: 1.14rem;
}

.advice-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 18px 0;
}

.advice-takeaways {
  margin: 12px 0 28px;
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(7, 18, 35, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 30px rgba(7, 18, 35, 0.05);
}

.advice-takeaways h2,
.advice-faq h2,
.advice-related h2 {
  margin: 0 0 16px;
  font-size: 1.85rem;
}

.advice-section {
  padding: 28px 0;
  border-top: 1px solid rgba(7, 18, 35, 0.1);
}

.advice-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.advice-section p {
  margin: 0 0 14px;
  font-size: 1.04rem;
}

.advice-rich-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.advice-rich-list li {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
}

.advice-rich-list strong {
  color: var(--ink);
}

.advice-faq {
  padding: 28px 0 0;
  border-top: 1px solid rgba(7, 18, 35, 0.1);
}

.advice-faq__grid {
  display: grid;
  gap: 12px;
}

.advice-faq details {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(7, 18, 35, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

.advice-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 800;
}

.advice-faq details p {
  margin: 0;
  padding: 0 20px 18px;
}

.advice-faq details:not([open]) p {
  display: none;
}

.advice-product-grid {
  margin-top: 8px;
}

.advice-quiz-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 28px 0;
  padding: 26px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(7, 18, 35, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 240, 236, 0.82));
  box-shadow: var(--shadow-soft);
}

.advice-quiz-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
}

.advice-quiz-cta p {
  max-width: 680px;
  margin: 0;
}

.advice-related h2 {
  text-align: center;
}

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

.advice-related__grid a {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(7, 18, 35, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.advice-related__grid a:hover,
.advice-related__grid a:focus-visible {
  color: var(--accent-strong);
}

.advice-related__grid span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card__image-link {
  background: linear-gradient(180deg, #ffffff, #fbf7f2);
}

.product-card__image-link img {
  padding: 14px;
  object-fit: contain;
}

@media (max-width: 1080px) {
  .advice-hero,
  .advice-card-grid,
  .advice-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advice-hero__copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .advice-shell {
    padding-top: 22px;
  }

  .advice-hero,
  .advice-card-grid,
  .advice-related__grid {
    grid-template-columns: 1fr;
  }

  .advice-hero,
  .advice-card,
  .advice-takeaways,
  .advice-quiz-cta {
    padding: 20px;
  }

  .advice-hero h1,
  .advice-article__header h1 {
    font-size: clamp(2.2rem, 10vw, 3.35rem);
  }

  .advice-quiz-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .advice-quiz-cta .primary-button,
  .advice-hero__actions .primary-button,
  .advice-hero__actions .ghost-button {
    width: 100%;
  }
}
