:root {
  --purple: hsl(260 48% 35%);
  --purple-deep: hsl(260 40% 22%);
  --purple-mid: hsl(260 35% 50%);
  --purple-bright: hsl(263 70% 64%);
  --lavender: hsl(265 50% 97%);
  --lavender-strong: hsl(265 44% 92%);
  --ink: hsl(220 39% 11%);
  --ink-soft: hsl(220 18% 26%);
  --muted: hsl(215 16% 42%);
  --paper: #ffffff;
  --paper-warm: #fbfaff;
  --line: rgba(27, 20, 43, 0.12);
  --line-light: rgba(255, 255, 255, 0.18);
  --orange: #f26522;
  --papyrus: #f7f2e9;
  --egyptian-teal: #2f7f70;
  --egyptian-rust: #c65327;
  --egyptian-charcoal: #2d2925;
  --header-height: 64px;
  --shell: 1180px;
  --radius-sm: 16px;
  --radius-md: 26px;
  --radius-lg: 40px;
  --shadow-soft: 0 16px 60px rgba(44, 27, 77, 0.09);
  --shadow-card: 0 24px 80px rgba(25, 16, 42, 0.12);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --pointer-x: 50%;
  --pointer-y: 45%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: #fff;
  background: var(--purple);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(113, 83, 172, 0.58);
  outline-offset: 4px;
}

.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: 8px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--purple);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(96px, 11vw, 160px);
}

.eyebrow,
.micro-label {
  margin: 0;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.micro-label {
  font-size: 0.66rem;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.65);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 5.4vw, 4.9rem);
  font-weight: 670;
  line-height: 0.98;
}

.section-kicker {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}

.scroll-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--purple), var(--purple-bright));
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 50%;
  width: min(calc(100% - 32px), 1212px);
  height: var(--header-height);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 32px rgba(30, 21, 49, 0.06);
  transform: translateX(-50%);
  transition:
    background 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease;
}

@supports (backdrop-filter: blur(18px)) {
  .site-header {
    backdrop-filter: blur(22px) saturate(1.25);
    -webkit-backdrop-filter: blur(22px) saturate(1.25);
  }
}

.site-header.is-scrolled {
  border-color: rgba(54, 33, 91, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 44px rgba(30, 21, 49, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-inline: 14px 12px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: 16px;
  font-size: 0.94rem;
  font-weight: 680;
  letter-spacing: -0.025em;
}

.wordmark-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--purple-mid), var(--purple-deep));
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 0.82rem;
  font-weight: 740;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.primary-nav a {
  position: relative;
  padding: 10px 14px;
  color: var(--ink-soft);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 580;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="true"] {
  color: var(--purple);
  background: rgba(75, 46, 132, 0.07);
}

.primary-nav .nav-contact {
  padding-inline: 18px;
  color: #fff;
  background: var(--purple);
}

.primary-nav .nav-contact:hover,
.primary-nav .nav-contact[aria-current="true"] {
  color: #fff;
  background: var(--purple-deep);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 50%;
}

.menu-toggle > span:not(.sr-only) {
  position: absolute;
  left: 11px;
  width: 20px;
  height: 1.5px;
  background: var(--ink);
  transition: transform 220ms ease;
}

.menu-toggle > span:nth-child(2) {
  transform: translateY(-3px);
}

.menu-toggle > span:nth-child(3) {
  transform: translateY(3px);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: max(780px, 100svh);
  padding-block: 138px 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(122, 90, 190, 0.13), transparent 30%),
    linear-gradient(155deg, #fff 0%, #faf8ff 47%, #f2edfc 100%);
  isolation: isolate;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -14%;
  bottom: -36%;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(75, 46, 132, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-ambient,
.focus-noise,
.contact-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.ambient-orb-one {
  top: 16%;
  right: 8%;
  width: min(46vw, 580px);
  aspect-ratio: 1;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.9), rgba(113, 83, 172, 0.15) 45%, rgba(57, 32, 96, 0.06) 72%, transparent 73%);
  animation: float 10s var(--ease-smooth) infinite alternate;
}

.ambient-orb-two {
  bottom: 5%;
  left: -9%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(113, 83, 172, 0.12), transparent 68%);
}

.ambient-grid {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 52%;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(75, 46, 132, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 46, 132, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom right, transparent 10%, #000 70%);
}

@keyframes float {
  from {
    transform: translate3d(0, -8px, 0) scale(0.98);
  }
  to {
    transform: translate3d(12px, 12px, 0) scale(1.02);
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  gap: clamp(60px, 8vw, 116px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 800px;
  margin: 22px 0 28px;
  font-size: clamp(3.55rem, 7.2vw, 7.2rem);
  font-weight: 650;
  letter-spacing: -0.068em;
  line-height: 0.91;
}

.hero h1 span {
  display: block;
  color: var(--purple);
}

.hero-lede {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.55vw, 1.38rem);
  letter-spacing: -0.016em;
  line-height: 1.56;
}

.proof {
  max-width: 780px;
}

.proof ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 13px 0 0;
  list-style: none;
}

.proof li {
  padding: 9px 13px;
  color: var(--ink-soft);
  border: 1px solid rgba(75, 46, 132, 0.1);
  background: rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-size: 0.77rem;
  font-weight: 560;
  line-height: 1.2;
}

.hero-actions,
.contact-actions,
.writing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 620;
  letter-spacing: -0.015em;
  transition:
    transform 260ms var(--ease-out),
    background 200ms ease,
    color 200ms ease,
    border-color 200ms ease,
    box-shadow 260ms ease;
}

.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.external-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20d='M8%204h8v8M16%204%207%2013M13%2010v5H4V6h5'%20fill='none'%20stroke='black'%20stroke-width='1.7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20d='M8%204h8v8M16%204%207%2013M13%2010v5H4V6h5'%20fill='none'%20stroke='black'%20stroke-width='1.7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 220ms var(--ease-out);
}

a:hover .external-icon {
  transform: translate(2px, -2px);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-deep));
  box-shadow: 0 14px 28px rgba(75, 46, 132, 0.22);
}

.button-primary:hover {
  box-shadow: 0 18px 36px rgba(75, 46, 132, 0.28);
}

.button-secondary {
  color: var(--ink);
  border-color: rgba(26, 20, 39, 0.15);
  background: rgba(255, 255, 255, 0.66);
}

.button-secondary:hover {
  border-color: rgba(75, 46, 132, 0.25);
  background: #fff;
}

.hero-visual {
  position: relative;
  width: min(100%, 360px);
  justify-self: end;
}

.portrait-card {
  position: relative;
  aspect-ratio: 0.9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 44px;
  background: #d9d2e7;
  box-shadow:
    0 38px 100px rgba(56, 32, 94, 0.21),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: rotate(1.5deg);
}

.portrait-card::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: inherit;
  box-shadow: inset 0 -100px 80px rgba(24, 16, 38, 0.12);
  content: "";
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 16% 50%;
  filter: saturate(0.9) contrast(1.04) brightness(1.03);
  transform: scale(1.02);
}

.portrait-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(44, 26, 73, 0.42)),
    linear-gradient(135deg, rgba(113, 83, 172, 0.04), rgba(75, 46, 132, 0.16));
  mix-blend-mode: multiply;
}

.portrait-caption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.caption-line {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.55);
}

.signal-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(35, 23, 55, 0.16);
  font-size: 0.74rem;
  font-weight: 620;
  letter-spacing: -0.01em;
}

@supports (backdrop-filter: blur(12px)) {
  .signal-card {
    backdrop-filter: blur(15px) saturate(1.2);
    -webkit-backdrop-filter: blur(15px) saturate(1.2);
  }
}

.signal-card-top {
  top: 13%;
  left: -36px;
  animation: signal-float 5s var(--ease-smooth) infinite alternate;
}

.signal-card-bottom {
  right: -26px;
  bottom: 13%;
  gap: 7px;
  animation: signal-float 6.2s var(--ease-smooth) -2s infinite alternate-reverse;
}

.signal-pulse {
  width: 8px;
  height: 8px;
  background: #5f3b9f;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(95, 59, 159, 0.12);
}

