/* ==========================================================================
   Gonçalo Ferraz — massagista terapêutico e desportivo
   v4 · identidade da prancha de marca · títulos Bodoni Moda, texto Jost
   Movimento: Lenis (scroll suave) + GSAP ScrollTrigger.
   ========================================================================== */

:root {
  color-scheme: light;

  --ink:      #00243b;
  --ink-2:    #3c566b;
  --ink-3:    #6e8391;

  --paper:      #efefec;
  --paper-lift: #e7e6e2;
  --grey:       #d5d5d2;

  --night:      #00243b;
  --night-deep: #001a2c;
  --bone:       #eceeec;
  --bone-2:     #a9bac6;
  --bone-3:     #6f8593;

  --teal:  #00af9d;
  --blue:  #008cd1;

  --hair:            rgba(0, 36, 59, .16);
  --hair-soft:       rgba(0, 36, 59, .08);
  --hair-night:      rgba(236, 238, 236, .16);
  --hair-night-soft: rgba(236, 238, 236, .08);

  --display: "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  --sans: "Jost", "Futura", "Avenir Next", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --bay: clamp(88px, 12vw, 176px);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
/* um elemento escondido tem de sair mesmo do ecrã — senão apanha os cliques por cima do resto */
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
/* Lenis controla o scroll; o nativo tem de ficar quieto */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
video { display: block; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4, ul, ol, figure, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 1.5px solid var(--teal); outline-offset: 4px; }
::selection { background: var(--teal); color: #fff; }

/* ---------- grelha ---------- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-wide { max-width: 1560px; margin: 0 auto; padding: 0 var(--gutter); }
.bay { padding: var(--bay) 0; }
.bay-half { padding: calc(var(--bay) * .58) 0; }
.spread { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 88px); }
.spread > .aside { align-self: start; }
@media (max-width: 900px) { .spread { grid-template-columns: 1fr; gap: 22px; } }

/* ---------- tipografia ---------- */
h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.005em;
  text-wrap: balance;
}
h1 { font-size: clamp(46px, 7.4vw, 100px); line-height: .96; letter-spacing: -.012em; }
h2 { font-size: clamp(34px, 4.6vw, 60px); }
h3 { font-size: clamp(23px, 2.3vw, 30px); line-height: 1.12; }
h1 em, h2 em, h3 em, .statement em { font-style: italic; color: var(--teal); font-weight: 400; }

.label {
  display: block;
  font-family: var(--sans);
  font-size: 11.5px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-3);
}
.on-night .label { color: var(--bone-3); }
.label-teal { color: var(--teal); }

.lede { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.62; color: var(--ink-2); max-width: 32em; font-weight: 400; }
.on-night .lede { color: var(--bone-2); }
.prose { max-width: 36em; color: var(--ink-2); display: flex; flex-direction: column; gap: 1.1em; }
.prose.wide { max-width: 42em; }
.small { font-size: 15px; }
.num { font-variant-numeric: tabular-nums lining-nums; }
.rule { height: 1px; background: var(--hair); border: 0; margin: 0; }

/* ---------- acções ---------- */
.act {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 17px 30px;
  font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  background: var(--ink); color: var(--paper);
  position: relative; overflow: hidden; isolation: isolate;
  transition: color .4s var(--ease);
}
.act::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--teal); transform: translateX(-101%);
  transition: transform .55s var(--ease-out);
}
.act:hover::before { transform: none; }
.act:hover { color: #fff; }
.act svg { width: 16px; height: 16px; flex: none; }
.act-bone { background: var(--bone); color: var(--night); }
.act-bone:hover { color: #fff; }

.act-text {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  padding-bottom: 6px;
  background: linear-gradient(currentColor, currentColor) no-repeat 0 100% / 0 1px,
              linear-gradient(var(--hair), var(--hair)) no-repeat 0 100% / 100% 1px;
  transition: background-size .5s var(--ease-out), color .3s var(--ease), gap .3s var(--ease);
}
.act-text:hover { background-size: 100% 1px, 100% 1px; color: var(--teal); gap: 15px; }
.act-text svg { width: 14px; height: 14px; }
.on-night .act-text { color: var(--bone); background-image: linear-gradient(currentColor, currentColor), linear-gradient(var(--hair-night), var(--hair-night)); }
.on-night .act-text:hover { color: var(--teal); }
.acts { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px, 3vw, 40px); }

/* ---------- cabeçalho ---------- */
.site-head { position: fixed; inset: 0 0 auto 0; z-index: 60; color: var(--bone); transition: background .5s var(--ease), color .5s var(--ease); }
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; height: 92px; transition: height .5s var(--ease); }
.site-head.scrolled { background: rgba(239, 239, 236, .93); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); color: var(--ink); box-shadow: 0 1px 0 var(--hair-soft); }
.site-head.scrolled .wrap { height: 72px; }

.brand { display: flex; align-items: center; gap: 14px; }
.brand .mark { width: 30px; height: auto; flex: none; }
.brand .word { display: flex; flex-direction: column; align-items: flex-start; line-height: 0; }
.brand .caps { width: 118px; height: auto; }
.brand .script { width: 62px; height: auto; margin: 3px 0 0 44px; }
.brand svg { display: block; overflow: visible; }
@media (max-width: 480px) { .brand .caps { width: 104px; } .brand .script { width: 54px; margin-left: 40px; } }

