/* ===========================================================
   Studio Prado — fisioterapia e pilates clínico
   Assinatura: "geometria em movimento"
   coral #FF6F61 · petróleo #0F4C4A · areia #F5EBDD · branco
   =========================================================== */

:root {
  --coral: #FF6F61;
  --coral-d: #F0584A;
  --coral-lt: #B5392A;  /* coral legível como texto sobre areia/branco */
  --coral-dk: #FFA79D;  /* coral legível como texto sobre petróleo/tinta */
  --petrol: #0F4C4A;
  --petrol-l: #1B6663;
  --sand: #F5EBDD;
  --sand-d: #E9DCC9;
  --white: #ffffff;
  --ink: #0B2B29;
  --muted: #4A5F5D;
  --muted-l: #9FC1BE;
  --line: rgba(15, 76, 74, .16);
  --line-l: rgba(245, 235, 221, .22);

  --gut: clamp(1.25rem, 5vw, 3.25rem);
  --wrap: 1240px;
  --sec: clamp(3.75rem, 8.5vw, 7rem);
  --split: 100%;
  --hero-h: clamp(340px, 88vw, 440px);

  --d: Unbounded, "Trebuchet MS", system-ui, sans-serif;
  --t: Figtree, system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(.22, .8, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--t);
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: .002em;
  overflow-x: clip;
  padding-bottom: 86px; /* dock mobile */
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3 {
  font-family: var(--d);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

a { color: inherit; }

ul, ol, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }

.wrap { width: min(100% - (var(--gut) * 2), var(--wrap)); margin-inline: auto; }

section[id], header[id] { scroll-margin-top: 84px; }

.sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: 50%; top: 0; transform: translate(-50%, -140%);
  z-index: 60; background: var(--coral); color: var(--ink);
  font-family: var(--d); font-size: .9rem; padding: .85rem 1.25rem;
  border-radius: 0 0 14px 14px; text-decoration: none; transition: transform .2s var(--ease);
}
.skip:focus { transform: translate(-50%, 0); }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 2px; }
.on-coral :focus-visible, .btn:focus-visible { outline-color: var(--ink); }
.hero :focus-visible, .steps :focus-visible, .loc :focus-visible, .foot :focus-visible { outline-color: var(--coral); }

/* ---------- eyebrow / botões ---------- */
.eyebrow {
  font-family: var(--d); font-weight: 500; font-size: .85rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--petrol);
  margin: 0 0 1.1rem; display: flex; align-items: flex-start; gap: .6rem;
  line-height: 1.35;
}
.eyebrow::before {
  content: ""; width: 10px; height: 10px; border-radius: 50%;
  background: var(--coral); flex: 0 0 auto; margin-top: .42em;
}
.eyebrow--light { color: var(--sand); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 52px; padding: .85rem 1.55rem;
  border: 1.5px solid transparent; border-radius: 999px;
  background: var(--coral); color: var(--ink);
  font-family: var(--d); font-weight: 500; font-size: 1rem; letter-spacing: -.02em;
  text-decoration: none; cursor: pointer; text-align: center; line-height: 1.25;
  transition: transform .22s var(--ease), background-color .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease);
}
.btn:hover { background: var(--coral-d); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--ghost { background: transparent; border-color: rgba(245, 235, 221, .45); color: var(--sand); }
.btn--ghost:hover { background: rgba(245, 235, 221, .1); border-color: var(--sand); }
.btn--dark { background: var(--petrol); color: var(--sand); }
.btn--dark:hover { background: var(--ink); }
.btn--line { background: transparent; border-color: rgba(245, 235, 221, .45); color: var(--sand); }
.btn--line:hover { background: rgba(245, 235, 221, .1); border-color: var(--sand); }
.btn--sm { min-height: 44px; padding: .6rem 1.15rem; font-size: .78rem; }

/* ===========================================================
   HEADER
   =========================================================== */
.top {
  position: sticky; top: 0; z-index: 40;
  background: var(--sand);
  border-bottom: 1px solid var(--line);
}
.top__in {
  width: min(100% - (var(--gut) * 2), var(--wrap)); margin-inline: auto;
  display: flex; align-items: center; gap: 1rem;
  min-height: 68px; padding-block: .6rem;
}
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; margin-right: auto; color: var(--petrol); min-height: 46px; }
.brand__mark { color: var(--petrol); flex: 0 0 auto; }
.brand__mark svg { width: 34px; height: 34px; }
.brand__txt { display: flex; flex-direction: column; line-height: 1.1; }
.brand__txt strong {
  font-family: var(--d); font-weight: 500; font-size: clamp(.95rem, 3.6vw, 1.08rem);
  letter-spacing: -.03em; color: var(--petrol);
}
.brand__txt small { display: none; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); margin-top: .2rem; }
@media (min-width: 560px) { .brand__txt small { display: block; } }

