/* EZ AESTHETICS & WELLNESS v4 — Baroque Edition */
@font-face {
  font-family: 'IvyOra Text';
  src: url('../assets/fonts/IvyOraText-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IvyOra Text';
  src: url('../assets/fonts/IvyOraText-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'IvyOra Text';
  src: url('../assets/fonts/IvyOraText-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IvyOra Text';
  src: url('../assets/fonts/IvyOraText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IvyOra Text';
  src: url('../assets/fonts/IvyOraText-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'IvyOra Text';
  src: url('../assets/fonts/IvyOraText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IvyOra Text';
  src: url('../assets/fonts/IvyOraText-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'IvyOra Text';
  src: url('../assets/fonts/IvyOraText-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bordeaux: #600222;
  --bordeaux-dark: #4a0118;
  --bordeaux-light: #7a0d30;
  --gold: #AC9164;
  --gold-light: #c8ae84;
  --cream: #E2CFBF;
  --offwhite: #F5F7ED;
  --rosa: #AC9B9F;
  --verde: #6B8A70;
  --verde-dark: #4d6249;
  --marrom: #8c7055;
  --text-dark: #2a1010;
  --text-mid: #5a3a3a;
  --font-serif: 'IvyOra Text', 'Cormorant Garamond', 'Georgia', serif;
  --font-sans: 'Libre Franklin', 'Helvetica Neue', sans-serif;
  --container: 1240px;
}
html { font-size: 16px; }
body { font-family: var(--font-sans); background-color: var(--bordeaux); color: var(--cream); line-height: 1.7; overflow-x: clip; }
img { display: block; max-width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); }
/* OIL PAINTING FILTER */
.oil-filter { filter: sepia(0.18) saturate(0.78) contrast(1.1) brightness(0.88) hue-rotate(-4deg); transition: filter 0.5s ease; }
.painting-vignette { position: relative; }
.painting-vignette::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(50, 3, 18, 0.38) 100%); pointer-events: none; z-index: 4; }
/* ORNAMENTAL CORNERS */
.oc { position: absolute; width: 80px; height: 80px; z-index: 5; pointer-events: none; }
.oc.sm { width: 60px; height: 60px; }
.oc-tl { top: -1px; left: -1px; }
.oc-tr { top: -1px; right: -1px; }
.oc-bl { bottom: -1px; left: -1px; }
.oc-br { bottom: -1px; right: -1px; }
/* TYPOGRAPHY */
.section-eyebrow { font-family: var(--font-sans); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.section-eyebrow.light { color: var(--gold-light); }
.section-title { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; color: var(--text-dark); line-height: 1.2; letter-spacing: 0.02em; }
.section-title.light { color: var(--offwhite); }
.title-ornament { margin: 1rem 0 1.5rem; }
.title-ornament svg { width: 80px; height: 12px; }
.body-text { font-family: var(--font-sans); font-size: clamp(0.875rem, 1.5vw, 1rem); font-weight: 300; color: var(--text-mid); line-height: 1.8; margin-bottom: 1.25rem; }
.body-text.light { color: rgba(242, 240, 235, 0.85); }
/* BUTTONS */
.btn-cta { display: inline-block; background: var(--bordeaux); color: var(--cream); font-family: var(--font-sans); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; padding: 0.75rem 1.8rem; border: 1px solid var(--bordeaux); transition: background 0.3s, color 0.3s, border-color 0.3s; cursor: pointer; }
.btn-cta:hover { background: transparent; color: var(--bordeaux); border-color: var(--bordeaux); }
.btn-outline { display: inline-block; background: transparent; color: var(--bordeaux); font-family: var(--font-sans); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; padding: 1rem 2.5rem; border: 1px solid var(--bordeaux); transition: background 0.3s, color 0.3s; cursor: pointer; }
.btn-outline:hover { background: var(--bordeaux); color: var(--cream); }
/* NAVIGATION */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(74, 1, 24, 0.97); border-bottom: 1px solid rgba(172, 145, 100, 0.2); }
.nav-inner { max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 3rem); height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.nav-logo { display: flex; align-items: center; gap: 0.75rem; color: var(--cream); transition: color 0.3s; }
.nav-logo:hover { color: var(--gold); }
.nav-logo-emblem { width: 52px; height: 32px; flex-shrink: 0; }
.nav-logo-text { font-family: var(--font-sans); font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.nav-logo-img { height: 68px; width: auto; opacity: 0.95; transition: opacity 0.3s; }
.nav-logo:hover .nav-logo-img { opacity: 1; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-family: var(--font-sans); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(242, 240, 235, 0.8); transition: color 0.3s; position: relative; }
.nav-links a::after { content: ""; position: absolute; bottom: -3px; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta-link { border: 1px solid var(--gold); padding: 0.5rem 1.25rem; color: var(--gold); }
.nav-cta-link::after { display: none !important; }
.nav-cta-link:hover,
.nav-links a.nav-cta-link:hover { background: var(--gold); color: var(--bordeaux-dark) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 10px 6px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--cream); transition: transform 0.3s ease, opacity 0.3s ease; border-radius: 1px; }
/* LANG SWITCHER */
.lang-switcher { display: flex; align-items: center; gap: 2px; margin-right: 4px; }
.lang-btn { background: none; border: none; color: rgba(242,240,235,0.55); font-family: var(--font-sans); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; padding: 4px 5px; transition: color 0.2s; line-height: 1; }
.lang-btn:hover, .lang-btn.active { color: var(--gold); }
.lang-sep { color: rgba(172,145,100,0.3); font-size: 0.5rem; pointer-events: none; }
/* HERO */
.section-hero { min-height: 100vh; display: flex; align-items: center; padding: clamp(5rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 6rem); background: var(--bordeaux-dark); position: relative; overflow: hidden; }
.hero-painting-bg { position: absolute; inset: 0; z-index: 0; }
.hero-painting-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: sepia(0.5) saturate(0.4) brightness(0.22) contrast(1.4); transform: translateZ(0); }
.hero-painting-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, var(--bordeaux-dark) 0%, rgba(74,1,24,0.92) 30%, rgba(74,1,24,0.7) 60%, rgba(74,1,24,0.55) 100%); }
.hero-container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); width: 100%; position: relative; z-index: 2; }
.hero-card { background: var(--offwhite); display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; position: relative; border: 1px solid rgba(172, 145, 100, 0.35); box-shadow: 0 28px 90px rgba(0,0,0,0.55), 0 8px 28px rgba(0,0,0,0.3); will-change: transform; transform-style: preserve-3d; transition: transform 0.1s ease; }
.hero-card::before { content: ""; position: absolute; inset: 12px; border: 0.7px solid rgba(172, 145, 100, 0.4); pointer-events: none; z-index: 1; }
.hero-text { padding: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.hero-eyebrow { font-family: var(--font-sans); font-size: 0.65rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.hero-divider-top { width: 48px; height: 1px; background: var(--gold); margin-bottom: 1.75rem; opacity: 0.6; }
.hero-headline { font-family: var(--font-serif); font-size: clamp(2.9rem, 5.5vw, 5rem); font-weight: 300; font-style: italic; color: var(--bordeaux); line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 1.75rem; }
.hero-ornament { margin: 0 0 1.75rem; }
.hero-ornament svg { width: 160px; height: 20px; }
.hero-body { font-family: var(--font-sans); font-size: clamp(0.875rem, 1.4vw, 0.95rem); font-weight: 300; color: var(--text-mid); line-height: 1.85; margin-bottom: 2rem; max-width: 380px; }
.hero-sub { font-family: var(--font-sans); font-size: 0.68rem; letter-spacing: 0.14em; color: var(--rosa); margin-top: 1.25rem; text-transform: uppercase; }
.hero-photo { position: relative; overflow: hidden; }
.hero-photo-inner { position: absolute; inset: 0; }
.hero-photo-inner img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
/* QUOTE */
.section-quote { padding: clamp(2rem, 4vw, 3.5rem) 0; background: var(--bordeaux-dark); position: relative; overflow: hidden; }
.quote-painting-bg { position: absolute; inset: 0; z-index: 0; }
.quote-painting-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: sepia(0.6) saturate(0.3) brightness(0.18) contrast(1.5); }
.quote-painting-bg::after { content: ""; position: absolute; inset: 0; background: rgba(74, 1, 24, 0.72); }
.section-quote .container { position: relative; z-index: 1; }
.quote-card { background: var(--cream); padding: clamp(2.5rem, 5vw, 4rem) clamp(3rem, 6vw, 6rem); position: relative; border: 1px solid rgba(172, 145, 100, 0.3); text-align: center; max-width: 800px; margin: 0 auto; }
.quote-card::before { content: ""; position: absolute; inset: 12px; border: 0.6px solid rgba(172, 145, 100, 0.35); pointer-events: none; z-index: 1; }
.quote-text { font-family: var(--font-serif); font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 300; font-style: italic; color: var(--bordeaux); line-height: 1.5; margin-bottom: 1rem; position: relative; z-index: 2; }
.quote-author { font-family: var(--font-sans); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); position: relative; z-index: 2; }
/* ABOUT */
.about-photo-frame::before { content: ""; position: absolute; inset: 12px; border: 0.7px solid rgba(172, 145, 100, 0.3); pointer-events: none; z-index: 3; }
.about-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-credentials { margin: 1.75rem 0 2rem; display: flex; flex-direction: column; gap: 0.6rem; }
.credential { display: flex; align-items: center; gap: 0.75rem; font-family: var(--font-sans); font-size: 0.82rem; color: var(--text-mid); }
.credential-icon { color: var(--gold); font-size: 0.5rem; flex-shrink: 0; }
/* TREATMENTS */
.section-treatments { padding: clamp(1.5rem, 3vw, 2.5rem) 0; position: relative; overflow: hidden; }
.section-treatments::before { content: ''; position: absolute; inset: 0; z-index: 0; background-image: url('../assets/images/padroes-id-visual.jpg'); background-size: 1100px auto; background-repeat: repeat; background-position: center; }
.section-treatments::after  { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(74,1,24,0.68); }
.section-treatments .container { position: relative; z-index: 2; }
.section-header { text-align: center; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-header .section-title { color: var(--offwhite); }
.section-header .section-eyebrow { color: var(--gold); }
.section-treatments .section-header > p:not(.section-eyebrow) {
  display: inline-block;
  background: rgba(40, 0, 14, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1rem 1.8rem;
  border: 1px solid rgba(172, 145, 100, 0.12);
}
.section-header .title-ornament { display: flex; justify-content: center; }
.section-header .title-ornament svg { width: 120px; }
.treatments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.treatment-card { background: var(--offwhite); padding: 2.5rem 2rem; position: relative; border: 1px solid rgba(172, 145, 100, 0.18); transition: transform 0.3s, box-shadow 0.3s; }
.treatment-card::before { content: ""; position: absolute; inset: 9px; border: 0.5px solid rgba(172, 145, 100, 0.22); pointer-events: none; z-index: 1; transition: border-color 0.3s; }
.treatment-card:hover { transform: translateY(-5px); box-shadow: 0 16px 50px rgba(96, 2, 34, 0.3); }
.treatment-card:hover::before { border-color: rgba(172, 145, 100, 0.55); }
.treatment-icon { font-size: 0.75rem; color: var(--gold); margin-bottom: 1.25rem; position: relative; z-index: 2; letter-spacing: 0.3em; }
.treatment-name { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 400; color: var(--bordeaux); margin-bottom: 0.75rem; position: relative; z-index: 2; }
.treatment-desc { font-family: var(--font-sans); font-size: 0.82rem; font-weight: 300; color: var(--text-mid); line-height: 1.75; position: relative; z-index: 2; }
/* METHOD */
.section-method { padding: clamp(1.5rem, 3vw, 2.5rem) 0; background: var(--bordeaux-dark); position: relative; overflow: hidden; }
.method-painting-bg { position: absolute; inset: 0; z-index: 0; }
.method-painting-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: sepia(0.5) saturate(0.3) brightness(0.15) contrast(1.4); transform: translateZ(0); }
.method-painting-bg::after { content: ""; position: absolute; inset: 0; background: rgba(74, 1, 24, 0.78); }
.method-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; position: relative; z-index: 1; }
.method-pillars { margin: 2rem 0 2.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.pillar { display: flex; align-items: flex-start; gap: 1.25rem; }
.pillar-num { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 300; color: var(--gold); line-height: 1; min-width: 26px; }
.pillar strong { display: block; font-family: var(--font-sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream); margin-bottom: 0.2rem; }
.pillar p { font-family: var(--font-sans); font-size: 0.8rem; font-weight: 300; color: rgba(226, 207, 191, 0.7); }
.method-photo-inner { position: relative; aspect-ratio: 3/4; border: 1px solid rgba(172, 145, 100, 0.25); overflow: hidden; }
.method-photo-inner::before { content: ""; position: absolute; inset: 12px; border: 0.7px solid rgba(172, 145, 100, 0.3); pointer-events: none; z-index: 3; }
.method-photo-inner img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
/* RENAISSANCE PORTRAIT styles */
.hero-renaissance-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.renaissance-portrait {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

/* GALLERY */
.section-gallery { padding: clamp(1.5rem, 3vw, 2.5rem) 0; background: var(--cream); }
.section-gallery .section-title { color: var(--bordeaux); }
.section-gallery .section-eyebrow { color: var(--bordeaux-light); }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 1.25rem; }
.gallery-grid-lg {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
}
.gallery-item-large { grid-row: span 2; }
.gallery-photo-frame { position: relative; overflow: hidden; height: 100%; min-height: 280px; border: 1px solid rgba(172, 145, 100, 0.25); }
.gallery-item-large .gallery-photo-frame { min-height: 600px; height: 100%; }
.gallery-photo-frame img { width: 100%; height: 100%; object-fit: cover; transition: filter 0.5s ease, transform 0.6s ease; }
.gallery-photo-frame:hover img { transform: scale(1.04); filter: sepia(0) saturate(1) contrast(1) brightness(1); }
/* CONTACT */
/* NEWSLETTER */
.section-newsletter { padding: 5rem 0; background: var(--offwhite); border-top: 1px solid rgba(172,145,100,0.2); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: center; }
.newsletter-title { font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--bordeaux); font-weight: 400; font-style: italic; margin: 0.5rem 0 1rem; }
.newsletter-desc { font-family: var(--font-sans); font-size: 0.875rem; line-height: 1.8; color: #4a3640; }
.newsletter-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 1rem; }
.newsletter-fields input { width: 100%; padding: 0.85rem 1rem; border: 1px solid rgba(96,2,34,0.2); background: #fff; font-family: var(--font-sans); font-size: 0.85rem; color: #2a1010; outline: none; transition: border-color 0.2s; }
.newsletter-fields input:focus { border-color: var(--bordeaux); }
.newsletter-fields input:nth-child(3) { grid-column: 1 / -1; }
.newsletter-btn { width: 100%; justify-content: center; }
@media (max-width: 768px) {
  .newsletter-inner { grid-template-columns: 1fr; gap: 2rem; }
  .newsletter-fields { grid-template-columns: 1fr; }
  .newsletter-fields input:nth-child(3) { grid-column: 1; }
}

.section-contact { padding: clamp(3rem, 5vw, 5rem) 0; position: relative; overflow: hidden; background: var(--bordeaux-dark); }
.contact-painting-bg { position: absolute; inset: 0; z-index: 0; }
.contact-painting-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: sepia(0.5) saturate(0.35) brightness(0.18) contrast(1.4); transform: translateZ(0); }
.contact-painting-bg::after { content: ""; position: absolute; inset: 0; background: rgba(74, 1, 24, 0.8); }
.section-contact .container { position: relative; z-index: 1; }
.contact-card { background: var(--offwhite); padding: clamp(3rem, 6vw, 5rem) clamp(3rem, 8vw, 8rem); position: relative; border: 1px solid rgba(172, 145, 100, 0.3); text-align: center; max-width: 760px; margin: 0 auto; }
.contact-card::before { content: ""; position: absolute; inset: 14px; border: 0.7px solid rgba(172, 145, 100, 0.35); pointer-events: none; z-index: 1; }
.contact-headline { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 300; font-style: italic; color: var(--bordeaux); margin-bottom: 1rem; position: relative; z-index: 2; }
.contact-sub { font-family: var(--font-sans); font-size: 0.875rem; font-weight: 300; color: var(--text-mid); line-height: 1.8; max-width: 480px; margin: 1.5rem auto 2.5rem; position: relative; z-index: 2; }
.contact-actions { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; position: relative; z-index: 2; margin-bottom: 1.5rem; }
.contact-langs { font-family: var(--font-sans); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rosa); position: relative; z-index: 2; }
/* FOOTER */
.footer { background: var(--bordeaux-dark); border-top: 1px solid rgba(172, 145, 100, 0.15); padding: 3rem 0 2rem; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-emblem { width: 52px; height: 32px; }
.footer-logo-img { height: 58px; width: auto; opacity: 0.92; }
.footer-brand-name { font-family: var(--font-serif); font-size: 1rem; color: var(--cream); }
.footer-tagline { font-family: var(--font-sans); font-size: 0.65rem; letter-spacing: 0.15em; color: var(--gold); text-transform: uppercase; margin-top: 0.2rem; }
.footer-info { text-align: center; font-family: var(--font-sans); font-size: 0.75rem; color: rgba(226, 207, 191, 0.6); line-height: 1.8; }
.footer-copy { text-align: right; font-family: var(--font-sans); font-size: 0.65rem; color: rgba(226, 207, 191, 0.45); line-height: 1.8; }
/* ═══════════════════════════════════════
   VIDEO TRANSITION STRIPS
═══════════════════════════════════════ */
.vt-strip {
  position: relative;
  height: 45vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #1a0510;
}
.vt-strip.vt-right { justify-content: flex-end; }
.vt-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vt-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(74, 1, 24, 0.78) 0%,
    rgba(74, 1, 24, 0.38) 45%,
    rgba(10, 0, 5, 0.55) 100%
  );
  z-index: 1;
}
.vt-right .vt-overlay {
  background: linear-gradient(
    to left,
    rgba(74, 1, 24, 0.78) 0%,
    rgba(74, 1, 24, 0.38) 45%,
    rgba(10, 0, 5, 0.55) 100%
  );
}
.vt-quote {
  position: relative;
  z-index: 2;
  padding: 0 clamp(2.5rem, 7vw, 7rem);
  max-width: 600px;
}
.vt-quote-right { text-align: right; }
.vt-quote p {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 300;
  color: var(--offwhite);
  line-height: 1.4;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1.1s ease 0.25s, transform 1.1s ease 0.25s;
}
.vt-quote p.vt-visible { opacity: 1; transform: none; }
.vt-quote p { text-shadow: 0 2px 12px rgba(0,0,0,0.85), 0 1px 4px rgba(0,0,0,0.6); }

