/*
Theme Name: MV Legal Intelligence
Theme URI: https://www.melissavanini.com.br
Author: Melissa Vanini Advocacia e Consultoria Jurídica
Description: Tema institucional — Estratégia Jurídica com Inteligência, Tecnologia e Humanidade. Design system "A Colmeia Inteligente".
Version: 1.0.0
Requires PHP: 7.4
License: proprietary
Text Domain: mv-legal
*/

/* ===== Tokens ===== */
:root {
  --mv-black: #171717;
  --mv-paper: #FAF9F5;
  --mv-gold-light: #C9AE85;
  --mv-gold: #B68A4C;
  --mv-gold-deep: #644E32;
  --mv-honey: #E3B04B;
  --mv-warm: #7A6B5E;
  --mv-gradient-gold: linear-gradient(135deg, #C9AE85 0%, #B68A4C 52%, #644E32 100%);
  --surface-page: var(--mv-paper);
  --surface-card: #FFFFFF;
  --surface-dark: var(--mv-black);
  --text-display: var(--mv-black);
  --text-body: #2E2A26;
  --text-support: var(--mv-warm);
  --text-on-dark: var(--mv-paper);
  --text-gold-deep: var(--mv-gold-deep);
  --border-hairline: rgba(100, 78, 50, 0.22);
  --border-hairline-on-dark: rgba(201, 174, 133, 0.28);
  --state-hover-gold: #A47B40;
  --state-press-gold: #8A6635;
  --focus-ring: 0 0 0 3px rgba(182, 138, 76, 0.35);
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Montserrat", "Helvetica Neue", sans-serif;
  --shadow-card: 0 1px 2px rgba(100, 78, 50, 0.06), 0 8px 24px rgba(100, 78, 50, 0.08);
  --shadow-raised: 0 2px 4px rgba(100, 78, 50, 0.08), 0 16px 40px rgba(100, 78, 50, 0.12);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 160ms;
  --duration-base: 240ms;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
}

/* ===== Base ===== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface-page);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--text-display);
  margin: 0;
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }
img { max-width: 100%; height: auto; }
a { color: var(--text-gold-deep); text-decoration: none; transition: color var(--duration-fast) var(--ease-out); }
a:hover { color: var(--mv-gold); }
::selection { background: rgba(201, 174, 133, 0.4); }
section, footer, header { scroll-margin-top: 88px; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 40px; }

/* ===== Botões ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; border-radius: var(--radius-sm); cursor: pointer;
  border: 1px solid transparent; text-decoration: none;
  transition: background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);
}
.btn-md { height: 44px; padding: 0 26px; font-size: 12px; }
.btn-sm { height: 36px; padding: 0 18px; font-size: 11px; }
.btn-lg { height: 52px; padding: 0 34px; font-size: 13px; }
.btn-primary { background: var(--mv-black); color: var(--mv-paper); }
.btn-primary:hover { background: #2E2A26; color: var(--mv-gold-light); }
.btn-primary:active { background: #000; }
.btn-gold { background: var(--mv-gradient-gold); color: #FFF; }
.btn-gold:hover { background: var(--state-hover-gold); color: #FFF; }
.btn-gold:active { background: var(--state-press-gold); }
.btn-outline { background: transparent; color: var(--text-gold-deep); border-color: var(--border-hairline); }
.btn-outline:hover { background: rgba(182, 138, 76, 0.08); border-color: var(--mv-gold); }
.btn-ghost { background: transparent; color: var(--text-gold-deep); padding-left: 4px; padding-right: 4px; }
.btn-ghost:hover { color: var(--mv-gold); }

/* ===== Overline / headings de seção ===== */
.overline { display: flex; align-items: center; gap: 12px; }
.overline .line { width: 28px; height: 1px; background: var(--mv-gold); }
.overline .txt {
  font-size: 12px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--text-gold-deep);
}
.sec-head { display: grid; gap: 14px; max-width: 640px; }
.sec-head.center { justify-items: center; text-align: center; margin: 0 auto; }
.sec-head h2 { font-size: 36px; }
.sec-head .lead { font-size: 16px; color: var(--text-support); }

/* ===== Nav ===== */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 40px; height: 76px;
  background: rgba(250, 249, 245, 0.85);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-hairline);
}
.site-nav .brand img { height: 40px; display: block; width: auto; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-link { position: relative; padding-bottom: 4px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; color: var(--text-body); }
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--mv-gold); transition: width var(--duration-base) var(--ease-out);
}
.nav-link:hover::after { width: 100%; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--mv-black); margin: 5px 0; transition: transform var(--duration-base) var(--ease-out), opacity var(--duration-base) var(--ease-out); }

