


@font-face {
  font-family: "Host Grotesk";
  src: url("/fonts/host-grotesk-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("/fonts/host-grotesk-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("/fonts/host-grotesk-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("/fonts/host-grotesk-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display";
  src: url("/fonts/funnel-display-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display";
  src: url("/fonts/funnel-display-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("/fonts/dm-mono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("/fonts/dm-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-ui: "Host Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-numeric: "DM Mono", ui-monospace, "SF Mono", monospace;
  --font-display: "Funnel Display", "Helvetica Neue", Arial, Helvetica, sans-serif;

  
  --canvas: #fff;
  --surface: #f5f5f5;
  --surface-2: #efefef;
  --line: #e1e1e1;
  
  --line-soft: #f2f2f2;
  
  --border-control: #8a8a8a;

  
  --ink: #1c1c1c;
  --ink-2: #545454;
  
  --ink-3: #6a6a6a;

  
  --accent: #3e6a93;
  --accent-ink: #fff;
  
  --accent-on-bar: #829bb3;
  
  --row-selected: #e2edf9;

  
  --bar: #1c1c1c;
  --bar-ink: #fff;
  --bar-ink-2: #cdcdcd;
  --bar-line: rgba(255, 255, 255, 0.15);

  
  --confetti-1: #3e6a93;
  --confetti-2: #1c1c1c;
  --confetti-3: #e2edf9;

  
  --co-crit-ink: #b42d26;

  
  --shadow-1: 0 1px 2px rgba(28, 28, 28, 0.05);
  --shadow-2: 0 1px 2px rgba(28, 28, 28, 0.05), 0 10px 28px rgba(28, 28, 28, 0.07);
  --shadow-3: 0 2px 6px rgba(28, 28, 28, 0.08), 0 24px 60px rgba(28, 28, 28, 0.16);
}


:root {
  --an-ink: #1c1c1c;
  --an-muted: #545454;
  --an-gray-20: #fafafa;
  --an-gray-50: #f5f5f5;
  --an-gray-100: #efefef;
  --an-gray-150: #e1e1e1;
}





:root {
  
  
  --r-2xs: 2px;
  --r-xs: 4px;
  --r-s: 6px;
  --r-m: 8px;
  --r-l: 10px;
  --r-xl: 12px;
  
  --r-2xl: 20px;
  --r-pill: 999px;

  
  --rail-w: 238px;
  --topbar-h: 62px;
  --statusbar-h: 40px;
  
  --ctl-h: 36px;
}


:root {
  
  --t1: 10.5px; 
  --t2: 11.5px; 
  --t3: 12.5px; 
  --t4: 13.5px; 
  --t5: 15px; 
  --t6: 16.5px; 
  --t7: 18.5px; 
  --t8: 21px; 

  
  --d-heading: 24px;
  --d-figure: 27px;
  --d-display: 42.5px;

  
  --text-data-body: var(--t4);
  --text-prose-body: var(--t6);

  
  --stride-data: 4px;
  --stride-prose: 8px;
}





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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: var(--text-data-body);
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: inherit;
}


::selection {
  background: var(--accent);
  color: var(--accent-ink);
}

::-moz-selection {
  background: var(--accent);
  color: var(--accent-ink);
}


.cta::selection,
.cta *::selection {
  background: var(--ink);
  color: var(--accent-on-bar);
}

.cta::-moz-selection,
.cta *::-moz-selection {
  background: var(--ink);
  color: var(--accent-on-bar);
}


:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}


input:focus-visible,
textarea:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: -1px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


.ic {
  width: 16px;
  height: 16px;
}

.ic-20 {
  width: 20px;
  height: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}





.topbar {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 26px 0 0;
  height: var(--topbar-h);
  flex: none;
  background: var(--bar);
  color: var(--bar-ink);
  position: relative;
  z-index: 30;
}


.topbar :focus-visible {
  outline-color: var(--bar-ink);
}


.brandcell {
  width: var(--rail-w);
  flex: none;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 21px;
}


.brandbtn {
  flex: none;
  display: flex;
  align-items: center;
  text-decoration: none;
}


body:has(.rail) .brandcell {
  border-right: 1px solid var(--bar-line);
}


.brandbtn .logo {
  
  height: 16px;
  width: auto;
  display: block;
  flex: none;
}

.ptitle {
  font-size: var(--t5);
  font-weight: 600;
  margin: 0 0 0 22px;
  letter-spacing: -0.008em;
  white-space: nowrap;
  flex: none;
  color: var(--bar-ink);
}


@media (max-width: 1080px) {
  .ptitle {
    display: none;
  }
}


.upill {
  
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: none;
  border: 1.5px solid var(--bar-ink-2);
  border-radius: var(--r-pill);
  padding: 3px 11px;
  font-size: var(--t2);
  font-weight: 600;
  color: var(--bar-ink);
  white-space: nowrap;
  letter-spacing: 0.005em;
}

.upill i {
  
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-on-bar);
  flex: none;
}

.tb-spacer {
  flex: 1 1 0;
  min-width: 22px;
}




.cta {
  display: inline-flex;
  align-items: center;
  height: var(--ctl-h);
  flex: none;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: var(--text-data-body);
  font-weight: 600;
  padding: 0 17px;
  border-radius: var(--r-xl);
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  transition: filter 160ms ease;
}


.topbar .cta {
  background: var(--accent-on-bar);
  color: var(--ink);
}


.cta:hover {
  filter: brightness(0.96);
}


.cta[aria-current] {
  box-shadow: inset 0 0 0 1.5px var(--ink);
}




.kbhint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: none;
  font-size: var(--t2);
  color: var(--ink-2);
  white-space: nowrap;
}

.kbhint .keys {
  display: inline-flex;
  gap: 3px;
}

.kbhint kbd {
  font-family: var(--font-numeric);
  font-size: var(--t2);
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--line);
  border-bottom-width: 2px;
  border-radius: var(--r-xs);
  padding: 2px 6px;
  line-height: 1.15;
  letter-spacing: 0.04em;
}


