﻿:root {
  --paper: #ffffff;
  --warm: #faf8f5;
  --ink: #171411;
  --muted: #5f5851;
  --line: #e3dfd8;
  --earth: #7a4f2c;
  --earth-dark: #58361e;
  --wine: #692b37;
  --copper: #c7681a;
  --night: #241b17;
  --serif-accent: "Cormorant Garamond", Georgia, serif;
  --sans: Montserrat, Arial, sans-serif;
  --mono: Montserrat, Arial, sans-serif;
  --container: 1240px;
  --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
section[id], article[id] { scroll-margin-top: 82px; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(88px, 9vw, 144px) 0; }
.eyebrow, .footer-title, .status-label, .provisional { font-family: var(--mono); font-size: .75rem; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.eyebrow { margin-bottom: 22px; color: var(--earth); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2, .faq-heading h2, .closing h2, .about h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4.5vw, 4.55rem); line-height: 1.04; letter-spacing: -.052em; font-weight: 500; }
.section-heading > p:last-child, .faq-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.07rem; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-140%); background: var(--ink); color: #fff; padding: 12px 18px; border-radius: var(--radius); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 80px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(250, 248, 245, .97); border-color: var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 230px; flex: 0 0 auto; }
.brand img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 40px); font-size: .82rem; font-weight: 500; }
.main-nav a { position: relative; padding: 12px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--earth); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px 9px; border: 0; background: none; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ink); margin: 7px 0; transition: transform .2s ease; }

