:root {
  --ink: #11100f;
  --ink-soft: #282522;
  --paper: #f3f0e9;
  --paper-deep: #e7e1d7;
  --white: #fffdf8;
  --red: #e23d2c;
  --red-dark: #b9271a;
  --lime: #d7ed64;
  --line: rgba(17, 16, 15, .16);
  --line-light: rgba(255, 255, 255, .16);
  --muted: #6a655e;
  --radius: 26px;
  --shadow: 0 28px 80px rgba(24, 20, 16, .14);
  --container: min(1440px, calc(100vw - 64px));
  --header-h: 78px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 24px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 100%;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
::selection { background: var(--red); color: white; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p, blockquote, figure, dl, dd { margin: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  border-radius: 999px;
  transform: translateY(-150%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.page-progress {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--red);
  box-shadow: 0 0 16px rgba(226, 61, 44, .6);
}
.ambient {
  position: fixed;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  opacity: .16;
}
.ambient-one { top: 8%; right: -18%; background: var(--red); }
.ambient-two { bottom: 15%; left: -20%; background: #9aaee7; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 50%;
  width: var(--container);
  height: var(--header-h);
  padding: 0 12px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  background: rgba(250, 248, 243, .82);
  box-shadow: 0 12px 40px rgba(22, 19, 16, .08);
  backdrop-filter: blur(18px);
  transition: transform .35s var(--ease), background .35s, box-shadow .35s;
}
.site-header.is-scrolled { background: rgba(250, 248, 243, .94); box-shadow: 0 16px 48px rgba(22, 19, 16, .13); }
.site-header.is-hidden { transform: translate(-50%, calc(-100% - 20px)); }
.site-header:not(.is-hidden) { transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 48px; height: 48px; filter: drop-shadow(0 5px 10px rgba(114, 26, 18, .18)); }
.brand img, .hero-stamp img, .venture-mark, .footer-brand img { border-radius: 50%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .92rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .61rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 1.5vw, 25px); }
.site-nav > a {
  position: relative;
  padding: 10px 0;
  color: #3d3935;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: var(--red);
  transition: right .25s var(--ease);
}
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.site-nav .nav-cta {
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
}
.site-nav .nav-cta::after { display: none; }
.site-nav .nav-cta:hover { background: var(--red); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  width: var(--container);
  min-height: 100svh;
  margin: 0 auto;
  padding: calc(var(--header-h) + 90px) 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .74fr);
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% 60% 7% -18vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .82), transparent 68%);
}
.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.hero h1 {
  margin-top: 20px;
  font-size: clamp(5.2rem, 9.7vw, 10.4rem);
  font-weight: 900;
  line-height: .73;
  letter-spacing: -.085em;
  text-transform: uppercase;
}
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em {
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.07em;
  -webkit-text-stroke: 2px var(--ink);
}
.hero-lead {
  max-width: 720px;
  margin-top: 42px;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.hero-summary { max-width: 650px; margin-top: 18px; color: var(--muted); font-size: clamp(.98rem, 1.1vw, 1.1rem); }
.button-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 11px; }
.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .25s var(--ease), color .25s, background .25s;
}
.button:hover { transform: translateY(-3px); }
.button-solid { background: var(--ink); color: white; }
.button-solid:hover { background: var(--red); border-color: var(--red); }
.button-ghost:hover { background: var(--ink); color: white; }
.hero-meta { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-meta div { padding: 16px 14px 0 0; display: grid; gap: 4px; }
.hero-meta div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-meta span { color: var(--muted); font-size: .66rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta strong { font-size: .84rem; }

.hero-visual { position: relative; min-height: min(670px, 68vw); display: grid; place-items: center; }
.portrait-orbit { position: absolute; inset: 7% -7% 3% 5%; border: 1px solid rgba(17, 16, 15, .15); border-radius: 50%; animation: orbit 18s linear infinite; }
.portrait-orbit::after { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(17, 16, 15, .18); border-radius: 50%; }
.portrait-orbit span { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 8px rgba(226, 61, 44, .12); }
.portrait-orbit span:first-child { top: 10%; left: 20%; }
.portrait-orbit span:last-child { bottom: 15%; right: 10%; background: var(--ink); box-shadow: 0 0 0 8px rgba(17, 16, 15, .1); }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero-portrait {
  position: relative;
  z-index: 2;
  width: min(100%, 540px);
  aspect-ratio: .82;
  border: 10px solid rgba(255, 253, 248, .92);
  border-radius: 44% 44% 24px 24px;
  background: #cfc7bb;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform .18s ease-out;
}
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(17, 16, 15, .7)); pointer-events: none; }
.hero-portrait > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.hero-portrait figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 27px 24px 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  color: white;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-portrait figcaption b { font-size: .9rem; }
.live-dot { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(215, 237, 100, .15); }
.hero-stamp { position: absolute; z-index: 4; top: 3%; right: -4%; width: 112px; height: 112px; padding: 8px; border-radius: 50%; background: var(--paper); box-shadow: 0 15px 35px rgba(17, 16, 15, .16); animation: stampFloat 5s ease-in-out infinite; }
.hero-stamp img { width: 100%; height: 100%; }
@keyframes stampFloat { 50% { transform: translateY(-12px) rotate(4deg); } }
.floating-note { position: absolute; z-index: 4; min-width: 154px; padding: 14px 17px; display: grid; border: 1px solid rgba(255, 255, 255, .7); border-radius: 16px; background: rgba(255, 253, 248, .85); box-shadow: 0 12px 30px rgba(20, 18, 15, .1); backdrop-filter: blur(12px); }
.floating-note small { color: var(--muted); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.floating-note strong { margin-top: 2px; font-size: .92rem; }
.note-one { left: -8%; bottom: 23%; }
.note-two { right: -9%; bottom: 9%; }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink); color: var(--paper); }
.ticker-track { width: max-content; padding: 18px 0; display: flex; align-items: center; gap: 28px; animation: ticker 30s linear infinite; }
.ticker span { font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ticker i { color: var(--red); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { width: var(--container); margin: 0 auto; padding: clamp(100px, 11vw, 180px) 0; }
.section-intro { max-width: 980px; }
.section-intro h2, .connect-copy h2, .journey-heading h2, .media-statement h2 {
  margin-top: 18px;
  font-size: clamp(3rem, 6.8vw, 7.6rem);
  font-weight: 850;
  line-height: .86;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.section-intro h2 em, .connect-copy h2 em, .journey-heading h2 em, .media-statement h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: none;
}
.section-intro-split { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.section-intro-split > p { max-width: 450px; padding-bottom: 9px; color: var(--muted); font-size: 1.05rem; }

.dimensions-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.dimensions-heading { position: sticky; top: 130px; }
.dimensions-heading h2 {
  margin-top: 18px;
  font-size: clamp(3.2rem, 5.7vw, 7rem);
  font-weight: 850;
  line-height: .86;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.dimensions-heading h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.dimensions-heading > p:last-child { max-width: 530px; margin-top: 32px; color: var(--muted); font-size: 1.06rem; }
.dimensions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dimension-card { position: relative; min-height: 510px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.dimension-card:nth-child(even) { transform: translateY(54px); }
.dimension-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 42%, rgba(17, 16, 15, .72)); opacity: 0; }
.dimension-number { position: relative; z-index: 2; align-self: flex-end; font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.dimension-card > div:last-child { position: relative; z-index: 2; }
.dimension-card small { color: var(--red); font-size: .65rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.dimension-card h3 { margin-top: 12px; font-size: clamp(1.65rem, 2.35vw, 2.8rem); line-height: 1.02; letter-spacing: -.05em; }
.dimension-card p { margin-top: 16px; color: var(--muted); font-size: .92rem; }
.dimension-mark { margin: auto 0; color: var(--red); font-family: Georgia, serif; font-size: clamp(7rem, 11vw, 11rem); line-height: .7; font-style: italic; }
.dimension-business { background: var(--lime); border-color: transparent; }
.dimension-business .dimension-mark { color: var(--ink); }
.dimension-politics { color: white; }
.dimension-politics::after { opacity: 1; }
.dimension-politics > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.08); transition: transform .7s var(--ease); }
.dimension-politics:hover > img { transform: scale(1.055); }
.dimension-politics small { color: var(--lime); }
.dimension-politics p { color: rgba(255, 255, 255, .72); }
.dimension-singer { background: var(--red); color: white; border-color: transparent; }
.dimension-singer small { color: var(--lime); }
.dimension-singer p { color: rgba(255, 255, 255, .72); }
.sound-wave { min-height: 150px; margin: auto 0; display: flex; align-items: center; gap: 8px; }
.sound-wave i { width: 8px; height: 35%; display: block; border-radius: 99px; background: rgba(255, 255, 255, .92); animation: sound 1.35s ease-in-out infinite alternate; }
.sound-wave i:nth-child(2), .sound-wave i:nth-child(6) { height: 68%; animation-delay: -.6s; }
.sound-wave i:nth-child(3), .sound-wave i:nth-child(5) { height: 100%; animation-delay: -.3s; }
.sound-wave i:nth-child(4) { height: 48%; animation-delay: -.9s; }
.sound-wave i:nth-child(7) { height: 22%; animation-delay: -.15s; }
@keyframes sound { to { transform: scaleY(.28); opacity: .55; } }
.dimension-story { background: var(--ink); color: white; }
.dimension-story p { color: rgba(255, 255, 255, .6); }
.profile-grid { margin-top: 80px; display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(30px, 5vw, 80px); align-items: start; }
.profile-story { padding-left: clamp(0px, 7vw, 110px); }
.profile-story > p { max-width: 760px; color: var(--ink-soft); font-size: clamp(1.15rem, 1.65vw, 1.55rem); line-height: 1.55; letter-spacing: -.02em; }
.profile-story > p + p { margin-top: 25px; }
.profile-story .dropcap::first-letter { float: left; margin: 7px 12px 0 0; color: var(--red); font-family: Georgia, serif; font-size: 6rem; line-height: .67; }
.profile-story blockquote { margin-top: 46px; padding: 26px 0 4px 32px; border-left: 3px solid var(--red); font-family: Georgia, serif; font-size: clamp(1.4rem, 2.1vw, 2.15rem); font-style: italic; line-height: 1.35; }
.identity-card { min-height: 510px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius); background: var(--red); color: white; box-shadow: var(--shadow); }
.identity-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.identity-top img { width: 124px; height: auto; filter: brightness(0) invert(1); }
.identity-top span { max-width: 115px; color: rgba(255, 255, 255, .65); font-size: .66rem; font-weight: 750; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.identity-card dl { display: grid; }
.identity-card dl > div { padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, .28); }
.identity-card dt { color: rgba(255, 255, 255, .62); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.identity-card dd { margin-top: 4px; font-size: 1.08rem; font-weight: 650; }

.dark-section { width: 100%; max-width: none; padding-left: max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); padding-right: max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); background: var(--ink); color: var(--paper); }
.section-intro-light { display: grid; grid-template-columns: 1fr .5fr; align-items: end; column-gap: 80px; max-width: none; }
.section-intro-light .section-kicker { grid-column: 1 / -1; }
.section-intro-light p:last-child { max-width: 360px; padding-bottom: 10px; color: rgba(255, 255, 255, .58); }
.authority-grid { margin-top: 74px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 16px; }
.authority-card { position: relative; min-height: 380px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line-light); border-radius: var(--radius); background: #1a1917; overflow: hidden; transition: transform .3s var(--ease), background .3s; }
.authority-card:hover { transform: translateY(-6px); background: #211f1c; }
.authority-feature { grid-row: span 2; min-height: 776px; background: var(--red); border-color: transparent; }
.authority-feature:hover { background: var(--red-dark); }
.card-index { align-self: flex-end; color: rgba(255, 255, 255, .48); font-size: .69rem; letter-spacing: .14em; }
.authority-symbol { font-family: Georgia, serif; font-size: clamp(5rem, 8vw, 9rem); line-height: 1; opacity: .35; }
.authority-card p { color: var(--lime); font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.authority-card h3 { max-width: 610px; margin-top: 12px; font-size: clamp(1.8rem, 3vw, 3.7rem); line-height: 1.02; letter-spacing: -.055em; }
.authority-card div > span { display: block; max-width: 520px; margin-top: 19px; color: rgba(255, 255, 255, .58); }
.authority-feature div > span { color: rgba(255, 255, 255, .76); }

.venture-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.venture-card { position: relative; min-height: 410px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 253, 248, .58); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s, background .3s; }
.venture-card:hover { transform: translateY(-7px); background: var(--white); box-shadow: var(--shadow); }
.venture-head { display: flex; justify-content: space-between; gap: 20px; }
.venture-head span { font-size: .68rem; font-weight: 800; }
.venture-head small { color: var(--muted); font-size: .64rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.venture-icon { margin: auto 0 22px; font-family: Georgia, serif; font-size: 5rem; line-height: .9; }
.venture-card > img { max-width: 130px; max-height: 90px; margin: auto 0 26px; object-fit: contain; object-position: left center; }
.venture-card > img.venture-logo { width: min(88%, 250px); max-width: 250px; height: 104px; max-height: 104px; margin: auto 0 22px; }
.venture-card > img.venture-mark { width: 84px; height: 84px; }
.venture-card h3 { max-width: 320px; font-size: clamp(1.55rem, 2vw, 2.2rem); line-height: 1.05; letter-spacing: -.045em; }
.venture-card p { max-width: 330px; margin-top: 14px; padding-right: 24px; color: var(--muted); font-size: .92rem; }
.venture-arrow { position: absolute; right: 25px; bottom: 24px; font-size: 1.2rem; transition: transform .25s; }
.venture-card:hover .venture-arrow { transform: translate(3px, -3px); }
.venture-brand { background: var(--ink); color: white; }
.venture-brand .venture-head small, .venture-brand p { color: rgba(255, 255, 255, .58); }
.venture-brand > img { filter: brightness(0) invert(1); transform: scale(1.25); transform-origin: left center; }
.venture-brand > img.venture-logo { transform: none; }
.venture-accent { background: var(--lime); }

.media-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 150px); align-items: start; }
.media-statement { position: sticky; top: 130px; }
.media-statement h2 { font-size: clamp(3rem, 5.2vw, 6.4rem); }
.media-statement > p:not(.section-kicker) { max-width: 550px; margin-top: 34px; color: var(--muted); font-size: 1.1rem; }
.text-link { margin-top: 30px; display: inline-flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.topic-list { border-top: 1px solid var(--line); }
.topic-row { min-height: 190px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); transition: padding .3s var(--ease), color .3s; }
.topic-row > span { color: var(--red); font-size: .7rem; font-weight: 800; }
.topic-row small { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.topic-row h3 { margin-top: 7px; font-size: clamp(1.55rem, 2.5vw, 2.8rem); line-height: 1.04; letter-spacing: -.045em; }
.topic-row i { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .25s, background .25s, color .25s; }
.topic-row:hover { padding-left: 16px; color: var(--red); }
.topic-row:hover i { transform: rotate(45deg); background: var(--ink); color: white; }

.gallery-section { padding-top: 80px; }
.gallery-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(180px, 20vw, 320px); gap: 16px; }
.gallery-item { position: relative; grid-column: span 4; padding: 0; border: 0; border-radius: var(--radius); background: #ccc; cursor: zoom-in; overflow: hidden; text-align: left; }
.gallery-item.gallery-large { grid-column: span 7; grid-row: span 2; }
.gallery-item.gallery-wide { grid-column: span 5; }
.gallery-item > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .65s var(--ease), filter .4s; }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(10, 9, 8, .7)); }
.gallery-item > span { position: absolute; z-index: 2; left: 23px; right: 23px; bottom: 21px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; color: white; }
.gallery-item b { font-size: 1rem; }
.gallery-item small { font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery-item:hover > img { transform: scale(1.055); filter: saturate(1); }

.journal-section { border-top: 1px solid var(--line); }
.journal-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.journal-card { min-height: 390px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); }
.journal-card > span { color: var(--red); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.journal-card h3 { margin-top: auto; font-size: clamp(1.7rem, 2.45vw, 2.7rem); line-height: 1.04; letter-spacing: -.05em; }
.journal-card p { margin-top: 15px; color: var(--muted); }
.journal-card small { margin-top: 28px; font-weight: 800; }
.journal-card:nth-child(2) { background: var(--red); color: white; border-color: transparent; transform: translateY(30px); }
.journal-card:nth-child(2) > span, .journal-card:nth-child(2) p { color: rgba(255, 255, 255, .7); }

.journey-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 10vw, 160px); }
.journey-heading { position: sticky; top: 130px; align-self: start; }
.journey-heading h2 { font-size: clamp(3rem, 5.2vw, 6.4rem); }
.timeline { border-top: 1px solid var(--line); }
.timeline-row { display: grid; grid-template-columns: .42fr 1fr; gap: 28px; padding: 38px 0 44px; border-bottom: 1px solid var(--line); }
.timeline-row > span { color: var(--red); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.timeline-row small { color: var(--muted); font-size: .67rem; }
.timeline-row h3 { margin-top: 9px; font-size: clamp(1.55rem, 2.4vw, 2.65rem); line-height: 1.05; letter-spacing: -.045em; }
.timeline-row p { max-width: 580px; margin-top: 14px; color: var(--muted); }

.legacy-moment { position: relative; min-height: min(88vh, 900px); display: grid; place-items: center; overflow: hidden; background: var(--ink); color: white; }
.legacy-moment::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 11, 10, .88), rgba(12, 11, 10, .28)), linear-gradient(0deg, rgba(12, 11, 10, .48), transparent 50%); }
.legacy-moment > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.66) contrast(1.05); }
.legacy-overlay { position: relative; z-index: 2; width: var(--container); }
.legacy-overlay > p { color: var(--lime); font-size: .7rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.legacy-overlay h2 { max-width: 1000px; margin-top: 20px; font-size: clamp(4rem, 8.2vw, 10rem); font-weight: 850; line-height: .82; letter-spacing: -.08em; text-transform: uppercase; }
.legacy-overlay h2 em { font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.legacy-overlay blockquote { max-width: 710px; margin-top: 45px; padding-left: 25px; border-left: 3px solid var(--red); color: rgba(255, 255, 255, .8); font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.8rem); font-style: italic; line-height: 1.42; }

.connect-section { padding: clamp(90px, 10vw, 160px) max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); background: var(--red); color: white; }
.connect-copy .section-kicker { color: var(--lime); }
.connect-copy h2 { font-size: clamp(3.2rem, 5.8vw, 7rem); }
.connect-copy > p:last-child { max-width: 530px; margin-top: 34px; color: rgba(255, 255, 255, .72); font-size: 1.07rem; }
.social-links { border-top: 1px solid rgba(255, 255, 255, .3); }
.social-links a { min-height: 96px; display: grid; grid-template-columns: 32px .8fr 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255, 255, 255, .3); transition: padding .25s var(--ease), background .25s; }
.social-links a:hover { padding: 0 16px; background: rgba(255, 255, 255, .08); }
.social-links img { width: 24px; height: 24px; object-fit: contain; }
.social-links span { font-size: 1.3rem; font-weight: 750; }
.social-links small { color: rgba(255, 255, 255, .65); }
.social-links i { font-style: normal; font-size: 1.3rem; }

