/* ============================================================
   Tineu — site.css
   Réplica do design aprovado (Wix) em HTML/CSS limpo.
   Creme #F6EDD8, bege #D4C5A0, petróleo #012527 / #0B2E2E, texto #242528.
   Fonte: Montserrat (títulos, menu, botões) + Helvetica/Arial leve no corpo.
   ============================================================ */

:root {
  --cream: #f6edd8;
  --tan: #d4c5a0;
  --tan-2: #e9dcbb;
  --petrol: #0b2e2e;
  --petrol-deep: #012527;
  --petrol-ink: #061a1a;
  --ink: #242528;
  --ink-2: #5f6360;
  --gold: #d4c5a0;
  --white: #ffffff;
  --line-cream: rgba(246, 237, 216, .25);
  --line-ink: rgba(36, 37, 40, .18);
  --wa: #25d366;

  --mont: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;

  --max: 1080px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 5rem; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--body); font-weight: 300; font-size: 1.15rem; line-height: 1.55; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
::selection { background: var(--tan); color: var(--petrol-ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
a, button { touch-action: manipulation; }
a { color: inherit; text-underline-offset: .18em; }
img, picture { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--mont); font-weight: 400; line-height: 1.15; margin: 0 0 .6em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 3.7vw, 3.25rem); }
h2 { font-size: clamp(1.85rem, 3.7vw, 3.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }
p { margin: 0 0 1em; }
strong { font-weight: 700; }
.wrap { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }
.section { padding-block: clamp(3rem, 7vw, 5.5rem); }

/* Titulos de secao centralizados. Ficam de fora os subtitulos numerados
   da politica de privacidade e as frases longas de abertura dos espacos. */
.section:not(.venue-intro) > .wrap:not(.legal) > h2 { display: inline-block; text-align: left; background: var(--tan); padding: .1em .5em .16em; margin-left: -.5em; }
.title-bold { font-weight: 700; }
.title-gold { color: var(--gold); text-align: center; }
.on-dark { color: var(--white); }
.on-dark h1, .on-dark h2, .on-dark h3 { color: var(--gold); }
.skip { position: absolute; left: -999px; top: 0; background: var(--tan); color: var(--petrol-ink); padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Header (creme, logo à esquerda, menu caixa alta) ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--cream); border-bottom: 1px solid rgba(36,37,40,.06); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 58px; height: 58px; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.25rem); }
.nav a { font-family: var(--mont); font-size: 12px; font-weight: 500; letter-spacing: .02em; text-transform: uppercase; text-decoration: none; color: var(--ink); padding: .4rem 0; border-top: 2px solid transparent; transition: border-color .2s; }
.nav a:hover, .nav a[aria-current="page"] { border-top-color: var(--ink); }
.nav a { position: relative; }
.nav-toggle { display: none; min-height: 44px; background: none; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); padding: .45rem 1rem; font-family: var(--mont); font-size: 12px; text-transform: uppercase; cursor: pointer; }
@media (max-width: 840px) {
  .nav-toggle { display: inline-block; }
  .nav { display: none; position: absolute; inset: 100% 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--cream); border-bottom: 1px solid var(--line-ink); padding: .25rem var(--gutter) 1rem; }
  .nav.is-open { display: flex; }
  .nav a { padding: .9rem 0; border-top: 0; border-bottom: 1px solid var(--line-ink); font-size: 13px; }
  .nav a:hover, .nav a[aria-current="page"] { border-top-color: transparent; font-weight: 700; }
}

