/* ============================================================
   MARIA BRASIL — layout (video cover + kinetic editorial)
   Built on the Auris type system. White, with a rose/wine trace.
   ============================================================ */

/* ---------- NAV ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px var(--gutter);
  background: color-mix(in oklab, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px) saturate(1.1);
  border-bottom: 1px solid transparent;
  transition: border-color .4s, padding .4s, background .4s, color .4s;
}
.nav.scrolled { border-bottom-color: var(--line); padding-block: 9px; }
/* transparent over the video hero, light text */
.nav--over:not(.scrolled) {
  background: transparent; backdrop-filter: none; color: #fff;
}
.nav--over:not(.scrolled) .nav-link,
.nav--over:not(.scrolled) .nav-social a { color: rgba(255,255,255,0.82); }
.nav--over:not(.scrolled) .nav-social a:hover,
.nav--over:not(.scrolled) .nav-link:hover { color: #fff; }
.nav--over:not(.scrolled) .lang-toggle { border-color: rgba(255,255,255,0.4); color: rgba(255,255,255,0.85); }
.nav--over:not(.scrolled) .lang-toggle .on { color: #fff; }
.nav--over:not(.scrolled) .btn-primary { background: #fff; color: var(--ink); }

.wordmark { font-family: var(--font-sans); font-weight: 700; font-size: 19px; letter-spacing: 0.04em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.5em; }
.wordmark-img { height: clamp(124px, 15vw, 200px); width: auto; display: block; margin: -52px 0; }
/* logo is white: keep white over the video, invert to dark once nav is solid */
.nav.scrolled .wordmark-img { filter: invert(1); }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); }
.nav-link { font-size: 15px; color: var(--ink-dim); transition: color .25s; }
.nav-link:hover { color: var(--accent); }
.nav-social { display: inline-flex; align-items: center; gap: 14px; }
.nav-social a { color: var(--ink-dim); display: inline-flex; transition: color .25s; }
.nav-social a:hover { color: var(--accent); }
.nav-social svg { width: 18px; height: 18px; display: block; }
.nav .btn { padding: 0.55em 1.2em; font-size: 14px; }
.lang-toggle { appearance: none; background: transparent; border: 1px solid var(--line-strong); color: var(--ink-dim); border-radius: 100px; padding: 5px 11px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; cursor: pointer; display: inline-flex; gap: 6px; align-items: center; transition: color .3s, border-color .3s; }
.lang-toggle:hover { border-color: var(--accent); }
.lang-toggle .on { color: var(--accent); }
.lang-toggle .sep { opacity: .4; }
@media (max-width: 820px){ .nav-link { display: none; } }

/* ============================================================
   HERO — full-bleed video cover
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 0 clamp(64px, 11vh, 128px);
  overflow: hidden; color: #fff;
}
.hero-media { position: absolute; inset: 0; z-index: 0; background: #0c0b0c; }
.hero-fallback {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(120% 90% at 72% 18%, #3a2230 0%, transparent 55%),
    radial-gradient(120% 90% at 18% 82%, #241b22 0%, transparent 55%),
    linear-gradient(135deg, #181318, #0c0b0c);
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 1; opacity: 0; transition: opacity 1.2s ease; }
.hero-video.ready { opacity: 1; }
.hero-veil {
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(180deg, rgba(8,7,8,0.45) 0%, rgba(8,7,8,0.08) 32%, rgba(8,7,8,0.12) 55%, rgba(8,7,8,0.72) 100%);
}
.hero-content { position: relative; z-index: 3; width: 100%; max-width: var(--maxw); margin-inline: auto; text-align: left; }
.hero-eyebrow { color: #fff; margin-bottom: 22px; display: block; }
.hero-eyebrow::before { background: var(--accent-soft); }
.hero-h {
  font-weight: 700; letter-spacing: -0.035em; line-height: 0.98;
  font-size: clamp(34px, 5.6vw, 88px); max-width: 17ch; color: #fff;
  text-wrap: balance;
}
.hero-h .serif { color: #fff; font-style: italic; font-size: 1.05em; }
.hero-h .serif .w { color: var(--accent-soft); }
.hero-scroll {
  position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 3;
  width: 26px; height: 46px; display: flex; align-items: flex-start; justify-content: center;
}
.hero-scroll .hs-line { width: 1px; height: 30px; background: rgba(255,255,255,0.6); transform-origin: top; animation: hsdrop 1.8s cubic-bezier(.7,0,.3,1) infinite; }
@keyframes hsdrop { 0% { transform: scaleY(0); opacity: 0; } 30% { transform: scaleY(1); opacity: 1; } 70% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(0) translateY(30px); opacity: 0; } }
@media (max-width: 700px){ .hero { min-height: 92svh; } }

/* ---------- PRESS (logos) — blends into the video's dark end ---------- */
.press { padding-block: clamp(40px, 6vh, 72px); text-align: center; background: #0c0b0c; }
.logo-row { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 64px); flex-wrap: wrap; }
.press .logo-row image-slot {
  width: clamp(110px, 13vw, 150px); height: 58px; display: block; border-radius: 8px;
  --is-placeholder-bg: rgba(255,255,255,0.05); --is-placeholder-fg: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14);
}
.press-logo-link { display: inline-flex; align-items: center; justify-content: center; transition: opacity .25s, transform .25s; opacity: 0.88; }
.press-logo-link:hover { opacity: 1; transform: translateY(-2px); }
.press-logo { width: auto; display: block; object-fit: contain; }
.press-logo--forbes { height: clamp(38px, 4vw, 54px); }
.press-logo--mm { height: clamp(34px, 3.4vw, 48px); }
.press-logo--globo { height: clamp(40px, 3.8vw, 54px); }
.press-logo--band { height: clamp(34px, 3.4vw, 46px); }