.signal-index {
  color: var(--purple);
  font-weight: 750;
}

@keyframes signal-float {
  from {
    transform: translateY(-3px);
  }
  to {
    transform: translateY(8px);
  }
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 620;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: arrow-down 1.8s ease-in-out infinite;
}

@keyframes arrow-down {
  0%,
  100% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(4px);
  }
}

.value-section {
  background: #fff;
}

.value-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(56px, 9vw, 120px);
  align-items: start;
}

.section-intro-sticky {
  position: sticky;
  top: 128px;
}

.section-intro h2 {
  margin: 21px 0 25px;
}

.value-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.value-card {
  min-height: 330px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 10%, rgba(113, 83, 172, 0.11), transparent 28%),
    linear-gradient(145deg, #fff, #fbf9ff);
  border-radius: var(--radius-md);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition:
    transform 350ms var(--ease-out),
    box-shadow 350ms var(--ease-out),
    border-color 260ms ease;
}

.value-card:nth-child(2),
.value-card:nth-child(4) {
  transform: translateY(48px);
}

.value-card:hover {
  border-color: rgba(75, 46, 132, 0.24);
  box-shadow: var(--shadow-soft);
  transform: translateY(-6px);
}

.value-card:nth-child(2):hover,
.value-card:nth-child(4):hover {
  transform: translateY(42px);
}

.value-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 72px;
}

.card-number {
  color: var(--purple-mid);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.value-card svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--purple);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-card h3 {
  margin-bottom: 15px;
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  font-weight: 650;
  line-height: 1.1;
}

.value-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.focus-section {
  overflow: clip;
  color: #fff;
  background:
    radial-gradient(circle at 21% 26%, rgba(143, 105, 221, 0.26), transparent 29%),
    radial-gradient(circle at 78% 78%, rgba(93, 62, 155, 0.22), transparent 30%),
    #0e0a16;
}

.focus-noise {
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.focus-heading {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 40px;
  align-items: end;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--line-light);
}

.focus-heading h2 {
  max-width: 800px;
  margin: 0;
  justify-self: end;
}

.focus-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
  padding-top: 70px;
}

.focus-visual-wrap {
  position: sticky;
  top: 112px;
  display: grid;
  min-height: calc(100svh - 180px);
  align-content: center;
  justify-items: center;
}

.focus-orbit {
  position: relative;
  display: grid;
  width: min(38vw, 430px);
  aspect-ratio: 1;
  place-items: center;
  transition: filter 700ms var(--ease-out);
}

.focus-orbit::before {
  position: absolute;
  inset: 15%;
  background: radial-gradient(circle at 38% 35%, rgba(177, 147, 237, 0.95), rgba(86, 52, 148, 0.78) 42%, rgba(31, 20, 52, 0.2) 68%);
  border-radius: 50%;
  box-shadow:
    0 0 90px rgba(119, 79, 196, 0.32),
    inset -30px -36px 70px rgba(15, 10, 24, 0.58),
    inset 16px 12px 36px rgba(255, 255, 255, 0.16);
  content: "";
  transform: scale(calc(0.98 + (var(--focus-active, 0) * 0.002)));
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}

.orbit-ring-one {
  inset: 5%;
  transform: rotateX(62deg) rotateZ(16deg);
  animation: orbit-ring 14s linear infinite;
}

.orbit-ring-two {
  inset: 0 11%;
  transform: rotateY(65deg) rotateZ(-12deg);
  animation: orbit-ring-alt 18s linear infinite;
}

@keyframes orbit-ring {
  to {
    transform: rotateX(62deg) rotateZ(376deg);
  }
}

@keyframes orbit-ring-alt {
  to {
    transform: rotateY(65deg) rotateZ(-372deg);
  }
}

.orbit-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.8);
}

.orbit-dot-one {
  top: 18%;
  right: 22%;
}

.orbit-dot-two {
  right: 12%;
  bottom: 33%;
}

.orbit-dot-three {
  bottom: 15%;
  left: 26%;
}

.orbit-core {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
}

.orbit-number {
  font-size: clamp(3.3rem, 7vw, 6.8rem);
  font-weight: 540;
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-shadow: 0 8px 36px rgba(22, 12, 38, 0.55);
}

.orbit-label {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.focus-display-title {
  max-width: 420px;
  min-height: 2.5em;
  margin: -20px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.focus-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.focus-item {
  display: grid;
  min-height: min(60vh, 540px);
  grid-template-columns: 54px 1fr;
  gap: 22px;
  align-content: center;
  padding-block: 64px;
  color: rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  transition:
    color 520ms var(--ease-out),
    transform 520ms var(--ease-out);
}

.focus-item:first-child {
  padding-top: 22px;
}

.focus-item:last-child {
  border-bottom: 0;
}

.focus-item > span {
  padding-top: 11px;
  color: currentColor;
  font-size: 0.74rem;
  font-weight: 680;
  letter-spacing: 0.14em;
}

.focus-item p {
  max-width: 660px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.focus-item.is-active,
.focus-item:focus-visible {
  color: #fff;
  transform: translateX(5px);
}

.intelligence-section {
  background: var(--paper-warm);
}

.no-vc-feature {
  position: relative;
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  margin-bottom: 86px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 18% 18%, rgba(161, 123, 235, 0.58), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(116, 73, 187, 0.28), transparent 34%),
    linear-gradient(145deg, #4b2e84, #211337 74%);
  border-radius: var(--radius-lg);
  box-shadow: 0 34px 100px rgba(47, 27, 78, 0.2);
  isolation: isolate;
}

.no-vc-feature::before,
.no-vc-feature::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.no-vc-feature::before {
  top: -190px;
  right: -110px;
  width: 540px;
  height: 540px;
}

.no-vc-feature::after {
  right: 23%;
  bottom: -280px;
  width: 480px;
  height: 480px;
}

.no-vc-identity {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 66px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.no-vc-identity::after {
  width: 66px;
  height: 4px;
  margin-top: 28px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.12));
  border-radius: 999px;
  content: "";
}

.no-vc-kicker,
.no-vc-suffix,
.no-vc-domain {
  display: block;
  text-transform: uppercase;
}

.no-vc-kicker {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.no-vc-mark {
  display: block;
  font-size: clamp(4.4rem, 8.5vw, 7rem);
  font-weight: 760;
  letter-spacing: -0.085em;
  line-height: 0.88;
  white-space: nowrap;
}

.no-vc-mark span {
  color: rgba(255, 255, 255, 0.46);
  font-weight: 350;
}

.no-vc-suffix {
  margin-top: 8px;
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
  font-weight: 620;
  letter-spacing: 0.2em;
}

.no-vc-domain {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  font-weight: 620;
  letter-spacing: 0.19em;
}

.no-vc-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(42px, 6vw, 76px);
}

.no-vc-copy h2 {
  max-width: 710px;
  margin: 22px 0 24px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.no-vc-copy > p:not(.eyebrow) {
  max-width: 670px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.no-vc-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 32px;
}

.no-vc-topics span {
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 620;
}

.intelligence-heading-secondary {
  margin-bottom: 48px;
}

.intelligence-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 62px;
}

.intelligence-heading h2,
.intelligence-heading h3,
.story-heading h2 {
  margin: 21px 0 24px;
}

.intelligence-heading h3 {
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  font-weight: 670;
  line-height: 0.98;
}

.text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding-bottom: 5px;
  color: var(--purple);
  border-bottom: 1px solid rgba(75, 46, 132, 0.26);
  font-size: 0.84rem;
  font-weight: 650;
  transition:
    gap 220ms var(--ease-out),
    border-color 180ms ease;
}

.text-link:hover {
  gap: 12px;
  border-color: var(--purple);
}

.intelligence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.intelligence-card {
  position: relative;
  min-height: 420px;
  perspective: 900px;
}

.intelligence-card__surface {
  position: relative;
  display: flex;
  height: 100%;
  min-height: inherit;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.9) inset;
  transform-style: preserve-3d;
  transition:
    transform 360ms var(--ease-out),
    box-shadow 360ms var(--ease-out),
    border-color 240ms ease;
}

