@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(../fonts/archivo-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(../fonts/archivo-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #0a0a0a;
  --paper: #ffffff;
  --accent: #b07d10;
  --accent-bright: #e8b23a;
  --gold-text: #9a6e0e;
  --graphite: #2b2b2b;
  --green: #15803d;
  --green-bright: #22c55e;
  --line: #0a0a0a;
  --line-dark: #333;
  --line-light: #e5e5e5;
  --muted-1: #555;
  --muted-2: #888;
  --muted-3: #999;
  --px: max(clamp(24px, 4.5vw, 44px), calc((100vw - 1600px) / 2));
  --wpx: max(clamp(28px, 5vw, 72px), calc((100vw - 1600px) / 2));
  --fold: 100vh;
  --ease: cubic-bezier(.19, 1, .22, 1);
  --ease-panel: cubic-bezier(.76, 0, .24, 1);
  --header-h: 56px;
}

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

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

a {
  color: inherit;
}

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

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

[data-screen] h1[tabindex]:focus {
  outline: none;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: var(--px);
  z-index: 200;
  padding: 12px 20px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.skip-link:focus {
  top: 8px;
}

.display {
  font-weight: 900;
  font-stretch: 125%;
  letter-spacing: -.02em;
  text-transform: uppercase;
  line-height: .92;
}

.label {
  font-size: 12px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .2em;
  text-transform: uppercase;
}

[data-screen][hidden] {
  display: none;
}

.section-heavy {
  content-visibility: auto;
  contain-intrinsic-size: auto 100vh;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px var(--px);
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ink);
}

.site-header.on-dark {
  background: rgba(10, 10, 10, .72);
  border-bottom-color: var(--line-dark);
  color: var(--paper);
}

.brand-row {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 28px);
}

.wordmark {
  font-size: 17px;
  line-height: normal;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
}

.wordmark .wm-a {
  font-weight: 900;
  font-stretch: 125%;
}

.wordmark .wm-b {
  font-weight: 200;
  font-stretch: 125%;
}

.wordmark .wm-dot {
  font-weight: 900;
  color: var(--accent);
}

.ticker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-left: 1px solid var(--ink);
  padding-left: clamp(16px, 2.2vw, 28px);
  pointer-events: none;
}

.js .ticker {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}

.js.no-motion .ticker {
  opacity: 1;
  transform: none;
}

.on-dark .ticker {
  border-left-color: var(--line-dark);
}

.ticker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .18);
}

.ticker-mask {
  display: block;
  height: 18px;
  overflow: hidden;
}

.ticker-roll {
  display: block;
}

.ticker-roll span {
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 11.5px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted-1);
}