/* ===== Hero ===== */
.hero { position: relative; overflow: hidden; background: var(--surface-page); }
.hero-canvas {
  position: absolute; right: -40px; top: 50%; transform: translateY(-50%);
  width: 760px; height: 560px; pointer-events: none;
  -webkit-mask-image: linear-gradient(to left, black 55%, transparent 96%);
  mask-image: linear-gradient(to left, black 55%, transparent 96%);
}
.hero-inner { position: relative; padding-top: 108px; padding-bottom: 116px; }
.hero h1 { font-size: 62px; max-width: 640px; line-height: 1.06; }
.hero h1 em { font-style: italic; color: var(--text-gold-deep); }
.hero .lead { font-size: 18px; color: var(--text-support); max-width: 520px; margin-top: 24px; }
.hero .cta-row { display: flex; align-items: center; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.hero .overline { margin-bottom: 22px; }

/* ===== Áreas ===== */
.areas { padding: 104px 0; }
.areas .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: 100%; margin: 48px auto 0; }
.areas .area-card { padding: 36px; }
.card {
  position: relative; background: var(--surface-card);
  border: 1px solid var(--border-hairline); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card); padding: 26px;
  transition: border-color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);
}
.card.hoverable:hover { border-color: var(--mv-gold); box-shadow: var(--shadow-raised); }
.card .hexnode { position: absolute; top: 18px; right: 18px; }
.area-card { display: grid; gap: 16px; align-content: start; text-align: left; }
.area-card h3 { font-size: 24px; line-height: 1.2; }
.area-card .area-tag { display: none; }
.area-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.area-list li { position: relative; padding-left: 20px; font-family: var(--font-body); font-size: 14px; line-height: 1.45; color: var(--text-support); }
.area-list li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 8px;
  background: var(--mv-gold);
  clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.area-card p { font-size: 14px; color: var(--text-support); }
.hex-icon { position: relative; width: 56px; height: 56px; display: grid; place-items: center; }
.hex-icon svg.frame { position: absolute; inset: 0; }
.hex-icon .lucide, .hex-icon i { width: 22px; height: 22px; color: var(--mv-gold); position: relative; }

/* ===== Fases da vida ===== */
.phases { padding: 0 0 104px; }
.phases .sec-head h2 em { font-style: italic; color: var(--text-gold-deep); }
.phases-track { position: relative; max-width: 1000px; margin: 56px auto 0; }
.phases .track-line { position: absolute; top: 5px; left: 6%; right: 6%; height: 1px; background: var(--border-hairline); }
.phases-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.phase { display: grid; gap: 12px; justify-items: center; text-align: center; }
.phase svg { position: relative; }
.ph-label { font-family: var(--font-display); font-size: 21px; font-weight: 500; color: var(--text-display); line-height: 1.2; }
.ph-caption { font-family: var(--font-body); font-size: 12.5px; color: var(--text-support); margin-top: -6px; }

/* ===== O escritório ===== */
.concept { background: var(--surface-dark); padding: 108px 0; }
.concept .inner { max-width: 920px; margin: 0 auto; display: grid; gap: 32px; justify-items: center; text-align: center; }
.concept img.mark { height: 72px; width: auto; }
.concept .overline .line { background: var(--mv-gold-light); }
.concept .overline .txt { color: var(--mv-gold-light); }
.concept h2 { font-size: 44px; line-height: 1.12; color: var(--text-on-dark); max-width: 760px; }
.concept p { font-size: 16px; line-height: 1.75; color: var(--mv-gold-light); max-width: 700px; }
.concept p strong { color: var(--text-on-dark); font-weight: 600; }
.concept .quote-rule { width: 220px; height: 1px; background: var(--border-hairline-on-dark); margin: 6px auto; }
.concept .founder-quote { font-family: var(--font-display); font-style: italic; font-size: 27px; line-height: 1.4; color: var(--text-on-dark); max-width: 640px; }
.concept .founder-sign { display: grid; gap: 4px; justify-items: center; }
.concept .founder-sign .name { font-family: var(--font-display); font-style: italic; font-size: 21px; color: var(--mv-gold-light); }
.concept .founder-sign .role { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.12em; color: var(--mv-gold-light); text-transform: uppercase; }