.kbhint .kbx {
  flex: none;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: var(--r-m);
  color: var(--ink-2);
  font-size: var(--t1);
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  transition:
    opacity 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.kbhint:hover .kbx,
.kbhint:focus-within .kbx,
.kbhint .kbx:focus-visible {
  opacity: 1;
}


@media (hover: none) {
  .kbhint .kbx {
    opacity: 1;
  }
}

.kbhint .kbx:hover {
  background: var(--surface-2);
  color: var(--ink);
}


@media (max-width: 1180px) {
  .kbhint {
    display: none;
  }
}


.topbar .kbhint,
.topbar .kbhint .kbx {
  color: var(--bar-ink-2);
}

.topbar .kbhint kbd {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--bar-ink);
}

.topbar .kbhint .kbx:hover {
  background: rgba(255, 255, 255, 0.16);
  color: var(--bar-ink);
}



.iconbtn {
  width: 29px;
  height: 29px;
  border: 1px solid var(--border-control);
  border-radius: var(--r-m);
  background: var(--canvas);
  color: var(--ink-2);
  font-size: var(--t5);
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: none;
}
.iconbtn:hover {
  border-color: var(--an-muted);
  color: var(--ink);
}

.iconbtn[data-mark="linkedin"] {
  color: var(--ink);
}

.iconbtn[aria-pressed="true"] {
  background: var(--surface-2);
  border-color: var(--ink);
  color: var(--ink);
}


.main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.scrollarea {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}


.foot {
  border-top: 1px solid var(--line-soft);
  height: var(--statusbar-h);
  padding: 0 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--surface);
  flex: none;
  position: relative;
  z-index: 30;
}

.foot .upd {
  font-size: var(--t3);
  color: var(--ink-2);
  white-space: nowrap;
  flex: none;
  
  border-left: 1px solid var(--line);
  padding-left: 14px;
}

.foot .fl {
  margin-left: auto;
  display: flex;
  gap: 16px;
  align-items: center;
  flex: none;
}

.foot .lnk {
  font-size: var(--t3);
  font-weight: 500;
  color: var(--ink);
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 0 1px;
  text-decoration: none;
  transition: border-color 160ms ease;
}

.foot .lnk:hover {
  border-bottom-color: var(--ink);
}

.foot .signout {
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
  flex: none;
}

.foot .signout[disabled] {
  color: var(--ink-2);
  border-bottom-color: transparent;
  cursor: default;
}




.gate {
  position: relative;
  flex: 1;
  display: grid;
  place-items: center;
  padding: 32px;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  
  background:
    radial-gradient(
      132% 94% at 50% 2%,
      var(--canvas) 0%,
      var(--an-gray-20) 26%,
      var(--an-gray-50) 56%,
      var(--an-gray-100) 82%,
      var(--an-gray-150) 100%
    );
}


.gate-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  isolation: isolate;
}


.gate-aurora {
  position: absolute;
  inset: -22%;
  z-index: 0;
  display: block;
  background:
    
    
    linear-gradient(
      118deg,
      rgba(40, 92, 138, 0) 32%,
      rgba(121, 146, 170, 0.12) 58%,
      rgba(40, 92, 138, 0) 86%
    ),
    radial-gradient(40% 44% at 19% 20%, rgba(40, 92, 138, 0.23), rgba(40, 92, 138, 0) 68%),
    
    radial-gradient(36% 42% at 85% 77%, rgba(62, 106, 147, 0.29), rgba(62, 106, 147, 0) 66%),
    radial-gradient(32% 36% at 75% 9%, rgba(226, 237, 249, 0.96), rgba(226, 237, 249, 0) 70%),
    radial-gradient(44% 38% at 7% 91%, rgba(121, 146, 170, 0.25), rgba(121, 146, 170, 0) 72%);
  animation: gate-aurora 42s ease-in-out infinite alternate;
}


.gate-field::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(
    122deg,
    rgba(40, 92, 138, 0.055) 0 1px,
    transparent 1px 16px
  );
  -webkit-mask-image: radial-gradient(
    58% 64% at 50% 50%,
    #000 0%,
    rgba(0, 0, 0, 0.72) 44%,
    transparent 100%
  );
  mask-image: radial-gradient(
    58% 64% at 50% 50%,
    #000 0%,
    rgba(0, 0, 0, 0.72) 44%,
    transparent 100%
  );
}


.gate-field::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.06;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23g)'/%3E%3C/svg%3E");
}


.gate-card {
  position: relative;
  z-index: 1;
  width: min(628px, 100%);
  
  min-width: 0;
  
  display: grid;
  grid-template-rows: auto auto;
  border-radius: var(--r-2xl);
  
  background: var(--canvas);
  box-shadow: var(--shadow-3);
  animation: gate-rise 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}


@keyframes gate-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.988);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}


@keyframes gate-aurora {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-2.5%, 2.5%, 0) scale(1.07);
  }
}

.gate-tell {
  
  background:
    radial-gradient(70% 98% at 102% -14%, rgba(62, 106, 147, 0.17), rgba(62, 106, 147, 0) 55%),
    radial-gradient(78% 96% at -4% 110%, rgba(147, 174, 189, 0.26), rgba(147, 174, 189, 0) 62%),
    
    linear-gradient(
      158deg,
      rgba(255, 255, 255, 0.07) 0%,
      rgba(255, 255, 255, 0) 44%,
      rgba(0, 0, 0, 0) 56%,
      rgba(0, 0, 0, 0.22) 100%
    ),
    var(--an-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
  padding: 42px 44px 38px;
  
  min-height: 360px;
  position: relative;
  border-radius: var(--r-2xl) var(--r-2xl) 0 0;
  
  z-index: 2;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  
  gap: 26px;
  
}


.gate-tell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  
  border-radius: inherit;
  background-image: repeating-linear-gradient(
    122deg,
    rgba(255, 255, 255, 0.05) 0 1px,
    transparent 1px 12px
  );
  -webkit-mask-image: linear-gradient(196deg, #000 0%, rgba(0, 0, 0, 0.15) 68%, transparent 92%);
  mask-image: linear-gradient(196deg, #000 0%, rgba(0, 0, 0, 0.15) 68%, transparent 92%);
}


.gate-mark {
  display: flex;
  align-items: center;
  align-self: flex-start;
  flex-wrap: wrap;
  
  gap: 10px;
}


.gate-mark .logo {
  height: 22px;
  width: auto;
  display: block;
  flex: none;
  color: #fff;
}


.gate-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  
  padding: 2px 0;
  font-size: var(--t1);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.gate-pill i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-on-bar);
  flex: none;
}