.ticker-roll span:first-child,
.ticker-roll span:last-child {
  font-weight: 800;
  font-stretch: 100%;
  color: var(--green);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (min-width: 720px) {
  .site-nav {
    gap: clamp(18px, 2.6vw, 32px);
    font-size: 12px;
    letter-spacing: .06em;
  }
}

.site-nav a {
  display: inline-block;
  padding: 6px 2px;
  line-height: normal;
  text-decoration: none;
  transition: color .3s;
}

.site-nav a[aria-current="page"] {
  color: var(--gold-text);
}

.on-dark .site-nav a[aria-current="page"] {
  color: var(--accent-bright);
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(56px, 8vh, 90px) var(--px) 26px;
}

.footer-display {
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(34px, 4.6vw, 64px);
  letter-spacing: -.02em;
  line-height: .92;
  text-transform: uppercase;
}

.footer-display .gold {
  color: var(--accent-bright);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  margin-top: 38px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-links a {
  display: inline-block;
  color: var(--paper);
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, .4);
  padding-bottom: 3px;
}

.footer-links a.gold {
  color: var(--accent-bright);
  border-bottom-color: var(--accent-bright);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .22);
  margin-top: 46px;
  padding-top: 18px;
  font-size: 10.5px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.footer-meta .gold {
  color: var(--accent-bright);
}

.footer-meta .llms {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-meta .llms:hover {
  color: var(--accent-bright);
}

.kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-stretch: 75%;
}

.kicker.gold {
  color: var(--gold-text);
}

.clip {
  overflow: hidden;
}

@media (max-width: 719px) {
  .ticker {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ticker-roll {
    animation: tick 9s var(--ease) infinite;
  }

  @keyframes tick {
    0%, 27% {
      transform: translateY(0);
    }

    33%, 60% {
      transform: translateY(-18px);
    }

    66%, 94% {
      transform: translateY(-36px);
    }

    100% {
      transform: translateY(-54px);
    }
  }
}
.hero {
  position: relative;
  min-height: var(--fold);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}

.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  padding-top: var(--header-h);
  min-height: 0;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(8px, 3vh, 36px) var(--px) clamp(40px, 6vh, 56px) var(--px);
}

.hero-kicker {
  font-size: clamp(11px, 1.3vh, 12.5px);
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-stretch: 75%;
}

.hero-lines {
  margin-top: clamp(8px, 2.2vh, 22px);
}

.hero-lines .clip {
  display: block;
}

.hero-line {
  display: block;
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(28px, min(8.6vw, 13vh), 128px);
  line-height: .9;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.hero-line .gold {
  color: var(--accent);
}

.hero-lines .clip:last-child {
  padding-bottom: .05em;
}

.hero-intro {
  margin-top: clamp(10px, 2.5vh, 24px);
}

.hero-intro p {
  font-size: clamp(12.5px, min(1.25vw, 2vh), 17px);
  line-height: 1.55;
  max-width: 470px;
  color: #333;
}

.badge-available {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 11px;
  margin-top: clamp(10px, 3vh, 26px);
  border: 2px solid var(--green);
  padding: clamp(6px, 1.4vh, 10px) 16px;
}

.badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .2);
}

.badge-available .b-main {
  font-size: clamp(13px, 1.5vh, 15px);
  font-weight: 900;
  font-stretch: 110%;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
}

.badge-available .b-sub {
  font-size: clamp(11px, 1.25vh, 12px);
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #4d7c5f;
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: clamp(14px, 4.5vh, 48px);
}

.cta {
  display: inline-block;
  font-size: clamp(15px, 1.9vh, 18px);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid var(--ink);
  padding-bottom: 5px;
}

.cta.gold {
  color: var(--gold-text);
  border-bottom-color: var(--gold-text);
}

.hero-photo {
  position: relative;
  border-left: 1px solid var(--ink);
  overflow: hidden;
  min-height: 320px;
}

.hero-photo-inner {
  position: absolute;
  inset: -10%;
}

.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 18%;
  filter: grayscale(1) contrast(1.12);
}

.hero-photo .lens {
  opacity: 0;
  filter: saturate(1.12) contrast(1.03);
}

.scroll-cue {
  position: absolute;
  left: var(--px);
  bottom: clamp(10px, 1.8vh, 18px);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #767676;
}

.scroll-cue .arrow {
  display: inline-block;
  color: var(--accent);
}

.home-section {
  padding: 120px var(--px);
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 24px;
}

.h2-display {
  margin-top: 14px;
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(36px, 4.8vw, 68px);
  letter-spacing: -.02em;
  line-height: .95;
  text-transform: uppercase;
}

.h2-display .gold {
  color: var(--accent);
}

.clip:has(.h2-display) {
  padding-bottom: .05em;
}

.link-line {
  display: inline-block;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid var(--ink);
  padding-bottom: 4px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  margin-top: clamp(30px, 5vh, 48px);
}

.case-card {
  display: block;
  border: 1px solid var(--ink);
  color: inherit;
  text-decoration: none;
  transition: box-shadow .5s var(--ease), transform .5s var(--ease);
}

.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(10, 10, 10, .18);
}

.case-card .media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--ink);
}

.case-card .media > div {
  position: absolute;
  inset: 0;
}

.case-card .media .grain {
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 24px);
}

.case-card .media .shot {
  background-size: cover;
  background-position: top;
}

.case-card .fly-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7% 5%;
}

