:root {
  --ink: #333333;
  --muted: #626b70;
  --paper: #ffffff;
  --cream: #f5f7f8;
  --blush: #dceff2;
  --rose: #0099ab;
  --wine: #006f7d;
  --warm: #ead4d2;
  --line: #e1e5e7;
  --shadow: 0 16px 44px rgba(51, 51, 51, .07);
  --radius: 1.1rem;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; border-top: 3px solid #00abcd; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--wine); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid #0099ab; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; transform: translateY(-180%); padding: .7rem 1rem; background: #111; color: #fff; }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; text-decoration: none; letter-spacing: .08em; font-weight: 500; }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid #0099ab; border-radius: 50%; color: #006f7d; font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: 0; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line); border-radius: .6rem; padding: .55rem .75rem; background: transparent; }
.main-nav { margin-left: auto; }
.main-nav ul, .footer-links { display: flex; align-items: center; gap: 1.2rem; margin: 0; padding: 0; list-style: none; }
.main-nav a { color: var(--ink); font-size: .93rem; text-decoration: none; }
.main-nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--rose); text-decoration-thickness: 2px; }
.language-switcher { position: relative; }
.language-button { border: 1px solid #0099ab; border-radius: 999px; padding: .45rem .75rem; background: white; color: #006f7d; }
.language-menu { position: absolute; right: 0; top: calc(100% + .6rem); width: 220px; margin: 0; padding: .6rem; border: 1px solid var(--line); border-radius: .8rem; background: white; box-shadow: var(--shadow); list-style: none; }
.language-menu li { padding: .42rem .5rem; }
.language-menu small { color: var(--muted); }
.hero { padding: clamp(4.8rem, 10vw, 8rem) 0 4rem; overflow: hidden; }
.hero-grid, .split { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.eyebrow { margin: 0 0 .8rem; color: var(--wine); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, h4 { margin-top: 0; line-height: 1.12; font-family: Arial, Helvetica, sans-serif; font-weight: 300; }
h1 { max-width: 850px; margin-bottom: 1.3rem; font-size: clamp(2.65rem, 7vw, 5.7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.03em; }
h3 { font-size: 1.45rem; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .72rem 1.15rem; border: 1px solid var(--wine); border-radius: .65rem; background: var(--wine); color: white; font-weight: 700; text-decoration: none; }
.button:hover { background: #005662; }
.button-secondary { background: transparent; color: var(--wine); }
.hero-visual { position: relative; min-height: 520px; border-radius: 46% 46% 1rem 1rem; background: var(--blush); overflow: hidden; box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center 20%; mix-blend-mode: multiply; }
.hero-note { position: absolute; right: 1rem; bottom: 1rem; max-width: 230px; padding: 1rem; border: 1px solid rgba(255,255,255,.7); border-radius: .8rem; background: rgba(255,253,249,.9); font-size: .9rem; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-tinted { background: var(--cream); }
.section-dark { background: #333333; color: white; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.4rem; }
.section-heading p { max-width: 540px; color: var(--muted); }
.section-dark .section-heading p, .section-dark .eyebrow { color: #dec5c3; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.grid-four { grid-template-columns: repeat(4, 1fr); }
.card { display: flex; flex-direction: column; min-height: 100%; padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.74); box-shadow: 0 8px 28px rgba(45,35,34,.035); }
.card p { color: var(--muted); }
.card a { margin-top: auto; font-weight: 700; }
.number { color: var(--rose); font-family: Georgia, serif; font-size: 2rem; }
.image-card { overflow: hidden; padding: 0; }
.image-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-card > div { display: flex; flex: 1; flex-direction: column; padding: 1.45rem; }
.feature-image { border-radius: var(--radius); box-shadow: var(--shadow); }
.product-panel { padding: clamp(2rem, 5vw, 4rem); border-top: 4px solid #00abcd; border-radius: 1.4rem; background: linear-gradient(120deg, #edf7f8, #f7f3ef); }
.news-row { display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 1.5rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.news-row:last-child { border-bottom: 1px solid var(--line); }
.tag { display: inline-flex; width: fit-content; padding: .25rem .55rem; border-radius: 999px; background: var(--blush); color: #532a30; font-size: .78rem; font-weight: 700; }
.breadcrumb { padding: 1.2rem 0 0; color: var(--muted); font-size: .88rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; list-style: none; }
.breadcrumb li:not(:last-child)::after { content: '/'; margin-left: .55rem; color: #9b918e; }
.page-hero { padding: clamp(3rem, 7vw, 6rem) 0; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.6rem, 6vw, 5rem); }
.content { max-width: 780px; }
.content h2 { margin-top: 2.6rem; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.content li + li { margin-top: .5rem; }
.notice { padding: 1rem 1.1rem; border-left: 4px solid var(--rose); background: var(--cream); color: #4e4543; }
.protocol-panel { margin: 1.5rem 0; padding: clamp(1.2rem, 3vw, 1.8rem); border: 1px solid #b8dfe4; border-left: 4px solid var(--rose); border-radius: .8rem; background: #f2f9fa; }
.protocol-panel .eyebrow { margin-bottom: .35rem; }
.protocol-panel .protocol-title { margin: 0 0 .45rem; color: var(--ink); font-size: 1.08rem; }
.protocol-panel p:last-child { margin-bottom: 0; }
.selector-shell { max-width: 1080px; margin: 0 auto; padding: clamp(1.3rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 1.4rem; background: white; box-shadow: var(--shadow); }
.selector-top { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.selector-top progress { flex: 1; height: .55rem; accent-color: var(--wine); }
.selector-top span { min-width: 130px; color: var(--muted); font-size: .9rem; text-align: right; }
.choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; padding: 0; border: 0; }
.choice { position: relative; display: flex; align-items: center; min-height: 70px; padding: 1rem 1rem 1rem 3.2rem; border: 1px solid var(--line); border-radius: .8rem; cursor: pointer; }
.choice:hover { border-color: var(--rose); background: var(--cream); }
.choice input { position: absolute; left: 1rem; width: 1.15rem; height: 1.15rem; accent-color: var(--wine); }
.selector-controls { display: flex; gap: .7rem; margin-top: 1.5rem; }
.selector-controls button { border: 1px solid var(--line); border-radius: .6rem; padding: .6rem 1rem; background: transparent; color: var(--ink); }
.answer-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.answer-summary div { padding: .9rem; border-radius: .7rem; background: var(--cream); }
.answer-summary dt { color: var(--muted); font-size: .8rem; text-transform: uppercase; }
.answer-summary dd { margin: .2rem 0 0; font-weight: 700; }
.result-section { margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.result-section > h3 { margin-bottom: 1.25rem; font-size: clamp(1.6rem, 3vw, 2.35rem); }
.peel-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.peel-result-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: #fff; box-shadow: 0 10px 30px rgba(51, 51, 51, .045); }
.peel-result-visual { display: grid; min-height: 245px; place-items: center; padding: 1rem; background: linear-gradient(145deg, #f8fbfb, #f7f3ef); }
.peel-result-visual img { width: 100%; height: 225px; object-fit: contain; }
.peel-result-content { display: flex; flex: 1; flex-direction: column; padding: 1.15rem; }
.peel-result-content h3 { margin: .8rem 0 .65rem; font-size: 1.25rem; font-weight: 500; }
.peel-result-content > p { color: var(--muted); font-size: .94rem; }
.result-badges { display: flex; flex-wrap: wrap; gap: .35rem; }
.result-badges span { display: inline-flex; padding: .25rem .5rem; border-radius: 999px; background: var(--blush); color: #214d53; font-size: .72rem; font-weight: 700; line-height: 1.3; }
.match-reasons { margin: .2rem 0 1rem; padding-left: 1.15rem; color: var(--muted); font-size: .84rem; }
.match-reasons li + li { margin-top: .25rem; }
.text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; margin-top: auto; padding: .62rem .8rem; border-radius: .6rem; background: var(--wine); color: #fff; font-size: .88rem; font-weight: 700; text-align: center; text-decoration: none; }
.text-link:hover { background: #005662; }
.neutralizer-panel { padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid #bddde1; border-top: 4px solid var(--rose); border-radius: 1rem; background: linear-gradient(135deg, #edf7f8, #fbf8f5); }
.neutralizer-panel > p:not(.eyebrow):not(.fine-print) { max-width: 820px; }
.product-kicker { color: var(--wine) !important; font-size: .72rem !important; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fine-print { margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }
.product-visual { display: grid; min-height: 360px; place-items: center; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.product-visual img { width: min(100%, 560px); max-height: 560px; object-fit: contain; }
.selector-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.2rem; }
.mini-product { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; align-items: center; padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; }
.mini-product img { width: 120px; height: 120px; object-fit: contain; }
.mini-product h3, .mini-product h4 { margin-bottom: .25rem; font-size: 1.1rem; font-weight: 500; }
.mini-product p { margin: .2rem 0 .5rem; color: var(--muted); font-size: .9rem; }
.neutralizer-products a, .home-care-products a { display: inline-flex; align-items: center; min-height: 42px; padding: .55rem .75rem; border-radius: .55rem; background: var(--wine); color: #fff; font-size: .86rem; font-weight: 700; text-decoration: none; }
.neutralizer-products a:hover, .home-care-products a:hover { background: #005662; }
.home-care-panel { padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid #b8dfe4; border-radius: 1rem; background: linear-gradient(145deg, #f3fafa, #fbf7f4); }
.home-care-panel > .eyebrow { margin-top: 0; }
.site-footer { padding: 3.5rem 0; border-top: 4px solid #00abcd; background: #292929; color: #f2f2f2; }
.footer-top { display: flex; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.site-footer .brand { color: white; }
.footer-links { flex-wrap: wrap; }
.footer-links li:not(:last-child)::after { content: '|'; margin-left: 1rem; color: #8f8380; }
.footer-links a { color: #eee8e4; font-size: .88rem; }
.footer-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid #403a39; color: #bdb3b0; font-size: .82rem; }
.error-page { display: grid; min-height: 70vh; place-items: center; text-align: center; }
.centered { margin-inline: auto; }
.actions-centered { justify-content: center; }
.error-code { margin: 0; color: var(--blush); font: 700 clamp(7rem, 25vw, 16rem)/.8 Georgia, serif; }
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { position: absolute; inset: 78px 0 auto; display: none; padding: 1rem; border-bottom: 1px solid var(--line); background: var(--paper); }
  .main-nav[data-open="true"] { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; }
  .language-switcher { margin-left: .2rem; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-visual { min-height: 400px; }
  .hero-visual img { min-height: 400px; }
  .grid, .grid-four, .peel-results { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 1.2rem), var(--max)); }
  .header-inner { min-height: 68px; gap: .65rem; }
  .brand { font-size: .78rem; letter-spacing: .1em; }
  .brand-mark { width: 34px; }
  .main-nav { inset-block-start: 68px; }
  .language-button { padding: .4rem .6rem; }
  .hero { padding-top: 3.6rem; }
  .hero-visual { min-height: 330px; }
  .hero-visual img { min-height: 330px; }
  .grid, .grid-four, .choices, .answer-summary, .selector-products, .peel-results { grid-template-columns: 1fr; }
  .mini-product { grid-template-columns: 90px 1fr; }
  .mini-product img { width: 90px; height: 90px; }
  .section-heading, .footer-top, .footer-meta { align-items: flex-start; flex-direction: column; }
  .news-row { grid-template-columns: 1fr; gap: .4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media print { .site-header, .site-footer, .actions { display: none; } }
