@font-face {
  font-family: Figtree;
  src: url(/public/studio/figtree-latin.woff2) format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url(/public/studio/newsreader-italic-latin.woff2) format("woff2");
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
}
:root {
  --paper:#eeeee7;
  --ink:#172322;
  --muted:#54625f;
  --dark:#162322;
  --dark-soft:#1f302e;
  --light:#e8eee8;
  --accent:#187d8d;
  --accent-light:#85ccd1;
  --line:rgba(27,54,47,.19);
  --radius:18px;
  --font:Figtree,sans-serif;
  --ease:cubic-bezier(.16,1,.3,1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
/* Keep the full-bleed wave inside the viewport when scrollbars occupy space. */
main { overflow-x: clip; }
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
img,
svg {
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.05;
  letter-spacing: -.045em;
}
h1 {
  font-size: clamp(64px, 7.5vw, 112px);
  font-weight: 600;
}
h2 {
  font-size: clamp(40px, 4.8vw, 68px);
  font-weight: 550;
}
h3 {
  font-size: 28px;
  font-weight: 600;
}
.wrap {
  width: min(100% - 96px, 1376px);
  margin-inline: auto;
}
.skip {
  position: absolute;
  left: 24px;
  top: -100px;
  z-index: 20;
  padding: 12px 20px;
  background: var(--paper);
}
.skip:focus {
  top: 16px;
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
::selection {
  background: #98d1ce;
  color: var(--ink);
}
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.brand-word {
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1;
}
.brand-word small {
  display: block;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 550;
  margin-top: 8px;
}
.masthead nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
}
.masthead nav a {
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.masthead nav a[aria-current] {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.nav-work {
  border: 1px solid var(--ink);
  border-radius: 99px;
  padding: 10px 18px !important;
}
.nav-work:hover {
  background: var(--ink);
  color: var(--paper);
}
.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.eyebrow {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 650;
  display: flex;
  gap: 12px;
  align-items: center;
}
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  min-height: 690px;
  padding-block: 56px 72px;
  gap: 0;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero h1 {
  margin-top: 32px;
}
.hero h1 em {
  font-family: Newsreader, serif;
  font-weight: 450;
  letter-spacing: -.06em;
}
.hero .lede {
  font-size: 19px;
  line-height: 1.5;
  max-width: 465px;
  margin-top: 32px;
  color: var(--muted);
}
.hero .byline {
  font-size: 13px;
  color: var(--muted);
  margin-top: 24px;
}
.action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 16px 24px;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition:
    transform .3s var(--ease),
    box-shadow .3s var(--ease),
    background .2s;
  line-height: 1.3;
}
.button-dark {
  color: var(--paper);
  background:
    linear-gradient(
      160deg,
      #2c403a,
      #172522 65%);
  box-shadow:
    inset 0 1px 1px #748078,
    inset 0 -2px 1px #081613,
    0 4px 0 #0e1916,
    0 8px 12px #16322620;
}
.button-dark:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 1px #8a9389,
    inset 0 -2px 1px #081613,
    0 6px 0 #0e1916,
    0 12px 24px #16322625;
}
.button-dark:active {
  transform: translateY(3px);
  box-shadow: inset 0 1px 1px #748078, 0 1px 0 #0e1916;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  border-bottom: 1px solid var(--line);
  padding-block: 8px;
}
.text-link:hover {
  color: var(--accent);
}
.sculpture {
  position: relative;
  width: 100%;
  height: 580px;
  isolation: isolate;
}
.sculpture::before {
  content: "";
  position: absolute;
  inset: 12% -4% 7%;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse,
      #d4ded4 0,
      transparent 67%);
  z-index: -1;
}
.sculpture canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s;
  pointer-events: none;
}
.sculpture[data-scene=ready] canvas {
  opacity: 1;
}
.sculpture-fallback {
  position: absolute;
  inset: 14% 3%;
  width: 94%;
  height: 72%;
  opacity: .65;
}
.sculpture[data-scene=ready] .sculpture-fallback {
  opacity: 0;
}
.scene-coordinate {
  position: absolute;
  left: 12px;
  top: 24px;
  font-size: 10px;
  letter-spacing: .15em;
  color: var(--muted);
  writing-mode: vertical-rl;
}
.scene-caption {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--muted);
}
.motion-toggle {
  position: absolute;
  right: 12px;
  bottom: 32px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--muted);
  background: var(--paper);
  cursor: pointer;
}
.motion-toggle[hidden] {
  display: none;
}
.material-label {
  position: absolute;
  right: 1%;
  top: 24%;
  font-size: 10px;
  letter-spacing: .08em;
  color: var(--muted);
  background: var(--paper);
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.material-label::before {
  content: "+";
  margin-right: 10px;
  color: var(--accent);
}
.discipline-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 24px 0 32px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--muted);
}
.discipline-band span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.discipline-band span::before { content: none; }
.dark-section {
  background: var(--dark);
  color: var(--light);
  --line:rgba(225,238,223,.18);
  --muted:#b2c0b7;
  --accent:#8ccad1;
  padding-block: 104px;
}
.section-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 64px;
}
.section-top .eyebrow {
  margin-bottom: 28px;
}
.section-top p:not(.eyebrow) {
  max-width: 425px;
  color: var(--muted);
  font-size: 18px;
  justify-self: end;
}
.capability-list {
  border-top: 1px solid var(--line);
}
.capability {
  display: grid;
  grid-template-columns: 72px 1.05fr 1fr;
  gap: 32px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 40px 0;
}
.capability .number {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .1em;
  padding-top: 8px;
}
.capability h3 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
}
.capability p {
  color: var(--muted);
  max-width: 500px;
  font-size: 16px;
}
.capability .tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
}
.proof-section {
  padding-block: 112px;
}
.client-work {
  padding-block: 64px 72px;
}
.client-work .section-top { margin-bottom: 32px; align-items: end; }
.client-work h2 { font-size: clamp(40px, 4.5vw, 64px); }
.client-work h2 em {
  color: var(--accent);
  font-weight: inherit;
}
.client-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.client-case {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.case-media {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 0;
  background: var(--ink);
}
.case-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.case-media-nba-event img { object-position: 50% 78%; }
.case-media-att-event img { object-position: 50% 55%; }
.case-media:hover img { transform: scale(1.035); }
.case-visual { position: relative; width: 100%; margin-bottom: 28px; }
.case-media video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; background: var(--ink); opacity: 0; transition: opacity .2s ease; pointer-events: none; }
[data-preview-state="playing"] .case-media video { opacity: 1; }
.case-media { isolation: isolate; }
.case-media video[data-orientation="portrait"] { object-fit: cover; object-position: center; }
.case-cursor { display: none; position: absolute; left: 0; top: 0; width: 72px; height: 72px; color: white; mix-blend-mode: difference; pointer-events: none; z-index: 2; opacity: 0; }
.case-cursor svg { display: block; width: 100%; height: 100%; }
@media (hover: hover) and (pointer: fine) {
  .case-media[data-cursor-ready] { cursor: none; }
  .case-media[data-cursor-ready] .case-cursor { display: block; }
  .case-media[data-cursor-ready]:hover .case-cursor { opacity: 1; }
}
@media (min-width: 761px) and (max-width: 1100px) { .client-cases { gap: 24px; } }
@media (prefers-reduced-motion: reduce) { .case-media video { transition: none; } }
.capability-proof { margin-top: 22px; font-size: 14px; }
.learning-case { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(28px, 5vw, 72px); margin-top: 64px; padding: 48px 0; border-block: 1px solid var(--line); }
.learning-case-image { display: block; background: #14191c; }
.learning-case-image img { display: block; width: 100%; height: auto; }
.learning-case h3 { font-family: Newsreader, serif; font-style: italic; font-size: clamp(30px, 3.6vw, 46px); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; margin: 18px 0; }
.learning-case p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.learning-links { display: grid; gap: 14px; margin-top: 24px; justify-items: start; }
.learning-links .text-link { font-size: 14px; }
.story-hero { padding-block: 48px 0; }
.story-back { margin-bottom: 56px; font-size: 14px; }
.story-hero h1 { font-family: Newsreader, serif; font-style: italic; font-size: clamp(48px, 7.5vw, 112px); font-weight: 400; line-height: 1; letter-spacing: -.055em; margin: 20px 0 32px; }
.story-hero .lede { max-width: 52ch; }
.story-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 44px 0; padding-top: 24px; border-top: 1px solid var(--line); }
.story-facts dt { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.story-facts dd { margin: 0; font-size: 15px; }
.story-cover { margin: 0; }
.story-cover img { display: block; width: 100%; aspect-ratio: 16 / 9; height: auto; object-fit: cover; }
.story-cover-nba-event img { object-position: 50% 78%; }
.story-cover-att-event img { object-position: 50% 56%; }
.story-cover-lerp-platform img { aspect-ratio: auto; max-height: 680px; object-fit: contain; background: #14191c; }
.story-cover figcaption, .story-film figcaption { font-size: 12px; color: var(--muted); margin-top: 14px; line-height: 1.65; }
.story-body { display: grid; grid-template-columns: 1.3fr .8fr; gap: clamp(40px, 7vw, 120px); padding-block: 72px; align-items: start; }
.story-section + .story-section { margin-top: 36px; }
.story-section h2 { font-size: 26px; font-weight: 500; letter-spacing: -.03em; margin-bottom: 14px; }
.story-section p { max-width: 64ch; font-size: 17px; color: var(--muted); line-height: 1.75; }
.original-case { margin-top: 32px; font-size: 14px; }
.story-film { margin: 0; }
.film-launch { display: block; position: relative; background: var(--ink); }
.film-launch img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.film-play { position: absolute; inset: auto 16px 16px; background: var(--paper); color: var(--ink); display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; font-size: 14px; font-weight: 600; }
.story-film video { display: block; width: 100%; max-height: 76vh; background: #101519; }
.story-article { padding: 32px; background: #e2e8df; }
.story-article h2 { font-family: Newsreader, serif; font-style: italic; font-size: 34px; font-weight: 400; line-height: 1.12; margin: 20px 0; }
.story-article p { font-size: 15px; line-height: 1.7; }
.story-article .text-link { margin: 24px 0; font-size: 14px; }
.story-article .source-note { font-size: 12px; color: var(--muted); }
.story-article p a, .story-film figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.story-related { display: flex; flex-wrap: wrap; gap: 20px 40px; padding-block: 28px; border-block: 1px solid var(--line); }
.story-related .text-link { font-size: 14px; }
.story-contact { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 72px; }
.story-contact h2 { font-family: Newsreader, serif; font-style: italic; font-size: clamp(30px, 4vw, 48px); font-weight: 400; line-height: 1.15; max-width: 22ch; margin-bottom: 20px; }
.story-contact .text-link { font-size: 14px; }
@media (max-width: 760px) {
  .learning-case, .story-body, .story-facts { grid-template-columns: 1fr; }
  .learning-case { margin-top: 36px; padding-block: 32px; }
  .story-back { margin-bottom: 36px; }
  .story-body { padding-block: 44px; }
  .story-contact { flex-direction: column; align-items: flex-start; }
  .story-cover img { aspect-ratio: 4 / 3; }
  .story-cover-lerp-platform img { aspect-ratio: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .case-media img { transition: none; }
  .case-media:hover img { transform: none; }
}
.case-context {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .035em;
}
.client-case h3 {
  margin: 24px 0 12px;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.case-surface { font-size: 19px; margin-bottom: 20px; }
.case-description { color: var(--muted); font-size: 16px; max-width: 48ch; }
.case-credit {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  margin-top: auto;
  padding: 28px 0 24px;
  color: var(--muted);
  font-size: 12px;
}
.client-case .text-link { font-size: 15px; }
.client-case .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.case-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  padding-block: 32px;
  border-block: 1px solid var(--line);
}
.case-contact p { font-size: 20px; }
.collaboration-proof {
  display: grid;
  grid-template-columns: .8fr 1.25fr auto;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
  padding: 32px 0;
  border-block: 1px solid var(--line);
}
.collaboration-proof .eyebrow { font-size: 10px; margin-bottom: 12px; }
.collaboration-proof h3 { font-size: 28px; font-weight: 500; }
.collaboration-proof > p { font-size: 15px; color: var(--muted); max-width: 48ch; }
.collaboration-proof .text-link { font-size: 14px; }
@media (max-width: 760px) {
  .client-work { padding-top: 72px; }
  .client-cases { grid-template-columns: 1fr; gap: 48px; }
  .case-contact { align-items: flex-start; flex-direction: column; }
  .collaboration-proof { grid-template-columns: 1fr; gap: 20px; }
  .client-case h3 { font-size: clamp(32px, 8vw, 48px); }
}
.proof-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 24px;
}
.proof-feature {
  background: #dde2d8;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  text-decoration: none;
  transition: background .3s;
}
.proof-feature:hover {
  background: #d0ded6;
}
.proof-art {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 205px;
  margin-bottom: 32px;
}
.proof-art img {
  width: 168px;
  height: 168px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px #1c4d3930);
  transform: rotate(-7deg);
  transition: transform .5s var(--ease);
}
.proof-feature:hover img {
  transform: rotate(0) translateY(-8px);
}
.proof-info {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
.proof-info p {
  color: var(--muted);
  margin-top: 12px;
  font-size: 15px;
  max-width: 360px;
}
.proof-info h3 {
  font-size: 32px;
}
.circle-arrow {
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.proof-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.proof-small {
  display: grid;
  grid-template-columns: 64px 1fr 24px;
  gap: 24px;
  align-items: center;
  padding: 32px;
  background: #e5e7df;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-decoration: none;
  flex: 1;
  transition: background .3s;
}
.proof-small:hover {
  background: #d8e1d9;
}
.proof-small img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.proof-small h3 {
  font-size: 24px;
}
.proof-small p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 10px;
}
.proof-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  color: var(--muted);
  font-size: 14px;
}
.contact-section {
  background: #d6e6df;
  padding-block: 104px;
  border-block: 1px solid var(--line);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 64px;
}
.contact-layout h2 {
  font-size: clamp(52px, 6.5vw, 92px);
  max-width: 650px;
  margin-top: 28px;
}
.contact-layout h2 em {
  font-family: Newsreader, serif;
  font-weight: 400;
}
.contact-layout p:not(.eyebrow) {
  font-size: 18px;
  color: var(--muted);
  margin-top: 28px;
  max-width: 540px;
}
.booking-calendar-wrap {
  width: min(100%, 380px);
  justify-self: center;
  text-align: center;
}
.booking-calendar {
  display: block;
  color: var(--ink);
  text-decoration: none;
  border-radius: 28px;
  -webkit-tap-highlight-color: transparent;
}
.calendar-stage {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  contain: layout paint style;
  filter: drop-shadow(0 24px 22px #193a3024);
  transform: translateZ(0);
  transition: transform .18s var(--ease), filter .24s var(--ease);
}
.calendar-stage img,
.calendar-stage canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.calendar-stage img {
  object-fit: contain;
  opacity: 1;
  transition: opacity .28s var(--ease);
}
.calendar-stage canvas {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s var(--ease);
}
.calendar-stage[data-calendar-state="ready"] img {
  opacity: 0;
}
.calendar-stage[data-calendar-state="ready"] canvas {
  opacity: 1;
}
.booking-calendar-label {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 2px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.booking-calendar-label span {
  transition: transform .22s var(--ease);
}
.booking-calendar:hover .booking-calendar-label span,
.booking-calendar:focus-visible .booking-calendar-label span {
  transform: translate(2px, -2px);
}
.booking-calendar:hover .calendar-stage,
.booking-calendar:focus-visible .calendar-stage {
  filter: drop-shadow(0 30px 24px #193a3030);
}
.booking-calendar:hover .calendar-stage[data-calendar-state="fallback"],
.booking-calendar:focus-visible .calendar-stage[data-calendar-state="fallback"] {
  transform: translateY(-4px) scale(1.012);
}
.booking-calendar:active .calendar-stage {
  filter: drop-shadow(0 12px 12px #193a3024);
  transform: translateY(5px) scale(.968);
  transition-duration: .09s;
}
.booking-calendar:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 7px;
}
.booking-calendar-wrap > p {
  font-size: 11px !important;
  margin-top: 17px !important;
  max-width: none !important;
}
.footer {
  padding-block: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  font-size: 12px;
  color: var(--muted);
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: var(--accent);
}
.social-links {
  display: flex;
  gap: 8px;
}
.social-links a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: background .2s;
}
.social-links a:hover {
  background: #d4e4dc;
}
.social-links .icon {
  width: 17px;
  height: 17px;
}
.booking-dialog {
  border: 1px solid #38564c;
  border-radius: 26px;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  width: min(560px, calc(100% - 24px));
  height: calc(100dvh - 24px);
  max-height: calc(100dvh - 24px);
  margin: 12px 12px 12px auto;
  box-shadow: -28px 0 80px #07130f52;
  overflow: hidden;
}
.booking-dialog::backdrop {
  background: #0c1d198f;
  backdrop-filter: blur(3px);
}
.dialog-header {
  background:
    radial-gradient(circle at 80% 10%, #58a69b38, transparent 38%),
    #17382f;
  color: var(--light);
  padding: 30px 32px 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #ffffff17;
}
.dialog-header h2 {
  max-width: 390px;
  margin-top: 8px;
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.dialog-kicker {
  color: #a9d6ca;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.dialog-close {
  flex: 0 0 auto;
  border: 1px solid #ffffff45;
  border-radius: 50%;
  background: #ffffff0d;
  color: var(--light);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .18s var(--ease), background .18s;
}
.dialog-close:hover,
.dialog-close:focus-visible {
  background: #ffffff1f;
  transform: rotate(6deg);
}
.dialog-body {
  min-height: 0;
  padding: 28px 32px 24px;
  overflow: auto;
}
.dialog-body > p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 20px;
}
.dialog-body > p:first-child {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.55;
}
.cal-embed {
  min-height: 500px;
  width: 100%;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent, #ffffffa8, transparent) -180px 0 / 180px 100% no-repeat,
    linear-gradient(#284d4312 1px, transparent 1px) 0 72px / 100% 58px,
    var(--paper);
  animation: calendar-loading 1.8s ease-in-out infinite;
}
.calendar-loaded .cal-embed {
  animation: none;
  background: var(--paper);
}
.cal-embed iframe {
  display: block;
  width: 100%;
  min-height: 500px;
  border: 0;
}
.cal-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px !important;
  padding: 6px 10px;
  border: 1px solid #315a4d24;
  border-radius: 999px;
  background: #dceae4;
  color: #315a4d !important;
  font-size: 11px !important;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cal-status[hidden] {
  display: none;
}
.dialog-fallback {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-size: 12px !important;
  margin-block: 20px 0 !important;
}
.dialog-fallback a {
  font-weight: 600;
}
.booking-dialog[open] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  animation: drawer-in .22s var(--ease);
}
@keyframes drawer-in {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes calendar-loading {
  50% { background-position: calc(100% + 180px) 0, 0 72px, 0 0; }
}
.hub-hero {
  min-height: 600px;
  padding-bottom: 48px;
}
.hub-hero h1 {
  font-size: clamp(64px, 7.5vw, 106px);
}
.hub-hero .sculpture {
  height: 510px;
}
.hub-catalog {
  padding-block: 96px;
  background: var(--dark);
  color: var(--light);
  --muted:#b2c0b7;
  --line:#dfecdd24;
  --accent:#8ccad1;
}
.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}
.catalog-heading .eyebrow {
  margin-bottom: 20px;
}
.catalog-heading > p {
  color: var(--muted);
  font-size: 15px;
  max-width: 340px;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  grid-auto-rows: 1fr;
}
.project-card {
  background:
    linear-gradient(
      130deg,
      #263c34,
      #20352e 75%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  transition:
    transform .35s var(--ease),
    border-color .3s,
    background .3s;
}
.project-card:hover {
  transform: translateY(-5px);
  border-color: #73988a;
  background:
    linear-gradient(
      130deg,
      #2b443b,
      #263b32);
}
.project-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.product-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 5px 5px #061d1744);
}
.status-badge {
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--muted);
  white-space: nowrap;
}
.status-beta {
  color: #e2c78e;
}
.project-card h3 {
  font-size: 25px;
  line-height: 1.12;
  min-height: 56px;
  letter-spacing: -.035em;
}
.project-description {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 12px;
  flex: 1;
}
.project-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 28px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: var(--light);
}
.project-link .icon {
  width: 16px;
  height: 16px;
}
.hub-contact {
  padding-block: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.hub-contact h2 {
  font-size: 44px;
}
.hub-contact p {
  color: var(--muted);
  margin-top: 16px;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1800px) {
  .wrap {
    max-width: 1440px;
  }
  .hero {
    min-height: 780px;
  }
  .sculpture {
    height: 680px;
  }
  .hub-hero .sculpture {
    height: 600px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    min-height: 620px;
  }
  h1 {
    font-size: 76px;
  }
  .sculpture {
    height: 510px;
  }
  .hero .lede {
    font-size: 17px;
  }
  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .capability {
    grid-template-columns: 40px 1fr 1fr;
    gap: 24px;
  }
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proof-small {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 24px;
  }
  .proof-small > .icon {
    display: none;
  }
  .proof-small img {
    width: 48px;
    height: 48px;
  }
  .masthead nav {
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .masthead {
    min-height: 88px;
    gap: 16px;
  }
  .brand {
    gap: 10px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .brand-word {
    font-size: 16px;
  }
  .brand-word small {
    font-size: 8px;
  }
  .masthead nav {
    gap: 16px;
    font-size: 12px;
  }
  .masthead nav .portfolio-nav {
    display: none;
  }
  .nav-work {
    padding: 8px 12px !important;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 48px 24px;
  }
  .hero h1 {
    font-size: clamp(60px, 12vw, 84px);
    margin-top: 24px;
  }
  .hero .lede {
    font-size: 17px;
    max-width: 490px;
    margin-top: 24px;
  }
  .hero .byline {
    margin-top: 20px;
    font-size: 12px;
  }
  .action-row {
    gap: 20px;
    margin-top: 28px;
  }
  .button {
    min-height: 52px;
    padding: 15px 20px;
    font-size: 13px;
  }
  .sculpture,
  .hub-hero .sculpture {
    height: 400px;
    max-width: 520px;
    margin-inline: auto;
    margin-top: 8px;
  }
  .scene-coordinate {
    top: 40px;
  }
  .material-label {
    right: 4%;
    top: 24%;
  }
  .motion-toggle {
    bottom: 24px;
  }
  .scene-caption {
    bottom: 0;
  }
  .discipline-band {
    justify-content: flex-start;
    gap: 12px 20px;
    font-size: 11px;
    padding: 24px 0;
  }
  .section-top {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  .section-top p:not(.eyebrow) {
    justify-self: start;
    font-size: 16px;
  }
  .section-top .eyebrow {
    margin-bottom: 24px;
  }
  .dark-section,
  .proof-section,
  .contact-section {
    padding-block: 72px;
  }
  .capability {
    grid-template-columns: 32px 1fr;
    gap: 12px 16px;
    padding-block: 32px;
  }
  .capability h3 {
    font-size: 30px;
  }
  .capability > div {
    grid-column: 2;
  }
  .capability p {
    font-size: 15px;
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .proof-feature {
    padding: 28px;
    min-height: 390px;
  }
  .proof-art {
    min-height: 170px;
  }
  .proof-art img {
    width: 145px;
    height: 145px;
  }
  .proof-side {
    gap: 16px;
  }
  .proof-small {
    grid-template-columns: 56px 1fr 20px;
    padding: 24px;
    gap: 20px;
    min-height: 145px;
  }
  .proof-small > .icon {
    display: block;
  }
  .proof-small img {
    width: 56px;
    height: 56px;
  }
  .proof-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-layout h2 {
    font-size: 64px;
  }
  .contact-layout p:not(.eyebrow) {
    font-size: 16px;
  }
  .booking-calendar-wrap {
    width: min(100%, 350px);
    padding-bottom: 8px;
  }
  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-block: 32px;
  }
  .footer-links {
    gap: 18px;
  }
  .catalog-heading {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
  .hub-catalog {
    padding-block: 64px;
  }
  .projects-grid {
    gap: 16px;
  }
  .project-card {
    padding: 24px;
    min-height: 370px;
  }
  .project-card-top {
    margin-bottom: 24px;
    gap: 12px;
  }
  .product-icon {
    width: 56px;
    height: 56px;
  }
  .status-badge {
    font-size: 8px;
  }
  .project-card h3 {
    font-size: 24px;
    min-height: 54px;
  }
  .hub-contact {
    flex-direction: column;
    align-items: start;
  }
  .dialog-header {
    padding: 20px;
  }
  .dialog-header h2 {
    font-size: 24px;
  }
  .dialog-body {
    padding: 20px;
  }
  .cal-embed {
    min-height: 450px;
  }
}
@media (max-width: 600px) {
  .booking-dialog {
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border-inline: 0;
    border-radius: 0;
  }
  .dialog-header {
    padding-top: max(20px, env(safe-area-inset-top));
  }
  .dialog-body > p:first-child {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .projects-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
  .project-card {
    min-height: 320px;
  }
  .project-card h3 {
    min-height: 0;
  }
  .project-card-top {
    margin-bottom: 24px;
  }
  .product-icon {
    width: 64px;
    height: 64px;
  }
  .hub-hero h1 {
    font-size: 64px;
  }
  .sculpture,
  .hub-hero .sculpture {
    height: 340px;
  }
  .masthead nav {
    gap: 12px;
  }
  .masthead nav .nav-work {
    display: none;
  }
  .contact-layout h2 {
    font-size: 56px;
  }
  .proof-small {
    gap: 16px;
  }
  .proof-info h3 {
    font-size: 28px;
  }
  .hero .text-link {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .project-card:hover,
  .booking-calendar:hover .calendar-stage,
  .booking-calendar:focus-visible .calendar-stage,
  .proof-feature:hover img {
    transform: none;
  }
  .booking-calendar:active .calendar-stage {
    transform: translateY(2px) scale(.99);
  }
}
.hero {
  isolation: isolate;
  min-height: 720px;
}
.hero-copy {
  grid-column: 1;
}
.hero .wave-field {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.wave-field::before {
  display: none;
}
.wave-field .motion-toggle {
  right: max(32px, calc((100vw - 1376px)/2));
  bottom: 24px;
  pointer-events: auto;
  z-index: 3;
  background: #eeeee7de;
}
.wave-field .wave-fallback {
  position: absolute;
  inset: 12% 0 0 27%;
  width: 73%;
  height: 88%;
  background-image:
    radial-gradient(
      circle,
      #507b77 1px,
      transparent 1.5px);
  background-size: 16px 16px;
  mask-image:
    radial-gradient(
      ellipse at 80% 60%,
      #0007,
      transparent 70%);
  transform: perspective(650px) rotateX(34deg) rotateZ(-12deg);
  opacity: 1;
}
.wave-field[data-scene=ready] .wave-fallback {
  opacity: 0;
}
.hero h1 {
  font-size: clamp(64px, 7.5vw, 112px);
}
.hub-hero {
  min-height: 670px;
}
@media (max-width: 1100px) {
  .hero {
    min-height: 650px;
  }
  .hero h1 {
    font-size: 76px;
  }
}
@media (max-width: 760px) {
  .hero {
    min-height: 850px;
    display: block;
    padding-bottom: 300px;
  }
  .hero h1 {
    font-size: clamp(60px, 12vw, 84px);
  }
  .hero .wave-field {
    height: 100%;
    margin: 0;
  }
  .wave-field .motion-toggle {
    right: 24px;
    bottom: 20px;
  }
  .wave-field .wave-fallback {
    inset: 65% -20% 0 0;
    width: 120%;
    height: 35%;
    mask-image:
      linear-gradient(
        transparent,
        #0007 60%,
        transparent);
  }
  .hub-hero {
    min-height: 850px;
  }
}
@media (max-width: 500px) {
  .hero {
    min-height: 900px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hub-hero {
    min-height: 880px;
  }
  .hub-hero h1 {
    font-size: 64px;
  }
}
body {
  overflow-x: clip;
}

/* The card header gives product identity equal weight to its title. */
.project-card { --card-icon-size: 128px; }
.project-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--card-icon-size);
  gap: 18px;
  align-items: center;
  min-height: var(--card-icon-size);
  margin-bottom: 20px;
  flex-shrink: 0;
}
.project-card-heading { min-width: 0; }
.project-card-heading .status-badge { display: inline-block; margin-bottom: 14px; }
.project-card-heading h3 { min-height: 0; margin: 0; hyphens: auto; overflow-wrap: anywhere; }
.project-card .product-icon { width: var(--card-icon-size); height: var(--card-icon-size); }
@media (min-width: 1440px) { .project-card { --card-icon-size: 144px; } }
@media (max-width: 760px) {
  .projects-grid { grid-template-columns: 1fr; }
  .project-card-heading h3 { font-size: 22px; }
}
@media (max-width: 400px) {
  .project-card-heading h3 { font-size: 20px; }
}
@media (max-width: 360px) {
  .project-card { --card-icon-size: 104px; }
  .project-card-top { gap: 12px; }
  .project-card-heading h3 { font-size: 20px; }
  .project-card-heading .status-badge { letter-spacing: .04em; }
}

/* Product proof shares the card rhythm, with real work taking the lead. */
.collaboration-proof { grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 72px); padding: 48px 0; }
.product-film { min-width: 0; aspect-ratio: 3 / 2; overflow: hidden; background: #120a22; border-radius: 14px; }
.product-film .film-poster { display: block; position: relative; height: 100%; }
.product-film img { display: block; width: 100%; height: 100%; object-fit: contain; }
.product-film video { width: 100%; height: 100%; object-fit: contain; display: block; }
.product-film .film-play { position: absolute; bottom: 18px; left: 18px; display: flex; align-items: center; gap: 10px; background: #101419eb; color: #fff; border: 1px solid #ffffff60; border-radius: 30px; padding: 12px 18px; font-size: 13px; }
.product-film .film-play small { opacity: .7; }
.proof-product-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.proof-product-heading > div { min-width: 0; }
.proof-product-icon { width: clamp(96px, 10vw, 136px); height: auto; flex-shrink: 0; }
.collaboration-copy > p { color: var(--muted); font-size: 16px; margin-top: 20px; }
.collaboration-copy .collaboration-lede { font-family: Newsreader, serif; font-style: italic; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.1; color: var(--ink); letter-spacing: -.025em; }
.collaboration-copy .tags { margin: 24px 0; }
@media (max-width: 760px) { .collaboration-proof { grid-template-columns: 1fr; padding-block: 32px; } .product-film .film-play { bottom: 12px; left: 12px; } }

.collaboration-copy .tags { display: flex; flex-wrap: wrap; gap: 8px; }
.collaboration-copy .tags span { font-size: 12px; padding: 5px 10px; border: 1px solid var(--line); border-radius: 30px; }
.learning-case .learning-product-name { font-size: 28px; font-weight: 500; margin: 0; color: var(--ink); }
.rive-preview { position: relative; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 14px; background: #121618; }
.rive-preview canvas, .rive-fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.rive-fallback img { height: 100%; object-fit: cover; }
.rive-preview canvas { opacity: 0; pointer-events: none; touch-action: pan-y; }
.rive-preview[data-rive-ready="true"] canvas { opacity: 1; pointer-events: auto; }
.rive-preview[data-rive-ready="true"] .rive-fallback { visibility: hidden; }
.rive-toggle { position: absolute; right: 14px; bottom: 14px; z-index: 2; border: 1px solid #ffffff66; border-radius: 30px; background: #101419eb; color: #fff; padding: 10px 15px; font: inherit; font-size: 12px; cursor: pointer; }
.rive-caption { position: absolute; left: 16px; top: 15px; z-index: 1; font-size: 11px; color: #fff; background: #101419d9; padding: 7px 10px; border-radius: 20px; pointer-events: none; opacity: 0; }
.rive-preview[data-rive-ready="true"] .rive-caption { opacity: 1; }
.rive-toggle:focus-visible { outline: 3px solid #25bfd5; outline-offset: 3px; }

.learning-case + .collaboration-proof { margin-top: 0; border-top: 0; }
@media (hover: none), (max-width: 480px) { .rive-caption { display: none; } }

/* Bring real client work forward without changing the Forge hub hero. */
.services-hero { min-height: 740px; padding-block: 40px 56px; }
@media (max-width: 760px) {
  .services-hero { min-height: 840px; padding-bottom: 300px; }
  .client-work { padding-block: 48px 56px; }
}

@media (max-width: 380px) {
  .masthead { gap: 12px; }
  .brand { gap: 8px; }
  .brand-word small { display: none; }
  .masthead nav { gap: 10px; }
}


/* Volume studies have vertical breathing room; their canvases are overscanned. */
.hero .wave-field:is([data-art=torus], [data-art=rings], [data-art=ribbons]) { overflow: visible; }
.study-info {
  position: absolute;
  right: max(24px, calc((100vw - 1376px)/2));
  bottom: 24px;
  z-index: 4;
  pointer-events: auto;
}
.study-info summary {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid var(--line); border-radius: 50%; cursor: pointer;
  background: #eeeee7eb; color: var(--muted); list-style: none;
  transition: color .2s, border-color .2s;
}
.study-info summary::-webkit-details-marker { display: none; }
.study-info summary:hover, .study-info[open] summary { color: var(--ink); border-color: var(--ink); }
.study-info svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; }
.study-info-panel {
  position: absolute; right: 0; bottom: 52px; width: min(280px, calc(100vw - 48px));
  padding: 20px; background: var(--paper); border: 1px solid var(--line);
  box-shadow: 0 8px 24px #16262316; border-radius: 12px;
  font-size: 13px; line-height: 1.6; color: var(--muted);
}
.study-info-panel p { margin: 0 0 12px; }
.study-info-panel a { color: var(--ink); text-underline-offset: 4px; }
@media (max-width:760px) { .study-info { right: 20px; bottom: 16px; } }
