:root {
  --night: oklch(0.145 0.012 65);
  --night-2: oklch(0.19 0.018 58);
  --ink: oklch(0.94 0.012 82);
  --muted: oklch(0.72 0.012 76);
  --faint: oklch(0.42 0.012 70);
  --cocoa: oklch(0.34 0.055 48);
  --cocoa-hot: oklch(0.55 0.11 47);
  --signal: oklch(0.91 0.18 103);
  --paper: oklch(0.955 0.012 90);
  --paper-2: oklch(0.92 0.016 87);
  --paper-ink: oklch(0.19 0.016 60);
  --line: color-mix(in oklch, var(--ink), transparent 84%);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  --mono: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
}

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

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

body {
  background: var(--night);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.48;
  letter-spacing: -.012em;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--night);
  background: var(--signal);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

button {
  color: inherit;
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--night);
  background: var(--signal);
  transform: translateY(-72px);
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus-visible {
  transform: none;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 96px;
  padding: 24px clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  mix-blend-mode: difference;
  color: var(--ink);
  transition: opacity 280ms ease;
}

.site-header.hidden {
  opacity: 0;
  pointer-events: none;
}

.mark {
  width: 72px;
  height: 44px;
  display: block;
  flex: none;
}

.mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-rule {
  height: 1px;
  background: currentColor;
  opacity: .22;
  flex: 1;
}

.desktop-nav {
  display: flex;
  gap: 36px;
}

.desktop-nav a {
  font-size: 14px;
  transition: opacity 150ms ease;
}

.desktop-nav a:hover {
  opacity: .58;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  border: 1px solid currentColor;
  background: transparent;
  place-items: center;
  position: relative;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 220ms var(--ease-out);
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}

.menu-toggle span:last-child {
  transform: translateY(4px);
}

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

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

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 100px 24px 40px;
  background: var(--night);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 0s 220ms;
}

.mobile-menu a {
  font-size: clamp(42px, 13vw, 68px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -.055em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms ease, transform 400ms var(--ease-out);
}

body.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

body.menu-open .mobile-menu a {
  opacity: 1;
  transform: none;
}

body.menu-open .mobile-menu a:nth-child(2) { transition-delay: 35ms; }
body.menu-open .mobile-menu a:nth-child(3) { transition-delay: 70ms; }
body.menu-open .mobile-menu a:nth-child(4) { transition-delay: 105ms; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  padding: 120px clamp(24px, 6vw, 90px) 90px;
  overflow: hidden;
}

.scene-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
  text-align: center;
}

.hero h1,
.scene-copy h2,
.travel-copy h2,
.personal-copy h2,
.contact h2 {
  font-size: clamp(52px, 8.2vw, 126px);
  font-weight: 650;
  line-height: .94;
  letter-spacing: -.062em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 10.5ch;
  margin: 0 auto;
}

.hero-meta {
  position: absolute;
  inset: auto clamp(24px, 5vw, 72px) 32px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  bottom: 68px;
  left: 50%;
  z-index: 2;
  width: 1px;
  height: 34px;
  background: var(--line);
  overflow: hidden;
}

.scroll-cue i {
  position: absolute;
  width: 1px;
  height: 10px;
  background: var(--signal);
  animation: scroll-cue 1.8s var(--ease-in-out) infinite;
}

@keyframes scroll-cue {
  from { transform: translateY(-12px); }
  70%, to { transform: translateY(38px); }
}

.sticky-scene {
  position: relative;
  height: 240svh;
}

.sticky-frame {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.scene-copy {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 48px));
}

.scene-copy h2 {
  max-width: 10ch;
}

.scene-copy p,
.travel-copy p,
.personal-copy > p,
.contact-copy > p {
  max-width: 38ch;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 22px);
}

.build-scene {
  background: var(--night);
}

.build-copy {
  align-self: center;
  padding-left: clamp(0px, 7vw, 110px);
}

.build-copy p {
  margin-left: .15em;
}

.build-counter {
  position: absolute;
  left: clamp(24px, 5vw, 72px);
  right: clamp(24px, 5vw, 72px);
  bottom: 32px;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  align-items: baseline;
  gap: 18px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.build-counter strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
}

.ios-scene {
  height: 300svh;
  background: var(--night-2);
}

.ios-frame {
  grid-template-columns: 1.1fr .9fr;
  gap: 4vw;
  padding: 100px clamp(24px, 6vw, 90px) 60px;
}

.ios-stage {
  position: relative;
  width: min(48vw, 650px);
  aspect-ratio: 1;
  perspective: 1100px;
  transform-style: preserve-3d;
}