/* ═══════════════════════════════════════
   GALLERY SLIDER
═══════════════════════════════════════ */
.section-gallery-slider {
  background: var(--dark);
  padding: 0;
  overflow: hidden;
}
.gs-viewport {
  position: relative;
  width: 100%;
  height: clamp(480px, 70vw, 840px);
  overflow: hidden;
  cursor: grab;
}
.gs-viewport:active { cursor: grabbing; }
.gs-track {
  display: flex;
  height: 100%;
  transition: transform 0.85s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}
.gs-slide {
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gs-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 7s ease;
}
.gs-slide-active img { transform: scale(1.05); }

/* Overlay escuro sobre a imagem */
.gs-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(8,4,8,0.72) 0%, rgba(8,4,8,0.40) 55%, rgba(8,4,8,0.15) 100%);
  pointer-events: none;
}
.gs-slide-overlay-dark {
  background: rgba(8,4,8,0.60);
}

/* Conteúdo de texto sobre o slide */
.gs-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 580px;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 6vw, 5rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none;
}
.gs-slide-content a { pointer-events: auto; }

/* Slide final centrado */
.gs-slide-content-center {
  max-width: 100%;
  align-items: center;
  text-align: center;
  bottom: 50%;
  transform: translateY(50%);
}

.gs-eyebrow {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #AC9164;
  margin: 0;
}
.gs-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 400;
  font-style: italic;
  color: #E2CFBF;
  line-height: 1.15;
  margin: 0;
}
.gs-title-final {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 400;
  font-style: italic;
  color: #E2CFBF;
  line-height: 1.15;
  margin: 0;
}
.gs-ornament { margin: 0.2rem 0; }
.gs-ornament svg { width: 120px; height: 12px; }
.gs-desc {
  font-family: 'Libre Franklin', sans-serif;
  font-size: clamp(0.82rem, 1.4vw, 0.95rem);
  line-height: 1.75;
  color: rgba(226, 207, 191, 0.82);
  max-width: 440px;
  margin: 0;
}
.gs-slide-content-center .gs-desc { max-width: 520px; }
.gs-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #AC9164;
  text-decoration: none;
  border-bottom: 1px solid rgba(172,145,100,0.45);
  padding-bottom: 2px;
  margin-top: 0.4rem;
  transition: color 0.2s, border-color 0.2s;
  width: fit-content;
}
.gs-cta:hover { color: #E2CFBF; border-color: rgba(226,207,191,0.6); }
.gs-cta-arrow { transition: transform 0.2s; }
.gs-cta:hover .gs-cta-arrow { transform: translateX(4px); }

/* Seta scroll para próxima seção */
.gs-scroll-hint {
  position: absolute;
  bottom: 24px;
  right: clamp(20px, 4vw, 48px);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(172,145,100,0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8,4,8,0.45);
  backdrop-filter: blur(6px);
  z-index: 10;
  transition: background 0.2s, border-color 0.2s;
  animation: gs-hint-bob 2.2s ease-in-out infinite;
}
.gs-scroll-hint:hover { background: rgba(96,34,44,0.7); border-color: #AC9164; }
@keyframes gs-hint-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}
.gs-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 1px solid rgba(172, 145, 100, 0.55);
  background: rgba(8, 4, 8, 0.55);
  color: #AC9164;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, border-color 0.2s;
  backdrop-filter: blur(6px);
}
.gs-btn:hover { background: rgba(96, 34, 44, 0.85); border-color: #AC9164; color: #E2CFBF; }
.gs-btn svg { width: 22px; height: 22px; }
.gs-prev { left: clamp(12px, 3vw, 32px); }
.gs-next { right: clamp(12px, 3vw, 32px); }
.gs-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.gs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(226, 207, 191, 0.35);
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  padding: 0;
}
.gs-dot.active {
  background: #AC9164;
  transform: scale(1.35);
}
@media (max-width: 768px) {
  .gs-slide-content { padding: 2rem 1.5rem; max-width: 100%; }
  .gs-slide-content-center { padding: 2rem 1.5rem; }
  .gs-slide-overlay { background: linear-gradient(to top, rgba(8,4,8,0.80) 0%, rgba(8,4,8,0.35) 60%, rgba(8,4,8,0.10) 100%); }
  .gs-slide-content { bottom: 0; top: auto; transform: none; }
  .gs-slide-content-center { bottom: 0; top: auto; transform: none; align-items: flex-start; text-align: left; }
}
@media (max-width: 600px) {
  .gs-viewport { height: 75vw; min-height: 340px; }
  .gs-btn { width: 40px; height: 40px; }
  .gs-scroll-hint { display: none; }
}

