:root {
  color-scheme: dark;
  --ink: #070c12;
  --night: #0c1620;
  --paper: #f1ede4;
  --muted: #b8b4ac;
  --amber: #d6a75d;
  --rule: rgb(214 167 93 / 0.65);
  --faint-rule: rgb(241 237 228 / 0.16);
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
}

* { box-sizing: border-box; }

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
}

a { color: inherit; }

a:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 1rem;
  left: 1rem;
  transform: translateY(-180%);
  padding: 0.75rem 1rem;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

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

.page-shell { overflow: clip; }

.hero {
  position: relative;
  display: grid;
  min-height: max(43rem, 100svh);
  isolation: isolate;
  overflow: hidden;
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-wash {
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(3 8 13 / 0.87) 0%, rgb(3 8 13 / 0.58) 39%, rgb(3 8 13 / 0.1) 75%),
    linear-gradient(0deg, rgb(3 8 13 / 0.58), transparent 40%);
}

.hero-content {
  align-self: start;
  width: min(100% - 3rem, 86rem);
  margin: 0 auto;
  padding-top: clamp(2rem, 4vw, 4rem);
}

.eyebrow,
.hero-note,
.site-footer,
.feature-name,
.concept-label {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  color: #ded8cc;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.4;
}

.eyebrow span,
.section-mark,
.podcast-rule {
  width: 2.5rem;
  height: 1px;
  background: var(--amber);
}

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

h1,
h2,
h3 { font-family: var(--serif); font-weight: 400; }

h1 {
  margin: clamp(1rem, 2vw, 1.65rem) 0 1.3rem;
  font-size: clamp(4rem, 10vw, 9.2rem);
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.title-line { display: block; }

.hero-intro {
  max-width: 29rem;
  margin-bottom: 2rem;
  color: #e2ded6;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  line-height: 1.35;
}

.glimpse-link {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  max-width: 100%;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--rule);
  color: var(--paper);
  font-size: 0.875rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.arrow { flex: 0 0 auto; font-size: 1.1rem; line-height: 0.7; }

.hero-note {
  align-self: end;
  justify-self: end;
  margin: 0 1.5rem 1.6rem;
  color: rgb(241 237 228 / 0.72);
  font-size: 0.75rem;
}

.glimpse {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.75fr);
  column-gap: clamp(3rem, 10vw, 12rem);
  width: min(100% - 3rem, 70rem);
  margin: 0 auto;
  padding: clamp(6rem, 15vw, 12rem) 0 clamp(5rem, 10vw, 8rem);
}

.section-mark { grid-column: 1 / -1; margin-bottom: 1.7rem; }
.glimpse-copy .eyebrow { display: block; margin-bottom: 1rem; }

.glimpse-copy h2,
.experiences-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.55rem, 5.2vw, 5.1rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.glimpse-copy h2 { max-width: 9.5ch; }

.glimpse-detail {
  align-self: end;
  max-width: 27rem;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.4vw, 1.25rem);
  line-height: 1.52;
}

.glimpse-detail p + p { margin-top: 1.25rem; }

.podcast {
  width: min(100% - 3rem, 70rem);
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  border-top: 1px solid var(--faint-rule);
}

.podcast-rule { margin-bottom: 1.7rem; }
.podcast .eyebrow { margin-bottom: 1rem; }