/* ============================================================
   SOBRE — centered intro + photo left / content right
   ============================================================ */
.sobre { text-align: left; }
.sobre-intro { text-align: center; max-width: min(960px, 84vw); margin: 0 auto clamp(52px, 8vh, 96px); display: flex; flex-direction: column; align-items: center; gap: clamp(18px, 2.4vh, 28px); }
.sobre-big { font-family: var(--font-sans); font-weight: 700; font-size: clamp(26px, 3.8vw, 54px); line-height: 1.0; letter-spacing: -0.03em; }
.sobre-sub-line { font-size: clamp(20px, 2.1vw, 32px); line-height: 1.28; letter-spacing: -0.02em; font-weight: 400; color: var(--ink-dim); max-width: 30ch; text-wrap: balance; }
.sobre-sub-line .serif { color: var(--accent); font-size: 1.08em; }
.sobre-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(40px, 5.5vw, 88px); align-items: center; }
.sobre-portrait image-slot { width: 100%; height: clamp(380px, 46vw, 560px); display: block; border-radius: 16px; }
.sobre-text { display: flex; flex-direction: column; gap: clamp(20px, 2.6vh, 30px); }
.sobre-body { font-size: clamp(18px, 1.5vw, 24px); line-height: 1.46; letter-spacing: -0.018em; color: var(--ink); text-wrap: pretty; }
.sobre-body--sm { font-size: clamp(15px, 1.1vw, 18px); color: var(--ink-dim); }
.sobre-body .inline { color: var(--accent); border-bottom: 1px solid color-mix(in oklab, var(--accent) 40%, transparent); }
@media (max-width: 860px){
  .sobre-grid { grid-template-columns: 1fr; gap: 36px; }
  .sobre-portrait image-slot { height: clamp(320px, 70vw, 460px); }
}

/* ============================================================
   EDITORIAL — modern index kicker + scroll-lit items
   ============================================================ */