/* ═══════════════════════════════════════
   VIDEO REEL — SEÇÃO PRINCIPAL
═══════════════════════════════════════ */
.section-video-reel {
  position: relative;
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vr-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vr-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    155deg,
    rgba(74, 1, 24, 0.72) 0%,
    rgba(74, 1, 24, 0.42) 50%,
    rgba(10, 0, 5, 0.68) 100%
  );
  z-index: 1;
}
.vr-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  max-width: 860px;
}
.vr-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1s ease, transform 1s ease;
}
.vr-headline {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 6.5vw, 5.5rem);
  font-weight: 300;
  color: var(--offwhite);
  line-height: 1.15;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.08em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.8), 0 1px 4px rgba(0,0,0,0.5);
}
.vr-headline-line {
  display: block;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.1s ease, transform 1.1s ease;
}
.vr-ornament {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.vr-ornament svg { width: 160px; height: 20px; }
.vr-cta {
  background: transparent !important;
  color: var(--offwhite) !important;
  border-color: rgba(242, 240, 235, 0.55) !important;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.9s ease, transform 0.9s ease, background 0.3s, color 0.3s !important;
}
.vr-cta:hover {
  background: var(--offwhite) !important;
  color: var(--bordeaux) !important;
  border-color: var(--offwhite) !important;
}
/* Reveal states */
.vr-eyebrow.vr-in,
.vr-headline-line.vr-in,
.vr-ornament.vr-in,
.vr-cta.vr-in {
  opacity: 1;
  transform: none;
}

/* REVEAL ANIMATIONS */
.reveal-up, .reveal-left, .reveal-right { opacity: 0; transition: opacity 0.9s ease; }
.reveal-up.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; }
/* MOBILE MENU */
.nav-mobile-open .nav-links { display: flex; flex-direction: column; position: fixed; inset: 0; background: var(--bordeaux-dark); align-items: center; justify-content: center; gap: 2.5rem; z-index: 200; }
.nav-mobile-open .nav-links a { font-size: 1.5rem; font-family: var(--font-serif); font-style: italic; }
/* Hamburguer fica acima do overlay */
.nav-mobile-open .nav-hamburger { position: relative; z-index: 201; }
.nav-mobile-open .nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-mobile-open .nav-hamburger span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-mobile-open .nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* Logo também visível acima do overlay */
.nav-mobile-open .nav-logo { position: relative; z-index: 201; }
@media (max-width: 1024px) { .treatments-grid { grid-template-columns: repeat(2, 1fr); } }
/* VT full-section height */
.vt-strip.vt-full { height: 88vh; }

@media (max-width: 768px) {
  .vt-strip { height: 35vh; }
  .vt-strip.vt-full { height: 70vh; }
  .section-video-reel { height: 80vh; }
  .vt-quote { max-width: 88vw; padding: 0 1.5rem; }
  .vr-content { max-width: 95vw; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .lang-switcher { margin-right: 0; }
  .hero-card { grid-template-columns: 1fr; }
  .hero-photo { order: -1; position: relative; height: 340px; }
  .hero-photo-inner { position: absolute; inset: 0; }
  .about-grid, .method-layout { grid-template-columns: 1fr; }
  .treatments-grid { grid-template-columns: 1fr; }
  .gallery-grid, .gallery-grid-lg { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .gallery-item-large { grid-row: span 2; }
  .gallery-item-large .gallery-photo-frame { min-height: 0; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; gap: 1.5rem; }
  .footer-brand { justify-content: center; }
  .footer-copy { text-align: center; }
  .contact-card { padding: 2.5rem 2rem; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 2rem; }
  .contact-actions { flex-direction: column; align-items: stretch; text-align: center; }
  .oc { width: 52px; height: 52px; }
  .oc.sm { width: 38px; height: 38px; }
  .gallery-grid, .gallery-grid-lg { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-item-large { grid-row: span 1; }
}
/* ═══════════════════════════════════════
   SPLASH SCREEN
═══════════════════════════════════════ */
.splash-open { overflow: hidden; }
.site-splash {
  position: fixed; inset: 0; z-index: 9999; cursor: pointer;
  background: #0a0005;
}
.splash-bg { position: absolute; inset: 0; }
.splash-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.splash-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(74,1,24,0.15) 0%, rgba(10,0,5,0.45) 100%);
}
.splash-hint {
  position: absolute; bottom: clamp(2.5rem, 7vh, 5rem);
  left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.splash-label {
  font-family: var(--font-sans); font-size: 0.62rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: rgba(242,240,235,0.75);
}
.splash-line {
  width: 1px; height: 52px; display: block;
  background: linear-gradient(to bottom, rgba(172,145,100,0.9), transparent);
  animation: splashScroll 2s ease-in-out infinite;
}
@keyframes splashScroll {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
  50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  51%  { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0.3; }
}
.site-splash.splash-out {
  animation: splashFade 1s ease forwards;
  pointer-events: none;
}
@keyframes splashFade {
  to { opacity: 0; transform: scale(1.04); }
}

/* ═══════════════════════════════════════
   ABOUT — FULL IMAGE
═══════════════════════════════════════ */
.section-about-img { display: block; line-height: 0; }
.about-full-img { width: 100%; height: auto; display: block; }

/* ═══════════════════════════════════════
   GIFT CARD SECTION
═══════════════════════════════════════ */
.section-gift-card {
  position: relative;
  min-height: 60vh; display: flex; align-items: center;
  padding: clamp(5rem, 10vw, 8rem) 0;
}
.gift-card-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.gift-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(74,1,24,0.72) 0%, rgba(74,1,24,0.35) 60%, transparent 100%);
  display: flex; align-items: center;
}
.gift-card-content {
  position: relative; z-index: 2;
  padding: clamp(3rem, 8vw, 7rem);
  max-width: 560px;
}
.gift-card-title {
  font-family: var(--font-serif); font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 300; color: var(--offwhite); line-height: 1.1; margin-bottom: 1.5rem;
}
.gift-card-desc {
  font-family: var(--font-sans); font-size: 0.9rem; font-weight: 300;
  color: rgba(242,240,235,0.85); line-height: 1.75; margin-bottom: 2rem;
}
.gift-card-content .hero-ornament { margin-bottom: 1.5rem; }
.gift-card-content .btn-cta { background: transparent; color: var(--offwhite); border-color: rgba(242,240,235,0.5); }
.gift-card-content .btn-cta:hover { background: var(--offwhite); color: var(--bordeaux); border-color: var(--offwhite); }

/* ═══════════════════════════════════════
   EZ METHOD INTRO
═══════════════════════════════════════ */
.section-method-intro { line-height: 0; }
.method-intro-img { width: 100%; height: auto; display: block; }

/* ═══════════════════════════════════════
   TREATMENT HINT
═══════════════════════════════════════ */
.treatment-hint { display: none; }
.treatment-card[data-photo] { cursor: pointer; }
/* Treatment card — always-visible procedure image (full-bleed) */
.treatment-card { padding: 0; }
.treatment-card-img-wrap { overflow: hidden; width: 100%; line-height: 0; display: block; }
.treatment-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.treatment-card:hover .treatment-card-img { transform: scale(1.06); }
.treatment-card-body {
  padding: 1.4rem 1.6rem 1.6rem;
  position: relative;
  z-index: 2;
}
/* Ghost button — for dark section backgrounds */
.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.85rem 2.4rem;
  border: 1px solid rgba(172, 145, 100, 0.55);
  transition: background 0.3s, border-color 0.3s;
  cursor: pointer;
}
.btn-ghost:hover { background: rgba(172, 145, 100, 0.12); border-color: var(--gold); }
/* Google Maps section */
.section-maps { background: var(--bordeaux-dark); }
.maps-inner { display: grid; grid-template-columns: 1fr 1.6fr; min-height: 380px; }
.maps-info {
  padding: clamp(2.5rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bordeaux-dark);
}
.maps-info .section-eyebrow { color: var(--gold); }
.maps-title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  color: var(--cream);
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
  margin: 0.6rem 0 1.2rem;
}
.maps-address {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  line-height: 1.85;
  color: rgba(226, 207, 191, 0.82);
  margin-bottom: 0.8rem;
}
.maps-hours {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  line-height: 1.85;
  color: rgba(226, 207, 191, 0.58);
  margin-bottom: 2rem;
}
.maps-iframe-wrap { position: relative; min-height: 360px; background: var(--bordeaux-dark); }
.maps-iframe-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; filter: grayscale(0.3) contrast(1.05); }
@media (max-width: 768px) { .maps-inner { grid-template-columns: 1fr; } .maps-iframe-wrap { min-height: 280px; } }