.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav a { font-size: 11.5px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; padding: 5px 0; position: relative; white-space: nowrap; opacity: .75; transition: opacity .3s var(--ease); }
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease-out); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav .nav-act { opacity: 1; padding: 11px 20px; letter-spacing: .18em; border: 1px solid currentColor; margin-left: 6px; transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease); }
.nav .nav-act::after { display: none; }
.nav .nav-act:hover { background: var(--teal); border-color: var(--teal); color: #fff; }

.nav-toggle { display: none; width: 44px; height: 44px; margin-right: -12px; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 24px; height: 1px; background: currentColor; position: relative; transition: transform .4s var(--ease), opacity .2s var(--ease); }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span::after { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav { position: fixed; inset: 0; padding: 92px var(--gutter) 12vh; background: var(--night); color: var(--bone);
    flex-direction: column; align-items: stretch; justify-content: center; gap: 0;
    opacity: 0; pointer-events: none; z-index: -1; transition: opacity .45s var(--ease); }
  .nav a { font-family: var(--display); font-size: clamp(28px, 7.6vw, 44px); text-transform: none; letter-spacing: 0;
    padding: clamp(9px, 2.2vh, 18px) 0; border-bottom: 1px solid var(--hair-night-soft);
    transform: translateY(14px); opacity: 0; transition: transform .6s var(--ease-out), opacity .6s var(--ease-out); }
  .nav a::after { display: none; }
  .nav .nav-act { margin: 30px 0 0; border: 0; padding: 18px 0; text-align: center; background: var(--bone); color: var(--night);
    font-family: var(--sans); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
  .nav-open .nav { opacity: 1; pointer-events: auto; z-index: 55; }
  .nav-open .nav a { transform: none; opacity: 1; }
  .nav-open .nav a:nth-child(2) { transition-delay: .05s; }
  .nav-open .nav a:nth-child(3) { transition-delay: .1s; }
  .nav-open .nav a:nth-child(4) { transition-delay: .15s; }
  .nav-open .nav a:nth-child(5) { transition-delay: .2s; }
  .nav-open .nav a:nth-child(6) { transition-delay: .25s; }
  .nav-open .nav a:nth-child(7) { transition-delay: .3s; }
  .nav-open .site-head { background: transparent; color: var(--bone); box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .nav-open { overflow: hidden; }
}

/* ---------- hero conduzido pelo scroll ---------- */
.hero-stage { position: relative; height: 260vh; }
.hero-stage.compact { height: 200vh; }
.hero-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; isolation: isolate; background: var(--night); color: var(--bone); display: flex; flex-direction: column; justify-content: safe flex-end; padding-top: 104px; }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; will-change: transform; }
.hero-video, .hero-still {
  position: absolute; inset: -2%; width: 104%; height: 104%; max-width: none;
  object-fit: cover; object-position: center;
  filter: saturate(.84) contrast(1.05) brightness(.72);
}
.hero-still { background-size: cover; background-position: center; }
.hero-video { opacity: 0; transition: opacity .8s var(--ease); }
.hero-video.is-ready { opacity: 1; }
.hero-tint {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to right, rgba(0,36,59,.9) 0%, rgba(0,36,59,.5) 46%, rgba(0,36,59,.12) 80%),
    linear-gradient(to bottom, rgba(0,36,59,.55) 0%, rgba(0,36,59,.08) 34%, rgba(0,36,59,.9) 100%);
}
.hero-grain {
  position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .14; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-body { position: relative; z-index: 3; width: 100%; padding-bottom: clamp(30px, 4.5vw, 56px); will-change: transform, opacity; }
.hero-body .label { margin-bottom: clamp(18px, 2.6vw, 30px); }
.hero-body h1 { max-width: 15ch; color: #f7f9f8; font-size: clamp(42px, min(7.4vw, 11vh), 100px); }
@media (min-width: 721px) and (max-height: 820px) {
  .hero-body { padding-bottom: 26px; }
  .hero-body .lede { margin-top: 16px; }
  .hero-body .acts { margin-top: 24px; }
}
.hero-body .lede { margin-top: clamp(20px, 2.4vw, 32px); max-width: 27em; }
.hero-body .acts { margin-top: clamp(28px, 3.6vw, 44px); }

.line { display: block; overflow: hidden; }
.line > span { display: block; transform: translateY(110%); transition: transform 1.1s var(--ease-out); }
.hero-in .line > span { transform: none; }
.hero-in .line:nth-child(2) > span { transition-delay: .09s; }
.hero-in .line:nth-child(3) > span { transition-delay: .18s; }
.hero-body .label, .hero-body .lede, .hero-body .acts, .hero-colophon .wrap > * {
  opacity: 0; transform: translateY(12px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.hero-in .hero-body .label { opacity: 1; transform: none; transition-delay: .05s; }
.hero-in .hero-body .lede { opacity: 1; transform: none; transition-delay: .35s; }
.hero-in .hero-body .acts { opacity: 1; transform: none; transition-delay: .5s; }
.hero-in .hero-colophon .wrap > * { opacity: 1; transform: none; transition-delay: .7s; }

.hero-colophon { position: relative; z-index: 3; }
.hero-colophon .wrap { border-top: 1px solid var(--hair-night-soft); padding-top: 16px; padding-bottom: 20px; display: flex; flex-wrap: wrap; gap: 8px 44px; justify-content: space-between; align-items: center; }
.hero-colophon span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--bone-3); }
.hero-colophon b { color: var(--bone-2); font-weight: 500; }

.hero-scrub { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; z-index: 4; background: var(--hair-night-soft); }
.hero-scrub i { display: block; height: 100%; width: 100%; background: var(--teal); transform: scaleX(0); transform-origin: left; }

.hero-seal { position: absolute; right: var(--gutter); bottom: 74px; z-index: 4; width: clamp(86px, 8vw, 118px); height: auto; color: var(--bone); opacity: .8; }
.hero-seal svg { width: 100%; height: auto; display: block; }
@media (max-width: 900px) { .hero-seal { display: none; } }

@media (max-width: 720px) {
  .hero-stage, .hero-stage.compact { height: auto; }
  .hero-pin { position: relative; height: auto; min-height: 100svh; }
}

/* ---------- banda de vídeo ambiente (interlúdio) ---------- */
.reel { position: relative; overflow: hidden; background: var(--night); color: var(--bone); isolation: isolate; }
.reel-media { position: absolute; inset: -8% 0; z-index: 0; will-change: transform; }
.reel video, .reel .reel-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.04) brightness(.66); }
.reel .reel-poster { background-size: cover; background-position: center; }
.reel video { opacity: 0; transition: opacity 1s var(--ease); }
.reel video.is-ready { opacity: 1; }
.reel::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(0,26,44,.86), rgba(0,26,44,.35) 55%, rgba(0,26,44,.7)); }
.reel .wrap { position: relative; z-index: 2; padding-top: clamp(110px, 16vw, 220px); padding-bottom: clamp(110px, 16vw, 220px); }
.reel .statement { color: #f7f9f8; }
.reel .lede { color: var(--bone-2); margin-top: 28px; }
.reel .acts { margin-top: 40px; }

/* ---------- secções ---------- */
.night { background: var(--night); color: var(--bone); position: relative; }
.lift { background: var(--paper-lift); }
.night::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .07; background-image: url("../brand/padrao-tile.svg"); background-size: 260px auto; }
.night > * { position: relative; }