.intelligence-card:hover .intelligence-card__surface {
  border-color: rgba(75, 46, 132, 0.24);
  box-shadow: var(--shadow-card);
}

.intelligence-card-featured {
  min-height: 610px;
  grid-row: span 2;
}

.intelligence-card:last-child {
  min-height: 350px;
  grid-column: 1 / -1;
}

.intelligence-card:last-child .intelligence-card__surface::after {
  position: absolute;
  top: -35%;
  right: -4%;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(75, 46, 132, 0.11);
  background: radial-gradient(circle, rgba(113, 83, 172, 0.09), transparent 68%);
  border-radius: 50%;
  content: "";
}

.intelligence-card-featured .intelligence-card__surface {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 74% 24%, rgba(154, 117, 229, 0.72), transparent 29%),
    linear-gradient(145deg, var(--purple), #25143e 72%);
}

.article-index {
  position: relative;
  z-index: 2;
  color: var(--purple-mid);
  font-size: 0.67rem;
  font-weight: 680;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intelligence-card-featured .article-index {
  color: rgba(255, 255, 255, 0.58);
}

.article-copy {
  position: relative;
  z-index: 2;
  display: block;
  transform: translateZ(18px);
}

.article-title,
.article-description,
.article-action {
  display: block;
}

.article-title {
  max-width: 580px;
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 3.1vw, 3.1rem);
  font-weight: 630;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.intelligence-card:not(.intelligence-card-featured) .article-title {
  font-size: clamp(1.45rem, 2.25vw, 2.05rem);
  line-height: 1.08;
}

.article-description {
  max-width: 560px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.intelligence-card-featured .article-description {
  color: rgba(255, 255, 255, 0.7);
}

.article-action {
  margin-top: 28px;
  font-size: 0.78rem;
  font-weight: 680;
}

.article-action .external-icon {
  margin-left: 6px;
  vertical-align: -3px;
}

.article-visual {
  position: absolute;
  top: 60px;
  right: 16px;
  left: 16px;
  height: 48%;
  pointer-events: none;
}

.article-visual-factory span {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.article-visual-factory span:nth-child(1) {
  top: 10%;
  left: 19%;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), rgba(139, 98, 218, 0.25) 38%, transparent 69%);
  box-shadow: 0 0 60px rgba(140, 101, 217, 0.22);
}

.article-visual-factory span:nth-child(2) {
  top: 0;
  right: 14%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 36% 34%, rgba(255, 255, 255, 0.2), rgba(74, 45, 128, 0.16) 60%, transparent);
}

.article-visual-factory span:nth-child(3) {
  right: 30%;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
}

.story-section {
  background: #fff;
}

.story-heading {
  max-width: 850px;
  margin-bottom: 64px;
}

.writing-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  padding: clamp(30px, 4vw, 54px);
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 48%, rgba(198, 83, 39, 0.08), transparent 33%),
    linear-gradient(135deg, #faf6ef, var(--papyrus));
  border: 1px solid rgba(45, 41, 37, 0.24);
  border-radius: 32px;
  isolation: isolate;
}

.writing-feature::before {
  position: absolute;
  z-index: -1;
  inset: 13px;
  border: 1px solid rgba(47, 127, 112, 0.3);
  border-radius: 22px;
  pointer-events: none;
  content: "";
}

.writing-feature::after {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 9px;
  height: 9px;
  background: var(--egyptian-teal);
  content: "";
  transform: rotate(45deg);
}

.writing-media {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  padding: 8px;
  border: 1px solid rgba(45, 41, 37, 0.22);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(72, 53, 35, 0.12);
}

.writing-media::before {
  position: absolute;
  inset: 8%;
  z-index: -1;
  background: rgba(198, 83, 39, 0.13);
  border-radius: 50%;
  filter: blur(44px);
  content: "";
}

.writing-media img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  transform: scale(1);
  transition: transform 450ms var(--ease-out);
}

.writing-feature:hover .writing-media img {
  transform: scale(1.012);
}

.writing-copy {
  position: relative;
  z-index: 1;
}

.writing-copy .micro-label {
  color: var(--egyptian-rust);
}

.writing-copy h3 {
  margin: 17px 0 20px;
  color: var(--egyptian-charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.6vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 0.96;
}

.writing-premise {
  max-width: 650px;
  margin-bottom: 0;
  color: #4e4a44;
  font-size: clamp(1.03rem, 1.5vw, 1.24rem);
  line-height: 1.65;
}

.writing-feature .button-primary {
  background: var(--egyptian-teal);
  box-shadow: 0 14px 30px rgba(47, 127, 112, 0.18);
}

.writing-feature .button-primary:hover {
  background: #26695d;
  box-shadow: 0 18px 34px rgba(47, 127, 112, 0.24);
}

.writing-feature .text-link {
  color: var(--egyptian-rust);
  border-color: rgba(198, 83, 39, 0.28);
}

.writing-feature .text-link:hover {
  border-color: var(--egyptian-rust);
}

.writing-actions {
  align-items: center;
}

.text-link-on-light {
  max-width: 310px;
  line-height: 1.35;
}

.archive-panel {
  margin-top: 96px;
}

.archive-content {
  max-width: 860px;
  padding-top: 8px;
  margin-inline: auto;
}

.timeline {
  padding: 0;
  margin: 23px 0 40px;
  list-style: none;
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 24px;
  padding: 0 0 34px;
}

.timeline li::before {
  position: absolute;
  top: 27px;
  bottom: 1px;
  left: 25px;
  width: 1px;
  background: rgba(75, 46, 132, 0.16);
  content: "";
}

.timeline li:last-child::before {
  display: none;
}

.timeline-year {
  position: relative;
  display: grid;
  width: 51px;
  height: 27px;
  place-items: center;
  color: var(--purple);
  background: var(--lavender);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 740;
  letter-spacing: 0.04em;
}

.timeline p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.timeline a {
  color: var(--purple);
  border-bottom: 1px solid rgba(75, 46, 132, 0.23);
  transition: border-color 180ms ease;
}

.timeline a:hover {
  border-color: var(--purple);
}

.project-drawer {
  margin-top: 80px;
  border-block: 1px solid var(--line);
}

.project-drawer summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 29px 2px;
  cursor: pointer;
  list-style: none;
}

.project-drawer summary::-webkit-details-marker {
  display: none;
}

.project-drawer summary strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 620;
  letter-spacing: -0.038em;
}

.drawer-control {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.drawer-control::before,
.drawer-control::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 230ms ease;
}

.drawer-control::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.project-drawer[open] .drawer-control::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.project-drawer-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 28px;
  padding: 26px 2px 48px;
}

.project-group {
  display: grid;
  align-content: start;
  gap: 11px;
}

.project-group .micro-label {
  display: flex;
  min-height: 2.8em;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  color: var(--muted);
}

.project-group-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--purple-mid);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.project-group a,
.project-entry {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  padding-block: 9px;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.project-group a:hover {
  color: var(--purple);
  border-color: rgba(75, 46, 132, 0.32);
}

.project-entry-static {
  color: var(--muted);
}

.project-status {
  flex: 0 0 auto;
  padding: 4px 7px;
  color: var(--muted);
  border: 1px solid rgba(45, 37, 55, 0.1);
  border-radius: 999px;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.library-section {
  background:
    radial-gradient(circle at 88% 14%, rgba(113, 83, 172, 0.08), transparent 25%),
    #f4f1ec;
}

.library-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 58px;
}

.library-heading h2 {
  max-width: 760px;
  margin: 20px 0 0;
}

.library-heading .section-kicker {
  max-width: 390px;
  justify-self: end;
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.book-shelf {
  position: relative;
  padding: clamp(26px, 3.4vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(45, 37, 55, 0.11);
  background: rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 60px rgba(47, 38, 31, 0.06);
}

.book-shelf::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), rgba(113, 83, 172, 0.18));
  content: "";
}

.book-shelf-life {
  grid-column: span 7;
}