/* ---------- Botões (caixa alta, quadrados, como no Wix) ---------- */
.btn { box-shadow: 0 0 0 rgba(0,0,0,0); display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; padding: .7rem 1.5rem; border: 1.5px solid var(--cream); background: transparent; color: var(--cream); font-family: var(--mont); font-size: 12px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, transform .35s var(--ease), box-shadow .35s var(--ease); }
.btn:hover { background: var(--cream); color: var(--petrol-ink); transform: translateY(-2px); box-shadow: 0 10px 22px -12px rgba(0,0,0,.55); }
.btn:active { transform: translateY(0); transition-duration: .08s; }
.btn-fill { background: var(--cream); color: var(--petrol-ink); }
.btn-fill:hover { background: var(--white); border-color: var(--white); }
.btn-dark { background: var(--petrol-ink); border-color: var(--petrol-ink); color: var(--cream); }
.btn-dark:hover { background: #000; border-color: #000; color: var(--white); }
.btn-ink { border-color: var(--ink); color: var(--ink); }
.btn-ink:hover { background: var(--ink); color: var(--cream); }
.btn[aria-busy="true"] { opacity: .65; pointer-events: none; }

/* ---------- Hero (home) ---------- */
.hero { position: relative; isolation: isolate; min-height: min(92vh, 940px); display: grid; place-items: center; text-align: center; padding: clamp(3rem, 8vw, 6rem) 0; overflow: clip; }
.hero-media { position: absolute; inset: 0; z-index: -1; background: var(--petrol-deep); }
.hero-media picture, .desde .bg picture, .porque .bg picture { height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1,37,39,.55) 0%, rgba(1,37,39,.35) 45%, rgba(1,37,39,.85) 100%); }
.hero-logo-wrap { display: block; width: min(440px, 62vw); margin: 0 auto clamp(3rem, 9vw, 7rem); }
.hero-logo { width: 100%; }
.hero h1 { font-family: var(--mont); font-size: clamp(1.1rem, 1.9vw, 1.5rem); font-weight: 300; line-height: 1.5; color: var(--white); max-width: 46em; margin: 0 auto 1.75rem; }
.hero h1 strong { font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; }

/* ---------- Sobre a Tineu (verde, colagem) ---------- */
.sobre { background: linear-gradient(160deg, #0f3b3a 0%, var(--petrol-deep) 60%, #01201f 100%); color: var(--white); padding-block: clamp(3rem, 7vw, 5rem) clamp(3rem, 7vw, 5rem); }
.sobre h2 { color: var(--gold); text-align: center; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2rem; align-items: start; }
.collage-a { position: relative; padding-top: 0; }
.card-tan { background: var(--tan); color: var(--ink); padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.75rem, 3vw, 2.5rem) 1.75rem; max-width: 420px; position: relative; z-index: 2; margin-left: 6%; }
.card-tan h3, .card-outline h3 { font-family: var(--mont); font-weight: 700; margin-bottom: 1.4rem; }
.card-tan h3 { font-family: var(--mont); font-size: clamp(.95rem, 1.35vw, 1.1rem); font-weight: 400; letter-spacing: .06em; text-transform: uppercase; line-height: 1.2; margin-bottom: 1.35rem; }
.card-tan h3 strong { display: block; font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 700; letter-spacing: -.03em; line-height: .95; margin-bottom: .25rem; text-transform: none; }
.card-outline h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); letter-spacing: .02em; }
.card-outline p:first-of-type { font-size: clamp(1.12rem, 1.7vw, 1.3rem); line-height: 1.45; }
.card-tan p, .card-outline p { font-size: 1.06rem; line-height: 1.5; }
.card-arrow { display: block; width: 26px; height: 1px; background: currentColor; position: relative; margin-top: 1.25rem; }
.card-arrow::after { content: ""; position: absolute; right: -1px; top: -3px; border: 3.5px solid transparent; border-left: 6px solid currentColor; }
.collage-a picture { margin-top: -2.5rem; width: 92%; aspect-ratio: 5/4; overflow: hidden; }
.collage-b picture { aspect-ratio: 5/6; overflow: hidden; }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.card-outline { border: 1px solid var(--gold); color: var(--white); padding: clamp(1.75rem, 3vw, 2.5rem); margin-top: 2rem; max-width: 420px; margin-left: auto; }
.card-outline h3 { color: var(--gold); }
.card-outline-wide { max-width: none; margin: 2.25rem 0 0; }
.card-outline-wide .cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; }
.card-outline-wide .cols p { margin-bottom: 0; }
@media (max-width: 760px) { .card-outline-wide .cols { grid-template-columns: 1fr; gap: .8rem; } }
.card-outline h3::after { content: ""; display: block; width: 30px; height: 1px; background: var(--gold); margin-top: .8rem; }
.card-outline strong { color: var(--gold); }
@media (max-width: 760px) { .collage { grid-template-columns: 1fr; } .card-tan { margin-left: 0; max-width: none; } .collage-a picture { width: 100%; margin-top: 0; } .card-outline { max-width: none; } }