.case-card .num {
  position: absolute;
  top: -18px;
  right: 2px;
  font-weight: 900;
  font-stretch: 125%;
  font-size: 104px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .22);
  line-height: 1;
}

.case-card .body {
  padding: 20px 22px 24px;
  border-top: 1px solid var(--ink);
}

.case-card .name {
  font-weight: 800;
  font-stretch: 110%;
  font-size: 19px;
  letter-spacing: -.01em;
  text-transform: uppercase;
  line-height: 1.1;
}

.case-card .meta {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #747474;
}

.case-card .desc {
  margin: 12px 0 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: #444;
}

.reel {
  position: relative;
  height: 100vh;
  background: var(--ink);
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}

.reel-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  pointer-events: none;
  padding: clamp(96px, 16vh, 150px) var(--px) 0;
}

.reel-head .t1 {
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.05;
  letter-spacing: -.015em;
  text-transform: uppercase;
  color: var(--paper);
  text-wrap: balance;
}

.reel-head .t2 {
  margin-top: 10px;
  font-weight: 200;
  font-stretch: 90%;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.reel-head .t2 .gold {
  color: var(--accent-bright);
  font-weight: 700;
}

.reel-layer {
  position: absolute;
  inset: 0;
  background: var(--ink);
  color: var(--paper);
}

.reel-layer[data-reel-vb] {
  opacity: 0;
}

.reel-layer .media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  filter: grayscale(.15) contrast(1.05);
}

.reel-layer video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  filter: grayscale(.15) contrast(1.05);
}

.reel-layer .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, .96), rgba(10, 10, 10, 0) 36%), linear-gradient(0deg, rgba(10, 10, 10, .97), rgba(10, 10, 10, 0) 44%), radial-gradient(120% 90% at 50% 40%, rgba(10, 10, 10, .12), rgba(10, 10, 10, .6)), repeating-linear-gradient(0deg, rgba(0, 0, 0, .3) 0 1px, transparent 1px 3px);
}

.reel-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: var(--paper);
  pointer-events: none;
  padding: 0 var(--px) clamp(84px, 14vh, 130px);
  opacity: 0;
  transform: translateY(16px);
}

.reel-text .row {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 12px;
}

.reel-text .role {
  font-size: 11px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--accent-bright);
}

.reel-text .slot {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #9a9a9a;
}

.reel-text .name {
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(40px, 5vw, 100px);
  line-height: .95;
  letter-spacing: -.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.reel-rail {
  position: absolute;
  left: clamp(18px, 2vw, 32px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.reel-rail .item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reel-rail button {
  flex: none;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  cursor: pointer;
}

.reel-rail .dot-label {
  font-size: 11px;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-bright);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-6px);
  pointer-events: none;
}

.banner {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}

.banner .kicker {
  color: var(--accent-bright);
}

.banner-band {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  touch-action: pan-y;
  user-select: none;
}

.banner-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(90px, 16vh, 180px) var(--wpx);
}

.banner-quote > .clip:first-child {
  margin-top: clamp(18px, 3vh, 26px);
}

.banner .punch {
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(28px, 4.6vw, 74px);
  line-height: 1.02;
  min-height: 4.08em;
  letter-spacing: -.015em;
  text-transform: uppercase;
  max-width: 1600px;
  text-wrap: balance;
}

.banner .author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: clamp(24px, 4vh, 36px);
  color: var(--paper);
  width: max-content;
  text-decoration: none;
}

.banner .avatar {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  background-size: cover;
  background-position: 50% 20%;
}