/* ═══════════════════════════════════════
   ABOUT — SPLIT GALLERY
═══════════════════════════════════════ */
.section-about {
  padding: 0;
  background: var(--bordeaux-dark);
}
.about-split {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 680px;
  max-height: 820px;
}
.about-text-panel {
  background: var(--bordeaux-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 7rem) clamp(2.5rem, 5vw, 5rem);
}
.about-text-panel .section-eyebrow { color: var(--gold); margin-bottom: 0.85rem; }
.about-text-panel .body-text { color: rgba(226,207,191,0.80); font-size: 0.875rem; line-height: 1.85; margin-bottom: 0.85rem; max-width: 440px; }
/* Hover do btn-cta em fundo escuro (about, slider final) */
.about-text-panel .btn-cta:hover,
.section-gallery-slider .btn-cta:hover {
  background: transparent;
  color: var(--cream);
  border-color: var(--cream);
}
.about-video-panel {
  position: relative;
  overflow: hidden;
  background: #0a0005;
}
.about-vt-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-vt-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(96,34,44,0.18) 0%, transparent 60%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .about-split {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-height: none;
  }
  .about-text-panel {
    padding: 3rem 1.5rem 2.5rem;
    order: 2;
  }
  .about-video-panel {
    height: 55vw;
    min-height: 260px;
    order: 1;
  }
}

/* ═══════════════════════════════════════
   TREATMENT MODAL
═══════════════════════════════════════ */
.treatment-modal {
  position: fixed; inset: 0; z-index: 300;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s ease;
}
.treatment-modal.tm-open { opacity: 1; pointer-events: all; }
.tm-backdrop {
  position: absolute; inset: 0;
  background: rgba(10, 0, 5, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.tm-content {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr 1fr;
  width: min(960px, 93vw); max-height: 88vh;
  background: var(--offwhite);
  border: 1px solid rgba(172, 145, 100, 0.25);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55);
}
.tm-content::before { display: none; }
.tm-close {
  position: absolute; top: 0.85rem; right: 0.9rem;
  background: rgba(10, 0, 5, 0.45); border: none;
  font-size: 1.4rem; color: var(--cream); cursor: pointer; z-index: 20;
  line-height: 1; padding: 0.25rem 0.5rem; transition: background 0.2s; border-radius: 2px;
}
.tm-close:hover { background: var(--bordeaux); }
/* Slider */
.tm-slider-wrap { position: relative; overflow: hidden; min-height: 420px; }
.tm-slider {
  position: absolute; inset: 0;
  display: flex;
  transition: transform 0.72s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tm-slide { flex: 0 0 100%; object-fit: cover; pointer-events: none; user-select: none; filter: sepia(0.05) contrast(1.03); }
.tm-nav-btn {
  position: absolute; bottom: 0.85rem;
  background: rgba(10, 0, 5, 0.52); border: 1px solid rgba(172, 145, 100, 0.5);
  color: var(--gold); width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 5; font-size: 1rem; transition: background 0.22s;
  border-radius: 2px; line-height: 1;
}
.tm-nav-btn:hover { background: var(--bordeaux); border-color: var(--bordeaux); }
.tm-prev { right: 3.9rem; }
.tm-next { right: 0.75rem; }
.tm-dots { position: absolute; bottom: 1.05rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.45rem; z-index: 5; }
.tm-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, 0.32); border: none; cursor: pointer; padding: 0; transition: background 0.3s, transform 0.3s; }
.tm-dot.active { background: var(--gold); transform: scale(1.6); }
/* Info panel */
.tm-info { padding: 2rem 1.85rem 1.85rem; display: flex; flex-direction: column; overflow-y: auto; }
.tm-eyebrow { font-family: var(--font-sans); font-size: 0.61rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; display: block; }
.tm-title { font-family: var(--font-serif); font-size: clamp(1.3rem, 2.2vw, 1.75rem); font-weight: 400; font-style: italic; color: var(--bordeaux); margin: 0 0 0.6rem; line-height: 1.15; }
.tm-desc { font-family: var(--font-sans); font-size: 0.81rem; font-weight: 500; line-height: 1.8; color: #4a3640; margin: 0 0 0.75rem; }
.tm-long { font-family: var(--font-sans); font-size: 0.77rem; font-weight: 300; line-height: 1.9; color: #5a4050; margin: 0 0 0.85rem; }
.tm-tags {
  font-family: var(--font-sans); font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.06em; color: var(--gold);
  padding: 0.55rem 0; margin: 0 0 1.4rem;
  border-top: 0.5px solid rgba(172, 145, 100, 0.3);
  border-bottom: 0.5px solid rgba(172, 145, 100, 0.3);
}
.tm-cta-group { display: flex; flex-direction: column; gap: 0.6rem; margin-top: auto; }
.tm-cta-wa {
  display: block; text-align: center;
  background: var(--bordeaux); color: var(--cream);
  font-family: var(--font-sans); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.75rem 1.2rem; border: 1px solid var(--bordeaux);
  text-decoration: none; transition: background 0.22s, color 0.22s;
}
.tm-cta-wa:hover { background: var(--bordeaux-dark); border-color: var(--bordeaux-dark); }
.tm-cta-proc {
  display: block; text-align: center;
  background: transparent; color: var(--bordeaux);
  font-family: var(--font-sans); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.75rem 1.2rem; border: 1px solid var(--bordeaux);
  text-decoration: none; transition: background 0.22s, color 0.22s;
}
.tm-cta-proc:hover { background: var(--bordeaux); color: var(--cream); }
@media (max-width: 680px) {
  .tm-content { grid-template-columns: 1fr; max-height: 90vh; overflow-y: auto; }
  .tm-slider-wrap { min-height: 58vw; }
  .tm-info { padding: 1.4rem 1.3rem 1.7rem; }
}


/* Nav inner pages — garantia de fundo bordeaux mesmo com cache */
.nav.nav-page { background: rgba(74, 1, 24, 0.97) !important; }

/* WA FLOAT */
.wa-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 9999; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,0.45); transition: transform 0.25s, box-shadow 0.25s; }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.6); }

/* ═══════════════════════════════════════
   BEFORE / AFTER SLIDER
═══════════════════════════════════════ */
.section-ba {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #0e0004;
}
.ba-header { text-align: center; margin-bottom: 3rem; }
.ba-header .eyebrow { color: var(--gold); }
.ba-header h2 { font-family: var(--font-serif); font-style: italic; color: var(--cream); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 300; margin: 0.4rem 0 0.75rem; }
.ba-header .ba-lede { font-family: var(--font-sans); font-size: 0.84rem; font-weight: 300; color: rgba(226,207,191,0.65); max-width: 520px; margin: 0 auto; line-height: 1.8; }

/* Featured (home) — slider + text side by side */
.ba-featured { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; max-width: 880px; margin: 0 auto; }
.ba-featured-info { display: flex; flex-direction: column; gap: 1rem; }
.ba-procedure-tag { font-family: var(--font-sans); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); }
.ba-featured-title { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.25rem, 2.2vw, 1.7rem); color: var(--cream); font-weight: 300; line-height: 1.2; margin: 0; }
.ba-featured-desc { font-family: var(--font-sans); font-size: 0.8rem; font-weight: 300; line-height: 1.85; color: rgba(226,207,191,0.7); margin: 0; }

/* Grid (procedures page) */
.ba-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .ba-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .ba-grid { grid-template-columns: 1fr; } }
.ba-card { display: flex; flex-direction: column; gap: 0; }
.ba-card-label { font-family: var(--font-sans); font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-top: 0.65rem; text-align: center; }

/* The slider itself */
.ba-slider {
  position: relative;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 2px;
  background: #111;
  /* aspect ratio via wrapper */
}
.ba-slider img { display: block; pointer-events: none; }
.ba-after { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: inset(0 50% 0 0);
  pointer-events: none;
}
.ba-handle {
  position: absolute;
  top: 0; left: 50%;
  height: 100%; width: 2px;
  background: rgba(255,255,255,0.85);
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
.ba-handle-grip {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bordeaux);
  display: flex; align-items: center; justify-content: center;
  color: var(--bordeaux); font-size: 0.85rem; font-weight: 700;
  box-shadow: 0 2px 12px rgba(0,0,0,0.35);
  white-space: nowrap;
  line-height: 1;
}
.ba-label {
  position: absolute;
  top: 0.7rem;
  font-family: var(--font-sans); font-size: 0.58rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.25rem 0.55rem;
  background: rgba(10,0,5,0.55);
  color: var(--cream);
  pointer-events: none; z-index: 9;
  border-radius: 1px;
}
.ba-label-before { left: 0.7rem; }
.ba-label-after  { right: 0.7rem; }

@media (max-width: 700px) {
  .ba-featured { grid-template-columns: 1fr; max-width: 420px; }
  .ba-featured-info { text-align: center; align-items: center; }
}

/* NUMBERS */
.section-numbers { padding: 4rem 0; background: var(--offwhite); }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.number-item { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.number-val { font-family: var(--font-serif); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 300; color: var(--bordeaux); line-height: 1; }
.number-suffix { font-family: var(--font-serif); font-size: clamp(1.5rem, 3vw, 2.5rem); color: var(--gold); font-weight: 300; }
.number-item .number-val, .number-item .number-suffix { display: inline; }
.number-item > div { display: flex; align-items: baseline; gap: 0.15rem; }
.number-label { font-family: var(--font-sans); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-mid); margin-top: 0.5rem; }
@media (max-width: 700px) { .numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; } }

/* BRANDS */
.section-brands {
  padding: 0;
  background: var(--bordeaux-dark);
  border-top: 1px solid rgba(172,145,100,0.18);
  border-bottom: 1px solid rgba(172,145,100,0.18);
  overflow: hidden;
  width: 100%;
}
.brands-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem 0 0.6rem;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(172,145,100,0.65);
}
.brands-marquee-wrap {
  overflow: hidden;
  padding: 0.6rem 0 1rem;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.brands-marquee-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: max-content;
  animation: marquee-scroll 34s linear infinite;
}
.brands-marquee-wrap:hover .brands-marquee-track { animation-play-state: paused; }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.brand-item {
  flex-shrink: 0;
  white-space: nowrap;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(226,207,191,0.75);
  padding: 0 2rem;
}
.brand-gem {
  flex-shrink: 0;
  white-space: nowrap;
  color: var(--gold);
  font-size: 0.45rem;
  opacity: 0.55;
}