/* ===== Equipe ===== */
.team { padding: 104px 0; }
.team .lead-card { max-width: 880px; margin: 48px auto 0; padding: 0; overflow: hidden; }
/* Carrossel da equipe */
.team-carousel { max-width: 880px; margin: 48px auto 0; width: 100%; }
.tc-viewport { overflow: hidden; border-radius: var(--radius-lg); }
.tc-track { display: flex; transition: transform 480ms var(--ease-out); }
.tc-slide { flex: 0 0 100%; min-width: 0; }
.tc-slide .lead-grid { min-height: 360px; }
.tc-slide .bio { align-content: center; }
.tc-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 20px; }
.tc-btn { width: 40px; height: 40px; border-radius: var(--radius-sm); cursor: pointer; border: 1px solid var(--border-hairline); background: transparent; display: grid; place-items: center; color: var(--mv-gold); transition: border-color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out); }
.tc-btn:hover { border-color: var(--mv-gold); background: rgba(182, 138, 76, 0.08); }
.tc-dots { display: flex; gap: 10px; }
.tc-dot { background: none; border: none; padding: 2px; cursor: pointer; opacity: 0.35; transition: opacity var(--duration-fast) var(--ease-out); }
.tc-dot svg path { fill: var(--mv-gold); }
.tc-dot.active { opacity: 1; }
.tc-dot.active svg path { fill: var(--mv-honey); }
.team .lead-grid { display: grid; grid-template-columns: 340px 1fr; }
.team .photo-col { background: var(--surface-dark); display: grid; place-items: center; padding: 36px; }
.team .photo-ph {
  width: 260px; height: 320px; display: grid; place-items: center;
  border: 1px solid var(--border-hairline-on-dark); border-radius: var(--radius-md);
  color: var(--mv-gold-light); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; text-align: center;
}
.team .bio { padding: 36px 40px; display: grid; gap: 16px; align-content: center; }
.team .bio h3 { font-size: 30px; }
.team .role { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; color: var(--text-gold-deep); text-transform: uppercase; }
.team ul.creds { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 14.5px; line-height: 1.55; color: var(--text-support); }
.team ul.creds li { display: flex; align-items: baseline; gap: 10px; }
.team ul.creds svg { flex-shrink: 0; transform: translateY(1px); }
.team .members { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin: 20px auto 0; }
.team .member { display: flex; gap: 22px; align-items: center; }
.team .member .photo-circle {
  width: 108px; height: 108px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; background: var(--surface-page);
  border: 1px solid var(--border-hairline);
  color: var(--text-support); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; text-align: center;
}
.team .member img.photo-circle { object-fit: cover; }
.team .member h3 { font-size: 24px; }

/* ===== Conteúdo ===== */
.content { padding: 104px 0; }
.content .list { max-width: 880px; margin: 48px auto 0; border-top: 1px solid var(--border-hairline); }
.acc-item { border-bottom: 1px solid var(--border-hairline); }
.acc-toggle {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 26px 8px;
}
.acc-toggle .tag { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-gold-deep); display: block; margin-bottom: 6px; }
.acc-toggle .headline { font-family: var(--font-display); font-size: 26px; font-weight: 500; line-height: 1.2; color: var(--text-display); display: block; }
.acc-toggle svg { flex-shrink: 0; transition: transform var(--duration-base) var(--ease-out); }
.acc-item.open .acc-toggle svg { transform: rotate(180deg); }
.acc-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--duration-base) var(--ease-out); }
.acc-item.open .acc-panel { grid-template-rows: 1fr; }
.acc-panel > div { overflow: hidden; }
.acc-body { padding: 0 8px 28px; display: grid; gap: 18px; max-width: 680px; }
.acc-body p { font-size: 15px; line-height: 1.7; color: var(--text-support); }

