@font-face {
  font-family:Barlow;
  src:url('assets/fonts/barlow-condensed-bold.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Manrope;
  src:url('assets/fonts/manrope-regular.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Manrope;
  src:url('assets/fonts/manrope-semibold.ttf') format('truetype');
  font-weight:500 800;
  font-style:normal;
  font-display:swap
}

:root {
  --paper:#efeee8;
  --ink:#20211e;
  --muted:#686a61;
  --line:#c8c9bf;
  --acid:#d5ff63;
  --body:Manrope,Arial,sans-serif;
  --display:Barlow,Impact,'Arial Narrow',sans-serif;
  --mono:'SFMono-Regular',Consolas,'Liberation Mono',monospace
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:26px
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:14px;
  -webkit-font-smoothing:antialiased
}

body:has(dialog[open]) {
  overflow:hidden
}

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

button {
  font:inherit;
  color:inherit;
  cursor:pointer
}

button,a {
  -webkit-tap-highlight-color:transparent
}

button {
  border:0
}

button:focus-visible,a:focus-visible,video:focus-visible {
  outline:3px solid #547917;
  outline-offset:6px
}

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

h1,h2,h3,p {
  margin:0
}

svg {
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:square;
  stroke-linejoin:miter
}

.page-width {
  width:calc(100% - 96px);
  max-width:1600px;
  margin-inline:auto
}

.mono {
  font-family:var(--mono);
  font-size:10px;
  font-weight:400;
  letter-spacing:.055em;
  line-height:1.5
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

[hidden] {
  display:none!important
}

.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  background:var(--acid);
  padding:14px 20px;
  z-index:100
}

.skip-link:focus {
  top:15px
}

.site-header {
  height:92px;
  display:flex;
  align-items:center;
  border-bottom:1px solid var(--line);
  gap:45px
}

.wordmark {
  font-family:Arial,sans-serif;
  font-weight:900;
  letter-spacing:-3px;
  font-size:32px;
  line-height:1
}

.wordmark-dot {
  color:var(--ink)
}

.availability {
  display:flex;
  gap:9px;
  align-items:center;
  font:9px var(--mono);
  letter-spacing:.045em
}

.status-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#688b35;
  margin-right:6px;
  box-shadow:0 0 0 3px #688b3510
}

.availability .status-dot {
  margin:0
}

.site-header nav {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:35px;
  font-size:12px;
  font-weight:600
}

.site-header nav a {
  padding:8px 0;
  position:relative
}

.site-header nav a:after {
  content:'';
  position:absolute;
  bottom:1px;
  left:0;
  right:0;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s
}

.site-header nav a:hover:after {
  transform:scaleX(1)
}

.site-header nav span {
  margin-left:6px
}

.intro {
  padding-top:31px;
  container-type:inline-size
}

.intro-eyebrow {
  display:flex;
  justify-content:space-between
}

.intro h1 {
  font-family:var(--display);
  font-size:16.15cqw;
  line-height:.95;
  letter-spacing:-.025em;
  font-weight:700;
  margin:13px 0 22px;
  white-space:nowrap
}

.name-period {
  color:var(--ink)
}

.intro-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:27px;
  font-size:13px;
  font-weight:600
}

.intro-bottom p span {
  font-weight:400;
  color:var(--muted)
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:25px;
  font:10px var(--mono);
  letter-spacing:.025em
}

.text-link span {
  font-family:Arial,sans-serif;
  font-size:19px;
  transition:transform .25s
}

.text-link:hover span {
  transform:translate(3px,2px)
}

.hero-film {
  position:relative;
  aspect-ratio:2.15;
  background:#132e2d;
  overflow:hidden;
  color:white;
  isolation:isolate
}

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

.hero-film>.preview-video {
  position:absolute;
  inset:0
}

.hero-shade {
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,#0003 0%,transparent 32%,#0002 50%,#0009 100%);
  pointer-events:none
}

.hero-top {
  position:absolute;
  inset:26px 28px auto;
  display:flex;
  justify-content:space-between;
  font-size:9px
}