/* HOME PAYMENTS STRIP */
.home-payments {
  background: var(--bg-alt, #EDE5D8);
  border-top: 1px solid rgba(96,34,44,0.12);
  border-bottom: 1px solid rgba(96,34,44,0.12);
  padding: 1.1rem 2rem;
}
.home-payments-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.home-payments-label {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-mid, #7A5C5E);
  white-space: nowrap;
  flex-shrink: 0;
}
.home-payments-sep {
  width: 1px;
  height: 1.4rem;
  background: rgba(96,34,44,0.2);
  flex-shrink: 0;
}
.home-payments-items {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.hp-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--color-text, #2A1A1C);
  letter-spacing: 0.03em;
}
.hp-item-link {
  text-decoration: none;
  transition: color 0.2s;
}
.hp-item-link:hover { color: var(--bordeaux, #60222C); }
.hp-dot {
  color: rgba(96,34,44,0.3);
  font-size: 0.9rem;
}
.hp-tag {
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: var(--bordeaux, #60222C);
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 0.2rem;
}
.hp-sub {
  font-size: 0.62rem;
  color: var(--text-mid, #7A5C5E);
  font-weight: 400;
  margin-left: 0.2rem;
}
@media (max-width: 600px) {
  .home-payments { padding: 1rem; }
  .home-payments-inner { gap: 0.8rem; }
  .home-payments-sep { display: none; }
  .home-payments-label { width: 100%; }
}

/* HERO CTA — compact size */
.hero-text .btn-cta {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.68rem;
  padding: 0.6rem 1.5rem;
}

/* TREATMENT CARD — hover effect */
.treatment-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.treatment-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 40px rgba(96, 2, 34, 0.15);
}

/* CTA FINAL — texture overlay */
.section-cta-final {
  position: relative;
  overflow: hidden;
}
.section-cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23AC9164' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
  z-index: 0;
}
.section-cta-final > .container { position: relative; z-index: 1; }
.section-contact .contact-painting-bg { position: absolute; inset: 0; z-index: 0; }

/* ═══════════════════════════════════════
   SEZ-002 — MOBILE RESPONSIVENESS
   REGRA: apenas @media — desktop intocado
═══════════════════════════════════════ */

/* 0. Global — previne scroll horizontal (clip não quebra position:sticky) */
html { overflow-x: clip; }
body { overflow-x: clip; max-width: 100vw; }

/* 1. Nav — mobile refinements */
@media (max-width: 768px) {
  .nav-inner { padding: 0 1rem; }
  .lang-btn { font-size: 0.6rem; padding: 0 2px; }
  .nav-logo-img { height: 36px; }
}

/* 2. Gallery Slider (hero) — mobile: só imagem + título */
@media (max-width: 768px) {
  /* Oculta elementos poluídos */
  .gs-eyebrow,
  .gs-ornament,
  .gs-desc,
  .gs-cta { display: none !important; }

  /* Título centralizado na parte inferior */
  .gs-slide-content,
  .gs-slide-content-center {
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1rem 2.5rem;
    max-width: 100%;
  }
  .gs-title {
    font-size: clamp(1.6rem, 8vw, 2.6rem);
    line-height: 1.1;
    text-shadow: 0 2px 20px rgba(0,0,0,0.7);
    margin: 0;
  }
  .gs-title-final { font-size: clamp(1.6rem, 7.5vw, 2.8rem); }
  .gs-btn-prev,
  .gs-btn-next { display: none; }
  .gs-dots { gap: 8px; }
  .gs-dot { width: 6px; height: 6px; }
}
@media (max-width: 480px) {
  .gs-viewport { height: 80vw; min-height: 320px; }
  .gs-title { font-size: clamp(1.35rem, 8vw, 2rem); }
}

/* 3. Video Reel — legibilidade mobile */
@media (max-width: 768px) {
  .section-video-reel { height: 85vh; min-height: 520px; }
  .vr-content { padding: 0 1.25rem; max-width: 100%; }
  .vr-headline { font-size: clamp(1.9rem, 8vw, 3rem); margin-bottom: 1.25rem; }
  .vr-eyebrow { margin-bottom: 1rem; }
  .vr-ornament { margin-bottom: 1.5rem; }
  .vr-ornament svg { width: 100px; height: 14px; }
}
@media (max-width: 480px) {
  .section-video-reel { height: 90vh; }
  .vr-headline { font-size: clamp(1.65rem, 9vw, 2.4rem); }
}

/* 4. Video Transition Strips */
@media (max-width: 768px) {
  .vt-quote-text { font-size: clamp(1.1rem, 5.5vw, 1.7rem); line-height: 1.4; }
  .vt-quote-attr { font-size: 0.6rem; }
}

/* 5. Brands Marquee — velocidade ok mobile */
@media (max-width: 768px) {
  .brands-marquee-track { animation-duration: 26s; }
  .brand-item { font-size: 0.65rem; padding: 0 1.4rem; }
}

/* 6. Before/After — home featured */
@media (max-width: 700px) {
  .ba-featured { padding: 0 1.25rem; gap: 2rem; }
  .ba-featured-info { text-align: center; align-items: center; }
}

/* 7. Numbers — mobile */
@media (max-width: 480px) {
  .section-numbers { padding: 3rem 1rem; }
  .numbers-grid { gap: 1.5rem 0.75rem; }
  .number-val { font-size: 2.1rem; }
  .number-label { font-size: 0.65rem; }
}

/* 8. Home Payments — centralizar */
@media (max-width: 600px) {
  .home-payments-inner { justify-content: center; flex-wrap: wrap; gap: 0.6rem; }
  .home-payments-label { width: 100%; text-align: center; margin-bottom: 0.25rem; }
  .home-payments-sep { display: none; }
  .hp-dot { display: none; }
  .home-payments-items { justify-content: center; gap: 0.5rem 0.9rem; }
}

/* 9. Contact card — mobile */
@media (max-width: 768px) {
  .contact-card { padding: 2.5rem 1.75rem; margin: 0 1rem; }
  .contact-headline { font-size: clamp(1.5rem, 6vw, 2.2rem); }
}
@media (max-width: 480px) {
  .contact-card { padding: 2rem 1.25rem; margin: 0 0.75rem; }
  .contact-card::before { inset: 8px; }
  .oc { width: 44px !important; height: 44px !important; }
  .oc.sm { width: 30px !important; height: 30px !important; }
  .contact-langs { font-size: 0.55rem; }
}

/* 10. Section Maps — mobile */
@media (max-width: 768px) {
  .maps-info { padding: 2.5rem 1.5rem 1.5rem; }
  .maps-title { font-size: clamp(1.5rem, 6vw, 2.2rem); }
  .maps-address,
  .maps-hours { font-size: 0.85rem; }
  .maps-iframe-wrap { min-height: 260px; }
}

/* 11. About split — mobile */
@media (max-width: 480px) {
  .about-text-panel { padding: 2rem 1.25rem 2.5rem; }
  .about-video-panel { height: 58vw; min-height: 220px; }
}

/* 12. Treatment modal — mobile refinements */
@media (max-width: 680px) {
  .tm-slider-wrap { min-height: 56vw; }
  .tm-info { padding: 1.25rem 1.1rem 1.5rem; }
  .tm-title { font-size: 1.3rem; }
  .tm-cta-group { flex-direction: column; gap: 0.5rem; }
}

/* 13. Footer — mobile */
@media (max-width: 480px) {
  .footer { padding: 2rem 1rem 1.5rem; }
  .footer-logo-img { height: 42px; }
  .footer-info { font-size: 0.7rem; }
  .footer-copy { font-size: 0.62rem; }
}

/* 14. WA Float — mobile */
@media (max-width: 768px) {
  .wa-float { bottom: 1.25rem; right: 1.25rem; width: 50px; height: 50px; }
}

/* 15. BA grid (procedimentos) */
@media (max-width: 540px) {
  .ba-header { padding: 0 1.25rem; }
  .ba-header h2 { font-size: clamp(1.4rem, 7vw, 2rem); }
  .ba-grid { gap: 1rem; padding: 0 1rem; }
}

/* 16. Section newsletter */
@media (max-width: 480px) {
  .section-newsletter { padding: 3rem 1rem; }
}

/* 17. Splash screen — mobile */
@media (max-width: 480px) {
  .splash-hint { bottom: 2rem; }
}

/* ════ MOBILE HOTFIXES ════ */

/* 18. hero-sub — reduzir letter-spacing para caber em uma linha */
@media (max-width: 480px) {
  .hero-sub { font-size: 0.58rem; letter-spacing: 0.07em; white-space: nowrap; }
}
@media (max-width: 360px) {
  .hero-sub { font-size: 0.5rem; letter-spacing: 0.04em; }
}

/* 19. About — fundo escuro enquanto vídeo carrega */
.about-video-panel { background: #1a0510; }


/* 20. About — centralizar botão CTA no mobile */
@media (max-width: 768px) {
  .about-text-panel .btn-cta { align-self: center; }
}

/* 21. Gallery slider — esconder arrows no mobile (swipe já funciona) */
@media (max-width: 768px) {
  .gs-btn { display: none; }
}

/* 22. Nav overlay — remove backdrop-filter para que nav-links position:fixed preencha o viewport */
@media (max-width: 768px) {
  /* backdrop-filter cria containing block → overlay fica preso nos 72px do header */
  .nav-mobile-open.nav,
  .nav-mobile-open .nav,
  body.nav-mobile-open .nav {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .nav-mobile-open .nav-links { z-index: 9000; }
  .nav-mobile-open .nav-hamburger { position: relative; z-index: 9001; }
  .nav-mobile-open .nav-logo { position: relative; z-index: 9001; }
}

/* 26. Lang switcher — mobile: oculta da barra, aparece no overlay */
@media (max-width: 768px) {
  .lang-switcher { display: none !important; }
  body.nav-mobile-open .lang-switcher {
    display: flex !important;
    position: fixed;
    bottom: 44px;
    left: 0; right: 0;
    justify-content: center;
    gap: 10px;
    z-index: 9001;
  }
  body.nav-mobile-open .lang-btn {
    font-size: 0.72rem;
    padding: 8px 14px;
    color: rgba(242,240,235,0.75);
  }
  body.nav-mobile-open .lang-sep { display: inline; color: rgba(172,145,100,0.4); }
}

/* 24. Gallery slider — maior no mobile */
@media (max-width: 768px) {
  .gs-viewport { height: clamp(320px, 90vw, 480px); }
}

/* 25. Clinica — mapa mobile global (se reutilizado em outras páginas) */
@media (max-width: 768px) {
  .ss-map-addr { font-size: 9px; letter-spacing: 1px; word-break: break-word; }
}

/* 23. Splash mobile — logo no centro, sem foto de fundo */
.splash-logo-mobile { display: none; }
@media (max-width: 768px) {
  .splash-bg { display: none; }
  .site-splash { background: #1a0008; }
  .splash-logo-mobile {
    display: flex;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .splash-logo-mobile img {
    width: 180px;
    height: auto;
    opacity: 0;
    animation: splashLogoIn 0.9s 0.3s ease forwards;
  }
  .splash-hint { bottom: 3.5rem; z-index: 3; }
}
@keyframes splashLogoIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════════════════════════════
   HOME — seções institucionais (about-clinic / featured-procedures / final-cta)
   FIX: o markup usava estas classes sem CSS → fundo herdava o bordô do body
   e os títulos (--text-dark) ficavam ilegíveis. Restaura fundo claro + grid.
═══════════════════════════════════════════════════════════════════ */
.about-clinic,
.featured-procedures {
  background-color: var(--offwhite);
  color: var(--text-dark);
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.25rem, 5vw, 2rem);
}
/* alterna o tom da 2ª seção pra dar ritmo (sem usar --bg-alt, que é indefinido) */
.featured-procedures { background-color: #EDE5D8; }

.about-clinic > .container,
.featured-procedures > .container,
.final-cta > .container { max-width: 1080px; margin: 0 auto; text-align: center; }

/* parágrafo de apoio das seções (classe sem estilo até agora) */
.section-lead {
  font-family: var(--font-sans); font-weight: 300;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem); line-height: 1.85;
  color: var(--text-mid); max-width: 720px; margin: 1rem auto 2.25rem;
}
.about-clinic .section-title,
.featured-procedures .section-title { color: var(--bordeaux); margin-bottom: 0.25rem; }

/* lista de procedimentos → grade de cartões elegantes */
.procedure-list {
  list-style: none; padding: 0; margin: 0 auto 2.5rem; max-width: 940px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem;
}
.procedure-list li {
  background: var(--offwhite); border: 1px solid rgba(172, 145, 100, 0.4);
  padding: 1.05rem 1.25rem 1.05rem 2.5rem; position: relative; text-align: left;
  font-family: var(--font-sans); font-size: 0.95rem; font-weight: 300; color: var(--text-dark);
  transition: border-color 0.3s, transform 0.2s, box-shadow 0.3s;
}
.procedure-list li::before {
  content: "\2726"; position: absolute; left: 1rem; top: 1.1rem;
  color: var(--gold); font-size: 0.9rem;
}
.procedure-list li:hover {
  border-color: var(--gold); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(96, 2, 34, 0.08);
}

/* CTA final — faixa bordô profunda com texto claro */
.final-cta {
  background-color: var(--bordeaux-dark); color: var(--cream); text-align: center;
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 5vw, 2rem);
}
.final-cta h2 {
  font-family: var(--font-serif); font-weight: 400; color: var(--offwhite);
  font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.22; margin-bottom: 1rem;
}
.final-cta p {
  font-family: var(--font-sans); font-weight: 300; color: rgba(226, 207, 191, 0.9);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem); line-height: 1.8; max-width: 620px; margin: 0 auto 2rem;
}

/* botão primário (CTA): dourado sobre bordô no final-cta, bordô sólido no resto */
.btn-primary {
  display: inline-block; background: var(--bordeaux); color: var(--cream);
  font-family: var(--font-sans); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; padding: 1rem 2.5rem;
  border: 1px solid var(--bordeaux); transition: background 0.3s, color 0.3s, border-color 0.3s; cursor: pointer;
}
.btn-primary:hover { background: var(--bordeaux-dark); border-color: var(--bordeaux-dark); }
.final-cta .btn-primary {
  background: var(--gold); border-color: var(--gold); color: var(--bordeaux-dark);
}
.final-cta .btn-primary:hover { background: var(--offwhite); border-color: var(--offwhite); color: var(--bordeaux); }

/* mobile: padding lateral menor e cartões em coluna única */
@media (max-width: 600px) {
  .procedure-list { grid-template-columns: 1fr; max-width: 420px; }
  .about-clinic, .featured-procedures, .final-cta { padding-left: 1.25rem; padding-right: 1.25rem; }
}

/* ═══════════════════════════════════════════════════════════════════
   BLOG — Edição Baroque (índice editorial + páginas de post)
   Leitura em fundo claro (offwhite), serif IvyOra, dourado, filtro de óleo.
═══════════════════════════════════════════════════════════════════ */

/* área de leitura clara (evita herdar o bordô do body) */
.blog-index,
.blog-post { background: var(--offwhite); }

/* ---------- MASTHEAD DO ÍNDICE ---------- */
.blog-masthead {
  position: relative;
  text-align: center;
  color: var(--cream);
  padding: clamp(7rem, 12vw, 9.5rem) 1.5rem clamp(3.25rem, 6vw, 5rem);
  background:
    radial-gradient(130% 150% at 50% -20%, var(--bordeaux-light) 0%, var(--bordeaux) 46%, var(--bordeaux-dark) 100%);
  border-bottom: 1px solid rgba(172, 145, 100, 0.4);
  overflow: hidden;
}
.blog-masthead::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(45deg, rgba(172,145,100,0.05) 0 14px, transparent 14px 28px);
  opacity: 0.5;
}
.blog-masthead > .container { position: relative; max-width: 880px; }
.blog-masthead .page-eyebrow {
  font-family: var(--font-sans); font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-light);
  margin-bottom: 1.1rem;
}
.blog-masthead h1 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1.14; letter-spacing: 0.01em;
  color: var(--offwhite);
}
.blog-masthead h1::after {
  content: "\2767"; display: block; margin: 1.1rem auto 0;
  font-size: 1.1rem; color: var(--gold-light); opacity: 0.9;
}
.blog-masthead .lead {
  font-family: var(--font-sans); font-weight: 300;
  font-size: clamp(0.96rem, 1.5vw, 1.12rem); line-height: 1.85;
  color: rgba(226, 207, 191, 0.86); max-width: 640px; margin: 1.4rem auto 0;
}

/* ---------- GRADE DE CARTÕES ---------- */
.blog-list {
  background: var(--offwhite);
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(4rem, 9vw, 7rem);
}
.blog-list > .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.6vw, 2.4rem);
  align-items: stretch;
}
.blog-card {
  position: relative; background: #fff;
  border: 1px solid rgba(172, 145, 100, 0.4);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s, border-color 0.4s;
  overflow: hidden;
}
.blog-card > a { display: flex; flex-direction: column; height: 100%; color: inherit; }
.blog-card figure { position: relative; overflow: hidden; aspect-ratio: 3 / 2; }
.blog-card figure img {
  width: 100%; height: 100%; object-fit: cover;
  filter: sepia(0.16) saturate(0.82) contrast(1.06) brightness(0.92);
  transition: transform 0.7s cubic-bezier(0.22,1,0.36,1), filter 0.6s;
}
.blog-card figure::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(74,1,24,0.28) 0%, transparent 42%);
}
.blog-card-body {
  display: flex; flex-direction: column; flex: 1;
  padding: 1.6rem 1.6rem 1.75rem;
}
.blog-card .card-meta {
  font-family: var(--font-sans); font-size: 0.64rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 0.8rem;
}
.blog-card h2 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(1.15rem, 1.8vw, 1.42rem); line-height: 1.26;
  color: var(--bordeaux); margin-bottom: 0.7rem; transition: color 0.3s;
}
.blog-card-body > p {
  font-family: var(--font-sans); font-weight: 300; font-size: 0.9rem;
  line-height: 1.7; color: var(--text-mid); margin-bottom: 1.25rem;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.blog-card .read-more {
  margin-top: auto; font-family: var(--font-sans); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--bordeaux);
  display: inline-flex; align-items: center; gap: 0.5rem; transition: gap 0.3s, color 0.3s;
}
.blog-card:hover {
  transform: translateY(-6px); border-color: var(--gold);
  box-shadow: 0 22px 48px rgba(96, 2, 34, 0.16);
}
.blog-card:hover figure img { transform: scale(1.06); filter: sepia(0.06) saturate(0.95) contrast(1.05) brightness(0.98); }
.blog-card:hover h2 { color: var(--bordeaux-light); }
.blog-card:hover .read-more { gap: 0.9rem; color: var(--gold); }