/* ===== Contato ===== */
.contact { padding: 104px 0 112px; }
.contact .grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
.contact .card { padding: 36px; }
.field { display: grid; gap: 8px; }
.field .label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-gold-deep); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 15px; color: var(--text-body);
  background: var(--surface-card); border: 1px solid var(--border-hairline);
  border-radius: var(--radius-sm); outline: none; width: 100%;
  transition: border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);
}
.field input, .field select { height: 46px; padding: 0 16px; }
.field select { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 40px; }
.field textarea { padding: 13px 16px; line-height: 1.6; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--mv-gold); box-shadow: var(--focus-ring); }
.field .select-wrap { position: relative; display: grid; }
.field .select-wrap svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.form-grid { display: grid; gap: 20px; }
.form-grid .two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 12px; color: var(--text-support); }
.form-footer { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-ok { display: none; gap: 14px; justify-items: start; }
.form-ok h3 { font-size: 26px; }
.form-ok p { font-size: 15px; color: var(--text-support); }
.contact-direct { display: grid; gap: 10px; margin-top: 28px; font-size: 14px; }
.contact-direct a { display: inline-flex; align-items: center; gap: 10px; color: var(--text-body); }
.contact-direct a:hover { color: var(--mv-gold); }
.contact-direct svg { color: var(--mv-gold); flex-shrink: 0; }

/* ===== Footer ===== */
.site-footer { background: var(--surface-dark); padding: 64px 0 40px; }
.site-footer .top { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.site-footer img.mark { height: 96px; width: auto; }
.site-footer .cols { display: flex; gap: 40px; font-size: 13px; }
.site-footer .col { display: grid; gap: 8px; align-content: start; }
.site-footer .col .h { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; color: var(--mv-gold-light); }
.site-footer .col a, .site-footer .col span { color: var(--mv-paper); }
.site-footer .col a:hover { color: var(--mv-gold-light); }
.site-footer .rule { height: 1px; background: var(--border-hairline-on-dark); margin: 32px 0; }
.site-footer .bottom { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; color: var(--mv-gold-light); flex-wrap: wrap; }

/* Foco visível e skip link */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--mv-gold);
  outline-offset: 2px;
}
.skip-link {
  position: absolute; left: -9999px; top: 0;
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
}
.skip-link:focus {
  left: 12px; top: 12px; z-index: 200; position: fixed;
  background: var(--mv-black); color: var(--mv-paper);
  padding: 12px 18px; border-radius: var(--radius-sm);
  outline: 2px solid var(--mv-gold); outline-offset: 2px;
}

/* ===== Flutuantes: WhatsApp + Acessibilidade ===== */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; display: grid; place-items: center;
  box-shadow: var(--shadow-raised);
  transition: transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);
}
.wa-float:hover { transform: translateY(-3px); }
.a11y { position: fixed; left: 22px; bottom: 22px; z-index: 90; }
.a11y-btn {
  width: 48px; height: 48px; border-radius: 50%; cursor: pointer;
  background: var(--mv-black); color: var(--mv-gold-light);
  border: 1px solid var(--border-hairline-on-dark);
  display: grid; place-items: center; box-shadow: var(--shadow-raised);
  transition: color var(--duration-fast) var(--ease-out);
}
.a11y-btn:hover { color: var(--mv-honey); }
.a11y-panel {
  position: absolute; bottom: 60px; left: 0; width: 252px;
  max-height: min(70vh, 560px); overflow: auto;
  background: var(--surface-card); border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md); box-shadow: var(--shadow-raised);
  padding: 16px 18px; display: grid; gap: 11px;
}
.a11y-panel[hidden] { display: none; }
.a11y-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.a11y-reset { background: none; border: 1px solid var(--border-hairline); border-radius: var(--radius-sm); padding: 4px 10px; font-family: var(--font-body); font-size: 11px; font-weight: 600; color: var(--text-gold-deep); cursor: pointer; }
.a11y-reset:hover { border-color: var(--mv-gold); }
.a11y-group { font-family: var(--font-body); font-size: 10px; font-weight: 600; letter-spacing: 0.14em; color: var(--text-support); text-transform: uppercase; border-top: 1px solid var(--border-hairline); padding-top: 10px; margin-top: 2px; }
.a11y-title { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; color: var(--text-gold-deep); }
.a11y-panel label { display: flex; align-items: center; gap: 10px; font-family: var(--font-body); font-size: 13.5px; color: var(--text-body); cursor: pointer; }
.a11y-panel input[type="checkbox"] { accent-color: var(--mv-gold); width: 16px; height: 16px; }