.banner .logo {
  flex: none;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .a-name {
  display: block;
  font-weight: 800;
  font-stretch: 110%;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.banner .a-name .gold {
  color: var(--accent-bright);
}

.banner .a-role {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9a9a9a;
}

.t-sub {
  margin: 18px 0 0;
  font-size: clamp(15px, 1.8vw, 19px);
  line-height: 1.5;
  color: #666;
  max-width: 620px;
  text-wrap: pretty;
}

.t-sub em {
  font-style: normal;
  font-weight: 800;
  color: var(--ink);
}

.t-viewport {
  overflow: hidden;
  margin: clamp(30px, 5vh, 48px) calc(-1 * var(--px)) 0;
}

.t-track {
  display: flex;
  gap: 26px;
  user-select: none;
  touch-action: pan-y;
}

.t-card {
  flex: 0 0 min(440px, 85vw);
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 26px 26px 24px;
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.t-card .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.t-card .qmark {
  font-weight: 900;
  font-stretch: 125%;
  font-size: 56px;
  line-height: .6;
  color: var(--accent);
}

.t-card .tag {
  font-size: 10.5px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-text);
  border: 1px solid var(--gold-text);
  padding: 5px 9px;
  white-space: nowrap;
}

.t-card blockquote {
  margin: 16px 0 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #333;
  flex: 1;
}

.t-card .who {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 16px;
}

.t-card .who .avatar {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background-color: #ececec;
  background-size: cover;
  background-position: 50% 30%;
}

.t-card .who .w-name {
  display: block;
  font-weight: 800;
  font-stretch: 110%;
  font-size: 13.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.t-card .who .w-role {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #747474;
}

.t-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.t-arrows {
  display: flex;
  gap: 12px;
}

.t-arrows button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
  transition: background .3s, color .3s;
}

.t-arrows button:hover {
  background: var(--ink);
  color: var(--paper);
}

.letters-wrap {
  position: relative;
}

.letters-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--accent);
  padding: 0 0 3px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
}

.letters-btn .arrow {
  display: inline-block;
  color: var(--accent);
  transition: transform .45s var(--ease);
}

.letters-btn[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

.letters-pop {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 30;
  margin: 0;
  min-width: 300px;
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 rgba(10, 10, 10, .1);
  padding: 0;
}

.letters-pop a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  transition: background .25s, color .25s;
}

.letters-pop a:hover {
  background: var(--ink);
  color: var(--paper);
}

.letters-pop a .gold {
  color: var(--accent);
}

.sayoi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  margin-top: clamp(30px, 5vh, 48px);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form label {
  font-size: 11px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted-1);
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 13px 14px;
  border: 1px solid var(--ink);
  background: var(--paper);
  font-size: 15px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  align-self: flex-start;
  background: var(--ink);
  color: var(--paper);
  border: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 16px 30px;
  cursor: pointer;
  transition: background .3s, color .3s;
}

.contact-form button:hover,
.contact-form button:active {
  background: var(--accent-bright);
  color: var(--ink);
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 18px;
}

.contact-card {
  display: block;
  border: 1px solid var(--ink);
  padding: 24px 26px;
  color: inherit;
  text-decoration: none;
  transition: background .3s, color .3s;
}

.contact-card:hover {
  background: var(--ink);
  color: var(--paper);
}

.contact-card .cc-kicker,
.contact-card .cc-title,
.contact-card .cc-desc {
  display: block;
}