.device-plane {
  position: absolute;
  inset: 12% 24%;
  border: 1px solid color-mix(in oklch, var(--ink), transparent 54%);
  border-radius: 38px;
  background: color-mix(in oklch, var(--night-2), var(--ink) 2%);
  transform-style: preserve-3d;
  transition: border-color 280ms ease;
}

.plane-back {
  transform: translate3d(calc(var(--ios-p, 0) * -95px), calc(var(--ios-p, 0) * -44px), -180px) rotateY(calc(-18deg + var(--ios-p, 0) * 11deg)) rotateZ(-10deg);
  opacity: .45;
}

.plane-mid {
  transform: translate3d(calc(var(--ios-p, 0) * 30px), calc(var(--ios-p, 0) * -18px), -80px) rotateY(calc(-11deg + var(--ios-p, 0) * 20deg)) rotateZ(4deg);
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: var(--signal);
}

.plane-front {
  transform: translate3d(calc(var(--ios-p, 0) * 72px), calc(var(--ios-p, 0) * 30px), 20px) rotateY(calc(-6deg + var(--ios-p, 0) * 15deg)) rotateZ(-3deg);
  padding: 17% 13%;
  overflow: hidden;
}

.swift-brace {
  font-family: var(--mono);
  font-size: clamp(64px, 9vw, 130px);
  font-weight: 200;
}

.island {
  position: absolute;
  width: 32%;
  height: 4%;
  top: 5%;
  left: 34%;
  border-radius: 99px;
  background: var(--ink);
  opacity: .8;
}

.ui-line {
  height: 8px;
  background: var(--line);
  margin-bottom: 18px;
  transform-origin: left;
  transform: scaleX(calc(.3 + var(--ios-p, 0) * .7));
}

.line-b { width: 72%; }
.line-c { width: 44%; background: var(--signal); }

.ai-node {
  position: absolute;
  padding: 10px 13px;
  border: 1px solid var(--line);
  background: var(--night-2);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  transform: translate3d(0, calc((1 - var(--ios-p, 0)) * 30px), 40px);
  opacity: var(--ios-p, 0);
}

.node-a { top: 11%; right: 2%; }
.node-b { top: 48%; left: -1%; }
.node-c { right: 3%; bottom: 12%; color: var(--signal); }

.ios-copy {
  justify-self: end;
}

.ios-copy h2 {
  font-size: clamp(48px, 6vw, 92px);
  max-width: 8.5ch;
}

.making {
  min-height: 150svh;
  padding: clamp(120px, 16vw, 240px) clamp(24px, 6vw, 90px);
  background: var(--paper);
  color: var(--paper-ink);
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 130px);
}

.making-copy {
  position: sticky;
  top: 150px;
  align-self: start;
}

.making h2,
.work h2 {
  font-size: clamp(48px, 6.8vw, 102px);
  font-weight: 650;
  line-height: .96;
  letter-spacing: -.058em;
}

.making-copy p {
  max-width: 34ch;
  margin-top: 34px;
  color: color-mix(in oklch, var(--paper-ink), transparent 30%);
}

.making-photos {
  display: flex;
  flex-direction: column;
  gap: clamp(80px, 14vw, 210px);
}

.making-photo {
  overflow: hidden;
  background: var(--paper-2);
}

.making-photo img {
  height: min(72vw, 780px);
  object-fit: cover;
  transition: transform 1.1s var(--ease-out);
}

.making-photo.in img {
  transform: scale(1.035);
}

.photo-building {
  width: 88%;
  margin-left: auto;
}

.photo-vision {
  width: 72%;
}

.travel-scene {
  height: 380svh;
  background: var(--night);
}

.travel-frame {
  background: var(--night);
}

.travel-gallery,
.travel-photo {
  position: absolute;
  inset: 0;
}

.travel-photo {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.07);
  will-change: opacity, transform;
}

.travel-main {
  object-position: 50% 52%;
  opacity: calc(1 - max(0, (var(--travel-p, 0) - .32) * 4));
  transform: scale(calc(1.07 - var(--travel-p, 0) * .05));
}

.travel-sunset {
  clip-path: inset(12% 46% 12% 6%);
  opacity: clamp(0, calc((var(--travel-p, 0) - .26) * 5), 1);
  transform: translateX(calc((1 - var(--travel-p, 0)) * 80px)) scale(.95);
}

.travel-ocean {
  clip-path: inset(12% 6% 52% 58%);
  opacity: clamp(0, calc((var(--travel-p, 0) - .48) * 5), 1);
  transform: translateY(calc((1 - var(--travel-p, 0)) * 80px)) scale(.95);
}