.book-shelf-science {
  grid-column: span 5;
  background:
    radial-gradient(circle at 96% 4%, rgba(113, 83, 172, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.82);
}

.book-shelf-entrepreneurship {
  grid-column: 1 / -1;
}

.book-shelf header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.book-shelf header .micro-label {
  margin-bottom: 0;
  color: var(--purple);
}

.book-shelf header > span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.book-list {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: books;
}

.book-list-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.book-list li {
  position: relative;
  min-width: 0;
  counter-increment: books;
}

.book-list li::before {
  position: absolute;
  top: 17px;
  left: 0;
  color: var(--purple-mid);
  content: counter(books, decimal-leading-zero);
  font-size: 0.64rem;
  font-weight: 720;
  letter-spacing: 0.05em;
}

.book-list a {
  display: grid;
  min-height: 112px;
  grid-template-columns: 52px minmax(0, 1fr) 15px;
  align-items: center;
  gap: 14px;
  padding: 16px 2px 16px 36px;
  color: var(--ink-soft);
  border-top: 1px solid rgba(45, 37, 55, 0.1);
  font-size: 0.91rem;
  line-height: 1.42;
  transition:
    color 180ms ease,
    padding-left 220ms var(--ease-out),
    border-color 180ms ease;
}

.book-cover {
  width: 52px;
  height: 78px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(45, 37, 55, 0.1);
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(34, 26, 43, 0.13);
  transition:
    transform 240ms var(--ease-out),
    box-shadow 240ms ease;
}

.book-title {
  min-width: 0;
}

.book-list a > span:last-child {
  flex: 0 0 auto;
  color: var(--purple-mid);
  font-size: 0.72rem;
}

.book-list a:hover {
  padding-left: 40px;
  color: var(--purple);
  border-color: rgba(75, 46, 132, 0.28);
}

.book-list a:hover .book-cover {
  box-shadow: 0 12px 24px rgba(34, 26, 43, 0.18);
  transform: translateY(-2px) rotate(-0.6deg);
}

.contact-section {
  position: relative;
  padding-block: clamp(112px, 14vw, 200px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 22%, rgba(160, 123, 234, 0.45), transparent 26%),
    linear-gradient(135deg, var(--purple), var(--purple-deep));
  isolation: isolate;
}

.contact-section::before {
  position: absolute;
  z-index: -1;
  top: -260px;
  right: -180px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.contact-section::after {
  position: absolute;
  z-index: -1;
  top: -125px;
  right: -45px;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.contact-glow {
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.13), transparent 28%);
}

.contact-content h2 {
  max-width: 980px;
  margin: 24px 0 30px;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.94;
}

.contact-content > p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.6;
}

.button-light {
  color: var(--purple-deep);
  background: #fff;
  box-shadow: 0 15px 36px rgba(20, 10, 34, 0.2);
}

.button-light:hover {
  box-shadow: 0 20px 42px rgba(20, 10, 34, 0.27);
}

.button-ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.button-ghost-light:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.site-footer {
  padding-block: 44px;
  color: rgba(255, 255, 255, 0.72);
  background: #0d0913;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: end;
}