.sobre-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 2rem; align-items: stretch; }
.sobre-media { overflow: hidden; min-height: 420px; }
.sobre-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.sobre-text { display: grid; gap: 1.5rem; align-content: center; }
.sobre-text .card-tan, .sobre-text .card-outline { max-width: none; margin: 0; }
@media (max-width: 760px) { .sobre-grid { grid-template-columns: 1fr; } .sobre-media { min-height: 0; aspect-ratio: 16/10; } }

/* ---------- Quem lidera ---------- */
.lider-text h2 { font-size: clamp(1.6rem, 2.8vw, 2.25rem); font-weight: 400; margin-bottom: 1.75rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(36,37,40,.28); }
.lider-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.lider-text { background: var(--tan); padding: clamp(1.75rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: center; }
.lider-text h3 { font-family: var(--mont); font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 600; margin-bottom: 1rem; }
.lider-text p { font-size: 1.12rem; line-height: 1.5; max-width: 32em; }
.lider-text blockquote { margin: 1.75rem 0 .4rem; font-style: italic; font-size: 1.08rem; line-height: 1.5; font-weight: 400; max-width: 30em; }
.lider-text cite { font-style: normal; font-size: .92rem; color: var(--ink); }
.lider-grid picture { overflow: hidden; }
.lider-grid img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
@media (max-width: 760px) { .lider-grid { grid-template-columns: 1fr; } .lider-grid picture { order: -1; aspect-ratio: 4/3; } }

/* ---------- Nossos Espaços (banners largos + specs) ---------- */
.espacos h2 { font-weight: 700; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.venue { display: block; text-decoration: none; color: inherit; padding-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.venue h3 { font-family: var(--mont); font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 700; margin-bottom: .2rem; }
.venue .more { font-size: .95rem; text-decoration: underline; display: inline-block; margin-bottom: 1.1rem; }
.venue picture { aspect-ratio: 1080 / 300; overflow: hidden; background: var(--petrol-deep); }
.venue img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transition: transform 1.2s var(--ease); }
.venue:hover img { transform: scale(1.03); }
.venue .specs [data-count] { font-variant-numeric: tabular-nums; }
.venue .specs { display: grid; grid-template-columns: 1fr 1fr 1.18fr .92fr; gap: .35rem 1.25rem; margin: 1.35rem 0 0; padding-top: 1.1rem; border-top: 1px solid var(--line-ink); font-family: var(--mont); font-size: clamp(1rem, 1.55vw, 1.15rem); line-height: 1.3; }
.venue .specs div { font-weight: 500; }
.venue .specs div:first-child { font-weight: 700; }
.venue .specs div:nth-child(2) { font-weight: 700; }
.venue .specs div:last-child { text-align: right; }
@media (max-width: 640px) { .venue .specs { grid-template-columns: 1fr 1fr; } .venue .specs div:last-child { text-align: left; } .venue picture { aspect-ratio: 16/9; } }

/* ---------- Faixa "Desde 1989" ---------- */
.desde { position: relative; isolation: isolate; color: var(--white); text-align: center; padding-block: clamp(3rem, 6vw, 4.5rem); overflow: clip; }
.desde .bg { position: absolute; inset: 0; z-index: -1; }
.desde .bg img { width: 100%; height: 100%; object-fit: cover; }
.desde .bg::after { content: ""; position: absolute; inset: 0; background: rgba(1, 37, 39, .78); }
.desde h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 400; color: var(--gold); margin-bottom: 2rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 820px; margin: 0 auto; }
.stats .n { font-variant-numeric: tabular-nums; font-family: var(--mont); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; line-height: 1; }
.stats .l { font-size: 1rem; margin: .5rem auto 0; max-width: 18em; }
.stats .l::after { content: ""; display: block; width: 90px; height: 1px; background: var(--white); margin: 1.1rem auto 0; }
@media (max-width: 640px) { .stats { grid-template-columns: 1fr; gap: 1.5rem; } }

/* ---------- Da ideia à operação ---------- */
.ideia h2 { font-weight: 700; margin-bottom: 1rem; }
.ideia .lead { font-size: 1.25rem; line-height: 1.5; margin-bottom: 2.5rem; }
.ideia-box { background: #03343a; color: var(--white); padding: clamp(2rem, 5vw, 3.5rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.ideia-box h3 { font-family: var(--mont); font-size: 1.05rem; font-weight: 700; color: var(--gold); margin-bottom: .8rem; }
.ideia-box h3::after { content: ""; display: block; width: 30px; height: 1px; background: var(--gold); margin-top: .7rem; }
.ideia-box p { font-size: 1.08rem; line-height: 1.5; }
@media (max-width: 760px) { .ideia-box { grid-template-columns: 1fr; } }

/* ---------- Por que escolher a Tineu ---------- */
.porque { position: relative; isolation: isolate; color: var(--white); padding-block: clamp(3rem, 7vw, 5rem); overflow: clip; }
.porque .bg { position: absolute; inset: 0; z-index: -1; }
.porque .bg img { width: 100%; height: 100%; object-fit: cover; }
.porque .bg::after { content: ""; position: absolute; inset: 0; background: rgba(1, 37, 39, .82); }
.porque h2 { color: var(--gold); text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.porque-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.porque-grid figure { margin: 0; }
.porque-grid picture { aspect-ratio: 4/3; overflow: hidden; }
.porque-grid img { width: 100%; height: 100%; object-fit: cover; }
.porque-grid figcaption { padding: 1rem 0 0; }
.porque-grid h3 { font-family: var(--mont); font-size: 1rem; font-weight: 700; color: var(--gold); margin-bottom: .4rem; }
.porque-grid p { font-size: 1.06rem; line-height: 1.5; margin: 0; }
@media (max-width: 760px) { .porque-grid { grid-template-columns: 1fr; } }

/* ---------- Página do espaço: hero dividido ---------- */
.venue-hero { display: grid; grid-template-columns: 62% 38%; min-height: 560px; background: var(--petrol); color: var(--white); }
.venue-hero picture { overflow: hidden; }
.venue-hero img { width: 100%; height: 100%; object-fit: cover; }
.venue-hero .panel { padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem); display: flex; flex-direction: column; justify-content: center; }
.venue-hero h1 { font-family: var(--mont); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 400; color: var(--gold); margin-bottom: 2rem; }
.specsheet { margin: 0; display: grid; }
.specsheet div { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--gold); }
.specsheet dt { font-family: var(--mont); font-size: .8rem; font-weight: 700; color: var(--gold); }
.specsheet dd { margin: 0; font-family: var(--mont); font-size: .85rem; text-align: right; }
@media (max-width: 760px) { .venue-hero { grid-template-columns: 1fr; } .venue-hero picture { aspect-ratio: 16/10; } }
.venue-intro h2 { font-family: var(--mont); font-size: clamp(1.25rem, 2.2vw, 1.6rem); font-weight: 400; margin-bottom: 1rem; }
.venue-intro .prose { max-width: 62em; font-size: 1.15rem; }
.venue-intro ul { padding-left: 1.2rem; }
.venue-intro li { margin-bottom: .4rem; }
.split { display: grid; grid-template-columns: 60% 40%; min-height: 420px; }
.split picture { overflow: hidden; }
.split img { width: 100%; height: 100%; object-fit: cover; }
.split .tan { background: var(--tan); color: var(--ink); padding: clamp(1.5rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: center; }
.split .tan h2 { font-family: var(--mont); font-size: 1.1rem; font-weight: 700; }
.split .tan ul { padding-left: 1.1rem; font-size: 1.08rem; line-height: 1.5; }
.split .tan li { margin-bottom: .45rem; }
@media (max-width: 760px) { .split { grid-template-columns: 1fr; } .split picture { aspect-ratio: 16/10; } }
.ext-link { font-family: var(--mont); font-size: .95rem; font-weight: 600; text-decoration: underline; }
/* ---------- Bloco com imagem lateral (Para quem) ---------- */
.media-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.media-split > .prose { max-width: none; margin: 0; }
.media-split picture { overflow: hidden; aspect-ratio: 4/5; background: var(--tan-2); }
.media-split img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
@media (max-width: 800px) { .media-split { grid-template-columns: 1fr; } .media-split picture { aspect-ratio: 4/3; order: -1; } }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery figure { margin: 0; aspect-ratio: 4/3; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 640px) { .gallery { grid-template-columns: 1fr; } }

/* ---------- Bloco final: "Nosso espaço pode ser seu próximo case" + formulário ---------- */
.case { background: linear-gradient(120deg, #000 0%, #01262a 45%, #0b3a3d 100%); color: var(--white); padding-block: clamp(3rem, 7vw, 5rem); }
.case h2 { color: var(--gold); text-align: center; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.case-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: start; }
@media (max-width: 800px) { .case-grid { grid-template-columns: 1fr; } }
.form-card { background: var(--tan); color: var(--ink); padding: clamp(1.25rem, 3vw, 2rem); }
.form-card h3 { font-family: var(--mont); font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-weight: 400; line-height: 1.2; margin-bottom: 1.25rem; }
.form-card h3 strong { font-weight: 500; }
form.lead-form { display: grid; gap: .9rem; }
.field { display: grid; gap: .3rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.field label { font-family: var(--mont); font-size: .85rem; font-weight: 500; }
.field .hint { font-weight: 400; color: var(--ink); opacity: .8; }
.field input, .field select, .field textarea { width: 100%; background: var(--cream); border: 1px solid transparent; color: var(--ink); padding: .65rem .75rem; border-radius: 0; font-size: 1rem; caret-color: var(--petrol-ink); transition: border-color .2s; }
.field input::placeholder, .field textarea::placeholder { color: #6b6960; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--petrol-ink); }
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23242528' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right .7rem center; padding-right: 2rem; }
.field textarea { min-height: 5.5rem; resize: vertical; }
.field.is-invalid input, .field.is-invalid select { border-color: #b3261e; }
.field .error { display: none; font-size: .78rem; color: #8a1d16; }
.field.is-invalid .error { display: block; }
.consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .92rem; }
.consent input { margin-top: .2rem; accent-color: var(--petrol-ink); width: 1rem; height: 1rem; flex: none; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-status { min-height: 1.2rem; font-size: .95rem; margin: 0; }
.form-status[data-state="error"] { color: #8a1d16; }
.form-card .btn { width: 100%; }
.contact-card { background: var(--cream); color: var(--ink); padding: clamp(1.5rem, 4vw, 2.5rem); font-size: 1.06rem; }
.contact-card img { width: 120px; margin-bottom: 1.5rem; }
.contact-card p { margin-bottom: .9rem; }
.contact-card a { text-decoration: none; }
.contact-card a:hover { text-decoration: underline; }
.contact-card .social { display: flex; gap: .9rem; margin-top: .4rem; }
.contact-card .social svg { width: 1.35rem; height: 1.35rem; }
.contact-card .social a { color: var(--ink); transition: color .2s, transform .3s var(--ease); }
.contact-card .social a:hover { color: var(--petrol); transform: translateY(-2px); }
.social-foot { display: flex; justify-content: center; gap: 1rem; margin-bottom: .8rem; }
.social-foot svg { width: 1.2rem; height: 1.2rem; }
.social-foot a { opacity: .85; transition: opacity .2s, transform .3s var(--ease); }
.social-foot a:hover { opacity: 1; transform: translateY(-2px); }
.contact-card strong { font-weight: 600; }

/* ---------- Rodapé ---------- */
.site-footer { background: var(--petrol-deep); color: var(--cream); text-align: center; padding: 1.6rem var(--gutter); font-size: .92rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.5rem; margin-bottom: .8rem; }
.site-footer a { text-decoration: none; opacity: .85; }
.site-footer a:hover { text-decoration: underline; opacity: 1; }
.back-top { display: inline-flex; flex-direction: column; align-items: center; gap: .35rem; margin-bottom: 1.25rem; font-size: .75rem; text-decoration: none; }
.back-top svg { width: 1rem; height: 1rem; }

/* ---------- WhatsApp flutuante ---------- */
.wa-fab { position: fixed; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 60; display: inline-flex; align-items: center; gap: .55rem; padding: .75rem 1rem .75rem .85rem; border-radius: 999px; background: var(--wa); color: #062b18; font-family: var(--mont); font-weight: 600; font-size: .85rem; text-decoration: none; box-shadow: 0 10px 24px -10px rgba(0,0,0,.5), 0 2px 6px rgba(0,0,0,.2); transition: transform .3s var(--ease); }
.wa-fab:hover { transform: translateY(-2px); }
.wa-fab svg { width: 1.5rem; height: 1.5rem; flex: none; }
@media (max-width: 640px) { .wa-fab span { display: none; } .wa-fab { padding: .85rem; } }

/* ---------- Aviso de cookies ---------- */
.cookie { position: fixed; left: max(1rem, env(safe-area-inset-left)); bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 70; width: min(19rem, calc(100vw - 2rem)); background: #0d0f0f; color: var(--cream); padding: .8rem .9rem; box-shadow: 0 14px 30px -12px rgba(0,0,0,.6); }
.cookie[hidden] { display: none; }
.cookie p { font-size: .78rem; line-height: 1.4; margin: 0 0 .6rem; }
.cookie a { color: var(--cream); }
.cookie-actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.cookie .btn { min-height: 34px; padding: .35rem .75rem; font-size: 10px; border-color: var(--cream); color: var(--cream); }
.cookie .btn-fill { background: var(--cream); color: var(--petrol-ink); }
@media (max-width: 640px) { .cookie { bottom: 5.25rem; } }

/* ---------- Páginas de texto ---------- */
.page-head { background: var(--petrol); color: var(--white); padding-block: clamp(2.5rem, 6vw, 4rem); }
.page-head h1 { color: var(--gold); font-weight: 400; margin-bottom: .4rem; }
.page-head p { max-width: 46em; margin: 0; }
.page-head-compact h1 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin-bottom: .75rem; }
.page-head-compact p { color: var(--cream); }

/* ---------- Banner de atendimento (Contato) ---------- */
.atendimento { padding-block: clamp(2rem, 4.5vw, 3.25rem); }
.atendimento-banner { position: relative; margin: 0; }
.atendimento-banner picture { display: block; aspect-ratio: 1280 / 543; overflow: hidden; background: var(--tan-2); }
.atendimento-banner img { width: 100%; height: 100%; object-fit: cover; }
.atendimento-panel { position: absolute; inset-block: 0; right: 0; width: min(38%, 23rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: clamp(1rem, 2vw, 1.5rem); padding: clamp(1.25rem, 3vw, 2.25rem); }
.atendimento-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,237,216,0) 0%, rgba(246,237,216,.62) 34%, rgba(246,237,216,.93) 100%); }
.atendimento-panel > * { position: relative; }
.atendimento-panel p { font-family: var(--mont); font-size: clamp(.95rem, 1.5vw, 1.15rem); font-weight: 400; line-height: 1.35; color: var(--ink); margin: 0; text-wrap: balance; }
@media (max-width: 860px) {
  .atendimento-banner picture { aspect-ratio: 16/10; }
  .atendimento-banner img { object-position: 28% center; }
  .atendimento-panel { position: static; width: auto; background: var(--tan); align-items: center; text-align: center; padding: clamp(1.5rem, 5vw, 2rem) 1.25rem; }
  .atendimento-panel::before { display: none; }
  .atendimento-panel .btn { width: 100%; }
}
.legal { max-width: 68ch; }
.legal h2 { font-size: 1.5rem; margin-top: 2.25rem; }
.legal h3 { font-size: 1.15rem; margin-top: 1.5rem; font-weight: 600; }
.legal ul { padding-left: 1.2rem; }
.prose { max-width: 66ch; }
.prose h3 { font-family: var(--mont); font-size: 1.2rem; font-weight: 700; margin-top: 1.75rem; }
.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1.25rem; padding: 1.5rem 0; border-top: 1px solid var(--line-ink); }
.steps li:last-child { border-bottom: 1px solid var(--line-ink); }
.steps li::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--mont); font-size: 1.75rem; font-weight: 300; line-height: 1; color: var(--ink-2); }
.steps h3 { font-family: var(--mont); font-size: 1.1rem; font-weight: 700; margin-bottom: .4rem; }
.steps p { margin: 0; font-size: 1.12rem; line-height: 1.55; }

/* ---------- Movimento: entrada suave por rolagem (sem JS; navegadores sem suporte mostram tudo parado) ---------- */
@media (prefers-reduced-motion: no-preference) {
  @keyframes fx-up { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
  @keyframes fx-fade { from { opacity: 0; } to { opacity: 1; } }
  @keyframes fx-zoom-in { from { opacity: 0; transform: scale(.8); } to { opacity: 1; transform: scale(1); } }
  .hero-logo { animation: fx-zoom-in 2.6s var(--ease) both; transform-origin: center; will-change: transform, opacity; }
  /* Ao rolar, a logo continua crescendo e se dissolve, revelando o hero */
  @supports (animation-timeline: scroll()) {
    @keyframes fx-logo-grow { from { transform: scale(1); opacity: 1; } to { transform: scale(2.1); opacity: 0; } }
    .hero-logo-wrap { animation: fx-logo-grow linear both; animation-timeline: scroll(root block); animation-range: 0 85vh; transform-origin: center 45%; will-change: transform, opacity; }
  }
  .hero h1 { animation: fx-up .9s var(--ease) .35s both; }
  .hero-actions { animation: fx-up .9s var(--ease) .55s both; }
  @supports (animation-timeline: view()) {
    .sobre h2, .sobre-media, .card-tan, .card-outline, .lider h2, .lider-grid, .espacos h2, .venue,
    .desde h2, .stats > div, .ideia h2, .ideia .lead, .ideia-box, .porque h2, .porque-grid figure,
    .case h2, .form-card, .contact-card, .venue-intro h2, .venue-intro .prose, .split, .gallery figure,
    .steps li, .page-head h1, .page-head p, .legal h2, .atendimento-banner, .media-split picture {
      animation: fx-up linear both; animation-timeline: view(); animation-range: entry 0% entry 28%;
    }
    .stats > div:nth-child(2), .porque-grid figure:nth-child(2), .gallery figure:nth-child(2) { animation-range: entry 8% entry 36%; }
    .stats > div:nth-child(3), .porque-grid figure:nth-child(3), .gallery figure:nth-child(3) { animation-range: entry 16% entry 44%; }
    .venue-hero picture img { animation: fx-fade 1s var(--ease) both; }
  }
}