.head { display: flex; flex-direction: column; gap: clamp(16px, 2vw, 26px); }
.head h2 { max-width: 17ch; }
.head.roomy { margin-bottom: clamp(52px, 7vw, 104px); }

.statement { font-family: var(--display); font-weight: 400; font-size: clamp(29px, 4vw, 52px); line-height: 1.14; letter-spacing: -.008em; max-width: 20ch; text-wrap: balance; }
.statement.long { max-width: 25ch; }

.signature { display: inline-flex; align-items: flex-end; gap: 10px; color: var(--teal); }
.signature svg { height: 34px; width: auto; }
.signature .label { color: var(--ink-3); margin-bottom: 6px; }

/* ---------- índice ---------- */
.index { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 3.4vw, 52px); }
.index.cols-3 { grid-template-columns: repeat(3, 1fr); }
.index-item { display: flex; flex-direction: column; gap: 13px; padding-top: 22px; border-top: 1px solid var(--hair); position: relative; }
.index-item::before { content: ""; position: absolute; left: 0; top: -1px; height: 1px; width: 0; background: var(--teal); transition: width .7s var(--ease-out); }
a.index-item:hover::before { width: 100%; }
.on-night .index-item { border-color: var(--hair-night); }
.index-item .glyph { width: 25px; height: 25px; color: var(--teal); }
.index-item .glyph:empty { display: none; }
.index-item .glyph svg { width: 100%; height: 100%; }
.index-item h3 { margin-top: 2px; transition: color .35s var(--ease); }
.index-item p { font-size: 16px; color: var(--ink-2); }
.on-night .index-item p { color: var(--bone-2); }
a.index-item:hover h3 { color: var(--teal); }
@media (max-width: 900px) { .index, .index.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .index, .index.cols-3 { grid-template-columns: 1fr; gap: 0; } .index-item { padding: 22px 0; } }

/* ---------- passos ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 4.4vw, 72px); }
.step { display: flex; flex-direction: column; gap: 13px; padding-top: 24px; border-top: 1px solid var(--hair-night); }
.step .n { font-family: var(--display); font-size: 15px; letter-spacing: .24em; color: var(--teal); }
.step h3 { color: var(--bone); }
.step p { font-size: 16px; color: var(--bone-2); }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* ---------- baralho de serviços (painéis que abrem) ---------- */
.deck { display: flex; align-items: stretch; border-top: 1px solid var(--hair); min-height: 460px; }
.deck-item {
  flex: 1 1 0; min-width: 0; position: relative;
  border-right: 1px solid var(--hair);
  padding: 30px clamp(18px, 2vw, 30px) 34px;
  display: flex; flex-direction: column;
  cursor: pointer; text-align: left;
  transition: flex-grow .8s var(--ease-out), background .6s var(--ease);
}
.deck-item:last-child { border-right: 0; }
.deck-item.is-open { flex-grow: 2.6; background: var(--paper); box-shadow: 0 30px 60px -50px rgba(0,36,59,.5); cursor: default; }
.lift .deck-item.is-open { background: #f6f6f3; }
.deck-n { font-size: 11.5px; letter-spacing: .24em; color: var(--ink-3); transition: color .4s var(--ease); }
.deck-item.is-open .deck-n { color: var(--teal); }
.deck-title {
  font-family: var(--display); font-size: clamp(24px, 2.5vw, 33px); line-height: 1.08; letter-spacing: -.008em;
  padding-top: 190px; transition: padding-top .8s var(--ease-out), color .4s var(--ease);
}
.deck-item.is-open .deck-title { padding-top: 26px; }
.deck-item:hover .deck-title { color: var(--teal); }
.deck-body { flex: 1; display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .8s var(--ease-out), opacity .5s var(--ease); }
.deck-item.is-open .deck-body { grid-template-rows: 1fr; opacity: 1; transition-delay: 0s, .2s; }
.deck-body > div { overflow: hidden; min-height: 0; }
.deck-facts { margin-top: 26px; border-top: 1px solid var(--hair); }
.deck-facts div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--hair); }
.deck-facts dt { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.deck-facts dd { font-family: var(--display); font-size: 21px; }
.deck-facts .vat { display: block; font-family: var(--sans); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); text-align: right; margin-top: 2px; }
.deck-body p { margin-top: 22px; font-size: 16px; color: var(--ink-2); }
.deck-body .act-text { margin-top: 26px; }
@media (max-width: 900px) {
  .deck { display: block; min-height: 0; }
  .deck-item { border-right: 0; border-bottom: 1px solid var(--hair); padding: 22px 0 26px; }
  .deck-item.is-open { box-shadow: none; background: transparent; padding-left: 16px; }
  .deck-title { padding-top: 10px; }
  .deck-item.is-open .deck-title { padding-top: 10px; }
}