.hero { min-height: 100svh; padding: 112px 0 32px; background: var(--warm); display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(330px, .68fr); gap: clamp(48px, 7vw, 110px); align-items: center; }
.hero-copy { max-width: 760px; }
.hero h1 { margin-bottom: 22px; font-size: clamp(2.85rem, 5vw, 5.25rem); line-height: .98; letter-spacing: -.065em; font-weight: 500; }
.hero h1 em { display: block; color: var(--wine); font-family: var(--serif-accent); font-weight: 400; font-style: italic; letter-spacing: -.045em; }
.hero-lead { max-width: 720px; margin-bottom: 28px; color: var(--muted); font-size: clamp(.95rem, 1.15vw, 1.08rem); line-height: 1.68; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); padding: 14px 22px; font-size: .95rem; line-height: 1.35; font-weight: 600; text-align: center; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--earth); border-color: var(--earth); }
.button-primary:hover { background: var(--earth-dark); border-color: var(--earth-dark); }
.button-secondary { color: var(--ink); background: transparent; border-color: #bdb5aa; }
.button-secondary:hover { background: #f3eee8; border-color: var(--earth); }
.microcopy { display: block; margin: 16px 0 0; color: #756d64; font-size: .78rem; line-height: 1.5; }
.microcopy > span { padding-inline: 4px; color: var(--copper); }

.diagnosis { background: var(--paper); }

.about { background: var(--warm); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .72fr); gap: clamp(55px, 8vw, 125px); align-items: start; }
.about-copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.about-copy .button { margin-top: 14px; }
.credentials { border: 1px solid var(--line); background: #fff; }
.about-photo { aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; background: #eee9e3; color: var(--wine); font-family: var(--serif-accent); font-size: 2rem; line-height: 1.1; text-align: center; }
.credentials dl { margin: 0; padding: 14px 28px 4px; }
.credentials dl > div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.credentials dt { color: var(--earth); font-family: var(--mono); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.credentials dd { margin: 0; color: var(--muted); font-size: .8rem; }

.process { background: #fff; }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-step { position: relative; min-height: 330px; padding: 92px 28px 28px; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-number { position: absolute; top: 20px; left: 24px; color: #e4ddd5; font-size: 4.5rem; line-height: 1; letter-spacing: -.08em; font-weight: 600; }
.process-step h3 { position: relative; margin-bottom: 16px; font-size: 1.15rem; line-height: 1.3; font-weight: 600; }
.process-step p { position: relative; color: var(--muted); font-size: .86rem; }
.process-note { padding: 26px 30px; background: var(--warm); border: 1px solid var(--line); }
.process-note p { margin: 0; color: var(--muted); font-size: .83rem; text-align: center; }

.services { background: #f3efe9; }
.status-label { display: inline-block; margin-bottom: 16px; padding: 7px 9px; background: #f1e6da; color: var(--earth); }

.testimonials { background: #fff; }
.testimonial-card { min-height: 355px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.provisional { width: fit-content; margin-bottom: 30px; padding: 5px 7px; color: #796f66; background: #f1eee9; font-size: .75rem; }
.testimonial-card blockquote { margin-bottom: 28px; color: #39342f; font-family: var(--serif-accent); font-size: 1.2rem; line-height: 1.43; }
.person { margin-top: auto; display: flex; gap: 12px; align-items: center; }
.avatar { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; background: #eee9e3; color: var(--earth); border-radius: 50%; font-family: var(--mono); font-size: .75rem; }
.person p { margin: 0; display: flex; flex-direction: column; font-size: .78rem; }
.person p span { color: var(--muted); }
.service-tag { align-self: flex-start; margin-top: 18px; padding: 6px 8px; border: 1px solid var(--line); color: var(--earth); font-family: var(--mono); font-size: .75rem; line-height: 1.3; letter-spacing: .06em; text-transform: uppercase; }

.faq { background: var(--warm); }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.accordion { border-top: 1px solid #d7d1ca; }
.accordion details { border-bottom: 1px solid #d7d1ca; }
.accordion summary { list-style: none; position: relative; padding: 25px 55px 25px 0; cursor: pointer; font-size: 1rem; font-weight: 600; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 2px; top: 21px; color: var(--earth); font-family: var(--mono); font-size: 1.35rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 700px; padding: 0 40px 24px 0; color: var(--muted); font-size: .91rem; }
.accordion > .button { margin-top: 32px; }

.closing { padding: clamp(100px, 12vw, 180px) 0 70px; background: #f1ede7; text-align: center; }
.closing-inner { max-width: 920px; }
.closing h2 { max-width: 850px; margin: 0 auto 24px; }
.closing-inner > p:not(.eyebrow) { max-width: 720px; margin: 0 auto 30px; color: var(--muted); }
.closing-inner > .microcopy { margin-top: 16px; }

.site-footer { padding: 64px 0 22px; color: #d9d0c9; background: #17120f; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .72fr .95fr 1fr; gap: 46px; }
.footer-brand img { display: block; width: min(100%, 340px); height: auto; filter: brightness(0) invert(1); opacity: 1; }
.footer-brand p, .footer-grid p, .footer-grid address { color: #a99e96; font-size: .76rem; font-style: normal; }
.footer-title { margin-bottom: 17px; color: #e8ded6 !important; }
.footer-grid nav, .footer-grid address { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid #3c322d; display: flex; justify-content: space-between; gap: 20px; color: #81766f; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }

.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: max(22px, env(safe-area-inset-bottom)); max-width: calc(100vw - 28px); min-height: 52px; padding: 0 22px; display: flex; align-items: center; border: 1px solid #fff; border-radius: 100px; color: #fff; background: var(--earth); font-size: .9rem; font-weight: 600; box-shadow: 0 8px 24px rgba(38, 25, 16, .18); }
.whatsapp-float:hover { background: var(--earth-dark); }
.legal-page { min-height: 100vh; background: var(--warm); }
.legal-page main { width: min(860px, calc(100% - 48px)); margin-inline: auto; padding: 42px 0 90px; }
.legal-brand { display: block; width: 260px; margin-bottom: 100px; }
.legal-page article { max-width: 720px; }
.legal-page h1 { margin-bottom: 32px; font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: 1; letter-spacing: -.06em; font-weight: 500; }
.legal-notice { margin-bottom: 30px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.legal-notice p { margin: 12px 0 0; color: var(--muted); }
.legal-page article h2 { margin: 38px 0 12px; color: var(--wine); font-family: var(--serif-accent); font-size: clamp(1.75rem, 4vw, 2.35rem); font-weight: 600; line-height: 1.08; }
.legal-page article p, .legal-page article li { color: var(--muted); }
.legal-page article ul { margin: 0 0 24px; padding-left: 22px; }
.legal-page article .button { margin-top: 28px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr .58fr; gap: 42px; }
  .hero h1 { font-size: clamp(2.8rem, 6vw, 4.2rem); }
  .about-grid { grid-template-columns: 1fr .68fr; gap: 50px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step { border-bottom: 1px solid var(--line); }
  .process-step:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-grid > div:last-child { grid-column: 3; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, var(--container)); }
  .site-header { height: 70px; background: rgba(250,248,245,.97); border-color: var(--line); }
  .brand { width: 195px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: absolute; z-index: 10; inset: 100% 0 auto; min-height: calc(100svh - 70px); padding: 28px 16px; overflow-y: auto; background: var(--warm); display: flex; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 20px 12px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .hero { min-height: auto; padding: 124px 0 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4.4rem); }
  .hero-lead { font-size: .95rem; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .faq-heading h2, .closing h2, .about h2 { font-size: clamp(2.2rem, 9.8vw, 3.6rem); }
  .about-grid { grid-template-columns: 1fr; }
  .credentials { max-width: 520px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 0; border-right: 0; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(2.5rem, 13vw, 3.6rem); }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .microcopy span { display: none; }
  .credentials dl { padding-inline: 20px; }
  .credentials dl > div { grid-template-columns: 1fr; gap: 5px; }
  .process-step { padding-inline: 16px; }
  .process-note { text-align: left; }
  .testimonial-card { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 8px; }
  .whatsapp-float { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); }
  .legal-page main { width: min(100% - 32px, 860px); }
  .legal-brand { margin-bottom: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Direção visual premium, versão editorial com fotografia */
:root {
  --wine: #6b2638;
  --wine-dark: #3a1720;
  --copper: #dc6b13;
  --cream: #f5eee5;
  --sand: #e8d8c5;
  --serif-accent: "Cormorant Garamond", Georgia, serif;
  --container: 1320px;
}

body { background: #fcfaf7; }
.section { padding: clamp(104px, 9vw, 160px) 0; }
.eyebrow { color: var(--copper); }
.section-heading { max-width: 900px; margin-bottom: 64px; }
.section-heading h2, .faq-heading h2, .closing h2, .about h2 {
  font-family: var(--serif-accent);
  font-size: clamp(2.8rem, 4.6vw, 4.6rem);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.045em;
}

.site-header { height: 88px; background: rgba(252, 250, 247, .94); border-bottom-color: rgba(107, 38, 56, .1); backdrop-filter: blur(16px); }
.site-header.scrolled { background: rgba(252, 250, 247, .98); box-shadow: 0 10px 32px rgba(58, 23, 32, .06); }
.header-inner { gap: 28px; }
.brand { width: 245px; }
.main-nav { margin-left: auto; gap: clamp(18px, 2vw, 32px); }
.header-cta { min-height: 46px; padding: 11px 20px; border: 1px solid var(--wine); border-radius: 100px; color: var(--wine); display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-size: .88rem; font-weight: 600; line-height: 1.2; }
.header-cta > .whatsapp-icon { display: block; margin-right: 0; }
.header-cta:hover { color: #fff; background: var(--wine); }

.hero { position: relative; min-height: 100svh; overflow: hidden; padding: 126px 0 62px; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -310px; bottom: -250px; border: 1px solid rgba(220, 107, 19, .35); border-radius: 50%; }
.hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(370px, .72fr); gap: clamp(50px, 7vw, 120px); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(3.7rem, 6vw, 6.65rem); line-height: .88; letter-spacing: -.07em; }
.hero h1 em { margin-top: .12em; color: var(--wine); font-size: 1.06em; line-height: .82; }
.hero-lead { max-width: 760px; margin-bottom: 34px; font-size: 1rem; line-height: 1.72; }
.hero .button-primary { background: var(--wine); border-color: var(--wine); }
.hero .button-primary:hover { background: var(--wine-dark); border-color: var(--wine-dark); }

.diagnosis { padding-top: 92px; background: #fcfaf7; }
.diagnosis .section-heading { display: grid; grid-template-columns: 1.1fr .7fr; column-gap: 70px; align-items: end; max-width: none; }
.diagnosis .section-heading .eyebrow { grid-column: 1 / -1; }
.diagnosis .section-heading > p:last-child { padding-bottom: 8px; }

.about { position: relative; overflow: hidden; color: #fff; background: #6B2638; }
.about::before { content: "BT"; position: absolute; right: -40px; top: -105px; color: rgba(255, 255, 255, .045); font-family: var(--serif-accent); font-size: 32rem; line-height: 1; }
.about-grid { position: relative; z-index: 1; grid-template-columns: minmax(0, 1.04fr) minmax(370px, .68fr); }
.about h2 { color: #fff; }
.about .eyebrow { color: #f0b37c; }
.about-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .82); font-size: 1rem; line-height: 1.8; }
.about-copy .button-primary { color: #6B2638; background: #fff; border-color: #fff; }
.about-copy .button-primary:hover { color: #6B2638; background: #f5dfd4; border-color: #f5dfd4; }
.credentials { overflow: hidden; border: 0; border-radius: 28px; background: #fffaf5; box-shadow: 0 30px 80px rgba(28, 9, 14, .28); }
.about-photo { position: relative; aspect-ratio: 879 / 1094; overflow: hidden; background: #f4eee8; }
.about-photo::after { display: none; }
.about-photo img { width: 100%; height: 100%; margin: 0; object-fit: cover; object-position: center; opacity: 1; filter: none; }
.about-photo span { position: absolute; z-index: 2; left: 34px; bottom: 34px; color: #fff; font-family: var(--serif-accent); font-size: 2.25rem; text-align: left; }
.credentials dl { padding-inline: 30px; }

.process { background: #fff; }
.process .section-heading h2 { color: var(--wine); }
.process .section-heading > p:last-child { color: #62554f; }
.process-grid { gap: 16px; border: 0; }
.process-step { min-height: 345px; overflow: hidden; padding: 112px 28px 30px; background: linear-gradient(145deg, #fbf8f4 0%, #f3ece5 100%); border: 1px solid rgba(107, 38, 56, .14) !important; border-radius: 20px; box-shadow: 0 16px 40px rgba(58, 23, 32, .06); }
.process-step > .process-icon { position: absolute; left: 28px; top: 30px; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 50%; font-family: var(--serif-accent); font-size: 1.25rem; }
.process-number { top: 25px; left: auto; right: 24px; color: rgba(107, 38, 56, .12); font-family: var(--serif-accent); font-size: 5.8rem; }
.process-step h3 { color: var(--wine); font-family: var(--serif-accent); font-size: 1.65rem; font-weight: 600; }
.process-step p { color: #62554f; }
.process-note { margin-top: 18px; padding: 28px; background: var(--wine); border: 0; border-radius: 16px; }
.process-note p { color: #f5e9e0; }

.services { background: #fcfaf7; }
.services .section-heading { margin-bottom: 72px; }

.testimonials { background: #f8f3ed; }
.testimonial-slider { position: relative; }
.testimonial-viewport { overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; outline: none; }
.testimonial-viewport::-webkit-scrollbar { display: none; }
.testimonial-viewport:focus-visible { border-radius: 20px; box-shadow: 0 0 0 3px rgba(107, 38, 56, .22); }
.testimonial-track { display: flex; align-items: flex-start; gap: 16px; }
.testimonial-card { height: 420px; min-height: 0; overflow: hidden; border: 1px solid rgba(107,38,56,.1); border-radius: 18px; background: #fff; transition: height .3s ease, box-shadow .3s ease; }
.testimonial-card.is-expanded { height: auto; overflow: visible; box-shadow: 0 18px 42px rgba(78, 43, 31, .1); }
.testimonial-track .testimonial-card { flex: 0 0 calc((100% - 32px) / 3); scroll-snap-align: start; scroll-snap-stop: always; }
.testimonial-card blockquote { font-size: 1.22rem; }
.testimonial-card blockquote.is-collapsed { max-height: calc(1.43em * 7); overflow: hidden; }
.testimonial-more { min-height: 44px; align-self: flex-start; margin: -10px 0 13px; padding: 10px 0; color: var(--wine); background: transparent; border: 0; border-bottom: 1px solid rgba(107, 38, 56, .35); font-family: var(--sans); font-size: .82rem; font-weight: 700; cursor: pointer; }
.testimonial-more:hover { border-bottom-color: var(--wine); }
.testimonial-more:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
.testimonial-more[hidden] { display: none; }
.testimonials .section-heading { margin-inline: auto; text-align: center; }
.testimonials .section-heading > p:last-child { margin-inline: auto; }
.whatsapp-testimonials { margin-bottom: clamp(72px, 8vw, 112px); }
.whatsapp-testimonials-heading { max-width: 760px; margin: 0 auto 18px; text-align: center; }
.whatsapp-testimonials-heading h3, .linkedin-testimonials-heading h3 { color: var(--wine); font-family: var(--serif-accent); font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.05; font-weight: 600; }
.whatsapp-testimonials-heading h3 { margin-bottom: 0; }
.whatsapp-testimonials-heading > p:not(.eyebrow) { margin: 4px auto 0; color: var(--muted); }
.linkedin-testimonials-heading { margin: 0 auto 34px; padding-top: 4px; text-align: center; }
.linkedin-testimonials-heading .eyebrow { margin-bottom: 14px; }
.linkedin-featured-testimonial { width: min(100%, 560px); margin: 0 auto 44px; }
.linkedin-featured-testimonial img { display: block; width: 100%; height: auto; border: 1px solid rgba(107, 38, 56, .12); border-radius: 14px; box-shadow: 0 16px 36px rgba(59, 34, 25, .1); }
.whatsapp-carousel-controls { display: flex; justify-content: center; gap: 12px; margin-top: 14px; }
.whatsapp-carousel-controls button { width: 46px; height: 46px; display: grid; place-items: center; color: var(--wine); background: #fff; border: 1px solid rgba(107, 38, 56, .3); border-radius: 50%; font-size: 1.2rem; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.whatsapp-carousel-controls button:hover { color: #fff; background: var(--wine); transform: translateY(-2px); }
.whatsapp-carousel-controls button:focus-visible { outline: 3px solid rgba(107, 38, 56, .24); outline-offset: 3px; }
.whatsapp-marquee { width: 100vw; margin-left: calc(50% - 50vw); padding: 10px 0 20px; overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; scrollbar-color: rgba(107, 38, 56, .35) transparent; cursor: grab; -webkit-overflow-scrolling: touch; }
.whatsapp-marquee.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; user-select: none; }
.whatsapp-marquee-track { display: flex; width: max-content; }
.whatsapp-marquee-group { display: flex; align-items: center; gap: 16px; padding: 8px 24px 18px; }
.whatsapp-testimonial { height: clamp(220px, 24vw, 300px); flex: 0 0 auto; padding: 0; overflow: hidden; scroll-snap-align: center; background: #efe9e2; border: 1px solid rgba(107, 38, 56, .12); border-radius: 16px; box-shadow: 0 10px 26px rgba(59, 34, 25, .1); cursor: zoom-in; transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-testimonial:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(59, 34, 25, .16); }
.whatsapp-testimonial:focus-visible { outline: 3px solid rgba(107, 38, 56, .36); outline-offset: 4px; }
.whatsapp-testimonial img { display: block; width: auto; height: 100%; max-width: min(440px, calc(100vw - 36px)); object-fit: contain; pointer-events: none; }
.lightbox-open { overflow: hidden; }
.whatsapp-lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; background: transparent; border: 0; }
.whatsapp-lightbox::backdrop { background: rgba(25, 13, 17, .88); backdrop-filter: blur(8px); }
.whatsapp-lightbox-inner { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 30px; }
.whatsapp-lightbox img { display: block; max-width: min(94vw, 1100px); max-height: calc(100dvh - 100px); width: auto; height: auto; object-fit: contain; border-radius: 16px; box-shadow: 0 24px 80px rgba(0, 0, 0, .45); }
.whatsapp-lightbox-close { position: fixed; z-index: 2; top: max(18px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right)); width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; font-family: var(--sans); font-size: 2rem; line-height: 1; cursor: pointer; }
.whatsapp-lightbox-close:hover { background: var(--wine); }
.whatsapp-lightbox-close:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.whatsapp-lightbox p { position: fixed; left: 50%; bottom: max(16px, env(safe-area-inset-bottom)); transform: translateX(-50%); margin: 0; color: #fff; font-size: .82rem; text-align: center; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 28px; }
.testimonial-arrow { width: 48px; height: 48px; display: grid; place-items: center; color: var(--wine); background: transparent; border: 1px solid rgba(107, 38, 56, .3); border-radius: 50%; cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s ease; }
.testimonial-arrow:hover { color: #fff; background: var(--wine); transform: translateY(-2px); }
.testimonial-arrow:focus-visible { outline: 3px solid rgba(107, 38, 56, .22); outline-offset: 3px; }
.testimonial-dots { display: flex; align-items: center; gap: 8px; }
.testimonial-dot { width: 8px; height: 8px; padding: 0; background: rgba(107, 38, 56, .25); border: 0; border-radius: 50%; cursor: pointer; transition: width .25s ease, background .25s ease; }
.testimonial-dot.is-active { width: 28px; background: var(--wine); border-radius: 99px; }
.testimonial-dot:focus-visible { outline: 2px solid var(--wine); outline-offset: 3px; }

.faq { background: #fff; }
.accordion details { margin-bottom: 10px; padding: 0 24px; border: 1px solid var(--line); border-radius: 12px; background: #fcfaf7; }
.accordion summary { font-family: var(--serif-accent); font-size: 1.35rem; font-weight: 600; }

.closing { position: relative; overflow: hidden; padding-top: clamp(76px, 8vw, 120px); background: var(--cream); }
.closing::before, .closing::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(107,38,56,.18); border-radius: 50%; }
.closing::before { left: -220px; top: -150px; }
.closing::after { right: -240px; bottom: -180px; }
.closing-inner { position: relative; z-index: 1; max-width: 1100px; }
.closing-photo { position: relative; width: min(100%, 1000px); height: clamp(420px, 50vw, 620px); margin: 0 auto -46px; overflow: hidden; -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 66%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 66%, transparent 100%); }
.closing-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 28px 28px 0 0; }
.closing-inner > .eyebrow { position: relative; z-index: 1; }
.closing h2 { max-width: 780px; color: var(--wine); font-size: clamp(2.7rem, 4.2vw, 4.5rem); }
.closing .button-primary { background: var(--wine); border-color: var(--wine); }

.whatsapp-float { background: var(--wine); box-shadow: 0 14px 34px rgba(58,23,32,.28); }
.whatsapp-float .whatsapp-icon { margin-right: 7px; }

@media (max-width: 1120px) {
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .66fr); gap: 54px; }
  .hero h1 { font-size: clamp(3.5rem, 6.7vw, 5.7rem); }
  .diagnosis .section-heading { grid-template-columns: 1fr; }
  .testimonial-track .testimonial-card { flex-basis: calc((100% - 16px) / 2); }
}

@media (max-width: 780px) {
  .site-header { height: 74px; }
  .main-nav { inset: 100% 0 auto; min-height: calc(100svh - 74px); }
  .hero { padding-top: 118px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero h1 { font-size: clamp(3.45rem, 12vw, 5.4rem); }
  .diagnosis { padding-top: 74px; }
  .about-grid { grid-template-columns: 1fr; }
  .testimonial-track .testimonial-card { height: 390px; flex-basis: 100%; }
  .testimonial-track .testimonial-card.is-expanded { height: auto; }
  .testimonial-card blockquote.is-collapsed { max-height: calc(1.43em * 8); }
  .whatsapp-testimonials { margin-bottom: 72px; }
  .whatsapp-testimonial { height: 240px; border-radius: 14px; }
  .whatsapp-lightbox-inner { padding: 18px; }
  .whatsapp-lightbox img { max-width: 96vw; max-height: calc(100dvh - 92px); border-radius: 12px; }
  .closing-photo { height: 470px; margin-bottom: -34px; }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-marquee { scroll-behavior: auto; }
}

@media (max-width: 520px) {
  .brand { width: 205px; }
  .hero { padding-top: 110px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 4.2rem); }
  .hero-lead { font-size: .94rem; }
  .section-heading h2, .faq-heading h2, .closing h2, .about h2 { font-size: clamp(2.4rem, 10.8vw, 3.2rem); }
  .process-step { min-height: 315px; }
  .accordion details { padding-inline: 17px; }
  .accordion summary { font-size: 1.16rem; }
  .closing { padding-top: 58px; }
  .closing-photo { width: calc(100% + 12px); height: 340px; margin-left: -6px; margin-bottom: -22px; }
  .closing-photo img { border-radius: 20px 20px 0 0; }
  .closing h2 { font-size: clamp(2.3rem, 10vw, 3rem); }
}

/* Hero com o banner oficial da Bia */
.hero {
  min-height: auto;
  padding: 88px 0 0;
  display: block;
  background: #f8efe6;
}
.hero::before { display: none; }
.hero-media {
  position: absolute;
  z-index: 0;
  inset: 88px 0 auto;
  height: clamp(560px, 72svh, 680px);
  overflow: hidden;
}
.hero-media img {
  width: 106%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: translateX(-2.25%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: clamp(560px, 72svh, 680px);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.hero-copy {
  width: min(800px, 62vw);
  padding: 38px 0 44px;
}
.hero h1 {
  max-width: 800px;
  font-family: var(--serif-accent);
  font-weight: 600;
  font-size: clamp(3.05rem, 4.35vw, 4.65rem);
  line-height: .92;
}
.hero-lead {
  max-width: 760px;
  font-size: .92rem;
  line-height: 1.6;
}

@media (max-width: 920px) {
  .hero-copy { width: min(680px, 68vw); }
  .hero h1 { font-size: clamp(2.9rem, 5.5vw, 4.1rem); }
}

@media (max-width: 780px) {
  .hero {
    min-height: auto;
    padding-top: 74px;
    display: flex;
    flex-direction: column;
  }
  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(420px, 64svh, 560px);
    aspect-ratio: auto;
  }
  .hero-media::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 52%, rgba(248, 239, 230, .22) 67%, rgba(248, 239, 230, .82) 89%, #f8efe6 100%);
  }
  .hero-media img {
    width: 100%;
    object-fit: cover;
    object-position: 78% 44%;
    transform: none;
  }
  .hero-grid {
    z-index: 2;
    min-height: auto;
    margin-top: -74px;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 0 52px;
    text-align: center;
  }
  .hero h1 {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.75rem, 7vw, 3.4rem);
  }
  .hero-lead { max-width: 620px; margin-left: auto; margin-right: auto; font-size: .98rem; }
  .hero .button-row { justify-content: center; }
  .hero .microcopy { max-width: 620px; margin-left: auto; margin-right: auto; text-align: center; }
}

@media (max-width: 520px) {
  .hero-media { height: clamp(290px, 36svh, 300px); aspect-ratio: auto; }
  .hero-media img { object-position: 90% 42%; }
  .hero-grid { margin-top: -64px; }
  .hero-copy { padding: 0 0 44px; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(2.1rem, 10vw, 2.8rem); line-height: .96; }
  .hero-lead { margin-bottom: 14px; font-size: .95rem; line-height: 1.62; }
  .hero .button { padding-inline: 10px; font-size: clamp(.78rem, 3.6vw, .88rem); white-space: nowrap; }
  .section-heading h2, .faq-heading h2, .about h2 { font-size: clamp(2.35rem, 10.5vw, 3.15rem); }
  .process-number { font-size: 4.7rem; }
}

@media (max-width: 520px) and (max-height: 650px) {
  .whatsapp-float { width: 50px; min-height: 50px; padding: 0; justify-content: center; }
  .whatsapp-float .whatsapp-icon { margin-right: 0; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
}

/* Catálogo de serviços em cards fotográficos */
.service-catalog {
  padding-top: clamp(92px, 8vw, 140px);
  background: #fcfaf7;
}
.service-catalog .section-heading {
  max-width: 960px;
}
.service-catalog .section-heading > p:last-child {
  max-width: 690px;
}
.service-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}
.service-card {
  grid-column: span 2;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(107, 38, 56, .12);
  border-radius: 24px;
  box-shadow: 0 16px 46px rgba(65, 43, 28, .06);
  scroll-margin-top: 105px;
}
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:nth-child(5) { grid-column: 4 / span 2; }
.service-card figure {
  position: relative;
  height: 285px;
  margin: 0;
  overflow: hidden;
  background: #e8ddd1;
}
.service-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 23px 23px 0 0;
  pointer-events: none;
}
.service-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.02);
  transition: transform .5s ease;
}
.service-card:hover figure img { transform: scale(1.035); }
.service-card:nth-child(1) figure img { object-position: center 58%; }
.service-card:nth-child(2) figure img { object-position: center 34%; filter: saturate(.9) contrast(1.02); }
.service-card:nth-child(3) figure img { object-position: center 48%; }
.service-card:nth-child(4) figure img { object-position: center 43%; }
.service-card:nth-child(5) figure img { object-position: center 8%; }
.service-card figure span {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 18px;
  padding: 8px 11px;
  color: #fff;
  background: rgba(58, 23, 32, .86);
  border-radius: 100px;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-card-body {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-card-body .eyebrow {
  margin-bottom: 13px;
}
.service-card-body h3 {
  margin-bottom: 18px;
  font-family: var(--serif-accent);
  font-size: clamp(1.55rem, 1.85vw, 1.95rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.js-whatsapp > .whatsapp-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  margin-right: .5rem;
}
.service-card-body > p:not(.eyebrow) {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.65;
}
.service-card-body ul {
  width: 100%;
  margin: 0 0 26px;
  padding: 17px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.service-card-body li {
  position: relative;
  padding: 5px 0 5px 16px;
  color: #5e554e;
  font-size: .76rem;
}
.service-card-body .service-detail-list li {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: .79rem;
  line-height: 1.55;
}
.service-card-body .service-detail-list li strong {
  color: var(--wine);
  font-weight: 600;
}
.service-card-body .service-journey-list li strong,
.service-card-body .service-journey-list li span {
  display: block;
}
.service-card-body .service-journey-list li span {
  margin-top: 3px;
}
.service-card-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: var(--copper);
  border-radius: 50%;
}
.service-card-body > .button {
  width: 100%;
  margin-top: auto;
  color: #fff;
  background: var(--wine);
  border-color: var(--wine);
}
.service-card-body > .button:hover {
  background: var(--wine-dark);
  border-color: var(--wine-dark);
}
.service-card-body .status-label { margin-top: auto; }

@media (max-width: 1050px) {
  .service-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) { grid-column: auto; }
}

@media (max-width: 650px) {
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card figure { height: 255px; }
  .service-card-body { padding: 26px 22px; }
  .service-card-body h3 { font-size: 1.75rem; }
}

.legal-page h1 { font-family: var(--serif-accent); font-weight: 600; }

/* Seção editorial: públicos atendidos */
.diagnosis { padding: clamp(90px, 9vw, 140px) 0; background: #fcfaf7; }
.audience-layout { display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr); gap: clamp(50px, 7vw, 104px); align-items: stretch; }
.audience-photo { position: relative; min-height: 790px; margin: 0; overflow: hidden; border-radius: 30px; background: var(--wine); box-shadow: 0 24px 60px rgba(58, 23, 32, .13); }
.audience-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(37, 20, 22, .82) 100%); }
.audience-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; filter: saturate(.92) contrast(1.02); transition: transform .7s ease; }
.audience-photo:hover img { transform: scale(1.025); }
.audience-content { align-self: center; }
.audience-content > .eyebrow { margin-bottom: 18px; }
.audience-content h2 { max-width: 760px; margin-bottom: 44px; color: var(--wine); font-family: var(--serif-accent); font-size: clamp(3.2rem, 4.5vw, 5rem); font-weight: 600; line-height: .9; letter-spacing: -.045em; }
.audience-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(107, 38, 56, .2); }
.audience-list li { border-bottom: 1px solid rgba(107, 38, 56, .2); }
.audience-list a { display: grid; grid-template-columns: 48px minmax(0, 1fr) 34px; gap: 18px; align-items: center; min-height: 82px; padding: 14px 10px 14px 4px; transition: color .25s ease, background .25s ease, padding .25s ease; }
.audience-list a:hover, .audience-list a:focus-visible { padding-left: 18px; color: #fff; background: var(--wine); outline: none; }
.audience-number { color: var(--copper); font-family: var(--mono); font-size: .75rem; letter-spacing: .08em; }
.audience-copy { display: flex; flex-direction: column; gap: 4px; }
.audience-copy strong { font-family: var(--serif-accent); font-size: clamp(1.25rem, 1.75vw, 1.65rem); font-weight: 600; line-height: 1.08; }
.audience-copy small { color: var(--muted); font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: color .25s ease; }
.audience-list a:hover .audience-copy small, .audience-list a:focus-visible .audience-copy small { color: #efd7c5; }
.audience-list a > .inline-arrow { justify-self: end; color: var(--wine); font-size: 1.25rem; transition: color .25s ease, transform .25s ease; }
.audience-list a:hover > .inline-arrow, .audience-list a:focus-visible > .inline-arrow { color: #fff; transform: translate(3px, -3px); }

@media (max-width: 980px) {
  .audience-layout { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 42px; }
  .audience-photo { min-height: 720px; }
  .audience-content h2 { font-size: clamp(3rem, 6vw, 4.8rem); }
}

@media (max-width: 760px) {
  .audience-layout { grid-template-columns: 1fr; gap: 46px; }
  .audience-photo { min-height: 500px; }
  .audience-content h2 { margin-bottom: 34px; font-size: clamp(2.55rem, 10.8vw, 3.35rem); }
  .audience-list a { grid-template-columns: 36px minmax(0, 1fr) 26px; gap: 12px; min-height: 88px; padding-right: 4px; }
  .audience-list a:hover, .audience-list a:focus-visible { padding-left: 10px; }
  .audience-copy strong { font-size: 1.3rem; }
}

/* Exportação integral do site para apresentação em PDF */
@page { size: 1440px 810px; margin: 0; }

@media print {
  html { scroll-behavior: auto; }
  html, body { width: 100%; background: #fff; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  body { overflow: visible; }
  .container { width: calc(100% - 36px); }
  .section { padding: 46px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .faq-heading h2, .closing h2, .about h2 { font-size: 3.4rem; }
  .site-header { position: absolute; height: 72px; background: rgba(252, 250, 247, .96); }
  .brand { width: 230px; }
  .main-nav, .menu-toggle, .header-cta { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .skip-link, .whatsapp-float, .testimonial-controls { display: none !important; }
  .hero { height: 100vh; min-height: 0; padding: 72px 0 0; display: block; break-after: page; }
  .hero-media { position: absolute; inset: 72px 0 auto; width: 100%; height: calc(100vh - 72px); aspect-ratio: auto; }
  .hero-media img { width: 106%; object-fit: cover; object-position: right center; transform: translateX(-2.25%); }
  .hero-grid { min-height: calc(100vh - 72px); display: grid; grid-template-columns: 1fr; align-items: center; }
  .hero-copy { width: 60%; padding: 28px 0; }
  .hero h1 { font-size: 3.85rem; }
  .hero-lead { font-size: .86rem; }
  .services, .process, .diagnosis, .testimonials, .about, .faq, .closing { break-before: page; }
  .service-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }
  .service-card figure { height: 205px; }
  .service-card-body { padding: 18px; }
  .service-card-body h3 { margin-bottom: 11px; font-size: 1.55rem; }
  .service-card-body > p:not(.eyebrow), .service-card-body li { font-size: .72rem; }
  .service-card-body ul { margin: 14px 0; padding: 12px 0; }
  .service-card-body .button { min-height: 42px; padding: 9px 12px; font-size: .7rem; }
  .process-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .process-step { min-height: 315px; padding: 102px 20px 24px; }
  .process-note { margin-top: 12px; padding: 20px; }
  .diagnosis { height: 100vh; padding: 28px 0; overflow: hidden; }
  .audience-layout { height: calc(100vh - 56px); grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: 44px; align-items: stretch; }
  .audience-photo { height: 100%; min-height: 0; }
  .audience-content h2 { margin-bottom: 22px; font-size: 3.55rem; }
  .audience-list a { min-height: 58px; padding-block: 7px; }
  .audience-copy strong { font-size: 1.1rem; }
  .testimonial-viewport { overflow: visible; }
  .testimonial-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .testimonial-track .testimonial-card { min-width: 0; min-height: 255px; padding: 18px; break-inside: avoid; }
  .testimonial-card blockquote { font-size: 1.05rem; }
  .about { height: 100vh; padding: 24px 0; overflow: hidden; }
  .about-grid { height: calc(100vh - 48px); grid-template-columns: minmax(0, 1.04fr) minmax(320px, .68fr); gap: 48px; align-items: center; }
  .about h2 { font-size: 3rem; }
  .about-copy > p:not(.eyebrow) { font-size: .75rem; }
  .credentials { max-width: none; }
  .about-photo { min-height: 280px; }
  .credentials dl > div { padding-block: 9px; }
  .faq-layout { grid-template-columns: .62fr 1.38fr; gap: 52px; }
  .faq-heading { position: static; }
  .accordion details { margin-bottom: 7px; }
  .accordion summary { padding-block: 16px; font-size: 1.05rem; }
  .closing { padding: 68px 0 42px; }
  .closing h2 { font-size: 4.3rem; }
  .site-footer { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; break-before: page; }
  .service-card, .process-step, .audience-list li, .testimonial-card, .accordion details { break-inside: avoid; }
  .hero, .services, .process, .diagnosis, .testimonials, .about, .faq, .closing, .site-footer { break-inside: auto; }
  a { text-decoration: none; }
}