.podcast h2 {
  max-width: 12ch;
  margin-bottom: 1.2rem;
  font-size: clamp(2.2rem, 4.2vw, 4.3rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.podcast > p:last-child {
  max-width: 38rem;
  margin-bottom: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.4vw, 1.25rem);
  line-height: 1.52;
}

.experiences {
  width: min(100% - 3rem, 70rem);
  margin: 0 auto;
  padding: clamp(5.5rem, 11vw, 9rem) 0 clamp(6rem, 12vw, 10rem);
  border-top: 1px solid var(--faint-rule);
}

.experiences-heading { max-width: 45rem; }
.experiences-heading .eyebrow { margin-bottom: 1rem; }
.experiences-heading h2 { max-width: 10ch; }

.concept-label {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.experience-list { margin-top: clamp(4rem, 8vw, 7rem); }

.feature {
  display: grid;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: center;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border-top: 1px solid var(--faint-rule);
}

.feature-reverse .feature-visual { order: 2; }
.feature-reverse .feature-copy { order: 1; }

.feature-visual {
  width: 100%;
  max-width: 22rem;
  color: var(--amber);
}

.feature-reverse .feature-visual { justify-self: end; }
.feature-visual svg { display: block; width: 100%; height: auto; overflow: visible; }

.feature-visual path,
.feature-visual circle,
.feature-visual rect {
  vector-effect: non-scaling-stroke;
}

.ask-trace,
.map-link,
.current-thread {
  stroke: currentColor;
  stroke-width: 1.5;
}

.ask-baseline { stroke: rgb(241 237 228 / 0.28); stroke-width: 1; }
.ask-anchor,
.map-node,
.current-point { fill: var(--paper); stroke: var(--amber); stroke-width: 1.5; }
.current-frame { fill: rgb(214 167 93 / 0.06); stroke: var(--amber); stroke-width: 1.5; }

.feature-copy { max-width: 31rem; }

.feature-name {
  margin-bottom: 0.8rem;
  color: #ded8cc;
  font-size: 0.75rem;
  font-weight: 650;
}

.feature h3 {
  max-width: 17ch;
  margin-bottom: 0.9rem;
  font-size: clamp(1.9rem, 3vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.feature-copy > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.06rem, 1.3vw, 1.18rem);
  line-height: 1.5;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  width: min(100% - 3rem, 86rem);
  margin: 0 auto;
  padding: 1.4rem 0 1.8rem;
  border-top: 1px solid var(--faint-rule);
  color: rgb(241 237 228 / 0.62);
  font-size: 0.75rem;
}

.site-footer p { margin: 0; }

.feature-visual.is-animating .ask-trace,
.feature-visual.is-animating .map-link,
.feature-visual.is-animating .current-thread {
  stroke-dasharray: 1;
  animation: trace 1.7s ease both;
}

.feature-visual.is-animating .ask-anchor { animation: anchor-in 0.55s ease both; }
.feature-visual.is-animating .ask-anchor-one { animation-delay: 0.25s; }
.feature-visual.is-animating .ask-anchor-two { animation-delay: 0.6s; }
.feature-visual.is-animating .ask-anchor-three { animation-delay: 0.95s; }
.feature-visual.is-animating .ask-anchor-four { animation-delay: 1.3s; }

.feature-visual.is-animating .map-link-one { animation-delay: 0.05s; }
.feature-visual.is-animating .map-link-two { animation-delay: 0.3s; }
.feature-visual.is-animating .map-link-three { animation-delay: 0.55s; }
.feature-visual.is-animating .map-node { animation: node-in 0.65s ease both; }
.feature-visual.is-animating .map-node-one { animation-delay: 0.45s; }
.feature-visual.is-animating .map-node-two { animation-delay: 0.75s; }
.feature-visual.is-animating .map-node-three { animation-delay: 1.05s; }
.feature-visual.is-animating .map-node-four { animation-delay: 1.35s; }

.feature-visual.is-animating .current-frame { animation: frame-in 0.7s ease both; }
.feature-visual.is-animating .current-frame-one { animation-delay: 0.1s; }
.feature-visual.is-animating .current-frame-two { animation-delay: 0.35s; }
.feature-visual.is-animating .current-frame-three { animation-delay: 0.6s; }
.feature-visual.is-animating .current-thread { animation-delay: 0.75s; }
.feature-visual.is-animating .current-point { animation: anchor-in 0.5s ease both; }
.feature-visual.is-animating .current-point-one { animation-delay: 1.15s; }
.feature-visual.is-animating .current-point-two { animation-delay: 1.38s; }
.feature-visual.is-animating .current-point-three { animation-delay: 1.61s; }

@keyframes trace {
  from { opacity: 0.2; stroke-dashoffset: 1; }
  to { opacity: 1; stroke-dashoffset: 0; }
}

@keyframes anchor-in {
  from { opacity: 0; transform: scale(0.35); transform-box: fill-box; transform-origin: center; }
  to { opacity: 1; transform: scale(1); transform-box: fill-box; transform-origin: center; }
}

@keyframes node-in {
  from { opacity: 0.2; transform: scale(0.45); transform-box: fill-box; transform-origin: center; }
  to { opacity: 1; transform: scale(1); transform-box: fill-box; transform-origin: center; }
}

@keyframes frame-in {
  from { opacity: 0.2; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 42rem) {
  .hero-content,
  .glimpse,
  .podcast,
  .experiences,
  .site-footer { width: min(100% - 2.25rem, 86rem); }

  .hero { min-height: max(40rem, 100svh); }
  .hero-image { object-position: 58% center; }
  .hero-wash {
    background:
      linear-gradient(90deg, rgb(3 8 13 / 0.78), rgb(3 8 13 / 0.34)),
      linear-gradient(0deg, rgb(3 8 13 / 0.64), transparent 48%);
  }

  .hero-content { padding-top: 2rem; }
  h1 { font-size: clamp(2.35rem, 19vw, 5.4rem); }
  .hero-intro { max-width: 23rem; font-size: 1.16rem; }
  .hero-note { justify-self: start; margin-left: 1.125rem; }

  .glimpse { display: block; padding-top: 5.5rem; }
  .glimpse-copy h2 { max-width: 11ch; margin-bottom: 2.3rem; }
  .podcast { padding: 5rem 0; }
  .feature { display: block; }
  .feature-reverse .feature-visual { justify-self: auto; }
  .feature-visual { max-width: 20rem; margin-bottom: 2.5rem; }
  .site-footer { flex-direction: column; gap: 1rem; }
}

@media (max-width: 22rem) {
  .title-line,
  .title-word { display: block; }

  .podcast h2,
  .feature h3 {
    hyphens: auto;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .feature-visual,
  .feature-visual * { animation: none !important; transition: none !important; }
}
