/* Evoluir Pilates — campanha para aula experimental.
   Paleta, tipografia e medidas principais ficam concentradas aqui. */
:root {
  --color-primary: #d85d61;
  --color-primary-dark: #ad4249;
  --color-primary-medium: #e98d8f;
  --color-primary-soft: #f4cccc;
  --color-primary-ultralight: #fbeeee;
  --color-background: #fcfbf9;
  --color-surface: #fff;
  --color-surface-warm: #f3e8e4;
  --color-surface-blush: #f7eeeb;
  --color-surface-cool: #edf2f4;
  --color-text: #282424;
  --color-text-secondary: #625b5a;
  --color-border: #e8dfdd;
  --font-heading: "Manrope", Arial, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
  --container: 1180px;
  --radius: 16px;
  --shadow-soft: 0 12px 36px rgba(53, 37, 34, .07);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--color-background); color: var(--color-text); font-family: var(--font-body); font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--color-primary-dark); outline-offset: 4px; }
::selection { background: var(--color-primary-soft); color: var(--color-text); }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.18; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 4.2vw, 4.7rem); font-weight: 800; }
h2 { font-size: clamp(2.3rem, 3.5vw, 3.9rem); font-weight: 800; }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.5rem); font-weight: 700; }
h4 { font-size: 1.13rem; font-weight: 700; }
p { color: var(--color-text-secondary); }
em { color: var(--color-primary-dark); font-style: normal; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(76px, 8.5vw, 132px); --decor-line: rgba(173,66,73,.09); --decor-dot: rgba(173,66,73,.16); }
.section > .container { position: relative; z-index: 1; }
/* Curvas e pontos ficam nas margens para dar ritmo sem competir com o conteúdo. */
.hero::before, .experimental-section::before, .team-section::before, .physio-section::before, .faq-section::before, .final-section::before { content: ""; position: absolute; z-index: 0; width: 560px; height: 560px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle at center, transparent 0 176px, var(--decor-line) 177px 178px, transparent 179px 231px, var(--decor-line) 232px 233px, transparent 234px); }
.hero::before { right: -195px; bottom: -215px; }
.experimental-section::before { left: -235px; top: -210px; }
.team-section::before { right: -215px; bottom: -275px; }
.physio-section::before { left: -240px; top: -225px; }
.faq-section::before { left: -205px; bottom: -225px; }
.final-section::before { right: -195px; top: -180px; }
.start-section::after, .structure-section::after, .reviews-section::after { content: ""; position: absolute; z-index: 0; width: 320px; height: 270px; pointer-events: none; background: radial-gradient(circle, var(--decor-dot) 1px, transparent 1.5px) 0 0 / 22px 22px; -webkit-mask-image: radial-gradient(ellipse at center, #000 10%, transparent 73%); mask-image: radial-gradient(ellipse at center, #000 10%, transparent 73%); }
.start-section::after { right: -70px; top: 84px; }
.structure-section::after { left: -95px; bottom: 120px; }
.reviews-section::after { right: -80px; top: 90px; }
.final-section { --decor-line: rgba(255,255,255,.09); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--color-primary-dark); font-size: .79rem; font-weight: 700; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-rule { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.section-intro { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 22px 64px; margin-bottom: 54px; }
.section-intro .eyebrow, .section-intro h2 { grid-column: 1; }
.section-intro .eyebrow { margin-bottom: 0; }
.section-intro > p:not(.eyebrow), .section-intro .intro-text { grid-column: 2; grid-row: 2; max-width: 470px; }
.section-intro p + p { margin-top: 15px; }
.section-intro > p:not(.eyebrow), .intro-text p { font-size: 1.075rem; }
.start-section .section-intro, .structure-section .section-intro { display: block; max-width: 930px; margin-inline: auto; text-align: center; }
.start-section .section-intro .eyebrow, .structure-section .section-intro .eyebrow { justify-content: center; margin-bottom: 20px; }
.start-section .section-intro h2, .structure-section .section-intro h2 { max-width: 870px; margin: 0 auto 23px; }
.start-section .section-intro .intro-text, .structure-section .section-intro > p:not(.eyebrow) { max-width: 735px; margin-inline: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 56px; padding: 13px 24px; border: 1px solid transparent; border-radius: 8px; font-weight: 700; font-size: .96rem; line-height: 1.3; text-align: center; text-decoration: none; transition: background .24s ease, color .24s ease, border-color .24s ease, transform .24s ease, box-shadow .24s ease; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.button svg { width: 18px; height: 18px; flex: none; stroke-width: 2.2; }
.button .whatsapp-icon { width: 20px; height: 20px; fill: currentColor; stroke: none; }
.whatsapp-floating { position: fixed; z-index: 60; right: calc(20px + env(safe-area-inset-right, 0px)); bottom: calc(20px + env(safe-area-inset-bottom, 0px)); display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 6px 20px rgba(0, 0, 0, .22); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.whatsapp-floating:hover { background: #1faf55; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, .25); }
.whatsapp-floating .whatsapp-icon { width: 30px; height: 30px; fill: currentColor; }
.button-primary { background: var(--color-primary-dark); color: #fff; }
.button-primary:hover { background: #873138; }
.button-light { background: #fff; color: var(--color-primary-dark); }
.button-light:hover { background: var(--color-primary-ultralight); }
.button-secondary { border-color: var(--color-primary-dark); background: rgba(255,255,255,.7); color: var(--color-primary-dark); }
.button-secondary:hover { background: #fff; }
.microcopy { margin-top: 13px; font-size: .88rem; line-height: 1.55; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 9px 16px; border-radius: 4px; background: #fff; color: var(--color-text); }
.skip-link:focus { top: 12px; }

/* Header */
.site-header { position: sticky; z-index: 50; top: 0; background: var(--color-background); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(255,255,255,.94); border-color: var(--color-border); box-shadow: 0 8px 28px rgba(45,33,31,.045); backdrop-filter: blur(12px); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 112px; }
.wordmark { width: fit-content; display: flex; flex-direction: column; align-items: flex-start; line-height: 1; color: var(--color-primary-dark); }
.wordmark-name { font-family: var(--font-heading); font-size: 2.13rem; font-weight: 800; letter-spacing: -.085em; }
.wordmark-point { color: var(--color-primary-medium); }
.wordmark-sub { padding-left: 3px; margin-top: 5px; color: var(--color-text); font-size: .55rem; font-weight: 700; letter-spacing: .19em; }
.wordmark > img { width: 180px; height: auto; object-fit: contain; }
.header-place { display: flex; align-items: center; gap: 5px; white-space: nowrap; color: var(--color-text-secondary); font-size: .86rem; font-weight: 600; }
.header-place svg { width: 16px; height: 16px; margin-right: 5px; color: var(--color-primary); }
.button-header { justify-self: end; min-height: 46px; padding-inline: 17px; border-color: var(--color-primary); color: var(--color-primary-dark); font-size: .84rem; }
.button-header .whatsapp-icon { width: 17px; height: 17px; }
.button-header:hover { background: var(--color-primary-dark); border-color: var(--color-primary-dark); color: #fff; }
.button-label-short { display: none; }

/* Hero */
.hero { padding-top: clamp(38px, 4vw, 58px); padding-bottom: clamp(64px, 6vw, 94px); background: var(--color-surface); }
.hero-grid { display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: clamp(34px, 5vw, 72px); }
.hero h1 { max-width: 740px; }
.hero-title-lead { display: block; font-size: clamp(3rem, 4.45vw, 4.2rem); line-height: 1.09; }
.hero-title-rest { display: block; max-width: 660px; margin-top: 18px; font-size: clamp(1.85rem, 2.45vw, 2.5rem); font-weight: 700; line-height: 1.27; letter-spacing: -.04em; }
.hero-title-rest em { color: var(--color-text); text-decoration: underline; text-decoration-color: var(--color-primary-medium); text-decoration-thickness: .13em; text-underline-offset: .13em; }
.hero-description { max-width: 595px; margin-top: 25px; font-size: clamp(1.04rem, 1.2vw, 1.15rem); line-height: 1.64; }
.availability { display: flex; align-items: center; gap: 10px; margin: 29px 0 24px; color: var(--color-text); font-size: .96rem; font-weight: 600; line-height: 1.5; }
.availability svg { width: 20px; height: 20px; flex: none; color: var(--color-primary-dark); }
.hero-visual { position: relative; padding-top: 18px; }
.hero-visual::before { content: ""; position: absolute; top: 0; left: 0; width: 60px; height: 5px; background: repeating-linear-gradient(90deg, var(--color-primary) 0 8px, transparent 8px 15px); }
.photo-slot { position: relative; isolation: isolate; display: grid; place-items: center; overflow: hidden; border: 1px solid #ded2cf; border-radius: 3px; background: #ece4e1; }
.photo-slot::before { content: ""; position: absolute; z-index: -1; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(255,255,255,.44) calc(25% - 1px) 25%); }
.photo-slot-inner { display: flex; align-items: center; flex-wrap: wrap; justify-self: start; align-self: end; gap: 6px 10px; max-width: calc(100% - 32px); margin: 16px; padding: 12px 14px; border-left: 2px solid var(--color-primary); background: rgba(255,255,255,.94); color: var(--color-text); text-align: left; }
.photo-slot-inner svg { width: 18px; height: 18px; flex: none; stroke-width: 1.6; }
.photo-slot-inner span { font-family: var(--font-heading); font-size: .85rem; font-weight: 700; line-height: 1.3; }
.photo-slot-inner small { color: var(--color-text-secondary); font-size: .71rem; }
.photo-slot-hero { aspect-ratio: 4 / 4.9; min-height: 505px; }

/* Starting point */
.start-section { background: var(--color-surface-blush); }
.editorial-item, .principle, .person, .step, .structure-facts dl > div, .physio-area { border: 1px solid #e8deda; border-top: 2px solid var(--color-primary-medium); border-radius: 4px; background: var(--color-surface); }
.identification-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; gap: clamp(36px, 5vw, 78px); }
.identification-list { display: grid; gap: 14px; }
.editorial-item { padding: 22px 24px 24px; }
.editorial-item h3 { margin-bottom: 9px; }
.editorial-item p { max-width: 570px; font-size: .98rem; }
.photo-slot-start { min-height: 460px; }
.principles { margin-top: clamp(76px, 8vw, 112px); }
.principles-title { padding-bottom: 22px; border-bottom: 1px solid var(--color-text); font-size: 1.5rem; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 20px; }
.principle { padding: 26px 27px 29px; }
.principle h4 { max-width: 270px; margin-bottom: 12px; }
.principle p { font-size: .95rem; }
.statement { display: grid; grid-template-columns: 84px 1fr; gap: 32px; margin-top: 78px; padding: 46px 6vw; background: var(--color-text); border-radius: 3px; }
.statement-line { display: flex; align-items: flex-end; gap: 8px; align-self: start; height: 42px; }
.statement-line span { width: 7px; height: 35px; background: var(--color-primary-medium); }
.statement h3 { max-width: 780px; margin-bottom: 15px; color: #fff; font-size: clamp(1.9rem, 3vw, 3.25rem); }
.statement p { max-width: 690px; color: #eadfdd; font-size: 1.05rem; }

/* Experimental */
.experimental-section { border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: var(--color-surface); }
.experimental-top { display: grid; grid-template-columns: 1.13fr .87fr; align-items: center; gap: clamp(44px, 6vw, 94px); }
.experimental-top h2 { max-width: 700px; margin-bottom: 23px; }
.experimental-top > div:first-child > p:not(.eyebrow) { max-width: 620px; font-size: 1.07rem; }
.photo-slot-experimental { aspect-ratio: 4 / 4.2; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; margin: 84px 0 0; padding: 0; list-style: none; }
.step { padding: 23px 22px 26px; }
.step h3 { margin-bottom: 9px; font-size: 1.12rem; }
.step p { font-size: .92rem; }
.experimental-close { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 23px; margin-top: 70px; padding-top: 32px; border-top: 1px solid #e4bdbc; text-align: center; }
.experimental-close > div:first-child { max-width: 700px; }
.experimental-close h3 { margin-bottom: 7px; font-size: 1.55rem; }
.experimental-close p { max-width: 640px; margin-inline: auto; }
.cta-block { display: grid; justify-items: center; flex: none; }

/* Professionals */
.team-section { background: var(--color-surface-warm); }
.team-section .section-intro { display: block; max-width: 800px; margin-inline: auto; text-align: center; }
.team-section .section-intro .eyebrow { justify-content: center; margin-bottom: 20px; }
.team-section .section-intro h2 { margin-bottom: 20px; }
.team-section .section-intro > p:not(.eyebrow) { max-width: 620px; margin-inline: auto; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.person { display: grid; grid-template-columns: minmax(150px, .78fr) minmax(190px, 1fr); gap: 22px; align-items: start; padding: 19px; }
.photo-slot-person { min-height: 310px; aspect-ratio: 3 / 4; }
.person .photo-slot { border: 0; }
.person-copy { padding-top: 7px; }
.person h3 { margin-bottom: 7px; }
.credential { margin-bottom: 18px; color: var(--color-primary-dark); font-weight: 700; font-size: .83rem; }
.person-copy > p:not(.credential) { font-size: .92rem; }
.formation-label { margin-top: 20px; margin-bottom: 6px; color: var(--color-text) !important; font-size: .8rem !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.formation-details { display: grid; gap: 7px; margin: 0; padding-left: 20px; list-style: disc; font-size: .92rem; }
.formation-details li { line-height: 1.45; }
.formation-details li::marker { color: var(--color-primary); }
.team-summary { max-width: 900px; margin: 63px auto 0; padding: 26px 30px; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); text-align: center; font-size: 1.02rem; }
.team-summary strong { color: var(--color-text); }
.section-cta { display: flex; justify-content: center; margin-top: 30px; }

/* Structure */
.structure-section { background: var(--color-surface); }
.structure-layout { display: flex; flex-direction: column; gap: 38px; }
.structure-facts dl { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 17px; margin: 0; }
.structure-facts dl > div { grid-column: span 2; padding: 22px 24px 25px; background: var(--color-surface-blush); }
.structure-facts dl > div:nth-child(n+4) { grid-column: span 3; }
.structure-facts dt { margin-bottom: 7px; font-family: var(--font-heading); font-size: 1.06rem; font-weight: 800; letter-spacing: -.02em; }
.structure-facts dd { margin: 0; color: var(--color-text-secondary); font-size: .93rem; }
.structure-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 17px; order: -1; min-width: 0; }
.gallery-item { min-width: 0; }
.gallery-item:nth-child(1) { grid-column: span 7; }
.gallery-item:nth-child(2) { grid-column: span 5; }
.gallery-item:nth-child(3) { grid-column: span 5; }
.gallery-item:nth-child(4) { grid-column: span 7; }
.gallery-item .photo-slot { width: 100%; height: 260px; }
.gallery-item:nth-child(-n+2) .photo-slot { height: 320px; }
.gallery-item figcaption { padding-top: 6px; color: var(--color-text-secondary); font-size: .79rem; }
.v12-gallery { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(24px, 4vw, 58px); margin-top: 48px; padding: clamp(24px, 3vw, 42px); border: 1px solid #e8deda; border-top: 2px solid var(--color-primary-medium); border-radius: 4px; background: var(--color-surface-blush); }
.v12-gallery-copy h3 { margin-bottom: 13px; font-size: clamp(1.65rem, 2.4vw, 2.35rem); }
.v12-gallery-copy > p:last-child { max-width: 380px; }
.v12-gallery-grid { width: 100%; max-width: 430px; justify-self: end; }
.v12-gallery-grid figure { min-width: 0; }
.v12-gallery-grid .photo-slot { aspect-ratio: 1 / 1; }
.v12-gallery-grid figcaption { padding-top: 8px; color: var(--color-text-secondary); font-size: .79rem; }
.structure-summary { max-width: 850px; margin: 44px auto 0; padding-top: 27px; border-top: 1px solid #d9cbca; text-align: center; }
.structure-summary p { max-width: 800px; margin-inline: auto; font-size: 1.01rem; }
.structure-summary strong { color: var(--color-text); }

/* Physiotherapy */
.physio-section { background: #f8f4f0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.physio-intro { max-width: 910px; margin: 0 auto 42px; text-align: center; }
.physio-intro .eyebrow { justify-content: center; }
.physio-intro h2 { max-width: 870px; margin: 0 auto 22px; }
.physio-intro > p:not(.eyebrow) { max-width: 760px; margin-inline: auto; font-size: 1.07rem; }
.physio-areas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.physio-area { padding: 28px 28px 32px; }
.physio-area h3 { margin-bottom: 13px; font-size: 1.32rem; }
.physio-area p { font-size: .93rem; }
.physio-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.physio-limit, .physio-insurance { padding: 32px 35px; border-radius: 4px; }
.physio-limit { background: #efe3de; }
.physio-insurance { border: 1px solid #e8deda; background: #fff; }
.physio-detail-label { display: block; margin-bottom: 13px; color: var(--color-primary-dark); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.physio-details h3 { margin-bottom: 12px; font-size: 1.55rem; }
.physio-details p { font-size: .95rem; }
.physio-insurance-names { margin-top: 13px; color: var(--color-text); font-family: var(--font-heading); font-size: 1.3rem !important; font-weight: 800; }
.physio-insurance-names span { padding-inline: 7px; color: var(--color-primary-dark); }
.physio-terms { margin-top: 12px; font-size: .84rem !important; }
.physio-close { max-width: 820px; margin: 52px auto 0; padding-top: 27px; border-top: 1px solid #d9c8c2; text-align: center; }
.physio-close h3 { margin-bottom: 9px; font-size: 1.55rem; }
.physio-close p { max-width: 680px; margin-inline: auto; }
.physio-action { display: grid; justify-items: center; margin-top: 27px; text-align: center; }
.physio-action .microcopy { margin-top: 11px; }

/* Reviews */
.reviews-section { background: var(--color-surface-cool); }
.reviews-heading { display: flex; flex-direction: column; align-items: center; gap: 22px; margin-bottom: 41px; text-align: center; }
.reviews-heading .eyebrow { justify-content: center; }
.reviews-heading h2 { max-width: 830px; }
.rating-summary { display: grid; justify-items: center; gap: 5px; line-height: 1.2; }
.rating-stars { color: #fbbc04; letter-spacing: .13em; white-space: nowrap; }
.rating-main { display: flex; align-items: center; justify-content: center; gap: 12px; }
.rating-main img { width: 24px; height: 24px; flex: none; }
.rating-main strong { color: var(--color-text); font-family: var(--font-heading); font-size: 2.2rem; letter-spacing: -.06em; line-height: 1; }
.rating-main .rating-stars { font-size: 1.1rem; }
.rating-source { margin: 0; color: var(--color-text-secondary); font-size: .88rem; }
.reviews-track { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.review { position: relative; padding: 24px 26px 27px; border: 1px solid #dadce0; border-radius: 10px; background: #fff; box-shadow: 0 2px 8px rgba(60, 64, 67, .07); }
.review::after { content: ""; position: absolute; top: 20px; right: 24px; width: 22px; height: 22px; background: url("assets/logo/google-g.svg") center / contain no-repeat; }
.review-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.review-initial { display: grid; place-items: center; width: 43px; height: 43px; flex: none; border-radius: 50%; background: #e8f0fe; color: #1a73e8; font-family: Arial, sans-serif; font-weight: 700; }
.review:nth-child(2) .review-initial { background: #fce8e6; color: #c5221f; }
.review:nth-child(3) .review-initial { background: #e6f4ea; color: #137333; }
.review:nth-child(4) .review-initial { background: #fef7e0; color: #b06000; }
.review cite { display: block; color: var(--color-text); font-size: .94rem; font-style: normal; font-weight: 700; line-height: 1.3; }
.review-source { display: block; color: #5f6368; font-size: .75rem; }
.review > .rating-stars { color: #fbbc04; font-size: .9rem; letter-spacing: .1em; }
.review p { margin-top: 9px; font-size: .94rem; line-height: 1.72; }
.review-synthesis { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px 18px; margin-top: 31px; font-size: .96rem; }
.review-synthesis strong { color: var(--color-text); }
.review-synthesis b { padding-inline: 3px; color: var(--color-primary); }
.reviews-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 34px; }
.reviews-google-link { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; color: var(--color-primary-dark); font-weight: 700; font-size: .93rem; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.reviews-google-link:hover { color: var(--color-text); }
.google-link-logo { width: 22px; height: 22px; flex: none; }
.reviews-google-link svg { width: 18px; height: 18px; }

/* FAQ */
.faq-section { background: var(--color-surface-blush); }
.faq-container { max-width: 890px; }
.faq-container > div:first-child { margin-bottom: 45px; }
.faq-list { border-top: 1px solid #d7cecc; }
.faq-item { border-bottom: 1px solid #d7cecc; }
.faq-item h3 { font-size: 1rem; line-height: 1.4; letter-spacing: 0; }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 72px; padding: 18px 2px; border: 0; background: transparent; color: var(--color-text); font-family: var(--font-heading); font-size: 1.08rem; font-weight: 700; line-height: 1.35; text-align: left; cursor: pointer; }
.faq-question:hover { color: var(--color-primary-dark); }
.faq-icon { position: relative; width: 26px; height: 26px; flex: none; border: 1px solid #c5b8b6; border-radius: 50%; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; background: var(--color-text); transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-question[aria-expanded="true"] .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer { max-width: 720px; padding: 0 50px 23px 2px; }
.faq-answer p { font-size: 1rem; }
.faq-answer strong { color: var(--color-text); }

/* Location & CTA */
.final-section { background: var(--color-text); color: #fff; }
.final-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(40px, 6vw, 94px); }
.final-copy .eyebrow { color: #ffdddd; }
.final-copy h2 { max-width: 720px; margin-bottom: 23px; color: #fff; }
.final-copy > p:not(.eyebrow):not(.microcopy):not(.location-details) { max-width: 610px; color: #f4dada; font-size: 1.06rem; }
.final-copy address { margin-top: 27px; color: #fff; font-size: 1rem; font-style: normal; line-height: 1.75; }
.final-copy address strong { font-weight: 700; }
.opening-hours { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 12px; margin-top: 16px; color: #f4dada; font-size: .91rem; }
.opening-hours strong { color: #fff; font-weight: 700; }
.location-details { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.location-details span { padding: 5px 10px; border: 1px solid rgba(255,255,255,.4); border-radius: 3px; color: #fff; font-size: .78rem; font-weight: 600; }
.closing-points { display: flex; flex-wrap: wrap; gap: 6px 24px; margin: 27px 0 30px; padding: 0; list-style: none; }
.closing-points li { position: relative; padding-left: 16px; color: #fff; font-size: .89rem; }
.closing-points li::before { content: ""; position: absolute; top: .67em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.final-copy .microcopy { color: #f5dede; }
.final-visual { display: grid; gap: 13px; }
.photo-slot-facade { aspect-ratio: 1.3 / 1; }
.map-frame { overflow: hidden; border-radius: 8px; background: #e9e3e0; }
.map-frame iframe { display: block; width: 100%; height: 255px; border: 0; }

/* Footer and prototype privacy notice */
.site-footer { padding-top: 55px; border-top: 1px solid var(--color-border); background: var(--color-surface); color: var(--color-text); }
.footer-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: start; gap: clamp(40px, 6vw, 94px); padding-bottom: 42px; }
.footer-grid strong { font-family: var(--font-heading); font-size: 1.06rem; }
.footer-grid address { margin-top: 10px; color: var(--color-text-secondary); font-style: normal; font-size: .86rem; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; min-width: 0; }
.footer-label { margin-bottom: 3px; color: var(--color-text); font-family: var(--font-heading); font-size: .86rem; font-weight: 700; }
.footer-grid a { color: var(--color-text-secondary); font-size: .86rem; text-decoration: none; }
.footer-links a { overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--color-primary-dark); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { padding-block: 18px 26px; border-top: 1px solid var(--color-border); }
.footer-bottom p { color: var(--color-text-secondary); font-size: .77rem; }
.privacy-dialog { width: min(520px, calc(100% - 32px)); max-height: calc(100% - 32px); padding: 0; border: 0; border-radius: 12px; box-shadow: 0 20px 80px rgba(0,0,0,.24); }
.privacy-dialog::backdrop { background: rgba(31,22,22,.6); }
.dialog-inner { position: relative; padding: 38px; }
.dialog-inner h2 { margin-bottom: 16px; font-size: 1.7rem; }
.dialog-inner p + p { margin-top: 12px; }
.dialog-close { position: absolute; top: 13px; right: 13px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--color-primary-ultralight); color: var(--color-text); cursor: pointer; }
.dialog-close svg { width: 18px; height: 18px; }
.photo-lightbox { width: min(96vw, 1280px); max-width: none; max-height: calc(100vh - 24px); padding: 0; border: 0; background: transparent; color: #fff; overflow: visible; }
.photo-lightbox::backdrop { background: rgba(22,18,18,.9); }
.photo-lightbox-inner { position: relative; display: grid; justify-items: center; gap: 10px; max-height: calc(100vh - 24px); padding: 44px 4px 6px; }
.photo-lightbox img { width: auto; height: auto; max-width: min(92vw, 1200px); max-height: calc(100vh - 130px); object-fit: contain; border-radius: 4px; box-shadow: 0 18px 48px rgba(0,0,0,.38); }
.photo-lightbox-caption { max-width: 850px; color: #fff; font-size: .87rem; line-height: 1.4; text-align: center; }
.photo-lightbox-close { position: absolute; z-index: 1; top: 0; right: 4px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(20,17,17,.72); color: #fff; cursor: pointer; }
.photo-lightbox-close svg { width: 18px; height: 18px; }

/* Fotos carregadas nos mesmos contêineres da composição. */
.photo-slot > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.photo-slot.has-photo > img { opacity: 1; }
.photo-expand { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; color: #fff; cursor: zoom-in; }
.photo-expand .icon { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; padding: 8px; border-radius: 50%; background: rgba(32,27,27,.66); stroke-width: 1.7; opacity: .86; transition: background .2s ease, opacity .2s ease; }
.photo-expand:hover .icon, .photo-expand:focus-visible .icon { background: var(--color-primary-dark); opacity: 1; }
.photo-expand:focus-visible { outline-offset: -5px; }
.photo-slot.has-photo::before, .photo-slot.has-photo::after { display: none; }
.photo-slot[data-photo*="fachada"] > img { object-position: center 55%; }
.photo-slot-hero > img { object-position: 60% center; }
.photo-slot-start > img { object-position: 55% center; }
.photo-slot-experimental > img { object-position: center 42%; }
.photo-slot-person[data-photo*="jennefen"] > img { object-position: center 30%; }
.photo-slot-person[data-photo*="paula"] > img { object-position: center 32%; }

/* Entry motion is additive; content remains visible without JavaScript. */
.js-motion .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js-motion .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-place { display: none; }
  .person { grid-template-columns: 1fr; }
  .photo-slot-person { min-height: 300px; aspect-ratio: 1.5 / 1; }
}
@media (max-width: 900px) {
  .hero-grid, .identification-grid, .experimental-top, .structure-layout, .final-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-links { grid-template-columns: 1fr; }
  .hero-title-lead { font-size: clamp(2.65rem, 4.8vw, 3.7rem); }
  .hero-title-rest { font-size: clamp(1.7rem, 2.8vw, 2.2rem); }
  .photo-slot-hero { min-height: 450px; }
  .section-intro { gap: 18px 32px; }
  .steps { gap: 16px; }
  .physio-areas { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding-block: 78px; }
  .header-inner { min-height: 88px; }
  .wordmark > img { width: 145px; }
  .wordmark-name { font-size: 1.8rem; }
  .wordmark-sub { font-size: .45rem; }
  .button-header { min-height: 43px; }
  .button-label-full { display: none; }
  .button-label-short { display: inline; }
  .hero-grid, .identification-grid, .experimental-top, .structure-layout, .final-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .hero-copy { max-width: 640px; }
  .hero-title-lead { font-size: clamp(2.8rem, 6.5vw, 3.9rem); }
  .hero-title-rest { font-size: clamp(1.9rem, 3.8vw, 2.35rem); }
  .hero-visual { max-width: 620px; }
  .photo-slot-hero { min-height: 0; aspect-ratio: 1.35 / 1; }
  .section-intro { display: block; }
  .section-intro h2 { margin-bottom: 22px; }
  .section-intro .eyebrow { margin-bottom: 18px; }
  .section-intro > p:not(.eyebrow), .section-intro .intro-text { max-width: 650px; }
  .photo-slot-start { min-height: 400px; }
  .principles-grid { gap: 14px; }
  .statement { margin-top: 60px; }
  .photo-slot-experimental { max-height: 420px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 65px; }
  .experimental-close { flex-direction: column; }
  .team-grid { gap: 17px; }
  .team-summary { margin-top: 44px; }
  .physio-details { grid-template-columns: 1fr; }
  .structure-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-item:nth-child(n) { grid-column: auto; }
  .gallery-item .photo-slot { height: 190px; }
  .gallery-item:nth-child(-n+2) .photo-slot { height: 260px; }
  .v12-gallery { grid-template-columns: 1fr; }
  .v12-gallery-grid { justify-self: start; }
  .structure-facts dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .structure-facts dl > div:nth-child(n) { grid-column: auto; }
  .structure-facts dl > div:last-child { grid-column: 1 / -1; }
  .reviews-heading { gap: 22px; }
  .final-visual { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .photo-slot-facade { height: 260px; aspect-ratio: auto; }
  .map-frame iframe { height: 260px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding-block: 68px; }
  .section::before { transform: scale(.72); }
  .start-section::after, .structure-section::after, .reviews-section::after { width: 230px; height: 200px; opacity: .75; }
  h1 { font-size: clamp(2.4rem, 9.8vw, 3.1rem); }
  h2 { font-size: clamp(2.1rem, 8vw, 2.75rem); }
  .hero-title-lead { font-size: clamp(2.3rem, 8.2vw, 2.9rem); }
  .hero-title-rest { margin-top: 12px; font-size: clamp(1.57rem, 5.7vw, 1.9rem); }
  .hero-description { margin-top: 22px; }
  .hero .button, .experimental-close .button, .final-copy .button { width: 100%; }
  .availability { margin: 25px 0 22px; }
  .section-intro { margin-bottom: 34px; }
  .editorial-item { padding: 19px; }
  .photo-slot-start { min-height: 300px; }
  .principles { margin-top: 64px; }
  .principles-grid { grid-template-columns: 1fr; gap: 12px; }
  .principle { padding: 22px; }
  .principle h4 { max-width: none; margin-bottom: 0; }
  .principle p { margin-top: 9px; }
  .statement { grid-template-columns: 1fr; gap: 18px; padding: 29px 25px; }
  .statement-line { width: auto; height: 40px; }
  .statement h3 { font-size: 2rem; }
  .steps { grid-template-columns: 1fr; gap: 12px; padding: 0; }
  .step { padding: 22px; }
  .experimental-close { margin-top: 49px; }
  .cta-block { width: 100%; }
  .team-grid { grid-template-columns: 1fr; }
  .person { grid-template-columns: minmax(110px, .62fr) 1fr; gap: 16px; padding: 16px; }
  .photo-slot-person { min-height: 250px; aspect-ratio: 3 / 4; }
  .photo-slot-person .photo-slot-inner { gap: 3px; margin: 7px; padding: 7px; }
  .photo-slot-person .photo-slot-inner svg { display: none; }
  .photo-slot-person .photo-slot-inner span { font-size: .72rem; }
  .photo-slot-person .photo-slot-inner small { font-size: .61rem; overflow-wrap: anywhere; }
  .person h3 { font-size: 1.19rem; }
  .team-summary { padding-inline: 12px; }
  .physio-intro { margin-bottom: 35px; }
  .physio-area { padding: 24px; }
  .physio-limit, .physio-insurance { padding: 26px; }
  .physio-close { margin-top: 42px; }
  .physio-action { justify-items: stretch; }
  .structure-gallery { display: flex; gap: 13px; overflow-x: auto; margin-inline: -18px; padding: 0 18px 12px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .gallery-item, .gallery-item-wide { flex: 0 0 min(75vw, 315px); scroll-snap-align: start; }
  .gallery-item .photo-slot, .gallery-item:nth-child(-n+2) .photo-slot { height: auto; aspect-ratio: 1.28 / 1; }
  .structure-facts dl { grid-template-columns: 1fr; }
  .structure-facts dl > div:last-child { grid-column: auto; }
  .structure-summary { margin-top: 34px; }
  .reviews-heading { margin-bottom: 25px; }
  .rating-main strong { font-size: 1.85rem; }
  .reviews-track { display: flex; gap: 13px; overflow-x: auto; margin-inline: -18px; padding: 0 18px 13px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .review { flex: 0 0 min(82vw, 350px); scroll-snap-align: start; }
  .section-cta .button, .reviews-actions .button { width: 100%; }
  .reviews-actions { flex-direction: column; gap: 12px; }
  .faq-container > div:first-child { margin-bottom: 29px; }
  .faq-question { min-height: 69px; font-size: 1rem; }
  .final-visual { grid-template-columns: 1fr; }
  .photo-slot-facade { height: auto; aspect-ratio: 1.45 / 1; }
  .map-frame iframe { height: 250px; }
  .footer-grid { gap: 26px; }
  .footer-links { grid-template-columns: 1fr; gap: 22px; }
  .whatsapp-floating { right: calc(16px + env(safe-area-inset-right, 0px)); bottom: calc(16px + env(safe-area-inset-bottom, 0px)); width: 54px; height: 54px; }
}
@media (max-width: 420px) {
  .header-inner { gap: 8px; }
  .wordmark > img { width: 125px; }
  .wordmark-name { font-size: 1.6rem; }
  .wordmark-sub { font-size: .4rem; letter-spacing: .15em; }
  .button-header { min-height: 40px; gap: 5px; padding-inline: 10px; font-size: .75rem; }
  .button-header svg { width: 14px; height: 14px; }
  .button-header .whatsapp-icon { width: 15px; height: 15px; }
  .person { grid-template-columns: 1fr; }
  .photo-slot-person { min-height: 0; aspect-ratio: 1.55 / 1; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js-motion .reveal { opacity: 1; transform: none; }
}
