/* ===================================================================
   REDITEC 2026 — Brandbook Web
   Design system: editorial premium, navy + bone, Gilroy
   =================================================================== */

/* ---------- FONTS ---------- */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ---------- TOKENS ---------- */
:root {
  /* brand */
  --navy: #1A2B4A;
  --navy-deep: #0E1A33;
  --orange: #EB9E12;
  --green: #22713A;
  --red: #D92D25;
  --bone: #F4ECDD;
  --bone-2: #EDE2CC;
  --warm: #D6B898;

  /* dynamic */
  --bg: var(--bone);
  --ink: var(--navy);
  --line: rgba(26, 43, 74, .14);
  --muted: rgba(26, 43, 74, .55);

  /* type scale (clamp-based fluid) */
  --fs-display: clamp(56px, 12vw, 220px);
  --fs-display-xl: clamp(48px, 10vw, 168px);
  --fs-h2: clamp(40px, 7vw, 120px);
  --fs-h3: clamp(28px, 3.5vw, 56px);
  --fs-lede: clamp(20px, 1.6vw, 28px);
  --fs-body: 16px;
  --fs-meta: 12px;

  /* layout */
  --container: 1440px;
  --gutter: clamp(20px, 4vw, 64px);
  --radius: 14px;

  /* motion */
  --ease: cubic-bezier(.2, .7, .15, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-bounce: cubic-bezier(.34, 1.56, .64, 1);
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
body {
  font-family: "Gilroy", system-ui, sans-serif;
  font-weight: 300;
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
  cursor: none;
  transition: background .9s var(--ease), color .9s var(--ease);
}
body.is-loading { overflow: hidden; height: 100vh; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: none; }
ul, ol { list-style: none; padding: 0; margin: 0; }
figure { margin: 0; }
em { font-style: normal; }
::selection { background: var(--navy); color: var(--bone); }

/* ---------- THEME (data-theme on sections drives global color) ---------- */
body.theme-navy { --bg: var(--navy); --ink: var(--bone); --line: rgba(244, 236, 221, .14); --muted: rgba(244, 236, 221, .55); }
body.theme-bone { --bg: var(--bone); --ink: var(--navy); --line: rgba(26, 43, 74, .14); --muted: rgba(26, 43, 74, .55); }

/* ---------- TYPOGRAPHY UTILITIES ---------- */
.type-bold { font-weight: 800; letter-spacing: -.02em; }
.type-light { font-weight: 300; letter-spacing: -.005em; }
.display {
  font-weight: 800;
  font-size: var(--fs-display);
  line-height: .92;
  letter-spacing: -.04em;
  margin: 0;
}
.display-xl {
  font-weight: 800;
  font-size: var(--fs-display-xl);
  line-height: .96;
  letter-spacing: -.04em;
}
.lede {
  font-weight: 300;
  font-size: var(--fs-lede);
  line-height: 1.4;
  letter-spacing: -.01em;
  max-width: 38ch;
}
.lede strong { font-weight: 800; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
}
.kicker i {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(235, 158, 18, .18);
}
.kicker--inverted { color: var(--bone); }

/* ---------- LAYOUT ---------- */
main { display: block; }
.section {
  position: relative;
  padding: clamp(80px, 12vw, 180px) var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
}
.section__head {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: clamp(20px, 3vw, 48px);
  align-items: end;
  margin-bottom: clamp(40px, 6vw, 100px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.section__head .num {
  font-family: "Gilroy", monospace;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .1em;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  text-align: center;
  align-self: end;
  justify-self: start;
}
.section__head--inverted .num { color: var(--bone); border-color: rgba(244, 236, 221, .25); }
.section__sub {
  grid-column: 2;
  margin: 24px 0 0;
  font-weight: 300;
  font-size: clamp(16px, 1.3vw, 22px);
  color: var(--muted);
  max-width: 60ch;
  line-height: 1.5;
}
.section__head--inverted .section__sub { color: rgba(244, 236, 221, .7); }
.section__head--inverted { color: var(--bone); }

/* split-text helper */
[data-split] { display: inline; }
.split-word {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: .12em;
  margin-bottom: -.12em;
}
.split-char {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform .9s var(--ease-out), opacity .6s var(--ease-out);
  will-change: transform;
}
.is-visible .split-char,
.split-active .split-char { transform: translateY(0); opacity: 1; }

/* títulos display: nunca quebrar palavras no meio */
.display, .display-xl, .hero__title, .bigquote p, .manifesto p {
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
[data-reveal-stagger].is-visible > * { opacity: 1; transform: none; }
[data-reveal-stagger].is-visible > *:nth-child(1) { transition-delay: .05s; }
[data-reveal-stagger].is-visible > *:nth-child(2) { transition-delay: .12s; }
[data-reveal-stagger].is-visible > *:nth-child(3) { transition-delay: .19s; }
[data-reveal-stagger].is-visible > *:nth-child(4) { transition-delay: .26s; }
[data-reveal-stagger].is-visible > *:nth-child(5) { transition-delay: .33s; }
[data-reveal-stagger].is-visible > *:nth-child(6) { transition-delay: .4s; }
[data-reveal-stagger].is-visible > *:nth-child(7) { transition-delay: .47s; }

/* =============== LOADER =============== */
.loader {
  position: fixed; inset: 0;
  background: var(--navy);
  color: var(--bone);
  z-index: 1000;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 32px var(--gutter);
  transition: clip-path 1.1s var(--ease), opacity .4s ease;
  clip-path: inset(0 0 0 0);
}
.loader__inner { display: flex; flex-direction: column; gap: 18px; }
.loader__row {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 12px; letter-spacing: .25em; text-transform: uppercase; font-weight: 800;
}
.loader__counter em { font-style: normal; font-size: clamp(56px, 14vw, 200px); font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.loader__counter i { font-style: normal; font-size: 16px; opacity: .5; margin-left: 6px; }
.loader__bar { width: 100%; height: 1px; background: rgba(244, 236, 221, .2); position: relative; overflow: hidden; }
.loader__bar span {
  position: absolute; inset: 0; transform-origin: left; transform: scaleX(0);
  background: linear-gradient(90deg, var(--orange), var(--red));
  transition: transform .25s linear;
}
.loader.is-done { clip-path: inset(0 0 100% 0); }
.is-loading .loader__counter em { transition: none; }

/* =============== CURSOR =============== */
.cursor { position: fixed; left: 0; top: 0; pointer-events: none; z-index: 999; mix-blend-mode: difference; }
.cursor__dot,
.cursor__ring {
  position: absolute; left: 0; top: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.cursor__dot { width: 6px; height: 6px; background: #fff; }
.cursor__ring {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,.55);
  transition: transform .35s var(--ease-out), width .35s var(--ease-out), height .35s var(--ease-out), opacity .3s ease;
}
.cursor__label {
  position: absolute; left: 0; top: 0;
  transform: translate(-50%, -50%) scale(.8);
  background: var(--bone); color: var(--navy);
  font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 999px;
  opacity: 0; transition: opacity .25s ease, transform .35s var(--ease-out);
  white-space: nowrap;
  mix-blend-mode: normal;
}
.cursor.is-hover .cursor__ring { width: 56px; height: 56px; border-color: #fff; }
.cursor.is-pointer .cursor__ring { width: 64px; height: 64px; }
.cursor.has-label .cursor__label { opacity: 1; transform: translate(-50%, -200%) scale(1); }
@media (hover: none) { .cursor { display: none; } body { cursor: auto; } }

/* =============== SIDE NAV =============== */
.sidenav {
  position: fixed; top: 50%; left: 24px; transform: translateY(-50%);
  z-index: 50;
  display: flex; flex-direction: column; gap: 18px;
  font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  mix-blend-mode: difference;
  color: #fff;
  pointer-events: auto;
}
.sidenav__logo { display: flex; gap: 4px; font-weight: 800; opacity: .85; }
.sidenav__logo span:nth-child(2) { opacity: .5; }
.sidenav__list { display: flex; flex-direction: column; gap: 2px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); }
.sidenav__list a {
  display: flex; align-items: center; gap: 10px;
  padding: 4px 0;
  opacity: .55;
  transition: opacity .3s ease, gap .3s var(--ease-out);
}
.sidenav__list a::before {
  content: ""; width: 14px; height: 1px; background: currentColor;
  transition: width .3s var(--ease-out);
}
.sidenav__list a span { font-weight: 800; opacity: 0; transform: translateX(-6px); transition: opacity .3s ease, transform .3s var(--ease-out); }
.sidenav__list a:hover { opacity: 1; }
.sidenav__list a:hover::before { width: 26px; }
.sidenav__list a:hover span { opacity: 1; transform: translateX(0); }
.sidenav__list a.is-active { opacity: 1; }
.sidenav__list a.is-active::before { width: 28px; background: var(--orange); }
.sidenav__list a.is-active span { opacity: 1; transform: translateX(0); }
.sidenav__progress { width: 1px; height: 80px; background: rgba(255,255,255,.25); position: relative; align-self: center; overflow: hidden; }
.sidenav__progress span { position: absolute; inset: 0; background: var(--orange); transform: scaleY(0); transform-origin: top; transition: transform .15s linear; }
@media (max-width: 980px) { .sidenav { display: none; } }

/* =============== TOP BAR =============== */
.topbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 40;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px var(--gutter);
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  mix-blend-mode: difference; color: #fff;
  pointer-events: none;
}
.topbar > * { pointer-events: auto; }
.topbar__brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.topbar__brand strong { font-weight: 800; }
.topbar__brand em { font-style: normal; font-weight: 800; opacity: .55; }
.topbar__center { text-align: center; opacity: .7; font-weight: 800; }
.topbar__meta { display: flex; gap: 18px; justify-content: flex-end; opacity: .8; font-weight: 800; }
@media (max-width: 720px) { .topbar__center { display: none; } }

/* =============== HERO =============== */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--navy);
  color: var(--bone);
  padding: clamp(96px, 12vh, 140px) var(--gutter) clamp(48px, 6vh, 72px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__texture {
  position: absolute; inset: -10%;
  width: 120%; height: 120%; object-fit: cover;
  opacity: .12; mix-blend-mode: screen;
  transform: scale(1.05);
  animation: drift 24s ease-in-out infinite alternate;
}
@keyframes drift {
  0% { transform: scale(1.05) translate(0,0); }
  100% { transform: scale(1.12) translate(-2%, -2%); }
}
.hero__veil {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, transparent 0%, var(--navy) 75%);
}
.hero__top, .hero__bottom {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: start; gap: 24px;
}
.hero__top .kicker, .hero__bottom .kicker { color: rgba(244, 236, 221, .8); }
.hero__top .kicker i { background: var(--orange); }
.hero__col--right { text-align: right; }

.hero__center {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
  gap: clamp(24px, 4vw, 80px);
  padding: clamp(20px, 4vw, 60px) 0;
}
.hero__title {
  font-weight: 800;
  font-size: clamp(64px, 14vw, 240px);
  line-height: .82;
  letter-spacing: -.05em;
  margin: 0;
}
.hero__title .line { display: block; overflow: hidden; }
.hero__title .word {
  display: inline-block;
  transform: translateY(110%);
  animation: rise 1.1s var(--ease-out) .3s forwards;
}
.hero__title .word.year { color: var(--orange); }
.hero__title .line:last-child .word { animation-delay: .55s; }
@keyframes rise {
  to { transform: translateY(0); }
}
.hero__title { grid-column: 1; text-align: left; }
.hero__statement { grid-column: 2; text-align: right; }

.hero__statement {
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -.005em;
  max-width: 32ch;
  margin: 0 0 0 auto;
  opacity: 0;
  transform: translateY(20px);
  animation: rise2 1s var(--ease-out) 1.1s forwards;
}
.hero__statement em {
  font-weight: 800;
  background: linear-gradient(90deg, var(--orange), var(--red));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
@keyframes rise2 { to { opacity: 1; transform: none; } }

.hero__bottom { align-items: end; padding-top: clamp(24px, 4vh, 60px); }
.hero__bottom-col p {
  max-width: 36ch;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(244, 236, 221, .8);
  margin: 12px 0 0;
}
.hero__bottom-col--scroll { text-align: right; display: flex; justify-content: flex-end; }
.scroll-cue {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 800;
  padding: 14px 18px;
  border: 1px solid rgba(244, 236, 221, .25);
  border-radius: 999px;
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.scroll-cue:hover { background: rgba(244, 236, 221, .08); border-color: rgba(244, 236, 221, .5); }

@media (max-width: 880px) {
  .hero__center { grid-template-columns: 1fr; }
  .hero__title, .hero__statement { grid-column: 1; text-align: left; }
  .hero__statement { margin: 0; }
  .hero__bottom { grid-template-columns: 1fr; }
  .hero__bottom-col--scroll { justify-content: flex-start; }
}

/* =============== MARQUEE =============== */
.marquee {
  background: var(--bone);
  color: var(--navy);
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  position: relative;
}
.marquee[data-theme="bone"] { background: var(--bone); color: var(--navy); border-color: rgba(26,43,74,.12); }
.marquee__track {
  display: flex; align-items: center; gap: 28px;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}
.marquee__track span {
  font-weight: 800;
  font-size: clamp(38px, 6vw, 96px);
  letter-spacing: -.03em;
  line-height: 1;
}
.marquee__track i {
  display: inline-block;
  width: 16px; height: 16px;
  background: var(--orange);
  border-radius: 50%;
  flex: none;
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* =============== EVENTO ============== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.split__lead { padding-top: 8px; }
.topics { display: flex; flex-direction: column; }
.topics li {
  display: grid; grid-template-columns: 60px 1fr;
  align-items: baseline;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 36px);
  letter-spacing: -.02em;
  transition: padding-left .4s var(--ease);
}
.topics li:last-child { border-bottom: 1px solid var(--line); }
.topics li:hover { padding-left: 12px; }
.topics li span { font-size: 12px; font-weight: 800; letter-spacing: .15em; color: var(--muted); }
.topics li:hover strong { color: var(--orange); transition: color .3s ease; }

@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }

/* =============== CONCEITO =============== */
.section--concept { background: var(--navy); color: var(--bone); max-width: none; padding-left: 0; padding-right: 0; }
.section--concept .section__head { max-width: var(--container); margin-left: auto; margin-right: auto; padding-left: var(--gutter); padding-right: var(--gutter); border-bottom-color: rgba(244,236,221,.18); }
.concept { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.concept__quote { color: var(--bone); margin: 0 0 clamp(40px, 6vw, 80px); }
.concept__quote span { color: var(--bone); }
.concept__quote em {
  font-weight: 800; font-style: italic;
  background: linear-gradient(90deg, var(--orange), var(--red));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.concept__body { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 80px); align-items: start; }
.concept__col p { font-size: clamp(18px, 1.4vw, 22px); line-height: 1.5; max-width: 40ch; color: rgba(244, 236, 221, .8); }
.concept__col p strong { color: var(--bone); }
.concept__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-self: start; }
.concept__list li {
  padding: 18px 0;
  border-top: 1px solid rgba(244, 236, 221, .18);
  font-weight: 800;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: -.01em;
  position: relative;
  display: flex; align-items: center; gap: 12px;
}
.concept__list li::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange);
  flex: none;
}
.concept__list li:nth-child(2)::before { background: var(--green); }
.concept__list li:nth-child(3)::before { background: var(--red); }
.concept__list li:nth-child(4)::before { background: var(--warm); }
.concept__list li:nth-child(5)::before { background: var(--orange); }
.concept__list li:nth-child(6)::before { background: var(--green); }
@media (max-width: 880px) {
  .concept__body { grid-template-columns: 1fr; }
  .concept__list { grid-template-columns: 1fr; }
}

/* =============== STORYTELLING =============== */
.forces {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 32px);
  margin-bottom: clamp(60px, 8vw, 120px);
}
.force {
  position: relative;
  padding: clamp(24px, 3vw, 48px);
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 20px;
  transition: transform .5s var(--ease-out), background .5s var(--ease), border-color .5s var(--ease), color .5s var(--ease);
  overflow: hidden;
  min-height: 360px;
}
.force::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--orange);
  transform-origin: left;
  transform: scaleX(.18);
  transition: transform .6s var(--ease-out);
}
.force[data-color="green"]::before { background: var(--green); }
.force[data-color="red"]::before { background: var(--red); }
.force:hover::before { transform: scaleX(1); }
.force:hover { transform: translateY(-6px); border-color: var(--ink); }

.force__num { font-size: 12px; letter-spacing: .2em; font-weight: 800; color: var(--muted); }
.force h3 {
  font-weight: 800;
  font-size: clamp(28px, 3vw, 48px);
  letter-spacing: -.02em;
  line-height: 1;
  margin: 0;
}
.force__divider { width: 100%; height: 1px; background: var(--line); position: relative; overflow: hidden; }
.force__divider i { position: absolute; left: 0; top: 0; bottom: 0; width: 30%; background: var(--ink); transform-origin: left; transition: width .6s var(--ease-out); }
.force:hover .force__divider i { width: 100%; }
.force p { margin: 0; font-size: 16px; line-height: 1.55; color: var(--muted); }
.force__chip {
  margin-top: auto;
  display: inline-flex; align-self: flex-start;
  font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800;
  padding: 8px 12px;
  background: var(--ink); color: var(--bg);
  border-radius: 999px;
}

.bigquote {
  margin: 0; padding: clamp(40px, 6vw, 80px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.bigquote p {
  font-weight: 800;
  font-size: clamp(40px, 7vw, 120px);
  line-height: .95;
  letter-spacing: -.04em;
  margin: 0;
}
.bigquote em {
  background: linear-gradient(90deg, var(--orange), var(--red));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-style: italic;
}

@media (max-width: 880px) { .forces { grid-template-columns: 1fr; } }

/* =============== TERRITÓRIO =============== */
.territory {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.territory__image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--navy);
  aspect-ratio: 4 / 5;
}
.territory__image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease-out);
}
.territory__image:hover img { transform: scale(1.04); }
.territory__image figcaption {
  position: absolute; bottom: 16px; left: 16px;
  padding: 8px 12px; border-radius: 999px;
  background: rgba(244, 236, 221, .92);
  color: var(--navy);
  font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800;
}
.territory__content { display: flex; flex-direction: column; gap: 32px; padding-top: 12px; }
.bridges { display: flex; flex-direction: column; }
.bridges li {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: baseline; gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em;
}
.bridges li:last-child { border-bottom: 1px solid var(--line); }
.bridges li::after {
  content: "↔";
  display: inline-block;
  color: var(--orange);
  font-weight: 800;
}
.bridges li strong { font-weight: 800; }
.bridges li span { color: var(--muted); font-weight: 300; text-align: right; }
.footnote { font-size: 13px; color: var(--muted); max-width: 50ch; line-height: 1.5; margin: 0; }
@media (max-width: 880px) { .territory { grid-template-columns: 1fr; } }