/* primeiro post em destaque — ocupa a linha inteira, layout horizontal */
.blog-card.featured { grid-column: 1 / -1; border-color: rgba(172,145,100,0.55); }
.blog-card.featured > a { flex-direction: row; align-items: stretch; }
.blog-card.featured figure { flex: 1 1 56%; aspect-ratio: auto; min-height: 340px; }
.blog-card.featured .blog-card-body {
  flex: 1 1 44%; justify-content: center; padding: clamp(2rem, 4vw, 3.4rem);
}
.blog-card.featured .card-meta::before {
  content: "Destaque · "; color: var(--bordeaux-light);
}
.blog-card.featured h2 { font-size: clamp(1.6rem, 2.8vw, 2.3rem); margin-bottom: 1rem; }
.blog-card.featured .blog-card-body > p { font-size: 1rem; -webkit-line-clamp: 4; }

/* ---------- PÁGINA DE POST ---------- */
.blog-post { color: var(--text-dark); }
.blog-post .blog-hero {
  text-align: center; background: var(--offwhite);
  padding: clamp(7rem, 11vw, 9rem) 1.5rem clamp(1.5rem, 3vw, 2.5rem);
}
.blog-post .blog-hero .container { max-width: 820px; }
.blog-post .page-eyebrow {
  font-family: var(--font-sans); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 1.1rem;
}
.blog-post .blog-hero h1 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(1.9rem, 4.2vw, 3.1rem); line-height: 1.18; letter-spacing: 0.01em;
  color: var(--bordeaux);
}
.blog-post .post-meta {
  font-family: var(--font-sans); font-size: 0.82rem; font-weight: 300;
  color: var(--text-mid); margin-top: 1.5rem;
}
.blog-post .post-meta::before {
  content: "\2767"; display: block; color: var(--gold);
  font-size: 1rem; margin-bottom: 1.1rem;
}
.blog-post .post-meta a { color: var(--bordeaux); border-bottom: 1px solid var(--gold); padding-bottom: 1px; }
.blog-post .post-meta a:hover { color: var(--gold); }

/* capa emoldurada com cantos dourados */
.blog-cover {
  position: relative; max-width: 960px;
  margin: clamp(2rem, 4vw, 3rem) auto; padding: 0 1.5rem;
}
.blog-cover img {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover;
  border: 1px solid var(--gold);
  filter: sepia(0.16) saturate(0.82) contrast(1.07) brightness(0.9);
}
.blog-cover::before, .blog-cover::after {
  content: ""; position: absolute; width: 26px; height: 26px; z-index: 2;
  border: 2px solid var(--gold);
}
.blog-cover::before { top: -7px; left: calc(1.5rem - 7px); border-right: 0; border-bottom: 0; }
.blog-cover::after { bottom: -7px; right: calc(1.5rem - 7px); border-left: 0; border-top: 0; }