.hero-top>span:first-child {
  display:flex;
  align-items:center;
  gap:10px
}

.live-square {
  display:inline-block;
  width:6px;
  height:6px;
  background:var(--acid)
}

.hero-bottom {
  position:absolute;
  left:32px;
  right:32px;
  bottom:58px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between
}

.hero-bottom .mono {
  font-size:9px;
  margin-bottom:14px;
  color:#eee
}

.hero-bottom h2 {
  font-family:var(--display);
  font-weight:700;
  font-size:clamp(42px,5.45vw,84px);
  line-height:.91;
  letter-spacing:-.014em
}

.hero-explore {
  border-radius:50%;
  width:116px;
  height:116px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:var(--acid);
  color:var(--ink);
  transform:rotate(-9deg);
  transition:transform .3s,background .3s
}

.hero-explore span {
  font:10px var(--mono);
  line-height:1.5
}

.hero-explore svg {
  width:23px;
  height:23px
}

.hero-explore:hover {
  transform:rotate(0) scale(1.04);
  background:white
}

.motion-toggle {
  position:absolute;
  bottom:19px;
  left:32px;
  background:none;
  color:white;
  display:flex;
  align-items:center;
  gap:8px;
  font:8px var(--mono);
  padding:4px 0
}

.motion-icon {
  font-size:12px;
  line-height:1
}

.hero-time {
  position:absolute;
  right:31px;
  bottom:21px;
  font-size:8px
}

.hero-caption {
  display:flex;
  justify-content:space-between;
  margin-top:12px;
  font-size:8px;
  color:var(--muted)
}

.work-section {
  padding-top:110px;
  padding-bottom:110px
}

.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:28px
}

.section-number {
  display:block;
  margin-bottom:14px;
  color:var(--muted);
  font-size:9px
}

.section-heading h2 {
  font-family:var(--display);
  font-size:clamp(50px,5.4vw,84px);
  font-weight:700;
  letter-spacing:-.025em;
  line-height:.94
}

.small-period {
  color:#697b41
}

.section-heading>p {
  font-size:12px;
  line-height:1.65;
  color:var(--muted);
  margin-bottom:3px
}

.work-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:17px 0;
  border-top:1px solid var(--line);
  margin-bottom:16px
}

.filters {
  display:flex;
  gap:8px;
  flex-wrap:wrap
}

.filter {
  background:transparent;
  border:1px solid transparent;
  border-radius:2px;
  font-size:11px;
  padding:8px 13px;
  transition:background .2s
}

.filter:hover {
  background:#dfdfd7
}

.filter.active {
  background:var(--ink);
  color:var(--paper)
}

.filter sup {
  font:8px var(--mono);
  margin-left:5px;
  vertical-align:super;
  opacity:.6
}

.work-hint {
  font-size:8px;
  color:var(--muted)
}

.film-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:41px 24px
}

.project-card {
  min-width:0
}

.project-button {
  background:none;
  display:block;
  text-align:left;
  width:100%;
  padding:0
}

.project-media {
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#1b2421
}

.project-media:after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,#0002,transparent 40%,#0004);
  pointer-events:none
}

.project-media .preview-video {
  transition:transform .7s cubic-bezier(.2,.7,.3,1)
}

.project-button:hover .preview-video {
  transform:scale(1.035)
}

.project-counter {
  position:absolute;
  z-index:1;
  top:17px;
  left:18px;
  font-size:9px;
  color:#fff;
  text-shadow:0 1px 8px #000
}

.project-badge {
  position:absolute;
  z-index:1;
  top:14px;
  right:15px;
  background:#0005;
  color:#fff;
  border:1px solid #ffffff50;
  font:8px var(--mono);
  letter-spacing:.025em;
  padding:5px 7px;
  backdrop-filter:blur(8px)
}

.project-play {
  position:absolute;
  z-index:1;
  right:17px;
  bottom:17px;
  width:41px;
  height:41px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #ffffff8c;
  color:white;
  transition:background .25s,color .25s,border-color .25s;
  backdrop-filter:blur(5px);
  background:#ffffff0b
}

