/* 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); }
}