.site-footer { min-height: 180px; padding: 40px max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--ink); color: white; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 52px; }
.footer-brand span { display: grid; }
.footer-brand small { color: rgba(255, 255, 255, .48); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer p, .site-footer > a:last-child { color: rgba(255, 255, 255, .5); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer > a:last-child { justify-self: end; }
.back-to-top { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--ink); color: white; box-shadow: 0 10px 30px rgba(17, 16, 15, .25); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .25s, transform .25s, background .25s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--red); }

.lightbox { width: min(920px, calc(100vw - 32px)); padding: 0; border: 0; border-radius: 22px; background: var(--ink); color: white; box-shadow: 0 30px 120px rgba(0, 0, 0, .5); overflow: hidden; }
.lightbox::backdrop { background: rgba(10, 9, 8, .84); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #0b0a09; }
.lightbox p { padding: 18px 24px; color: rgba(255, 255, 255, .7); }
.lightbox-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; background: rgba(17, 16, 15, .62); color: white; font-size: 1.7rem; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--delay, 0) * 100ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
[data-delay="1"] { --delay: 1; }
[data-delay="2"] { --delay: 2; }

:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

@media (max-width: 1180px) {
  :root { --container: min(100% - 40px, 1180px); }
  .site-nav { gap: 13px; }
  .site-nav > a { font-size: .65rem; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 45px; }
  .hero h1 { font-size: clamp(5rem, 10.5vw, 8.5rem); }
  .note-one { left: -3%; }
  .note-two { right: -3%; }
  .venture-grid { grid-template-columns: repeat(2, 1fr); }
  .media-section, .journey-section { gap: 60px; }
}