.travel-sun {
  clip-path: inset(54% 6% 8% 58%);
  opacity: clamp(0, calc((var(--travel-p, 0) - .66) * 5), 1);
  transform: translateY(calc((1 - var(--travel-p, 0)) * -60px)) scale(.96);
}

.travel-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 44%, color-mix(in oklch, var(--night), transparent 18%));
  opacity: calc(1 - var(--travel-p, 0) * .5);
  pointer-events: none;
}

.travel-copy {
  position: relative;
  z-index: 3;
  width: min(1160px, calc(100% - 48px));
  align-self: end;
  padding-bottom: clamp(70px, 10vh, 120px);
}

.travel-copy h2 {
  max-width: 10ch;
}

.travel-copy h2 span {
  display: block;
}

.travel-copy p {
  color: var(--ink);
}

.personal-scene {
  min-height: 120svh;
  position: relative;
  display: grid;
  place-items: center;
  padding: 120px 24px;
  overflow: hidden;
  background: var(--cocoa);
}

.personal-copy {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
  text-align: center;
}

.personal-copy h2 {
  max-width: 11ch;
  margin: 0 auto;
}

.personal-copy > p {
  max-width: 43ch;
  margin-inline: auto;
  color: color-mix(in oklch, var(--ink), transparent 18%);
}

.personal-copy strong {
  color: var(--signal);
  font-weight: 650;
}