/* ---------- triagem: a queixa escolhe a sessão ---------- */
.triage-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.triage-out { position: sticky; top: 140px; }
.triage-out .label { margin-bottom: 18px; }
.triage-name { font-family: var(--display); font-size: clamp(34px, 4.4vw, 58px); line-height: 1.04; letter-spacing: -.01em; min-height: 2.1em; }
.triage-name em { font-style: italic; color: var(--teal); }
.triage-meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--hair); display: flex; flex-wrap: wrap; gap: 28px 44px; }
.triage-meta div { display: flex; flex-direction: column; gap: 4px; }
.triage-meta dt, .triage-meta .k { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.triage-meta .v { font-family: var(--display); font-size: 24px; }
.triage-meta .vat { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.triage-out .act-text { margin-top: 28px; }
.triage-fade { transition: opacity .35s var(--ease); }
.triage-fade.is-swapping { opacity: 0; }

.triage { border-top: 1px solid var(--hair); }
.triage button {
  width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 28px; align-items: baseline;
  padding: 20px 0; border-bottom: 1px solid var(--hair); position: relative; text-align: left;
  transition: padding-left .5s var(--ease-out);
}
.triage button::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 1px; width: 0; background: var(--teal); transition: width .7s var(--ease-out); }
.triage button:hover, .triage button.is-on { padding-left: 12px; }
.triage button:hover::after, .triage button.is-on::after { width: 100%; }
.triage .q { font-size: 17px; transition: color .35s var(--ease); }
.triage button:hover .q, .triage button.is-on .q { color: var(--teal); }
.triage .a { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; white-space: nowrap; transition: color .35s var(--ease); }
.triage button:hover .a, .triage button.is-on .a { color: var(--teal); }
@media (max-width: 900px) { .triage-grid { grid-template-columns: 1fr; gap: 34px; } .triage-out { position: static; } .triage-name { min-height: 0; } }

/* ---------- serviço em detalhe ---------- */
.svc { padding: clamp(38px, 5vw, 70px) 0; border-bottom: 1px solid var(--hair); }
.svc:first-child { padding-top: 0; }
.svc-top { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(22px, 4vw, 72px); align-items: start; }
.svc-top h3 { font-size: clamp(30px, 4vw, 48px); }
.svc-dur { display: block; margin-top: 12px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); }
.svc-body { display: flex; flex-direction: column; gap: 20px; }
.svc-body p { color: var(--ink-2); max-width: 42em; }
.svc-body ul { display: flex; flex-direction: column; gap: 10px; }
.svc-body li { position: relative; padding-left: 26px; font-size: 16px; color: var(--ink-2); }
.svc-body li::before { content: ""; position: absolute; left: 0; top: .8em; width: 14px; height: 1px; background: var(--teal); }
.svc-foot { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 26px; margin-top: 32px; }
.svc-prices { display: flex; gap: clamp(30px, 4vw, 60px); }
.price b { display: block; font-family: var(--display); font-size: clamp(24px, 2.7vw, 34px); font-weight: 400; line-height: 1; }
.price .num i { font-family: var(--sans); font-style: normal; font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink-3); margin-left: 9px; vertical-align: 4px; }
.price .k { display: block; margin-top: 9px; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.price .vat { display: block; margin-top: 3px; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
@media (max-width: 900px) { .svc-top { grid-template-columns: 1fr; gap: 22px; } }

/* ---------- estampas ---------- */
.plate { position: relative; overflow: hidden; background: var(--night); }
.plate img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; transform: scale(1.08); will-change: transform; }
.plate-wide img { aspect-ratio: 16 / 10; }
.plate-square img { aspect-ratio: 1; }
html.js .plate { clip-path: inset(0 0 100% 0); }
.plate-cap { margin-top: 14px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.duo { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
@media (max-width: 860px) { .duo { grid-template-columns: 1fr; gap: 38px; } }

/* ---------- perfis: escolhe-se pelo dia que se tem ---------- */
.prof-grid { display: grid; grid-template-columns: minmax(0, 47fr) minmax(0, 53fr); gap: clamp(30px, 4vw, 78px); align-items: start; }
.prof-list { border-top: 1px solid var(--hair); }
.prof-list button { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 4px 18px; width: 100%; text-align: left;
  padding: clamp(17px, 1.8vw, 23px) 0; border-bottom: 1px solid var(--hair); color: inherit;
  transition: color .35s var(--ease), padding-left .5s var(--ease-out); }
.prof-list .n { grid-row: span 2; font-size: 11px; letter-spacing: .18em; color: var(--ink-3); padding-top: 6px; }
.prof-list .t { font-family: var(--display); font-size: clamp(20px, 2.1vw, 27px); line-height: 1.15; }
.prof-list .s { font-size: 11px; letter-spacing: .02em; color: var(--ink-3); max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .5s var(--ease-out), opacity .4s var(--ease); }
.prof-list button:hover, .prof-list button.is-on { color: var(--teal); padding-left: clamp(8px, 1vw, 16px); }
.prof-list button.is-on .s { max-height: 3em; opacity: 1; }
.prof-panel { position: sticky; top: 128px; background: var(--paper-lift); padding: clamp(26px, 3vw, 46px); }
.lift .prof-panel { background: var(--paper); }
.prof-custo { font-family: var(--display); font-size: clamp(23px, 2.7vw, 35px); line-height: 1.2; margin-top: 20px; }
.prof-causa { margin-top: 20px; font-size: 16px; color: var(--ink-2); }
.prof-causa b { font-weight: 400; color: var(--ink); }
.prof-sess { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--hair); display: flex; flex-wrap: wrap; gap: 4px 22px; align-items: baseline; }
.prof-sess .k { width: 100%; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.prof-sess .v { font-family: var(--display); font-size: clamp(21px, 2.1vw, 26px); }
.prof-sess .m { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.prof-acts { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px 30px; }
@media (max-width: 900px) {
  .prof-grid { grid-template-columns: 1fr; gap: 30px; }
  .prof-panel { position: static; }
  .prof-list .s { max-height: 3em; opacity: 1; }
}

/* ---------- a seguir ao topo: sem vazio a mais ---------- */
.bay-first { padding-top: calc(var(--bay) * .62); padding-bottom: calc(var(--bay) * .5); }

/* ---------- roda de críticas ---------- */
.rsec { padding: calc(var(--bay) * .3) 0 calc(var(--bay) * .8); overflow: hidden; }
.rwheel-stage { position: relative; height: var(--wh, 360px); perspective: 1700px; touch-action: pan-y; transition: height .5s var(--ease-out); }
.rcard { position: absolute; top: 0; left: 50%; width: min(410px, 78vw); margin: 0 0 0 calc(min(410px, 78vw) / -2); min-height: 100%;
  display: flex; flex-direction: column; gap: 18px; padding: clamp(26px, 2.6vw, 38px);
  background: #f7f7f4; border: 1px solid var(--hair-soft); cursor: pointer; user-select: none;
  transition: transform .9s var(--ease-out), opacity .7s var(--ease), box-shadow .7s var(--ease), filter .7s var(--ease);
  will-change: transform, opacity; }
.rcard.is-center { cursor: default; box-shadow: 0 28px 64px rgba(0, 26, 44, .12); border-color: var(--hair); }
.rcard-stars { display: flex; gap: 3px; color: var(--teal); }
.rcard-stars svg { width: 15px; height: 15px; }
.rcard blockquote { margin: 0; font-family: var(--sans); font-size: 16.5px; line-height: 1.7; color: var(--ink-2); }
.rcard figcaption { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--hair-soft); }
.rcard figcaption b { display: block; font-family: var(--display); font-weight: 400; font-size: clamp(21px, 1.9vw, 25px); line-height: 1.15; color: var(--ink); }
.rcard figcaption span { display: block; margin-top: 6px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.rwheel-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 30px; margin-top: clamp(30px, 3.4vw, 48px); }
.rwheel-nav { display: flex; align-items: center; gap: 14px; }
.rwheel-count { min-width: 5.6em; text-align: center; font-size: 12px; letter-spacing: .16em; color: var(--ink-3); font-variant-numeric: tabular-nums; }
[data-wheel-prev] svg { transform: rotate(180deg); }
@media (prefers-reduced-motion: reduce) { .rcard { transition: opacity .2s linear; } }

/* ---------- espécimen com vídeo ---------- */
.spec-frame-video { aspect-ratio: 4 / 5; background: var(--night); }
.spec-frame-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.spec-live { position: absolute; z-index: 2; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px; background: rgba(0, 26, 44, .55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  color: #f7f9f8; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; }
.spec-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); animation: spec-live 1.8s ease-in-out infinite; }
@keyframes spec-live { 50% { opacity: .25; } }
.spec-play { position: absolute; z-index: 2; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 12px;
  padding: 8px 18px 8px 8px; background: var(--paper); color: var(--ink);
  font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; transition: background .4s var(--ease), color .4s var(--ease); }
.spec-play-ico { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); transition: background .4s var(--ease); }
.spec-play-ico svg { width: 14px; height: 14px; margin-left: 2px; }
.spec-play:hover { background: var(--ink); color: var(--paper); }
.spec-play:hover .spec-play-ico { background: var(--teal); }
.spec-frame-video.is-playing .spec-play, .spec-frame-video.is-playing .spec-live, .spec-frame-video.is-playing .spec-num { opacity: 0; pointer-events: none; }
@media (max-width: 900px) { .spec-frame-video { aspect-ratio: 4 / 5; } }

/* ---------- espécimen fotográfico ---------- */
.spec { padding: var(--bay) 0; overflow: hidden; }
.spec-in { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: minmax(0, 57fr) minmax(0, 43fr); gap: clamp(46px, 6vw, 118px); align-items: center; }
.spec-right .spec-in { grid-template-columns: minmax(0, 43fr) minmax(0, 57fr); }
.spec-right .spec-media { order: 2; }
.spec-media { position: relative; }
.spec-frame { position: relative; overflow: hidden; aspect-ratio: 5 / 6; background: var(--paper-lift); }
.spec-frame img { position: absolute; left: 0; top: -9%; width: 100%; height: 118%; object-fit: cover; will-change: transform; }
.spec-num { position: absolute; z-index: 2; left: 0; top: 0; padding: 15px 19px; background: var(--paper);
  font-family: var(--display); font-size: 15px; letter-spacing: .04em; }
.lift .spec-num { background: var(--paper-lift); }
.spec-rail { position: absolute; top: 4px; left: -32px; writing-mode: vertical-rl; transform: rotate(180deg);
  font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.spec-right .spec-rail { left: auto; right: -32px; transform: none; }
.spec-inset { position: absolute; z-index: 2; right: -7%; bottom: -8%; width: 37%; aspect-ratio: 1 / 1;
  overflow: hidden; border: 11px solid var(--paper); }
.lift .spec-inset { border-color: var(--paper-lift); }
.spec-right .spec-inset { right: auto; left: -7%; }
.spec-inset img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.8s var(--ease-out); }
.spec-media:hover .spec-inset img { transform: scale(1.06); }
.spec-text > * + * { margin-top: clamp(20px, 2.2vw, 30px); }
.spec-text h2 { font-size: clamp(30px, 4vw, 56px); line-height: 1.08; }
.spec-text .prose { border-top: 1px solid var(--hair); padding-top: clamp(20px, 2.2vw, 30px); }
@media (max-width: 900px) {
  .spec-in { grid-template-columns: 1fr; gap: 42px; }
  .spec-right .spec-media { order: 0; }
  .spec-frame { aspect-ratio: 4 / 3; }
  .spec-rail { display: none; }
  .spec-inset { width: 30%; right: 0; bottom: -22px; border-width: 8px; }
  .spec-right .spec-inset { left: auto; right: 0; }
}

/* ---------- nota marginal ---------- */
.margin-note { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 20px; padding-left: 24px; border-left: 1px solid var(--teal); max-width: 64ch; }
.margin-note svg { width: 20px; height: 20px; color: var(--teal); margin-top: 4px; }
.margin-note p { color: var(--ink-2); font-size: 16.5px; }
.margin-note p + p { margin-top: 12px; }
.margin-note b { color: var(--ink); font-weight: 500; }

/* ---------- carrossel ---------- */
.car { --car-gap: clamp(20px, 2.4vw, 34px); }
.car-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: clamp(24px, 3vw, 40px); }
.car-dots { display: flex; gap: 9px; }
.car-dots button { width: 30px; height: 2px; background: var(--hair); transition: background .45s var(--ease), transform .45s var(--ease); }
.car-dots button:hover { background: var(--ink-3); }
.car-dots button[aria-selected="true"] { background: var(--teal); transform: scaleY(2); }
.car-arrows { display: flex; gap: 10px; }
.car-arrow { width: 54px; height: 54px; border: 1px solid var(--hair); border-radius: 50%; display: grid; place-items: center; color: var(--ink);
  transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), opacity .4s var(--ease); }