.contact-card .cc-kicker {
  font-size: 11px;
  font-weight: 700;
  font-stretch: 75%;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-card .cc-kicker.green {
  color: var(--green);
}

.contact-card .cc-kicker.gold {
  color: var(--gold-text);
}

.contact-card .cc-title {
  margin-top: 8px;
  font-weight: 900;
  font-stretch: 110%;
  font-size: 24px;
  text-transform: uppercase;
}

.contact-card .cc-desc {
  margin-top: 6px;
  font-size: 13.5px;
  color: #747474;
}

.contact-mail {
  margin-top: auto;
  min-height: 51px;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  color: #747474;
}

.contact-mail a {
  color: var(--gold-text);
  font-weight: 700;
  text-decoration: none;
}

.section-line-top {
  border-top: 1px solid var(--ink);
}

@media (min-width: 720px) {
  .hero-grid {
    grid-template-columns: 1.02fr minmax(340px, 1fr);
  }

  .hero-copy {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .scroll-cue .arrow {
    animation: sdn 1.6s cubic-bezier(.45, 0, .55, 1) infinite;
  }

  @keyframes sdn {
    0%, 100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(7px);
    }
  }

  .hero-photo .lens {
    transition: opacity .75s cubic-bezier(.25, .46, .45, .94);
  }

  .hero-photo .zoom {
    position: absolute;
    inset: 0;
    transition: transform .85s var(--ease);
  }

  .hero-photo:hover .zoom {
    transform: scale(1.13);
  }

  .hero-photo:hover .lens {
    opacity: 1;
  }

  .reel-text {
    transition: opacity .35s ease, transform .8s var(--ease);
  }

  .reel-rail button {
    transition: background .3s ease, transform .3s ease;
  }

  .reel-rail .dot-label {
    transition: opacity .4s ease, transform .6s var(--ease);
  }

  .banner-quote {
    animation: rise .9s var(--ease);
  }

  .banner .avatar,
  .banner .logo {
    animation: rise .95s var(--ease) .28s both;
  }

  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes bslide {
    from {
      transform: translateY(112%);
    }

    to {
      transform: translateY(0);
    }
  }

  .letters-pop:not([hidden]) {
    animation: rise .5s var(--ease);
  }

  .fly-dash {
    animation: hwdash 1.4s linear infinite;
  }

  .fly-dot {
    offset-path: path('M320,80 C480,80 560,128 560,205 C560,282 480,330 320,330 C160,330 80,282 80,205 C80,128 160,80 320,80 Z');
    animation: hwdot 8s linear infinite;
  }

  .fly-cap {
    animation: hwcap 2.8s ease-in-out infinite;
  }

  @keyframes hwdash {
    to {
      stroke-dashoffset: -24;
    }
  }

  @keyframes hwdot {
    from {
      offset-distance: 0%;
    }

    to {
      offset-distance: 100%;
    }
  }

  @keyframes hwcap {
    0%, 100% {
      opacity: .18;
    }

    50% {
      opacity: .85;
    }
  }
}
.cur-dot,
.cur-ring,
.cur-cam,
.cur-arw,
.cur-drag,
.panel {
  display: none;
}

.js .view {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.js.no-motion .view {
  height: auto;
  overflow: visible;
}

@media (prefers-reduced-motion: no-preference) {
  .js .view-inner {
    will-change: transform;
  }

  .js [data-rl] {
    transform: translateY(112%);
  }

  .panel {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 60;
    background: var(--accent);
    transform: translateY(101%);
    pointer-events: none;
  }

  .panel.b {
    z-index: 61;
    background: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .panel.b .pw {
    font-size: 34px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--paper);
  }

  .panel.b .pw .wm-a {
    font-weight: 900;
    font-stretch: 125%;
  }

  .panel.b .pw .wm-b {
    font-weight: 200;
    font-stretch: 125%;
  }

  .panel.b .pw .wm-dot {
    font-weight: 900;
    color: var(--accent);
  }

  @media (pointer: fine) {
    .js body,
    a,
    button,
    [data-row],
    [data-cur],
    [data-mag],
    [data-bdrag] {
      cursor: none;
    }

    .cur-dot,
    .cur-ring,
    .cur-cam,
    .cur-arw,
    .cur-drag {
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      pointer-events: none;
    }

    .cur-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--accent);
      z-index: 100;
    }

    .cur-ring {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1.5px solid rgba(10, 10, 10, .5);
      z-index: 99;
    }

    .cur-cam {
      width: 58px;
      height: 58px;
      box-sizing: border-box;
      border-radius: 50%;
      background: rgba(10, 10, 10, .45);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 2px solid var(--accent-bright);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 101;
      opacity: 0;
    }

    .cur-arw {
      width: 70px;
      height: 70px;
      box-sizing: border-box;
      border: 3px solid var(--ink);
      border-radius: 50%;
      background: rgba(255, 255, 255, .55);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 101;
      opacity: 0;
    }

    .cur-drag {
      width: 70px;
      height: 70px;
      box-sizing: border-box;
      border: 1.5px solid rgba(255, 255, 255, .45);
      border-radius: 50%;
      background: rgba(10, 10, 10, .5);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 98;
      opacity: 0;
    }
  }
}