/* Fonte OpenDyslexic — desenhada para leitores disléxicos (base pesada nas letras) */
@font-face {
  font-family: "OpenDyslexic";
  src: url("https://cdn.jsdelivr.net/npm/open-dyslexic@1.0.3/woff/OpenDyslexic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("https://cdn.jsdelivr.net/npm/open-dyslexic@1.0.3/woff/OpenDyslexic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Efeitos das opções de acessibilidade */
body.a11y-text { zoom: 1.15; }
body.a11y-text2 { zoom: 1.35; }
body.a11y-legible { --font-display: "Atkinson Hyperlegible", sans-serif; --font-body: "Atkinson Hyperlegible", sans-serif; }
body.a11y-legible h1, body.a11y-legible h2 { letter-spacing: 0; font-size: 90%; }
body.a11y-dyslexia { --font-display: "OpenDyslexic", sans-serif; --font-body: "OpenDyslexic", sans-serif; }
body.a11y-dyslexia h1, body.a11y-dyslexia h2 { letter-spacing: 0; font-size: 78%; line-height: 1.3; }
body.a11y-dyslexia p, body.a11y-dyslexia li, body.a11y-dyslexia .lead { line-height: 1.9; font-size: 95%; }
body.a11y-dyslexia .btn { font-size: 11px; letter-spacing: 0.04em; }
body.a11y-gray main, body.a11y-gray .site-nav, body.a11y-gray .site-footer, body.a11y-gray .wa-float { filter: grayscale(1); }
body.a11y-invert main, body.a11y-invert .site-nav, body.a11y-invert .site-footer { filter: invert(1) hue-rotate(180deg); }
body.a11y-invert img, body.a11y-invert canvas { filter: invert(1) hue-rotate(180deg); }
body.a11y-cursor, body.a11y-cursor * { cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><path d='M4 2l26 12-11 3 7 14-6 3-7-14-9 8z' fill='%23171717' stroke='%23FAF9F5' stroke-width='2'/></svg>") 4 2, auto !important; }
body.a11y-headings h1, body.a11y-headings h2, body.a11y-headings h3 { background: rgba(227, 176, 75, 0.28); box-shadow: 0 0 0 5px rgba(227, 176, 75, 0.28); border-radius: 2px; }
body.a11y-noimg img, body.a11y-noimg canvas { visibility: hidden !important; }
.read-guide { position: fixed; left: 0; right: 0; top: 40vh; height: 10px; background: rgba(182, 138, 76, 0.5); border-top: 2px solid var(--mv-gold-deep); border-bottom: 2px solid var(--mv-gold-deep); z-index: 96; pointer-events: none; }
.read-mask { position: fixed; left: 0; right: 0; top: 35vh; height: 140px; z-index: 95; pointer-events: none; box-shadow: 0 0 0 9999px rgba(23, 23, 23, 0.5); }

/* VLibras na paleta da marca (botão padrão é azul; aqui vira preto + ouro) */
[vw-access-button] {
  background: var(--mv-black) !important;
  border-radius: 50% !important;
  border: 1px solid var(--border-hairline-on-dark) !important;
  box-shadow: var(--shadow-raised) !important;
}
[vw-access-button] img,
[vw-access-button] .access-button-img {
  filter: grayscale(1) sepia(0.9) saturate(2.4) hue-rotate(-12deg) brightness(1.15) !important;
}
[vw] .vw-plugin-top-wrapper, [vw-plugin-wrapper] { font-family: var(--font-body) !important; }
body.a11y-spacing p, body.a11y-spacing li, body.a11y-spacing .lead { line-height: 2 !important; letter-spacing: 0.03em; word-spacing: 0.12em; }
body.a11y-sans { --font-display: "Montserrat", "Helvetica Neue", sans-serif; }
body.a11y-sans h1, body.a11y-sans h2 { letter-spacing: 0; font-size: 90%; }
body.a11y-contrast {
  --text-support: #55483C;
  --text-body: #171717;
  --border-hairline: rgba(100, 78, 50, 0.45);
  --border-hairline-on-dark: rgba(201, 174, 133, 0.55);
  --mv-gold-light: #E8D3AE;
}
body.a11y-links a { text-decoration: underline; }
body.a11y-motion * { animation: none !important; transition-duration: 0s !important; }

/* ===== Responsivo ===== */
@media (max-width: 960px) {
  .container { padding: 0 24px; }
  .hero h1 { font-size: 46px; }
  .concept h2 { font-size: 34px; }
  .areas .grid { grid-template-columns: 1fr; max-width: 480px; }
  .team .lead-grid { grid-template-columns: 1fr; }
  .team .photo-col { padding: 28px; }
  .team .members { grid-template-columns: 1fr; max-width: 480px; }
  .contact .grid { grid-template-columns: 1fr; gap: 40px; }
  .phases-grid { grid-template-columns: 1fr; gap: 28px; max-width: 360px; margin: 0 auto; }
  .phases .track-line { display: none; }
}
@media (max-width: 860px) {
  .hero-canvas { opacity: 0.35; right: -220px; }
  .site-nav { padding: 0 20px; }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 76px; left: 0; right: 0; display: none;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--mv-paper); border-bottom: 1px solid var(--border-hairline);
    padding: 8px 20px 20px;
  }
  .nav-links.open { display: flex; }
  .nav-link { padding: 14px 4px; font-size: 15px; }
  .nav-links .btn { margin-top: 10px; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 36px; }
  .hero-inner { padding-top: 72px; padding-bottom: 80px; }
  .sec-head h2 { font-size: 28px; }
  .acc-toggle .headline { font-size: 21px; }
  .form-grid .two { grid-template-columns: 1fr; }
  .site-footer .bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