.car-arrow svg { width: 17px; height: 17px; }
.car-arrow[data-car-prev] svg { transform: rotate(180deg); }
.car-arrow:hover:not(:disabled) { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.car-arrow:disabled { opacity: .28; cursor: default; }
.car-view { overflow: hidden; }
.car-track { display: flex; gap: var(--car-gap); transition: transform .85s var(--ease-out); }
.car-item { flex: 0 0 100%; min-width: 0; }
.car-3 .car-item { flex-basis: calc((100% - var(--car-gap) * 2) / 3); }
@media (max-width: 980px) { .car-3 .car-item { flex-basis: calc((100% - var(--car-gap)) / 2); } }
@media (max-width: 660px) { .car-3 .car-item { flex-basis: 100%; } .car-arrow { width: 46px; height: 46px; } }

/* ---------- casos em vídeo ---------- */
.caso { display: grid; grid-template-columns: minmax(0, 38fr) minmax(0, 62fr); gap: clamp(28px, 4vw, 68px); align-items: center; }
.caso-video { position: relative; overflow: hidden; background: var(--night); aspect-ratio: 4 / 5; }
.caso-video img, .caso-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.caso-video img { filter: saturate(.82) brightness(.74); transition: transform 1.8s var(--ease-out), filter .6s var(--ease); }
.caso:hover .caso-video img { transform: scale(1.035); filter: saturate(.9) brightness(.82); }
.case-play { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; width: 100%; height: 100%; color: var(--bone); }
.case-play span { width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(236,238,236,.5);
  transition: background .45s var(--ease), border-color .45s var(--ease), transform .45s var(--ease); }
.case-play svg { width: 19px; height: 19px; margin-left: 3px; }
.caso:hover .case-play span { background: rgba(0,175,157,.32); border-color: var(--teal); transform: scale(1.06); }
.case-tag { position: absolute; left: 18px; top: 18px; z-index: 2; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--bone); }
.caso-video.playing .case-play, .caso-video.playing .case-tag, .caso-video.playing img { display: none; }
.caso-text h3 { font-size: clamp(26px, 3.2vw, 44px); line-height: 1.12; margin-top: 20px; }
.caso-pair { margin-top: clamp(26px, 3vw, 40px); display: flex; flex-direction: column; gap: 22px; }
.caso-pair > div { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 20px; padding-top: 18px; border-top: 1px solid var(--hair); }
.caso-pair dt { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.caso-pair dd { margin: 0; font-size: 16.5px; color: var(--ink-2); line-height: 1.65; }
.caso-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: clamp(28px, 3vw, 40px); }
.caso-zone { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
@media (max-width: 820px) {
  .caso { grid-template-columns: 1fr; gap: 26px; }
  .caso-video { aspect-ratio: 4 / 3; }
  .caso-pair > div { grid-template-columns: 1fr; gap: 6px; }
}

/* ---------- críticas do Google ---------- */
.rev { background: var(--paper); border: 1px solid var(--hair); padding: clamp(26px, 2.6vw, 38px);
  display: flex; flex-direction: column; gap: 20px; transition: border-color .5s var(--ease), transform .6s var(--ease-out); }
.rev:hover { border-color: rgba(0,175,157,.5); transform: translateY(-4px); }
.rev-stars { display: inline-flex; gap: 3px; color: var(--teal); }
.rev-stars svg { width: 15px; height: 15px; }
.rev blockquote { margin: 0; font-family: var(--display); font-size: clamp(18px, 1.5vw, 21px); line-height: 1.45; }
.rev-cut blockquote { font-style: italic; }
.rev-who { margin-top: auto; display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid var(--hair-soft); }
.rev-av { width: 38px; height: 38px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: var(--ink); color: var(--paper); font-size: 15px; letter-spacing: .04em; }
.rev-who b { display: block; font-weight: 500; font-size: 15.5px; }
.rev-who i { font-style: normal; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.tbd { color: var(--teal); border-bottom: 1px dashed rgba(0,175,157,.5); }

/* ---------- perguntas ---------- */
.faq-set { padding: clamp(44px, 6vw, 88px) 0; border-top: 1px solid var(--hair); }
.faq-set:first-child { border-top: 0; padding-top: 0; }
.faq-set h2 { font-size: clamp(28px, 3.4vw, 42px); position: sticky; top: 130px; }
.faq { border-top: 1px solid var(--hair); }
.faq details { border-bottom: 1px solid var(--hair); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 22px 0; font-family: var(--display); font-size: clamp(20px, 2.1vw, 26px); line-height: 1.2; transition: color .3s var(--ease); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover, .faq details.is-open summary { color: var(--teal); }
.faq .sign { position: relative; width: 16px; height: 16px; }
.faq .sign::before, .faq .sign::after { content: ""; position: absolute; background: currentColor; transition: transform .45s var(--ease-out); }
.faq .sign::before { left: 0; right: 0; top: 7.5px; height: 1px; }
.faq .sign::after { top: 0; bottom: 0; left: 7.5px; width: 1px; }
.faq details.is-open .sign::after { transform: scaleY(0); }
.faq .answer-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s var(--ease-out); }
.faq details.is-open .answer-wrap { grid-template-rows: 1fr; }
.faq .answer { overflow: hidden; max-width: 46em; display: flex; flex-direction: column; gap: 12px; color: var(--ink-2); font-size: 16.5px; }
.faq .answer > :last-child { margin-bottom: 28px; }
@media (max-width: 900px) { .faq-set h2 { position: static; } }

/* ---------- contactos ---------- */
.contact { border-top: 1px solid var(--hair); }
.contact-row { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--hair); }
.contact-row .k { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); padding-top: 9px; }
.contact-row .v { font-family: var(--display); font-size: clamp(21px, 2.1vw, 27px); line-height: 1.25; }
.contact-row .v a { background: linear-gradient(var(--teal), var(--teal)) no-repeat 0 100% / 0 1px, linear-gradient(var(--hair), var(--hair)) no-repeat 0 100% / 100% 1px; transition: background-size .5s var(--ease-out), color .3s var(--ease); }
.contact-row .v a:hover { color: var(--teal); background-size: 100% 1px, 100% 1px; }
.contact-row .sub { display: block; margin-top: 9px; font-family: var(--sans); font-size: 15px; color: var(--ink-3); line-height: 1.6; }
.map { position: relative; overflow: hidden; background: var(--paper-lift); aspect-ratio: 3 / 4; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.5) contrast(1.04); z-index: 1; }
.map-under { position: absolute; inset: 0; z-index: 0; display: flex; flex-direction: column; justify-content: center; gap: 16px; padding: clamp(24px, 4vw, 44px); background: var(--paper-lift); }
.map-under p { font-family: var(--display); font-size: clamp(21px, 2.1vw, 27px); line-height: 1.3; }
@media (max-width: 860px) { .contact-row { grid-template-columns: 110px minmax(0, 1fr); } .map { aspect-ratio: 4 / 3; } }

