:root {
  --cream: #efe6d8;
  --paper: #f8fbee;
  --panel: #f5f1ea;
  --ink: #2f3e3b;
  --text: #41452f;
  --muted: #697370;
  --rose: #d99a9a;
  --rose-soft: #f0d8d4;
  --line: rgba(47, 62, 59, 0.16);
  --white: #fffdfa;
  --shadow: 0 24px 70px rgba(47, 62, 59, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(217, 154, 154, 0.22), transparent 30rem),
    linear-gradient(150deg, #f7efe5 0%, #eee5d7 67%, #e8ddd0 100%);
  font-family: "DM Sans", system-ui, sans-serif;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }

.page-shell { width: min(100% - 32px, 1040px); margin: 0 auto; padding: 18px 0 28px; }
.site-header { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); text-decoration: none; }
.wordmark { letter-spacing: 0.23em; font-weight: 700; font-size: 0.94rem; }
.brand-logo-frame { position: relative; width: 38px; height: 42px; flex: 0 0 auto; overflow: hidden; display: inline-block; }
.brand-logo-img { position: absolute; width: 54px; height: 81px; max-width: none; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain; }
.benefit-pill { min-height: 38px; padding: 8px 13px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: transparent; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; cursor: pointer; }

.panel { border: 1px solid rgba(255, 255, 255, 0.66); border-radius: 28px; background: rgba(255, 253, 250, 0.82); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero { min-height: calc(100dvh - 132px); overflow: hidden; display: grid; grid-template-columns: 1.02fr 0.98fr; }
.hero-content { padding: clamp(34px, 6.5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .question-kicker { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 0.71rem; font-weight: 700; letter-spacing: 0.16em; }
.eyebrow span { width: 24px; height: 1px; background: var(--rose); }
h1, .result-copy h2, .newsletter-dialog h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: -0.04em; }
h1 { max-width: 560px; margin: 32px 0 24px; font-size: clamp(3.15rem, 7vw, 5.7rem); line-height: 0.96; }
h1 em { color: var(--rose); font-weight: 500; }
.hero-content > p { max-width: 480px; margin-bottom: 31px; color: var(--muted); font-size: 1.02rem; line-height: 1.65; }
.hero-product { position: relative; min-height: 480px; overflow: hidden; background: var(--cream); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-product::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 54%, rgba(24,32,30,.5)); }
.video-toggle { position: absolute; z-index: 2; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.68); border-radius: 999px; display: grid; place-items: center; color: var(--white); background: rgba(24,32,30,.48); backdrop-filter: blur(8px); cursor: pointer; }
.video-toggle span { font-size: .72rem; font-weight: 800; letter-spacing: -.08em; transform: translateX(-1px); }
.video-toggle.is-paused span { font-size: .86rem; letter-spacing: 0; transform: translateX(1px); }
.video-toggle:focus-visible { outline: 3px solid rgba(255,255,255,.86); outline-offset: 3px; }
.video-signature { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; display: flex; align-items: baseline; justify-content: center; gap: 7px; color: var(--white); text-shadow: 0 2px 18px rgba(24,32,30,.4); }
.video-signature span { font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.video-signature em { font-family: "Playfair Display", Georgia, serif; font-size: 1.25rem; }

.button { min-height: 54px; padding: 14px 19px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: space-between; gap: 15px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { width: 100%; color: var(--white); background: var(--ink); box-shadow: 0 11px 30px rgba(47, 62, 59, 0.2); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--ink); }
.button:focus-visible, .option:focus-visible, .back-button:focus-visible, .text-button:focus-visible, .benefit-pill:focus-visible, .modal-close:focus-visible, input:focus-visible { outline: 3px solid rgba(217,154,154,.54); outline-offset: 3px; }
.microcopy { margin: 12px 0 0 !important; color: var(--muted); font-size: .71rem !important; text-align: center; }

.quiz { min-height: calc(100dvh - 132px); padding: clamp(25px, 6vw, 58px); }
.quiz-topline { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .8rem; font-weight: 600; }
.back-button, .text-button { padding: 8px 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-weight: 700; }
.progress-track { width: 100%; height: 4px; overflow: hidden; border-radius: 99px; margin: 17px 0 clamp(38px, 7vh, 66px); background: rgba(47, 62, 59, 0.1); }
.progress-track span { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--rose); transition: width 320ms ease; }
.question-wrap { animation: appear 340ms ease both; }
.question-wrap h2 { max-width: 650px; margin: 15px 0 11px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.2rem, 5.5vw, 3.75rem); line-height: 1.06; letter-spacing: -.035em; }
.question-help { max-width: 650px; margin-bottom: 27px; color: var(--muted); line-height: 1.55; }
.option-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; }
.option { min-height: 86px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 13px; color: var(--ink); background: rgba(255,253,250,.7); text-align: left; cursor: pointer; transition: border 160ms ease, transform 160ms ease, background 160ms ease; }
.option.has-image { grid-template-columns: 104px 1fr auto; }
.option:hover, .option[aria-checked="true"] { border-color: var(--rose); background: var(--white); transform: translateY(-2px); }
.option-copy { padding: 15px 0 15px 17px; }
.option.has-image .option-copy { padding-left: 2px; }
.option strong { display: block; font-size: .94rem; line-height: 1.25; }
.option small { display: block; margin-top: 4px; color: var(--muted); font-size: .74rem; line-height: 1.35; }
.option-price { color: var(--ink) !important; font-weight: 700; }
.option-image { width: 104px; height: 116px; object-fit: cover; align-self: stretch; }
.option-mark { width: 31px; height: 31px; margin-right: 14px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: .8rem; }
.option:hover .option-mark { color: var(--white); border-color: var(--rose); background: var(--rose); }