.editorial { text-align: left; position: relative; }
.ed-kicker { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.22em; color: var(--accent); margin-bottom: 20px; }
.ed-kicker .k-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.ed-2col { position: relative; z-index: 1; display: grid; grid-template-columns: 0.4fr 0.6fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.ed-head { position: sticky; top: 104px; }
.ed-head h2 { font-size: clamp(30px, 3.8vw, 56px); max-width: 14ch; text-align: left; }
.ed-rule { height: 2px; width: 0; background: var(--accent); margin-top: 28px; transition: width 1s cubic-bezier(.2,.7,.2,1) .15s; }
.ed-head.in .ed-rule { width: 72px; }
.ed-body { display: flex; flex-direction: column; }
.ed-item { font-size: clamp(19px, 1.6vw, 26px); line-height: 1.42; color: var(--ink); letter-spacing: -0.02em; font-weight: 400; padding: clamp(26px, 3.4vw, 44px) 0; border-top: 1px solid var(--line); }
.ed-item:first-child { border-top: none; padding-top: 0; }
.ed-item:last-child { padding-bottom: 0; }
.ed-item .inline { color: var(--accent); border-bottom: 1px solid color-mix(in oklab, var(--accent) 40%, transparent); }
.ed-2col.rev .ed-head { order: 2; text-align: right; }
.ed-2col.rev .ed-head h2 { margin-left: auto; }
.ed-2col.rev .ed-rule { margin-left: auto; }
.ed-2col.rev .ed-head.in .ed-rule { width: 72px; }
.ed-2col.rev .ed-body { order: 1; }
@media (max-width: 820px){
  .ed-2col, .ed-2col.rev { grid-template-columns: 1fr; gap: 28px; }
  .ed-head, .ed-2col.rev .ed-head { position: static; order: 0; text-align: left; }
  .ed-2col.rev .ed-rule { margin-left: 0; }
  .ed-2col.rev .ed-head.in .ed-rule { width: 72px; }
  .ed-2col.rev .ed-body { order: 1; }
}

/* ---------- partner logos ---------- */
.partners { margin-top: clamp(54px, 8vh, 96px); padding-top: clamp(40px, 5vh, 64px); border-top: 1px solid var(--line); position: relative; z-index: 1; }
.partners .logo-row { justify-content: center; gap: clamp(20px, 3.5vw, 56px); }
.partners .logo-row image-slot { width: clamp(120px, 14vw, 160px); height: 64px; }
@media (max-width: 820px){ .partners .logo-row { justify-content: center; } }

/* ============================================================
   MARQUEE — clients + credentials ticker
   ============================================================ */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: clamp(18px, 2.6vw, 32px); }