/* ---------- chamada final ---------- */
.call { background: var(--night); color: var(--bone); position: relative; overflow: hidden; }
.call::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .07; background-image: url("../brand/padrao-tile.svg"); background-size: 260px auto; }
.call .wrap { position: relative; padding-top: var(--bay); padding-bottom: var(--bay); }
.call h2 { font-size: clamp(38px, 6vw, 82px); max-width: 13ch; color: #f7f9f8; }
.call .under { margin-top: clamp(30px, 4vw, 48px); padding-top: 30px; border-top: 1px solid var(--hair-night-soft); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 64px); align-items: end; }
.call .under p { color: var(--bone-2); max-width: 34em; }
.call .acts { justify-content: flex-start; align-items: center; row-gap: 18px; }
@media (max-width: 820px) { .call .under { grid-template-columns: 1fr; gap: 30px; } }

/* ---------- rodapé ---------- */
.site-foot { background: var(--night-deep); color: var(--bone-2); padding: clamp(56px, 7vw, 96px) 0 34px; }
@media (min-width: 721px) { .site-foot { padding-bottom: 104px; } }
.foot-top { display: grid; grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 3fr)); gap: 40px; padding-bottom: 44px; }
.foot-top h4 { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--bone-3); margin-bottom: 18px; font-weight: 500; }
.foot-top ul { display: flex; flex-direction: column; gap: 11px; font-size: 15.5px; }
.foot-top a { transition: color .3s var(--ease); }
.foot-top a:hover { color: var(--teal); }
.foot-brand { display: flex; flex-direction: column; gap: 22px; }
.foot-brand .brand { color: var(--bone); }
.foot-brand .seal { width: 92px; opacity: .55; }
.foot-brand p { font-size: 15.5px; max-width: 30ch; color: var(--bone-3); }
.foot-end { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 30px; padding-top: 26px; border-top: 1px solid var(--hair-night-soft); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--bone-3); }
.foot-end a:hover { color: var(--teal); }
.foot-ico li a { display: grid; grid-template-columns: 17px minmax(0, 1fr); gap: 13px; align-items: start; }
.foot-ico svg { width: 16px; height: 16px; margin-top: 4px; color: var(--bone-3); transition: color .3s var(--ease); }
.foot-ico li a:hover svg { color: var(--teal); }
.foot-social { display: flex; gap: 10px; margin-top: 22px; }
.foot-social a { width: 40px; height: 40px; border: 1px solid var(--hair-night); border-radius: 50%; display: grid; place-items: center;
  transition: background .4s var(--ease), border-color .4s var(--ease), color .4s var(--ease); }