.nav { display: none; }
.top__cta { display: none; }
.top__cta__x { display: none; } /* "avaliação" só a partir de 1100px */

.burger {
  width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center;
  background: var(--petrol); color: var(--sand); border: 0; border-radius: 50%; cursor: pointer;
}
.burger__bars { display: block; width: 18px; }
.burger__bars i { display: block; height: 2px; background: currentColor; border-radius: 2px; }
.burger__bars i + i { margin-top: 5px; width: 12px; margin-left: auto; }

/* drawer */
.drawer { position: fixed; inset: 0; z-index: 60; }
.drawer[hidden] { display: none; }
.drawer::before { content: ""; position: absolute; inset: 0; background: rgba(11, 43, 41, .55); animation: fade .25s var(--ease); }
.drawer__panel {
  position: absolute; inset: 0 0 0 auto; width: min(88vw, 400px);
  background: var(--petrol); color: var(--sand);
  padding: 1.35rem var(--gut) 1.75rem;
  display: flex; flex-direction: column;
  overflow-y: auto;
  animation: slide .32s var(--ease);
}
@keyframes fade { from { opacity: 0 } }
@keyframes slide { from { transform: translateX(100%) } }
.drawer__close {
  align-self: flex-end; width: 46px; height: 46px; display: grid; place-items: center;
  background: transparent; border: 1px solid var(--line-l); border-radius: 50%; color: var(--sand); cursor: pointer;
}
.drawer__nav { margin-top: 1.5rem; display: flex; flex-direction: column; }
.drawer__nav a {
  display: flex; align-items: baseline; gap: .85rem;
  font-family: var(--d); font-size: 1.02rem; letter-spacing: -.03em;
  text-decoration: none; padding: .95rem 0; border-bottom: 1px solid var(--line-l);
}
.drawer__nav a span { font-size: .62rem; color: var(--coral-dk); letter-spacing: .1em; }
.drawer__nav a:hover { color: var(--coral-dk); }
.drawer__foot { margin-top: auto; padding-top: 1.75rem; }
.drawer__foot .btn { width: 100%; }
.drawer__foot p { margin: .9rem 0 0; font-size: 1rem; color: var(--muted-l); text-align: center; line-height: 1.5; }

/* ===========================================================
   HERO
   =========================================================== */
.hero { position: relative; background: var(--petrol); color: var(--sand); }