/* corpo do artigo — coluna de leitura editorial */
.blog-body {
  max-width: 720px; margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem) 1.5rem clamp(2rem, 5vw, 3.5rem);
}
.blog-body > p {
  font-family: var(--font-sans); font-weight: 300;
  font-size: 1.06rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 1.5rem;
}
.blog-body > p:first-of-type::first-letter {
  font-family: var(--font-serif); float: left; color: var(--bordeaux);
  font-size: 3.4em; line-height: 0.78; padding: 0.06em 0.12em 0 0; font-weight: 400;
}
.blog-body h2 {
  font-family: var(--font-serif); font-weight: 400; color: var(--bordeaux);
  font-size: clamp(1.45rem, 2.4vw, 1.95rem); line-height: 1.25;
  margin: 2.6rem 0 1rem;
}
.blog-body h2::before {
  content: ""; display: block; width: 52px; height: 2px;
  background: var(--gold); margin-bottom: 1.1rem;
}
.blog-body h3 {
  font-family: var(--font-serif); font-weight: 500; color: var(--bordeaux-light);
  font-size: clamp(1.12rem, 1.9vw, 1.35rem); line-height: 1.3; margin: 2rem 0 0.75rem;
}
.blog-body ul, .blog-body ol { margin: 0 0 1.5rem 0; padding-left: 0; }
.blog-body li {
  position: relative; list-style: none; padding-left: 1.7rem; margin-bottom: 0.7rem;
  font-family: var(--font-sans); font-weight: 300; font-size: 1.02rem;
  line-height: 1.75; color: var(--text-mid);
}
.blog-body ul li::before {
  content: "\2726"; position: absolute; left: 0; top: 0.05em; color: var(--gold); font-size: 0.85rem;
}
.blog-body ol { counter-reset: bl; }
.blog-body ol li { counter-increment: bl; }
.blog-body ol li::before {
  content: counter(bl); position: absolute; left: 0; top: 0;
  font-family: var(--font-serif); color: var(--gold); font-weight: 600; font-size: 0.95rem;
}
/* imagens em diagramação de revista (float + destaque largo) */
.blog-body figure.blog-figure { margin: 0.5rem 0 1.8rem; }
.blog-body figure.blog-figure img {
  width: 100%; height: auto; display: block;
  border: 1px solid rgba(172, 145, 100, 0.5);
  filter: sepia(0.06) saturate(0.95) contrast(1.02);
}
.blog-body figure.blog-figure figcaption {
  margin-top: 0.6rem; font-family: var(--font-sans); font-style: italic; font-weight: 300;
  font-size: 0.8rem; color: var(--text-mid); letter-spacing: 0.01em; line-height: 1.5;
}
/* float à direita: texto contorna à esquerda */
.blog-body figure.blog-figure--right {
  float: right; width: clamp(230px, 44%, 330px);
  margin: 0.5rem 0 1.3rem 2.2rem;
}
.blog-body figure.blog-figure--right figcaption { text-align: right; }
/* float à esquerda: texto contorna à direita */
.blog-body figure.blog-figure--left {
  float: left; width: clamp(230px, 44%, 350px);
  margin: 0.5rem 2.2rem 1.3rem 0;
}
/* destaque largo: sangra pra fora da coluna de leitura */
.blog-body figure.blog-figure--wide {
  width: calc(100% + clamp(2rem, 16vw, 13rem)); max-width: 94vw;
  margin: 2.4rem calc(-1 * clamp(1rem, 8vw, 6.5rem)) 2.6rem;
}
.blog-body figure.blog-figure--wide figcaption { text-align: center; }
/* cada seção (H2) recomeça abaixo das imagens flutuantes */
.blog-body h2 { clear: both; }
/* mobile: tudo empilha em largura cheia */
@media (max-width: 680px) {
  .blog-body figure.blog-figure--right,
  .blog-body figure.blog-figure--left,
  .blog-body figure.blog-figure--wide {
    float: none; width: 100%; max-width: 100%; margin: 1.6rem 0;
  }
  .blog-body figure.blog-figure--right figcaption,
  .blog-body figure.blog-figure--left figcaption { text-align: center; }
}
.blog-body strong { color: var(--bordeaux); font-weight: 600; }
.blog-body a {
  color: var(--bordeaux); border-bottom: 1px solid var(--gold);
  padding-bottom: 1px; transition: color 0.3s, background 0.3s;
}
.blog-body a:hover { color: var(--gold); }
.blog-body p:last-child {
  margin-top: 2rem; padding: 1.5rem 1.75rem; background: #fff;
  border-left: 3px solid var(--gold); font-size: 1.02rem; color: var(--text-dark);
}

/* author card — foto oval emoldurada */
.blog-footer {
  max-width: 820px; margin: 0 auto; padding: 0 1.5rem clamp(2.5rem, 5vw, 4rem);
}
.author-card {
  display: flex; gap: 1.8rem; align-items: center;
  background: #EDE5D8; border: 1px solid rgba(172,145,100,0.4);
  padding: clamp(1.6rem, 3vw, 2.4rem); position: relative;
}
.author-card img {
  width: 110px; height: 132px; flex-shrink: 0; object-fit: cover;
  border-radius: 50% / 55%; border: 2px solid var(--gold);
  box-shadow: 0 0 0 6px var(--offwhite), 0 0 0 8px rgba(172,145,100,0.5);
}
.author-card h3 {
  font-family: var(--font-serif); font-weight: 500; color: var(--bordeaux);
  font-size: 1.3rem; margin-bottom: 0.5rem;
}
.author-card h3 span {
  display: block; font-family: var(--font-sans); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-top: 0.25rem;
}
.author-card p {
  font-family: var(--font-sans); font-weight: 300; font-size: 0.92rem;
  line-height: 1.7; color: var(--text-mid); margin-bottom: 1.1rem;
}

/* índice: respiro do rodapé do post não se aplica; CTA final já estilizado acima */

/* ---------- responsivo ---------- */
@media (max-width: 980px) {
  .blog-list > .container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .blog-card.featured > a { flex-direction: column; }
  .blog-card.featured figure { min-height: 220px; aspect-ratio: 3 / 2; }
}
@media (max-width: 600px) {
  .blog-list > .container { grid-template-columns: 1fr; }
  .author-card { flex-direction: column; text-align: center; }
  .author-card img { width: 120px; height: 140px; }
  .blog-body > p:first-of-type::first-letter { font-size: 2.8em; }
}

/* ═══════════════════════════════════════════════════════════════════
   JOURNAL — índice do blog em scroll horizontal (Edição Baroque)
   Painel-intro editorial + artigos numerados em fileira lateral.
═══════════════════════════════════════════════════════════════════ */
.journal {
  position: relative; display: flex; flex-direction: column;
  background: var(--offwhite);
  border-top: 1px solid rgba(172,145,100,0.25);
  min-height: 100vh; min-height: 100svh;   /* rodapé fica fora do campo inicial;
                                              o espaço livre da coluna vira respiro */
}
.journal-scroller {
  flex: 0 0 auto;
  display: flex; align-items: flex-start; gap: clamp(2.5rem, 4vw, 4.5rem);
  height: auto;
  padding: calc(73px + clamp(1.5rem, 4vh, 3rem)) clamp(1.5rem, 5vw, 4.5rem) clamp(1.5rem, 3vh, 2.5rem);
  overflow-x: auto; overflow-y: hidden;
  scrollbar-width: none; -ms-overflow-style: none;
  cursor: grab;
}
/* o painel-intro continua centralizado verticalmente */
.journal-scroller > .journal-intro { align-self: center; }
.journal-scroller::-webkit-scrollbar { display: none; }
.journal-scroller.is-grabbing { cursor: grabbing; }
.journal-scroller.is-grabbing a { pointer-events: none; }

/* painel de abertura */
.journal-intro {
  flex: 0 0 auto; width: min(500px, 80vw);
  display: flex; flex-direction: column; justify-content: center;
  padding-right: clamp(1rem, 3vw, 3rem);
}
.journal-eyebrow {
  font-family: var(--font-sans); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.9rem;
}
.journal-eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.journal-title {
  font-family: var(--font-serif); font-weight: 400; color: var(--bordeaux);
  font-size: clamp(2.6rem, 4.6vw, 4rem); line-height: 1.07; letter-spacing: 0.005em;
}
.journal-lead {
  font-family: var(--font-sans); font-weight: 300; color: var(--text-mid);
  font-size: clamp(0.96rem, 1.4vw, 1.1rem); line-height: 1.8;
  max-width: 440px; margin-top: 1.8rem;
}
.journal-hint {
  display: flex; align-items: center; gap: 0.8rem; margin-top: 2.6rem;
  font-family: var(--font-sans); font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold);
}
.journal-hint-line { width: 46px; height: 1px; background: var(--gold); position: relative; }
.journal-hint-line::after {
  content: ""; position: absolute; right: -1px; top: -2px;
  width: 5px; height: 5px; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold);
  transform: rotate(45deg); animation: journalNudge 1.8s ease-in-out infinite;
}
@keyframes journalNudge { 0%,100% { transform: rotate(45deg) translate(0,0); } 50% { transform: rotate(45deg) translate(3px,-3px); } }

/* cada artigo — card grande em paisagem (imagens não cortam tanto) */
/* altura de imagem uniforme + largura automática = imagem INTEIRA, sem corte,
   independentemente da orientação (paisagem, retrato ou quadrada) */
.journal-item {
  flex: 0 0 auto; min-width: 250px; display: flex; flex-direction: column;
}
.journal-item > a { display: flex; flex-direction: column; color: inherit; }
.journal-num {
  font-family: var(--font-sans); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.18em; color: var(--gold); margin-bottom: 1rem;
}
.journal-figure {
  position: relative; overflow: hidden; width: fit-content; max-width: 100%;
  height: clamp(240px, 40vh, 440px);
  border: 1px solid rgba(172,145,100,0.55);
  margin-bottom: 1.3rem;
}
.journal-figure img {
  height: 100%; width: auto; display: block;
  filter: sepia(0.08) saturate(0.92) contrast(1.03);
  transition: transform 0.8s cubic-bezier(0.22,1,0.36,1), filter 0.6s;
}
.journal-meta {
  font-family: var(--font-sans); font-size: 0.64rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.7rem;
}
.journal-item-title {
  font-family: var(--font-serif); font-weight: 400; color: var(--bordeaux);
  font-size: clamp(1.35rem, 1.9vw, 1.85rem); line-height: 1.2; letter-spacing: 0.01em;
  text-transform: uppercase; transition: color 0.3s; max-width: 30ch;
}
.journal-read {
  padding-top: 1.1rem;
  font-family: var(--font-sans); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--bordeaux);
  display: inline-flex; align-items: center; gap: 0.5rem;
  opacity: 0; transform: translateY(6px); transition: opacity 0.4s, transform 0.4s, gap 0.3s;
}
.journal-item:hover .journal-figure img { transform: scale(1.04); filter: sepia(0.04) saturate(0.98) contrast(1.04) brightness(1); }
.journal-item:hover .journal-figure::after { opacity: 1; }
.journal-item:hover .journal-figure { border-color: var(--gold); }
.journal-item:hover .journal-item-title { color: var(--bordeaux-light); }
.journal-item:hover .journal-read { opacity: 1; transform: translateY(0); gap: 0.85rem; }

/* barra de progresso — no fluxo, logo abaixo dos cards (deixa o respiro livre abaixo) */
.journal-progress {
  flex: 0 0 auto;
  margin: clamp(1.4rem, 3vh, 2.6rem) clamp(1.5rem, 5vw, 4.5rem) 0;
  height: 2px; background: rgba(172,145,100,0.22);
}
.journal-progress-bar {
  display: block; height: 100%; width: 0%;
  background: var(--gold); transition: width 0.08s linear;
}

/* foco acessível */
.journal-scroller:focus-visible { outline: 2px solid var(--gold); outline-offset: -4px; }

