/* CURCUMEN · base móvel, com a identidade creme/cobre da referência do cliente.
   Celular: título → frasco → resposta → ações; colunas surgem conforme há espaço. */
:root {
  --cream: #fbf7f0;
  --sand: #f1e7da;
  --copper: #99592f;
  --copper-dark: #76401f;
  --gold: #c69754;
  --ink: #252720;
  --muted: #66665b;
  --line: #ded6c9;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Poppins', Arial, sans-serif;
  --shadow: 0 18px 45px -25px #58351d50;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.75; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.18; font-weight: 600; }
h2 { font-size: clamp(30px, 8.1vw, 40px); letter-spacing: -.85px; }
h1 em, h2 em { color: var(--copper); font-weight: 500; }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--copper); outline-offset: 5px; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
.wrap { width: min(1140px, calc(100% - 32px)); margin-inline: auto; }
.icon { width: 21px; height: 21px; flex-shrink: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; padding: 12px; background: white; z-index: 1000; }
.skip-link:focus { top: 10px; }
#scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; background: var(--copper); z-index: 200; transform: scaleX(0); transform-origin: left; pointer-events: none; }
.top-bar { padding: 8px 12px; text-align: center; background: var(--ink); color: #e6d5b7; font-size: 10px; font-weight: 500; line-height: 1.5; letter-spacing: .55px; }
.top-bar span { padding-inline: 5px; }
.site-header { position: sticky; top: 0; z-index: 100; background: #fbf7f0f5; backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 70px; }
.wordmark { display: block; font-family: var(--serif); font-size: 19px; font-weight: 700; line-height: 1.1; letter-spacing: .35px; }
.wordmark span { display: block; margin-top: 6px; font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: 1.7px; color: var(--copper); }
.desktop-nav { display: none; }
.nav-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border: 1px solid transparent; border-radius: 50px; padding: 14px 20px; font-size: 14px; font-weight: 600; line-height: 1.5; text-align: center; transition: background .2s, box-shadow .2s; }
.button .icon { width: 18px; height: 18px; }
.button-copper { background: var(--copper); color: white; box-shadow: 0 10px 25px -12px #7a432480; }
.button-copper:hover { background: var(--copper-dark); box-shadow: var(--shadow); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #3c4034; }
.button-outline { border-color: #b2a08a; color: var(--ink); background: #fff5; }
.button-outline:hover { background: #fff; }
.button-block { width: 100%; }
.header-buy { width: 96px; min-height: 44px; padding: 8px 10px; font-size: 12px; line-height: 1.3; }
.header-buy .icon { display: none; }
.menu-toggle { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 17px; height: 1px; background: var(--ink); }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; padding: 12px 20px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: var(--cream); box-shadow: var(--shadow); }
.mobile-menu a { display: flex; align-items: center; min-height: 48px; padding-block: 10px; font-size: 15px; }

/* O frasco aparece cedo, sem fazer o visitante atravessar um bloco de texto. */
.hero { overflow: hidden; background: radial-gradient(ellipse at 70% 33%, #ddc5a955, transparent 58%), linear-gradient(115deg, #fbf7f0 24%, #f0e6d8); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); padding-top: 27px; padding-bottom: 32px; }
.hero-copy { display: contents; }
.hero-tag { order: 1; justify-self: center; display: inline-flex; align-items: center; gap: 7px; max-width: 100%; margin-bottom: 16px; padding: 7px 11px; border: 1px solid #e9dfd1; border-radius: 30px; background: #fff9; color: var(--copper); font-size: 9px; font-weight: 600; letter-spacing: .55px; line-height: 1.5; }
.hero-tag span { width: 5px; height: 5px; border-radius: 50%; background: var(--copper); flex-shrink: 0; }
.hero h1 { order: 2; text-align: center; font-size: clamp(31px, 8.6vw, 46px); line-height: 1.12; letter-spacing: -1.25px; }
.hero-description { order: 4; max-width: 530px; margin-inline: auto; font-size: 15px; line-height: 1.75; text-align: center; }
.hero-description strong { color: var(--copper-dark); font-weight: 600; }
.hero-actions { order: 5; display: grid; gap: 10px; width: 100%; max-width: 420px; margin: 22px auto 20px; }
.hero-actions .button { width: 100%; }
.hero-trust { order: 6; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 20px; }
.hero-trust span { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); }
.hero-trust .icon { width: 17px; height: 17px; color: var(--copper); }
.hero-product { order: 3; position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; justify-self: center; width: min(380px, 100%); height: 285px; margin: 8px 0 18px; }
.hero-bottle { position: relative; z-index: 2; width: auto; height: 247px; transform: rotate(-8deg); filter: drop-shadow(15px 15px 12px #392b2138); }
.product-orbit { position: absolute; width: 215px; height: 215px; top: 31px; left: 50%; transform: translateX(-50%); border: 1px solid #b28a5240; border-radius: 50%; pointer-events: none; }
.orbit-two { width: 260px; height: 260px; top: 8px; border-style: dashed; border-color: #b28a522a; }
.product-ground { position: absolute; bottom: 15px; width: 160px; height: 20px; border-radius: 50%; background: #c4ae90; filter: blur(15px); }
.float-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 5px; max-width: 47%; padding: 7px 9px; border: 1px solid #d9cbb8; border-radius: 24px; background: #fffaf4f2; color: var(--copper-dark); box-shadow: 0 8px 24px -15px #58351d40; font-size: 12px; line-height: 1.35; }
.float-badge .icon { width: 15px; height: 15px; }
.float-badge b { font-size: 21px; font-family: var(--serif); line-height: 1; }
.badge-one { top: 38px; left: 0; }
.badge-two { top: 137px; right: 0; }
.badge-three { bottom: 24px; left: 0; }
.product-caption { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); color: #716351; font-size: 9px; letter-spacing: 2px; white-space: nowrap; }
.product-caption i { margin-left: 3px; font-size: 10px; letter-spacing: 0; }
.brand-strip { border-block: 1px solid var(--line); background: #f6efe4; }
.brand-strip .wrap { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 18px; padding-block: 16px; }
.brand-strip .wrap > span { font-family: var(--serif); font-size: 17px; font-style: italic; color: #746348; }
.brand-strip a { display: inline-flex; align-items: center; justify-content: center; flex-basis: 100%; gap: 14px; min-height: 44px; font-size: 12px; color: var(--copper-dark); }
.brand-strip a span { font-size: 17px; }

/* Resposta rápida às buscas de marca, antes da narrativa editorial. */
.search-guide { display: grid; gap: 24px; padding-block: 40px; border-bottom: 1px solid var(--line); }
.search-guide-copy .eyebrow { justify-content: flex-start; }
.search-guide-copy .eyebrow:before { display: none; }
.search-guide h2 { margin-bottom: 16px; }
.search-guide-copy > p:not(.eyebrow) { max-width: 62ch; font-size: 15px; }
.search-facts { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.search-facts div { min-width: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.search-facts dt { font-size: 12px; color: var(--muted); }
.search-facts dd { margin: 5px 0 0; font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.55; }
.search-jumps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.search-jumps a { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 12px; border: 1px solid #cbb59a; border-radius: 8px; font-size: 13px; font-weight: 500; line-height: 1.45; text-align: center; color: var(--copper-dark); }
.search-jumps a:hover { background: #f1e7da; }

.section { padding-block: 54px; }
.section-heading { max-width: 720px; margin: 0 auto 30px; text-align: center; }
.section-heading > p:last-child { max-width: 62ch; margin: 17px auto 0; font-size: 15px; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 15px; color: var(--copper); font-size: 10px; text-transform: uppercase; letter-spacing: 1.35px; font-weight: 600; }
.eyebrow:before, .eyebrow:after { content: ''; width: 23px; height: 1px; background: currentColor; opacity: .7; flex-shrink: 0; }
.eyebrow-left { justify-content: flex-start; }
.eyebrow-left:before { display: none; }
.eyebrow-left:after { width: 32px; }
.benefits-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.benefit-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 17px; padding: 22px 18px; border: 1px solid var(--line); border-radius: 15px; background: #fffdf9; }
.icon-tile { display: flex; align-items: center; justify-content: center; grid-column: 1; grid-row: 1 / 3; width: 48px; height: 48px; border: 1px solid #e6d6bf; border-radius: 15px; background: #f4ece1; color: var(--copper); }
.icon-tile .icon { width: 24px; height: 24px; }
.benefit-card h3 { font-size: 23px; color: var(--copper-dark); margin-bottom: 10px; }
.benefit-card p { grid-column: 2; font-size: 15px; }
.lifestyle-section { padding-bottom: 54px; }
.lifestyle-grid { display: grid; gap: 30px; }
.lifestyle-image { position: relative; overflow: hidden; border-radius: 64px 16px 16px 16px; background: var(--sand); }
.lifestyle-image img { width: 100%; height: clamp(310px, 80vw, 470px); object-fit: cover; object-position: 50% 37%; }
.lifestyle-image:after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 48%, #161b17a6); }
.lifestyle-image figcaption { position: absolute; z-index: 1; top: 16px; right: 15px; color: white; text-shadow: 0 1px 4px #0008; font-size: 12px; }
.image-caption { position: absolute; z-index: 2; bottom: 26px; left: 24px; font: 500 30px/1.25 var(--serif); color: white; letter-spacing: -.5px; }
.image-caption em { color: #ecd4b0; }
.lifestyle-copy h2 { margin-bottom: 23px; }
.lifestyle-copy > p:not(.eyebrow) { margin-bottom: 17px; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 8px; padding-block: 9px; border-bottom: 1px solid #cda887; color: var(--copper-dark); font-size: 14px; font-weight: 600; }
.text-link .icon { width: 18px; height: 18px; }
.lifestyle-values { display: flex; flex-wrap: wrap; gap: 8px 17px; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); }
.lifestyle-values span { font-size: 12px; color: var(--muted); }
.lifestyle-values span + span:before { content: '·'; margin-right: 17px; color: var(--copper); }

.product-story { padding-block: 52px; background: #242821; color: #fff7e9; }
.story-grid { display: grid; gap: 32px; }
.story-visual { text-align: center; }
.product-story .eyebrow { justify-content: center; color: #cda76d; }
.product-story .eyebrow:before { display: block; }
.story-visual h2 em { color: #d2ab74; }
.story-stage { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; height: 300px; max-width: 390px; margin: 20px auto 0; }
.story-stage img { z-index: 1; width: auto; height: 246px; transform: rotate(8deg); filter: drop-shadow(16px 17px 18px #0007); }
.story-ring { position: absolute; width: 218px; height: 218px; border: 1px solid #9d865d55; border-radius: 50%; background: radial-gradient(#a4824230, transparent 70%); }
.story-ring:after { content: ''; position: absolute; inset: -20px; border: 1px dashed #9d865d33; border-radius: 50%; }
.story-caption { position: absolute; bottom: 0; font-size: 12px; color: #cabba5; }
.story-chapters { min-width: 0; }
.story-chapters article { padding: 25px 0 28px; border-bottom: 1px solid #b4a07b33; }
.story-chapters article:first-child { padding-top: 0; }
.story-chapters article:last-child { border-bottom: 0; padding-bottom: 0; }
.chapter-number { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; font: 500 26px/1.3 var(--serif); color: #d3ac70; }
.chapter-number i { font: 500 10px var(--sans); letter-spacing: 1.7px; }
.story-chapters h3 { font-size: 28px; margin-bottom: 15px; }
.story-chapters p { color: #c7c9bf; font-size: 15px; line-height: 1.8; }
.chapter-detail { display: inline-flex; align-items: center; gap: 10px; margin-top: 19px; color: #dcc296; font-size: 12px; }
.chapter-detail .icon { width: 18px; height: 18px; }
.story-chapters .text-link { color: #dcc296; border-color: #7d6d50; }
.purchase-section { background: #f5eee3; }
.purchase-steps { position: relative; display: grid; gap: 28px; max-width: 520px; list-style: none; padding: 0; margin: 0 auto; }
.purchase-steps li { position: relative; min-height: 70px; padding-left: 70px; }
.step-number { position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border: 1px solid #b99461; border-radius: 50%; background: var(--cream); font: 500 26px var(--serif); color: var(--copper); }
.purchase-steps h3 { font-size: 24px; margin-bottom: 10px; }
.purchase-steps p { font-size: 15px; }

/* Comparação legível e escolha do kit sem rolagem horizontal. */
.offers-section { background: #eee3d4; }
.offers-section .section-heading { margin-bottom: 25px; }
.kit-helper { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 0 auto 28px; }
.quantity-choices { display: flex; justify-content: center; width: max-content; max-width: 100%; padding: 4px; border: 1px solid #d4c4ad; border-radius: 40px; background: #ffffff80; }
.quantity-choices button { min-height: 44px; padding: 9px 13px; border: 0; border-radius: 30px; background: transparent; color: var(--muted); font-size: 13px; }
.quantity-choices button[aria-pressed=true] { background: var(--ink); color: white; }
.kit-helper p { flex-basis: 100%; font-size: 13px; color: var(--copper-dark); text-align: center; }
.kit-helper > a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.offers-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; max-width: 460px; margin-inline: auto; }
.offer-card { min-width: 0; overflow: hidden; border: 1px solid #d9cebd; border-radius: 20px; background: #fffdf9; scroll-margin-top: 90px; transition: border-color .2s, box-shadow .2s; }
.offer-card.is-selected { border-color: var(--copper); box-shadow: 0 20px 40px -22px #68492955; }
.offer-ribbon { padding: 11px 10px; background: #e6ddcf; color: #66543f; font-size: 12px; font-weight: 600; line-height: 1.5; text-align: center; }
.offer-best .offer-ribbon { background: var(--copper); color: #fff8e8; }
.offer-body { display: flex; flex-direction: column; padding: 25px 22px; text-align: center; }
.offer-card h3 { margin-bottom: 7px; font-size: 32px; }
.offer-quantity { font-size: 12px; }
.offer-image { display: flex; align-items: center; justify-content: center; height: 180px; margin: 10px -7px; }
.offer-image img { width: 100%; max-height: 180px; object-fit: contain; filter: drop-shadow(4px 12px 7px #4e3c2b1a); }
.cash-label { font-size: 12px; color: var(--muted); }
.offer-price { margin-block: 3px; font: 600 51px/1.25 var(--serif); color: var(--copper); letter-spacing: -1.8px; }
.offer-price > span { font-size: 23px; letter-spacing: -.4px; }
.offer-price small { font-size: 29px; }
.per-bottle { font-size: 14px; font-weight: 600; color: var(--copper-dark); }
.installment { margin-top: 17px; padding-block: 15px; border-block: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.installment strong { color: var(--ink); }
.installment small { display: block; margin-top: 4px; font-size: 12px; }
.offer-features { display: flex; flex-direction: column; gap: 10px; list-style: none; margin: 21px 0; padding: 0; text-align: left; color: var(--muted); font-size: 14px; }
.offer-features li { display: flex; align-items: center; gap: 9px; }
.offer-features .icon { width: 16px; height: 16px; color: var(--copper); }
.offer-card .button { margin-top: auto; }
.checkout-note { margin-top: 13px; font-size: 12px; }
.offer-disclaimer { max-width: 830px; margin: 25px auto 0; font-size: 12px; line-height: 1.8; color: #766a5a; text-align: center; }
.offers-trust { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 25px; padding-top: 25px; border-top: 1px solid #d6c6b2; }
.offers-trust span { display: flex; align-items: center; gap: 9px; color: #716049; font-size: 12px; }
.offers-trust .icon { width: 19px; height: 19px; color: var(--copper); }
.faq-section { background: var(--cream); }
.faq-list { display: flex; flex-direction: column; gap: 11px; max-width: 810px; margin: auto; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fffdf9; }
.faq-list details[open] { border-color: #ab8153; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 13px; min-height: 64px; padding: 18px; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; color: var(--copper); font: 400 20px var(--sans); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-answer { padding: 0 19px 23px; }
.faq-answer p { font-size: 15px; line-height: 1.8; }
.faq-answer a { text-decoration: underline; text-underline-offset: 3px; }
.guarantee-section { padding-bottom: 54px; }
.guarantee-card { display: grid; gap: 25px; max-width: 540px; margin: auto; padding: 30px 23px; border: 1px solid #dfd0bb; border-radius: 20px; background: #f1e8db; text-align: center; }
.guarantee-seal img { width: auto; max-height: 175px; margin: auto; filter: drop-shadow(0 12px 12px #65431f20); }
.guarantee-card .eyebrow { justify-content: center; }
.guarantee-card .eyebrow:before { display: block; }
.guarantee-card h2 { margin-bottom: 18px; }
.guarantee-card h3 { margin-bottom: 13px; font-family: var(--sans); font-size: 15px; line-height: 1.7; font-weight: 500; color: var(--copper-dark); }
.guarantee-card p:not(.eyebrow) { margin-bottom: 23px; font-size: 15px; }
.guarantee-card .button { width: 100%; }
.site-footer { padding: 42px 0 108px; background: #20251e; color: #f4edde; }
.footer-top { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; padding-bottom: 28px; }
.footer-brand { grid-column: 1 / -1; }
.site-footer .wordmark { color: #e9d8b9; font-size: 26px; }
.site-footer .wordmark span { color: #bba078; }
.footer-brand p { margin-top: 18px; color: #b8bcae; font-size: 14px; }
.footer-top h3 { margin-bottom: 10px; color: #e4d6be; font-size: 23px; }
.footer-top nav { display: flex; flex-direction: column; gap: 3px; }
.footer-top nav a { display: flex; align-items: center; min-height: 44px; color: #b8bcae; font-size: 13px; line-height: 1.5; }
.footer-top a:hover { color: white; }
.footer-note { padding-top: 24px; border-top: 1px solid #c6b68f29; }
.footer-note p { max-width: 890px; color: #aeb4a4; font-size: 12px; line-height: 1.9; }
.footer-note p + p { display: flex; align-items: center; justify-content: space-between; gap: 14px; max-width: none; margin-top: 17px; }
.footer-note a { display: inline-flex; align-items: center; min-height: 44px; }
.sticky-cta { position: fixed; inset: auto 0 0; z-index: 95; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px max(10px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fbf7f0f5; backdrop-filter: blur(12px); box-shadow: 0 -4px 25px #332b1312; }
.sticky-cta > div span { display: block; color: var(--copper); font-size: 10px; letter-spacing: 1.4px; }
.sticky-cta strong { font-family: var(--serif); font-size: 18px; }
.sticky-cta .button { min-height: 48px; padding: 11px 18px; font-size: 13px; }

/* Celulares largos: duas ações lado a lado, mantendo alvos grandes. */
@media (min-width: 390px) {
  .wrap { width: min(1140px, calc(100% - 40px)); }
  .wordmark { font-size: 21px; }
  .header-buy { width: auto; padding-inline: 15px; }
  .hero-grid { padding-top: 31px; }
  .hero-product { height: 306px; margin-bottom: 20px; }
  .hero-bottle { height: 266px; }
  .product-orbit { width: 238px; height: 238px; top: 30px; }
  .orbit-two { width: 284px; height: 284px; top: 7px; }
  .badge-one { top: 46px; }
  .badge-two { top: 151px; }
  .badge-three { bottom: 28px; }
  .hero-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 500px; gap: 9px; }
  .hero-actions .button { padding-inline: 12px; font-size: 13px; }
  .offer-body { padding-inline: 28px; }
}
@media (min-width: 600px) {
  .wrap { width: min(1140px, calc(100% - 48px)); }
  .top-bar { font-size: 11px; letter-spacing: 1px; }
  .wordmark { font-size: 23px; }
  .header-buy { gap: 9px; padding-inline: 19px; }
  .header-buy .icon { display: block; }
  .hero h1 { max-width: 630px; justify-self: center; font-size: 48px; }
  .hero-product { height: 320px; }
  .hero-bottle { height: 280px; }
  .hero-actions .button { font-size: 14px; }
  .hero-description { font-size: 16px; }
  .brand-strip .wrap { gap: 13px 28px; }
  .brand-strip .wrap > span { font-size: 22px; }
  .brand-strip a { flex-basis: auto; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .benefit-card { display: block; padding: 27px; }
  .icon-tile { width: 55px; height: 55px; margin-bottom: 21px; }
  .search-guide { padding-block: 46px; }
  .search-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .search-jumps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lifestyle-copy { max-width: 620px; }
  .lifestyle-image img { height: 480px; }
  .image-caption { left: 32px; bottom: 32px; font-size: 36px; }
  .story-grid { gap: 40px; }
  .story-chapters { max-width: 620px; margin-inline: auto; }
  .footer-top { gap: 30px; }
}

/* Tablet e desktop: espaço para comparar ofertas e ler em colunas. */
@media (min-width: 761px) {
  html { scroll-padding-top: 104px; }
  h2 { font-size: 40px; letter-spacing: -1.2px; }
  .nav-inner { min-height: 80px; }
  .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 22px; padding-block: 48px; min-height: 610px; }
  .hero-copy { position: relative; z-index: 2; display: block; min-width: 0; }
  .hero-tag { font-size: 9px; margin-bottom: 23px; }
  .hero h1 { justify-self: stretch; max-width: none; text-align: left; font-size: clamp(37px, 4.5vw, 50px); letter-spacing: -1.5px; margin-bottom: 23px; }
  .hero-description { margin: 0; font-size: 15px; text-align: left; max-width: 475px; }
  .hero-actions { display: flex; flex-wrap: wrap; margin: 26px 0 23px; }
  .hero-actions .button { width: auto; padding-inline: 17px; font-size: 13px; }
  .hero-trust { justify-content: flex-start; gap: 11px 20px; }
  .hero-trust span { font-size: 12px; }
  .hero-product { order: initial; width: 100%; height: 445px; margin: 0; }
  .hero-bottle { height: 380px; }
  .product-orbit { top: 74px; width: 280px; height: 280px; }
  .orbit-two { top: 46px; width: 336px; height: 336px; }
  .badge-one { top: 50px; left: 0; }
  .badge-two { top: 230px; right: -3px; }
  .badge-three { bottom: 49px; left: 0; }
  .float-badge { max-width: 50%; padding: 9px 11px; }
  .product-ground { width: 210px; bottom: 14px; height: 30px; filter: blur(20px); }
  .product-caption { bottom: -7px; }
  .brand-strip .wrap { justify-content: space-between; padding-block: 18px; gap: 16px; }
  .brand-strip .wrap > span { font-size: 21px; }
  .brand-strip a { font-size: 12px; }
  .search-guide { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 42px; row-gap: 26px; padding-block: 54px; }
  .search-guide-copy { grid-row: 1 / 3; }
  .search-guide-copy h2 { font-size: 35px; }
  .search-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); align-self: start; }
  .search-jumps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section { padding-block: 74px; }
  .section-heading { margin-bottom: 40px; }
  .lifestyle-section { padding-bottom: 74px; }
  .lifestyle-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 38px; }
  .lifestyle-image { border-radius: 90px 20px 20px 20px; }
  .lifestyle-image img { height: 530px; object-position: 47% 50%; }
  .lifestyle-copy h2 { font-size: 35px; }
  .image-caption { font-size: 32px; left: 25px; }
  .lifestyle-values { gap: 8px 12px; }
  .lifestyle-values span + span:before { margin-right: 12px; }
  .product-story { padding-block: 70px; }
  .story-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 47px; align-items: start; }
  .story-visual { position: sticky; top: 112px; text-align: left; }
  .product-story .eyebrow { justify-content: flex-start; }
  .product-story .eyebrow:before { display: none; }
  .story-visual h2 { font-size: 37px; }
  .story-stage { height: 382px; margin-top: 22px; }
  .story-stage img { height: 316px; }
  .story-ring { width: 267px; height: 267px; }
  .story-chapters { padding-top: 10px; }
  .story-chapters article { padding-block: 30px 35px; }
  .story-chapters h3 { font-size: 30px; }
  .purchase-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; max-width: none; }
  .purchase-steps:before { content: ''; position: absolute; left: 17%; right: 17%; top: 35px; height: 1px; background: #c7ac853d; }
  .purchase-steps li { padding: 0; text-align: center; }
  .step-number { position: relative; width: 70px; height: 70px; margin: 0 auto 23px; font-size: 29px; }
  .purchase-steps h3 { font-size: 24px; }
  .purchase-steps p { font-size: 15px; }
  .kit-helper { gap: 15px 20px; margin-bottom: 34px; }
  .kit-helper p { flex-basis: auto; }
  .offers-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; max-width: none; align-items: stretch; }
  .offer-card { display: flex; flex-direction: column; scroll-margin-top: 105px; }
  .offer-body { flex: 1; padding: 23px 16px; }
  .offer-ribbon { display: flex; align-items: center; justify-content: center; min-height: 57px; }
  .offer-image { height: 154px; margin-inline: -5px; }
  .offer-image img { max-height: 154px; }
  .offer-price { font-size: 44px; }
  .offer-price > span { font-size: 21px; }
  .offer-price small { font-size: 25px; }
  .offer-features { font-size: 13px; }
  .offer-card .button { padding-inline: 12px; font-size: 13px; }
  .offers-trust { gap: 23px 32px; }
  .faq-list summary { padding: 21px 25px; font-size: 22px; }
  .faq-answer { padding: 0 26px 25px; }
  .guarantee-section { padding-bottom: 74px; }
  .guarantee-card { grid-template-columns: 180px minmax(0, 1fr); gap: 35px; align-items: center; max-width: 990px; padding: 40px; text-align: left; }
  .guarantee-seal img { max-height: 235px; }
  .guarantee-card .eyebrow { justify-content: flex-start; }
  .guarantee-card .eyebrow:before { display: none; }
  .guarantee-card h2 { font-size: 35px; }
  .guarantee-card .button { width: auto; }
  .site-footer { padding: 57px 0 28px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; padding-bottom: 35px; }
  .footer-brand { grid-column: auto; }
  .sticky-cta { display: none !important; }
}
@media (min-width: 901px) {
  .wrap { width: min(1140px, calc(100% - 64px)); }
  .nav-inner { gap: 20px; }
  .wordmark { font-size: 25px; }
  .wordmark span { font-size: 10px; }
  .desktop-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; }
  .desktop-nav a { display: flex; align-items: center; min-height: 44px; font-size: 12px; transition: color .2s; }
  .desktop-nav a:hover { color: var(--copper); }
  .menu-toggle { display: none; }
  .header-buy { padding-inline: 20px; }
  .hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: 34px; padding-block: 57px; min-height: 650px; }
  .hero h1 { font-size: clamp(43px, 4.6vw, 54px); }
  .hero-description { font-size: 16px; }
  .hero-product { height: 492px; }
  .hero-bottle { height: 430px; }
  .product-orbit { width: 340px; height: 340px; top: 69px; }
  .orbit-two { width: 402px; height: 402px; top: 38px; }
  .badge-one { top: 65px; }
  .badge-two { top: 255px; right: -4px; }
  .badge-three { bottom: 53px; }
  .float-badge { max-width: none; white-space: nowrap; }
  .benefits-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
  .benefit-card { padding: 29px 20px; text-align: center; }
  .icon-tile { margin-inline: auto; }
  .benefit-card h3 { font-size: 24px; }
  .benefit-card p { font-size: 14px; }
  .lifestyle-copy h2 { font-size: 39px; }
  .lifestyle-grid { gap: 56px; }
  .story-grid { gap: 65px; }
  .offer-body { padding-inline: 22px; }
  .offer-image { height: 180px; }
  .offer-image img { max-height: 180px; }
  .offer-price { font-size: 51px; }
  .offer-features { font-size: 14px; }
  .offer-card .button { font-size: 14px; }
}
@media (min-width: 1101px) {
  h2 { font-size: 48px; letter-spacing: -1.5px; }
  .desktop-nav { gap: 28px; margin-right: 12px; }
  .desktop-nav a { font-size: 13px; }
  .hero-grid { padding-block: 61px; min-height: 695px; }
  .hero h1 { font-size: 54px; }
  .hero-tag { font-size: 10px; padding: 9px 15px; }
  .hero-actions .button { padding-inline: 24px; font-size: 14px; }
  .hero-product { height: 540px; }
  .hero-bottle { height: 475px; }
  .product-orbit { width: 395px; height: 395px; top: 65px; }
  .orbit-two { width: 465px; height: 465px; top: 30px; }
  .float-badge { padding: 11px 15px; }
  .float-badge .icon { width: 17px; height: 17px; }
  .badge-one { top: 65px; }
  .badge-two { top: 279px; }
  .badge-three { bottom: 60px; }
  .brand-strip .wrap > span { font-size: 24px; }
  .brand-strip .wrap > span + span:before { content: '✧'; font-size: 16px; margin-right: 37px; color: #a78b60; }
  .search-guide { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); column-gap: 85px; padding-block: 62px; }
  .search-guide-copy h2 { font-size: 41px; }
  .section { padding-block: 90px; }
  .section-heading { margin-bottom: 46px; }
  .lifestyle-section { padding-bottom: 90px; }
  .lifestyle-grid { gap: 80px; }
  .lifestyle-image { border-radius: 120px 20px 20px 20px; }
  .lifestyle-image img { height: 545px; }
  .lifestyle-copy h2 { font-size: 43px; }
  .lifestyle-copy > p:not(.eyebrow) { font-size: 16px; }
  .image-caption { font-size: 36px; bottom: 34px; left: 34px; }
  .product-story { padding-block: 80px; }
  .story-grid { gap: 90px; }
  .story-visual h2 { font-size: 43px; }
  .story-stage { height: 430px; }
  .story-stage img { height: 350px; }
  .story-ring { width: 310px; height: 310px; }
  .story-chapters { padding-top: 32px; }
  .story-chapters article { padding-block: 32px 43px; }
  .story-chapters h3 { font-size: 33px; }
  .story-chapters p { font-size: 16px; }
  .purchase-steps { gap: 60px; }
  .purchase-steps h3 { font-size: 27px; }
  .offers-grid { gap: 22px; }
  .offer-body { padding: 28px; }
  .offer-ribbon { min-height: 43px; }
  .offer-image { height: 191px; }
  .offer-image img { max-height: 191px; }
  .offer-price { font-size: 55px; }
  .offer-features { margin-block: 24px; }
  .guarantee-section { padding-bottom: 90px; }
  .guarantee-card { grid-template-columns: 230px minmax(0, 1fr); padding: 52px 60px; gap: 50px; }
  .guarantee-card h2 { font-size: 40px; }
  .guarantee-seal img { max-height: 260px; }
  .footer-top { gap: 75px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
}