@media (max-width: 920px) {
  :root { --header-h: 66px; }
  .site-header { top: 10px; padding: 0 10px 0 12px; }
  .brand img { width: 42px; height: 42px; }
  .menu-toggle { position: relative; z-index: 102; width: 46px; height: 46px; padding: 0; display: grid; place-content: center; gap: 7px; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
  .menu-toggle i { width: 19px; height: 2px; display: block; background: white; transition: transform .3s, margin .3s; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: -10px -1px auto; min-height: 100svh; padding: 108px 28px 40px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; background: var(--ink); color: white; opacity: 0; visibility: hidden; transform: translateY(-24px); transition: opacity .3s, transform .3s, visibility .3s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .15); color: white; font-size: clamp(1.3rem, 5vw, 2.3rem); letter-spacing: -.02em; text-transform: none; }
  .site-nav > a::after { display: none; }
  .site-nav .nav-cta { margin-top: 20px; padding: 15px 20px; justify-content: space-between; background: var(--red); }
  .menu-open .brand { position: relative; z-index: 102; color: white; }
  .menu-open .brand img { box-shadow: 0 0 0 2px white; border-radius: 50%; }
  .menu-open .brand-copy small { color: rgba(255, 255, 255, .58); }
  .hero { padding-top: calc(var(--header-h) + 72px); grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero h1 { font-size: clamp(5rem, 17vw, 9rem); }
  .hero-lead { max-width: 650px; }
  .hero-visual { width: min(85vw, 620px); min-height: min(760px, 105vw); margin: 10px auto 0; }
  .profile-grid, .section-intro-split, .dimensions-section, .media-section, .journey-section, .connect-section { grid-template-columns: 1fr; }
  .dimensions-heading { position: static; }
  .dimensions-grid { max-width: 780px; }
  .profile-story { padding-left: 0; }
  .identity-card { min-height: 400px; }
  .section-intro-split { gap: 28px; align-items: start; }
  .section-intro-split > p { padding: 0; }
  .section-intro-light { grid-template-columns: 1fr; }
  .section-intro-light .section-kicker { grid-column: auto; }
  .section-intro-light p:last-child { margin-top: 24px; padding: 0; }
  .authority-grid { grid-template-columns: 1fr 1fr; }
  .authority-feature { grid-row: auto; grid-column: 1 / -1; min-height: 520px; }
  .authority-card:not(.authority-feature) { min-height: 420px; }
  .media-statement, .journey-heading { position: static; }
  .gallery-grid { grid-auto-rows: 270px; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: span 6; }
  .gallery-item.gallery-large { grid-column: span 12; grid-row: span 2; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card:last-child { grid-column: 1 / -1; }
  .journal-card:nth-child(2) { transform: none; }
  .connect-section { gap: 60px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); --radius: 20px; }
  .site-header { width: calc(100% - 20px); }
  .brand-copy strong { font-size: .83rem; }
  .brand-copy small { font-size: .54rem; }
  .hero { min-height: auto; padding-top: 122px; padding-bottom: 64px; }
  .hero h1 { margin-top: 18px; font-size: clamp(4.15rem, 21vw, 6.7rem); line-height: .77; }
  .hero h1 em { -webkit-text-stroke-width: 1.3px; }
  .hero-lead { margin-top: 32px; }
  .hero-summary { font-size: .96rem; }
  .button-row { display: grid; }
  .button { width: 100%; justify-content: space-between; }
  .hero-meta { grid-template-columns: 1fr 1fr; row-gap: 15px; }
  .hero-meta div:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-visual { width: 100%; min-height: 133vw; max-height: 620px; }
  .hero-portrait { width: 89%; border-width: 7px; border-radius: 40% 40% 18px 18px; }
  .hero-portrait figcaption { padding: 24px 16px 17px; display: grid; }
  .hero-stamp { top: 4%; right: -1%; width: 88px; height: 88px; }
  .floating-note { min-width: 135px; padding: 11px 13px; }
  .note-one { left: 0; bottom: 20%; }
  .note-two { right: 0; bottom: 4%; }
  .ticker-track { padding: 14px 0; }
  .section { padding: 90px 0; }
  .section-intro h2, .connect-copy h2, .journey-heading h2, .media-statement h2 { font-size: clamp(2.85rem, 15vw, 5rem); }
  .dimensions-heading h2 { font-size: clamp(2.85rem, 15vw, 5rem); }
  .dimensions-grid { grid-template-columns: 1fr; }
  .dimension-card, .dimension-card:nth-child(even) { min-height: 430px; transform: none; }
  .profile-grid { margin-top: 54px; }
  .profile-story > p { font-size: 1.08rem; }
  .profile-story .dropcap::first-letter { font-size: 4.7rem; }
  .profile-story blockquote { margin-top: 34px; padding-left: 20px; }
  .identity-card { padding: 24px; }
  .dark-section { padding-left: 14px; padding-right: 14px; }
  .authority-grid { margin-top: 50px; grid-template-columns: 1fr; }
  .authority-feature { grid-column: auto; min-height: 480px; }
  .authority-card:not(.authority-feature) { min-height: 360px; }
  .authority-card { padding: 24px; }
  .authority-card h3 { font-size: 1.85rem; }
  .venture-grid { margin-top: 50px; grid-template-columns: 1fr; }
  .venture-card { min-height: 370px; }
  .media-section { gap: 52px; }
  .topic-row { min-height: 145px; grid-template-columns: 30px 1fr 38px; gap: 12px; }
  .topic-row i { width: 38px; height: 38px; }
  .gallery-grid { margin-top: 50px; grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; gap: 10px; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: span 1; }
  .gallery-item.gallery-large { grid-column: 1 / -1; grid-row: span 2; }
  .gallery-item > span { left: 14px; right: 14px; bottom: 13px; display: grid; }
  .journal-grid { margin-top: 50px; grid-template-columns: 1fr; }
  .journal-card, .journal-card:last-child { grid-column: auto; min-height: 330px; }
  .journey-section { gap: 50px; }
  .timeline-row { grid-template-columns: 1fr; gap: 12px; padding: 30px 0; }
  .connect-section { padding: 90px 14px; }
  .social-links a { min-height: 92px; grid-template-columns: 28px 1fr auto; gap: 10px; }
  .social-links span { grid-column: 2; }
  .social-links small { grid-column: 2; }
  .social-links i { grid-column: 3; grid-row: 1 / span 2; }
  .social-links img { grid-column: 1; grid-row: 1 / span 2; }
  .site-footer { min-height: 230px; padding: 35px 18px; grid-template-columns: 1fr; justify-items: start; }
  .site-footer p { grid-column: auto; grid-row: auto; }
  .site-footer > a:last-child { justify-self: start; }
  .back-to-top { right: 14px; bottom: 14px; }
}

@media (min-width: 1800px) {
  :root { --container: min(1640px, calc(100vw - 120px)); }
  body { font-size: 18px; }
  .site-nav > a { font-size: .72rem; }
  .hero { grid-template-columns: 1.05fr .72fr; }
  .hero h1 { font-size: 10.8rem; }
  .hero-portrait { max-width: 610px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
