/*
Theme Name: Expight Media
Theme URI: https://www.expightmedia.com/
Author: Expight Media
Description: Custom WordPress block theme built from the approved Expight Media living website prototype.
Version: 1.1.6
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: expight-media
*/

/* WordPress canvas normalization */
html, body, .wp-site-blocks, .wp-block-post-content { margin: 0; padding: 0; max-width: none; }
.wp-site-blocks > *, .wp-block-post-content > * { margin-block-start: 0; margin-block-end: 0; }
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { max-width: none; }
.expight-skip-link { position: fixed; left: 12px; top: -100px; z-index: 999999; padding: 12px 16px; background: #fff; color: #07090e; font-weight: 800; }
.expight-skip-link:focus { top: 12px; }

.expight-editor-placeholder { padding: 28px; border: 1px dashed #6e50e5; background: #f2f0ea; color: #07090e; font-family: sans-serif; }
.expight-editor-placeholder strong { display:block; margin-bottom:8px; }

:root {
  --ink: #07090e;
  --ink-soft: #0d1420;
  --paper: #f2f0ea;
  --paper-deep: #dedbd2;
  --white: #ffffff;
  --muted: #abb4c4;
  --cyan: #1ffcef;
  --mint: #20ebb6;
  --rose: #fe0142;
  --pink: #ff1f78;
  --oxblood: #4d0b2d;
  --violet: #6e50e5;
  --line: #253247;
  --content: 1200px;
  --ease-command: cubic-bezier(.16, 1, .3, 1);
  --page-progress: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

/* Field Journal */
.journal-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.journal-header { color: var(--white); background: rgba(7, 9, 14, .97); border-color: rgba(255,255,255,.1); }
.journal-header nav a.active { color: var(--cyan); }
.journal-hero {
  min-height: 720px;
  padding: 186px max(32px, calc((100vw - var(--content)) / 2)) 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: end;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.journal-hero-copy { max-width: 850px; }
.journal-hero h1 {
  max-width: 870px;
  margin: 26px 0 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(66px, 8vw, 132px);
  font-weight: 800;
  line-height: .85;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.journal-hero h1 span { display: block; color: var(--cyan); }
.journal-hero-copy > p:last-child { max-width: 690px; margin: 36px 0 0; color: #b5bfce; font-size: 20px; line-height: 1.58; }
.journal-manifesto { padding: 34px 0 6px; border-top: 1px solid #536175; align-self: end; }
.journal-manifesto > span { color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.journal-manifesto strong { display: block; max-width: 370px; margin-top: 24px; font-size: 22px; line-height: 1.15; text-transform: uppercase; }
.journal-manifesto p { margin: 17px 0 28px; color: #98a4b5; font-size: 14px; line-height: 1.65; }
.journal-manifesto div { display: flex; flex-wrap: wrap; gap: 10px 18px; color: #d2d8e1; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.journal-manifesto div i { width: 6px; height: 6px; margin: 3px 0 0; background: var(--cyan); transform: rotate(45deg); }
.journal-feature {
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px 64px 125px;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(390px, .87fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
}
.feature-visual-wrap { position: relative; }
.feature-stamp {
  position: absolute;
  right: -20px;
  bottom: 24px;
  padding: 13px 17px;
  background: var(--rose);
  color: white;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: rotate(-3deg);
}
.feature-copy h2 {
  margin: 24px 0 22px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: .95;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.feature-copy > p { margin: 0; color: #57616d; font-size: 17px; line-height: 1.65; }
.feature-copy ul { margin: 28px 0 32px; padding: 0; list-style: none; border-top: 1px solid #b7b6b0; }
.feature-copy li { padding: 14px 0 14px 24px; border-bottom: 1px solid #c8c6c0; position: relative; color: #343d47; font-size: 13px; line-height: 1.45; }
.feature-copy li::before { content: ""; position: absolute; left: 1px; top: 20px; width: 7px; height: 7px; background: var(--rose); }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; color: #747c86; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-meta span + span::before { content: "/"; margin-right: 18px; color: #b4b8b9; }
.journal-read-link {
  min-height: 50px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 0 21px;
  background: var(--ink);
  color: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.journal-read-link:hover { background: #182234; transform: translateY(-2px); }
.journal-read-link span { color: var(--cyan); font-size: 18px; }
.journal-visual { position: relative; min-height: 300px; overflow: hidden; background: #111826; color: white; border: 1px solid #26344b; isolation: isolate; }
.journal-visual.is-large { min-height: 560px; }
.journal-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.journal-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,12,20,.04) 30%, rgba(8,12,20,.78) 100%); }
.journal-image .visual-index { z-index: 2; color: white; }
.journal-no-posts { display: block; }
.journal-no-posts > div { max-width: 760px; }
.journal-no-posts h2 { margin: 22px 0 16px; font-size: clamp(42px, 5vw, 72px); line-height: .95; text-transform: uppercase; }

.journal-cyan { background: var(--cyan); color: var(--ink); border-color: #10bbb4; }
.journal-rose { background: #80103f; border-color: #b82963; }
.journal-violet { background: #30206f; border-color: #5741ae; }
.journal-paper { background: #d8d4ca; color: var(--ink); border-color: #b9b4aa; }
.journal-gridlines { position: absolute; inset: 0; z-index: -1; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 54px 54px; }
.visual-index { position: absolute; left: 22px; bottom: 18px; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.visual-word { position: absolute; left: 8%; bottom: 16%; z-index: 2; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(32px, 5vw, 76px); font-weight: 900; line-height: .85; letter-spacing: -.055em; }
.journal-preview .visual-word { font-size: 38px; }
.recovery-orbit { position: absolute; border: 2px solid var(--pink); border-radius: 50%; }
.recovery-orbit i { position: absolute; width: 18px; height: 18px; top: 12%; left: 83%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 9px rgba(31,252,239,.14); }
.orbit-one { width: 72%; aspect-ratio: 1; top: -26%; right: -12%; }
.orbit-two { width: 46%; aspect-ratio: 1; top: 2%; right: 3%; border-color: rgba(255,255,255,.5); }
.temperature-scale { position: absolute; right: 7%; bottom: 8%; height: 55%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.temperature-scale i { width: 1px; flex: 1; background: rgba(255,255,255,.55); }
.temperature-scale b { color: var(--cyan); font-size: 8px; }
.walk-track { position: absolute; left: 7%; right: 7%; top: 25%; height: 90px; border-top: 2px solid var(--ink); transform: skewY(-8deg); }
.walk-track i { position: relative; display: inline-block; width: 14px; height: 14px; margin: -8px 13% 0 0; border-radius: 50%; background: var(--ink); }
.visual-number { position: absolute; left: 7%; top: 45%; font-size: clamp(40px, 5vw, 72px); letter-spacing: -.08em; }
.visual-caption { position: absolute; right: 7%; bottom: 18%; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.coach-pulse { position: absolute; left: 5%; right: 5%; top: 36%; display: flex; align-items: flex-end; gap: 5%; height: 80px; }
.coach-pulse i { width: 12%; height: 20%; background: var(--cyan); }
.coach-pulse i:nth-child(2) { height: 46%; }.coach-pulse i:nth-child(3) { height: 84%; }.coach-pulse i:nth-child(4) { height: 58%; }.coach-pulse i:nth-child(5) { height: 100%; }.coach-pulse i:nth-child(6) { height: 68%; }
.coach-avatar { position: absolute; right: 8%; top: 10%; width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid var(--pink); border-radius: 50%; color: var(--cyan); font-weight: 900; }
.identity-mark { position: absolute; width: 42%; aspect-ratio: 1; border: 18px solid currentColor; transform: rotate(45deg); opacity: .2; }
.mark-a { top: -12%; right: -8%; }.mark-b { top: 20%; right: 15%; opacity: .35; }.mark-c { top: 49%; right: -5%; opacity: .12; }
.system-route { position: absolute; inset: 14% 9%; display: grid; align-content: center; gap: 12px; }
.system-route span { min-height: 45px; display: flex; align-items: center; gap: 16px; padding: 0 14px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.system-route span i { width: 26px; height: 26px; display: grid; place-items: center; background: var(--ink); color: var(--cyan); font-style: normal; }
.community-cluster { position: absolute; inset: 8% 6% 30%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; transform: skewY(-4deg); }
.community-cluster i { background: var(--pink); opacity: .25; }.community-cluster i:nth-child(3n) { background: var(--cyan); opacity: .8; }.community-cluster i:nth-child(5n) { background: white; opacity: .65; }
.journal-index { padding: 120px max(32px, calc((100vw - var(--content)) / 2)); background: #e5e1d8; border-top: 1px solid #c2bfb7; border-bottom: 1px solid #c2bfb7; }
.index-heading { display: grid; grid-template-columns: 1fr minmax(300px, .45fr); gap: 70px; align-items: end; }
.index-heading h2, .series-title h2 {
  max-width: 780px;
  margin: 20px 0 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(45px, 5.5vw, 78px);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.journal-search { position: relative; display: block; }
.journal-search span { display: block; margin-bottom: 10px; color: #69727a; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.journal-search input { width: 100%; height: 54px; padding: 0 52px 0 17px; border: 1px solid #aaa9a3; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 14px; }
.journal-search input:focus { border-color: var(--ink); box-shadow: inset 0 -3px var(--cyan); }
.journal-search i { position: absolute; right: 17px; bottom: 12px; font-size: 24px; font-style: normal; }
.journal-filters { margin-top: 58px; display: flex; flex-wrap: wrap; border-top: 1px solid #b1afa8; border-bottom: 1px solid #b1afa8; }
.journal-filters button { min-height: 47px; padding: 0 16px; border: 0; border-right: 1px solid #b1afa8; background: transparent; color: #59616a; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.journal-filters button:hover { color: var(--ink); }
.journal-filters button.active { background: var(--ink); color: var(--cyan); }
.journal-browser { margin-top: 54px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(45px, 7vw, 100px); align-items: start; }
.article-stack { border-top: 1px solid #a7a59f; }
.journal-card { min-height: 254px; display: grid; grid-template-columns: 62px 1fr; border-bottom: 1px solid #a7a59f; position: relative; color: var(--ink); text-decoration: none; cursor: pointer; transition: background .2s ease, padding .25s ease, transform .2s ease, box-shadow .2s ease; }
.journal-card:hover, .journal-card.is-selected, .journal-card:focus-visible { background: #f4f1ea; padding: 0 18px; }
.journal-card:hover { transform: translateX(4px); box-shadow: inset 4px 0 0 var(--cyan); }
.journal-card:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; box-shadow: inset 4px 0 0 var(--cyan); }

.card-number { padding-top: 35px; color: #8b8c87; font-size: 10px; font-weight: 900; }
.card-copy { padding: 34px 0 27px; position: relative; z-index: 2; }
.card-copy h3 { max-width: 690px; margin: 17px 0 12px; font-size: clamp(25px, 2.3vw, 36px); line-height: 1.02; letter-spacing: -.035em; text-transform: uppercase; }
.card-copy > p { max-width: 670px; margin: 0; color: #636b73; font-size: 14px; line-height: 1.57; }
.card-state { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.card-state > span, .card-state em { color: #858983; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.card-state > span::before, .preview-coming i { content: ""; width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: #aaa; }
.card-state > span.is-live::before { background: var(--mint); box-shadow: 0 0 0 4px rgba(32,235,182,.13); }
.journal-card-cta { color: #92234f; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.journal-card-cta b { display: inline-block; margin-left: 3px; transition: transform .2s ease; }
.journal-card:hover .journal-card-cta b, .journal-card:focus-visible .journal-card-cta b { transform: translate(3px,-3px); }
.journal-preview { position: sticky; top: 118px; background: var(--ink); color: white; }
.journal-preview-link { display: block; color: inherit; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.journal-preview-link:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(7,9,14,.22); }
.journal-preview-link:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.journal-preview .journal-visual { min-height: 320px; border: 0; }
.preview-copy { padding: 31px 33px 35px; }
.preview-copy > span { color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.preview-copy h3 { margin: 18px 0 13px; font-size: 27px; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.preview-copy p { margin: 0; color: #aeb7c3; font-size: 13px; line-height: 1.58; }
.preview-open { margin-top: 25px; display: inline-flex; gap: 32px; color: white; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.preview-open b { color: var(--cyan); transition: transform .2s ease; }
.journal-preview-link:hover .preview-open b, .journal-preview-link:focus-visible .preview-open b { transform: translate(3px,-3px); }
.preview-coming { margin-top: 24px; color: #8e99a8; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.preview-coming i { background: var(--pink); }
.journal-empty { padding: 80px 20px; text-align: center; border-bottom: 1px solid #aaa; }
.journal-empty strong { display: block; font-size: 24px; text-transform: uppercase; }
.journal-empty button { margin-top: 24px; border: 0; background: var(--ink); color: white; padding: 14px 18px; cursor: pointer; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.journal-series { padding: 120px max(32px, calc((100vw - var(--content)) / 2)); background: var(--ink); color: white; }
.series-title { display: grid; grid-template-columns: 190px 1fr; gap: 50px; align-items: start; }
.series-title > span { color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.series-title h2 { margin-top: 0; max-width: 850px; }
.series-track { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3a4659; }
.series-track article { min-height: 330px; padding: 32px 34px; position: relative; border-right: 1px solid #3a4659; overflow: hidden; }
.series-track article:last-child { border-right: 0; }
.series-track article > span { color: var(--cyan); font-size: 10px; font-weight: 900; }
.series-track h3 { max-width: 270px; margin: 90px 0 17px; font-size: 27px; line-height: .98; text-transform: uppercase; }
.series-track p { max-width: 310px; color: #9ba6b5; font-size: 13px; line-height: 1.6; }
.series-track article > i { position: absolute; width: 150px; height: 150px; right: -80px; bottom: -80px; border: 22px solid var(--pink); transform: rotate(45deg); opacity: .5; transition: transform .5s var(--ease-command), opacity .3s ease; }
.series-track article:nth-child(2) > i { border-color: var(--cyan); }.series-track article:nth-child(3) > i { border-color: var(--violet); }
.series-track article:hover > i { transform: translate(-30px, -30px) rotate(45deg); opacity: 1; }
.journal-cta { padding: 125px max(32px, calc((100vw - 1040px) / 2)); text-align: center; background: var(--paper); color: var(--ink); }
.journal-cta h2 { margin: 24px auto; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(48px, 6vw, 88px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.journal-cta > p:not(.eyebrow) { max-width: 700px; margin: 0 auto 35px; color: #59636d; font-size: 17px; line-height: 1.6; }

@media (max-width: 1050px) {
  .journal-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 150px; }
  .journal-manifesto { max-width: 600px; }
  .journal-feature { grid-template-columns: 1fr; }
  .feature-copy { max-width: 750px; }
  .journal-browser { grid-template-columns: 1fr; }
  .journal-preview { position: relative; top: 0; display: grid; grid-template-columns: .85fr 1fr; }
  .journal-preview .journal-visual { min-height: 330px; }
  .series-title { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 760px) {
  .journal-hero { padding: 125px 20px 70px; gap: 45px; }
  .journal-hero h1 { font-size: clamp(55px, 16vw, 78px); }
  .journal-hero-copy > p:last-child { font-size: 17px; }
  .journal-feature, .journal-index, .journal-series, .journal-cta { padding-left: 20px; padding-right: 20px; }
  .journal-feature { padding-top: 72px; padding-bottom: 80px; }
  .journal-visual.is-large { min-height: 420px; }
  .feature-stamp { right: -4px; }
  .index-heading { grid-template-columns: 1fr; gap: 42px; }
  .journal-index { padding-top: 80px; padding-bottom: 80px; }
  .journal-filters { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .journal-filters button { flex: 0 0 auto; }
  .journal-card { grid-template-columns: 38px 1fr; min-height: 0; }
  .journal-card:hover, .journal-card.is-selected, .journal-card:focus-visible { padding: 0 8px; }
  .card-copy { padding: 28px 0; }
  .card-state { align-items: flex-start; flex-direction: column; }
  .journal-preview { display: block; }
  .series-track { grid-template-columns: 1fr; }
  .series-track article { min-height: 265px; border-right: 0; border-bottom: 1px solid #3a4659; }
  .series-track h3 { margin-top: 60px; }
  .journal-series { padding-top: 85px; padding-bottom: 85px; }
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

/* Strategy call */
.strategy-page {
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
}
.strategy-header { color: var(--white); background: rgba(7, 9, 14, .96); border-color: rgba(255,255,255,.1); }
.strategy-header .strategy-back {
  justify-self: end;
  color: #c8d0db;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.strategy-back span { color: var(--cyan); margin-left: 7px; }
.strategy-hero {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.18fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 176px 64px 120px;
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(7,9,14,.1) 50%, transparent 50.05%);
}
.strategy-intro { position: sticky; top: 128px; }
.strategy-intro h1 {
  max-width: 590px;
  margin: 0;
  color: var(--ink);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(52px, 4.65vw, 74px);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.strategy-lede {
  max-width: 620px;
  margin: 30px 0 0;
  color: #4a5565;
  font-size: 18px;
  line-height: 1.65;
}
.strategy-process { margin-top: 34px; border-top: 1px solid #aeb4b8; }
.strategy-process article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid #c7c8c4;
}
.strategy-process article > span {
  color: #9a0f4a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}
.strategy-process strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.strategy-process p { margin: 8px 0 0; color: #646d76; font-size: 13px; line-height: 1.55; }
.strategy-note {
  margin-top: 30px;
  padding: 24px 26px;
  border-left: 4px solid var(--rose);
  background: #e7e3db;
}
.strategy-note span { display: block; color: #9a0f4a; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.strategy-note strong { display: block; margin-top: 8px; font-size: 18px; }
.strategy-note p { margin: 8px 0 0; color: #58616b; font-size: 13px; line-height: 1.55; }
.strategy-form-shell {
  position: relative;
  border: 1px solid #bbbdb8;
  background: #fbfaf7;
  color: var(--ink);
  box-shadow: 18px 20px 0 #d6d1c8;
  overflow: hidden;
}
.form-document-head {
  min-height: 94px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid #caccc7;
  background: #fbfaf7;
}
.form-document-head div > span,
.form-document-head p {
  display: block;
  margin: 0;
  color: #777f89;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.form-document-head strong { display: block; margin-top: 7px; color: var(--ink); font-size: 15px; text-transform: uppercase; }
.form-document-head p { display: flex; align-items: center; gap: 8px; }
.form-document-head p i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(32,235,182,.1); }
.strategy-form { padding: 0 32px 36px; }
.form-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #caccc7;
}
.form-progress button {
  min-height: 64px;
  padding: 0 14px;
  border: 0;
  border-right: 1px solid #d8d9d4;
  background: #efeee9;
  color: #7a8189;
  cursor: default;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.form-progress button:last-child { border-right: 0; }
.form-progress button span { display: block; margin-bottom: 4px; color: #8a929b; }
.form-progress button.active { background: var(--ink); color: var(--white); }
.form-progress button.active span { color: var(--cyan); }
.form-progress button.complete { background: #e1f7ee; color: #19513d; cursor: pointer; }
.form-progress button.complete span { color: #16845d; }
.strategy-form fieldset {
  display: none;
  min-width: 0;
  margin: 0;
  padding: 42px 0;
  border: 0;
  border-bottom: 0;
}
.strategy-form fieldset.active { display: block; animation: form-panel-in .45s var(--ease-command) both; }
@keyframes form-panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.strategy-form legend {
  width: 100%;
  margin: 0 0 28px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.strategy-form legend span { color: var(--cyan); margin-right: 12px; font-size: 10px; letter-spacing: .1em; }
.form-grid { display: grid; gap: 20px; }
.form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.infusion-field { margin-top: 20px; }
.form-grid .infusion-field { margin-top: 0; }
.infusion-field label {
  display: block;
  margin-bottom: 9px;
  color: #3d4550;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.infusion-field label b { color: var(--rose); }
.infusion-field input,
.infusion-field select,
.infusion-field textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #c0c3c0;
  border-radius: 0;
  outline: 0;
  background: #f5f3ee;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.infusion-field input,
.infusion-field select { padding: 0 16px; }
.infusion-field textarea { min-height: 142px; padding: 16px; resize: vertical; line-height: 1.55; }
.infusion-field input::placeholder,
.infusion-field textarea::placeholder { color: #8b9096; opacity: 1; }
.infusion-field input:focus,
.infusion-field select:focus,
.infusion-field textarea:focus {
  border-color: var(--cyan);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(31,252,239,.18);
}
.field-help {
  margin: 8px 0 0;
  color: #747c85;
  font-size: 11px;
  line-height: 1.45;
}
.field-help code { color: #4e5761; font: inherit; font-weight: 800; }
.website-field input[readonly] {
  border-color: #b7c8c0;
  background: #e1f7ee;
  color: #19513d;
  font-weight: 800;
}
.no-website-option {
  width: fit-content;
  margin-top: 16px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  color: #4e5761 !important;
  cursor: pointer;
  font-size: 11px !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}
.no-website-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.no-website-option span {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid #9fa5a5;
  background: #f5f3ee;
}
.no-website-option input:focus-visible + span {
  outline: 3px solid rgba(31,252,239,.35);
  outline-offset: 2px;
}
.no-website-option input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
}
.no-website-option input:checked + span::after {
  content: "✓";
  position: absolute;
  inset: 0;
  color: var(--cyan);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.select-wrap { position: relative; }
.select-wrap::after {
  content: "⌄";
  position: absolute;
  right: 17px;
  top: 50%;
  color: var(--cyan);
  pointer-events: none;
  transform: translateY(-57%);
}
.infusion-field select { appearance: none; cursor: pointer; }
.social-details { margin-top: 28px; border-top: 1px solid #caccc7; border-bottom: 1px solid #caccc7; }
.social-details summary {
  position: relative;
  padding: 28px 36px 28px 0;
  cursor: pointer;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  text-transform: uppercase;
}
.social-details summary::-webkit-details-marker { display: none; }
.social-details summary span {
  margin-right: 12px;
  color: var(--cyan);
  font-size: 9px;
  letter-spacing: .1em;
}
.social-details summary i { position: absolute; right: 2px; top: 25px; color: var(--cyan); font-size: 22px; font-style: normal; }
.social-details[open] summary i { transform: rotate(45deg); }
.social-details > p { margin: -8px 0 22px; color: #68717c; font-size: 13px; }
.social-details .form-grid { padding-bottom: 32px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-navigation {
  margin-top: 34px;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #d2d3cf;
}
.form-navigation-next { justify-content: flex-end; }
.form-navigation > span { color: #737b84; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.form-navigation button,
.form-submit button {
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.form-navigation button b { color: var(--cyan); margin-left: 8px; }
.form-navigation .form-back,
.form-submit .form-back {
  border-color: transparent;
  background: transparent;
  color: #5b646d;
}
.form-submit { padding: 34px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 12px; }
.form-submit button {
  min-height: 62px;
  border: 1px solid var(--mint);
  background: var(--mint);
  color: #04110d;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease;
}
.form-submit .infusion-recaptcha { grid-column: 2; }
.form-submit button:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(32,235,182,.18); }
.form-submit button span { margin-left: 8px; font-size: 17px; }
.form-submit p { grid-column: 1 / -1; margin: 2px 0 0; color: #777f87; font-size: 11px; line-height: 1.5; text-align: center; }
.strategy-footer {
  max-width: none;
  min-height: 180px;
  padding: 48px max(32px, calc((100vw - 1312px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 40px;
  align-items: center;
  background: var(--ink);
  color: var(--white);
  border-top: 1px solid var(--line);
}
.strategy-footer p { max-width: 420px; margin: 0; color: #8f99aa; font-size: 13px; line-height: 1.55; }
.strategy-footer > div { display: flex; align-items: center; gap: 22px; color: #a8b1bf; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.strategy-footer a:hover { color: var(--cyan); }

/* Thank-you confirmation */
.thank-page { min-height: 100vh; background: var(--ink); color: var(--white); }
.thank-hero {
  min-height: 860px;
  padding-top: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(460px, .96fr);
  background: var(--paper);
  color: var(--ink);
}
.thank-confirmation {
  position: relative;
  padding: clamp(100px, 10vw, 154px) clamp(40px, 7vw, 108px) 100px max(40px, calc((100vw - 1320px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.thank-confirmation::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -210px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(7,9,14,.15);
  transform: rotate(45deg);
}
.thank-status {
  width: fit-content;
  margin-bottom: 42px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #326151;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.thank-status i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #7ab6a0;
  background: #dff4ec;
  color: #176c4c;
  font-size: 14px;
  font-style: normal;
}
.thank-confirmation .eyebrow { color: #9a0f4a; }
.thank-confirmation h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(62px, 6vw, 98px);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.thank-confirmation h1 span {
  color: transparent;
  -webkit-text-stroke: 1.5px #9a0f4a;
}
.thank-lede {
  position: relative;
  z-index: 1;
  max-width: 630px;
  margin: 34px 0;
  color: #525d68;
  font-size: 18px;
  line-height: 1.65;
}
.thank-confirmation .button { width: fit-content; position: relative; z-index: 1; }
.thank-next {
  padding: clamp(100px, 9vw, 142px) max(40px, calc((100vw - 1320px) / 2)) 100px clamp(44px, 6vw, 88px);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--ink-soft);
  background-size: 64px 64px, 64px 64px, auto;
  color: var(--white);
}
.thank-next-head {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.thank-next-head span {
  display: block;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}
.thank-next-head strong { display: block; margin-top: 9px; font-size: 21px; text-transform: uppercase; }
.thank-next ol { margin: 0; padding: 0; list-style: none; }
.thank-next li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 29px 0;
  border-bottom: 1px solid var(--line);
}
.thank-next li > span { color: var(--rose); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.thank-next li strong { font-size: 14px; text-transform: uppercase; }
.thank-next li p { max-width: 500px; margin: 9px 0 0; color: #9da8b8; font-size: 13px; line-height: 1.58; }
.thank-next aside {
  margin-top: 34px;
  padding: 24px 26px;
  border-left: 4px solid var(--cyan);
  background: #131d2b;
}
.thank-next aside span { color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.thank-next aside p { margin: 10px 0 0; color: #c3cbd6; font-size: 13px; line-height: 1.6; }
.thank-bridge {
  max-width: 1320px;
  margin: 0 auto;
  min-height: 330px;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(360px, 1fr) auto;
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  color: var(--white);
}
.thank-bridge h2 { max-width: 480px; margin: 0; font-size: clamp(42px, 4vw, 62px); line-height: .98; }
.thank-bridge > p { max-width: 560px; margin: 0; color: #9da8b8; font-size: 16px; line-height: 1.68; }
.thank-footer { border-top-color: var(--line); }

@media (max-width: 1050px) {
  .strategy-hero { grid-template-columns: 1fr; max-width: 800px; padding-top: 140px; }
  .strategy-intro { position: static; }
  .strategy-header nav { display: none; }
  .strategy-form-shell { box-shadow: 14px 16px 0 #d6d1c8; }
  .strategy-footer { grid-template-columns: 1fr; }
  .thank-hero { grid-template-columns: 1fr; }
  .thank-confirmation { min-height: 720px; padding: 130px 40px 90px; }
  .thank-next { padding: 80px 40px; }
  .thank-bridge { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .strategy-header { height: 68px; padding: 0 20px; }
  .strategy-header .strategy-back { font-size: 0; }
  .strategy-header .strategy-back span { font-size: 18px; }
  .strategy-hero { padding: 112px 20px 80px; gap: 50px; }
  .strategy-intro h1 { font-size: clamp(48px, 15vw, 66px); }
  .strategy-lede { font-size: 16px; }
  .strategy-process { margin-top: 42px; }
  .strategy-note { margin-top: 28px; }
  .strategy-form-shell { margin-right: 8px; box-shadow: 8px 9px 0 #d6d1c8; }
  .form-document-head { padding: 20px; }
  .form-document-head p { display: none; }
  .strategy-form { padding: 0 20px 28px; }
  .strategy-form fieldset { padding: 34px 0; }
  .form-grid.two { grid-template-columns: 1fr; }
  .form-navigation { align-items: stretch; flex-direction: column; }
  .form-navigation-next { align-items: stretch; }
  .form-navigation > span { text-align: center; }
  .form-submit { grid-template-columns: 1fr; }
  .form-submit .infusion-recaptcha,
  .form-submit .form-back { grid-column: 1; }
  .form-submit .infusion-recaptcha { grid-row: 1; }
  .strategy-footer { padding: 44px 20px 90px; }
  .strategy-footer > div { flex-wrap: wrap; }
  .thank-confirmation { min-height: 650px; padding: 112px 20px 70px; }
  .thank-confirmation h1 { font-size: clamp(54px, 15vw, 72px); }
  .thank-lede { font-size: 16px; }
  .thank-next { padding: 70px 20px; }
  .thank-next li { grid-template-columns: 38px 1fr; }
  .thank-bridge { padding: 70px 20px; }
}

.site-header {
  position: fixed;
  z-index: 50;
  top: var(--expight-admin-offset, 0px);
  left: 0;
  width: 100%;
  height: 88px;
  padding: 0 max(32px, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: background .3s ease, height .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-progress {
  position: absolute;
  inset: auto 0 -1px;
  height: 2px;
  overflow: hidden;
}
.site-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--cyan) 68%, var(--pink));
  transform: scaleX(var(--page-progress));
  transform-origin: left;
}
.site-header.is-scrolled {
  height: 72px;
  background: rgba(7, 9, 14, .88);
  backdrop-filter: blur(18px);
  border-color: rgba(255,255,255,.1);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
}
.brand em { color: var(--muted); font-style: normal; font-weight: 700; }
.brand-logo {
  display: block;
  width: clamp(168px, 15vw, 208px);
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-x { width: 24px; height: 24px; position: relative; display: inline-block; }
.brand-x i, .brand-x b, .contact-mark i, .contact-mark b {
  position: absolute; left: 10px; top: -2px; width: 6px; height: 28px; transform: rotate(45deg); background: var(--cyan);
}
.brand-x b, .contact-mark b { transform: rotate(-45deg); background: var(--rose); }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a {
  color: #bcc4d2;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  transition: color .2s ease;
}
.site-header nav a:hover { color: var(--white); }
.site-header > .button { justify-self: end; }

.site-header .mobile-nav-cta { display: none; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
  color: var(--white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}
.menu-toggle:hover,
.menu-toggle:focus-visible { border-color: var(--mint); background: rgba(32,235,182,.08); outline: none; }
.menu-toggle span { display:block; width:20px; height:2px; background:currentColor; transition:transform .28s var(--ease-command), opacity .2s ease; }
.site-header.is-menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.is-menu-open .menu-toggle span:nth-child(2) { opacity:0; }
.site-header.is-menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
body.expight-menu-open { overflow: hidden; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  background: var(--mint);
  color: #06100c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  border: 1px solid var(--mint);
  transition: transform .4s var(--ease-command), box-shadow .4s var(--ease-command), background .25s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 16px 42px rgba(47,248,173,.2); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 10px; }
.button-rose { background: var(--rose); border-color: var(--rose); color: white; }
.button-rose:hover { box-shadow: 0 16px 42px rgba(254,1,66,.23); }
.text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.text-link span { color: var(--cyan); margin-left: 8px; font-size: 18px; }
.button-row { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.eyebrow {
  margin: 0 0 24px;
  color: var(--mint);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.eyebrow.dark { color: #9a0f4a; }

.hero {
  min-height: 360vh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr);
  align-items: start;
  gap: 80px;
  padding: 0 max(32px, calc((100vw - var(--content)) / 2));
  isolation: isolate;
  --hero-progress: 0;
  background-image:
    radial-gradient(circle at 82% 42%, rgba(31,252,239,.13), transparent 35%),
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 100% 100%, 80px 80px, 80px 80px;
  background-attachment: fixed;
}
.hero-copy,
.hero-media {
  position: sticky;
  align-self: start;
}
.hero-copy {
  top: 150px;
  padding-bottom: 80px;
}
.hero-media {
  top: 128px;
}
.hero-grid {
  display: none;
}
.hero::before {
  display: none;
}
.hero h1, h2 {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.055em;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(60px, 6.2vw, 94px);
  line-height: .95;
}
.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--cyan);
}
.hero-lede {
  max-width: 670px;
  margin: 36px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}
.hero-media {
  position: sticky;
  min-height: 610px;
  border: 1px solid var(--line);
  background: #0d1420;
  padding: 12px;
  box-shadow: 0 40px 100px rgba(0,0,0,.44), 0 0 50px rgba(4,207,221,.08);
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0) perspective(1200px) rotateY(-3deg);
  transition: transform .15s linear;
  overflow: visible;
}
.hero-photo { position: absolute; inset: 12px; overflow: hidden; background: #080b10; }
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,8,13,.05) 35%, rgba(5,8,13,.9) 100%),
    linear-gradient(90deg, rgba(5,8,13,.28), transparent 38%);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.88) contrast(1.04);
  transform: scale(1.06) translate3d(calc(var(--hero-progress) * -2.5%), calc(var(--hero-progress) * -1.5%), 0);
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.hero-media:hover .hero-photo img { filter: saturate(.98) contrast(1.06); }
.hero-media-index {
  position: absolute;
  z-index: 2;
  left: 36px;
  right: 36px;
  bottom: 70px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.42);
}
.hero-media-index span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-media-index strong {
  max-width: 290px;
  text-align: right;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
}
.hero-media-tabs {
  position: absolute;
  z-index: 2;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 38px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.hero-media-tabs span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0,0,0,.24);
  background: rgba(7,9,14,.88);
  color: #a7b0bd;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-media-tabs span.active { background: var(--cyan); color: #061319; }
.hero-media-tabs span:nth-child(3).active { background: var(--pink); color: white; }
.hero-media-tabs span:nth-child(4) { border-right: 0; }
.stage-label { display: flex; justify-content: space-between; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.stage-label b { color: var(--mint); }
.brand-spectrum {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 48px;
  height: 7px;
  display: grid;
  grid-template-columns: 1.3fr .75fr 1fr .6fr 1.15fr;
  gap: 3px;
}
.brand-spectrum i:nth-child(1) { background: var(--cyan); }
.brand-spectrum i:nth-child(2) { background: var(--rose); }
.brand-spectrum i:nth-child(3) { background: #13afc2; }
.brand-spectrum i:nth-child(4) { background: var(--pink); }
.brand-spectrum i:nth-child(5) { background: #d8f5f1; }
.signal-layer { padding: 25px; border: 1px solid var(--line); position: absolute; left: 28px; right: 28px; }
.signal-layer small { display: block; margin-bottom: 15px; color: var(--cyan); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.signal-layer strong { display: block; font-size: 17px; line-height: 1.45; text-transform: uppercase; }
.signal-one { top: 80px; background: #152132; }
.signal-two { bottom: 28px; background: #0d2a21; }
.signal-two small { color: var(--mint); }
.signal-bridge { position: absolute; top: 235px; left: 42px; right: 42px; display: flex; align-items: center; justify-content: space-between; color: #c9d1dd; font-size: 10px; text-transform: uppercase; font-weight: 800; }
.signal-bridge i { width: 21px; height: 1px; background: var(--rose); position: relative; }
.signal-bridge i::after { content: ""; position: absolute; right: 0; top: -2px; border-left: 4px solid var(--rose); border-top: 2px solid transparent; border-bottom: 2px solid transparent; }
.stage-corner { position: absolute; width: 70px; height: 70px; border-color: var(--cyan); opacity: .65; }
.corner-a { left: -12px; top: -12px; border-left: 2px solid; border-top: 2px solid; }
.corner-b { right: -12px; bottom: -12px; border-right: 2px solid var(--rose); border-bottom: 2px solid var(--rose); }

.problem-section {
  background: var(--paper);
  color: #0a1119;
  padding: 130px max(32px, calc((100vw - var(--content)) / 2));
}
.section-intro {
  display: grid;
  grid-template-columns: 1.5fr .5fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 70px;
}
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -36px; }
.section-intro h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: 1; }
.section-intro > p:last-child { margin: 0; color: #535c66; font-size: 18px; line-height: 1.6; }
.signal-comparison { display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; }
.signal-comparison > div { padding: 44px; }
.noise-side { background: #dbd7ce; }
.recognition-side { position: relative; background: #0a1119; color: white; overflow: hidden; }
.recognition-side > *:not(.recognition-photo) { position: relative; z-index: 2; }
.recognition-photo { position: absolute; inset: 0; z-index: 0; }
.recognition-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,17,25,.97) 0%, rgba(10,17,25,.78) 58%, rgba(10,17,25,.28) 100%);
}
.recognition-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.7) contrast(1.08);
}
.comparison-label { margin-bottom: 45px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; opacity: .65; }
.noise-stream { display: flex; gap: 7px; flex-wrap: wrap; opacity: .62; filter: blur(.2px); }
.noise-stream span { padding: 16px 18px; background: #c9c4ba; font-size: 11px; font-weight: 900; transform: rotate(calc((var(--i) - 2) * .7deg)); }
.noise-side h3 { margin: 48px 0 0; font-size: 27px; line-height: 1.25; text-transform: uppercase; }
.recognition-word { margin-top: -5px; color: var(--mint); font: 900 48px/.95 Arial Black, Arial; letter-spacing: -.05em; }
.recognition-thread { display: flex; align-items: center; gap: 12px; margin: 38px 0 24px; color: #bdc7d5; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.recognition-thread i { width: 6px; height: 6px; background: var(--rose); border-radius: 50%; }
.recognition-side p { max-width: 440px; color: var(--muted); font-size: 16px; line-height: 1.55; }

.model-section {
  min-height: 700vh;
  position: relative;
  --model-progress: 0;
}
.model-sticky {
  min-height: 100vh;
  position: sticky;
  top: 0;
  padding: 94px max(32px, calc((100vw - var(--content)) / 2)) 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 14%, rgba(31,252,239,.085), transparent 28%),
    linear-gradient(180deg, #07090e, #09101a);
}
.model-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent);
}
.model-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 34px;
}
.model-heading h2 { margin: 0; font-size: clamp(43px, 4.4vw, 65px); line-height: .97; }
.model-heading h2 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.model-thesis { padding-left: 28px; border-left: 1px solid var(--cyan); }
.model-thesis p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.model-thesis strong { display: block; margin-top: 14px; color: white; font-size: 13px; line-height: 1.45; }
.model-shell { position: relative; z-index: 1; border: 1px solid #33435b; background: rgba(13,20,32,.94); padding: 10px; box-shadow: 0 32px 90px rgba(0,0,0,.35); }
.cycle-orbit {
  height: 36px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  color: #768296;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cycle-orbit i { height: 1px; background: linear-gradient(90deg, #33435b, var(--cyan), #33435b); }
.stage-rail { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.stage-rail button {
  min-height: 106px;
  padding: 15px 13px;
  border: 1px solid #273349;
  background: #101927;
  color: white;
  text-align: left;
  cursor: pointer;
  transition: transform .45s var(--ease-command), background .3s ease, border-color .3s ease, opacity .3s ease;
}
.stage-rail button:hover { transform: translateY(-4px); border-color: var(--cyan); }
.stage-rail button.active { background: var(--pink); border-color: var(--pink); transform: translateY(-6px); }
.stage-rail button span { display: block; margin-bottom: 20px; color: var(--cyan); font-size: 9px; font-weight: 900; }
.stage-rail button.active span { color: white; }
.stage-rail button strong { font-size: 11px; line-height: 1.2; text-transform: uppercase; }
.stage-detail { display: grid; grid-template-columns: 1.55fr .75fr; min-height: 365px; margin-top: 10px; background: var(--paper); color: #0a1119; animation: detailIn .55s var(--ease-command) both; }
.stage-detail-main { position: relative; padding: 38px 46px; overflow: hidden; }
.stage-detail-main > p:first-child, .stage-detail aside > p { color: #a40b4c; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.stage-detail h3 { position: relative; z-index: 1; max-width: 680px; margin: 16px 0; font: 800 clamp(34px, 3.2vw, 48px)/.95 "Arial Narrow", "Helvetica Neue", Arial, sans-serif; text-transform: uppercase; letter-spacing: -.045em; }
.stage-index { position: absolute; right: 20px; top: -35px; color: transparent; -webkit-text-stroke: 1px rgba(10,17,25,.1); font: 900 210px/.9 Arial Black, Arial; }
.detail-body { position: relative; z-index: 1; max-width: 720px; color: #4f5964; font-size: 15px; line-height: 1.5; }
.stage-signals {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  margin-top: 23px;
  border-top: 1px solid #c2beb5;
  border-left: 1px solid #c2beb5;
}
.stage-signals div { min-height: 70px; padding: 14px 16px; border-right: 1px solid #c2beb5; border-bottom: 1px solid #c2beb5; }
.stage-signals span { display: block; margin-bottom: 8px; color: #a40b4c; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.stage-signals strong { font-size: 12px; line-height: 1.35; text-transform: uppercase; }
.stage-detail aside { padding: 42px 36px; background: linear-gradient(145deg, #101927, #09111c); color: white; display: flex; flex-direction: column; justify-content: center; border-left: 4px solid var(--cyan); }
.stage-detail aside > p { color: var(--mint); }
.stage-detail aside strong { font-size: 20px; line-height: 1.42; }
.stage-detail aside > span { margin-top: 20px; color: #8f9aad; font-size: 12px; line-height: 1.5; }
.model-footer {
  display: grid;
  grid-template-columns: auto 1fr minmax(300px, .7fr);
  gap: 20px;
  align-items: center;
  padding: 13px 5px 3px;
}
.model-footer p, .model-footer strong { margin: 0; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.model-footer p { color: #677386; }
.model-footer strong { color: #aab5c4; text-align: right; }
.model-progress { height: 2px; overflow: hidden; background: #263449; }
.model-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--pink)); transform: scaleX(var(--model-progress)); transform-origin: left; }

.founder-signal {
  min-height: 720px;
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 100px;
  align-items: center;
  padding: 130px max(32px, calc((100vw - var(--content)) / 2));
  overflow: hidden;
  background: #0b111b;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.founder-signal::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background: linear-gradient(115deg, transparent 54%, rgba(31,252,239,.12) 54.2%, transparent 54.5%);
}
.founder-signal > div:not(.founder-year) { position: relative; z-index: 1; }
.founder-signal h2 { margin: 0; max-width: 720px; font-size: clamp(50px, 5.1vw, 74px); line-height: .98; }
.founder-year {
  position: absolute;
  right: -24px;
  top: -30px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.055);
  font: 900 250px/.9 Arial Black, Arial;
  letter-spacing: -.08em;
}
.founder-note { padding: 42px 0 42px 44px; border-left: 3px solid var(--pink); }
.founder-note blockquote { margin: 0; font-size: 27px; font-weight: 700; line-height: 1.35; }
.founder-note p { margin: 28px 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.founder-note span { color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.outcomes-section {
  padding: 140px max(32px, calc((100vw - var(--content)) / 2));
  background: var(--paper);
  color: #0a1119;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 100px;
}
.outcomes-sticky { position: sticky; top: 130px; align-self: start; }
.outcomes-sticky h2 { margin: 0 0 28px; font-size: clamp(45px, 4.8vw, 68px); line-height: 1; }
.outcomes-sticky > p:last-child { max-width: 450px; color: #555e69; font-size: 17px; line-height: 1.6; }
.outcome-list article { position: relative; padding: 50px 10px 52px 94px; border-top: 1px solid #b9b6ae; }
.outcome-list article:last-child { border-bottom: 1px solid #b9b6ae; }
.outcome-list span { position: absolute; left: 4px; top: 55px; color: #a40b4c; font-size: 11px; font-weight: 900; }
.outcome-list h3 { margin: 0 0 18px; font-size: 30px; text-transform: uppercase; }
.outcome-list p { margin: 0; max-width: 620px; color: #555e69; font-size: 17px; line-height: 1.6; }

.proof-section {
  padding: 145px max(32px, calc((100vw - var(--content)) / 2));
  background: #07090e;
}
.proof-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}
.proof-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -42px; }
.proof-heading h2 {
  margin: 0;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .98;
}
.proof-heading > p:last-child {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.proof-workspace { border: 1px solid #2a374d; background: #0d1420; padding: 10px; }
.proof-nav { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; }
.proof-nav button {
  min-height: 84px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #253249;
  background: #111a29;
  color: #9ea8b6;
  text-align: left;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.proof-nav button:hover { transform: translateY(-3px); color: white; border-color: #4a5f7e; }
.proof-nav button.active { background: var(--cyan); color: #071016; border-color: var(--cyan); }
.proof-nav button span { font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.proof-nav button strong { font-size: 12px; text-transform: uppercase; }
.proof-detail {
  min-height: 530px;
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  margin-top: 10px;
  animation: detailIn .4s ease both;
}
.proof-document { padding: 55px; background: var(--paper); color: #0a1119; position: relative; overflow: hidden; }
.proof-document::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -110px;
  bottom: -110px;
  border: 1px solid rgba(10,17,25,.12);
  transform: rotate(45deg);
}
.document-topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #b7b4ac;
  color: #777a7d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
.proof-note { margin: 42px 0 18px; color: #a40b4c; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.proof-document h3 { max-width: 760px; margin: 0; font-size: clamp(36px, 3.5vw, 52px); line-height: 1.02; text-transform: uppercase; }
.proof-body { max-width: 720px; margin: 23px 0 36px; color: #535c66; font-size: 17px; line-height: 1.6; }
.proof-sample { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #bbb8b0; border-left: 1px solid #bbb8b0; }
.proof-sample div {
  min-height: 82px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid #bbb8b0;
  border-bottom: 1px solid #bbb8b0;
}
.proof-sample span { color: #a40b4c; font-size: 9px; font-weight: 900; }
.proof-sample strong { font-size: 13px; text-transform: uppercase; }
.proof-detail aside { padding: 46px; background: var(--oxblood); border-left: 5px solid var(--pink); display: flex; flex-direction: column; justify-content: center; }
.proof-detail aside span { margin-bottom: 28px; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.proof-detail aside strong { font-size: 25px; line-height: 1.35; }
.proof-detail aside p { margin: 28px 0 0; font-size: 15px; line-height: 1.55; }

.experience-section {
  min-height: 760px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: stretch;
  background: #101722;
}
.experience-copy {
  padding: 120px max(50px, calc((100vw - var(--content)) / 2));
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.experience-copy h2 {
  margin: 0;
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: .98;
}
.experience-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.experience-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.experience-tags span {
  padding: 11px 13px;
  border: 1px solid #344155;
  color: #d1d8e3;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.experience-media {
  min-width: 0;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.experience-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16,23,34,.44), transparent 35%), linear-gradient(180deg, transparent 55%, rgba(7,9,14,.78));
}
.experience-media img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  display: block;
  filter: saturate(.84);
  transition: transform 1.4s cubic-bezier(.2,.7,.2,1);
}
.experience-media:hover img { transform: scale(1.035); }
.experience-media figcaption {
  position: absolute;
  z-index: 2;
  left: 45px;
  right: 45px;
  bottom: 42px;
  display: grid;
  grid-template-columns: .35fr 1fr;
  gap: 34px;
  align-items: end;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.46);
}
.experience-media figcaption span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.experience-media figcaption strong {
  max-width: 620px;
  font-size: 19px;
  line-height: 1.35;
  text-transform: uppercase;
}

.system-section {
  min-height: 340vh;
  position: relative;
  padding: 0 max(32px, calc((100vw - var(--content)) / 2));
}
.system-sticky {
  min-height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 92px 0 42px;
  overflow: hidden;
}
.system-title { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.system-title .eyebrow { grid-column: 1 / -1; margin-bottom: -45px; }
.system-title h2 { margin: 0; font-size: clamp(50px, 5vw, 74px); line-height: 1; }
.system-title > p:last-child { margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.production-board {
  min-height: 420px;
  display: grid;
  grid-template-columns: .75fr .2fr 1.4fr;
  align-items: center;
  padding: 46px;
  border: 1px solid var(--line);
  background: #0d1420;
  position: relative;
  overflow: hidden;
}
.production-board::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; }
.board-origin, .board-output { position: relative; z-index: 1; }
.board-origin {
  padding: 40px;
  background: var(--oxblood);
  border-left: 5px solid var(--pink);
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: none;
}
.board-origin span { font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.board-origin strong { font: 900 35px/1.15 Arial Black, Arial; text-transform: uppercase; }
.board-line { display: flex; align-items: center; position: relative; z-index: 1; }
.board-line::before { content: ""; height: 2px; width: 100%; background: var(--cyan); }
.board-line i { position: absolute; width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; }
.board-line i:nth-child(1) { left: 20%; }.board-line i:nth-child(2) { left: 50%; }.board-line i:nth-child(3) { left: 80%; }
.board-output { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #30405a; }
.board-output div {
  min-height: 135px;
  padding: 24px 26px;
  border-right: 1px solid #30405a;
  border-bottom: 1px solid #30405a;
  background: rgba(14,25,40,.92);
  opacity: .33;
  transition: opacity .35s ease, background .35s ease, transform .35s ease;
}
.board-output div.active {
  opacity: 1;
  background: #14283a;
  transform: translateY(-5px);
  box-shadow: inset 4px 0 0 var(--cyan);
}
.board-output div:nth-child(2n) { border-right: 0; }
.board-output div:nth-child(n+3) { border-bottom: 0; }
.board-output span { display: block; color: var(--cyan); font-size: 9px; font-weight: 900; margin-bottom: 25px; }
.board-output strong { text-transform: uppercase; font-size: 18px; }
.board-output p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.system-output {
  margin-top: 16px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: .3fr 1fr;
  gap: 35px;
  align-items: center;
  border-left: 3px solid var(--cyan);
  background: #101927;
  animation: detailIn .35s ease both;
}
.system-output span { color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.system-output strong { font-size: 15px; line-height: 1.45; }
.system-progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  color: #7f8b9d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
.system-progress i {
  height: 2px;
  position: relative;
  overflow: hidden;
  background: #263348;
}
.system-progress b {
  position: absolute;
  inset: 0;
  background: var(--cyan);
  transform: scaleX(var(--system-progress));
  transform-origin: left;
}

.difference-section { padding: 140px max(32px, calc((100vw - var(--content)) / 2)); background: var(--paper); color: #0a1119; }
.difference-title { margin-bottom: 70px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.difference-title h2 { margin: 0; max-width: 900px; font-size: clamp(50px, 5.4vw, 76px); line-height: .98; }
.difference-spread { display: grid; grid-template-columns: 1fr 80px 1fr; min-height: 410px; }
.difference-spread > div:not(.versus) { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.traditional { background: #d7d3ca; }
.expight { background: #0a1119; color: white; }
.difference-spread span { display: block; margin-bottom: 40px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; color: #7e8287; }
.expight span { color: var(--mint); }
.difference-spread p { margin: 0; padding: 20px 0; border-top: 1px solid rgba(80,80,80,.25); font-size: 19px; font-weight: 800; }
.expight p { border-color: rgba(255,255,255,.16); }
.versus { background: var(--cyan); writing-mode: vertical-rl; display: flex; align-items: center; justify-content: center; font-weight: 900; letter-spacing: .2em; }
.specialist-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid #b9b6ae;
  border-left: 1px solid #b9b6ae;
  margin-top: 70px;
}
.specialist-strip > div { min-height: 245px; padding: 30px; border-right: 1px solid #b9b6ae; border-bottom: 1px solid #b9b6ae; }
.specialist-strip span { color: #a40b4c; font-size: 9px; font-weight: 900; }
.specialist-strip strong { display: block; margin: 55px 0 16px; font-size: 16px; line-height: 1.3; text-transform: uppercase; }
.specialist-strip p { margin: 0; color: #555e69; font-size: 14px; line-height: 1.55; }

.process-section { padding: 150px max(32px, calc((100vw - var(--content)) / 2)); }
.process-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 70px; margin-bottom: 80px; }
.process-heading h2 { margin: 0; font-size: clamp(50px, 5vw, 72px); line-height: 1; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { min-height: 170px; display: grid; grid-template-columns: 90px .7fr 1fr; gap: 35px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.process-list article:hover { padding: 0 24px; background: #0d1420; }
.process-list span { color: var(--cyan); font-size: 11px; font-weight: 900; }
.process-list h3 { margin: 0; font-size: 26px; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }

.contact-section { position: relative; min-height: 670px; padding: 130px max(32px, calc((100vw - 900px) / 2)); background: var(--cyan); color: #061319; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.contact-section .eyebrow { color: #07505a; }
.contact-section h2 { position: relative; z-index: 1; margin: 0; font-size: clamp(55px, 6vw, 88px); line-height: .96; }
.contact-section > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 690px; margin: 32px auto 38px; font-size: 18px; line-height: 1.6; }
.contact-section .button { position: relative; z-index: 1; }
.contact-steps {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin: 0 auto 36px;
  border-top: 1px solid rgba(6,19,25,.35);
  border-bottom: 1px solid rgba(6,19,25,.35);
}
.contact-steps span { padding: 18px 12px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.contact-steps span + span { border-left: 1px solid rgba(6,19,25,.35); }
.contact-steps b { margin-right: 8px; color: #9a0f4a; }
.contact-mark { position: absolute; width: 400px; height: 400px; right: 40px; top: -30px; opacity: .1; transform: rotate(4deg); }
.contact-mark i, .contact-mark b { left: 190px; top: 10px; width: 40px; height: 380px; background: #061319; }

footer {
  min-height: 360px;
  padding: 72px max(32px, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: 1.35fr .75fr .85fr .65fr;
  gap: 68px;
  align-items: start;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(31,252,239,.04), transparent 38%),
    #07090e;
}
.footer-intro > p {
  max-width: 360px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.footer-column, .footer-end { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.footer-column strong {
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.footer-column a, .footer-column span, .footer-end a, .footer-end span {
  color: #9ba5b5;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.footer-column a:hover, .footer-end a:hover { color: white; }
.footer-end { align-items: flex-end; text-align: right; }
.footer-end span { margin-top: auto; color: #606b7b; }
.mobile-cta { display: none; }

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

@keyframes detailIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero-media { transform: none !important; }
  .hero-photo img, .experience-media img { transform: none !important; }
}

@media (max-width: 1050px) {
  .site-header { height:72px; grid-template-columns: 1fr auto auto; gap: 14px; background: rgba(7,9,14,.96); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.1); }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .site-header nav {
    display: flex;
    position: fixed;
    z-index: 49;
    top: calc(var(--expight-admin-offset, 0px) + 72px);
    left: 0;
    right: 0;
    padding: 22px max(24px, calc((100vw - var(--content)) / 2)) 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(7,9,14,.99);
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 28px 60px rgba(0,0,0,.42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .22s ease, transform .32s var(--ease-command), visibility .22s ease;
  }
  .site-header.is-menu-open nav { opacity:1; visibility:visible; transform:translateY(0); pointer-events:auto; }
  .site-header nav a { display:flex; align-items:center; min-height:54px; border-bottom:1px solid rgba(255,255,255,.09); font-size:12px; }
  .site-header nav a::after { content:'↗'; margin-left:auto; color:var(--mint); }
  .site-header nav .mobile-nav-cta { display:flex; justify-content:center; margin-top:18px; border:1px solid var(--mint); background:var(--mint); color:#06100c; }
  .site-header nav .mobile-nav-cta::after { color:#06100c; }
  .site-header > .button { justify-self:end; }

  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 170px; padding-bottom: 110px; background-attachment: scroll; }
  .hero-copy, .hero-media { position: relative; top: auto; }
  .hero-media { max-width: 760px; width: 100%; transform: none; }
  .section-intro, .model-heading, .system-title, .proof-heading { grid-template-columns: 1fr; }
  .section-intro .eyebrow, .system-title .eyebrow, .proof-heading .eyebrow { margin-bottom: -20px; }
  .model-section { min-height: auto; }
  .model-sticky { position: static; min-height: auto; padding-top: 130px; padding-bottom: 130px; overflow: visible; }
  .model-thesis { max-width: 720px; }
  .model-footer { grid-template-columns: auto 1fr; }
  .model-footer strong { grid-column: 1 / -1; text-align: left; }
  .founder-signal { grid-template-columns: 1fr; gap: 52px; min-height: auto; }
  .outcomes-section { grid-template-columns: 1fr; gap: 50px; }
  .outcomes-sticky { position: static; }
  .experience-section { grid-template-columns: 1fr; }
  .experience-copy { padding: 110px max(32px, calc((100vw - var(--content)) / 2)); }
  .experience-media img { min-height: 600px; }
  .stage-rail { grid-template-columns: repeat(4, 1fr); }
  .stage-detail { grid-template-columns: 1fr; }
  .proof-detail { grid-template-columns: 1fr; }
  .specialist-strip { grid-template-columns: 1fr 1fr; }
  .system-section { min-height: auto; padding-top: 120px; padding-bottom: 120px; }
  .system-sticky { position: static; min-height: auto; padding: 0; overflow: visible; }
  .production-board { grid-template-columns: 1fr; gap: 30px; }
  .board-line { height: 50px; transform: rotate(90deg); justify-self: center; width: 50px; }
  .board-output div { opacity: 1; transform: none; }
  .system-progress { display: none; }
  footer { grid-template-columns: 1.25fr 1fr; }
  .footer-end { align-items: flex-start; text-align: left; }
}

@media (min-width: 1051px) and (max-height: 820px) {
  .hero-copy { top: 112px; }
  .hero-media { top: 94px; min-height: 540px; }
  .hero h1 { font-size: clamp(54px, 5.55vw, 82px); }
  .hero-lede { margin-top: 24px; font-size: 17px; line-height: 1.5; }
  .button-row { margin-top: 24px; }
  .model-sticky { padding-top: 82px; padding-bottom: 18px; }
  .model-heading { margin-bottom: 22px; }
  .model-heading .eyebrow { margin-bottom: 14px; }
  .model-heading h2 { font-size: clamp(38px, 3.8vw, 56px); }
  .stage-rail button { min-height: 78px; padding: 11px; }
  .stage-rail button span { margin-bottom: 11px; }
  .stage-detail { min-height: 305px; }
  .stage-detail-main { padding: 28px 38px; }
  .stage-detail h3 { font-size: 36px; margin: 12px 0; }
  .detail-body { margin: 10px 0; font-size: 14px; }
  .stage-signals { margin-top: 14px; }
  .stage-signals div { min-height: 58px; padding: 10px 13px; }
  .stage-detail aside { padding: 30px; }
  .stage-detail aside strong { font-size: 18px; }
  .system-sticky { padding-top: 78px; padding-bottom: 20px; }
  .system-title { margin-bottom: 28px; }
  .system-title .eyebrow { margin-bottom: -30px; }
  .system-title h2 { font-size: 52px; }
  .production-board { min-height: 340px; padding: 30px; }
  .board-origin { min-height: 220px; padding: 30px; }
  .board-output div { min-height: 110px; padding: 18px 22px; }
  .board-output span { margin-bottom: 15px; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; padding: 0 16px; grid-template-columns: 1fr auto; gap: 12px; }
  .site-header > .button, .site-header > .strategy-back { display: none; }
  .brand { min-width: 0; }
  .brand-logo { width: min(164px, 55vw); }
  .menu-toggle { width: 42px; height: 42px; }
  .site-header nav { top: calc(var(--expight-admin-offset, 0px) + 68px); padding: 14px 20px 24px; max-height: calc(100dvh - var(--expight-admin-offset, 0px) - 68px); overflow-y:auto; }
  .hero, .problem-section, .model-section, .outcomes-section, .proof-section, .system-section, .difference-section, .process-section { padding-left: 20px; padding-right: 20px; }
  .hero { min-height: auto; padding-bottom: 100px; gap: 60px; }
  .hero h1 { font-size: 50px; }
  .hero-lede { font-size: 17px; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .hero-media { min-height: 520px; padding: 10px; }
  .hero-photo { inset: 10px; }
  .hero-media-index { left: 28px; right: 28px; bottom: 64px; display: block; }
  .hero-media-index strong { display: block; margin-top: 12px; text-align: left; }
  .hero-media-tabs { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr 1fr; height: 64px; }
  .hero-media-tabs span { min-height: 32px; }
  .signal-layer { left: 20px; right: 20px; }
  .signal-bridge { left: 30px; right: 30px; flex-wrap: wrap; gap: 10px; }
  .signal-bridge i { display: none; }
  .section-intro { gap: 35px; }
  .section-intro h2, .model-heading h2, .proof-heading h2, .system-title h2, .difference-title h2, .process-heading h2 { font-size: 42px; }
  .signal-comparison { grid-template-columns: 1fr; }
  .signal-comparison > div { padding: 32px 24px; }
  .stage-rail { grid-template-columns: 1fr 1fr; }
  .stage-rail button { min-height: 88px; }
  .cycle-orbit { grid-template-columns: auto 1fr auto; height: auto; min-height: 42px; }
  .cycle-orbit span:nth-of-type(2), .cycle-orbit span:nth-of-type(3), .cycle-orbit i:nth-of-type(2), .cycle-orbit i:nth-of-type(3) { display: none; }
  .stage-detail-main, .stage-detail aside { padding: 35px 25px; }
  .stage-detail h3 { font-size: 37px; }
  .stage-signals { grid-template-columns: 1fr; }
  .model-sticky { padding: 100px 20px; }
  .model-heading { gap: 30px; margin-bottom: 42px; }
  .model-heading h2 { font-size: 42px; }
  .model-thesis { padding-left: 18px; }
  .model-footer { grid-template-columns: 1fr; }
  .model-progress { order: 3; }
  .founder-signal { padding: 100px 20px; gap: 40px; }
  .founder-signal h2 { font-size: 42px; }
  .founder-note { padding: 30px 0 30px 24px; }
  .founder-note blockquote { font-size: 23px; }
  .founder-year { font-size: 130px; right: -5px; top: 8px; }
  .proof-section { padding-top: 100px; padding-bottom: 100px; }
  .proof-heading { gap: 32px; margin-bottom: 45px; }
  .proof-nav { grid-template-columns: 1fr 1fr; }
  .proof-nav button { min-height: 72px; padding: 14px; }
  .proof-document { padding: 30px 22px; }
  .proof-document h3 { font-size: 33px; }
  .proof-sample { grid-template-columns: 1fr; }
  .proof-detail aside { padding: 36px 24px; }
  .outcomes-section { padding-top: 100px; padding-bottom: 100px; }
  .outcome-list article { padding-left: 52px; }
  .experience-section { min-height: auto; }
  .experience-copy { padding: 100px 20px 70px; }
  .experience-copy h2 { font-size: 42px; }
  .experience-media img { min-height: 520px; }
  .experience-media figcaption { left: 24px; right: 24px; bottom: 28px; grid-template-columns: 1fr; gap: 12px; }
  .production-board { padding: 24px; }
  .system-output { grid-template-columns: 1fr; gap: 10px; }
  .board-output { grid-template-columns: 1fr; }
  .board-output div, .board-output div:nth-child(2n), .board-output div:nth-child(n+3) { border-right: 0; border-bottom: 1px solid #30405a; }
  .board-output div:last-child { border-bottom: 0; }
  .difference-title { align-items: flex-start; flex-direction: column; }
  .difference-spread { grid-template-columns: 1fr; }
  .specialist-strip { grid-template-columns: 1fr; margin-top: 45px; }
  .specialist-strip > div { min-height: auto; }
  .specialist-strip strong { margin-top: 32px; }
  .versus { writing-mode: horizontal-tb; height: 60px; }
  .process-heading { grid-template-columns: 1fr; }
  .process-list article { grid-template-columns: 40px 1fr; gap: 18px; padding: 30px 0; }
  .process-list article p { grid-column: 2; }
  .process-list i { display: none; }
  .contact-section { padding-left: 20px; padding-right: 20px; min-height: 600px; }
  .contact-section h2 { font-size: 48px; }
  .contact-steps { grid-template-columns: 1fr; }
  .contact-steps span + span { border-left: 0; border-top: 1px solid rgba(6,19,25,.35); }
  .contact-mark { width: 250px; height: 250px; right: 25px; top: 5px; }
  .contact-mark i, .contact-mark b { left: 115px; width: 28px; height: 235px; }
  footer { grid-template-columns: 1fr; gap: 45px; padding: 65px 20px; }
  .footer-end { align-items: flex-start; text-align: left; }
  .mobile-cta {
    display: flex;
    position: fixed;
    z-index: 60;
    left: 14px;
    right: 14px;
    bottom: 12px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    background: var(--mint);
    color: #06100c;
    box-shadow: 0 12px 38px rgba(0,0,0,.36);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity .35s ease, transform .45s var(--ease-command);
  }
  .mobile-cta.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
  footer { padding-bottom: 120px; }
}



/* v1.1.6 mobile typography and brand-experience alignment */
@media (max-width: 720px) {
  /* Android browsers render transparent text-stroke inconsistently at smaller sizes.
     Use solid accent text on mobile while retaining the outlined treatment on larger screens. */
  .hero h1 {
    font-size: clamp(46px, 12.4vw, 52px);
    line-height: .96;
    letter-spacing: -.04em;
  }
  .hero h1 span {
    display: block;
    margin-top: .05em;
    color: var(--cyan);
    -webkit-text-stroke: 0;
    text-shadow: none;
  }
  .model-heading h2 {
    font-size: clamp(39px, 10.8vw, 44px);
    line-height: 1;
    letter-spacing: -.04em;
  }
  .model-heading h2 span {
    display: block;
    margin-top: .08em;
    color: #b7c2cc;
    -webkit-text-stroke: 0;
    text-shadow: none;
  }

  /* Keep the changing Brand Experience headline completely above the two-row tab grid. */
  .hero-media {
    min-height: 560px;
  }
  .hero-media-index {
    left: 28px;
    right: 28px;
    bottom: 96px;
    padding: 18px 0 10px;
  }
  .hero-media-index strong {
    max-width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.22;
  }
  .hero-media-tabs {
    height: 72px;
  }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 45px; }
  .model-heading h2 { font-size: 38px; }
  .hero-media { min-height: 540px; }
  .hero-media-index { bottom: 94px; }
}

/* --------------------------------------------------------------------------
   Field Journal — individual article template (v1.0.4)
   -------------------------------------------------------------------------- */
.single-journal-page {
  min-height: 100vh;
  background: var(--ink);
  color: var(--white);
}
.single-post-header {
  background: rgba(7, 9, 14, .96);
  border-color: rgba(255,255,255,.1);
}
.single-post-header nav a.active { color: var(--cyan); }
.single-article {
  min-height: 100vh;
  background:
    radial-gradient(circle at 84% 8%, rgba(31,252,239,.08), transparent 27%),
    var(--ink);
}
.single-article-hero {
  padding: 178px max(32px, calc((100vw - var(--content)) / 2)) 74px;
  border-bottom: 1px solid var(--line);
}
.single-article-hero-inner {
  max-width: 1040px;
}
.single-article-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: #aeb9ca;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .2s ease, transform .2s ease;
}
.single-article-back:hover { color: var(--cyan); transform: translateX(-3px); }
.single-article-meta { margin-bottom: 25px; color: #9eabbc; }
.single-article-meta span:first-child { color: var(--cyan); }
.single-article-hero h1 {
  max-width: 1080px;
  margin: 0;
  color: var(--white);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(50px, 5.8vw, 88px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.06em;
  text-transform: uppercase;
  text-wrap: balance;
}
.single-article-feature {
  max-width: 1200px;
  margin: 64px 0 0;
  aspect-ratio: 16 / 8.6;
  overflow: hidden;
  border: 1px solid #2b3a51;
  background: #0d1420;
}
.single-article-feature-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-article-body {
  padding: 88px max(32px, calc((100vw - 860px) / 2)) 100px;
}
.expight-article-content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  color: #d8e0eb;
  font-size: 17px;
  line-height: 1.78;
  overflow-wrap: anywhere;
}
.expight-article-content > :first-child { margin-top: 0 !important; }
.expight-article-content > :last-child { margin-bottom: 0 !important; }
.expight-article-content p,
.expight-article-content li,
.expight-article-content dd,
.expight-article-content figcaption {
  color: #c8d2df !important;
}
.expight-article-content p {
  margin: 0 0 24px;
}
.expight-article-content h2,
.expight-article-content h3,
.expight-article-content h4,
.expight-article-content h5,
.expight-article-content h6 {
  color: var(--white) !important;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-wrap: balance;
}
.expight-article-content h2 {
  margin: 78px 0 24px;
  padding-top: 8px;
  font-size: clamp(34px, 4.1vw, 54px);
}
.expight-article-content h3 {
  margin: 44px 0 16px;
  font-size: clamp(24px, 2.8vw, 34px);
}
.expight-article-content h4 { margin: 34px 0 14px; font-size: 22px; }
.expight-article-content strong,
.expight-article-content b { color: #f4f7fb !important; }
.expight-article-content a {
  color: var(--cyan) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.expight-article-content a:hover { color: var(--mint) !important; }
.expight-article-content ul,
.expight-article-content ol {
  margin: 20px 0 32px;
  padding-left: 27px;
}
.expight-article-content li { margin: 9px 0; padding-left: 4px; }
.expight-article-content li::marker { color: var(--rose); font-weight: 900; }
.expight-article-content blockquote {
  margin: 38px 0;
  padding: 6px 0 6px 24px;
  border-left: 3px solid var(--rose);
  color: #e2e8f1;
  font-size: 21px;
  line-height: 1.5;
}
.expight-article-content blockquote p { color: #e2e8f1 !important; margin: 0; }
.expight-article-content hr {
  margin: 62px 0;
  border: 0;
  border-top: 1px solid #334158;
}
.expight-article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.expight-article-content figure {
  margin: 48px 0;
}
.expight-article-content figcaption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.55;
}
.expight-table-scroll {
  width: 100%;
  margin: 34px 0 44px;
  overflow-x: auto;
  border: 1px solid #536177;
  scrollbar-color: var(--cyan) #0d1420;
  -webkit-overflow-scrolling: touch;
}
.expight-table-scroll:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.expight-table-scroll table {
  width: 100%;
  min-width: 680px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  background: #0b1019;
}
.expight-table-scroll th,
.expight-table-scroll td {
  padding: 15px 16px !important;
  border: 1px solid #536177 !important;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.55;
}
.expight-table-scroll th {
  background: var(--paper) !important;
  color: #111823 !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
}
.expight-table-scroll td { background: #0b1019 !important; color: #d5deea !important; }
.expight-table-scroll td p,
.expight-table-scroll td li,
.expight-table-scroll td strong { color: inherit !important; }

/* Imported editorial drafts use several different names for light note panels.
   These rules preserve dark copy inside those light surfaces while the rest of
   the article uses high-contrast light text on the dark theme. */
.expight-article-content :is(
  [class*="callout" i],
  [class*="editorial-note" i],
  [class*="scenario" i],
  [class*="policy" i],
  [class*="fit-card" i],
  [class*="summary-box" i],
  [class*="playbook-box" i],
  .has-white-background-color,
  .has-paper-background-color,
  [style*="background:#f2f0ea" i],
  [style*="background: #f2f0ea" i],
  [style*="background-color:#f2f0ea" i],
  [style*="background-color: #f2f0ea" i],
  [style*="background:#fff" i],
  [style*="background: #fff" i],
  [style*="background:#ffffff" i],
  [style*="background: #ffffff" i],
  [style*="background-color:#fff" i],
  [style*="background-color: #fff" i],
  [style*="background-color:#ffffff" i],
  [style*="background-color: #ffffff" i]
) {
  color: #121923 !important;
}
.expight-article-content :is(
  [class*="callout" i],
  [class*="editorial-note" i],
  [class*="scenario" i],
  [class*="policy" i],
  [class*="fit-card" i],
  [class*="summary-box" i],
  [class*="playbook-box" i],
  .has-white-background-color,
  .has-paper-background-color,
  [style*="background:#f2f0ea" i],
  [style*="background: #f2f0ea" i],
  [style*="background-color:#f2f0ea" i],
  [style*="background-color: #f2f0ea" i],
  [style*="background:#fff" i],
  [style*="background: #fff" i],
  [style*="background:#ffffff" i],
  [style*="background: #ffffff" i],
  [style*="background-color:#fff" i],
  [style*="background-color: #fff" i],
  [style*="background-color:#ffffff" i],
  [style*="background-color: #ffffff" i]
) :is(p, li, strong, b, h2, h3, h4, h5, h6, span, small) {
  color: #121923 !important;
}
.single-article-exit {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px 90px;
}
.single-article-exit a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b7c1cf;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.single-article-exit a:hover { color: var(--cyan); }
.single-article-cta {
  padding: 110px max(32px, calc((100vw - 900px) / 2));
  border-top: 1px solid var(--line);
  background: #0d1420;
  text-align: center;
}
.single-article-cta h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 5vw, 72px);
  line-height: .96;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.single-article-cta > p:not(.eyebrow) {
  max-width: 660px;
  margin: 26px auto 34px;
  color: #aeb8c7;
  font-size: 17px;
  line-height: 1.65;
}
.single-post-footer { margin-top: 0; }

@media (max-width: 782px) {
  .single-article-hero { padding-top: 156px; }
}
@media (max-width: 720px) {
  .single-article-hero {
    padding: 132px 20px 56px;
  }
  .single-article-back { margin-bottom: 32px; }
  .single-article-meta { gap: 7px 12px; }
  .single-article-meta span + span::before { margin-right: 12px; }
  .single-article-hero h1 {
    font-size: clamp(40px, 11vw, 52px);
    line-height: .94;
  }
  .single-article-feature { margin-top: 42px; aspect-ratio: 4 / 3; }
  .single-article-body { padding: 62px 20px 72px; }
  .expight-article-content { font-size: 16px; line-height: 1.72; }
  .expight-article-content h2 { margin-top: 60px; font-size: 34px; }
  .expight-article-content h3 { margin-top: 38px; font-size: 25px; }
  .expight-article-content blockquote { padding-left: 18px; font-size: 18px; }
  .expight-table-scroll { margin-left: 0; margin-right: 0; }
  .single-article-exit { padding: 0 20px 72px; }
  .single-article-cta { padding: 82px 20px; }
  .single-article-cta h2 { font-size: 36px; }
}
.expight-article-content .expight-light-panel,
.expight-article-content .expight-light-panel :is(p, li, strong, b, h2, h3, h4, h5, h6, span, small, figcaption) {
  color: #121923 !important;
}


/* --------------------------------------------------------------------------
   Field Journal article reliability pass (v1.0.4)
   -------------------------------------------------------------------------- */
/* Imported drafts can carry inline colour values from their source. The
   theme-owned single template is authoritative for article readability. */
.single-journal-page .expight-article-content {
  color: #d7dfeb;
}
.single-journal-page .expight-article-content > p,
.single-journal-page .expight-article-content > ul,
.single-journal-page .expight-article-content > ol,
.single-journal-page .expight-article-content > blockquote,
.single-journal-page .expight-article-content > figure,
.single-journal-page .expight-article-content > .wp-block-group,
.single-journal-page .expight-article-content > .wp-block-columns {
  width: 100%;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Any Gutenberg group that explicitly carries a background is treated as an
   editorial surface in these three recovered posts. The PHP renderer also
   adds .expight-light-panel after checking inline background luminance. */
.single-journal-page .expight-article-content :is(
  .expight-light-panel,
  .wp-block-group.has-background,
  .wp-block-column.has-background,
  .wp-block-media-text.has-background,
  .wp-block-columns.has-background
) {
  color: #17212b !important;
  color-scheme: light;
}
.single-journal-page .expight-article-content :is(
  .expight-light-panel,
  .wp-block-group.has-background,
  .wp-block-column.has-background,
  .wp-block-media-text.has-background,
  .wp-block-columns.has-background
) :is(p, li, dd, strong, b, em, a, span, small, figcaption, h2, h3, h4, h5, h6) {
  color: #17212b !important;
  opacity: 1 !important;
}
.single-journal-page .expight-article-content :is(
  .expight-light-panel,
  .wp-block-group.has-background,
  .wp-block-column.has-background,
  .wp-block-media-text.has-background,
  .wp-block-columns.has-background
) a {
  color: #005c68 !important;
}
.single-journal-page .expight-article-content .expight-light-panel {
  padding: clamp(22px, 3vw, 34px);
  border-left: 4px solid var(--rose);
}
.single-journal-page .expight-article-content .expight-light-panel > :first-child {
  margin-top: 0 !important;
}
.single-journal-page .expight-article-content .expight-light-panel > :last-child {
  margin-bottom: 0 !important;
}
.single-journal-page .expight-article-content .expight-light-panel :is(p, li) {
  font-size: max(15px, .94em);
  line-height: 1.65;
}

/* Keep the WordPress admin toolbar from visually colliding with the fixed
   article navigation when previewing drafts while logged in. */
body.admin-bar.single-post .single-article-hero {
  padding-top: 198px;
}
@media (max-width: 782px) {
  body.admin-bar.single-post .single-article-hero { padding-top: 176px; }
}
@media (max-width: 720px) {
  body.admin-bar.single-post .single-article-hero { padding-top: 152px; }
}


/* Field Journal card interaction improvement (v1.0.5)
   Entire article rows and the selected preview are native links. */

.footer-brand .brand-logo { width: min(238px, 78vw); }
.strategy-footer .footer-brand .brand-logo { width: min(210px, 72vw); }
@media (max-width:720px){
  .footer-brand .brand-logo, .strategy-footer .footer-brand .brand-logo { width:min(210px,72vw); }
}

/* v1.0.8 mobile header and admin-toolbar refinements */
.brand-logo {
  background: transparent;
}

/* Provide a no-JavaScript fallback for WordPress's standard toolbar heights.
   JavaScript replaces this value with the toolbar's actual visible overlap. */
body.admin-bar { --expight-admin-offset: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar { --expight-admin-offset: 46px; }
}

@media (max-width: 1050px) {
  .site-header { top: var(--expight-admin-offset, 0px); }
  .site-header nav {
    top: calc(var(--expight-admin-offset, 0px) + 72px);
    max-height: calc(100dvh - var(--expight-admin-offset, 0px) - 72px);
  }
}
@media (max-width: 720px) {
  .site-header { top: var(--expight-admin-offset, 0px); }
  .site-header nav {
    top: calc(var(--expight-admin-offset, 0px) + 68px);
    max-height: calc(100dvh - var(--expight-admin-offset, 0px) - 68px);
  }
}


/* v1.1.0 — corrected direct raster wordmark extraction.
   The asset is the supplied artwork with its black matte removed and
   foreground pixels correctly unpremultiplied for dark surfaces. */
.brand-logo {
  opacity: 1;
  filter: none;
}

/* v1.1.0 production hardening */
.article-meta {
  color: #4f5963;
  font-size: 10px;
}
.single-article-meta { color: #aeb8c8; }
.single-article-meta a { color: inherit; text-decoration: underline; text-decoration-color: rgba(255,255,255,.34); text-underline-offset: 3px; }
.single-article-meta a:hover { color: #fff; }
.footer-end span { color: #919cad; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.footer-legal a { color: #aab4c4; }
.strategy-footer > .footer-legal { justify-self: end; }
.form-privacy-notice { max-width: 680px; margin-inline: auto !important; }
.form-privacy-notice a { color: #4f5963; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.journal-visual-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.mobile-cta { bottom: max(12px, env(safe-area-inset-bottom)); }
@media (max-width: 720px) {
  .strategy-footer > .footer-legal { justify-self: start; }
}
.journal-feature-link { color: inherit; text-decoration: none; }
.journal-feature-link:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
.journal-feature-link:hover .journal-read-link { background: #182234; transform: translateY(-2px); }
@media (min-width: 781px) {
  .strategy-footer { grid-template-columns: auto minmax(220px, 1fr) auto auto; }
}


/* Canonical legal pages */
.legal-page { min-height:100vh; background:var(--ink); color:var(--white); }
.legal-page .site-header { background:rgba(7,9,14,.97); border-color:rgba(255,255,255,.1); }
.legal-hero {
  padding:190px max(32px, calc((100vw - 1040px) / 2)) 74px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 84% 10%, rgba(31,252,239,.10), transparent 36%),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size:100% 100%, 80px 80px;
}
.legal-hero h1 { max-width:860px; margin:0; font-size:clamp(52px,7vw,90px); line-height:.92; letter-spacing:-.055em; text-transform:uppercase; }
.legal-hero > p:not(.eyebrow) { max-width:720px; margin:32px 0 0; color:#b8c2d1; font-size:clamp(17px,2vw,21px); line-height:1.65; }
.legal-meta { display:flex; flex-wrap:wrap; gap:12px 28px; margin-top:34px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); color:#9ba6b7; font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.legal-layout { max-width:1040px; margin:0 auto; padding:80px 32px 110px; display:grid; grid-template-columns:250px minmax(0,1fr); gap:72px; align-items:start; }
.legal-toc { position:sticky; top:112px; padding-top:18px; border-top:2px solid var(--mint); }
.legal-toc strong { display:block; margin-bottom:18px; color:var(--mint); font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.legal-toc a { display:block; padding:8px 0; color:#aeb8c7; font-size:13px; line-height:1.35; }
.legal-toc a:hover { color:#fff; }
.legal-content { min-width:0; }
.legal-content section { padding:0 0 42px; margin:0 0 42px; border-bottom:1px solid rgba(255,255,255,.1); scroll-margin-top:110px; }
.legal-content section:last-child { margin-bottom:0; border-bottom:0; }
.legal-content h2 { margin:0 0 18px; font-size:clamp(25px,3vw,38px); line-height:1.05; letter-spacing:-.035em; text-transform:uppercase; }
.legal-content h3 { margin:28px 0 10px; font-size:18px; line-height:1.3; }
.legal-content p, .legal-content li { color:#bac4d2; font-size:16px; line-height:1.78; }
.legal-content p { margin:0 0 16px; }
.legal-content ul { margin:14px 0 18px; padding-left:22px; }
.legal-content li { margin-bottom:9px; }
.legal-content a { color:var(--mint); text-decoration:underline; text-underline-offset:3px; }
.legal-callout { margin:26px 0 0; padding:22px 24px; background:#101d25; border-left:3px solid var(--rose); }
.legal-callout p { margin:0; color:#e8eef2; }
.legal-contact { padding:28px; background:#101d25; border:1px solid #253247; }
.legal-contact .button { margin-top:12px; text-decoration:none; color:#06100c; }
.strategy-page > .site-footer, .thank-page > .site-footer { margin-top:0; }
@media(max-width:800px){
  .legal-hero { padding:142px 20px 52px; }
  .legal-hero h1 { font-size:48px; }
  .legal-layout { grid-template-columns:1fr; gap:38px; padding:54px 20px 90px; }
  .legal-toc { position:static; }
}
@media(max-width:520px){
  .legal-hero h1 { font-size:40px; }
  .legal-content p, .legal-content li { font-size:15px; }
}


/* v1.1.2 canonical general contact page */
.contact-layout {
  max-width:1040px;
  margin:0 auto;
  padding:80px 32px 110px;
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  gap:72px;
  align-items:start;
}
.contact-intro { position:sticky; top:112px; }
.contact-intro h2 { margin:10px 0 18px; font-size:clamp(32px,4vw,52px); line-height:1; letter-spacing:-.045em; text-transform:uppercase; }
.contact-intro p { color:#bac4d2; font-size:16px; line-height:1.72; }
.contact-intro .text-link { display:inline-flex; margin-top:14px; }
.contact-form-card { padding:clamp(24px,4vw,42px); background:#101d25; border:1px solid #253247; }
.contact-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px 18px; }
.contact-field { display:flex; flex-direction:column; gap:8px; min-width:0; }
.contact-field--wide { grid-column:1/-1; }
.contact-field label { color:#eef3f7; font-size:11px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.contact-field input,
.contact-field select,
.contact-field textarea {
  width:100%;
  min-height:52px;
  padding:13px 14px;
  border:1px solid #405066;
  border-radius:0;
  background:#070b11;
  color:#fff;
  font:inherit;
  line-height:1.45;
}
.contact-field textarea { min-height:190px; resize:vertical; }
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus { outline:3px solid rgba(31,252,239,.28); border-color:var(--cyan); }
.contact-field small { color:#9faabb; font-size:12px; line-height:1.5; }
.contact-form .button { grid-column:1/-1; justify-self:start; border:0; cursor:pointer; }
.contact-form-notice { grid-column:1/-1; margin:0; color:#aeb8c7; font-size:12px; line-height:1.65; }
.contact-form-notice a { color:var(--mint); text-decoration:underline; text-underline-offset:3px; }
.contact-status { margin:0 0 24px; padding:16px 18px; border-left:3px solid var(--mint); background:#07120f; color:#dffdf2; line-height:1.6; }
.contact-status--error { border-color:var(--rose); background:#1b0a10; color:#ffe7ed; }
.contact-honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
@media(max-width:800px){
  .contact-layout { grid-template-columns:1fr; gap:38px; padding:54px 20px 90px; }
  .contact-intro { position:static; }
}
@media(max-width:560px){
  .contact-form { grid-template-columns:1fr; }
  .contact-field--wide { grid-column:auto; }
  .contact-form .button,.contact-form-notice { grid-column:auto; }
  .contact-form-card { padding:22px 18px; }
}

/* v1.1.5 final production hardening */
.footer-consent-link {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aab4c4;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}
.footer-consent-link:hover,
.footer-consent-link:focus-visible { color: #fff; outline: 2px solid var(--cyan); outline-offset: 4px; }

.analytics-consent {
  position: fixed;
  z-index: 99990;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: min(520px, calc(100vw - 36px));
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 22px;
  align-items: end;
  border: 1px solid #33435b;
  border-left: 4px solid var(--mint);
  background: #0b111b;
  color: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.55);
}
.analytics-consent[hidden] { display: none; }
.analytics-consent strong { display:block; margin-bottom:8px; font-size:16px; }
.analytics-consent p { margin:0 0 8px; color:#b8c2d1; font-size:14px; line-height:1.55; }
.analytics-consent a { color:var(--mint); font-size:13px; font-weight:800; text-decoration:underline; text-underline-offset:3px; }
.analytics-consent-actions { display:flex; flex-direction:column; gap:10px; min-width:150px; }
.analytics-consent-actions .button { width:100%; }
.analytics-decline { min-height:42px; border:1px solid #536078; background:transparent; color:#eef3f7; font-weight:800; cursor:pointer; }
.analytics-decline:hover,
.analytics-decline:focus-visible { border-color:var(--cyan); outline:none; }

.not-found-page { min-height:100vh; background:var(--ink); color:#fff; }
.not-found-content {
  min-height:720px;
  padding:clamp(170px,18vw,230px) max(32px,calc((100vw - 960px)/2)) 120px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.not-found-content h1 { max-width:850px; margin:0; font-size:clamp(58px,9vw,112px); line-height:.88; letter-spacing:-.06em; text-transform:uppercase; }
.not-found-content > p:not(.eyebrow):not(.not-found-help) { max-width:660px; margin:32px 0 0; color:#b8c2d1; font-size:19px; line-height:1.65; }
.not-found-help { margin:38px 0 0; color:#9ca8b8; font-size:14px; }
.not-found-help a { color:var(--mint); text-decoration:underline; text-underline-offset:3px; }

.contact-form button:disabled { opacity:.65; cursor:wait; transform:none; box-shadow:none; }

/* Minimum readable sizes for functional metadata and controls. */
.article-meta { font-size:11px; }
.journal-filters button,
.journal-card-cta,
.preview-open,
.preview-copy > span,
.footer-column strong { font-size:10px; }
.card-state > span,
.card-state em { font-size:10px; }

/* Without JavaScript, keep the primary mobile navigation reachable. */
@media (max-width:1050px) {
  html:not(.expight-js) .site-header { position:relative; top:0; height:auto; min-height:72px; grid-template-columns:1fr; padding-block:16px; }
  html:not(.expight-js) .site-header nav { position:static; opacity:1; visibility:visible; transform:none; pointer-events:auto; max-height:none; margin-top:12px; }
  html:not(.expight-js) .menu-toggle,
  html:not(.expight-js) .site-header > .button { display:none; }
}
@media (max-width:720px) {
  .analytics-consent { grid-template-columns:1fr; gap:16px; padding:20px; }
  .analytics-consent-actions { flex-direction:row; min-width:0; }
  .analytics-consent-actions > * { flex:1; }
  .not-found-content { min-height:620px; padding:140px 20px 90px; }
  .not-found-content h1 { font-size:54px; }
  .not-found-content .button-row { align-items:stretch; }
}