.hero__panel { position: relative; z-index: 2; overflow: hidden; }
.hero__body {
  position: relative; z-index: 2;
  width: min(100% - (var(--gut) * 2), var(--wrap));
  margin-inline: auto;
  padding-block: clamp(2.5rem, 8vw, 5.5rem) clamp(2.25rem, 6vw, 4.5rem);
}
.hero h1 {
  font-size: clamp(2rem, 8.2vw, 3.3rem);
  line-height: .98; color: var(--sand); margin: 0 0 1.15rem;
}
.hero h1 em { font-style: normal; color: var(--coral); }
.hero__lead {
  font-size: clamp(1rem, 3.5vw, 1.12rem); line-height: 1.6;
  color: rgba(245, 235, 221, .84); max-width: 34ch; margin-bottom: 1.85rem;
}
.hero__acts { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero__acts .btn { flex: 1 1 auto; min-width: 168px; }
.hero__reg {
  margin: 1.7rem 0 0; padding-top: 1.1rem; border-top: 1px solid var(--line-l);
  font-size: 1rem; letter-spacing: .02em; color: var(--muted-l); line-height: 1.55;
}
.hero__ring {
  position: absolute; z-index: 0; pointer-events: none;
  width: 62vw; max-width: 420px; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(245, 235, 221, .16);
  right: -16vw; top: -12%;
}

.hero__media {
  position: relative; z-index: 1;
  height: var(--hero-h);
  margin-top: -1px;
  clip-path: polygon(0 46px, 100% 0, 100% 100%, 0 100%);
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }

/* selo orbitando */
.orbit {
  position: absolute; z-index: 5; pointer-events: none;
  width: clamp(104px, 27vw, 132px); aspect-ratio: 1;
  right: var(--gut);
  bottom: calc(var(--hero-h) - (clamp(104px, 27vw, 132px) / 2));
  border-radius: 50%; background: var(--coral);
  display: grid; place-items: center;
  box-shadow: 0 14px 34px rgba(11, 43, 41, .28);
}
.orbit svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit text { font-family: var(--d); font-size: 11.5px; font-weight: 500; letter-spacing: .06em; fill: var(--ink); }
.orbit > svg:first-of-type { animation: spin 32s linear infinite; }
.orbit__core { position: relative; width: 34% !important; height: 34% !important; inset: auto !important; }
@keyframes spin { to { transform: rotate(360deg) } }

/* ===========================================================
   FAIXA DE FATOS
   =========================================================== */
.facts { background: var(--coral); color: var(--ink); }
.facts ul {
  width: min(100% - (var(--gut) * 2), var(--wrap)); margin-inline: auto;
  display: grid; grid-template-columns: 1fr 1fr;
  padding-block: clamp(1.5rem, 5vw, 2.5rem);
}
.facts li { padding: .85rem 1rem .85rem 0; }
.facts li:nth-child(odd) { border-right: 1px solid rgba(11, 43, 41, .22); padding-right: 1rem; }
.facts li:nth-child(even) { padding-left: 1.1rem; }
.facts li:nth-child(-n+2) { border-bottom: 1px solid rgba(11, 43, 41, .22); }
.facts b {
  display: block; font-family: var(--d); font-weight: 500;
  font-size: clamp(1.55rem, 6vw, 2.35rem); letter-spacing: -.045em; line-height: 1;
}
.facts span { display: block; margin-top: .4rem; font-size: 1rem; line-height: 1.4; color: rgba(11, 43, 41, .84); }

/* ===========================================================
   GRADE DE HORÁRIOS
   =========================================================== */
.grade { background: var(--sand); padding-block: var(--sec); }
.grade__head { margin-bottom: clamp(1.75rem, 4vw, 2.75rem); }
.grade h2 { font-size: clamp(1.65rem, 6vw, 2.5rem); color: var(--petrol); }
.grade__note {
  margin-top: 1.2rem; font-size: 1rem; color: var(--muted); max-width: 46ch;
  padding-left: 1.1rem; border-left: 2px solid var(--coral);
}

.tabs {
  display: flex; gap: .45rem; overflow-x: auto; padding-bottom: .5rem;
  scroll-snap-type: x proximity; scrollbar-width: none;
  margin-inline: calc(var(--gut) * -1); padding-inline: var(--gut);
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex: 0 0 auto; scroll-snap-align: start; position: relative;
  min-height: 56px; min-width: 62px; padding: .55rem .9rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .1rem;
  background: transparent; border: 1px solid var(--line); border-radius: 14px;
  color: var(--petrol); cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.tab b { font-family: var(--d); font-weight: 500; font-size: .9rem; letter-spacing: -.02em; }
.tab span { font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; opacity: .6; }
.tab:hover { border-color: var(--petrol); }
.tab:focus-visible { outline-offset: -3px; }
.tab.is-on:focus-visible { outline-color: var(--coral); }
.tab.is-on { background: var(--petrol); border-color: var(--petrol); color: var(--sand); }
.tab[data-today]::after {
  content: ""; position: absolute; top: 7px; right: 8px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--coral);
}

.grade__sum {
  margin: 1.1rem 0 0; padding-top: .9rem;
  border-top: 1px solid var(--line);
  font-size: 1rem; font-weight: 600; color: var(--petrol);
  display: flex; align-items: baseline; gap: .55rem;
}
.grade__sum:empty { display: none; }
.grade__sum::before {
  content: ""; width: 8px; height: 8px; flex: 0 0 auto;
  border-radius: 50%; background: var(--coral); transform: translateY(-1px);
}

.panels { margin-top: 1.1rem; }
.panel[hidden] { display: none; }
/* sem JS: mostra a semana inteira em vez de esconder os dias */
html:not(.js) .tabs { display: none; }
html:not(.js) .panel[hidden] { display: block; }
html:not(.js) .panel + .panel { margin-top: .9rem; }
.panel__day { display: none; }
html:not(.js) .panel__day {
  display: block; margin: 0 0 .6rem;
  font-family: var(--d); font-size: .85rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--petrol);
}
.slots { background: var(--white); border-radius: 16px; padding: .35rem clamp(1rem, 3.5vw, 1.75rem); }
.slot {
  display: grid; grid-template-columns: 4.3rem 1fr;
  grid-template-areas: "h n" "h t";
  gap: .3rem .9rem; align-items: start;
  padding: 1rem 0; border-bottom: 1px solid var(--line);
}
.slot:last-child { border-bottom: 0; }
.slot__h {
  grid-area: h; font-family: var(--d); font-weight: 500;
  font-size: 1.12rem; letter-spacing: -.045em; color: var(--petrol); padding-top: .05rem;
}
.slot__n { grid-area: n; font-weight: 600; font-size: 1rem; line-height: 1.35; color: var(--ink); }
.slot__n small { display: block; font-weight: 400; font-size: 1rem; color: var(--muted); margin-top: .2rem; line-height: 1.4; }
.tag {
  grid-area: t; justify-self: start; align-self: center; margin-top: .45rem;
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .85rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
  padding: .3rem .75rem; border-radius: 999px; white-space: nowrap;
}
.tag--ok { background: var(--white); border: 1px solid var(--petrol); color: var(--petrol); }
.tag--low { background: var(--coral); color: var(--ink); }
.tag--wait { border: 1px dashed rgba(15, 76, 74, .38); color: var(--muted); }
.panel__extra { margin: 1rem 0 0; font-size: 1rem; color: var(--muted); }