.footer-name {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.footer-inner p {
  margin: 6px 0 0;
  font-size: 0.78rem;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a,
.footer-links button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: inherit;
  font: inherit;
  font-size: 0.78rem;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease;
}

.footer-link-icon {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-links a:hover,
.footer-links button:hover {
  color: #fff;
}

.footer-links button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.analytics-consent {
  position: fixed;
  z-index: 100;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  left: max(20px, env(safe-area-inset-left));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  width: min(calc(100% - 40px), 900px);
  margin-inline: auto;
  padding: 25px;
  color: var(--ink);
  border: 1px solid rgba(75, 46, 132, 0.16);
  background: rgba(255, 255, 255, 0.97);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(23, 14, 38, 0.24);
}

.analytics-consent[hidden] {
  display: none;
}

@supports (backdrop-filter: blur(20px)) {
  .analytics-consent {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(24px) saturate(1.15);
    -webkit-backdrop-filter: blur(24px) saturate(1.15);
  }
}

.analytics-consent__eyebrow {
  margin: 0 0 6px;
  color: var(--purple);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.analytics-consent h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  letter-spacing: -0.035em;
}

.analytics-consent__copy > p:last-child {
  max-width: 640px;
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.55;
}

.analytics-consent__copy a {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.analytics-consent__actions {
  display: flex;
  gap: 9px;
  align-items: center;
}

.analytics-consent__actions .button {
  min-height: 44px;
  padding: 11px 15px;
  white-space: nowrap;
  cursor: pointer;
}

.analytics-consent__allow {
  color: #fff;
  border-color: var(--purple);
  background: var(--purple);
}

.analytics-consent__allow:hover {
  background: var(--purple-deep);
}

.analytics-consent__decline {
  color: var(--purple-deep);
  border-color: rgba(75, 46, 132, 0.2);
  background: rgba(75, 46, 132, 0.05);
}

.analytics-consent__decline:hover {
  border-color: rgba(75, 46, 132, 0.36);
  background: rgba(75, 46, 132, 0.09);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(34px) scale(0.99);
  transition:
    opacity 900ms var(--ease-out),
    transform 900ms var(--ease-out);
  transition-delay: calc(var(--reveal-delay, 0) * 90ms);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-reveal-delay="1"] {
  --reveal-delay: 1;
}

[data-reveal-delay="2"] {
  --reveal-delay: 2;
}

[data-reveal-delay="3"] {
  --reveal-delay: 3;
}

[data-reveal-delay="4"] {
  --reveal-delay: 4;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 7.6vw, 6rem);
  }

  .signal-card-top {
    left: -18px;
  }

  .signal-card-bottom {
    right: -14px;
  }

  .focus-layout {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 46px;
  }

  .focus-item p {
    font-size: clamp(1.8rem, 3.7vw, 3.2rem);
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 58px;
  }

  .section-shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .header-inner {
    padding-inline: 11px 8px;
  }

  .menu-toggle {
    position: relative;
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: 78px;
    right: 10px;
    left: 10px;
    display: grid;
    gap: 3px;
    padding: 14px;
    visibility: hidden;
    border: 1px solid rgba(75, 46, 132, 0.12);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(32, 20, 52, 0.2);
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top center;
    transition:
      visibility 0s linear 230ms,
      opacity 230ms ease,
      transform 230ms var(--ease-out);
  }

  @supports (backdrop-filter: blur(20px)) {
    .primary-nav {
      background: rgba(255, 255, 255, 0.86);
      backdrop-filter: blur(22px) saturate(1.2);
      -webkit-backdrop-filter: blur(22px) saturate(1.2);
    }
  }

  .primary-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

  .primary-nav a {
    padding: 14px 16px;
    font-size: 0.94rem;
  }

  .primary-nav .nav-contact {
    margin-top: 6px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-block: 125px 88px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero h1 {
    max-width: 780px;
    font-size: clamp(3.4rem, 12.8vw, 6.7rem);
  }

  .hero-lede {
    max-width: 720px;
  }

  .hero-visual {
    width: min(64vw, 380px);
    margin-right: 8vw;
  }

  .scroll-cue {
    display: none;
  }

  .value-layout {
    grid-template-columns: 1fr;
  }

  .section-intro-sticky {
    position: static;
    max-width: 700px;
  }

  .focus-heading {
    grid-template-columns: 1fr;
  }

  .focus-heading h2 {
    justify-self: start;
  }

  .focus-layout {
    grid-template-columns: 1fr;
  }

  .focus-visual-wrap {
    position: relative;
    z-index: 3;
    top: auto;
    min-height: 440px;
    padding-block: 10px 35px;
    background: linear-gradient(180deg, #100b19 72%, transparent);
  }

  .focus-orbit {
    width: min(80vw, 410px);
  }

  .focus-item {
    min-height: auto;
    padding-block: 58px;
  }

  .focus-item:first-child {
    padding-top: 52px;
  }

  .no-vc-feature {
    grid-template-columns: 1fr;
  }

  .no-vc-identity {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .writing-feature {
    grid-template-columns: 1fr;
  }

  .writing-media {
    width: 100%;
  }

  .library-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .library-heading .section-kicker {
    justify-self: start;
  }

  .book-shelf-life,
  .book-shelf-science,
  .book-shelf-entrepreneurship {
    grid-column: 1 / -1;
  }

  .intelligence-card-featured {
    min-height: 560px;
  }

}

@media (max-width: 680px) {
  .section-shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .section {
    padding-block: 86px;
  }

  .wordmark {
    font-size: 0.88rem;
  }

  .wordmark-mark {
    width: 34px;
    height: 34px;
  }

  .hero {
    padding-block: 116px 80px;
  }

  .hero h1 {
    margin-block: 18px 24px;
    font-size: clamp(3rem, 15.2vw, 5.1rem);
    line-height: 0.93;
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .proof ul {
    gap: 7px;
  }

  .proof li {
    padding: 8px 10px;
    font-size: 0.7rem;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .analytics-consent {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    border-radius: 20px;
  }

  .analytics-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .analytics-consent__actions .button {
    justify-content: center;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    width: min(calc(100% - 48px), 340px);
    margin-right: auto;
    margin-left: auto;
  }

  .portrait-card {
    border-radius: 32px;
  }

  .signal-card-top {
    top: 10%;
    left: -10px;
  }

  .signal-card-bottom {
    right: -9px;
  }

  .value-cards {
    grid-template-columns: 1fr;
  }

  .value-card,
  .value-card:nth-child(2),
  .value-card:nth-child(4) {
    min-height: 290px;
    transform: none;
  }

  .value-card:hover,
  .value-card:nth-child(2):hover,
  .value-card:nth-child(4):hover {
    transform: translateY(-4px);
  }

  .value-card-top {
    margin-bottom: 52px;
  }

  .focus-heading {
    padding-bottom: 45px;
  }

  .focus-layout {
    padding-top: 38px;
  }

  .focus-visual-wrap {
    min-height: 350px;
  }

  .focus-item {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding-block: 42px;
  }

  .focus-item p {
    font-size: clamp(1.65rem, 8vw, 2.4rem);
  }

  .focus-item > span {
    padding-top: 5px;
  }

  .intelligence-heading {
    display: grid;
    margin-bottom: 42px;
  }

  .no-vc-feature {
    min-height: auto;
    margin-bottom: 62px;
    border-radius: 30px;
  }

  .no-vc-identity,
  .no-vc-copy {
    padding: 34px 25px;
  }

  .no-vc-identity {
    min-height: 260px;
  }

  .no-vc-copy h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .intelligence-heading .text-link {
    justify-self: start;
  }

  .intelligence-grid {
    grid-template-columns: 1fr;
  }

  .intelligence-card,
  .intelligence-card-featured {
    min-height: 430px;
    grid-row: auto;
  }

  .intelligence-card:last-child {
    min-height: 430px;
    grid-column: auto;
  }

  .article-visual {
    height: 44%;
  }

  .article-visual-factory span:nth-child(1) {
    left: 10%;
    width: 180px;
    height: 180px;
  }

  .writing-feature {
    grid-template-columns: 1fr;
    padding: 25px;
    border-radius: 30px;
  }

  .writing-media {
    width: 100%;
    margin-inline: auto;
  }

  .writing-actions {
    align-items: stretch;
  }

  .writing-actions .text-link {
    max-width: none;
    justify-content: center;
    padding: 13px;
    text-align: center;
  }

  .archive-panel {
    margin-top: 70px;
  }

  .timeline li {
    grid-template-columns: 58px 1fr;
    gap: 13px;
  }

  .timeline li::before {
    left: 25px;
  }

  .project-drawer-content {
    grid-template-columns: 1fr;
  }

  .library-heading {
    margin-bottom: 42px;
  }

  .book-list-two-column {
    grid-template-columns: 1fr;
  }

  .book-shelf {
    padding: 25px;
  }

  .contact-content h2 {
    font-size: clamp(2.9rem, 13vw, 5rem);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .copyright {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .portrait-card,
  .value-card,
  .intelligence-card__surface,
  .writing-feature {
    border: 1px solid CanvasText;
  }
}

/* --------------------------------------------------------------------------
   Liquid Glass 2026

   A web-native translation of Apple's refined material language: content is
   allowed to stay editorial, while navigation and compact controls use quiet
   diffusion, a defined dark perimeter, and a bright specular edge.
   -------------------------------------------------------------------------- */

:root {
  --purple: #6849ad;
  --purple-deep: #2b1b4a;
  --purple-mid: #8065bd;
  --purple-bright: #9d7cf0;
  --accent-text: #6849ad;
  --accent-small: #704da8;
  --on-dark-text: #f4f1f8;
  --egyptian-rust: #a94420;
  --lavender: #f0ebfb;
  --lavender-strong: #e5dcf7;
  --ink: #12111a;
  --ink-soft: #35323f;
  --muted: #66616f;
  --paper: #f7f6fa;
  --paper-warm: #f2eff7;
  --line: rgba(37, 30, 52, 0.14);
  --line-light: rgba(255, 255, 255, 0.2);
  --glass-surface: rgba(255, 255, 255, 0.58);
  --glass-surface-strong: rgba(255, 255, 255, 0.78);
  --glass-edge: rgba(36, 29, 50, 0.17);
  --glass-edge-light: rgba(255, 255, 255, 0.9);
  --glass-shadow: 0 22px 65px rgba(35, 26, 52, 0.12);
  --glass-shadow-soft: 0 12px 34px rgba(35, 26, 52, 0.08);
  --radius-sm: 18px;
  --radius-md: 32px;
  --radius-lg: 52px;
  --shell: 1200px;
  color-scheme: light dark;
}

html {
  background: #eeecf3;
}

body {
  position: relative;
  isolation: isolate;
  color: var(--ink);
  background: #f6f5f8;
  font-size: 17px;
  line-height: 1.58;
}

.liquid-backdrop {
  position: fixed;
  z-index: -10;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 34%),
    #f4f2f7;
}

.liquid-backdrop__field {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.86;
}

.liquid-backdrop__field--violet {
  top: -22vw;
  right: -9vw;
  width: min(64vw, 980px);
  aspect-ratio: 1;
  background: radial-gradient(circle at 38% 39%, rgba(255, 255, 255, 0.95), rgba(196, 178, 235, 0.5) 33%, rgba(124, 92, 189, 0.12) 62%, transparent 72%);
}

.liquid-backdrop__field--blue {
  top: 35vh;
  left: -24vw;
  width: min(58vw, 820px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(151, 202, 255, 0.22), rgba(161, 151, 226, 0.1) 52%, transparent 70%);
}

.liquid-backdrop__field--warm {
  right: -18vw;
  bottom: -30vw;
  width: min(62vw, 900px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 188, 151, 0.16), rgba(199, 171, 235, 0.08) 52%, transparent 70%);
}

::selection {
  color: #fff;
  background: #6849ad;
}

:focus-visible {
  outline-color: rgba(111, 76, 190, 0.78);
  outline-offset: 4px;
}

.section {
  padding-block: clamp(104px, 11vw, 168px);
}

.eyebrow,
.micro-label {
  color: var(--accent-small);
  font-weight: 760;
  letter-spacing: 0.16em;
}

/* Keep small text and icon accents separate from purple brand fills. */

.eyebrow.eyebrow-light {
  color: var(--on-dark-text);
}

.text-link,
.timeline a {
  color: var(--accent-text);
}

.article-index,
.card-number,
.timeline-year,
.book-list li::before,
.book-list a > span:last-child,
.book-shelf header .micro-label,
.signal-index {
  color: var(--accent-small);
}

.value-card svg,
.project-group-icon {
  stroke: var(--accent-text);
}

.no-vc-kicker,
.no-vc-domain {
  color: #fff;
}

.no-vc-mark span {
  color: rgba(255, 255, 255, 0.78);
}

.no-vc-topics span {
  color: #fff;
}

.no-vc-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.93);
}

.intelligence-card-featured .article-index {
  color: #fff;
  text-shadow: 0 1px 12px rgba(17, 8, 28, 0.7);
}

.orbit-label {
  color: rgba(255, 255, 255, 0.9);
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.section-kicker,
.hero-lede,
.value-card p,
.article-description {
  text-wrap: pretty;
}

/* Floating navigation material */

.site-header {
  top: 18px;
  width: min(calc(100% - 32px), 1100px);
  height: 62px;
  border: 1px solid var(--glass-edge);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.48)),
    rgba(246, 244, 250, 0.55);
  box-shadow:
    inset 0 1px 0 var(--glass-edge-light),
    inset 0 -1px 0 rgba(255, 255, 255, 0.34),
    0 16px 44px rgba(34, 25, 49, 0.11),
    0 2px 8px rgba(34, 25, 49, 0.05);
}

.site-header::before {
  position: absolute;
  inset: 1px 12% auto;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.96), transparent);
  content: "";
}

@supports (backdrop-filter: blur(18px)) {
  .site-header {
    backdrop-filter: blur(30px) saturate(1.7) contrast(1.03);
    -webkit-backdrop-filter: blur(30px) saturate(1.7) contrast(1.03);
  }
}

.site-header.is-scrolled {
  border-color: rgba(37, 29, 52, 0.21);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 244, 250, 0.64)),
    rgba(246, 244, 250, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.4),
    0 20px 50px rgba(34, 25, 49, 0.14);
}

