@import url("./print.css") print;

/* Karen Barros: madeira, carvão quente e champagne medidos em paleta.md.
   Fontes do dispositivo: nenhuma requisição externa ou arquivo fictício. */
:root {
  color-scheme: dark;
  --fundo: #211B18;
  --superficie: #2A221D;
  --escura-1: #342A23;
  --escura-2: #211B18;
  --escura-3: #191512;
  --texto: #F1E6D0;
  --corpo: #CCC9B8;
  --acento: #C8AE97;
  --acento-esc: #B7977E;
  --acento-claro: #F1E6D0;
  --glow: #8E6A54;
  --linha: #8F7A65;
  --linha-forte: #C8AE97;
  --texto-botao: #211B18;
  --grad-hero: linear-gradient(130deg, #342A23 0%, #2A221D 46%, #211B18 100%);
  --grad-soft: linear-gradient(130deg, #211B18 0%, #2A221D 46%, #342A23 100%);
  --grad-dark: linear-gradient(165deg, #342A23 0%, #211B18 45%, #191512 100%);
  --grad-metal: linear-gradient(115deg, #B7977E 0%, #C8AE97 38%, #F1E6D0 68%, #C8AE97 100%);
  --grad-accent: linear-gradient(115deg, #B7977E 0%, #C8AE97 45%, #F1E6D0 85%);
  --grad-line: linear-gradient(90deg, transparent 0%, #8F7A65 18%, #C8AE97 55%, transparent 100%);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --header-h: 88px;
  --gutter: 24px;
  --cookie-h: 150px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-block: calc(var(--header-h) + 16px) 96px; }
body { margin: 0; background: var(--grad-dark); color: var(--corpo); font-family: var(--sans); font-size: clamp(1rem, .94rem + .2vw, 1.125rem); line-height: 1.65; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
.cookie-bar[hidden], .cookie-card[hidden] { display: none !important; height: 0; min-height: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 24px; color: var(--texto); font-family: var(--serif); font-weight: 400; line-height: 1.14; letter-spacing: -.035em; text-wrap: balance; overflow-wrap: anywhere; }
h1 { font-size: clamp(2.75rem, 5.5vw, 5.25rem); }
h2 { font-size: clamp(2rem, 3.45vw, 3.5rem); }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
h4, h5, h6 { font-size: clamp(1.1rem, 1.7vw, 1.5rem); }
p { margin: 0 0 1.25em; max-width: 65ch; text-wrap: pretty; }
a { color: var(--acento); text-underline-offset: .22em; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
a:hover { color: var(--texto); }
button { font: inherit; font-size: clamp(.875rem, .83rem + .15vw, 1rem); color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:disabled { opacity: .45; cursor: not-allowed; }
:focus-visible { outline: 3px solid var(--acento); outline-offset: 4px; }
.btn:focus-visible, .whatsapp-fab:focus-visible { outline-color: var(--texto); box-shadow: 0 0 0 3px var(--fundo); }
::selection { background: var(--acento); color: var(--fundo); }
img { display: block; max-width: 100%; height: auto; }
figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding-inline-start: 1.4em; }
strong { color: var(--texto); font-weight: 600; }
small { font-size: clamp(.75rem, .7rem + .2vw, .875rem); }
address { font-style: normal; }
.container { width: min(1200px, calc(100% - 2 * var(--gutter))); margin-inline: auto; min-width: 0; }
.container > *, .hero-grid > *, .shelf-layout > *, .footer-grid > * { min-width: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 18px; background: var(--grad-dark); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

/* Header: aria-expanded prime sur les états de défilement. */
.site-header { position: sticky; top: 0; z-index: 30; background: linear-gradient(130deg, #342a23f5, #211b18f5); border-bottom: 1px solid #8f7a6545; transition: transform .35s var(--ease), box-shadow .35s, background .35s; backdrop-filter: blur(16px); }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; padding-block: 16px; }
.brand { display: flex; flex-direction: column; flex-shrink: 0; text-decoration: none; color: var(--texto); }
.brand-name, .legal-page .brand { font-family: var(--serif); font-size: clamp(1.25rem, 1.7vw, 1.65rem); line-height: 1.3; letter-spacing: -.025em; }
.brand-specialty { font-size: clamp(.625rem, .6rem + .12vw, .75rem); letter-spacing: .07em; margin-top: 5px; color: var(--corpo); }
.main-nav { width: 100%; }
.main-nav ul { display: flex; flex-wrap: wrap; gap: 4px 18px; list-style: none; margin: 0; padding: 0; }
.main-nav a { display: flex; align-items: center; min-height: 44px; font-size: clamp(.75rem, .7rem + .15vw, .875rem); text-decoration: none; color: var(--corpo); }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--texto); text-decoration: underline; }
.menu-toggle { margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--linha); border-radius: 50%; background: var(--grad-dark); font-size: clamp(1.3rem, 2vw, 1.5rem); }
.header-whatsapp { display: none; font-size: clamp(.75rem, .9vw, .875rem); text-decoration: none; padding-block: 12px; border-bottom: 1px solid var(--linha); }
.site-header.is-scrolled { box-shadow: 0 6px 24px #19151255; }
.site-header.is-scrolled .header-inner { padding-block: 10px; }
.site-header.is-hidden:not(:has([aria-expanded="true"])):not(.menu-open):not(.is-menu-open):not(:focus-within) { transform: translateY(-105%); }
.site-header:has([aria-expanded="true"]), .site-header.menu-open, .site-header.is-menu-open { transform: none; }
.site-header:has(.menu-toggle:not([hidden])[aria-expanded="false"]) .main-nav { display: none; }
.site-header:has(.menu-toggle[aria-expanded="true"]) .main-nav { display: block; max-height: 65svh; overflow-y: auto; }

/* Faixas editoriais: altura livre, sempre gradiente, nunca recorte global. */
.section { position: relative; padding-block: clamp(64px, 9vh, 116px); min-height: 60svh; background: var(--grad-hero); scroll-margin-top: 24px; }
.section-soft { background: var(--grad-soft); }
.section-dark { background: var(--grad-dark); }
.section::after { content: ''; position: absolute; height: 1px; inset: auto var(--gutter) 0; background: var(--grad-line); pointer-events: none; }
.section-heading { position: relative; max-width: 820px; margin-bottom: clamp(28px, 4vh, 52px); }
.section-num { display: block; font-family: var(--serif); font-style: italic; font-size: clamp(1.25rem, 2vw, 1.75rem); color: var(--acento); margin-bottom: 20px; }
.eyebrow { font-family: var(--sans); font-size: clamp(.6875rem, .63rem + .23vw, .8125rem); color: var(--acento); line-height: 1.7; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; margin-bottom: 18px; }
.editorial-copy, .booking-copy { max-width: 710px; }
.service-copy > p { max-width: 780px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; max-width: 100%; padding: 14px 25px; margin-top: 12px; border: 1px solid transparent; border-radius: 999px; font-size: clamp(.875rem, .83rem + .15vw, 1rem); font-weight: 600; line-height: 1.5; text-align: center; text-decoration: none; transition: transform .25s var(--ease), box-shadow .25s, filter .25s; }
.btn-primary { background: var(--grad-accent); color: var(--texto-botao); box-shadow: 0 8px 26px #19151244; }
.btn-primary:hover { color: var(--texto-botao); filter: brightness(1.09); transform: translateY(-3px); box-shadow: 0 14px 32px #19151288; }
.btn-secondary { background: var(--grad-dark); border-color: var(--linha); color: var(--texto); }
.btn-secondary:hover { border-color: var(--acento); transform: translateY(-2px); }
.text-link { display: inline-block; padding-block: 12px; }
.section-photo { border-radius: 160px 160px 12px 12px; }
.section-photo img { width: 100%; height: auto; border-radius: inherit; }

/* Deux halos seulement. Celui du portrait est flouté et rejoint le texte. */
.hero { isolation: isolate; min-height: calc(100vh - var(--header-h)); min-height: calc(100svh - var(--header-h)); padding-block: clamp(40px, 6vh, 80px); }
.hero::after { display: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: 44px; }
.hero-copy, .hero-portrait { position: relative; isolation: isolate; }
.hero-copy::before { content: ''; position: absolute; z-index: -1; inset: -30px -16px; background: radial-gradient(ellipse at 42% 72%, rgba(142,106,84,.18) 0%, rgba(142,106,84,0) 70%); pointer-events: none; animation: glow-breathe 9s ease-in-out infinite alternate; }
.hero-portrait::before { content: ''; position: absolute; z-index: -1; inset: -20px 0; background: radial-gradient(ellipse at 55% 26%, rgba(142,106,84,.22) 0%, rgba(142,106,84,0) 70%); filter: blur(32px); pointer-events: none; animation: glow-breathe 9s ease-in-out infinite alternate-reverse; }
.hero h1 { max-width: 10ch; margin-bottom: 28px; }
.hero h1 em { color: var(--acento); font-weight: 400; }
.hero-lead { max-width: 480px; font-size: clamp(1rem, 1.25vw, 1.125rem); color: var(--corpo); line-height: 1.65; }
.credentials { font-size: clamp(.75rem, .72rem + .15vw, .875rem); max-width: 43ch; }
.hero-portrait { width: 100%; max-width: 550px; margin-inline: auto; }
.hero-portrait .section-photo { aspect-ratio: 1440 / 1778; border-radius: 48% 48% 3% 3% / 28% 28% 3% 3%; }
.hero-portrait img { aspect-ratio: 1440 / 1778; object-fit: contain; mask-image: linear-gradient(90deg, transparent, #fff 10%, #fff 100%), linear-gradient(180deg, #fff 90%, transparent); mask-composite: intersect; }
.rating-badge { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 18px; width: fit-content; max-width: 100%; margin-top: 28px; padding: 12px 16px; border: 1px solid #c8ae9790; border-radius: 12px; background: linear-gradient(130deg, #342a23ef, #211b18ef); font-size: clamp(.75rem, .72rem + .15vw, .875rem); }
.rating-badge span { color: var(--acento); font-weight: 600; }
.rating-badge a { padding-block: 5px; }
.rating-date, .shelf-note, .clinical-note, .responsibility { font-size: clamp(.8125rem, .77rem + .15vw, .9375rem); }
.rating-date { margin-top: 12px; }
.clinical-note { padding: 16px 20px; border-left: 1px solid var(--acento); background: var(--grad-soft); }
@keyframes glow-breathe { from { opacity: .85; } to { opacity: 1; } }

.method-grid, .courses-grid, .about-grid { display: grid; gap: clamp(28px, 5vw, 72px); align-items: center; }
.method-grid .section-photo, .about-grid .section-photo { max-width: 460px; }
.courses-grid .section-photo { max-width: 500px; }
.method-steps { margin: 0 0 30px; padding: 0; list-style: none; display: grid; gap: 24px; }
.method-steps li { position: relative; padding-left: 48px; }
.step-num { position: absolute; top: 0; left: 0; color: var(--acento); font-size: clamp(.8rem, 1vw, .9375rem); }
.method-steps h3 { margin-bottom: 10px; }
.method-steps p { margin: 0; }
.service-points, .skin-topics, .visit-steps { display: grid; gap: 24px; margin-block: 36px; padding: 0; list-style: none; }
.service-points > div, .skin-topics > li, .visit-steps > div { padding: clamp(20px, 2.5vw, 32px); border: 1px solid #8f7a6555; border-radius: 12px; background: var(--grad-soft); min-width: 0; }
dt { font-size: clamp(1.25rem, 1.7vw, 1.65rem); font-family: var(--serif); color: var(--texto); margin-bottom: 16px; }
.skin-topics p { margin-bottom: 0; }
.courses-copy h3 { margin-top: 32px; }
.courses-copy li { margin-bottom: 10px; }
.location-card { max-width: 850px; padding: clamp(24px, 4vw, 56px); border: 1px solid #8f7a6566; border-radius: 16px; background: var(--grad-dark); }
.location-card address { margin-bottom: 24px; }
.location-card .btn { margin-right: 8px; }
.faq-list { max-width: 900px; margin-bottom: 28px; }
.faq-item { border-block-start: 1px solid #8f7a6570; background: var(--grad-dark); }
.faq-item:last-child { border-bottom: 1px solid #8f7a6570; }
.faq-item summary { padding: 24px 12px; min-height: 48px; color: var(--texto); font-size: clamp(1.125rem, 1.7vw, 1.5rem); cursor: pointer; }
.faq-item[open] summary { color: var(--acento); }
.faq-item > div { padding: 0 12px 16px; }
#agendar { min-height: 70svh; }

/* Estante Zanetti. Le panneau est frère du stage dans le HTML fourni. */
.shelf, .shelf-layout, .shelf-stage, .shelf-row { overflow: visible; }
.shelf-layout { margin-block: 32px; min-width: 0; }
.shelf-stage { position: relative; perspective: 1600px; padding: 24px 12px 36px; min-width: 0; }
.shelf-stage::after { content: ''; position: absolute; inset: auto 0 10px; height: 8px; border-radius: 3px; background: var(--grad-metal); box-shadow: 0 10px 22px #191512aa; }
.shelf-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 24px; align-items: end; justify-items: center; margin: 0; padding: 0; list-style: none; }
.book-card { position: relative; width: 100%; max-width: 152px; min-width: 0; perspective: 1600px; }
.book-toggle { position: relative; display: block; width: 100%; aspect-ratio: 2 / 3; border: 0; padding: 0; background: none; text-align: left; transform-style: preserve-3d; transform: rotateY(-8deg); transition: transform .45s var(--ease); }
.back-cover, .page-block, .page-fan, .front-cover, .page { position: absolute; inset: 0; border-radius: 2px 5px 5px 2px; transform-origin: left center; }
.back-cover { background: linear-gradient(115deg, var(--cover-color), #211b18); transform: translateZ(-8px); box-shadow: 6px 12px 18px #19151266; }
.page-block { inset: 4px -5px 4px 3px; background: repeating-linear-gradient(90deg, #ccc9b8 0 1px, #f1e6d0 1px 3px); transform: translateZ(-3px); }
.front-cover { display: flex; flex-direction: column; padding: 14px 12px; background: var(--grad-dark); color: var(--texto); transform: translateZ(4px); transform-style: preserve-3d; transition: transform .45s var(--ease); border-left: 5px solid #19151288; box-shadow: inset 2px 0 2px #c8ae9744; }
.cover-art { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.front-cover::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(165deg, #211b18e8, #211b18b8 45%, #191512f5); border-radius: inherit; }
.book-volume { font-size: clamp(.625rem, .75vw, .6875rem); text-transform: uppercase; letter-spacing: .12em; color: var(--acento); }
.book-title { margin-block: auto; padding-block: 12px; font-family: var(--serif); font-size: clamp(1rem, 1.3vw, 1.25rem); line-height: 1.18; overflow-wrap: anywhere; }
.book-author { font-size: clamp(.625rem, .72vw, .6875rem); line-height: 1.4; }
.page-fan { opacity: 0; transform-style: preserve-3d; pointer-events: none; transition: opacity .45s; }
.page { inset: 5px 0 5px 3px; background: linear-gradient(115deg, #b7977e, #f1e6d0 20%, #ccc9b8); border: 1px solid #a1907e; transition: transform .45s var(--ease); }
#estante[data-mode="detail"] .shelf-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: start; }
#estante[data-mode="detail"] .shelf-stage { display: grid; grid-template-columns: minmax(0, 1fr); padding: 32px 24px; }
#estante[data-mode="detail"] .shelf-row { grid-template-columns: minmax(0, 1fr); }
#estante[data-mode="detail"] .book-card:not(.is-selected) { display: none; }
#estante[data-mode="detail"] .book-card.is-selected { max-width: 210px; }
#estante[data-mode="detail"] .book-toggle { transform: none; }
#estante[data-mode="detail"] .is-selected .front-cover { transform: translateZ(18px) rotateY(-29deg); }
#estante[data-mode="detail"] .is-selected .page-fan { opacity: 1; }
#estante[data-mode="detail"] .page-1 { transform: rotateY(-4deg); }
#estante[data-mode="detail"] .page-2 { transform: rotateY(-8deg); }
#estante[data-mode="detail"] .page-3 { transform: rotateY(-12deg); }
#estante[data-mode="detail"] .page-4 { transform: rotateY(-16deg); }
.book-panel { position: relative; display: none; min-width: 0; padding: 72px 24px 28px; background: var(--grad-soft); border: 1px solid #c8ae9780; border-radius: 12px; overflow-wrap: anywhere; }
#estante[data-mode="detail"] .book-panel:not([hidden]) { display: block; }
.book-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 1px solid var(--linha); border-radius: 50%; background: var(--grad-dark); color: var(--texto); font-size: clamp(1.5rem, 2vw, 2rem); line-height: 1; }
.book-close:hover { border-color: var(--texto); }
.book-panel .btn { width: fit-content; }

/* Carrossel natif: tous les témoignages restent accessibles sans JS. */
.testi-carousel { margin-top: 32px; min-width: 0; }
.testi-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: var(--linha) var(--fundo); scroll-behavior: smooth; padding-bottom: 18px; }
.testi-slide { display: flex; flex-direction: column; flex: 0 0 100%; min-width: 0; scroll-snap-align: start; padding: clamp(24px, 2.5vw, 36px); border: 1px solid #8f7a6570; border-radius: 14px; background: var(--grad-soft); }
.testi-slide blockquote { flex: 1; }
.testi-slide blockquote p { font-family: var(--serif); font-size: clamp(1.125rem, 1.4vw, 1.375rem); line-height: 1.6; color: var(--texto); }
.testi-slide figcaption { display: flex; flex-direction: column; gap: 4px; padding-top: 20px; border-top: 1px solid #8f7a6555; }
.testi-name { font-size: clamp(.875rem, 1vw, 1rem); color: var(--acento); font-weight: 600; }
.testi-source { font-size: clamp(.75rem, .9vw, .875rem); }
.testi-controls { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.testi-dots { display: flex; justify-content: center; flex-wrap: wrap; }
.testi-dot, .testi-prev, .testi-next { display: grid; place-items: center; width: 44px; height: 44px; min-width: 44px; min-height: 44px; padding: 0; border: 1px solid transparent; border-radius: 50%; color: var(--acento); background: none; font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
.testi-dot[aria-current="true"] { border-color: var(--acento); background: var(--grad-soft); color: var(--texto); }
.testi-prev, .testi-next { border-color: var(--linha); background: var(--grad-dark); }
.testi-controls button:not(:disabled):hover { border-color: var(--texto); color: var(--texto); }

.footer-section { min-height: auto; padding-bottom: max(100px, 12vh); }
.footer-grid { display: grid; gap: 40px; margin-block: 36px; }
.footer-grid p, .footer-grid address { font-size: clamp(.875rem, 1vw, 1rem); }
.responsibility { margin-top: 40px; max-width: 95ch; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 6px 24px; border-top: 1px solid #8f7a6555; padding-top: 24px; }
.footer-legal a, .cookie-reopen { display: inline-flex; align-items: center; min-height: 44px; font-size: clamp(.75rem, .9vw, .875rem); }
.cookie-reopen { border: 0; padding: 0; background: none; color: var(--acento); text-decoration: underline; text-underline-offset: .22em; }

/* Aviso compacto e sólido. A área rolável termina 12px antes do aviso,
   mantendo avaliações e conteúdo acessíveis sem bloquear o body. */
.cookie-card, .cookie-bar { position: fixed; z-index: 50; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; gap: 8px; width: min(680px, calc(100% - 32px)); padding: 12px; background: #211B18; color: var(--corpo); border: 1px solid var(--linha); border-radius: 16px; box-shadow: 0 10px 40px #191512aa; font-size: 13px; line-height: 1.5; }
.cookie-card p, .cookie-bar p { margin: 0; max-width: none; text-wrap: auto; }
.cookie-actions { display: flex; flex-wrap: nowrap; gap: 8px; }
.cookie-actions button { min-height: 44px; flex: 1 1 0; padding: 8px 12px; border: 1px solid var(--linha); border-radius: 22px; background: #2A221D; color: var(--texto); font-size: 13px; line-height: 1.5; }
.cookie-actions button:first-child { background: #C8AE97; color: var(--texto-botao); }
.cookie-actions button[data-cookie-action="dismiss"] { flex: 0 0 44px; font-size: 20px; padding: 0; }
.cookie-actions button:hover { border-color: var(--texto); }
body:has(:is(.cookie-card, .cookie-bar):not([hidden])) .site-header { position: fixed; inset: 0 0 auto; }
body:has(:is(.cookie-card, .cookie-bar):not([hidden])) .page-scroll { height: calc(100svh - var(--cookie-h) - 28px); overflow-y: auto; padding-top: var(--header-h); scroll-padding-block: calc(var(--header-h) + 16px) 24px; scroll-behavior: smooth; }
.whatsapp-fab { position: fixed; z-index: 40; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 56px; min-height: 56px; padding: 14px; border-radius: 999px; background: var(--grad-accent); color: var(--texto-botao); box-shadow: 0 8px 28px #19151288; text-decoration: none; font-size: clamp(.75rem, 1vw, .875rem); font-weight: 600; transition: transform .25s, filter .25s; }
.whatsapp-fab:hover { color: var(--texto-botao); transform: translateY(-3px); filter: brightness(1.1); }
.whatsapp-fab > span:first-child { display: none; }
.whatsapp-fab > span:last-child { display: none; }
/* Símbolo WhatsApp em SVG, substitui a seta decorativa do HTML. */
.whatsapp-fab::before { content: ''; display: block; width: 28px; height: 28px; background: currentColor; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.52 3.48A11.9 11.9 0 0 0 12.04 0C5.45 0 .09 5.36.09 11.95c0 2.1.55 4.16 1.6 5.98L0 24l6.24-1.64a11.95 11.95 0 0 0 5.8 1.48h.01C18.64 23.84 24 18.48 24 11.9c0-3.19-1.24-6.18-3.48-8.42zM12.05 21.82a9.9 9.9 0 0 1-5.05-1.38l-.36-.21-3.7.97.99-3.61-.24-.38a9.87 9.87 0 0 1-1.52-5.26c0-5.48 4.46-9.94 9.95-9.94a9.86 9.86 0 0 1 7.03 2.92 9.88 9.88 0 0 1 2.91 7.03c0 5.48-4.46 9.94-9.94 9.94zm5.45-7.44c-.3-.15-1.77-.87-2.04-.97-.28-.1-.48-.15-.68.15-.2.3-.77.97-.95 1.17-.17.2-.35.22-.65.07-.3-.15-1.26-.46-2.4-1.48-.89-.79-1.49-1.77-1.66-2.07-.18-.3-.02-.46.13-.61.13-.13.3-.35.45-.53.15-.17.2-.3.3-.5.1-.2.05-.37-.03-.52-.07-.15-.67-1.62-.92-2.22-.24-.58-.49-.5-.67-.51h-.57c-.2 0-.52.07-.8.37-.27.3-1.04 1.02-1.04 2.49s1.07 2.89 1.22 3.09c.15.2 2.1 3.2 5.08 4.49.71.31 1.27.5 1.7.63.71.22 1.36.19 1.87.12.57-.09 1.77-.73 2.02-1.43.25-.7.25-1.3.17-1.42-.07-.12-.27-.2-.57-.35z'/%3E%3C/svg%3E") center / contain no-repeat; }
body:has(:is(.cookie-card, .cookie-bar):not([hidden])) .whatsapp-fab { bottom: max(calc(var(--cookie-h) + 28px), env(safe-area-inset-bottom)); }
body:has(#estante[data-mode="detail"]) .whatsapp-fab { display: none; }
.legal-page .site-header { padding-block: 24px; }
.legal-content { max-width: 850px; padding-block: clamp(48px, 8vh, 100px); min-height: 75svh; }
.legal-content h1 { font-size: clamp(2.25rem, 4.5vw, 4rem); }
.legal-content h2 { font-size: clamp(1.5rem, 2.5vw, 2.25rem); margin-top: 40px; }
.legal-page .site-footer { background: var(--grad-dark); padding-block: 40px; }

/* Breakpoints por necessidades de layout, não por modelos de aparelho. */
@media (max-width: 359px) {
  :root { --gutter: 16px; }
  .front-cover { padding: 10px 8px; }
  .shelf-row { gap: 28px 16px; }
  .cookie-card, .cookie-bar { padding: 14px; }
  .btn { padding-inline: 18px; }
}
@media (min-width: 480px) {
  :root { --gutter: 32px; }
  .hero h1 { font-size: clamp(3.25rem, 6vw, 5.25rem); }
  .testi-controls { gap: 18px; }
  .book-panel { padding-inline: 32px; }
}
@media (min-width: 640px) {
  .shelf-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-points, .visit-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .whatsapp-fab { padding-inline: 20px; }
  .whatsapp-fab > span:last-child { display: inline; }
}
@media (min-width: 768px) {
  :root { --gutter: 40px; }
  .method-grid, .courses-grid, .about-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); }
  .skin-topics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  #estante[data-mode="detail"] .shelf-layout { grid-template-columns: minmax(240px, 300px) minmax(0, 1fr); gap: 40px; }
  .hero-portrait { max-width: 480px; }
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 48px; }
  .hero-portrait { max-width: 550px; }
  .hero-copy::before { inset: -80px -16px; background: radial-gradient(ellipse 520px 340px at 23% 38%, rgba(142,106,84,.18), rgba(142,106,84,0) 70%); }
  .hero-portrait::before { inset: -24px -30px -24px -80px; background: radial-gradient(ellipse 580px 680px at 77% 48%, rgba(142,106,84,.22), rgba(142,106,84,0) 70%); filter: blur(48px); }
  .hero-portrait img { mask-image: linear-gradient(90deg, transparent, #fff 18%), linear-gradient(180deg, #fff 90%, transparent); }
  .testi-slide { flex-basis: calc((100% - 48px) / 3); }
  .shelf-row { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
  .service-points { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .visit-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .editorial-copy, .booking-copy { margin-left: 20%; }
  #estante[data-mode="detail"] .shelf-layout { gap: 64px; padding: 0 32px; }
}
@media (min-width: 1280px) {
  .header-inner { flex-wrap: nowrap; gap: 24px; }
  .main-nav { width: auto; margin-left: auto; }
  .main-nav ul { flex-wrap: nowrap; gap: 18px; }
  .header-whatsapp { display: inline-block; white-space: nowrap; }
  .site-header .menu-toggle { display: none; }
  .site-header:has(.menu-toggle:not([hidden])[aria-expanded="false"]) .main-nav { display: block; }
}
@media (min-width: 1600px) {
  .section { padding-block: clamp(96px, 10vh, 144px); }
  .hero { padding-block: clamp(56px, 7vh, 100px); }
}
@media (max-height: 600px) and (min-width: 640px) {
  .hero { min-height: auto; }
  .section { min-height: auto; }
}
@media (hover: hover) and (pointer: fine) {
  #estante[data-mode="shelf"] .book-toggle:hover { transform: translateY(-8px) rotateY(-12deg); }
}
@media (prefers-reduced-motion: reduce) {
  html, body, .page-scroll, .testi-track { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  #estante[data-mode="shelf"] .book-toggle:hover { transform: rotateY(-8deg); }
  .btn:hover, .whatsapp-fab:hover { transform: none; }
}
@media (forced-colors: active) {
  .btn, .book-toggle, .rating-badge, .cookie-card, .cookie-bar, .whatsapp-fab { border: 1px solid ButtonText; }
  .whatsapp-fab::before { background: ButtonText; }
}

/* Revelação progressiva: conteúdo continua legível sem JavaScript. */
.js-ready .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js-ready .reveal { opacity: 1; transform: none; }
}