.marquee-track { display: flex; width: max-content; will-change: transform; animation: marq 42s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-group { display: flex; align-items: center; }
.mq {
  display: inline-flex; align-items: center; white-space: nowrap;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(26px, 3.6vw, 52px); letter-spacing: -0.01em; color: var(--ink);
  padding-inline: clamp(20px, 2.6vw, 44px);
}
.mq::after { content: "✦"; font-style: normal; font-size: 0.34em; color: var(--accent); margin-left: clamp(20px, 2.6vw, 44px); transform: translateY(-0.3em); }
@keyframes marq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ============================================================
   STATS — bold animated counters
   ============================================================ */
.stats { background: var(--ink); color: #fff; padding-block: clamp(56px, 8vh, 110px); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px, 3vw, 48px); }
.stat { text-align: center; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: calc(-1 * clamp(14px, 1.5vw, 24px)); top: 12%; height: 76%; width: 1px; background: rgba(255,255,255,0.14); }
.stat .n { font-weight: 700; font-size: clamp(46px, 5.6vw, 96px); letter-spacing: -0.05em; line-height: 0.9; color: #fff; white-space: nowrap; }
.stat .n .pfx { color: var(--accent-soft); }
.stat .n .sfx { font-size: 0.4em; font-weight: 700; letter-spacing: 0; margin-left: 0.1em; }
.stat .l { margin-top: 16px; font-family: var(--font-mono); font-size: clamp(11px, 1vw, 13px); letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
@media (max-width: 860px){ .stats-grid { grid-template-columns: 1fr 1fr; gap: 44px 24px; } .stat:nth-child(3)::before, .stat:nth-child(odd)::before { display: none; } }
@media (max-width: 460px){ .stats-grid { grid-template-columns: 1fr; } .stat::before { display: none !important; } }

/* ============================================================
   CRED CARDS — modern bento for trajectory
   ============================================================ */
.cred-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cred-card {
  position: relative; padding: clamp(24px, 2.6vw, 38px); border-radius: 18px;
  background: var(--bg-soft); border: 1px solid var(--line);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s, border-color .45s;
}
.cred-card:hover { transform: translateY(-5px); box-shadow: 0 26px 60px rgba(21,18,15,0.10); border-color: color-mix(in oklab, var(--accent) 42%, var(--line)); }
.cred-card--wide { grid-column: 1 / -1; }
.cred-card .cc-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: block; margin-bottom: 18px; }
.cred-card p { font-size: clamp(16px, 1.15vw, 20px); line-height: 1.5; color: var(--ink); letter-spacing: -0.01em; }
.cred-card .inline { color: var(--accent); border-bottom: 1px solid color-mix(in oklab, var(--accent) 40%, transparent); }
@media (max-width: 560px){ .cred-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FORMAÇÃO ACADÊMICA — dynamic scroll-lit, big index
   ============================================================ */
.formacao2 { text-align: left; }
.fm-list { margin-top: clamp(40px, 6vh, 80px); display: flex; flex-direction: column; gap: clamp(36px, 6vh, 72px); }
.fm-row { display: grid; grid-template-columns: auto 1fr; gap: clamp(22px, 4vw, 64px); align-items: baseline; padding-top: clamp(22px, 3vh, 36px); border-top: 1px solid var(--line); }
.fm-row:first-child { border-top: none; padding-top: 0; }
.fm-index { font-family: var(--font-serif); font-style: italic; font-size: clamp(40px, 6vw, 96px); line-height: 0.8; color: var(--accent); }
.fm-stmt { font-size: clamp(24px, 3vw, 46px); line-height: 1.18; letter-spacing: -0.028em; font-weight: 400; color: var(--ink); text-wrap: pretty; }
.fm-stmt strong { font-weight: 700; }
@media (max-width: 700px){
  .fm-row { grid-template-columns: 1fr; gap: 12px; }
  .fm-index { font-size: clamp(34px, 10vw, 56px); }
}

/* ---------- LIDERANÇA affiliations strip ---------- */
.lid-affil { margin-top: clamp(48px, 7vh, 88px); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(28px, 4vw, 64px); padding-top: clamp(40px, 5vh, 64px); border-top: 1px solid var(--line); }
.lid-logo { display: inline-flex; align-items: center; filter: grayscale(1); opacity: 0.55; transition: filter .3s, opacity .3s, transform .3s; }
.lid-logo:not(.lid-logo--static):hover { filter: grayscale(0); opacity: 1; transform: translateY(-2px); }
.lid-logo img { height: clamp(38px, 4vw, 56px); width: auto; display: block; }
@media (max-width: 700px){ .lid-affil { gap: 28px 32px; } .lid-logo img { height: 38px; } }

/* ============================================================
   LIDERANÇA & REPRESENTATIVIDADE — horizontal snap gallery
   ============================================================ */
.traj2 { text-align: left; }
.flow-kicker { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); }
.flow-kicker .k-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.traj2-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: clamp(30px, 4vh, 52px); }
.traj2-nav { display: flex; gap: 12px; }
.t2-arrow { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-strong); background: transparent; color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.t2-arrow svg { width: 22px; height: 22px; }
.t2-arrow:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.t2-arrow:disabled { opacity: 0.32; cursor: default; }
.t2-arrow:disabled:hover { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.traj2-track {
  display: flex; gap: clamp(20px, 2.4vw, 36px); overflow-x: auto;
  scroll-behavior: smooth; padding-bottom: 6px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter);
  scrollbar-width: none;
}
.traj2-track::-webkit-scrollbar { display: none; }
.t2-panel { flex: 0 0 clamp(290px, 32vw, 430px); }
.t2-photo { flex-basis: clamp(300px, 30vw, 430px); }
.t2-photo image-slot { width: 100%; aspect-ratio: 43 / 70; height: auto; display: block; border-radius: 16px; }
.t2-photo { flex-basis: clamp(300px, 30vw, 430px); overflow: hidden; border-radius: 16px; }
.t2-photo-img { width: 100%; aspect-ratio: 43 / 70; height: auto; object-fit: cover; object-position: 28% 34%; transform: scale(1.78); transform-origin: 34% 40%; display: block; border-radius: 16px; filter: grayscale(1); }
.t2-panel:not(.t2-photo) { border-top: 2px solid var(--accent); padding-top: clamp(20px, 2.6vh, 30px); align-self: stretch; }
.t2-tag { display: block; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: clamp(18px, 3vh, 30px); }
.t2-text { font-size: clamp(18px, 1.5vw, 25px); line-height: 1.4; letter-spacing: -0.018em; color: var(--ink); text-wrap: pretty; }
.t2-text strong { font-weight: 700; }
.t2-text .inline { color: var(--accent); border-bottom: 1px solid color-mix(in oklab, var(--accent) 40%, transparent); }
@media (max-width: 700px){
  .t2-panel { flex-basis: 78vw; }
  .t2-photo { flex-basis: 78vw; }
}

/* ============================================================
   TEDX — full-bleed dark, dramatic title
   ============================================================ */
.tedx { background: var(--ink); color: #fff; padding-block: clamp(90px, 14vh, 180px); position: relative; overflow: hidden; }
.tedx::before {
  content: ""; position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
  width: 90%; height: 70%; pointer-events: none;
  background: radial-gradient(60% 60% at 50% 0%, color-mix(in oklab, var(--accent) 30%, transparent), transparent 70%);
  opacity: 0.5;
}
.tedx-inner { position: relative; z-index: 1; text-align: center; }
.tedx-logo { display: flex; justify-content: center; margin-bottom: 34px; }
.tedx-logo img { height: clamp(42px, 5vw, 72px); width: auto; display: block; }
.tedx-title { display: block; }
.tedx-q { display: block; font-size: clamp(32px, 4.8vw, 68px); font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; }
.tedx-q .serif { display: block; color: var(--accent-soft); font-size: 1.04em; line-height: 1.12; }
.tedx-meta { display: block; margin-top: 28px; font-family: var(--font-mono); font-size: clamp(12px, 1.1vw, 15px); letter-spacing: 0.12em; color: rgba(255,255,255,0.5); text-transform: none; }
.tedx-player {
  position: relative; margin: clamp(48px, 7vh, 80px) auto 0; max-width: 940px;
  aspect-ratio: 16/9; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12);
  background: #0c0b0c; cursor: pointer;
  box-shadow: 0 50px 130px rgba(0,0,0,0.6);
}
.tedx-player img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.86; transition: transform .6s, opacity .4s; }
.tedx-player:hover img { transform: scale(1.04); opacity: 1; }
.tedx-player .play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: clamp(74px, 8vw, 108px); height: clamp(74px, 8vw, 108px); border-radius: 50%;
  background: var(--accent); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 60%, transparent); transition: transform .3s, box-shadow .4s;
  animation: pulse 2.6s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 55%, transparent); }
  70% { box-shadow: 0 0 0 26px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.tedx-player:hover .play { transform: translate(-50%,-50%) scale(1.08); }
.tedx-player .play svg { width: 30%; height: 30%; fill: #fff; margin-left: 8%; }
.tedx-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 5; }

/* ============================================================
   AUTORA — alternating feature rows, big covers
   ============================================================ */
.livros { text-align: left; }
.livros-title { font-size: clamp(30px, 4vw, 60px); max-width: 18ch; }
.livros-title .serif { color: var(--accent); }
.books-feature { margin-top: clamp(56px, 9vh, 104px); display: flex; flex-direction: column; gap: clamp(56px, 10vh, 128px); }
.book { display: grid; grid-template-columns: clamp(220px, 28vw, 360px) 1fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.book--rev { grid-template-columns: 1fr clamp(220px, 28vw, 360px); }
.book--rev .cover { order: 2; }
.book--rev .book-meta { order: 1; text-align: right; }
.book--rev .book-meta .blink { margin-left: auto; }
.book .cover { perspective: 1200px; }
.book .cover image-slot {
  width: 100%; height: clamp(300px, 38vw, 480px); display: block; border-radius: 12px;
  box-shadow: 0 40px 90px rgba(21,18,15,0.26);
  transition: transform .3s ease, box-shadow .3s ease; transform-style: preserve-3d;
}
.book .cover[data-tilt]:hover image-slot { box-shadow: 0 50px 110px rgba(21,18,15,0.34); }
.book-meta { display: flex; flex-direction: column; align-items: flex-start; }
.book .byear { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.2em; color: var(--accent); }
.book h3 { font-size: clamp(30px, 4.4vw, 64px); line-height: 1.0; letter-spacing: -0.03em; margin-top: 14px; }
.book p { font-size: clamp(16px, 1.2vw, 20px); line-height: 1.5; color: var(--ink-dim); margin-top: 22px; max-width: 54ch; }
.book .blink { margin-top: 26px; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); transition: gap .25s; }
.book .blink:hover { gap: 12px; }
@media (max-width: 760px){
  .book, .book--rev { grid-template-columns: 1fr; gap: 28px; justify-items: start; }
  .book--rev .cover { order: 0; }
  .book--rev .book-meta { order: 0; text-align: left; }
  .book--rev .book-meta .blink { margin-left: 0; }
  .book .cover { max-width: 260px; }
}

/* ============================================================
   CONTATO
   ============================================================ */
.contato { text-align: center; }
.contato-title { font-size: clamp(32px, 4.6vw, 68px); max-width: 16ch; margin-inline: auto; }
.contato-title .serif { color: var(--accent); }
.contact-form { margin: clamp(46px, 6vh, 66px) auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 600px; text-align: left; }
.contact-form .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.field input, .field textarea {
  font-family: var(--font-sans); font-size: 16px; color: var(--ink); background: transparent;
  border: none; border-bottom: 1px solid var(--line-strong); border-radius: 0; padding: 12px 2px; width: 100%;
  transition: border-color .25s;
}
.field input:focus, .field textarea:focus { outline: none; border-bottom-color: var(--accent); box-shadow: none; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field textarea { min-height: 120px; resize: vertical; }
.contact-form .actions { grid-column: 1 / -1; display: flex; justify-content: center; margin-top: 8px; }
.form-note { text-align: center; margin-top: 18px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--accent); min-height: 18px; }
@media (max-width: 540px){ .contact-form { grid-template-columns: 1fr; } }

/* ============================================================
   NEWSLETTER — LinkedIn "Marcas com Alma"
   ============================================================ */
.nl-card {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(32px, 5vw, 72px); align-items: center;
  padding: clamp(34px, 4.5vw, 64px); border-radius: 26px; position: relative; overflow: hidden;
  background: #000; color: #fff; border: 1px solid rgba(255,255,255,0.10);
}
.nl-card::before {
  content: ""; position: absolute; right: -10%; top: -40%; width: 60%; height: 180%; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, color-mix(in oklab, var(--accent) 34%, transparent), transparent 70%);
  opacity: 0.6;
}
.nl-visual { position: relative; z-index: 1; }
.nl-visual img { width: clamp(132px, 16vw, 188px); height: auto; display: block; border-radius: 0; }
.nl-body { position: relative; z-index: 1; text-align: left; display: flex; flex-direction: column; align-items: flex-start; }
.nl-body .eyebrow { color: var(--accent-soft); margin-bottom: 16px; }
.nl-body .eyebrow::before { background: var(--accent-soft); }
.nl-desc { color: rgba(255,255,255,0.82); max-width: 40ch; font-size: clamp(20px, 1.8vw, 28px); line-height: 1.32; font-weight: 400; letter-spacing: -0.015em; }
.nl-body .btn { margin-top: clamp(26px, 3.4vh, 38px); }
@media (max-width: 680px){
  .nl-card { grid-template-columns: 1fr; gap: 28px; }
}

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid var(--line); padding-block: 44px; text-align: center; }
.footer .fnote { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--ink-faint); }