.foot-social svg { width: 17px; height: 17px; }
.foot-social a:hover { background: var(--teal); border-color: var(--teal); color: var(--night); }
.contact-social { display: flex; flex-wrap: wrap; gap: 10px 26px; font-family: var(--sans); font-size: 16px; }
.contact-social a { display: inline-flex; align-items: center; gap: 9px; background-image: none; }
.contact-social svg { width: 17px; height: 17px; color: var(--ink-3); transition: color .3s var(--ease); }
.contact-social a:hover svg { color: var(--teal); }
@media (max-width: 900px) { .foot-top { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 540px) { .foot-top { grid-template-columns: 1fr; } }

/* ---------- marcação no telemóvel ---------- */
.book-bar { display: none; }
@media (max-width: 720px) {
  .book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 16px 20px calc(16px + env(safe-area-inset-bottom)); background: var(--ink); color: var(--paper);
    font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
    transform: translateY(101%); transition: transform .5s var(--ease-out); }
  .book-bar.is-up { transform: none; }
  .book-bar svg { width: 16px; height: 16px; }
}

/* ---------- doca do assistente ---------- */
.wa-dock { position: fixed; right: clamp(16px, 2.4vw, 34px); bottom: clamp(16px, 2.4vw, 34px); z-index: 70;
  display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.wa-fab { position: relative; width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; flex: none;
  background: var(--ink); color: var(--bone); box-shadow: 0 14px 34px rgba(0, 26, 44, .3);
  transition: background .4s var(--ease), transform .5s var(--ease-out); }
.wa-fab svg { width: 27px; height: 27px; }
.wa-fab:hover { background: var(--teal); transform: scale(1.06); }
.wa-ping { position: absolute; inset: -1px; border-radius: 50%; border: 1px solid var(--teal); opacity: 0; }
html.js .wa-ping { animation: wa-ping 3.4s var(--ease-out) infinite; }
.wa-dock.is-open .wa-ping, .wa-dock.is-seen .wa-ping { animation: none; opacity: 0; }
@keyframes wa-ping { 0% { transform: scale(1); opacity: .85; } 70%, 100% { transform: scale(1.55); opacity: 0; } }

.wa-panel { width: min(376px, calc(100vw - 32px)); height: min(610px, calc(100svh - 128px)); background: var(--paper);
  border: 1px solid var(--hair); box-shadow: 0 24px 60px rgba(0, 26, 44, .22); padding: 18px 18px 14px;
  display: flex; flex-direction: column; gap: 12px; transform-origin: 100% 100%; }
html.js .wa-panel { opacity: 0; transform: translateY(14px) scale(.96); transition: opacity .4s var(--ease), transform .5s var(--ease-out); }
html.js .wa-dock.is-open .wa-panel { opacity: 1; transform: none; }
.wa-panel-head { display: grid; grid-template-columns: 42px minmax(0, 1fr) 26px; gap: 12px; align-items: center;
  padding-bottom: 15px; border-bottom: 1px solid var(--hair-soft); }
.wa-av { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; }
.wa-av svg { width: 21px; height: auto; fill: var(--teal); }
.wa-who b { display: block; font-weight: 500; font-size: 15px; }
.wa-who i { font-style: normal; font-size: 12px; color: var(--ink-3); }
.wa-x { color: var(--ink-3); transition: color .3s var(--ease); }
.wa-x svg { width: 17px; height: 17px; }
.wa-x:hover { color: var(--ink); }
.wa-panel[hidden], .wa-teaser[hidden] { display: none; }
.wa-teaser { position: relative; max-width: min(258px, calc(100vw - 108px)); text-align: left; background: var(--paper);
  border: 1px solid var(--hair); box-shadow: 0 16px 40px rgba(0, 26, 44, .18); padding: 13px 16px; }
.wa-teaser b { display: block; font-weight: 500; font-size: 13px; }
.wa-teaser span { display: block; margin-top: 3px; font-size: 13.5px; line-height: 1.45; color: var(--ink-2); }
.wa-teaser::after { content: ""; position: absolute; right: 21px; bottom: -6px; width: 11px; height: 11px;
  background: var(--paper); border-right: 1px solid var(--hair); border-bottom: 1px solid var(--hair); transform: rotate(45deg); }
html.js .wa-teaser { opacity: 0; transform: translateY(10px) scale(.97); transition: opacity .45s var(--ease), transform .55s var(--ease-out); }
html.js .wa-dock.is-teasing .wa-teaser { opacity: 1; transform: none; }
.wa-dock.is-open .wa-teaser { display: none; }

.wa-log { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain;
  display: flex; flex-direction: column; gap: 9px; padding: 2px 4px 4px 0; scrollbar-width: thin; }
.wa-msg { margin: 0; background: var(--paper-lift); border-radius: 3px 14px 14px 14px; padding: 11px 14px;
  font-size: 14.5px; line-height: 1.55; max-width: 92%; align-self: flex-start; white-space: pre-line; overflow-wrap: anywhere; }
.wa-msg b { font-weight: 500; }
.wa-msg.me { align-self: flex-end; background: var(--ink); color: var(--paper); border-radius: 14px 3px 14px 14px; }
.wa-msg.err { background: transparent; border: 1px solid var(--hair); color: var(--ink-2); }
html.js .wa-msg { opacity: 0; transform: translateY(8px); transition: opacity .4s var(--ease), transform .45s var(--ease-out); }
html.js .wa-msg.is-in { opacity: 1; transform: none; }
.wa-typing { display: inline-flex; gap: 5px; padding: 15px 16px; }
.wa-typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-3); animation: wa-dot 1.2s infinite ease-in-out; }
.wa-typing i:nth-child(2) { animation-delay: .15s; } .wa-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes wa-dot { 0%, 80%, 100% { transform: translateY(0); opacity: .35; } 40% { transform: translateY(-4px); opacity: 1; } }
.wa-cta { align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; background: var(--teal); color: #fff;
  padding: 11px 16px; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  transition: background .35s var(--ease); }