/* =============== CATOPÊS =============== */
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: clamp(12px, 2vw, 24px);
  margin-bottom: clamp(40px, 6vw, 80px);
}
.gallery__item {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
}
.gallery__item--lg { grid-row: span 2; aspect-ratio: 4 / 5; }
.gallery__item:not(.gallery__item--lg) { aspect-ratio: 5 / 4; }
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.6s var(--ease-out), filter .4s ease;
  filter: saturate(1.05);
}
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item figcaption {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px;
  background: rgba(26, 43, 74, .82);
  color: var(--bone);
  border-radius: 999px;
  font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.gallery__item figcaption span { color: var(--orange); }

.meanings {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.meanings li {
  padding: 22px 0;
  font-weight: 800;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: -.01em;
  border-bottom: 1px solid var(--line);
  position: relative;
  display: flex; align-items: center; gap: 12px;
}
.meanings li:nth-child(3n+2) { padding-left: 24px; padding-right: 24px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.meanings li::before {
  content: "+";
  color: var(--orange);
  font-weight: 800;
}
@media (max-width: 880px) {
  .gallery { grid-template-columns: 1fr; }
  .gallery__item--lg { grid-row: auto; aspect-ratio: 4 / 3; }
  .meanings { grid-template-columns: 1fr; }
  .meanings li:nth-child(3n+2) { padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; }
}

/* =============== DARCY =============== */
.section--darcy { background: var(--navy); color: var(--bone); max-width: none; padding-left: 0; padding-right: 0; }
.section--darcy .section__head { max-width: var(--container); margin: 0 auto clamp(40px, 6vw, 100px); padding: 0 var(--gutter) 24px; border-bottom-color: rgba(244,236,221,.18); }
.darcy {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.darcy__portrait {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  background: #000;
  aspect-ratio: 4 / 5;
}
.darcy__portrait img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(.2) contrast(1.05);
  transition: transform 1.4s var(--ease-out);
}
.darcy__portrait:hover img { transform: scale(1.04); }
.darcy__portrait figcaption {
  position: absolute; bottom: 16px; left: 16px;
  padding: 8px 12px; border-radius: 999px;
  background: rgba(244, 236, 221, .9);
  color: var(--navy);
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800;
}
.darcy__content { display: flex; flex-direction: column; gap: 32px; padding-top: 12px; }
.darcy__content .lede { color: rgba(244, 236, 221, .9); max-width: 40ch; }
.darcy__values { display: flex; flex-direction: column; }
.darcy__values li {
  padding: 18px 0;
  border-top: 1px solid rgba(244, 236, 221, .18);
  font-weight: 800;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: -.01em;
  display: flex; align-items: center; gap: 14px;
}
.darcy__values li:last-child { border-bottom: 1px solid rgba(244, 236, 221, .18); }
.darcy__values li::before {
  counter-increment: dv; content: "";
  width: 6px; height: 6px; border-radius: 50%; background: var(--orange);
}
.darcy__quote {
  margin: 0;
  padding: 32px 0 0;
  border-top: 1px solid rgba(244, 236, 221, .18);
}
.darcy__quote p {
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 36px);
  letter-spacing: -.02em;
  line-height: 1.25;
  margin: 0 0 12px;
}
.darcy__quote em {
  background: linear-gradient(90deg, var(--orange), var(--red));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.darcy__quote cite {
  font-style: normal; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; opacity: .55;
}
@media (max-width: 880px) { .darcy { grid-template-columns: 1fr; } }

/* =============== SÍMBOLO =============== */
.symbol {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: stretch;
}
.symbol__stage {
  position: relative;
  padding: clamp(40px, 5vw, 80px);
  background: linear-gradient(180deg, var(--bone-2), var(--warm));
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  min-height: 520px;
  overflow: hidden;
}
.symbol__stage::before {
  content: "";
  position: absolute; inset: 24px;
  border: 1px dashed rgba(26, 43, 74, .25);
  border-radius: calc(var(--radius) - 4px);
  pointer-events: none;
}
.symbol__stage img {
  width: 80%; max-width: 380px;
  filter: drop-shadow(0 30px 60px rgba(26, 43, 74, .3));
  transition: transform .8s var(--ease-out);
}
.symbol__stage:hover img { transform: scale(1.02); }

.symbol__pin {
  position: absolute;
  left: var(--x); top: var(--y);
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: var(--navy); color: var(--bone);
  border-radius: 999px;
  font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  animation: pinIn .6s var(--ease-out) forwards;
}
.symbol__pin i { font-style: normal; color: var(--orange); }
.symbol__pin--top { animation-delay: 1.5s; }
.symbol__pin--right { animation-delay: 1.7s; }
.symbol__pin--left { animation-delay: 1.9s; }
.symbol__pin--center { animation-delay: 2.1s; }
.symbol__pin--bottom { animation-delay: 2.3s; }
@keyframes pinIn {
  from { opacity: 0; transform: translate(-50%, -40%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

.symbol__legend { display: flex; flex-direction: column; }
.symbol__legend li {
  display: grid;
  grid-template-columns: 60px 140px 1fr;
  align-items: baseline;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  transition: padding-left .4s var(--ease);
}
.symbol__legend li:last-child { border-bottom: 1px solid var(--line); }
.symbol__legend li:hover { padding-left: 8px; }
.symbol__legend li span { font-size: 12px; letter-spacing: .15em; font-weight: 800; color: var(--muted); }
.symbol__legend li strong { font-weight: 800; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.01em; }
.symbol__legend li p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }
@media (max-width: 980px) {
  .symbol { grid-template-columns: 1fr; }
  .symbol__legend li { grid-template-columns: 50px 1fr; grid-template-rows: auto auto; }
  .symbol__legend li p { grid-column: 2; }
}

/* =============== TIPOGRAFIA =============== */
.typespecimen { display: flex; flex-direction: column; gap: clamp(40px, 5vw, 80px); }
.typespecimen__row { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: end; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.typespecimen__meta { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 800; color: var(--muted); }
.typespecimen__sample { margin: 0; line-height: .9; letter-spacing: -.04em; }
.typespecimen__row--xl .typespecimen__sample { font-size: clamp(64px, 12vw, 200px); }
.typespecimen__row:not(.typespecimen__row--xl) .typespecimen__sample { font-size: clamp(20px, 2vw, 32px); line-height: 1.3; max-width: 38ch; letter-spacing: -.005em; }

.typegrid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 60px); padding-top: 16px; }
.typegrid__cell { display: flex; flex-direction: column; gap: 16px; }
.typegrid__abc { margin: 0; line-height: 1.1; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.02em; }
.typegrid__abc.lower { color: var(--muted); }
.typegrid__h1 { margin: 0; font-size: clamp(28px, 3vw, 48px); line-height: 1; }
.typegrid__h2 { margin: 0; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.05; }
.typegrid__h3 { margin: 0; font-size: clamp(16px, 1.4vw, 22px); }
.typegrid__h4 { margin: 0; font-size: 14px; color: var(--muted); }

@media (max-width: 720px) {
  .typespecimen__row { grid-template-columns: 1fr; gap: 12px; }
  .typegrid { grid-template-columns: 1fr; }
}

/* =============== PALETA =============== */
.palette {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: clamp(12px, 1.6vw, 20px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
.swatch {
  background: var(--swatch);
  color: var(--ink);
  padding: clamp(20px, 2.4vw, 32px);
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 14px;
  min-height: clamp(280px, 32vw, 460px);
  position: relative;
  overflow: hidden;
  transition: transform .5s var(--ease-out);
}
.swatch:hover { transform: translateY(-6px); }
.swatch--primary { grid-row: span 1; min-height: clamp(360px, 40vw, 540px); }
.swatch__top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.swatch__top .kicker { color: var(--ink); }
.swatch__top .kicker i { background: var(--ink); box-shadow: 0 0 0 4px rgba(0,0,0,.06); }
.swatch__hex { font-family: monospace, "Gilroy"; font-weight: 800; font-size: 12px; letter-spacing: .08em; color: var(--ink); opacity: .85; }
.swatch h3 { margin: 0; font-weight: 800; font-size: clamp(24px, 2.4vw, 36px); line-height: .95; letter-spacing: -.02em; }
.swatch ul { margin-top: auto; display: flex; flex-direction: column; gap: 4px; font-size: 13px; opacity: .9; line-height: 1.4; }
.swatch__pct {
  position: absolute; bottom: 18px; right: 20px;
  font-weight: 800; font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -.04em; line-height: 1;
  opacity: .14;
}
.swatch--primary .swatch__pct { font-size: clamp(60px, 7vw, 96px); opacity: .12; }

.paletteratio {
  display: flex; width: 100%;
  height: 18px;
  border-radius: 999px; overflow: hidden;
  border: 1px solid var(--line);
}
.paletteratio__bar {
  background: var(--c);
  width: var(--w);
  position: relative;
  transition: flex-grow .4s var(--ease);
}
.paletteratio__bar em {
  position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  font-style: normal; font-weight: 800; font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--bone);
}

@media (max-width: 1100px) { .palette { grid-template-columns: 1fr 1fr; } .swatch--primary { grid-column: span 2; min-height: 280px; } }
@media (max-width: 560px) { .palette { grid-template-columns: 1fr; } .swatch--primary { grid-column: span 1; } }

/* =============== SISTEMA / VERSÕES =============== */
.section--system { background: var(--navy); color: var(--bone); max-width: none; padding-left: 0; padding-right: 0; }
.section--system .section__head { max-width: var(--container); margin: 0 auto clamp(40px, 6vw, 100px); padding: 0 var(--gutter) 24px; border-bottom-color: rgba(244,236,221,.18); }
.versions {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 24px);
  margin-bottom: clamp(60px, 7vw, 100px);
}
.version { display: flex; flex-direction: column; gap: 12px; }
.version__stage {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  padding: 20%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 236, 221, .12);
}
.version__stage--navy { background: var(--navy-deep); }
.version__stage--bone { background: var(--bone); }
.version__stage img { max-width: 100%; max-height: 100%; transition: transform .8s var(--ease-out); }
.version:hover .version__stage img { transform: scale(1.05); }
.version figcaption {
  display: flex; gap: 10px; align-items: baseline;
  font-size: 12px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800;
  color: rgba(244, 236, 221, .85);
}
.version figcaption span { color: var(--orange); }

.rules {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: clamp(12px, 2vw, 24px);
}
.rule {
  padding: clamp(24px, 3vw, 40px);
  border-radius: var(--radius);
  border: 1px solid rgba(244, 236, 221, .14);
  display: flex; flex-direction: column; gap: 16px;
  background: rgba(244, 236, 221, .02);
}
.rule .kicker { color: rgba(244, 236, 221, .9); }
.rule .kicker i { background: var(--orange); }
.rule h3 { margin: 0; font-weight: 800; font-size: clamp(22px, 2vw, 32px); letter-spacing: -.02em; }
.rule p { margin: 0; color: rgba(244, 236, 221, .75); font-size: 14px; line-height: 1.55; }
.rule p em { color: var(--orange); font-style: normal; font-weight: 800; }
.rule__diagram { margin-top: auto; padding-top: 16px; }
.rule__diagram--clear { display: flex; align-items: center; justify-content: center; height: 120px; position: relative; border: 1px dashed rgba(244, 236, 221, .25); border-radius: 8px; }
.rule__diagram--clear .rule__r { font-weight: 800; font-size: 64px; line-height: 1; color: var(--bone); padding: 24px; position: relative; }
.rule__diagram--clear .rule__r::before, .rule__diagram--clear .rule__r::after {
  content: ""; position: absolute; background: var(--orange);
}
.rule__diagram--clear .rule__r::before { top: 0; left: 0; right: 0; height: 1px; }
.rule__diagram--clear .rule__r::after { bottom: 0; left: 0; right: 0; height: 1px; }

.rule__diagram--scale { display: flex; align-items: flex-end; gap: 16px; height: 120px; }
.rule__diagram--scale span {
  font-weight: 800;
  font-size: calc(64px * var(--s));
  line-height: 1;
  opacity: calc(.5 + var(--s) * .5);
}
.rule__dont {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  margin-top: 8px;
}
.rule__dont li {
  padding: 10px 0;
  border-top: 1px solid rgba(244, 236, 221, .14);
  font-weight: 800;
  font-size: 14px;
  display: flex; align-items: center; gap: 10px;
}
.rule__dont li::before {
  content: "✕"; color: var(--red); font-weight: 800; font-size: 14px;
}
@media (max-width: 980px) { .versions { grid-template-columns: repeat(2, 1fr); } .rules { grid-template-columns: 1fr; } }

/* =============== MOCKUPS =============== */
.mockups {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(12px, 2vw, 20px);
}
.mock {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  aspect-ratio: 4 / 5;
}
.mock--xl { grid-column: span 4; grid-row: span 2; aspect-ratio: 16 / 11; }
.mock--wide { grid-column: span 4; aspect-ratio: 16 / 7; }
.mock:not(.mock--xl):not(.mock--wide) { grid-column: span 2; }
.mock img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.6s var(--ease-out);
}
.mock:hover img { transform: scale(1.05); }
.mock figcaption {
  position: absolute; left: 16px; bottom: 16px;
  display: flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  background: rgba(244, 236, 221, .92);
  color: var(--navy);
  border-radius: 999px;
  font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.mock figcaption span { color: var(--orange); }
@media (max-width: 980px) {
  .mockups { grid-template-columns: 1fr 1fr; }
  .mock--xl, .mock--wide, .mock:not(.mock--xl):not(.mock--wide) { grid-column: span 2; aspect-ratio: 4 / 3; }
}

/* =============== VOICE / VOCAB =============== */
.voice {
  background: var(--navy);
  color: var(--bone);
  padding: clamp(80px, 12vw, 160px) 0;
  margin: 0;
  max-width: none;
  border-top: 1px solid rgba(244,236,221,.18);
  border-bottom: 1px solid rgba(244,236,221,.18);
}
.voice__head { padding: 0 var(--gutter); max-width: var(--container); margin: 0 auto clamp(40px, 5vw, 80px); }
.voice__head .display { color: var(--bone); margin-top: 16px; }
.vocab { overflow: hidden; padding: 22px 0; border-top: 1px solid rgba(244,236,221,.18); border-bottom: 1px solid rgba(244,236,221,.18); }
.vocab__track { display: flex; align-items: center; gap: 24px; white-space: nowrap; animation: marquee 40s linear infinite reverse; color: var(--bone); }
.vocab__track span { font-weight: 800; font-size: clamp(32px, 5vw, 80px); letter-spacing: -.03em; }
.vocab__track i { font-style: normal; color: var(--orange); font-weight: 800; font-size: clamp(28px, 4vw, 64px); }
.voice__rules {
  max-width: var(--container);
  margin: clamp(40px, 5vw, 80px) auto 0;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.voice__rules li {
  padding: 20px 0;
  border-top: 1px solid rgba(244,236,221,.18);
  font-weight: 800;
  font-size: clamp(16px, 1.4vw, 22px);
  letter-spacing: -.005em;
  text-align: center;
}
.voice__rules li em {
  display: block; margin-top: 6px; font-style: italic;
  background: linear-gradient(90deg, var(--orange), var(--red));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-weight: 800;
}
@media (max-width: 880px) { .voice__rules { grid-template-columns: 1fr 1fr; } }

/* =============== MANIFESTO =============== */
.section--manifesto { background: var(--navy-deep); color: var(--bone); max-width: none; padding-left: 0; padding-right: 0; }
.section--manifesto .section__head { max-width: var(--container); margin: 0 auto clamp(40px, 6vw, 100px); padding: 0 var(--gutter) 24px; border-bottom-color: rgba(244,236,221,.18); }
.manifesto {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex; flex-direction: column; gap: 24px;
  text-align: center;
}
.manifesto p {
  margin: 0;
  font-weight: 800;
  font-size: clamp(28px, 4.5vw, 72px);
  line-height: 1;
  letter-spacing: -.03em;
}
.manifesto p em {
  background: linear-gradient(90deg, var(--orange), var(--red));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-style: italic;
}
.manifesto__lg {
  font-size: clamp(40px, 7vw, 110px) !important;
  line-height: .95 !important;
  max-width: 18ch;
  margin: 0 auto !important;
}
.manifesto__break { width: 80px; height: 1px; background: var(--orange); margin: 24px auto; }
.manifesto__signature {
  margin-top: clamp(40px, 6vw, 80px);
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.manifesto__signature img { width: clamp(220px, 30vw, 360px); }
.manifesto__signature p {
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(244, 236, 221, .85);
}

/* =============== FOOTER =============== */
.footer {
  background: var(--navy-deep);
  color: var(--bone);
  padding: clamp(40px, 6vw, 80px) var(--gutter) 24px;
  position: relative;
  overflow: hidden;
}
.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(244, 236, 221, .18);
  max-width: var(--container);
  margin: 0 auto;
}
.footer__brand p { font-size: 16px; line-height: 1.5; max-width: 40ch; color: rgba(244, 236, 221, .8); margin: 12px 0 0; }
.footer__links { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 800; }
.footer__links a { transition: color .3s ease, padding-left .3s var(--ease); display: inline-block; }
.footer__links a:hover { color: var(--orange); padding-left: 8px; }
.footer__meta { display: flex; flex-direction: column; gap: 6px; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; opacity: .7; }
.footer__big {
  font-size: clamp(80px, 24vw, 380px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .9;
  text-align: center;
  margin: clamp(40px, 6vw, 80px) 0 24px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 236, 221, .25);
  display: flex; justify-content: center; align-items: baseline; gap: 12px;
  user-select: none;
}
.footer__big i { font-style: normal; -webkit-text-stroke: 1px var(--orange); font-size: .35em; align-self: flex-start; }
.footer__bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 800;
  opacity: .55;
  max-width: var(--container); margin: 0 auto;
}
@media (max-width: 880px) { .footer__top { grid-template-columns: 1fr; } }

/* =============== UTILS =============== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; }
  .marquee__track, .vocab__track { animation: none !important; }
}