.gate-lockup {
  margin: 0;
}


.gate-orbit {
  
  --orbit-size: 434;
  
  --orbit-stage: 1250;
  position: absolute;
  
  
  right: -68px;
  bottom: -148px;
  width: calc(var(--orbit-size) * 1px);
  height: calc(var(--orbit-size) * 1px);
  
  z-index: 3;
  
  pointer-events: none;
  
  overflow: hidden;
  
  contain: layout paint;
}

.gate-orbit-stage {
  width: calc(var(--orbit-stage) * 1px);
  height: calc(var(--orbit-stage) * 1px);
  transform: scale(calc(var(--orbit-size) / var(--orbit-stage)));
  transform-origin: top left;
}

.gate-orbit-stage spline-viewer,
.gate-orbit-stage canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  
  background: transparent;
}




@media (min-width: 1100px) {
  
  .gate-tell {
    min-height: 0;
  }

  
  .gate-card {
    width: min(760px, 100%);
  }

  .gate-orbit {
    
    --orbit-size: 640;
    
    right: -203px;
    
    bottom: -217px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gate-orbit {
    display: none;
  }
}

.gate-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--d-heading);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0 0 10px;
}


@media (min-width: 721px) {
  .gate-name {
    font-size: var(--d-figure);
    white-space: nowrap;
  }
}

.gate-framing {
  font-size: var(--t5);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
  
  display: inline-flex;
  align-items: center;
  gap: 9px;
}


.gate-li {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.76);
  border-radius: var(--r-xs);
  transition: color 160ms ease;
}

.gate-li:hover {
  color: #fff;
}


.gate-li .li-mark {
  width: 18px;
  height: 18px;
  display: block;
}

.gate-foot {
  font-size: var(--t3);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
  
  margin: auto 0 0;
}

.gate-form {
  background: var(--canvas);
  padding: 32px 44px 40px;
  display: flex;
  align-items: center;
  
  border-radius: 0 0 var(--r-2xl) var(--r-2xl);
}


.gate-narrow-notice {
  display: none;
}


.gate-narrow-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--t7);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}

.gate-narrow-body {
  font-size: var(--t5);
  line-height: 1.55;
  
  color: var(--ink-2);
  margin: 8px 0 0;
}

.gate-grid {
  width: 100%;
  display: grid;
  
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}


.gate-entry {
  display: flex;
  flex-direction: column;
  
  padding-top: 3px;
}



.gate-label {
  display: block;
  font-size: var(--t2);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}


.gate-inputbox {
  position: relative;
  display: block;
}

.gate-input {
  width: 100%;
  height: var(--ctl-h);
  border: 1px solid var(--border-control);
  border-radius: var(--r-m);
  background: var(--canvas);
  
  padding: 0 38px 0 11px;
  font-family: var(--font-ui);
  font-size: var(--text-data-body);
  color: var(--ink);
  
  caret-color: var(--ink);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.gate-input::placeholder {
  color: var(--ink-2);
}

.gate-input:hover {
  border-color: var(--ink-2);
}

.gate-input:focus-visible {
  border-color: var(--ink);
}

.gate-input[aria-invalid="true"] {
  border-color: var(--co-crit-ink);
}


.gate-reveal {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: var(--r-s);
  background: none;
  padding: 0;
  color: var(--ink-2);
  cursor: pointer;
  transition: color 160ms ease;
}

.gate-reveal:hover {
  color: var(--ink);
}


.gate-reveal:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 0;
}


.gate-error {
  font-size: var(--t3);
  line-height: 1.45;
  color: var(--co-crit-ink);
  margin: 8px 0 0;
}

.gate-submit {
  width: 100%;
  justify-content: center;
  margin-top: 14px;
}

.gate-submit[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}


@media (max-width: 720px) {
  .gate {
    padding: 18px;
  }

  .gate-tell {
    padding: 28px 26px 26px;
    gap: 20px;
    
    min-height: 0;
  }

  .gate-mark {
    gap: 12px;
  }

  
  .gate-orbit {
    display: none;
  }

  .gate-name {
    margin-bottom: 8px;
  }

  .gate-framing {
    font-size: var(--t4);
  }

  .gate-form {
    padding: 26px 26px 30px;
  }

  
  .gate-grid {
    display: none;
  }

  .gate-narrow-notice {
    display: block;
    width: 100%;
  }


  .gate-entry {
    padding-top: 0;
  }
}


@media (max-height: 720px) {
  
  .gate-orbit {
    display: none;
  }

  .gate-tell {
    min-height: 0;
  }
}





.hire-portrait {
  display: block;
  width: 132px;
  height: 132px;
  margin: 0 0 24px;
  border-radius: 4px;
  object-fit: cover;
  background: var(--surface);
}