/* ============================================================
   MOBILE REFINEMENTS
   ============================================================ */
@media (max-width: 600px) {
  :root { --gutter: 20px; }
  .nav { padding: 14px var(--gutter); }
  .nav .btn { padding: 0.5em 1em; font-size: 13px; }
  .nav-social { gap: 12px; }
  /* hero: comfortable height + readable headline on small screens */
  .hero { min-height: 88svh; padding-bottom: clamp(48px, 12vh, 96px); }
  .hero-h { font-size: clamp(30px, 9vw, 46px); line-height: 1.02; }
  /* sobre intro */
  .sobre-big { font-size: clamp(24px, 7vw, 40px); }
  .sobre-sub-line { font-size: clamp(17px, 5vw, 22px); }
  .sobre-body { font-size: clamp(17px, 4.6vw, 21px); }
  /* formação dynamic */
  .fm-stmt { font-size: clamp(21px, 6.4vw, 30px); }
  /* leadership gallery: arrows still reachable, panels swipeable */
  .traj2-head { margin-bottom: 22px; }
  .t2-arrow { width: 44px; height: 44px; }
  .t2-text { font-size: clamp(18px, 5vw, 22px); }
  /* tedx */
  .tedx-q { font-size: clamp(30px, 9vw, 44px); }
  /* books stack already; tighten */
  .book h3 { font-size: clamp(26px, 8vw, 38px); }
  /* newsletter card stacks */
  .nl-visual img { width: clamp(120px, 40vw, 160px); }
}
@media (max-width: 380px) {
  .press .logo-row { gap: 18px 22px; }
}
