:root {
  --max: 1180px;
  --bg: #f4f3ed;
  --surface: #fff;
  --ink: #101415;
  --muted: #5f6c70;
  --line: #d8ddd9;
  --accent: #35c978;
  --accent-2: #ff9f1a;
  --dark: #101415;
  --display: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --body: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--bg); font-family: var(--body); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 100; padding: 10px 14px; color: #101415; background: #fff; }
.skip-link:focus { top: 12px; }
.home-header { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 10px max(20px, calc((100vw - var(--max)) / 2)); color: #fff; background: var(--dark); border-bottom: 1px solid rgba(255,255,255,.16); }
.home-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; }
.home-brand img { width: 42px; height: 42px; object-fit: contain; }
.home-nav { display: flex; justify-content: center; gap: 4px; flex-wrap: wrap; }
.home-nav a { padding: 9px 10px; font-size: .86rem; font-weight: 750; text-decoration: none; }
.theme-switcher { display: flex; align-items: center; gap: 9px; }
.theme-switcher > span { color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.theme-switcher div { display: flex; gap: 3px; padding: 3px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 6px; }
.theme-switcher button { min-height: 34px; padding: 6px 9px; color: rgba(255,255,255,.78); background: transparent; border: 0; border-radius: 4px; cursor: pointer; font-size: .72rem; font-weight: 800; }
.theme-switcher button[aria-pressed="true"] { color: #101415; background: var(--accent); }
.home-hero { min-height: min(84svh, 780px); position: relative; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #090d0f center/cover no-repeat; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,8,.94) 0%, rgba(4,7,8,.68) 40%, rgba(4,7,8,.08) 74%); }
.hero-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 96px 0 78px; position: relative; }
.hero-inner > * { max-width: 720px; }
.kicker, .section-label { margin: 0 0 13px; color: var(--accent); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3 { font-family: var(--display); letter-spacing: 0; }
.home-hero h1 { margin: 0; max-width: 820px; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .92; }
.hero-lead { margin: 24px 0 0; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 17px; color: #101415; background: var(--accent); border: 1px solid var(--accent); border-radius: 5px; font-weight: 850; text-decoration: none; }
.button.secondary { color: #fff; background: rgba(8,12,13,.76); border-color: rgba(255,255,255,.36); }
.band { padding: clamp(68px, 9vw, 112px) 20px; }
.band.surface { background: var(--surface); }
.band.dark { color: #fff; background: var(--dark); }
.inner { width: min(var(--max), 100%); margin: 0 auto; }
.section-head { max-width: 820px; margin-bottom: 38px; }
.section-head h2, .feature-copy h2, .video-copy h2 { margin: 0; font-size: clamp(2rem, 4.4vw, 4.05rem); line-height: 1; }
.section-head > p:last-child, .feature-copy > p, .video-copy > p { color: var(--muted); font-size: 1.06rem; }
.dark .section-head > p:last-child, .dark .feature-copy > p, .dark .video-copy > p { color: rgba(255,255,255,.7); }
.path-grid, .orbit-grid, .protocol-home, .capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.path-grid article, .orbit-grid article, .protocol-home article, .capability-grid article { min-height: 250px; padding: 27px; border: 1px solid var(--line); background: var(--surface); }
.path-grid span, .orbit-grid span, .protocol-home span, .capability-grid span { color: var(--accent-2); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.path-grid h3, .orbit-grid h3, .protocol-home h3, .capability-grid h3 { margin: 42px 0 8px; font-size: 1.45rem; }
.path-grid p, .orbit-grid p, .protocol-home p, .capability-grid p { color: var(--muted); }
.path-grid a, .orbit-grid a, .protocol-home a, .capability-grid a { font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.feature { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); gap: clamp(36px, 7vw, 90px); align-items: center; }
.feature.reverse .feature-copy { order: 1; }
.feature.reverse .feature-media { order: 2; }
.feature-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border: 1px solid var(--line); border-radius: 6px; }
.feature-copy ul { margin: 24px 0; padding-left: 20px; }
.feature-copy li + li { margin-top: 8px; }
.video-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(290px,.75fr); gap: clamp(30px, 6vw, 74px); align-items: center; }
.video-player { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #000; border: 1px solid var(--line); border-radius: 6px; }
.video-player iframe { width: 100%; height: 100%; display: block; border: 0; }
.cta { padding: clamp(34px, 6vw, 62px); color: #101415; background: var(--accent); }
.cta h2 { max-width: 860px; margin: 0; font-size: clamp(2rem, 4.5vw, 4.2rem); line-height: 1; }
.cta p { max-width: 720px; }
.cta .button { color: #fff; background: #101415; border-color: #101415; }
.home-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; padding: 44px max(20px, calc((100vw - var(--max)) / 2)); color: #fff; background: #080b0c; }
.home-footer p { margin: 5px 0 0; color: rgba(255,255,255,.6); }
.home-footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
.home-footer a { font-size: .85rem; font-weight: 750; }
.version-note { font-size: .73rem; text-transform: uppercase; }

/* Galáxia */
.theme-galaxia { --bg: #080c14; --surface: #101927; --ink: #eef6fa; --muted: #a6b7c2; --line: #294054; --accent: #f1b84b; --accent-2: #4bd5dd; --dark: #05080e; --display: "Bahnschrift", "Segoe UI", sans-serif; }
.theme-galaxia .home-header { background: #05080e; }
.theme-galaxia .home-hero::before { background: linear-gradient(90deg, rgba(3,7,13,.97) 0%, rgba(3,7,13,.74) 43%, rgba(3,7,13,.06) 78%); }
.mission-deck { color: #eef6fa; background: #080c14; }
.orbit-grid { gap: 0; border: 1px solid #294054; }
.orbit-grid article { position: relative; background: #0c1420; border: 0; border-right: 1px solid #294054; }
.orbit-grid article:last-child { border-right: 0; }
.orbit-grid article::before { content: ""; position: absolute; top: 24px; right: 24px; width: 9px; height: 9px; border: 2px solid var(--accent-2); border-radius: 50%; }
.academy { background: #101927; }
.command-bridge { color: #eef6fa; background: #05080e; border-top: 1px solid #294054; border-bottom: 1px solid #294054; }
.command-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 26px; background: #294054; border: 1px solid #294054; }
.command-list span { padding: 14px; background: #0c1420; font-weight: 800; }
.theme-galaxia .feature-media img { border-color: #36536d; }

/* Matriz */
.theme-matriz { --bg: #020604; --surface: #06100b; --ink: #d9ffe6; --muted: #7daf8d; --line: #174728; --accent: #40f27f; --accent-2: #9dffbb; --dark: #010302; --display: "Cascadia Mono", Consolas, monospace; --body: "Cascadia Mono", Consolas, monospace; }
.theme-matriz .home-header { background: #010302; }
.theme-matriz .home-hero::before { background: linear-gradient(90deg, rgba(1,4,2,.98) 0%, rgba(1,4,2,.78) 43%, rgba(1,4,2,.12) 78%); }
.theme-matriz .home-hero h1, .theme-matriz h2 { text-transform: uppercase; }
.matrix-core { color: #d9ffe6; background: #020604; }
.protocol-home { gap: 0; border-top: 1px solid #40f27f; }
.protocol-home article { background: transparent; border: 0; border-bottom: 1px solid #174728; }
.protocol-home article + article { border-left: 1px solid #174728; }
.matrix-classroom { background: #06100b; }
.terminal-lines { margin: 25px 0; border-top: 1px solid #174728; }
.terminal-lines p { display: grid; grid-template-columns: 90px 1fr; gap: 16px; margin: 0; padding: 11px 0; border-bottom: 1px solid #174728; color: #a8cfb4; font-size: .9rem; }
.terminal-lines span { color: var(--accent); font-weight: 900; }
.theme-matriz .feature-media img, .theme-matriz .video-player { border-color: #174728; border-radius: 0; }
.theme-matriz .button { border-radius: 0; }
.theme-matriz .theme-switcher div, .theme-matriz .theme-switcher button { border-radius: 0; }

/* Multiverso */
.theme-multiverso { --bg: #11141c; --surface: #f5f6f8; --ink: #151922; --muted: #5c6471; --line: #cfd4dc; --accent: #efb94f; --accent-2: #d94b4b; --dark: #0d1017; --display: "Arial Black", "Segoe UI", sans-serif; }
.theme-multiverso .home-header { background: #0d1017; border-bottom-color: #8e3136; }
.theme-multiverso .home-hero::before { background: linear-gradient(90deg, rgba(11,13,19,.97) 0%, rgba(11,13,19,.72) 43%, rgba(11,13,19,.08) 78%); }
.assembly { background: #e9ecf0; }
.capability-grid { gap: 12px; }
.capability-grid article { position: relative; overflow: hidden; background: #f8f9fa; border-top: 5px solid #d94b4b; }
.capability-grid article:nth-child(2) { border-top-color: #298ca5; }
.capability-grid article:nth-child(3) { border-top-color: #efb94f; }
.training-room { background: #141925; }
.phase-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 26px; border: 1px solid #aeb5bf; }
.phase-strip span { padding: 13px 8px; text-align: center; border-right: 1px solid #aeb5bf; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.phase-strip span:last-child { border-right: 0; }
.theme-multiverso .feature-media img { border-color: #8e949d; }

/* Atari: experiência pixelada, paleta indexada e geometria de console. */
.theme-atari {
  --bg: #111014; --surface: #231f2b; --ink: #fff4d2; --muted: #c9b9a1;
  --line: #6f4f67; --accent: #ffd84a; --accent-2: #5ce1e6; --dark: #08070a;
  --display: "Cascadia Mono", Consolas, monospace;
  --body: "Cascadia Mono", Consolas, monospace;
}
.theme-atari, .theme-atari * { border-radius: 0 !important; }
body.theme-atari {
  background-color: #111014;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 4px 4px;
}
.theme-atari .home-header { background: #08070a; border-bottom: 4px solid #ffd84a; box-shadow: 0 4px 0 #e45c2f; }
.theme-atari .home-brand, .theme-atari h1, .theme-atari h2, .theme-atari h3, .theme-atari .button, .theme-atari .theme-switcher button {
  text-transform: uppercase; text-shadow: 2px 2px 0 #000;
}
.theme-atari img { image-rendering: pixelated; image-rendering: crisp-edges; }
.theme-atari .home-hero { border-bottom: 8px solid #5ce1e6; background-color: #08070a; image-rendering: pixelated; }
.theme-atari .home-hero::before { background: linear-gradient(90deg, rgba(8,7,10,.96) 0%, rgba(8,7,10,.72) 48%, rgba(8,7,10,.12) 82%); }
.theme-atari .home-hero h1 { color: #fff4d2; font-size: clamp(2.7rem, 6.2vw, 5.6rem); line-height: 1; }
.theme-atari .band { border-bottom: 4px solid #6f4f67; }
.theme-atari .band:nth-of-type(3n+2) { background: #1a1521; }
.theme-atari .band.dark, .theme-atari .matrix-core, .theme-atari .matrix-classroom { color: #fff4d2; background: #08070a; }
.theme-atari article, .theme-atari .cta, .theme-atari .command-list span, .theme-atari .install-strip article {
  background: #231f2b; border: 4px solid #6f4f67; box-shadow: 4px 4px 0 #08070a;
}
.theme-atari .cta, .theme-atari .cta h2, .theme-atari .cta p { color: #fff4d2; }
.theme-atari .cta .button { color: #08070a; background: #ffd84a; }
.theme-atari article:nth-child(4n+1) { border-color: #ffd84a; }
.theme-atari article:nth-child(4n+2) { border-color: #5ce1e6; }
.theme-atari article:nth-child(4n+3) { border-color: #e45c2f; }
.theme-atari article:nth-child(4n) { border-color: #9d71ea; }
.theme-atari .button { min-height: 48px; color: #08070a; background: #ffd84a; border: 4px solid #fff4d2; box-shadow: 4px 4px 0 #000; }
.theme-atari .button:hover, .theme-atari .button:focus-visible { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #000; }
.theme-atari .button.secondary { color: #fff4d2; background: #34273d; border-color: #5ce1e6; }
.theme-atari .theme-switcher div { padding: 4px; background: #19151e; border: 3px solid #6f4f67; }
.theme-atari .theme-switcher button[aria-pressed="true"] { color: #08070a; background: #ffd84a; }
.theme-atari .feature-media img, .theme-atari .video-player, .theme-atari .monitor-screen {
  border: 6px solid #fff4d2; box-shadow: 8px 8px 0 #08070a;
}
.theme-atari .section-label, .theme-atari .kicker { color: #5ce1e6; }
.theme-atari .home-footer { background: #08070a; border-top: 8px solid #e45c2f; }

@media (max-width: 980px) {
  .home-header { grid-template-columns: auto 1fr; }
  .home-nav { justify-content: flex-end; }
  .theme-switcher { grid-column: 1 / -1; justify-content: space-between; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.14); }
  .theme-switcher div { flex: 1; }
  .theme-switcher button { flex: 1; }
}
@media (max-width: 760px) {
  .home-header { min-height: auto; gap: 10px; padding: 10px 14px; }
  .home-nav { display: none; }
  .home-brand { grid-column: 1 / -1; }
  .theme-switcher { width: 100%; overflow-x: auto; }
  .theme-switcher > span { display: none; }
  .theme-switcher div { min-width: 348px; }
  .home-hero { min-height: 690px; background-position: 62% center; }
  .home-hero::before { background: linear-gradient(0deg, rgba(4,7,8,.98) 0%, rgba(4,7,8,.8) 48%, rgba(4,7,8,.15) 100%); }
  .theme-galaxia .home-hero::before, .theme-matriz .home-hero::before, .theme-multiverso .home-hero::before, .theme-atari .home-hero::before { background: linear-gradient(0deg, rgba(2,5,8,.98) 0%, rgba(2,5,8,.82) 48%, rgba(2,5,8,.12) 100%); }
  .hero-inner { width: min(100% - 28px, var(--max)); padding: 250px 0 48px; }
  .home-hero h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .band { padding: 62px 16px; }
  .path-grid, .orbit-grid, .protocol-home, .capability-grid, .feature, .video-layout { grid-template-columns: 1fr; }
  .path-grid article, .orbit-grid article, .protocol-home article, .capability-grid article { min-height: 210px; }
  .orbit-grid article { border-right: 0; border-bottom: 1px solid #294054; }
  .orbit-grid article:last-child { border-bottom: 0; }
  .protocol-home article + article { border-left: 0; }
  .feature.reverse .feature-copy, .feature.reverse .feature-media { order: initial; }
  .feature-media img { aspect-ratio: 4/3; }
  .video-layout { gap: 28px; }
  .command-list, .phase-strip { grid-template-columns: 1fr 1fr; }
  .phase-strip span:nth-child(2) { border-right: 0; }
  .phase-strip span:nth-child(-n+2) { border-bottom: 1px solid #aeb5bf; }
  .home-footer { grid-template-columns: 1fr; gap: 22px; padding: 38px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Home institucional 2026-08: narrativa compacta das frentes públicas. */
.new-home {
  --new-green: #43dc8b;
  --new-orange: #ff9c24;
  --new-cream: #f4f1e8;
  --new-black: #090d0e;
  color: #111718;
  background: var(--new-cream);
}
.new-home .new-overline {
  margin: 0 0 14px;
  color: #168c55;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.new-home h1,
.new-home h2,
.new-home h3 { margin-top: 0; color: inherit; }
.new-hero {
  min-height: calc(100svh - 76px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.05fr);
  grid-template-rows: 1fr auto;
  overflow: hidden;
  color: #fff;
  background: var(--new-black);
}
.new-hero-image {
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 760px;
  background: url('/images/site/crania-hero.webp') 58% center/cover no-repeat;
}
.new-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #090d0e 0%, rgba(9,13,14,.97) 34%, rgba(9,13,14,.38) 67%, rgba(9,13,14,.03) 100%);
}
.new-hero-copy {
  grid-column: 1 / 3;
  grid-row: 1;
  z-index: 1;
  width: min(1280px, calc(100% - 48px));
  margin: auto;
  padding: 82px 0 58px;
  align-self: end;
}
.new-hero-copy > * { max-width: 760px; }
.new-hero-copy .new-overline { color: var(--new-green); }
.new-hero-copy h1 {
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 6.6vw, 7.3rem);
  line-height: .88;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.new-hero-copy > p:not(.new-overline) {
  max-width: 650px;
  color: rgba(255,255,255,.76);
  font-size: clamp(1.04rem, 1.6vw, 1.28rem);
}
.new-hero-index {
  grid-column: 1 / 3;
  grid-row: 2;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 28px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(9,13,14,.82);
  backdrop-filter: blur(16px);
}
.new-hero-index a {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  gap: 1px 14px;
  padding: 20px 24px;
  text-decoration: none;
  border-right: 1px solid rgba(255,255,255,.16);
}
.new-hero-index a:last-child { border-right: 0; }
.new-hero-index span { grid-row: 1 / 3; color: var(--new-orange); font-size: .72rem; font-weight: 900; }
.new-hero-index strong { font-size: 1.05rem; }
.new-hero-index small { color: rgba(255,255,255,.58); }
.new-intro,
.new-operation,
.new-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: clamp(48px, 8vw, 130px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(86px, 11vw, 150px) 0;
}
.new-intro h2,
.new-section-head h2,
.new-operation-copy h2,
.new-profile h2,
.new-final h2 {
  margin-bottom: 0;
  font-size: clamp(2.45rem, 5vw, 5.1rem);
  line-height: .96;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.new-intro > div:last-child { padding-top: 28px; font-size: 1.12rem; }
.new-intro .new-note { margin-top: 30px; padding-top: 26px; color: #4f5c5d; border-top: 1px solid #c8cbc4; }
.new-fronts { padding: clamp(90px, 11vw, 150px) max(20px, calc((100% - 1180px) / 2)); background: #fff; }
.new-section-head { max-width: 940px; margin-bottom: 56px; }
.new-section-head > p:last-child { max-width: 720px; color: #627071; font-size: 1.06rem; }
.new-front-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #d8ddd9; }
.new-front-card {
  min-height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(30px, 5vw, 60px);
  color: #fff;
  text-decoration: none;
  background: #111718 center/cover no-repeat;
  isolation: isolate;
}
.new-front-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(7,11,12,.98), rgba(7,11,12,.24)); transition: background .2s ease; }
.new-front-card:hover::before { background: linear-gradient(0deg, rgba(7,11,12,.95), rgba(7,11,12,.08)); }
.new-front-card:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.24); }
.new-front-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.24); }
.new-front-card > span { color: var(--new-green); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.new-front-card h3 { max-width: 620px; margin: 18px 0 12px; font-size: clamp(1.8rem, 3.2vw, 3.15rem); line-height: 1; letter-spacing: -.04em; }
.new-front-card p { max-width: 570px; color: rgba(255,255,255,.74); }
.new-front-card > strong { margin-top: 18px; font-size: .86rem; }
.new-front-mentoria { background-image: url('/images/site/crania-ecossistema-20260806.webp'); }
.new-front-cww { background-image: url('/images/systems/cww-home.png'); background-position: 50% 20%; }
.new-front-cws { background-image: url('/images/site/operacao-digital.webp'); }
.new-front-monitor { background-image: url('/images/systems/cmonitor-home.png'); background-position: 50% 30%; }
.new-operation { align-items: center; }
.new-operation-media { position: relative; }
.new-operation-media img { width: 100%; min-height: 620px; object-fit: cover; }
.new-operation-tag { position: absolute; right: -24px; bottom: 28px; min-width: 250px; padding: 20px 24px; color: #101415; background: var(--new-green); box-shadow: 0 18px 44px rgba(0,0,0,.18); }
.new-operation-tag span { display: block; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.new-flow { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid #c8cbc4; }
.new-flow li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid #c8cbc4; }
.new-flow li > span { color: #168c55; font-size: .72rem; font-weight: 900; }
.new-flow strong { display: block; }
.new-flow p { margin: 3px 0 0; color: #5c696a; }
.new-proof { padding: clamp(90px, 11vw, 150px) max(20px, calc((100% - 1180px) / 2)); color: #fff; background: var(--new-black); }
.new-section-head.light .new-overline { color: var(--new-green); }
.new-section-head.light > p:last-child { color: rgba(255,255,255,.62); }
.new-proof-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.new-proof-grid figure { min-height: 300px; position: relative; margin: 0; overflow: hidden; background: #151b1c; }
.new-proof-grid .new-proof-main { grid-row: 1 / 3; min-height: 620px; }
.new-proof-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.new-proof-grid figure:hover img { transform: scale(1.02); }
.new-proof-grid figcaption { position: absolute; inset: auto 0 0; padding: 54px 26px 24px; background: linear-gradient(transparent, rgba(5,8,9,.94)); }
.new-proof-grid figcaption span { display: block; color: var(--new-green); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.new-proof-grid figcaption strong { display: block; margin-top: 4px; font-size: 1.08rem; }
.new-performance { padding: clamp(90px, 11vw, 150px) max(20px, calc((100% - 1180px) / 2)); color: #101415; background: #d7ff3f; }
.new-performance-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(34px, 7vw, 96px); align-items: end; margin-bottom: 54px; }
.new-performance-head h2 { max-width: 780px; margin: 12px 0 0; font-size: clamp(3rem, 6.2vw, 6.6rem); line-height: .92; letter-spacing: -.055em; }
.new-performance-head > p { max-width: 560px; margin: 0; color: #344446; font-size: 1.06rem; }
.new-performance-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.new-performance-visual { position: relative; min-height: 650px; margin: 0; overflow: hidden; background: #08151e; }
.new-performance-visual img { width: 100%; height: 100%; object-fit: cover; }
.new-performance-visual figcaption { position: absolute; inset: auto 0 0; padding: 72px 28px 26px; color: #fff; background: linear-gradient(transparent, rgba(4,9,12,.94)); }
.new-metrics { display: grid; grid-template-columns: 1fr 1fr; background: #101415; }
.new-metrics article { min-height: 316px; padding: 30px 24px; color: #fff; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.new-metrics article:nth-child(even) { border-right: 0; }
.new-metrics article:nth-last-child(-n+2) { border-bottom: 0; }
.new-metrics strong { display: block; color: #d7ff3f; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .92; letter-spacing: -.06em; }
.new-metrics span { display: block; margin-top: 24px; font-weight: 800; line-height: 1.12; }
.new-metrics small { display: block; margin-top: 10px; color: rgba(255,255,255,.58); }
.new-performance-foot { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 430px; margin-top: 18px; color: #fff; background: #101415; }
.new-performance-foot figure { min-height: 430px; margin: 0; overflow: hidden; }
.new-performance-foot img { width: 100%; height: 100%; object-fit: cover; }
.new-performance-foot > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 76px); }
.new-performance-foot h3 { max-width: 720px; margin: 12px 0 18px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.045em; }
.new-performance-foot p:not(.new-overline) { max-width: 720px; color: rgba(255,255,255,.72); }
.new-performance-foot small { max-width: 720px; margin-top: 18px; color: rgba(255,255,255,.46); }
.new-principles { padding: clamp(90px, 11vw, 150px) max(20px, calc((100% - 1180px) / 2)); background: #fff; }
.new-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfd5d1; border-bottom: 1px solid #cfd5d1; }
.new-principle-grid article { min-height: 250px; padding: 32px 24px; border-right: 1px solid #cfd5d1; }
.new-principle-grid article:first-child { padding-left: 0; }
.new-principle-grid article:last-child { border-right: 0; }
.new-principle-grid span { color: #168c55; font-size: .72rem; font-weight: 900; }
.new-principle-grid h3 { margin: 54px 0 10px; font-size: 1.28rem; }
.new-principle-grid p { color: #5c696a; }
.new-profile { background: var(--new-cream); }
.new-profile > div:last-child { padding-top: 34px; font-size: 1.08rem; }
.new-profile .button { margin-top: 20px; }
.new-final { padding: clamp(94px, 13vw, 180px) max(20px, calc((100% - 1180px) / 2)); color: #101415; background: var(--new-green); }
.new-final .new-overline { color: #0a6040; }
.new-final h2 { max-width: 980px; font-size: clamp(3.2rem, 7.2vw, 7.8rem); }
.new-final > p:not(.new-overline) { max-width: 690px; margin: 28px 0; font-size: 1.15rem; }
.new-final .button { color: #fff; background: #101415; border-color: #101415; }

@media (max-width: 900px) {
  .new-hero { grid-template-columns: 1fr; grid-template-rows: 1fr auto; }
  .new-hero-image { grid-column: 1; grid-row: 1 / 3; min-height: 780px; background-position: 62% center; }
  .new-hero-image::after { background: linear-gradient(0deg, #090d0e 0%, rgba(9,13,14,.94) 48%, rgba(9,13,14,.08) 100%); }
  .new-hero-copy { grid-column: 1; width: calc(100% - 32px); padding: 310px 0 38px; }
  .new-hero-copy h1 { font-size: clamp(3rem, 12vw, 5.4rem); }
  .new-hero-index { grid-column: 1; width: calc(100% - 32px); grid-template-columns: 1fr 1fr; }
  .new-hero-index a:nth-child(2) { border-right: 0; }
  .new-hero-index a:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .new-intro, .new-operation, .new-profile { grid-template-columns: 1fr; gap: 32px; }
  .new-front-card { min-height: 360px; }
  .new-principle-grid { grid-template-columns: 1fr 1fr; }
  .new-principle-grid article:nth-child(2) { border-right: 0; }
  .new-principle-grid article:nth-child(-n+2) { border-bottom: 1px solid #cfd5d1; }
  .new-principle-grid article:first-child { padding-left: 24px; }
  .new-operation-media img { min-height: 480px; }
  .new-operation-tag { right: 18px; }
  .new-performance-head, .new-performance-layout, .new-performance-foot { grid-template-columns: 1fr; }
  .new-performance-visual { min-height: 520px; }
  .new-performance-foot figure { min-height: 360px; }
}
@media (max-width: 620px) {
  .new-hero { min-height: 780px; }
  .new-hero-copy { padding-top: 260px; }
  .new-hero-copy h1 { font-size: clamp(2.85rem, 13vw, 4.2rem); }
  .new-hero-index { margin-bottom: 16px; }
  .new-hero-index a { min-height: 94px; padding: 14px; }
  .new-hero-index small { font-size: .7rem; }
  .new-intro, .new-operation, .new-profile { width: calc(100% - 32px); }
  .new-front-grid, .new-proof-grid { grid-template-columns: 1fr; }
  .new-front-card:nth-child(odd) { border-right: 0; }
  .new-front-card { min-height: 420px; border-bottom: 1px solid rgba(255,255,255,.24); }
  .new-proof-grid { grid-template-rows: none; }
  .new-proof-grid .new-proof-main { grid-row: auto; min-height: 430px; }
  .new-proof-grid figure { min-height: 270px; }
  .new-operation-media img { min-height: 420px; }
  .new-operation-tag { right: 10px; bottom: 10px; min-width: 220px; }
  .new-performance { padding-right: 16px; padding-left: 16px; }
  .new-performance-head h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .new-performance-visual { min-height: 420px; }
  .new-metrics { grid-template-columns: 1fr; }
  .new-metrics article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .new-metrics article:nth-last-child(2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .new-performance-foot figure { min-height: 280px; }
  .new-principle-grid { grid-template-columns: 1fr; }
  .new-principle-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid #cfd5d1; }
  .new-principle-grid article:last-child { border-bottom: 0; }
  .new-principle-grid h3 { margin-top: 32px; }
}