.header-inner {
  padding-inline: 12px 10px;
}

.wordmark {
  gap: 11px;
  min-height: 44px;
  font-size: 0.92rem;
  font-weight: 700;
}

.wordmark-logo {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  filter: drop-shadow(0 5px 9px rgba(56, 35, 91, 0.12));
  transition: transform 220ms var(--ease-out);
}

.wordmark:hover .wordmark-logo {
  transform: translateX(1px);
}

.primary-nav {
  gap: 3px;
}

.primary-nav a {
  min-height: 44px;
  padding: 10px 13px;
  color: #403b49;
  font-size: 0.8rem;
  font-weight: 640;
  border: 1px solid transparent;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms var(--ease-out);
}

.primary-nav a:hover,
.primary-nav a[aria-current="true"] {
  color: #41286f;
  border-color: rgba(54, 38, 80, 0.12);
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 5px 14px rgba(49, 35, 73, 0.08);
}

.primary-nav a:active {
  transform: scale(0.97);
}

.primary-nav .nav-contact,
.primary-nav .nav-contact:hover,
.primary-nav .nav-contact[aria-current="true"] {
  color: #fff;
  border-color: rgba(56, 31, 95, 0.36);
  background:
    linear-gradient(180deg, rgba(126, 89, 201, 0.98), rgba(91, 57, 155, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.43),
    inset 0 -1px 0 rgba(31, 15, 55, 0.2),
    0 8px 20px rgba(76, 46, 128, 0.22);
}

.menu-toggle {
  width: 44px;
  height: 44px;
}

.menu-toggle > span:not(.sr-only) {
  left: 12px;
}

/* Hero: brand-forward content under quiet glass controls */

.hero {
  min-height: max(820px, 100svh);
  padding-block: 142px 100px;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.84), transparent 26%),
    radial-gradient(circle at 81% 36%, rgba(183, 161, 229, 0.2), transparent 38%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.54), rgba(244, 241, 249, 0.28));
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 13%;
  right: 4%;
  width: min(48vw, 690px);
  aspect-ratio: 1;
  border: 1px solid rgba(67, 48, 96, 0.09);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.92), rgba(225, 216, 244, 0.72) 26%, rgba(168, 139, 219, 0.16) 58%, rgba(255, 255, 255, 0.08) 68%),
    rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    inset 22px 18px 42px rgba(255, 255, 255, 0.42),
    inset -24px -30px 52px rgba(89, 58, 145, 0.08),
    0 40px 110px rgba(75, 50, 119, 0.08);
  content: "";
}

.hero::after {
  right: -18%;
  bottom: -50%;
  width: 820px;
  height: 820px;
  border-color: rgba(72, 50, 104, 0.07);
}

.ambient-orb-one {
  top: 10%;
  right: 5%;
  width: min(48vw, 640px);
  opacity: 0.44;
  background: radial-gradient(circle at 36% 31%, rgba(255, 255, 255, 0.8), rgba(170, 143, 220, 0.13) 48%, transparent 71%);
  animation: none;
}

.ambient-orb-two {
  bottom: -2%;
  left: -12%;
  opacity: 0.7;
  background: radial-gradient(circle, rgba(113, 168, 232, 0.12), transparent 68%);
}

.ambient-grid {
  opacity: 0.1;
  background-size: 64px 64px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(350px, 0.66fr);
  gap: clamp(58px, 8vw, 124px);
}

.hero h1 {
  max-width: 850px;
  margin: 24px 0 30px;
  font-size: clamp(3.8rem, 7.35vw, 7.4rem);
  font-weight: 680;
  letter-spacing: -0.073em;
  line-height: 0.9;
}