.project-play svg {
  width:14px;
  height:14px;
  fill:currentColor;
  stroke:none;
  margin-left:2px
}

.project-button:hover .project-play {
  background:var(--acid);
  color:var(--ink);
  border-color:var(--acid)
}

.project-info {
  padding-top:15px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:15px
}

.project-name {
  font-size:18px;
  font-weight:600;
  letter-spacing:-.045em;
  line-height:1.3
}

.project-category {
  font:8px var(--mono);
  letter-spacing:.025em;
  color:var(--muted);
  text-transform:uppercase;
  margin-top:6px
}

.project-duration {
  font:9px var(--mono);
  color:var(--muted);
  padding-top:5px;
  white-space:nowrap
}

.social-work {
  margin-top:86px;
  padding-top:30px;
  border-top:1px solid var(--line)
}

.social-heading {
  display:flex;
  align-items:flex-end;
  gap:45px;
  margin-bottom:25px
}

.social-heading h3 {
  font-family:var(--display);
  font-size:45px;
  line-height:.95;
  letter-spacing:-.015em;
  font-weight:700
}

.social-heading p {
  font-size:12px;
  line-height:1.7;
  color:var(--muted)
}

.social-arrow {
  font-size:60px;
  line-height:1;
  margin-left:auto;
  margin-right:4px;
  font-family:Arial,sans-serif
}

.social-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px
}

.social-grid .project-media {
  aspect-ratio:9/13
}

.social-grid .project-media video {
  object-fit:cover
}

.social-grid .project-name {
  font-size:17px
}

.social-grid .project-category {
  font-size:8px
}

.work-section.social-only .social-work {
  margin-top:0;
  border-top:0;
  padding-top:12px
}

.about-section {
  background:#232620;
  color:var(--paper)
}

.about-inner {
  display:grid;
  grid-template-columns:1fr 2.05fr;
  gap:24px;
  padding-block:87px 84px
}

.about-side {
  display:flex;
  flex-direction:column;
  align-items:flex-start
}

.about-side .section-number {
  color:#b5b9ac
}

.asterisk {
  font-family:Arial,sans-serif;
  font-size:140px;
  color:var(--acid);
  line-height:1.2;
  margin:24px 0 18px
}

.about-side>.mono:last-child {
  font-size:8px;
  color:#b5b9ac;
  line-height:1.7
}

.about-content h2 {
  font-family:var(--display);
  font-size:clamp(42px,4.5vw,72px);
  font-weight:700;
  line-height:.98;
  letter-spacing:-.015em;
  margin-bottom:32px
}

.about-copy {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px
}

.about-copy p {
  font-size:12px;
  line-height:1.85;
  color:#c7cbbf
}

.capabilities {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:26px
}

.capabilities span {
  border:1px solid #565a4d;
  border-radius:2px;
  padding:7px 9px;
  font:9px var(--mono);
  color:#ccd1c3
}

.about-cta {
  margin-top:33px;
  color:var(--acid);
  font-size:9px
}

.contact-section {
  padding-top:90px;
  padding-bottom:65px
}

.contact-kicker {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  color:var(--muted)
}

.contact-kicker .status-dot {
  width:6px;
  height:6px;
  box-shadow:none
}

.contact-title-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:32px 0 36px
}

.contact-title-link h2 {
  font-family:var(--display);
  font-size:clamp(70px,10.5vw,170px);
  line-height:.86;
  font-weight:700;
  letter-spacing:-.015em
}

.contact-title-link h2>span {
  color:#6a7e42
}

.contact-arrow {
  font-family:Arial,sans-serif;
  display:grid;
  place-items:center;
  background:var(--acid);
  border-radius:50%;
  width:155px;
  height:155px;
  font-size:88px;
  font-weight:400;
  transition:transform .3s;
  margin-right:5.5%
}

.contact-title-link:hover .contact-arrow {
  transform:rotate(7deg) scale(1.04)
}