/* ---------- MOBILE: empilhamento vertical nativo (sem hijack) ---------- */
@media (max-width: 760px) {
  .journal { min-height: 0; }
  .journal-scroller {
    flex-direction: column; align-items: stretch; height: auto;
    overflow: visible; cursor: default;
    gap: clamp(2.5rem, 8vw, 3.5rem);
    padding: clamp(6rem, 18vw, 7rem) 1.5rem 3.5rem;
  }
  .journal-scroller > .journal-intro { align-self: stretch; }
  .journal-intro { width: 100%; padding-right: 0; }
  .journal-title { font-size: clamp(2.1rem, 9vw, 3rem); }
  .journal-hint { display: none; }
  .journal-item { width: 100%; min-width: 0; }
  .journal-figure { width: 100%; height: auto; }
  .journal-figure img { width: 100%; height: auto; }   /* full-width, altura natural, sem corte */
  .journal-read { opacity: 1; transform: none; }
  .journal-progress { display: none; }
}

/* ═══════════════════════════════════════════════════════════════════
   ARTIGO — experiência de leitura imersiva (SEZ-011)
   Tudo escopado em .js-article:not(.article-fallback): sem JS ou no
   fallback de segurança, o conteúdo aparece normal (sem opacity:0).
═══════════════════════════════════════════════════════════════════ */

/* barra de progresso de leitura */
.reading-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: 0 50%;
  z-index: 200; will-change: transform; pointer-events: none;
}

/* reveals de entrada */
.js-article:not(.article-fallback) .reveal-el { opacity: 0; transform: translateY(28px); }
.js-article:not(.article-fallback) .reveal-el.is-in {
  opacity: 1; transform: none;
  transition: opacity 0.9s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

/* título do hero: revelação palavra a palavra (máscara) */
.js-article:not(.article-fallback) .blog-hero h1 .rw {
  display: inline-block; overflow: hidden; vertical-align: top;
  line-height: 1.08; padding-bottom: 0.14em; margin-bottom: -0.14em;
}
.js-article:not(.article-fallback) .blog-hero h1 .rw-i {
  display: inline-block; transform: translateY(116%);
  transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-article:not(.article-fallback) .blog-hero h1.words-in .rw-i { transform: translateY(0); }

/* H2: filete dourado cresce ao revelar */
.js-article:not(.article-fallback) .blog-body > h2.reveal-el::before {
  width: 0; transition: width 0.9s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-article:not(.article-fallback) .blog-body > h2.reveal-el.is-in::before { width: 52px; }

/* citação em destaque (pull-quote) */
.blog-body blockquote.pull-quote {
  position: relative; margin: 3rem 0; padding: 0.5rem 0 0.5rem 2.2rem;
  border-left: 2px solid var(--gold);
}
.blog-body blockquote.pull-quote::before {
  content: "\201C"; position: absolute; left: -0.1rem; top: -1.6rem;
  font-family: var(--font-serif); font-size: 4.5rem; color: var(--gold); opacity: 0.55; line-height: 1;
}
.blog-body blockquote.pull-quote p {
  font-family: var(--font-serif); font-weight: 400; font-style: italic;
  color: var(--bordeaux); font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  line-height: 1.25; margin: 0; max-width: none;
}

/* a barra de progresso não some no mobile; reveals continuam leves */
@media (max-width: 600px) {
  .blog-body blockquote.pull-quote { margin: 2.2rem 0; padding-left: 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════════════
   LP DE PROCEDIMENTO — premium (SEZ-012). Base: /procedimentos/toxina-botulinica/
═══════════════════════════════════════════════════════════════════ */
.lp { background: var(--offwhite); color: var(--text-dark); overflow-x: clip; }
.lp .lp-container { max-width: 1180px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 3.5rem); }

.lp-hero {
  position: relative; text-align: center;
  padding: clamp(7rem, 12vw, 9.5rem) 0 clamp(3rem, 6vw, 5rem);
  background: radial-gradient(120% 90% at 50% 0%, #fff 0%, var(--offwhite) 55%, #EDE5D8 100%);
  overflow: hidden;
}
.lp-hero::before, .lp-hero::after { content: ""; position: absolute; width: 340px; height: 340px; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(172,145,100,0.16), transparent 70%); }
.lp-hero::before { top: 6%; left: -80px; }
.lp-hero::after { bottom: 4%; right: -90px; background: radial-gradient(circle, rgba(96,2,34,0.10), transparent 70%); }
.lp-eyebrow { font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.lp-title { font-family: var(--font-serif); font-weight: 400; color: var(--bordeaux); font-size: clamp(2.6rem, 6.5vw, 5rem); line-height: 1.02; letter-spacing: 0.005em; margin: 0 auto; max-width: 16ch; }
.lp-title em { font-style: italic; color: var(--bordeaux-light); }
.lp-lead { font-family: var(--font-sans); font-weight: 300; color: var(--text-mid); font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.8; max-width: 580px; margin: 1.6rem auto 2.2rem; }
.lp-hero .btn-primary { font-size: 0.74rem; }

.lp-hero-video { position: relative; margin: clamp(2.6rem, 5vw, 4.2rem) auto 0; width: min(1000px, 94%); aspect-ratio: 16 / 9; overflow: hidden; border: 2px solid var(--gold); box-shadow: 0 0 0 8px var(--offwhite), 0 34px 80px rgba(96,2,34,0.22); }
.lp-hero-vid { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-hero-vid-glow { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(245,247,237,0.05) 0%, transparent 32%, transparent 66%, rgba(96,2,34,0.14) 100%); }
@media (max-width: 600px) { .lp-hero-video { aspect-ratio: 4 / 5; } }

.lp-section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.lp-section.alt { background: #EDE5D8; }
.lp-section.dark { background: var(--bordeaux-dark); color: var(--cream); }
.lp-kicker { font-family: var(--font-sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.lp-h2 { font-family: var(--font-serif); font-weight: 400; color: var(--bordeaux); font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.18; margin-bottom: 1.3rem; }
.lp-section.dark .lp-h2 { color: var(--offwhite); }
.lp-section.dark .lp-kicker { color: var(--gold-light); }
.lp-p { font-family: var(--font-sans); font-weight: 300; font-size: clamp(0.98rem, 1.5vw, 1.1rem); line-height: 1.85; color: var(--text-mid); margin-bottom: 1.2rem; max-width: 60ch; }
.lp-section.dark .lp-p { color: rgba(226,207,191,0.85); }

.lp-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.lp-figure { position: relative; }
.lp-figure img { width: 100%; height: auto; display: block; border: 1px solid var(--gold); }

.lp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); margin-top: 2rem; }
.lp-card { background: #fff; border: 1px solid rgba(172,145,100,0.4); overflow: hidden; transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s; }
.lp-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 18px 40px rgba(96,2,34,0.10); }
.lp-card-media { position: relative; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: #EDE5D8; }
.lp-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: sepia(0.06) saturate(0.95) contrast(1.02); transition: transform 0.9s cubic-bezier(0.22,1,0.36,1); }
.lp-card:hover .lp-card-media img { transform: scale(1.06); }
.lp-card-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 -40px 50px -30px rgba(96,2,34,0.18); }
.lp-card:nth-child(1) .lp-card-media img { object-position: center 22%; }
.lp-card:nth-child(2) .lp-card-media img { object-position: center 30%; }
.lp-card:nth-child(4) .lp-card-media img { object-position: center 28%; }
.lp-card-body { padding: 1.5rem 1.6rem 1.7rem; }
.lp-card h3 { font-family: var(--font-serif); font-weight: 500; color: var(--bordeaux); font-size: 1.2rem; margin-bottom: 0.5rem; }
.lp-card p { font-family: var(--font-sans); font-weight: 300; font-size: 0.92rem; line-height: 1.65; color: var(--text-mid); }
.lp-card .lp-cardnum { font-family: var(--font-sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; color: var(--gold); display: block; margin-bottom: 0.7rem; }

.lp-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(1.4rem, 3vw, 2.4rem); margin-top: 2.4rem; counter-reset: step; }
.lp-step { position: relative; padding-top: 2.6rem; }
.lp-step::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: 0; left: 0; font-family: var(--font-serif); font-size: 2rem; color: var(--gold); }
.lp-step h3 { font-family: var(--font-serif); font-weight: 500; color: var(--bordeaux); font-size: 1.18rem; margin-bottom: 0.5rem; }
.lp-section.dark .lp-step h3 { color: var(--offwhite); }
.lp-section.dark .lp-step::before { color: var(--gold-light); }
.lp-step p { font-family: var(--font-sans); font-weight: 300; font-size: 0.92rem; line-height: 1.65; color: var(--text-mid); }
.lp-section.dark .lp-step p { color: rgba(226,207,191,0.8); }

.lp-doctor { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.lp-doctor-photo { overflow: hidden; border: 2px solid var(--gold); border-radius: 48% 48% 14px 14px / 30% 30% 6% 6%; }
.lp-doctor-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; }
.lp-creds { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.4rem; }
.lp-creds span { font-family: var(--font-sans); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-light); border: 1px solid rgba(172,145,100,0.5); padding: 0.4rem 0.8rem; }

.lp-faq { max-width: 820px; margin: 2.2rem auto 0; }
.lp-faq details { border-bottom: 1px solid rgba(172,145,100,0.4); padding: 1.15rem 0; }
.lp-faq summary { font-family: var(--font-serif); font-weight: 500; color: var(--bordeaux); font-size: clamp(1.05rem, 1.6vw, 1.22rem); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; color: var(--gold); font-weight: 400; transition: transform 0.3s; }
.lp-faq details[open] summary::after { transform: rotate(45deg); }
.lp-faq details p { font-family: var(--font-sans); font-weight: 300; font-size: 0.98rem; line-height: 1.75; color: var(--text-mid); margin-top: 0.9rem; }

.lp-reading-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transform-origin: 0 50%; z-index: 200; pointer-events: none; }
.lp-js:not(.lp-fallback) .lp-reveal { opacity: 0; transform: translateY(32px); }
.lp-js:not(.lp-fallback) .lp-reveal.is-in { opacity: 1; transform: none; transition: opacity 1s ease, transform 1.1s cubic-bezier(0.22,1,0.36,1); }
.lp-js:not(.lp-fallback) .lp-hero-video { opacity: 0; }
.lp-js:not(.lp-fallback) .lp-hero-video.is-in { opacity: 1; transition: opacity 1.1s ease; }
/* imagens emolduradas começam "cobertas" (GSAP faz o clip-reveal); evita flash */
.lp-js:not(.lp-fallback) .lp-figure img,
.lp-js:not(.lp-fallback) .lp-doctor-photo img { clip-path: inset(100% 0 0 0); }
.btn-primary { transition: transform 0.25s cubic-bezier(0.22,1,0.36,1), background 0.3s, color 0.3s, border-color 0.3s; }

@media (max-width: 860px) {
  .lp-split, .lp-doctor { grid-template-columns: 1fr; }
  .lp-doctor-photo { max-width: 360px; margin: 0 auto; }
}