.results { display: grid; gap: 18px; }
.result-card { display: grid; grid-template-columns: .88fr 1.12fr; overflow: hidden; }
.result-media { position: relative; min-height: 680px; background: var(--rose-soft); }
.result-media img { width: 100%; height: 100%; object-fit: cover; }
.result-badge { position: absolute; top: 18px; left: 18px; padding: 9px 12px; border-radius: 999px; color: var(--white); background: var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.result-copy { position: relative; padding: clamp(32px, 6.5vw, 66px); display: flex; flex-direction: column; justify-content: center; }
.result-logo { position: absolute; top: 21px; right: 22px; width: 54px; height: 54px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: rgba(255,253,250,.68); }
.result-logo .brand-logo-frame { width: 36px; height: 39px; }
.result-logo .brand-logo-img { width: 49px; height: 73.5px; }
.result-priority { margin: 34px 0 8px; color: var(--muted); font-size: .85rem; }
.result-copy h2 { margin: 0 0 14px; font-size: clamp(3rem, 8vw, 5.5rem); line-height: .98; }
.price-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin-bottom: 23px; }
.price-row strong { font-size: 1.28rem; }
.price-row span { padding: 7px 10px; border-radius: 999px; color: var(--ink); background: var(--rose-soft); font-size: .73rem; font-weight: 700; }
.result-reason { color: var(--text); font-size: .98rem; line-height: 1.62; }
.known-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 7px 0 29px; }
.known-facts span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: .7rem; font-weight: 700; }
.result-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }

.alternatives, .complete-look, .method { padding: clamp(29px, 6vw, 54px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading h3 { margin: 9px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: 2rem; line-height: 1.05; }
.section-heading > span { color: var(--muted); font-size: .72rem; }
.alternative-list { display: grid; grid-template-columns: 1fr; gap: 11px; }
.alternative-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,250,.62); display: grid; grid-template-columns: minmax(220px, .72fr) 1.28fr; }
.alternative-card img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; }
.alternative-body { padding: 17px; }
.alternative-card .alt-number { color: var(--rose); font-size: .64rem; font-weight: 700; letter-spacing: .13em; }
.alternative-card h4 { margin: 8px 0 6px; font-family: "Playfair Display", Georgia, serif; font-size: 1.4rem; line-height: 1.05; }
.alternative-card p { margin-bottom: 14px; color: var(--muted); font-size: .77rem; line-height: 1.45; }
.alternative-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.alt-price { font-weight: 700; }
.alt-link { color: var(--ink); font-size: .76rem; font-weight: 700; }
.look-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.look-card { min-height: 235px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: 1fr 1fr; color: var(--ink); background: rgba(255,253,250,.62); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease; }
.look-card:hover { transform: translateY(-2px); border-color: var(--rose); }
.look-card img { width: 100%; height: 100%; object-fit: cover; }
.look-copy { padding: 18px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.look-copy small { color: var(--rose); font-size: .61rem; font-weight: 700; letter-spacing: .12em; }
.look-copy strong { margin-top: 9px; font-family: "Playfair Display", Georgia, serif; font-size: 1.45rem; line-height: 1.05; }
.look-copy b { margin-top: 8px; font-size: .86rem; }
.look-copy em { margin-top: 25px; color: var(--muted); font-size: .72rem; font-style: normal; font-weight: 700; }
.method { color: var(--paper); background: var(--ink); display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; }
.method .question-kicker { color: var(--rose-soft); }
.method h3 { margin: 12px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: 2rem; line-height: 1.12; }
.method p { color: rgba(255,253,250,.74); line-height: 1.65; }
.method .text-button { color: var(--rose-soft); }

footer { padding: 23px 5px 0; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .7rem; }
.is-hidden { display: none !important; }

.newsletter-dialog { width: min(100% - 28px, 820px); max-height: calc(100dvh - 28px); padding: 0; overflow: auto; border: 0; border-radius: 25px; color: var(--ink); background: var(--white); box-shadow: 0 28px 110px rgba(21,29,27,.35); }
.newsletter-dialog::backdrop { background: rgba(34,43,41,.64); backdrop-filter: blur(6px); }
.newsletter-dialog[open] { display: grid; grid-template-columns: .82fr 1.18fr; animation: modal-in 220ms ease both; }
.modal-close { position: absolute; z-index: 2; top: 13px; right: 13px; width: 39px; height: 39px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,253,250,.85); font-size: 1.45rem; cursor: pointer; }
.modal-art { min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: radial-gradient(circle at 50% 34%, #efc5c0 0 13%, transparent 13.5%), linear-gradient(145deg,#c98586,#d99a9a 60%,#b97072); }
.modal-art span { font-family: "Playfair Display", Georgia, serif; font-size: 5rem; line-height: 1; }
.modal-art small { margin-top: 8px; font-weight: 700; letter-spacing: .15em; }
.modal-content { padding: clamp(34px,6vw,58px); display: flex; flex-direction: column; justify-content: center; }
.modal-content h2 { margin: 15px 0 15px; font-size: 2.7rem; line-height: 1.02; }
.modal-content > p { color: var(--muted); line-height: 1.55; }
.modal-content form { display: grid; gap: 10px; margin-top: 8px; }
.modal-content form > label:first-child { font-size: .76rem; font-weight: 700; }
.modal-content input[type="email"] { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: var(--paper); }
.consent-row { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 8px; margin: 3px 0 7px; color: var(--muted); font-size: .71rem; line-height: 1.35; }
.consent-row input { margin-top: 2px; accent-color: var(--ink); }
.modal-note { margin: 10px 0 0; font-size: .67rem; }

@keyframes appear { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes modal-in { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; }
  .hero-content { min-height: calc(100dvh - 310px); padding: 34px 28px; }
  .hero-product { min-height: 360px; max-height: 44dvh; }
  .result-card { grid-template-columns: 1fr; }
  .result-media { min-height: 490px; max-height: 62dvh; }
  .method { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 580px) {
  .page-shell { width: min(100% - 20px,1040px); padding-top: 8px; }
  .panel { border-radius: 23px; }
  .benefit-pill { font-size: .6rem; padding-inline: 10px; }
  .hero { min-height: auto; }
  .hero-content { min-height: calc(100dvh - 335px); padding: 30px 22px; }
  h1 { margin: 26px 0 19px; font-size: clamp(3rem,15vw,4.45rem); }
  .hero-content > p { margin-bottom: 23px; font-size: .94rem; }
  .hero-product { min-height: 315px; }
  .quiz { min-height: calc(100dvh - 95px); padding: 23px 18px; }
  .progress-track { margin-bottom: 38px; }
  .question-wrap h2 { font-size: 2.2rem; }
  .option-list { grid-template-columns: 1fr; }
  .option { min-height: 66px; }
  .option.has-image { grid-template-columns: 86px 1fr auto; }
  .option-image { width: 86px; height: 101px; }
  .result-media { min-height: 440px; }
  .result-copy, .alternatives, .complete-look, .method { padding: 28px 21px; }
  .result-copy h2 { font-size: 3.5rem; }
  .section-heading { align-items: start; flex-direction: column; gap: 8px; }
  .alternative-list { grid-template-columns: 1fr; }
  .alternative-card { display: grid; grid-template-columns: 120px 1fr; }
  .alternative-card img { width: 120px; height: 100%; aspect-ratio: auto; }
  .look-grid { grid-template-columns: 1fr; }
  .look-card { min-height: 170px; grid-template-columns: 132px 1fr; }
  .look-copy { padding: 15px; }
  .look-copy em { margin-top: 15px; }
  footer { flex-direction: column; gap: 4px; }
  .newsletter-dialog[open] { display: block; }
  .modal-art { min-height: 150px; }
  .modal-art span { font-size: 3.7rem; }
  .modal-content { padding: 29px 22px 26px; }
  .modal-content h2 { font-size: 2.25rem; }
}

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