.contact-bottom {
  border-top:1px solid var(--line);
  padding-top:25px;
  display:flex;
  justify-content:space-between;
  gap:24px
}

.contact-bottom>p {
  font-size:12px;
  line-height:1.8;
  color:var(--muted)
}

.email-actions {
  display:flex;
  align-items:center;
  gap:18px
}

.email-link {
  font-size:21px;
  letter-spacing:-.05em
}

.email-link span {
  margin-left:8px
}

.email-link:hover {
  text-decoration:underline;
  text-underline-offset:6px
}

#copy-email {
  background:none;
  color:var(--muted);
  padding:9px;
  border:1px solid var(--line);
  width:34px;
  height:34px
}

#copy-email:hover {
  background:var(--acid);
  color:var(--ink)
}

#copy-email svg {
  width:16px;
  height:16px;
  display:block
}

.copy-status {
  height:15px;
  margin-top:8px;
  text-align:right;
  font:10px var(--mono);
  color:#536339
}

.site-footer {
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  gap:35px;
  padding-block:26px 28px
}

.site-footer .wordmark {
  font-size:26px
}

.site-footer>.mono {
  color:var(--muted);
  font-size:8px
}

.footer-note {
  margin-left:auto
}

.site-footer .text-link {
  font-size:8px;
  margin-left:25px
}

.site-footer .text-link span {
  font-size:15px
}

.project-dialog {
  border:1px solid #42473b;
  padding:0;
  background:#171a16;
  color:var(--paper);
  width:min(1080px,94vw);
  max-height:94dvh;
  overflow:auto;
  box-shadow:0 30px 100px #0008
}

.project-dialog::backdrop {
  background:#10140fea;
  backdrop-filter:blur(10px)
}

.dialog-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:21px 25px
}

.dialog-header .mono {
  font-size:8px;
  color:#b3b9a8;
  margin-bottom:5px
}

.dialog-header h2 {
  font-size:22px;
  letter-spacing:-.035em
}

.dialog-close {
  display:flex;
  gap:16px;
  align-items:center;
  background:transparent;
  color:var(--paper);
  font-size:28px;
  padding:5px 0 5px 15px
}

.dialog-close span {
  font:9px var(--mono)
}

.dialog-close:hover {
  color:var(--acid)
}

.player-wrap {
  background:#070907;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:140px
}

.player-wrap video {
  width:100%;
  display:block;
  max-height:65dvh
}

.project-dialog.vertical .player-wrap video {
  height:65dvh;
  width:auto;
  max-width:100%
}

.dialog-footer {
  padding:18px 25px 22px;
  display:flex;
  gap:30px;
  justify-content:space-between;
  align-items:flex-start
}

.dialog-footer>p {
  font-size:12px;
  line-height:1.7;
  max-width:720px;
  color:#c3c7bb
}

.dialog-footer>.mono {
  font-size:9px;
  white-space:nowrap;
  color:var(--acid);
  padding-top:4px
}

#player-error {
  padding:24px;
  font-size:13px
}

#player-error a {
  text-decoration:underline;
  color:var(--acid)
}

.noscript-message {
  padding:30px;
  border:1px solid var(--line);
  line-height:2
}

.noscript-message a {
  text-decoration:underline
}

@media(min-width:1700px) {
  .hero-film {
    aspect-ratio:2.25
  }
}

@media(max-width:1100px) {
  .page-width {
    width:calc(100% - 64px)
  }
  .site-header {
    gap:28px;
    height:80px
  }
  .hero-film {
    aspect-ratio:1.9
  }
  .hero-bottom {
    left:25px;
    right:25px
  }
  .hero-bottom h2 {
    font-size:6vw
  }
  .hero-explore {
    width:98px;
    height:98px
  }
  .work-section {
    padding-block:80px
  }
  .work-hint {
    display:none
  }
  .section-heading h2 {
    font-size:60px
  }
  .social-grid {
    gap:18px
  }
  .social-grid .project-duration {
    display:none
  }
  .about-inner {
    grid-template-columns:1fr 2.6fr
  }
  .about-content h2 {
    font-size:5vw
  }
  .contact-arrow {
    width:130px;
    height:130px;
    font-size:74px;
    margin-right:3%
  }
  .email-link {
    font-size:18px
  }
  .site-footer {
    gap:22px
  }
  .site-footer .text-link {
    margin-left:0
  }
  .footer-note {
    display:none
  }
  .site-footer>.text-link {
    margin-left:auto
  }
}