.deck {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.deck-stage {
  flex: 1;
  min-height: 0;
  position: relative;
}


.slide {
  container-type: size;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: safe center;
  overflow-y: auto;
  padding: 40px 64px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s linear 180ms;
}

.slide[data-active] {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s;
}

@media (prefers-reduced-motion: reduce) {
  .slide,
  .slide[data-active] {
    transition: none;
    transform: none;
  }
}


.sl-body {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}


.sl-body-wide {
  max-width: none;
  
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.sl-h {
  font-family: var(--font-display);
  font-size: var(--d-display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 18px;
}

.sl-lead {
  font-size: var(--t7);
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0;
  max-width: 62ch;
}


.sl-lead-hold {
  max-width: none;
}


.deck-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: var(--r-pill);
  background: var(--surface);
  color: var(--border-control);
  cursor: pointer;
  transition:
    opacity 140ms ease,
    color 140ms ease;
}


.deck-arrow .ic-20 {
  width: 26px;
  height: 26px;
}

.deck-arrow[data-dir="prev"] {
  left: 8px;
}

.deck-arrow[data-dir="next"] {
  right: 8px;
}

.deck-arrow:hover,
.deck-arrow:focus-visible {
  color: var(--ink);
}

.deck-arrow:disabled {
  opacity: 0;
  pointer-events: none;
}



.deckbar {
  flex: none;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 84px 22px 64px;
}

.deckbar-rail {
  display: flex;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.deckbar-seg {
  flex: 1;
  height: 3px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: var(--r-s);
  background: var(--line);
  cursor: pointer;
  transition: background 140ms ease;
}

.deckbar-seg:hover {
  background: var(--border-control);
}

.deckbar-seg[aria-selected="true"] {
  background: var(--ink);
}

.deckbar-count {
  font-family: var(--font-numeric);
  font-size: var(--t2);
  color: var(--ink-2);
  flex: none;
}


@media (max-width: 1023px) {
  .slide {
    padding: 24px 22px;
    justify-content: flex-start;
  }

  
  .deck-arrow {
    display: none;
  }

  .deckbar {
    padding: 0 84px 16px 22px;
  }
}


.ref-grid {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}


.ref {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 10px;
  row-gap: 3px;
  padding: 11px 12px 13px;
  border-radius: var(--r-xl);
  background: var(--surface);
  
  border: 1px solid transparent;
  transition:
    background-color 140ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 140ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 140ms cubic-bezier(0.22, 1, 0.36, 1);
}


.ref:hover,
.ref:focus-within {
  background: var(--canvas);
  border-color: var(--line);
  box-shadow: var(--shadow-1);
}


.ref:hover .ref-li {
  border-color: var(--an-muted);
}

@media (prefers-reduced-motion: reduce) {
  .ref {
    transition: none;
  }
}

.ref-name {
  font-size: var(--t5);
  font-weight: 600;
  color: var(--ink);
  
  align-self: center;
}


.ref-li {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.ref-role,
.ref-rel {
  grid-column: 1 / -1;
  font-size: var(--t3);
  line-height: 1.4;
}

.ref-role {
  color: var(--ink-2);
}


.ref-rel {
  margin-top: 5px;
  color: var(--ink-3);
}


@media (max-width: 1023px) {
  .ref-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}



.fig {
  position: relative;
  margin: 0;
}

.fig > picture {
  display: contents;
}


.fig-note {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: clamp(10px, 6%, 22px);
  background: rgba(0, 0, 0, 0.62);
  color: var(--bar-ink);
  font-size: var(--t3);
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
  opacity: 0;
  transition: opacity 170ms ease-out;
  
  pointer-events: none;
}

.fig-note > span {
  max-width: 34ch;
  transform: translateY(5px);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.fig:hover .fig-note {
  opacity: 1;
}

.fig:hover .fig-note > span {
  transform: none;
}


.fig-link {
  pointer-events: auto;
  display: inline-flex;
  
  padding: 4px;
  margin-top: 4px;
  color: inherit;
  opacity: 0.78;
  transition: opacity 140ms ease-out;
}

.fig-link:hover {
  opacity: 1;
}

.fig-link:focus-visible {
  opacity: 1;
  border-radius: 3px;
  outline-offset: 3px;
}

.fig-note:focus-within {
  opacity: 1;
}

.fig-note:focus-within > span {
  transform: none;
}


.fig-open {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
}

.fig-open:focus-visible {
  outline-offset: -3px;
}



.ph-mosaic .fig-note {
  font-size: var(--t2);
  padding: clamp(8px, 5%, 14px);
  line-height: 1.35;
}

.ph-mosaic .ph-wide .fig-note,
.ph-mosaic .ph-tall .fig-note {
  font-size: var(--t3);
}

.ph-mosaic .ph-xl .fig-note,
.collage-hero .fig-note {
  font-size: var(--t5);
}

.cover-portrait .fig-note {
  font-size: var(--t6);
}


@media (hover: none) {
  .fig-note {
    opacity: 1;
    place-content: end center;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.66) 45%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .fig-note > span {
    transform: none;
  }
}


.ph-grid {
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}

.ph-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ph-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ph {
  display: block;
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--surface);
}

.ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}



.ph-mosaic {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-flow: dense;
  gap: 10px;
  
  height: 72cqh;
}

.ph-xl {
  grid-column: span 2;
  grid-row: span 2;
}

.ph-tall {
  grid-row: span 2;
}

.ph-wide {
  grid-column: span 2;
}


.ph-mosaic .ph img {
  aspect-ratio: auto;
  object-position: center 32%;
}


.ph-tall img {
  object-position: center 62%;
}

@media (max-width: 1023px) {
  .ph-mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: auto;
    grid-auto-rows: 96px;
  }
}


.stat-row {
  margin: 28px 0 0;
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-v {
  font-family: var(--font-display);
  font-size: var(--d-figure);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.1;
}

.stat-k {
  font-size: var(--t3);
  color: var(--ink-2);
  max-width: 28ch;
  line-height: 1.4;
}


.rev {
  
  margin: 20px 0 0;
  
  --rev-gap: 232px;
  --rev-w: calc((100% - var(--rev-gap)) / 2);
  --rev-plot-h: 186px;
  
  --rev-lbl: 42px;
  
  --rev-val-gap: 8px;
  --rev-val-size: var(--d-figure);
  --rev-val-lh: 1.1;
  
  --rev-break: 6px;
  
  --rev-corner: calc(
    var(--rev-plot-h) + var(--rev-val-gap) + var(--rev-val-size) * var(--rev-val-lh) / 2
  );
}

.rev-cap {
  font-size: var(--t2);
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: 0.01em;
}

.rev-plot {
  position: relative;
  
  height: calc(var(--rev-plot-h) + var(--rev-lbl));
  margin: 12px 0 0;
  border-bottom: 1px solid var(--border-control);
}


.rev-riser {
  position: absolute;
  left: calc(var(--rev-w) / 2);
  bottom: calc(var(--rev-plot-h) * var(--rev-start-h) + var(--rev-lbl) + var(--rev-break));
  height: calc(
    var(--rev-corner) - var(--rev-plot-h) * var(--rev-start-h) - var(--rev-lbl) - var(--rev-break)
  );
  border-left: 1.5px dashed var(--border-control);
}


.rev-runner {
  position: absolute;
  left: calc(var(--rev-w) / 2);
  right: calc(var(--rev-w) / 2);
  bottom: var(--rev-corner);
  border-top: 1.5px dashed var(--border-control);
}


.rev-cagr {
  position: absolute;
  left: calc(var(--rev-w) / 2);
  bottom: var(--rev-corner);
  transform: translate(-50%, 50%);
  padding: 4px 10px;
  border-radius: var(--r-xs);
  background: var(--ink);
  color: var(--bar-ink);
  font-size: var(--t2);
  font-weight: 600;
  white-space: nowrap;
}

.rev-col {
  position: absolute;
  bottom: 0;
  width: var(--rev-w);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: var(--rev-val-gap);
}

.rev-col[data-end="start"] {
  left: 0;
}

.rev-col[data-end="end"] {
  right: 0;
}


.rev-bar {
  width: 100%;
  height: calc(var(--rev-plot-h) * var(--rev-h));
  border-radius: var(--r-xs) var(--r-xs) 0 0;
  background: var(--ink-2);
}

.rev-col[data-end="end"] .rev-bar {
  background: var(--ink);
}


.rev-val {
  font-family: var(--font-display);
  font-size: var(--rev-val-size);
  font-weight: 600;
  line-height: var(--rev-val-lh);
  
  background: var(--canvas);
  padding: 0 var(--rev-break);
  letter-spacing: -0.015em;
  color: var(--ink);
}


.rev-axis {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
}

.rev-axis span {
  width: var(--rev-w);
  text-align: center;
  font-family: var(--font-numeric);
  font-size: var(--t3);
  color: var(--ink-2);
}


.rev + .sl-para {
  margin-top: 26px;
}


@media (prefers-reduced-motion: no-preference) {
  .slide[data-active] .rev-bar {
    animation: rev-rise 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .slide[data-active] .rev-cagr,
  .slide[data-active] .rev-riser,
  .slide[data-active] .rev-runner {
    animation: rev-settle 420ms ease-out 380ms both;
  }
}

@keyframes rev-rise {
  from {
    height: 0;
  }
}

@keyframes rev-settle {
  from {
    opacity: 0;
  }
}


@container (max-height: 750px) {
  .rev {
    margin-top: 18px;
    --rev-plot-h: 140px;
    --rev-lbl: 36px;
  }

  .rev-plot {
    margin-top: 10px;
  }

  .rev + .sl-para {
    margin-top: 22px;
  }
}

@container (max-height: 690px) {
  .rev {
    margin-top: 16px;
    --rev-plot-h: 130px;
    --rev-lbl: 30px;
    --rev-val-size: var(--t8);
  }

  .rev-plot {
    margin-top: 8px;
  }

  .rev-axis {
    margin-top: 6px;
  }

  .rev + .sl-para {
    margin-top: 18px;
  }
}

@container (max-height: 650px) {
  .rev {
    --rev-plot-h: 96px;
  }
}


@media (max-width: 1023px) {
  .rev {
    --rev-gap: 132px;
    --rev-plot-h: 120px;
    --rev-lbl: 32px;
    --rev-val-size: var(--t8);
  }
}



.gtm-grid {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.gtm {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--canvas);
}

.gtm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.gtm .fig-note {
  font-size: var(--t3);
}


.gtm:hover,
.gtm:focus-within {
  border-color: var(--border-control);
}


.slide:has(.fz) {
  contain: paint size layout style;
}

.fz {
  position: fixed;
  inset: 0;
  z-index: 4;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  place-items: center;
  padding: 52px 28px 26px;
  background: rgba(28, 28, 28, 0.94);
  
  cursor: zoom-out;
  animation: fz-in 170ms ease-out;
}


.fz-frame {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  
  align-items: start;
  gap: 22px;
  width: min(var(--fz-w, 900px), 100%);
  max-height: 100%;
  min-height: 0;
}


.fz picture {
  display: contents;
}

.fz picture > source {
  display: none;
}


.fz-img {
  display: block;
  width: 100%;
  max-height: 100%;
  height: auto;
  
  object-fit: contain;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-3);
  cursor: default;
  animation: fz-rise 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}


.fz-note {
  margin: 0;
  
  width: 0;
  min-width: 100%;
  font-size: var(--t8);
  line-height: 1.4;
  text-align: justify;
  
  hyphens: none;
  color: var(--bar-ink);
}


.fz-close {
  position: absolute;
  top: 14px;
  right: 16px;
  height: 30px;
  padding: 0 13px;
  border: 1px solid var(--bar-ink-2);
  border-radius: var(--r-m);
  background: transparent;
  color: var(--bar-ink);
  font-size: var(--t3);
  font-weight: 600;
  cursor: pointer;
  transition: background-color 140ms ease;
}

.fz-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fz-close:focus-visible {
  outline: 2px solid var(--bar-ink);
  outline-offset: 2px;
}


.deck-stage:has(.fz) .deck-arrow {
  opacity: 0;
  pointer-events: none;
}

@keyframes fz-in {
  from {
    opacity: 0;
  }
}

@keyframes fz-rise {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
}


.sl-para {
  margin: 14px 0 0;
  font-size: var(--t5);
  line-height: 1.6;
  color: var(--ink-2);
}

@media (max-width: 1023px) {
  .gtm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


.deal {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.memo-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}


.memo-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px;
  align-items: start;
}


.memo {
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--canvas);
}

.memo-cover {
  aspect-ratio: 1190 / 1684;
}

.memo-intro {
  aspect-ratio: 2376 / 1678;
}

.memo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.memo:hover,
.memo:focus-within {
  border-color: var(--border-control);
}


.tomb {
  margin: 0;
  border-top: 1px solid var(--line);
}

.tomb-r {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px solid var(--line-soft);
}

.tomb dt {
  font-size: var(--t2);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.tomb dd {
  margin: 0;
  font-size: var(--t3);
  color: var(--ink);
}


.lockup {
  display: flex;
  align-items: center;
  gap: 24px;
}


.lockup picture {
  display: contents;
}

.lockup-shot {
  display: block;
  flex: none;
  width: auto;
  height: 132px;
}


.lockup-marks {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.lockup-mark {
  display: block;
  flex: none;
  width: auto;
}

.lockup-mark-from {
  height: 44px;
}

.lockup-mark-to {
  height: 32px;
}


.lockup-arrow {
  flex: none;
  font-size: var(--t8);
  line-height: 1;
  color: var(--ink-2);
}


.deal-prose .sl-para {
  font-size: var(--t6);
}

.deal-prose > .sl-para:first-child {
  margin-top: 0;
}


@container (max-height: 660px) {
  
  .sl-body:has(> .deal) > .sl-h {
    margin-bottom: 6px;
    line-height: 1.02;
  }

  .deal {
    margin-top: 8px;
  }

  .deal-prose .sl-para {
    line-height: 1.52;
  }

  .deal-prose .sl-para + .sl-para {
    margin-top: 8px;
  }

  
  .memo-col {
    gap: 14px;
    max-width: 450px;
  }

  .lockup {
    gap: 18px;
  }

  .lockup-shot {
    height: 80px;
  }

  .lockup-marks {
    gap: 14px;
    padding-left: 18px;
  }

  .lockup-mark-from {
    height: 34px;
  }

  .lockup-mark-to {
    height: 25px;
  }
}

@media (max-width: 1023px) {
  .ph-6,
  .ph-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  
  .deal {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  
  .memo-col {
    max-width: 560px;
  }
}


.rh-grid {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rh {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  background: var(--surface);
}

.rh-name {
  font-size: var(--t4);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}

.rh-q {
  font-size: var(--t2);
  color: var(--ink-2);
  line-height: 1.45;
}


.rh-epi {
  margin: 34px 0 0;
  text-align: center;
}


.rh-epi-q {
  margin: 0;
  font-family: var(--font-ui);
  
  font-size: clamp(var(--t7), 2.05cqw, 24px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  
  letter-spacing: -0.006em;
  color: var(--ink);
  
  text-wrap: balance;
}


.rh-epi-q::before,
.rh-epi-q::after {
  color: var(--ink-2);
  font-size: 1.2em;
  line-height: 0;
}

.rh-epi-q::before {
  content: "\201C";
  margin-right: 0.04em;
}

.rh-epi-q::after {
  content: "\201D";
  margin-left: 0.04em;
}


.rh-epi-by {
  margin-top: 9px;
  font-size: var(--t3);
  line-height: 1.4;
  color: var(--ink-2);
}

.rh-epi-by::before {
  content: "\2014\00a0";
}

@media (max-width: 1023px) {
  .rh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-epi {
    margin-top: 28px;
  }
}



.tst-grid {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.tst {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 13px 14px 14px;
  border-radius: var(--r-xl);
  background: var(--surface);
  
  border: 1px solid transparent;
}


.tst[data-hero] {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 0;
}

.tst-q {
  margin: 0;
  font-size: var(--t4);
  line-height: 1.5;
  color: var(--ink);
  
  text-indent: -0.42em;
}


.tst[data-hero] .tst-q {
  font-size: var(--t6);
  line-height: 1.55;
}


.tst-q mark {
  --hl: #ffe94a;
  background: var(--hl);
  color: inherit;
  padding: 0 0.12em;
  border-radius: var(--r-2xs);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


.tst-by {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 10px;
  row-gap: 2px;
  margin-top: auto;
}


.tst[data-hero] .tst-by {
  margin-top: 0;
}

.tst[data-hero] .tst-shot {
  margin-top: auto;
}

.tst-name {
  font-size: var(--t4);
  font-weight: 600;
  color: var(--ink);
}

.tst-li {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.tst-role {
  grid-column: 1 / -1;
  font-size: var(--t3);
  line-height: 1.35;
  color: var(--ink-2);
}


.tst-meta {
  grid-column: 1 / -1;
  font-size: var(--t2);
  color: var(--ink-2);
}


.tst-shot {
  min-height: 0;
  display: flex;
  justify-content: center;
}


.tst-shot .fig {
  width: fit-content;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--canvas);
}

.tst-shot .fig img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 42cqh;
}


.fig-hl {
  --hl: #ffe94a;
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.fig-hl i {
  position: absolute;
  left: var(--l);
  top: var(--t);
  width: var(--w);
  height: var(--h);
  background: var(--hl);
  border-radius: var(--r-2xs);
}


.fig-rd {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.fig-rd i {
  position: absolute;
  left: var(--l);
  top: var(--t);
  width: var(--w);
  height: var(--h);
  background: #000;
}


.fz-pic {
  position: relative;
  display: block;
  aspect-ratio: var(--fz-ar);
  height: min(calc(var(--fz-w) / var(--fz-ar)), 100%);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.fz-pic .fz-img {
  width: 100%;
  height: 100%;
}


@media (max-height: 860px) {
  
  .tst-grid {
    margin-top: 10px;
  }

  .tst {
    gap: 8px;
    padding: 10px 12px 9px;
  }

  .tst-q {
    line-height: 1.45;
  }

  .tst[data-hero] .tst-q {
    font-size: var(--t4);
    line-height: 1.45;
  }

  .tst-shot .fig img {
    max-height: 36cqh;
  }
}


@media (max-height: 780px) {
  .tst-grid {
    margin-top: 8px;
    gap: 8px;
  }

  .tst {
    gap: 6px;
    padding: 8px 11px 8px;
  }

  .tst-q,
  .tst[data-hero] .tst-q {
    line-height: 1.4;
  }

  .tst-shot .fig img {
    max-height: 30cqh;
  }
}


@media (max-width: 1023px) {
  .tst-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tst[data-hero] {
    grid-column: auto;
    grid-row: auto;
  }

  .tst[data-hero] .tst-q {
    font-size: var(--t4);
  }

  
  .tst-shot .fig {
    width: 100%;
  }

  .tst-shot .fig img {
    width: 100%;
    max-height: none;
  }
}




.collage {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  
  height: 46cqh;
}

.collage-hero {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.collage-vid {
  grid-column: 3 / span 2;
  grid-row: 2;
  border-radius: var(--r-m);
  overflow: hidden;
}

.collage img,
.collage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.collage img {
  object-position: center 38%;
}


.collage-tech img {
  object-position: center 50%;
}

@media (max-width: 1023px) {
  .collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    
    grid-template-rows: none;
    
    height: auto;
  }

  .collage-hero {
    grid-column: span 2;
    grid-row: span 1;
  }

  
  .collage-vid {
    grid-column: span 2;
    grid-row: auto;
  }
}


.tl {
  --tl-pitch: clamp(58px, 4.4%, 110px);
  
  --tl-card: clamp(336px, 22cqw, 356px);
  
  --tl-tail: 22px;
  --tl-base: 24px;
  
  --tl-step: clamp(76px, calc((100cqh - 348px) / 4), 104px);
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  grid-template-columns:
    repeat(11, var(--tl-pitch))
    calc(var(--tl-card) - var(--tl-pitch) + var(--tl-tail))
    max-content;
  
  grid-template-rows: auto 2px auto;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  
  isolation: isolate;
}


.tl-track {
  display: contents;
  list-style: none;
}



.tl-spine {
  grid-row: 2;
  grid-column: 1 / 13;
  margin-right: 14px;
  position: relative;
  height: 2px;
  background: var(--ink);
}


.tl-spine::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  width: 9px;
  height: 10px;
  transform: translateY(-50%);
  background: var(--ink);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}


.tl-phase {
  grid-row: 2;
  grid-column: var(--col) / span 3;
  align-self: center;
  justify-self: start;
  position: relative;
  z-index: 1;
  height: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: var(--t2);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bar-ink);
}


.tl-phase::before {
  content: "";
  position: absolute;
  inset: -9px -13px;
  z-index: -1;
  border-radius: var(--r-xs);
  background: var(--ink);
}


.tl-final {
  grid-row: 2;
  grid-column: 13;
  align-self: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 18px 18px;
  border-radius: var(--r-xl);
  background: var(--bar);
}


.tl-final-k,
.tl-final-h,
.tl-final-m {
  white-space: nowrap;
}


.tl-final-k {
  font-family: var(--font-numeric);
  font-size: var(--t2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bar-ink-2);
}


.tl-final-h {
  font-size: var(--t7);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -0.012em;
  color: var(--bar-ink);
}


.tl-final-go {
  margin-left: 5px;
  font-size: 0.86em;
  letter-spacing: 0;
}


.tl-final-m {
  margin-top: 5px;
  padding-top: 11px;
  border-top: 1px solid var(--bar-line);
  font-size: var(--t3);
  line-height: 1.45;
  color: var(--bar-ink-2);
  text-wrap: pretty;
}


.tl-final {
  
  --tl-pulse: 2.6s;
}

.tl-final::before,
.tl-final::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: calc(var(--r-xl) + 3px);
  border: 2px solid var(--ink);
  opacity: 0;
  pointer-events: none;
}

.slide[data-active] .tl-final {
  animation: tl-final-beat var(--tl-pulse) cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.slide[data-active] .tl-final::before {
  animation: tl-final-ring var(--tl-pulse) linear infinite;
}


.slide[data-active] .tl-final::after {
  animation: tl-final-ring var(--tl-pulse) linear calc(var(--tl-pulse) / -2) infinite;
}


@keyframes tl-final-beat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.028);
  }
  14% {
    transform: scale(0.997);
  }
  24% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}


@keyframes tl-final-ring {
  0% {
    opacity: 0.85;
    transform: scale(1);
  }
  12% {
    opacity: 0.72;
    transform: scale(1.032);
  }
  100% {
    opacity: 0;
    transform: scale(1.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .slide[data-active] .tl-final,
  .slide[data-active] .tl-final::before,
  .slide[data-active] .tl-final::after {
    animation: none;
  }
}


.tl-item {
  grid-column: var(--col);
  width: var(--tl-card);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  
  padding-left: 13px;
}


.tl-item {
  --tl-reach: calc(var(--tl-base) + (var(--tier) - 1) * var(--tl-step));
}

.tl-item[data-side="up"] {
  grid-row: 1;
  align-self: end;
  margin-bottom: var(--tl-reach);
}

.tl-item[data-side="down"] {
  grid-row: 3;
  align-self: start;
  margin-top: var(--tl-reach);
}


.tl-item::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -2;
  width: 1px;
  height: calc(100% + var(--tl-reach));
  background: var(--border-control);
  transition: background 140ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tl-item[data-side="up"]::before {
  top: 0;
}

.tl-item[data-side="down"]::before {
  bottom: 0;
}


.tl-item::after {
  content: "";
  position: absolute;
  inset: -5px -10px -5px 1px;
  z-index: -1;
  border-radius: var(--r-s);
  background: var(--canvas);
  transition: background 140ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tl-item:hover::after {
  background: var(--surface);
}

.tl-item:hover::before {
  background: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  .tl-item::before,
  .tl-item::after {
    transition: none;
  }
}

.tl-year {
  font-family: var(--font-numeric);
  font-size: var(--t1);
  color: var(--ink-3);
}


.tl-head {
  display: block;
}

.tl-year {
  font-size: var(--t2);
  margin-right: 7px;
  white-space: nowrap;
}


.tl-label {
  font-size: var(--t4);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}

.tl-head {
  text-wrap: pretty;
}


.tl-link {
  display: inline-flex;
  align-items: center;
  vertical-align: baseline;
  margin-left: 5px;
  color: var(--ink-3);
  transition: color 140ms cubic-bezier(0.22, 1, 0.36, 1);
}


.tl-link .ic {
  width: 12px;
  height: 12px;
}

.tl-link:hover,
.tl-item:hover .tl-link {
  color: var(--ink);
}

.tl-link:focus-visible {
  color: var(--ink);
  border-radius: 3px;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .tl-link {
    transition: none;
  }
}


.tl-detail {
  font-size: var(--t3);
  color: var(--ink-2);
  line-height: 1.4;
  text-wrap: pretty;
  white-space: pre-line;
}


.tl-bands {
  margin: 16px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tl-band {
  display: flex;
  gap: 14px;
  align-items: baseline;
}

.tl-band-k {
  flex: none;
  width: 84px;
  font-size: var(--t1);
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-3);
}


.tl-band-v {
  font-size: var(--t3);
  color: var(--ink-2);
  line-height: 1.5;
  max-width: 128ch;
}


@media (max-width: 1439px), (max-height: 790px) {
  .tl {
    display: flex;
    flex-direction: column;
    
    justify-content: normal;
    margin-top: 6px;
  }

  .tl-spine {
    display: none;
  }

  
  .tl-phase {
    order: var(--ord);
    align-self: start;
    height: auto;
    margin: 26px 0 16px;
    padding: 0;
  }

  
  .tl-phase::before {
    inset: -5px -10px;
  }

  .tl-item {
    order: var(--ord);
    max-width: none;
    padding: 7px 0 7px 16px;
  }

  .tl-item[data-side="up"],
  .tl-item[data-side="down"] {
    margin: 0;
    align-self: stretch;
  }

  
  .tl-item[data-side="up"]::before,
  .tl-item[data-side="down"]::before {
    top: 0;
    bottom: auto;
    height: 100%;
  }

  
  .tl-final {
    order: var(--ord);
    align-self: stretch;
    margin: 22px 0 0;
  }

  .tl-final-m {
    white-space: normal;
  }

  
  .tl-item::after {
    inset: 0 -10px 0 1px;
  }
}




.sl-cover {
  display: grid;
  grid-template-columns: minmax(0, max-content) auto;
  justify-content: start;
  gap: 56px;
  align-items: start;
}


.cover-letter p {
  margin: 0 0 13px;
  max-width: 58ch;
  font-size: var(--t6);
  line-height: 1.6;
  color: var(--ink);
}

.cover-letter p:last-child {
  margin-bottom: 0;
}

.cover-letter .sl-h {
  margin-bottom: 22px;
}


.cover-wave {
  display: inline-block;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 0.85em;
  transform-origin: 70% 80%;
  animation: cover-wave 3s ease-in-out 0.25s infinite both;
}

@keyframes cover-wave {
  0%, 28%, 100% { transform: rotate(0deg); }
  4.67%, 14%, 23.33% { transform: rotate(14deg); }
  9.33%, 18.67% { transform: rotate(-8deg); }
}


.cover-signoff {
  margin-top: 24px;
}


.cover-sign {
  display: block;
  width: 300px;
  height: auto;
  margin: 18px 0 0;
  color: var(--ink);
  overflow: visible;
}

.cover-sign path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: cover-sign-draw 1s ease-in-out both;
}

.cover-sign path:first-child {
  animation-delay: 0.55s;
}

.cover-sign path:last-child {
  animation-delay: 1.35s;
}

@keyframes cover-sign-draw {
  to { stroke-dashoffset: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .cover-sign path {
    animation: none;
    stroke-dashoffset: 0;
  }
}


.sl-foot {
  margin: 28px 0 0;
  font-size: var(--t3);
  color: var(--ink-3);
}


.cover-portrait {
  display: block;
  width: min(440px, 78cqh);
  flex: none;
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--surface);
}

.cover-portrait img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .sl-cover {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  
  .cover-portrait {
    width: min(400px, 100%);
  }
}


.sl-close {
  text-align: center;
  
  max-width: none;
}


.sl-close .sl-lead {
  max-width: none;
  margin: 0 auto;
  white-space: nowrap;
  font-size: clamp(13.5px, 1.73cqw, 21px);
  color: var(--ink);
}


.close-end {
  white-space: nowrap;
}


.close-rocket {
  display: inline-block;
  transform: translateY(0.06em);
}

.close-go {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 38px 0 0;
  padding: 0 34px;
  border: 1px solid var(--border-control);
  border-radius: var(--r-pill);
  background: var(--ink);
  color: var(--canvas);
  font-family: var(--font-ui);
  font-size: var(--t7);
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}


.close-go:hover {
  box-shadow: var(--shadow-2);
  transform: translateY(-1px);
}

.close-go:active {
  transform: translateY(0);
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .close-go {
    transition: none;
  }

  .close-go:hover,
  .close-go:active {
    transform: none;
  }
}

.confetti-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