.temperature {
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 2;
  width: min(430px, calc(100% - 48px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  color: color-mix(in oklch, var(--ink), transparent 32%);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.temperature i {
  display: block;
  height: 1px;
  background: color-mix(in oklch, var(--ink), transparent 70%);
}

.temperature b {
  display: block;
  width: var(--heat, 78%);
  height: 1px;
  background: var(--signal);
}

.work {
  padding: clamp(110px, 13vw, 200px) clamp(24px, 6vw, 90px);
  background: var(--paper);
  color: var(--paper-ink);
}

.work-header {
  display: grid;
  grid-template-columns: 1.15fr .55fr;
  gap: 8vw;
  align-items: end;
  padding-bottom: clamp(80px, 10vw, 150px);
}

.work-header h2 {
  max-width: 10ch;
}

.work-header p {
  max-width: 34ch;
  color: color-mix(in oklch, var(--paper-ink), transparent 34%);
}

.work-list {
  border-top: 1px solid color-mix(in oklch, var(--paper-ink), transparent 76%);
}

.project {
  min-height: 280px;
  display: grid;
  grid-template-columns: 56px minmax(240px, .8fr) minmax(300px, 1.05fr) 40px;
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
  padding: 44px 0;
  border-bottom: 1px solid color-mix(in oklch, var(--paper-ink), transparent 76%);
  position: relative;
}

.project-number,
.project-copy span {
  color: color-mix(in oklch, var(--paper-ink), transparent 44%);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.project h3 {
  font-size: clamp(38px, 4.3vw, 68px);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -.05em;
}

.project-copy p {
  max-width: 36ch;
  margin: 18px 0 22px;
  color: color-mix(in oklch, var(--paper-ink), transparent 27%);
}

.project figure {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--paper-2);
}

.project figure img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 700ms var(--ease-out), filter 400ms ease;
  filter: saturate(.82);
}

.project:hover figure img {
  transform: scale(1.055);
  filter: saturate(1);
}

.project .phone-shot img {
  object-fit: contain;
  padding: 8px;
}

.project-arrow {
  width: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms var(--ease-out);
}

.project:hover .project-arrow {
  transform: translate(3px, -3px);
}

.github-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  font-size: clamp(20px, 2.4vw, 30px);
}

.contact {
  min-height: 110svh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  align-items: center;
  gap: 7vw;
  padding: 130px clamp(24px, 6vw, 90px) 90px;
  overflow: hidden;
}

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

.contact h2 {
  max-width: 10ch;
}

.contact-action {
  margin-top: 42px;
  padding: 16px 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: var(--night);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 140ms var(--ease-out);
}

.contact-action:hover {
  background: var(--signal);
  border-color: var(--signal);
}

.contact-action:active {
  transform: scale(.97);
}

.contact-device {
  position: relative;
  justify-self: center;
  width: min(38vw, 500px);
  aspect-ratio: 1;
  perspective: 1000px;
}

.contact-device i {
  position: absolute;
  inset: 13% 26%;
  border: 1px solid var(--line);
  border-radius: 36px;
  transform: rotateY(-18deg) rotateX(8deg) translate3d(calc(var(--contact-p, 0) * 26px), calc(var(--contact-p, 0) * -20px), 0);
}

.contact-device i:nth-child(2) {
  transform: rotateY(-18deg) rotateX(8deg) translate3d(calc(35px + var(--contact-p, 0) * 32px), calc(-25px + var(--contact-p, 0) * -25px), -60px);
}

.contact-device i:nth-child(3) {
  transform: rotateY(-18deg) rotateX(8deg) translate3d(calc(70px + var(--contact-p, 0) * 38px), calc(-50px + var(--contact-p, 0) * -30px), -120px);
}

.contact-device b {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 36px color-mix(in oklch, var(--signal), transparent 34%);
}

.contact-links {
  position: absolute;
  bottom: 34px;
  left: clamp(24px, 6vw, 90px);
  right: clamp(24px, 6vw, 90px);
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
}

.contact-links a:hover {
  color: var(--ink);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(24px, 6vw, 90px) 34px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  z-index: 500;
  bottom: 26px;
  left: 50%;
  padding: 12px 16px;
  color: var(--night);
  background: var(--signal);
  transform: translate(-50%, 14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 260ms var(--ease-out);
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 700ms ease, transform 900ms var(--ease-out);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .site-header {
    height: 78px;
    padding-block: 17px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle,
  .mobile-menu {
    display: flex;
  }

  .menu-toggle {
    display: grid;
  }

  .hero {
    padding-top: 100px;
  }

  .hero h1 {
    font-size: clamp(58px, 13vw, 92px);
  }

  .hero-meta {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-meta span:not(:last-child)::after {
    content: " ·";
  }

  .scroll-cue {
    display: none;
  }

  .ios-frame {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 24px;
  }

  .ios-stage {
    width: min(72vw, 480px);
    height: min(45vh, 480px);
  }

  .ios-copy {
    position: absolute;
    inset: auto 24px 68px;
  }

  .ios-copy h2 {
    font-size: clamp(46px, 11vw, 76px);
  }

  .ios-copy p {
    display: none;
  }

  .making {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .making-copy {
    position: static;
  }

  .making-photos {
    gap: 72px;
  }

  .photo-building,
  .photo-vision {
    width: 100%;
  }

  .making-photo img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .work-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .project {
    grid-template-columns: 42px 1fr 30px;
  }

  .project figure {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .project-arrow {
    grid-column: 3;
    grid-row: 1;
  }

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

  .contact-device {
    position: absolute;
    width: 70vw;
    right: -22vw;
    opacity: .55;
  }
}

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

  .site-header {
    padding-inline: 20px;
    gap: 18px;
  }

  .mark {
    width: 62px;
    height: 38px;
  }

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

  .hero {
    align-items: center;
    padding-inline: 20px;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .hero-meta {
    bottom: 24px;
    font-size: 8px;
  }

  .sticky-scene {
    height: 220svh;
  }

  .build-copy {
    padding-left: 0;
  }

  .scene-copy h2,
  .travel-copy h2,
  .personal-copy h2,
  .contact h2 {
    font-size: clamp(48px, 14vw, 70px);
  }

  .build-counter {
    grid-template-columns: auto 1fr;
  }

  .build-counter span:nth-of-type(2),
  .build-counter strong:last-child {
    display: none;
  }

  .ios-scene {
    height: 260svh;
  }

  .device-plane {
    inset: 8% 20%;
    border-radius: 28px;
  }

  .making {
    padding: 110px 20px;
  }

  .making h2,
  .work h2 {
    font-size: clamp(46px, 13vw, 66px);
  }

  .travel-scene {
    height: 330svh;
  }

  .travel-main {
    object-position: 67% 50%;
  }

  .travel-sunset {
    clip-path: inset(9% 8% 56% 8%);
  }

  .travel-ocean {
    clip-path: inset(47% 8% 27% 8%);
  }

  .travel-sun {
    clip-path: inset(75% 8% 6% 8%);
  }

  .travel-copy {
    padding-bottom: 68px;
  }

  .personal-scene {
    min-height: 110svh;
  }

  .work {
    padding: 110px 20px;
  }

  .project {
    min-height: 0;
    grid-template-columns: 30px 1fr 26px;
    gap: 16px;
    padding: 34px 0;
  }

  .project h3 {
    font-size: 42px;
  }

  .project-copy p {
    font-size: 15px;
  }

  .project figure {
    grid-column: 1 / -1;
  }

  .contact {
    min-height: 100svh;
    padding: 110px 20px 90px;
  }

  .contact h2 {
    font-size: clamp(49px, 13vw, 66px);
  }

  .contact-links {
    left: 20px;
    right: 20px;
  }

  footer {
    padding-inline: 20px;
    flex-direction: column;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .sticky-scene {
    height: auto;
  }

  .sticky-frame {
    position: relative;
  }

  .travel-main {
    opacity: .56;
  }

  .travel-sunset,
  .travel-ocean,
  .travel-sun {
    display: none;
  }
}