.grade__foot {
  margin-top: 1.75rem; display: flex; flex-direction: column; gap: 1rem;
  align-items: flex-start;
}
.grade__foot p { margin: 0; font-size: 1rem; color: var(--muted); max-width: 38ch; }

/* ===========================================================
   MODALIDADES
   =========================================================== */
.mods { background: var(--white); padding-block: var(--sec); }
.mods__head { margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.mods h2 { font-size: clamp(1.5rem, 5.2vw, 2.15rem); color: var(--petrol); max-width: 20ch; line-height: 1.1; }

.mods__list { display: grid; gap: 0; }
.mod {
  display: grid; grid-template-columns: 92px 1fr; gap: 1.2rem; align-items: start;
  padding: 1.5rem 0; border-top: 1px solid var(--line);
}
.mod:last-child { border-bottom: 1px solid var(--line); }
.mod__circle {
  width: 92px; height: 92px; border-radius: 50%; overflow: hidden;
  background: var(--sand); display: grid; place-items: center; position: relative;
}
.mod__circle img { width: 100%; height: 100%; object-fit: cover; }
.mod__circle--coral { background: var(--coral); }
.mod__circle--petrol { background: var(--petrol); }
.mod__circle svg { width: 52%; height: 52%; }
.mod__num {
  display: block; font-family: var(--d); font-size: .74rem; letter-spacing: .16em;
  color: var(--coral-lt); margin-bottom: .45rem;
}
.mod h3 { font-size: clamp(1.08rem, 4vw, 1.26rem); color: var(--petrol); margin-bottom: .5rem; }
.mod p { font-size: 1rem; color: var(--muted); margin: 0; }

/* ===========================================================
   TRÊS PASSOS
   =========================================================== */
.steps {
  position: relative; background: var(--petrol); color: var(--sand);
  padding-block: calc(var(--sec) + 1.5rem) var(--sec);
}
.steps::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: clamp(44px, 7vw, 92px); background: var(--white);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.steps__h { font-size: clamp(1.75rem, 6.5vw, 2.85rem); color: var(--sand); margin-bottom: clamp(2rem, 5vw, 3.25rem); }
.steps .eyebrow { position: relative; }

.steps__list { display: grid; gap: 0; }
.step { position: relative; padding: 1.6rem 0 1.6rem 4rem; border-top: 1px solid var(--line-l); }
.step:last-child { border-bottom: 1px solid var(--line-l); }
.step__n {
  position: absolute; left: 0; top: 1.5rem;
  font-family: var(--d); font-weight: 500; font-size: 1.62rem;
  letter-spacing: -.05em; color: var(--coral); line-height: 1;
}
.step h3 { font-size: clamp(1.08rem, 4.2vw, 1.3rem); color: var(--sand); margin-bottom: .55rem; }
.step p { font-size: 1rem; color: rgba(245, 235, 221, .82); margin: 0; }

.steps__cta { margin-top: clamp(2rem, 5vw, 3rem); }
.steps__cta .btn { width: 100%; max-width: 360px; }
.steps__cta p { margin: 1rem 0 0; font-size: 1rem; color: var(--muted-l); }
.steps__cta p a { color: var(--sand); text-decoration-color: var(--coral); text-underline-offset: 4px; }

/* ===========================================================
   PÚBLICOS
   =========================================================== */
.who { background: var(--sand); padding-block: var(--sec); }
.who__head { margin-bottom: clamp(1.75rem, 4.5vw, 2.75rem); }
.who h2 { font-size: clamp(1.55rem, 5.6vw, 2.3rem); color: var(--petrol); max-width: 18ch; }

.who__grid { display: grid; gap: clamp(.85rem, 2vw, 1.4rem); }
.card {
  position: relative; padding: clamp(1.4rem, 4.5vw, 2.1rem);
  background: var(--white);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
}
.card__corner {
  position: absolute; top: 0; right: 0; width: 34px; height: 34px;
  background: var(--coral); clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.card h3 { font-size: clamp(1.1rem, 4.2vw, 1.34rem); color: var(--petrol); margin-bottom: .75rem; padding-right: 2.25rem; }
.card p { font-size: 1rem; color: var(--muted); }
.card__tail {
  margin: 1rem 0 0; padding-top: .85rem; border-top: 1px solid var(--line);
  font-size: 1rem; line-height: 1.5; font-weight: 600; color: var(--petrol);
}
.card--b, .card--d { background: var(--petrol); }
.card--b h3, .card--d h3 { color: var(--sand); }
.card--b p, .card--d p { color: rgba(245, 235, 221, .82); }
.card--b .card__tail, .card--d .card__tail { color: var(--coral-dk); border-top-color: var(--line-l); }

.who__disc {
  margin: clamp(1.5rem, 4vw, 2.25rem) 0 0; font-size: 1rem; line-height: 1.6;
  color: var(--muted); max-width: 62ch; padding-left: 1.1rem; border-left: 2px solid var(--line);
}

/* ===========================================================
   GALERIA
   =========================================================== */
.gal { background: var(--sand); padding-block: 0 var(--sec); }
.gal__head { margin-bottom: clamp(1.4rem, 3.5vw, 2rem); }
.gal h2 { font-size: clamp(1.55rem, 5.6vw, 2.3rem); color: var(--petrol); }
.gal__hint { margin: .9rem 0 0; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.gal__hint span { color: var(--coral-lt); margin-right: .35rem; }

.gal__rail {
  display: flex; gap: clamp(.75rem, 2vw, 1.25rem);
  --rail-pad: max(var(--gut), calc((100vw - var(--wrap)) / 2));
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: .25rem var(--rail-pad) 1rem; scroll-padding-left: var(--rail-pad);
  scrollbar-width: thin; scrollbar-color: rgba(15, 76, 74, .35) transparent;
}
.gal__rail::-webkit-scrollbar { height: 6px; }
.gal__rail::-webkit-scrollbar-thumb { background: rgba(15, 76, 74, .3); border-radius: 99px; }
.shot { flex: 0 0 auto; scroll-snap-align: start; width: min(78vw, 560px); }
.shot--tall { width: min(58vw, 330px); }
.shot img {
  width: 100%; height: clamp(250px, 52vw, 420px); object-fit: cover;
  border-radius: 4px 40px 4px 4px;
}
.shot p { margin: .85rem 0 0; font-size: 1rem; line-height: 1.5; color: var(--muted); }
.shot p b { font-family: var(--d); font-weight: 500; font-size: .76rem; color: var(--coral-lt); margin-right: .45rem; letter-spacing: .04em; }

/* ===========================================================
   FISIOTERAPEUTA
   =========================================================== */
.bio { background: var(--sand); padding-block: 0 var(--sec); }
.bio__in { display: grid; gap: clamp(2rem, 5vw, 3rem); }
.bio__media { position: relative; }
.bio__portrait { position: relative; width: min(74%, 320px); }
.bio__circle {
  aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--sand-d);
  border: 8px solid var(--white);
}
.bio__circle img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.orbit--bio {
  position: absolute; right: -18%; bottom: 2%;
  width: clamp(92px, 24vw, 118px);
  background: var(--petrol); box-shadow: none;
}
.orbit--bio text { fill: var(--sand); font-size: 12px; letter-spacing: .04em; }
.orbit--bio::after {
  content: ""; width: 26%; aspect-ratio: 1; border-radius: 50%; background: var(--coral);
}

.bio h2 { font-size: clamp(1.75rem, 6.5vw, 2.7rem); color: var(--petrol); margin-bottom: 1.25rem; }
.bio__lead { font-size: clamp(1.02rem, 3.6vw, 1.15rem); color: var(--ink); font-weight: 500; }
.bio__txt p { color: var(--muted); font-size: 1rem; }
.bio__form { margin-top: 1.9rem; border-top: 1px solid var(--line); }
.bio__form > div {
  display: grid; grid-template-columns: 3.6rem 1fr; gap: .9rem;
  padding: .8rem 0; border-bottom: 1px solid var(--line);
}
.bio__form dt { font-family: var(--d); font-size: .8rem; color: var(--coral-lt); letter-spacing: -.02em; }
.bio__form dd { font-size: 1rem; line-height: 1.45; color: var(--petrol); }
.bio__reg {
  margin: 1.75rem 0 0; display: inline-flex; flex-direction: column; gap: .15rem;
  background: var(--white); padding: .85rem 1.25rem; border-radius: 12px;
  font-family: var(--d); font-size: .9rem; letter-spacing: -.02em; color: var(--petrol);
}
.bio__note {
  margin: 1.1rem 0 0; font-size: 1rem; line-height: 1.6; color: var(--muted);
  max-width: 34ch; padding-left: 1rem; border-left: 2px solid var(--coral);
}
.bio__reg span {
  font-family: var(--t); font-size: .8rem; letter-spacing: .13em;
  text-transform: uppercase; color: var(--muted); font-weight: 600;
}

/* ===========================================================
   LOCALIZAÇÃO
   =========================================================== */
.loc {
  position: relative; background: var(--petrol); color: var(--sand);
  padding-block: calc(var(--sec) + 1.5rem) var(--sec);
}
.loc::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: clamp(44px, 7vw, 92px); background: var(--sand);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.loc__in { display: grid; gap: clamp(2rem, 5vw, 3.25rem); position: relative; }
.loc__map { border-radius: 18px; overflow: hidden; border: 1px solid var(--line-l); }
.loc__map svg { width: 100%; height: clamp(230px, 56vw, 330px); }
.loc__map text { font-family: var(--t); letter-spacing: .01em; }
.loc__map text[font-weight] { font-family: var(--d); font-weight: 500; letter-spacing: -.03em; }
.loc h2 { font-size: clamp(1.7rem, 6.2vw, 2.6rem); color: var(--sand); margin-bottom: 1.5rem; }

.loc__list { border-top: 1px solid var(--line-l); }
.loc__list > div { padding: 1rem 0; border-bottom: 1px solid var(--line-l); }
.loc__list dt {
  font-family: var(--d); font-size: .8rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--coral-dk); margin-bottom: .5rem; line-height: 1.3;
}
.loc__list dd { font-size: 1rem; line-height: 1.55; color: rgba(245, 235, 221, .9); }
.loc__list dd a { color: var(--sand); text-decoration-color: var(--coral); text-underline-offset: 4px; }
.loc__acts { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.loc__acts .btn { flex: 1 1 auto; min-width: 180px; }

/* ===========================================================
   RODAPÉ
   =========================================================== */
.foot { background: var(--ink); color: var(--sand); padding-block: clamp(2.5rem, 6vw, 3.5rem); }
.foot__in { display: grid; gap: 1.15rem; }
.foot__brand { display: flex; align-items: flex-start; gap: .75rem; color: var(--sand); }
.foot__brand .brand__mark { margin-top: .1rem; }
.foot__brand strong { display: block; font-family: var(--d); font-weight: 500; font-size: 1rem; letter-spacing: -.03em; }
.foot__brand span { display: block; font-size: 1rem; line-height: 1.45; color: var(--muted-l); margin-top: .2rem; }
.foot p { margin: 0; }
.foot__reg { font-size: 1rem; color: rgba(245, 235, 221, .9); }
.foot__norm { font-size: 1rem; line-height: 1.6; color: var(--muted-l); max-width: 62ch; }
.foot__copy { font-size: 1rem; line-height: 1.5; color: rgba(159, 193, 190, .86); padding-top: 1.15rem; border-top: 1px solid var(--line-l); }

/* ===========================================================
   DOCK MOBILE
   =========================================================== */
.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  display: flex; align-items: center; gap: .7rem;
  padding: .6rem var(--gut) calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(11, 43, 41, .96); color: var(--sand);
  border-top: 1px solid var(--line-l);
}
.dock__txt { margin-right: auto; line-height: 1.25; min-width: 0; }
.dock__txt b { display: block; font-family: var(--d); font-weight: 500; font-size: clamp(.76rem, 3.5vw, .88rem); letter-spacing: -.03em; }
.dock__txt span { display: block; font-size: 1rem; line-height: 1.3; color: var(--muted-l); margin-top: .1rem; }
.dock__call {
  width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center;
  border: 1px solid var(--line-l); border-radius: 50%; color: var(--sand);
}
.dock__call:hover { background: rgba(245, 235, 221, .1); }

/* ===========================================================
   REVEAL
   =========================================================== */
.js .reveal { opacity: 0; transform: translateY(20px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity .6s var(--ease), transform .6s var(--ease); }

/* ===========================================================
   >= 560px
   =========================================================== */
@media (min-width: 560px) {
  .facts ul { grid-template-columns: repeat(4, 1fr); }
  .facts li:nth-child(n) {
    padding: .25rem 1.25rem; border: 0;
    border-left: 1px solid rgba(11, 43, 41, .22);
  }
  .facts li:first-child { padding-left: 0; border-left: 0; }
  .slot { grid-template-columns: 5rem 1fr auto; grid-template-areas: "h n t"; align-items: center; gap: 0 1.1rem; }
  .tag { margin-top: 0; justify-self: end; }
  .grade__foot { flex-direction: row; align-items: center; justify-content: space-between; gap: 1.5rem; }
  .steps__cta { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
  .steps__cta .btn { width: auto; }
  .steps__cta p { margin: 0; max-width: 34ch; }
  .mod { grid-template-columns: 116px 1fr; gap: 1.6rem; }
  .mod__circle { width: 116px; height: 116px; }
}

/* ===========================================================
   >= 760px — modalidades em círculos, cartões angulados
   =========================================================== */
@media (min-width: 760px) {
  /* no desktop só os RÓTULOS curtos encolhem — texto corrido segue >= 14px */
  .eyebrow { font-size: .7rem; letter-spacing: .2em; }
  .tag { font-size: .71rem; letter-spacing: .07em; }
  .mod__num { font-size: .68rem; }
  .gal__hint { font-size: .74rem; letter-spacing: .14em; }
  .bio__reg span { font-size: .67rem; letter-spacing: .16em; }
  .loc__list dt { font-size: .68rem; letter-spacing: .16em; }
  .btn { font-size: .92rem; }
  .hero__reg { font-size: .88rem; }
  .facts span { font-size: .9rem; }
  .slot__n small { font-size: .94rem; }
  .card__tail { font-size: .92rem; }
  .who__disc { font-size: .92rem; }
  .shot p { font-size: .94rem; }
  .foot__brand span { font-size: .9rem; }
  .foot__norm { font-size: .88rem; }
  .foot__copy { font-size: .86rem; }
  .panel__extra { font-size: .94rem; }

  .mods__list { grid-template-columns: repeat(6, 1fr); gap: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 2.5rem); }
  .mod {
    grid-column: span 2; display: block; padding: 0; border: 0 !important;
  }
  .mod__circle { width: 100%; height: auto; aspect-ratio: 1; max-width: 300px; margin-bottom: 1.35rem; }
  .mod:nth-child(2) { margin-top: clamp(20px, 3.4vw, 52px); }
  .mod:nth-child(5) { margin-top: clamp(20px, 3.4vw, 52px); }
  .mod:nth-child(4), .mod:nth-child(5) {
    grid-column: span 3; display: grid; grid-template-columns: clamp(130px, 17vw, 190px) 1fr;
    gap: clamp(1.25rem, 2.5vw, 2rem); align-items: center;
  }
  .mod:nth-child(4) .mod__circle, .mod:nth-child(5) .mod__circle { margin-bottom: 0; }

  .who__grid { grid-template-columns: repeat(12, 1fr); }
  .card--a { grid-column: span 7; }
  .card--b { grid-column: span 5; }
  .card--c { grid-column: span 5; }
  .card--d { grid-column: span 7; }

  .bio__in { grid-template-columns: minmax(230px, 5fr) 7fr; align-items: start; gap: clamp(2.5rem, 5vw, 4.5rem); }
  .bio__media { width: 100%; max-width: 340px; position: sticky; top: 104px; }
  .bio__portrait { width: 100%; }

  .loc__in { grid-template-columns: 6fr 5fr; align-items: center; gap: clamp(2rem, 4vw, 3.5rem); }
  .loc__map svg { height: clamp(320px, 34vw, 440px); }

  .foot__in { grid-template-columns: auto 1fr; align-items: start; column-gap: clamp(2rem, 5vw, 4rem); }
  .foot__brand { grid-row: span 2; }
  .foot__reg { align-self: end; }
  .foot__copy { grid-column: 1 / -1; margin-top: .75rem; }
}

/* ===========================================================
   >= 900px — desktop: hero diagonal, nav, sem dock
   =========================================================== */
@media (min-width: 900px) {
  :root { --split: 50%; }

  body { padding-bottom: 0; }
  .dock { display: none; }
  .burger { display: none; }

  /* nav sempre em UMA linha: rótulos curtos, nowrap e escala fluida
     entre 900px e 1100px (notebook 13", tablet em paisagem, split-screen) */
  .brand__txt small { display: none; }
  .nav { display: flex; align-items: center; gap: clamp(.7rem, 1.55vw, 1.7rem); }
  .nav a {
    position: relative; text-decoration: none; color: var(--petrol);
    font-size: clamp(.8rem, 1.35vw, .9rem); font-weight: 500; padding: .35rem 0;
    white-space: nowrap;
  }
  .nav a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
    background: var(--coral); transform: scaleX(0); transform-origin: left;
    transition: transform .25s var(--ease);
  }
  .nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }
  .top__cta { display: inline-flex; margin-left: .3rem; white-space: nowrap; }
  .top__in { min-height: 76px; gap: .85rem; }

  .hero { display: block; min-height: min(90vh, 780px); }
  .hero__panel { display: flex; align-items: center; min-height: inherit; }
  .hero__body {
    width: var(--split); margin-inline: 0;
    padding-left: max(var(--gut), calc((100vw - var(--wrap)) / 2));
    padding-right: clamp(1.5rem, 3vw, 3rem);
    padding-block: clamp(4rem, 9vh, 7rem);
  }
  .hero h1 { font-size: clamp(2.2rem, 3.7vw, 3rem); }
  .hero__lead { max-width: 38ch; }
  .hero__acts .btn { flex: 0 0 auto; }
  .hero__reg { max-width: 44ch; }
  .hero__ring { width: 30vw; max-width: 460px; right: auto; left: -9vw; top: auto; bottom: -14%; }

  .hero__media {
    position: absolute; inset: 0 0 0 var(--split); height: auto;
    margin: 0; clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
  }
  .hero__media img { object-position: 50% 30%; }

  .hero .orbit {
    right: auto; bottom: auto;
    left: calc(var(--split) - clamp(52px, 4vw, 66px));
    top: 64%;
    width: clamp(118px, 10vw, 148px);
  }

  .grade__head { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: end; }
  .grade__note { margin-top: 0; }
  .tabs { gap: .6rem; margin-inline: 0; padding-inline: 0; overflow: visible; }
  .tab { flex: 1 1 0; min-width: 0; min-height: 66px; }
  .tab b { font-size: 1rem; }
  .slots { padding-inline: clamp(1.5rem, 3vw, 2.5rem); border-radius: 20px; }
  .slot { grid-template-columns: 7rem 1fr auto; padding: 1.25rem 0; }
  .slot__h { font-size: 1.45rem; }
  .slot__n { font-size: 1.06rem; }
  .slot__n small { display: inline-block; margin: 0 0 0 .75rem; }

  .mods__head { display: grid; grid-template-columns: auto 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
  .mods__head .eyebrow { margin-top: .75rem; }
  .mods h2 { max-width: 26ch; }

  .steps__list { grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.75rem); }
  .step { border-top: 1px solid var(--line-l); border-bottom: 0 !important; padding: 1.85rem 0 0; }
  .step__n { position: static; display: block; font-size: clamp(2.2rem, 3.4vw, 3rem); margin-bottom: .9rem; }
  .steps__h { max-width: 16ch; }

  .gal__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
  .gal__hint { margin: 0; }
  .shot img { height: clamp(330px, 30vw, 430px); }
}

/* ===========================================================
   >= 1100px — o cabeçalho volta à forma plena
   =========================================================== */
@media (min-width: 1100px) {
  .brand__txt small { display: block; }
  .top__cta__x { display: inline; }
  .top__in { gap: 1rem; }
  .top__cta { margin-left: .5rem; }
}

/* ===========================================================
   >= 1200px
   =========================================================== */
@media (min-width: 1200px) {
  :root { --split: 51%; }
  .hero h1 { font-size: clamp(2.8rem, 3.8vw, 3.35rem); }
  .hero__lead { font-size: 1.16rem; }
  .card { padding: clamp(2rem, 2.6vw, 2.6rem); }
  .who h2 { font-size: 2.45rem; }
  .shot { width: 620px; }
  .shot--tall { width: 360px; }
}

/* ===========================================================
   >= 1440px — hero mais compacto: menos respiro morto ao redor
   do bloco de texto em telas muito largas
   =========================================================== */
@media (min-width: 1440px) {
  .hero { min-height: min(76vh, 660px); }
  .hero__body { padding-block: clamp(3rem, 6vh, 4.5rem); }
  .hero__lead { max-width: 40ch; }
  .hero__reg { max-width: 52ch; }
}

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