.hero h1 span {
  color: #6645aa;
  background: linear-gradient(115deg, #3d2869 4%, #6c49b0 44%, #966eda 74%, #556fd0 108%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lede {
  color: #3f3a47;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.62;
}

.proof li,
.signal-card {
  color: #3f3948;
  border: 1px solid rgba(42, 33, 58, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.5)),
    rgba(247, 245, 251, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 8px 22px rgba(43, 32, 61, 0.07);
}

@supports (backdrop-filter: blur(14px)) {
  .proof li,
  .signal-card {
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
  }
}

.proof li {
  padding: 9px 13px;
  font-size: 0.72rem;
  font-weight: 590;
}

.button {
  position: relative;
  min-height: 52px;
  padding: 13px 19px;
  overflow: hidden;
  border: 1px solid rgba(44, 32, 62, 0.18);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 10px 26px rgba(43, 31, 61, 0.1);
  transition:
    transform 180ms var(--ease-out),
    box-shadow 220ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button::before {
  position: absolute;
  inset: 1px 10% auto;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  content: "";
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.button-primary {
  color: #fff;
  border-color: rgba(49, 29, 81, 0.4);
  background: linear-gradient(180deg, rgba(133, 94, 211, 0.98), rgba(82, 49, 143, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(28, 13, 49, 0.25),
    0 14px 30px rgba(75, 43, 130, 0.25);
}

.button-primary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -1px 0 rgba(28, 13, 49, 0.25),
    0 18px 36px rgba(75, 43, 130, 0.29);
}

.button-secondary {
  color: #2e2935;
  border-color: rgba(43, 32, 58, 0.17);
  background: rgba(255, 255, 255, 0.55);
}

@supports (backdrop-filter: blur(16px)) {
  .button-secondary,
  .button-ghost-light {
    backdrop-filter: blur(18px) saturate(1.45);
    -webkit-backdrop-filter: blur(18px) saturate(1.45);
  }
}

.portrait-card {
  aspect-ratio: 0.92;
  border: 1px solid rgba(44, 32, 62, 0.28);
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(52, 35, 78, 0.12),
    0 40px 100px rgba(51, 33, 82, 0.22),
    0 8px 28px rgba(51, 33, 82, 0.1);
  transform: rotate(1deg);
}

.portrait-card::before {
  position: absolute;
  z-index: 3;
  top: 1px;
  right: 12%;
  left: 12%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.98), transparent);
  content: "";
}

.portrait-card::after {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow:
    inset 0 -110px 90px rgba(24, 16, 38, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.signal-card {
  animation: none;
}

.signal-pulse {
  background: #7751c7;
  box-shadow: 0 0 0 5px rgba(119, 81, 199, 0.13);
}

/* Editorial content cards */

.value-section,
.story-section,
.library-section {
  background: transparent;
}

.intelligence-section {
  background:
    linear-gradient(180deg, rgba(239, 235, 246, 0.72), rgba(247, 246, 249, 0.4));
  border-block: 1px solid rgba(43, 32, 58, 0.07);
}

.value-card,
.intelligence-card__surface,
.archive-panel,
.project-drawer,
.book-shelf {
  border: 1px solid var(--glass-edge);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(251, 249, 253, 0.64)),
    rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 var(--glass-edge-light),
    inset 0 -1px 0 rgba(255, 255, 255, 0.34),
    var(--glass-shadow-soft);
}

.value-card {
  min-height: 320px;
  padding: 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 8%, rgba(139, 105, 209, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(248, 246, 251, 0.62));
}

.value-card::before {
  position: absolute;
  inset: 1px 15% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.96), transparent);
  content: "";
}

.value-card:nth-child(2),
.value-card:nth-child(4) {
  transform: translateY(28px);
}

.value-card:hover {
  border-color: rgba(68, 45, 107, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 24px 58px rgba(45, 31, 67, 0.13);
  transform: translateY(-4px);
}

.value-card:nth-child(2):hover,
.value-card:nth-child(4):hover {
  transform: translateY(24px);
}

.no-vc-feature {
  border: 1px solid rgba(23, 13, 38, 0.68);
  background:
    radial-gradient(circle at 17% 17%, rgba(172, 132, 239, 0.5), transparent 32%),
    radial-gradient(circle at 88% 74%, rgba(92, 133, 219, 0.23), transparent 34%),
    linear-gradient(145deg, rgba(78, 46, 135, 0.98), rgba(24, 18, 38, 0.99) 74%);
  border-radius: 52px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28),
    0 38px 100px rgba(42, 24, 69, 0.24);
}

.no-vc-feature::before {
  border-color: rgba(255, 255, 255, 0.12);
}

.no-vc-topics span {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.button-light {
  color: #2b1b4a;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 16px 36px rgba(16, 8, 28, 0.22);
}

.intelligence-card {
  perspective: none;
}

.intelligence-card__surface {
  border-radius: 34px;
  transform-style: flat;
}

.intelligence-card:hover .intelligence-card__surface {
  border-color: rgba(69, 47, 106, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 28px 70px rgba(44, 30, 67, 0.15);
  transform: translateY(-3px);
}

.intelligence-card-featured .intelligence-card__surface {
  border-color: rgba(25, 14, 42, 0.72);
  background:
    radial-gradient(circle at 74% 23%, rgba(168, 124, 237, 0.62), transparent 31%),
    radial-gradient(circle at 24% 76%, rgba(87, 117, 204, 0.18), transparent 34%),
    linear-gradient(145deg, #573692, #21172f 74%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    0 24px 62px rgba(49, 28, 80, 0.2);
}

/* Dark showcase material */

.focus-section,
.contact-section {
  width: min(calc(100% - 32px), 1560px);
  margin-inline: auto;
  overflow: clip;
  border: 1px solid rgba(12, 8, 20, 0.84);
  border-radius: 64px;
  background:
    radial-gradient(circle at 20% 22%, rgba(146, 100, 226, 0.28), transparent 30%),
    radial-gradient(circle at 80% 74%, rgba(73, 104, 181, 0.18), transparent 28%),
    linear-gradient(145deg, #171020, #0b0910 76%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4),
    0 40px 100px rgba(25, 16, 37, 0.24);
}

.focus-noise {
  opacity: 0.12;
}

.orbit-ring-one,
.orbit-ring-two {
  animation: none;
}

.focus-orbit::before {
  border: 1px solid rgba(255, 255, 255, 0.17);
  background:
    radial-gradient(circle at 32% 25%, rgba(255, 255, 255, 0.74), transparent 14%),
    radial-gradient(circle at 38% 35%, rgba(181, 148, 239, 0.88), rgba(89, 55, 151, 0.76) 42%, rgba(24, 16, 39, 0.26) 69%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset -34px -38px 74px rgba(12, 8, 19, 0.62),
    inset 18px 14px 38px rgba(255, 255, 255, 0.15),
    0 0 100px rgba(119, 78, 197, 0.26);
}

.focus-item {
  min-height: min(48vh, 430px);
}

.focus-item.is-active,
.focus-item:focus-visible {
  text-shadow: 0 10px 34px rgba(146, 105, 224, 0.18);
}

/* Personal-story content keeps its own brand expression */

.writing-feature {
  border: 1px solid rgba(55, 45, 34, 0.27);
  border-radius: 40px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 28px 74px rgba(65, 46, 31, 0.11);
}

.writing-feature::before {
  border-radius: 30px;
}

.writing-feature .button-primary {
  border-color: rgba(22, 77, 67, 0.42);
  background: linear-gradient(180deg, #2f7f70, #26695d);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 15px 32px rgba(47, 127, 112, 0.22);
}

.archive-panel {
  padding: clamp(30px, 5vw, 68px);
  border-radius: 44px;
}

.archive-content {
  max-width: 900px;
  padding-top: 0;
}

.timeline-year {
  border: 1px solid rgba(74, 49, 117, 0.12);
  background: rgba(239, 234, 249, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.project-drawer {
  padding-inline: clamp(22px, 4vw, 44px);
  border-block: 1px solid var(--glass-edge);
  border-radius: 34px;
}

.drawer-control {
  border-color: rgba(45, 34, 61, 0.17);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.library-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(139, 105, 209, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(238, 235, 242, 0.45), rgba(247, 246, 249, 0.2));
  border-top: 1px solid rgba(43, 32, 58, 0.07);
}

.book-shelf {
  border-radius: 34px;
}

.book-shelf::before {
  top: 1px;
  right: 18%;
  left: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.96), transparent);
}

.book-shelf-science {
  background:
    radial-gradient(circle at 96% 4%, rgba(132, 97, 199, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(248, 246, 251, 0.64));
}

.contact-section {
  margin-top: 16px;
  padding-block: clamp(118px, 14vw, 196px);
}

.contact-section::before,
.contact-section::after {
  border-color: rgba(255, 255, 255, 0.11);
}

.contact-glow {
  background: radial-gradient(circle at 76% 22%, rgba(177, 139, 238, 0.22), transparent 27%);
}

.button-ghost-light {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 28px rgba(0, 0, 0, 0.13);
}

.site-footer {
  margin-top: -32px;
  padding-block: 76px 44px;
  background: #0a080d;
}

.analytics-consent {
  border: 1px solid rgba(39, 29, 54, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 246, 251, 0.82)),
    rgba(247, 245, 250, 0.78);
  border-radius: 30px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 30px 90px rgba(24, 15, 38, 0.25);
}

@supports (backdrop-filter: blur(20px)) {
  .analytics-consent {
    backdrop-filter: blur(30px) saturate(1.55);
    -webkit-backdrop-filter: blur(30px) saturate(1.55);
  }
}

.js [data-reveal] {
  transform: translateY(24px) scale(0.995);
  transition-duration: 680ms;
}

/* Responsive material tuning */

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.66fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 7.7vw, 6rem);
  }
}

@media (max-width: 900px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    height: 58px;
  }

  .primary-nav {
    top: 76px;
    border: 1px solid rgba(39, 29, 54, 0.2);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 245, 250, 0.84)),
      rgba(247, 245, 250, 0.82);
    border-radius: 30px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      0 26px 72px rgba(31, 21, 46, 0.22);
  }

  @supports (backdrop-filter: blur(20px)) {
    .primary-nav {
      backdrop-filter: blur(28px) saturate(1.55);
      -webkit-backdrop-filter: blur(28px) saturate(1.55);
    }
  }

  .primary-nav a {
    min-height: 48px;
  }

  .hero {
    min-height: auto;
    padding-block: 126px 92px;
  }

  .hero::before {
    top: 16%;
    right: -15%;
    width: min(80vw, 650px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 12.7vw, 6.5rem);
  }

  .focus-section,
  .contact-section {
    width: calc(100% - 20px);
    border-radius: 48px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .section {
    padding-block: 90px;
  }

  .hero {
    padding-block: 116px 82px;
  }

  .hero::before {
    top: 17%;
    right: -33%;
    width: 115vw;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .portrait-card {
    border-radius: 38px;
  }

  .value-card:nth-child(2),
  .value-card:nth-child(4),
  .value-card:nth-child(2):hover,
  .value-card:nth-child(4):hover {
    transform: none;
  }

  .no-vc-feature,
  .focus-section,
  .contact-section {
    border-radius: 36px;
  }

  .archive-panel {
    padding: 26px 20px;
    border-radius: 32px;
  }

  .project-drawer,
  .book-shelf,
  .intelligence-card__surface,
  .value-card {
    border-radius: 28px;
  }

  .contact-section {
    width: calc(100% - 12px);
  }

  .site-footer {
    margin-top: -20px;
    padding-top: 62px;
  }
}

/* System appearance and accessibility */

@media (prefers-color-scheme: dark) {
  :root {
    --accent-text: #c7aeff;
    --accent-small: #d4c2ff;
    --ink: #f4f1f8;
    --ink-soft: #d5cfdd;
    --muted: #c7c0cc;
    --paper: #0e0c12;
    --paper-warm: #141019;
    --line: rgba(255, 255, 255, 0.13);
    --glass-surface: rgba(35, 30, 43, 0.68);
    --glass-surface-strong: rgba(42, 35, 51, 0.82);
    --glass-edge: rgba(255, 255, 255, 0.16);
    --glass-edge-light: rgba(255, 255, 255, 0.2);
  }

  html,
  body {
    background: #0b0910;
  }

  .liquid-backdrop {
    background:
      linear-gradient(180deg, rgba(28, 21, 38, 0.35), transparent 34%),
      #0b0910;
  }

  .liquid-backdrop__field--violet {
    opacity: 0.4;
  }

  .liquid-backdrop__field--blue,
  .liquid-backdrop__field--warm {
    opacity: 0.34;
  }

  .site-header,
  .site-header.is-scrolled {
    border-color: rgba(255, 255, 255, 0.17);
    background:
      linear-gradient(180deg, rgba(45, 38, 54, 0.86), rgba(27, 23, 33, 0.7)),
      rgba(24, 20, 29, 0.7);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      inset 0 -1px 0 rgba(0, 0, 0, 0.35),
      0 18px 50px rgba(0, 0, 0, 0.28);
  }

  .primary-nav a {
    color: #d9d3e0;
  }

  .primary-nav a:hover,
  .primary-nav a[aria-current="true"] {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }

  .hero {
    background:
      radial-gradient(circle at 72% 24%, rgba(91, 66, 122, 0.25), transparent 28%),
      radial-gradient(circle at 81% 36%, rgba(123, 89, 174, 0.18), transparent 40%),
      linear-gradient(160deg, rgba(21, 17, 27, 0.8), rgba(13, 11, 17, 0.42));
  }

  .hero::before {
    border-color: rgba(255, 255, 255, 0.08);
    background:
      radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.28), rgba(132, 95, 182, 0.25) 30%, rgba(75, 52, 111, 0.12) 58%, rgba(255, 255, 255, 0.02) 69%),
      rgba(255, 255, 255, 0.02);
  }

  .hero h1 span {
    background: linear-gradient(115deg, #d9c8ff 4%, #b99bed 48%, #ad91f0 72%, #8ca7ff 108%);
    background-clip: text;
    -webkit-background-clip: text;
  }

  .hero-lede,
  .proof li {
    color: #d8d1df;
  }

  .proof li,
  .button-secondary {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .signal-card {
    color: #f1ecf6;
    border-color: rgba(255, 255, 255, 0.34);
    background:
      linear-gradient(180deg, rgba(45, 39, 53, 0.94), rgba(24, 20, 29, 0.9)),
      rgba(16, 13, 21, 0.9);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      0 14px 34px rgba(0, 0, 0, 0.34);
  }

  .signal-pulse {
    background: var(--accent-small);
    box-shadow: 0 0 0 5px rgba(212, 194, 255, 0.2);
  }

  .button-secondary {
    color: #f4f1f8;
  }

  .value-section,
  .story-section {
    background: transparent;
  }

  .intelligence-section,
  .library-section {
    border-color: rgba(255, 255, 255, 0.07);
    background:
      linear-gradient(180deg, rgba(28, 23, 34, 0.74), rgba(14, 12, 18, 0.4));
  }

  .value-card,
  .intelligence-card__surface,
  .archive-panel,
  .project-drawer,
  .book-shelf,
  .book-shelf-science {
    color: var(--ink);
    border-color: rgba(255, 255, 255, 0.26);
    background:
      radial-gradient(circle at 92% 8%, rgba(132, 92, 198, 0.1), transparent 28%),
      linear-gradient(145deg, rgba(40, 34, 48, 0.9), rgba(24, 21, 29, 0.78));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.15),
      inset 0 -1px 0 rgba(0, 0, 0, 0.25),
      0 16px 44px rgba(0, 0, 0, 0.18);
  }

  .intelligence-card-featured .intelligence-card__surface {
    background:
      radial-gradient(circle at 74% 23%, rgba(168, 124, 237, 0.58), transparent 31%),
      linear-gradient(145deg, #573692, #21172f 74%);
  }

  .timeline p,
  .project-group a,
  .project-entry,
  .book-list a,
  .article-description {
    color: var(--ink-soft);
  }

  .timeline-year {
    color: var(--accent-small);
    border-color: rgba(212, 194, 255, 0.4);
    background: rgba(116, 80, 177, 0.28);
  }

  .timeline li::before {
    background: rgba(212, 194, 255, 0.3);
  }

  .text-link,
  .timeline a {
    color: var(--accent-text);
    border-color: rgba(199, 174, 255, 0.52);
  }

  .project-group a:hover,
  .book-list a:hover {
    color: var(--accent-text);
  }

  .project-group-icon,
  .value-card svg {
    stroke: var(--accent-text);
  }

  .button-ghost-light {
    border-color: rgba(255, 255, 255, 0.42);
  }

  .drawer-control {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07);
  }

  .drawer-control::before,
  .drawer-control::after {
    background: #f3eef8;
  }

  .analytics-consent {
    color: var(--ink);
    border-color: rgba(255, 255, 255, 0.16);
    background:
      linear-gradient(180deg, rgba(43, 37, 51, 0.95), rgba(26, 22, 31, 0.9)),
      rgba(24, 20, 29, 0.88);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 30px 90px rgba(0, 0, 0, 0.4);
  }

  .analytics-consent__copy > p:last-child {
    color: var(--ink-soft);
  }

  .analytics-consent__eyebrow,
  .analytics-consent__copy a {
    color: var(--accent-small);
  }

  .analytics-consent__allow {
    color: #21172f;
    border-color: var(--accent-small);
    background: var(--accent-small);
  }

  .analytics-consent__allow:hover {
    color: #171020;
    background: #e1d8ff;
  }

  .analytics-consent__decline {
    color: var(--ink);
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
  }
}

@media (prefers-color-scheme: dark) and (max-width: 900px) {
  .primary-nav {
    border-color: rgba(255, 255, 255, 0.16);
    background:
      linear-gradient(180deg, rgba(43, 37, 51, 0.96), rgba(25, 21, 30, 0.91)),
      rgba(24, 20, 29, 0.9);
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .primary-nav,
  .proof li,
  .signal-card,
  .button-secondary,
  .analytics-consent {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #f7f5fa;
  }

  .value-card,
  .intelligence-card__surface,
  .archive-panel,
  .project-drawer,
  .book-shelf {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #fff;
  }
}

@media (prefers-contrast: more) {
  .site-header,
  .primary-nav,
  .proof li,
  .signal-card,
  .button,
  .value-card,
  .intelligence-card__surface,
  .archive-panel,
  .project-drawer,
  .book-shelf,
  .analytics-consent {
    border-color: currentColor;
  }
}

@media (prefers-color-scheme: dark) and (prefers-reduced-transparency: reduce) {
  .site-header,
  .primary-nav,
  .proof li,
  .signal-card,
  .button-secondary,
  .analytics-consent {
    color: #f4f1f8;
    background: #211c28;
  }

  .value-card,
  .intelligence-card__surface,
  .archive-panel,
  .project-drawer,
  .book-shelf {
    background: #1d1923;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal],
  .js [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .site-header,
  .primary-nav,
  .proof li,
  .signal-card,
  .button,
  .portrait-card,
  .value-card,
  .no-vc-feature,
  .intelligence-card__surface,
  .focus-section,
  .writing-feature,
  .archive-panel,
  .project-drawer,
  .book-shelf,
  .contact-section,
  .analytics-consent {
    color: CanvasText;
    border: 1px solid CanvasText;
    background: Canvas;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