.wa-cta:hover { background: var(--ink); }
.wa-cta svg { width: 15px; height: 15px; }
.wa-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.wa-chips button { border: 1px solid var(--hair); border-radius: 999px; padding: 8px 13px; font-size: 13px; color: var(--ink-2);
  transition: border-color .35s var(--ease), color .35s var(--ease), background .35s var(--ease); }
.wa-chips button:hover { border-color: var(--teal); color: var(--ink); background: rgba(0,175,157,.08); }
.wa-form { display: grid; grid-template-columns: minmax(0, 1fr) 44px; gap: 8px; align-items: end;
  border: 1px solid var(--hair); background: #fff; padding: 5px 5px 5px 13px; transition: border-color .3s var(--ease); }
.wa-form:focus-within { border-color: var(--teal); }
.wa-form textarea { border: 0; outline: 0; resize: none; background: transparent; font: inherit; font-size: 15px; line-height: 1.45;
  color: var(--ink); padding: 8px 0; max-height: 7.3em; }
.wa-send { width: 44px; height: 40px; display: grid; place-items: center; background: var(--ink); color: var(--paper);
  transition: background .35s var(--ease), opacity .3s; }
.wa-send:hover:not(:disabled) { background: var(--teal); }
.wa-send:disabled { opacity: .35; cursor: default; }
.wa-send svg { width: 18px; height: 18px; }
.wa-foot { display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; }
.wa-foot a { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-3); transition: color .3s var(--ease); }
.wa-foot a:hover { color: var(--teal); }
.wa-foot svg { width: 14px; height: 14px; }
.wa-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (max-width: 720px) {
  .wa-dock { bottom: calc(78px + env(safe-area-inset-bottom)); right: 16px; }
  .wa-fab { width: 56px; height: 56px; }
  .wa-dock.is-open { left: 12px; right: 12px; }
  .wa-dock.is-open .wa-panel { width: 100%; height: min(640px, calc(100svh - 170px)); }
}

/* ---------- estados iniciais das animações (GSAP assume a partir daqui) ---------- */
html.js .rise { opacity: 0; }
html.js .stagger > * { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .hero-stage, .hero-stage.compact { height: auto; }
  .hero-pin { position: relative; height: auto; min-height: 88vh; }
  .hero-video, .reel video { display: none; }
  .line > span, .hero-body .label, .hero-body .lede, .hero-body .acts, .hero-colophon .wrap > * { opacity: 1; transform: none; transition: none; }
  html.js .rise, html.js .stagger > * { opacity: 1; }
  html.js .plate { clip-path: none; }
  html.js .plate img { transform: none; }
  .book-bar { transform: none; }
  html.js .wa-panel, html.js .wa-msg { opacity: 1; transform: none; }
  html.js .wa-ping { animation: none; opacity: 0; }
  .car-track { transition: none; }
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