@media(max-width:700px) {
  html {
    scroll-padding-top:20px
  }
  .page-width {
    width:calc(100% - 36px)
  }
  .site-header {
    height:72px;
    gap:12px
  }
  .wordmark {
    font-size:29px
  }
  .availability {
    font-size:7px;
    letter-spacing:0;
    gap:6px
  }
  .availability .status-dot {
    width:5px;
    height:5px
  }
  .site-header nav {
    gap:18px;
    font-size:11px
  }
  .site-header nav>a:nth-child(2) {
    display:none
  }
  .site-header nav span {
    margin-left:1px
  }
  .intro {
    padding-top:24px
  }
  .intro-eyebrow {
    font-size:8px
  }
  .intro-eyebrow>span:last-child {
    display:none
  }
  .intro h1 {
    letter-spacing:-.025em;
    margin-block:14px 19px;
    line-height:1
  }
  .intro-bottom {
    margin-bottom:22px;
    font-size:11px;
    gap:12px;
    align-items:flex-end
  }
  .intro-bottom p {
    line-height:1.65;
    max-width:180px
  }
  .intro-bottom p span {
    display:block
  }
  .intro-bottom .text-link {
    font-size:8px;
    gap:8px;
    white-space:nowrap;
    padding-bottom:1px
  }
  .hero-film {
    aspect-ratio:4/5
  }
  .hero-film>.preview-video {
    object-position:52% center
  }
  .hero-top {
    inset:19px 17px auto;
    font-size:7px
  }
  .hero-index {
    display:none
  }
  .hero-bottom {
    left:20px;
    right:18px;
    bottom:57px
  }
  .hero-bottom .mono {
    font-size:7px;
    margin-bottom:14px
  }
  .hero-bottom h2 {
    font-size:12vw
  }
  .hero-explore {
    width:77px;
    height:77px;
    gap:3px;
    flex-shrink:0;
    margin-bottom:1px
  }
  .hero-explore span {
    font-size:7px
  }
  .hero-explore svg {
    width:17px;
    height:17px
  }
  .motion-toggle {
    left:20px;
    bottom:17px;
    font-size:7px
  }
  .hero-time {
    right:18px;
    bottom:19px;
    font-size:6px
  }
  .hero-caption {
    font-size:6px;
    gap:12px;
    margin-top:10px
  }
  .work-section {
    padding-top:64px;
    padding-bottom:65px
  }
  .section-number {
    font-size:8px;
    margin-bottom:13px
  }
  .section-heading {
    display:block;
    margin-bottom:22px
  }
  .section-heading h2 {
    font-size:53px
  }
  .section-heading>p {
    margin-top:18px;
    font-size:11px
  }
  .section-heading>p br {
    display:none
  }
  .filters {
    gap:2px;
    width:100%;
    justify-content:space-between
  }
  .filter {
    font-size:10px;
    padding:8px 9px
  }
  .filter sup {
    font-size:7px;
    margin-left:3px
  }
  .work-toolbar {
    margin-bottom:9px;
    padding-block:13px
  }
  .film-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .project-media {
    aspect-ratio:16/10
  }
  .project-info {
    padding-top:13px
  }
  .project-name {
    font-size:18px
  }
  .project-category {
    font-size:8px;
    margin-top:5px
  }
  .project-duration {
    font-size:9px
  }
  .project-counter {
    top:14px;
    left:14px;
    font-size:8px
  }
  .project-badge {
    top:11px;
    right:12px;
    font-size:7px
  }
  .project-play {
    height:36px;
    width:36px;
    right:14px;
    bottom:14px
  }
  .social-work {
    margin-top:47px;
    padding-top:26px
  }
  .social-heading {
    gap:20px;
    margin-bottom:24px
  }
  .social-heading h3 {
    font-size:36px
  }
  .social-heading p {
    font-size:10px
  }
  .social-arrow {
    font-size:42px;
    margin:0 0 0 auto
  }
  .social-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:25px 14px
  }
  .social-grid .project-media {
    aspect-ratio:9/14
  }
  .social-grid .project-name {
    font-size:14px
  }
  .social-grid .project-category {
    font-size:7px;
    line-height:1.65
  }
  .social-grid .project-counter {
    font-size:7px;
    left:10px;
    top:12px
  }
  .social-grid .project-badge {
    right:8px;
    font-size:6px;
    padding:4px;
    top:9px
  }
  .social-grid .project-play {
    height:30px;
    width:30px;
    right:10px;
    bottom:10px
  }
  .social-grid .project-play svg {
    width:11px;
    height:11px
  }
  .about-inner {
    display:block;
    padding-block:48px
  }
  .about-side {
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    margin-bottom:22px
  }
  .about-side .section-number {
    margin:0
  }
  .asterisk {
    font-size:43px;
    line-height:1;
    margin:0
  }
  .about-side>.mono:last-child {
    display:none
  }
  .about-content h2 {
    font-size:10.1vw;
    margin-bottom:24px
  }
  .about-copy {
    grid-template-columns:1fr;
    gap:16px
  }
  .about-copy p {
    font-size:12px;
    line-height:1.8
  }
  .capabilities {
    gap:7px;
    margin-top:23px
  }
  .capabilities span {
    font-size:8px
  }
  .about-cta {
    margin-top:26px;
    font-size:8px;
    gap:15px
  }
  .contact-section {
    padding-top:53px;
    padding-bottom:35px
  }
  .contact-kicker {
    font-size:7px;
    gap:10px
  }
  .contact-kicker .status-dot {
    width:5px;
    height:5px;
    margin-right:4px
  }
  .contact-title-link {
    margin-block:31px 28px;
    gap:10px
  }
  .contact-title-link h2 {
    font-size:12.3vw
  }
  .contact-arrow {
    width:68px;
    height:68px;
    flex-shrink:0;
    font-size:40px;
    margin-right:0
  }
  .contact-bottom {
    flex-direction:column;
    padding-top:20px;
    gap:20px
  }
  .contact-bottom>p {
    font-size:11px
  }
  .email-actions {
    justify-content:space-between;
    gap:10px
  }
  .email-link {
    font-size:20px
  }
  .copy-status {
    margin-top:7px
  }
  .site-footer {
    padding-block:21px;
    gap:18px
  }
  .site-footer .wordmark {
    font-size:23px
  }
  .site-footer>.mono {
    font-size:6px
  }
  .site-footer .text-link {
    font-size:7px;
    gap:10px
  }
  .site-footer .text-link span {
    font-size:14px
  }
  .project-dialog {
    width:calc(100vw - 20px);
    max-height:96dvh
  }
  .dialog-header {
    padding:17px
  }
  .dialog-header h2 {
    font-size:20px
  }
  .dialog-close {
    gap:10px
  }
  .dialog-close span {
    font-size:8px
  }
  .dialog-footer {
    padding:16px 17px;
    flex-direction:column;
    gap:9px
  }
  .dialog-footer>p {
    font-size:11px
  }
  .player-wrap video {
    max-height:61dvh
  }
  .project-dialog.vertical .player-wrap video {
    height:61dvh
  }
}

@media(max-width:370px) {
  .availability {
    display:none
  }
  .site-header nav {
    gap:22px
  }
  .intro-bottom .text-link {
    font-size:7px
  }
  .filter {
    padding-inline:6px
  }
  .social-heading p {
    display:none
  }
  .email-link {
    font-size:18px
  }
  .contact-kicker>span:last-child {
    font-size:6px
  }
}

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

