@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/helvetica-neue-thin.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/helvetica-neue-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Metana Mono";
  src: url("assets/fonts/neue-metana-mono-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

:root {
  --brown: #2c211b;
  --brown-soft: #392a22;
  --beige: #ddcbbb;
  --beige-light: #f0e5dc;
  --cream: #f6eee8;
  --orange: #ff8126;
  --line-dark: rgba(44, 33, 27, 0.18);
  --line-light: rgba(240, 229, 220, 0.2);
  --mono: "Metana Mono", monospace;
  --body: "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 78px;
}

body {
  margin: 0;
  background: var(--brown);
  color: var(--brown);
  font-family: var(--body);
  font-weight: 300;
  overflow-x: hidden;
}

main,
section,
.profile-copy,
.profile-about-content {
  min-width: 0;
}

body::after {
  background: var(--brown);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 360ms ease;
  z-index: 100;
}

body.page-leaving::after {
  opacity: 1;
}

.page-enter {
  animation: page-enter 480ms ease both;
}

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

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section-dark {
  background: var(--brown);
  color: var(--beige-light);
}

.section-light {
  background: var(--cream);
  color: var(--brown);
}

.section-orange {
  background: var(--orange);
  color: var(--brown);
}

.site-header {
  align-items: center;
  background: rgba(44, 33, 27, 0.92);
  border-bottom: 1px solid var(--line-light);
  display: flex;
  height: 78px;
  justify-content: space-between;
  left: 0;
  padding: 0 5vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand img {
  height: 57px;
  object-fit: contain;
  width: 57px;
}

.main-menu {
  align-items: center;
  display: flex;
  gap: 26px;
}

.main-menu a {
  color: var(--beige-light);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.main-menu a:hover {
  color: var(--orange);
}

.main-menu .nav-cta {
  align-items: center;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--orange);
  display: flex;
  gap: 12px;
  padding: 11px 16px 10px;
}

.menu-toggle {
  display: none;
}

.hero {
  background:
    radial-gradient(circle at 76% 5%, rgba(255, 129, 38, 0.18) 0, transparent 23%),
    radial-gradient(circle at 25% 17%, rgba(255, 255, 255, 0.42) 0, transparent 28%),
    var(--beige);
  min-height: 100vh;
  overflow: hidden;
  padding: 132px 7vw 60px;
  position: relative;
}

.hero-grid {
  background:
    radial-gradient(circle at 23% 12%, rgba(246, 238, 232, 0.46) 0, transparent 18%),
    radial-gradient(circle at 86% 32%, rgba(255, 129, 38, 0.2) 0, transparent 21%),
    radial-gradient(circle at 62% 7%, rgba(246, 238, 232, 0.34) 0, transparent 16%);
  filter: blur(34px);
  height: calc(100% - 78px);
  left: 0;
  opacity: 0.82;
  position: absolute;
  top: 78px;
  width: 100%;
}

.hero-intro,
.section-topline {
  align-items: center;
  display: flex;
  font-family: var(--mono);
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.08em;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.hero-intro {
  color: var(--brown);
  gap: 28px;
  justify-content: center;
}

.eyebrow {
  align-items: center;
  display: flex;
  gap: 10px;
}

.eyebrow i {
  background: currentColor;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
}

.hero-copy {
  margin: 14vh auto 0;
  max-width: 990px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.hero-copy-statement {
  margin-top: 15vh;
  max-width: min(1560px, 94vw);
}

.hero-statement {
  font-family: var(--body);
  font-size: clamp(4.7rem, 8.6vw, 9.6rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.hero-statement .statement-light {
  color: rgba(44, 33, 27, 0.38);
  font-family: var(--body);
  font-weight: 300;
  letter-spacing: -0.055em;
}

.hero-statement {
  color: rgba(44, 33, 27, 0.38);
}

.hero-statement .statement-mid {
  color: rgba(44, 33, 27, 0.62);
}

.hero-statement strong {
  color: var(--brown);
  font-weight: 500;
}

.statement-second-line {
  white-space: nowrap;
}

.hero-sticker-space {
  display: inline-block;
  height: 1em;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 1.12em;
}

.hero-sticker-space::before {
  background: url("assets/brand/logos/seal-beige.png") center / contain no-repeat;
  content: "";
  height: clamp(190px, 16vw, 272px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(calc(-7deg + var(--sticker-rotation, 0deg)));
  width: clamp(190px, 16vw, 272px);
}

.hero-projects-button {
  background: var(--brown);
  color: var(--beige-light);
  margin-top: 34px;
}

.hero-projects-button:hover {
  background: var(--orange);
  color: var(--brown);
}

.hero-kicker {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--mono);
  font-weight: 600;
  letter-spacing: -0.11em;
  line-height: 0.94;
  text-transform: uppercase;
}

h1 {
  font-family: var(--mono);
  font-size: clamp(4.6rem, 9.2vw, 10.4rem);
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 0.88;
  margin: 0;
  text-transform: none;
}

h2 em {
  color: var(--orange);
  font-family: var(--body);
  font-weight: 300;
  letter-spacing: -0.08em;
  text-transform: lowercase;
}

h1 em {
  color: var(--beige-light);
  font-family: var(--mono);
  font-weight: 600;
  letter-spacing: -0.1em;
}

h1 span {
  color: var(--orange);
}

.hero-description {
  color: var(--beige-light);
  font-size: 19px;
  line-height: 1.45;
  margin: 30px auto 28px;
  max-width: 510px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: var(--mono);
  font-size: 9px;
  gap: 24px;
  letter-spacing: 0.08em;
  padding: 15px 18px 14px 21px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-4px);
}

.button-orange {
  background: var(--orange);
  color: var(--brown);
}

.button-dark {
  background: var(--brown);
  color: var(--beige-light);
}

.button span {
  font-family: var(--body);
  font-size: 18px;
  line-height: 0.5;
}

.scroll-hint {
  align-items: center;
  bottom: 40px;
  color: var(--brown);
  display: flex;
  font-family: var(--mono);
  font-size: 8px;
  gap: 12px;
  letter-spacing: 0.08em;
  right: 7vw;
  position: absolute;
  text-transform: uppercase;
  z-index: 4;
}

.scroll-hint i {
  color: var(--brown);
  font-family: var(--body);
  font-size: 18px;
}

.manifesto,
.services,
.projects,
.team {
  padding: 38px 7vw 110px;
}

.projects {
  overflow: visible;
  position: relative;
  z-index: 1;
}

.team {
  background: var(--beige);
  margin-top: -108px;
  padding-bottom: 56px;
  position: relative;
  z-index: 6;
}

.section-topline {
  border-top: 1px solid var(--line-dark);
  padding-top: 15px;
}

.section-dark .section-topline {
  border-color: var(--line-light);
}

.manifesto-art {
  overflow: hidden;
  padding-bottom: 110px;
}

.manifesto-art-stage {
  min-height: 720px;
  position: relative;
}

.scribble {
  height: 100%;
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: none;
  width: 100%;
  z-index: 1;
}

.scribble path {
  fill: none;
  stroke: var(--orange);
  stroke-dasharray: 2800;
  stroke-dashoffset: calc(2800 - (2800 * var(--scribble-progress, 0)));
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14;
}

.scribble path:nth-child(2) {
  stroke-dashoffset: calc(2800 - (2800 * var(--scribble-progress-delayed, 0)));
}

.manifesto-art-copy {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.manifesto-art-kicker {
  color: var(--beige);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.11em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.manifesto-art-copy h2 {
  color: var(--beige-light);
  font-size: clamp(4.5rem, 9.3vw, 10.2rem);
  letter-spacing: -0.07em;
  line-height: 0.82;
  margin: 0;
}

.manifesto-art-copy h2 span,
.manifesto-art-copy h2 em {
  color: var(--beige-light);
  font-family: var(--body);
  font-size: 0.88em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.manifesto-art-note {
  bottom: 35px;
  left: 50%;
  max-width: 430px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

.manifesto-art-note p {
  color: var(--beige);
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 20px;
}

.manifesto-art .text-link {
  border-color: var(--beige);
  color: var(--beige-light);
  font-size: 10px;
  gap: 17px;
}

.text-link {
  border-bottom: 1px solid var(--brown);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 9px;
  gap: 14px;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.text-link span {
  color: var(--orange);
  font-family: var(--body);
  font-size: 15px;
}

.service-reel {
  border-bottom: 1px solid var(--line-dark);
  border-top: 1px solid var(--line-dark);
  min-height: 700px;
  overflow: hidden;
  padding: 30px 0 28px;
  position: relative;
}

.service-reel-topline {
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  font-family: var(--mono);
  font-size: 8px;
  justify-content: space-between;
  letter-spacing: 0.09em;
  margin: 0 7vw 34px;
  padding-bottom: 14px;
  text-transform: uppercase;
}

.service-reel-list {
  border-bottom: 1px solid var(--line-dark);
  border-top: 1px solid var(--line-dark);
}

.service-reel-row {
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  color: var(--orange);
  display: flex;
  gap: 42px;
  padding: 7px 0 2px;
  transform: translate3d(calc(var(--reel-offset, 0) * 1px), 0, 0);
  white-space: nowrap;
  width: max-content;
  will-change: transform;
}

.service-reel-row:last-child {
  border-bottom: 0;
}

.service-reel-row span {
  font-family: var(--mono);
  font-size: clamp(4.6rem, 9.6vw, 10rem);
  letter-spacing: -0.09em;
  line-height: 0.88;
  text-transform: uppercase;
}

.service-reel-row b {
  color: var(--brown);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.reel-left {
  margin-left: -18vw;
}

.reel-right {
  margin-left: -44vw;
}

.service-reel-caption {
  color: var(--brown);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  margin: 25px 7vw 0 auto;
  max-width: 390px;
  text-align: right;
  text-transform: uppercase;
}

.services {
  padding-bottom: 125px;
}

.services-heading,
.projects-heading {
  align-items: end;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin-top: 90px;
}

.services-heading h2 {
  max-width: 760px;
}

.projects-heading h2 {
  max-width: 720px;
}

.services-heading h2,
.projects-heading h2 {
  font-size: clamp(3rem, 6.2vw, 7rem);
  margin-bottom: 0;
}

.projects-heading h2 {
  font-family: var(--mono);
  font-size: clamp(3.8rem, 7.4vw, 8.2rem);
  font-weight: 600;
  letter-spacing: -0.11em;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  text-align: center;
  width: 100%;
}

.projects-heading h2 em {
  font-family: var(--mono);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.11em;
  text-transform: uppercase;
}

.services-heading h2 em {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.11em;
  text-transform: uppercase;
}

.services-heading h2 span {
  display: inline;
}

.services-heading h2 {
  line-height: 1.12;
}

.services-heading p {
  color: var(--beige);
  flex: 0 1 380px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 380px;
}

.service-list {
  border-top: 1px solid var(--line-light);
  margin-top: 70px;
}

.service-card {
  border-bottom: 1px solid var(--line-light);
  display: grid;
  gap: 20px;
  grid-template-columns: 0.25fr 0.9fr 1.1fr 1.1fr 50px;
  padding: 24px 0 22px;
  transition: background 200ms ease, padding 200ms ease;
}

.service-card:hover {
  background: rgba(255, 129, 38, 0.08);
  padding-left: 16px;
  padding-right: 16px;
}

.service-number {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 10px;
}

.service-card h3 {
  color: var(--beige-light);
  font-family: var(--body);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-transform: uppercase;
}

.service-card p {
  color: var(--beige);
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 310px;
}

.service-tags {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-tags span {
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: var(--beige);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.05em;
  padding: 7px 9px 6px;
  text-transform: uppercase;
}

.service-arrow {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 36px;
  font-style: normal;
  line-height: 0.7;
  text-align: right;
}

.projects-heading .button {
  background: transparent;
  border: 1px solid var(--brown);
  color: var(--brown);
  margin-top: 24px;
}

.projects-heading .button:hover {
  background: var(--brown);
  color: var(--beige-light);
}

.projects-heading {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.project-tabs {
  height: 665px;
  margin-top: 62px;
  overflow: visible;
  padding-top: 82px;
  position: relative;
}

.project-tab {
  background: var(--cream);
  border: 1px solid var(--line-dark);
  border-radius: 18px 18px 0 0;
  color: var(--brown);
  display: block;
  height: 405px;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
  width: 100%;
}

.project-tab:hover,
.project-tab:focus-visible {
  transform: translateY(-94px);
}

.project-tab-one:hover,
.project-tab-one:focus-visible,
.project-tab-two:hover,
.project-tab-two:focus-visible {
  transform: translateY(-124px);
}

.project-tab-one {
  background: var(--orange);
  color: var(--brown);
  top: 82px;
  z-index: 1;
}

.project-tab-two {
  background: var(--beige);
  top: 227px;
  z-index: 2;
}

.project-tab-three {
  background: var(--brown);
  color: var(--beige-light);
  top: 372px;
  z-index: 3;
}

.project-tab-bar {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: grid;
  font-family: var(--mono);
  font-size: 8px;
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.08em;
  min-height: 42px;
  opacity: 0.72;
  padding: 0 17px;
  text-transform: uppercase;
}

.project-tab-bar > span {
  display: flex;
  gap: 5px;
}

.project-tab-bar i {
  border: 1px solid currentColor;
  border-radius: 50%;
  display: block;
  height: 7px;
  width: 7px;
}

.project-tab-bar b {
  font-weight: 600;
  justify-self: end;
}

.project-tab-content {
  display: grid;
  gap: 30px;
  grid-template-columns: 0.8fr 1fr;
  height: calc(100% - 42px);
  padding: 28px 30px;
}

.project-tab-content small,
.project-tab-content span {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-tab-content h3 {
  font-family: var(--body);
  font-size: clamp(3.3rem, 6vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.84;
  margin: 30px 0 15px;
  text-transform: uppercase;
}

.project-tab-content p {
  font-size: 16px;
  line-height: 1.42;
  margin-bottom: 18px;
  max-width: 330px;
}

.project-tab-content span i {
  color: var(--orange);
  font-family: var(--body);
  font-size: 17px;
  font-style: normal;
}

.project-tab-visual {
  align-items: center;
  border: 1px solid currentColor;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.project-tab-one .project-tab-visual,
.project-tab-two .project-tab-visual,
.project-tab-three .project-tab-visual {
  border: 0;
  border-radius: 14px;
}

.project-tab-visual strong {
  font-family: var(--mono);
  font-size: clamp(3.6rem, 7vw, 7.2rem);
  letter-spacing: -0.18em;
  position: relative;
  z-index: 2;
}

.project-tab-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tab-orbit {
  border: 2px solid var(--orange);
  border-radius: 50%;
  height: 390px;
  position: absolute;
  transform: rotate(-16deg);
  width: 180px;
}

.tab-ring {
  border: 1px solid var(--brown);
  border-radius: 50%;
  height: 280px;
  position: absolute;
  width: 280px;
}

.ring-two {
  height: 170px;
  width: 170px;
}

.tab-sun {
  background: var(--beige);
  border-radius: 50%;
  height: 330px;
  position: absolute;
  right: -65px;
  top: -75px;
  width: 330px;
}

.team-intro {
  margin: 48px auto 0;
  max-width: 1180px;
  text-align: center;
}

.team-intro h2 {
  font-family: var(--mono);
  font-size: clamp(4.6rem, 8.6vw, 9.5rem);
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: 0.98;
  margin-bottom: 0;
  text-transform: none;
}

.team-intro h2 em {
  color: var(--brown);
  display: inline-block;
  font-family: var(--mono);
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: inherit;
  text-transform: none;
}

.team-intro p {
  font-size: 15px;
  line-height: 1.5;
  margin: 20px auto 0;
  max-width: 500px;
}

.team-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.person-card {
  border-radius: 18px;
  color: var(--brown);
  height: 390px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow 280ms ease, transform 280ms ease;
}

.person-card:hover,
.person-card:focus-visible {
  box-shadow: 0 18px 30px rgba(44, 33, 27, 0.16);
  transform: translateY(-10px);
}

.person-photo {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.person-photo:not([src]),
.person-photo[src=""] {
  display: none;
}

.person-photo:not([src=""]) ~ .person-photo-placeholder {
  display: none;
}

.person-photo-teluski {
  transform: translateY(-32px) scale(1.16);
}

.person-orange {
  background: var(--brown);
  color: var(--beige-light);
}

.person-beige {
  background: var(--brown);
  color: var(--beige-light);
}

.person-brown {
  background: var(--brown);
  color: var(--beige-light);
}

.person-info {
  bottom: 0;
  left: 0;
  padding: 26px 82px 24px 24px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 3;
}

.person-info::before {
  background: linear-gradient(180deg, transparent, rgba(44, 33, 27, 0.84));
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -92px;
  z-index: -1;
}

.person-info > span,
.person-role,
.person-link,
.person-photo-placeholder {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.person-role {
  background: rgba(255, 129, 38, 0.32);
  border: 1px solid rgba(255, 190, 139, 0.62);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 232, 214, 0.28);
  color: var(--beige-light);
  display: block;
  font-size: 7px;
  line-height: 1.35;
  margin: 0;
  max-width: 178px;
  padding: 6px 8px 5px;
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 4;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.person-info > span {
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  margin-bottom: 13px;
  opacity: 0.72;
  padding: 6px 8px 5px;
}

.person-info h3 {
  font-family: var(--body);
  font-size: clamp(2rem, 2.7vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.92;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.person-link {
  align-items: center;
  background: rgba(255, 129, 38, 0.42);
  border: 1px solid rgba(255, 190, 139, 0.72);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 214, 0.36),
    0 8px 22px rgba(44, 33, 27, 0.18);
  color: var(--brown);
  display: flex;
  height: 45px;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 22px;
  top: 22px;
  transition: transform 180ms ease;
  width: 45px;
  z-index: 4;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.person-card:hover .person-link,
.person-card:focus-visible .person-link {
  transform: rotate(45deg);
}

.person-link i {
  color: var(--beige-light);
  font-family: var(--body);
  font-size: 21px;
  font-style: normal;
}

.person-photo-placeholder {
  align-items: center;
  border: 1px dashed currentColor;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  left: 14px;
  opacity: 0.56;
  padding: 18px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 14px;
}

.person-photo-placeholder small {
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.profile-page {
  background: var(--brown);
  color: var(--beige-light);
  min-height: 100vh;
}

.profile-shell {
  min-height: 100vh;
  padding: 0;
  position: relative;
}

.profile-back,
.profile-copy > span,
.profile-copy strong,
.profile-about > span,
.profile-about-contact,
.profile-photo-placeholder {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-back,
.profile-about-contact {
  color: var(--orange);
}

.profile-back {
  background: rgba(44, 33, 27, 0.72);
  border: 1px solid rgba(240, 229, 220, 0.22);
  border-radius: 999px;
  color: var(--beige-light);
  left: 34px;
  padding: 11px 14px 10px;
  position: absolute;
  top: 30px;
  z-index: 4;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.profile-grid {
  background: var(--orange);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 100vh;
  overflow: hidden;
}

.profile-photo-panel {
  min-height: 100vh;
  overflow: hidden;
}

.profile-photo-panel img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.profile-photo-placeholder {
  align-items: center;
  background: var(--orange);
  color: var(--brown);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-height: 100vh;
}

.profile-photo-placeholder small {
  font-family: var(--body);
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
}

.profile-copy {
  align-self: stretch;
  background: var(--orange);
  color: var(--brown);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 74px);
}

.profile-copy h1 {
  color: var(--brown);
  font-family: var(--mono);
  font-size: clamp(4rem, 7vw, 7.4rem);
  letter-spacing: -0.1em;
  margin: 24px 0 18px;
}

.profile-copy strong {
  border: 1px solid var(--brown);
  border-radius: 999px;
  display: inline-flex;
  font-size: 8px;
  margin-bottom: 24px;
  padding: 8px 10px 7px;
  width: fit-content;
}

.profile-about {
  background: var(--cream);
  color: var(--brown);
  display: grid;
  gap: clamp(32px, 8vw, 150px);
  grid-template-columns: minmax(120px, 0.4fr) minmax(0, 1.4fr);
  min-height: 72vh;
  padding: clamp(62px, 7vw, 104px) 7vw clamp(76px, 9vw, 132px);
}

.profile-about > span {
  color: var(--brown);
  opacity: 0.7;
}

.profile-about-content {
  max-width: 980px;
}

.profile-about-content p,
.profile-stats span,
.portfolio-item-copy p {
  overflow-wrap: anywhere;
}

.profile-about-lead,
.profile-about .profile-bio .profile-lead {
  color: var(--brown);
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 1.04;
  margin: 0 0 34px;
  max-width: 980px;
}

.profile-bio {
  max-width: 900px;
}

.profile-about .profile-bio p:not(.profile-lead) {
  color: var(--brown);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.5;
  margin: 0 0 16px;
  max-width: 780px;
}

.profile-stats {
  border-top: 1px solid rgba(44, 33, 27, 0.34);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  max-width: 780px;
  padding-top: 18px;
}

.profile-stats span {
  color: var(--brown);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.profile-stats b {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.profile-about-contact {
  display: inline-flex;
  background: rgba(44, 33, 27, 0.74);
  border: 1px solid rgba(240, 229, 220, 0.3);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 10px 22px rgba(44, 33, 27, 0.12);
  color: var(--beige-light);
  margin-top: 28px;
  padding: 13px 16px 12px;
  transition: background 180ms ease, transform 180ms ease;
  width: fit-content;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.profile-about-contact:hover {
  background: rgba(44, 33, 27, 0.9);
  transform: translateY(-4px);
}

.portfolio-page {
  background: var(--cream);
  color: var(--brown);
}

.portfolio-header {
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  justify-content: space-between;
  padding: 18px 5vw;
}

.portfolio-header img {
  height: 54px;
  object-fit: contain;
  width: 54px;
}

.portfolio-back,
.portfolio-hero span,
.portfolio-filters,
.portfolio-tags,
.portfolio-cta > span {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-back {
  color: var(--brown);
}

.portfolio-shell {
  padding: 72px 6vw 0;
}

.portfolio-hero {
  align-items: end;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 0.8fr;
}

.portfolio-hero h1 {
  color: var(--brown);
  font-family: var(--body);
  font-size: clamp(5rem, 11vw, 11rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
  margin: 22px 0 0;
}

.portfolio-hero h1 span {
  color: var(--orange);
}

.portfolio-hero p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  max-width: 480px;
}

.portfolio-filters {
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  gap: 28px;
  margin-top: 68px;
  padding-bottom: 16px;
}

.portfolio-filters button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  opacity: 0.55;
  padding: 0;
  text-transform: inherit;
  transition: color 180ms ease, opacity 180ms ease;
}

.portfolio-filters .active {
  color: var(--orange);
  opacity: 1;
}

.portfolio-grid {
  display: grid;
  gap: 60px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 26px 0 110px;
}

.portfolio-item {
  scroll-margin-top: 24px;
  transition: opacity 240ms ease, transform 240ms ease;
}

.portfolio-item.is-hidden {
  display: none;
}

.portfolio-cover {
  align-items: center;
  display: flex;
  height: 390px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.portfolio-cover span {
  font-family: var(--mono);
  font-size: clamp(4rem, 7vw, 7rem);
  letter-spacing: -0.17em;
  position: relative;
  z-index: 2;
}

.portfolio-cover b {
  bottom: 18px;
  font-family: var(--mono);
  font-size: 9px;
  left: 18px;
  letter-spacing: 0.08em;
  position: absolute;
}

.portfolio-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cover-pulso {
  background: var(--brown);
  color: var(--orange);
}

.cover-pulso i {
  border: 2px solid var(--orange);
  border-radius: 50%;
  height: 520px;
  position: absolute;
  transform: rotate(-18deg);
  width: 210px;
}

.cover-aura {
  background: var(--orange);
}

.cover-aura i {
  border: 1px solid var(--brown);
  border-radius: 50%;
  height: 280px;
  position: absolute;
  width: 280px;
}

.cover-aura i:nth-of-type(2) {
  height: 205px;
  width: 205px;
}

.cover-aura i:nth-of-type(3) {
  height: 130px;
  width: 130px;
}

.cover-viva {
  background: var(--beige);
}

.cover-viva i {
  background: var(--orange);
  border-radius: 50%;
  height: 330px;
  position: absolute;
  right: -55px;
  top: -55px;
  width: 330px;
}

.cover-orbit {
  background: #e9ded5;
}

.cover-orbit span {
  color: var(--orange);
}

.cover-orbit i {
  border: 1px solid var(--orange);
  border-radius: 50%;
  height: 330px;
  position: absolute;
  width: 330px;
}

.cover-orbit i:nth-of-type(2) {
  height: 230px;
  width: 230px;
}

.cover-next {
  background: var(--brown);
  color: var(--beige);
}

.cover-next span {
  color: var(--orange);
}

.cover-next i {
  border: 1px solid var(--orange);
  height: 72%;
  position: absolute;
  transform: rotate(36deg);
  width: 72%;
}

.cover-next i:nth-of-type(2) {
  height: 48%;
  transform: rotate(-36deg);
  width: 48%;
}

.cover-next i:nth-of-type(3) {
  border-radius: 50%;
  height: 32%;
  transform: none;
  width: 32%;
}

.cover-placeholder-orange {
  background: var(--orange);
  color: var(--brown);
}

.cover-placeholder-orange span {
  color: var(--brown);
}

.cover-placeholder-orange i {
  border: 1px solid var(--brown);
  border-radius: 50%;
  height: 76%;
  position: absolute;
  width: 38%;
}

.cover-placeholder-orange i:nth-of-type(2) {
  height: 46%;
  transform: rotate(90deg);
  width: 64%;
}

.cover-photo-events {
  background: var(--brown);
  color: var(--beige-light);
}

.cover-voxion-motion {
  background: var(--brown);
}

.cover-voxion-motion img {
  object-fit: cover;
}

.cover-photo-events span {
  color: var(--beige-light);
  font-size: clamp(3.15rem, 5.5vw, 5.8rem);
  line-height: 0.88;
  text-align: center;
  text-transform: uppercase;
}

.cover-photo-events i {
  border: 1px solid var(--orange);
  border-radius: 50%;
  height: 78%;
  position: absolute;
  transform: rotate(-22deg);
  width: 38%;
}

.cover-photo-events i:nth-of-type(2) {
  height: 40%;
  transform: rotate(72deg);
  width: 74%;
}

.portfolio-item-copy {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 0 10px;
}

.portfolio-item-copy h2 {
  font-family: var(--body);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.06em;
  margin-bottom: 4px;
}

.portfolio-item-copy p {
  font-size: 15px;
  margin-bottom: 0;
}

.portfolio-item-copy strong {
  color: var(--orange);
  font-size: 27px;
  font-weight: 300;
}

.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.portfolio-tags span {
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  padding: 6px 8px 5px;
}

.portfolio-cta {
  background: var(--brown);
  color: var(--beige-light);
  margin: 0 -6vw;
  padding: 100px 6vw 105px;
}

.portfolio-cta h2 {
  font-size: clamp(3.2rem, 6vw, 7rem);
  margin: 28px 0;
}

.case-page {
  background: var(--cream);
  color: var(--brown);
}

.case-header {
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  justify-content: space-between;
  padding: 15px 5vw;
}

.case-header img {
  height: 52px;
  object-fit: contain;
  width: 52px;
}

.case-header nav {
  display: flex;
  gap: 28px;
}

.case-header nav a,
.case-intro-meta,
.case-art span,
.case-about > span,
.case-tags,
.case-next span {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-header nav a {
  transition: color 180ms ease;
}

.case-header nav a:hover {
  color: var(--orange);
}

.case-intro {
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.45fr);
  min-height: 470px;
  padding: clamp(72px, 8vw, 126px) 5vw 64px;
}

.case-intro-meta {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.case-intro-copy {
  align-self: end;
}

.case-intro h1 {
  color: var(--brown);
  font-family: var(--body);
  font-size: clamp(5rem, 11vw, 11rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.82;
  text-transform: uppercase;
}

.case-intro p {
  font-size: 18px;
  line-height: 1.45;
  margin: 30px 0 0;
  max-width: 530px;
}

.case-gallery {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 5vw;
}

.case-art {
  align-items: center;
  display: flex;
  height: clamp(320px, 42vw, 620px);
  justify-content: center;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.case-art-wide {
  grid-column: 1 / -1;
  height: clamp(380px, 55vw, 760px);
}

.case-art strong {
  font-family: var(--mono);
  font-size: clamp(4rem, 10vw, 11rem);
  letter-spacing: -0.16em;
  line-height: 0.86;
  position: relative;
  text-align: center;
  z-index: 2;
}

.case-art span {
  left: 20px;
  position: absolute;
  top: 18px;
  z-index: 3;
}

.case-gallery-images {
  align-items: stretch;
}

.case-image {
  background: #141414;
  margin: 0;
  overflow: hidden;
}

.case-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.case-image-square {
  aspect-ratio: 1;
}

.case-image-wide {
  aspect-ratio: 16 / 9;
}

.case-gallery-images .case-image:first-child,
.case-gallery-images .case-image:last-child {
  grid-column: 1 / -1;
}

.case-gallery-images .case-image:first-child {
  aspect-ratio: 16 / 9;
}

.case-gallery-images .case-image:first-child img {
  object-fit: contain;
}

.case-gallery-placeholders {
  align-items: stretch;
}

.case-gallery-motion {
  grid-template-columns: 1fr;
}

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

.case-gallery-photo .case-image img {
  object-fit: cover;
}

.case-upload-slot {
  align-items: center;
  aspect-ratio: 1;
  background: #e9ded5;
  border: 1px dashed rgba(44, 33, 27, 0.42);
  color: var(--brown);
  display: flex;
  justify-content: center;
  min-height: 320px;
  padding: 24px;
  text-align: center;
}

.case-upload-wide {
  aspect-ratio: 16 / 9;
  grid-column: 1 / -1;
}

.case-video-slot {
  aspect-ratio: 16 / 9;
  background: var(--brown);
  border-radius: 22px;
  min-height: 0;
  overflow: hidden;
}

.case-video-slot video {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.case-upload-slot span {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.art-pulso-one,
.art-aura-four,
.art-viva-three {
  background: var(--brown);
  color: var(--orange);
}

.art-pulso-one i {
  border: 3px solid var(--orange);
  border-radius: 50%;
  height: 760px;
  position: absolute;
  transform: rotate(-18deg);
  width: 290px;
}

.art-pulso-two,
.art-aura-one,
.art-viva-four {
  background: var(--orange);
  color: var(--brown);
}

.art-pulso-three,
.art-aura-two,
.art-viva-one {
  background: var(--beige);
  color: var(--brown);
}

.art-pulso-three i,
.art-aura-one i,
.art-viva-three i {
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 360px;
  position: absolute;
  width: 360px;
}

.art-pulso-three i:nth-of-type(2),
.art-aura-one i:nth-of-type(2),
.art-viva-three i:nth-of-type(2) {
  height: 230px;
  width: 230px;
}

.art-pulso-four,
.art-aura-three,
.art-viva-two {
  background: #e9ded5;
  color: var(--brown);
}

.art-aura-one i:nth-of-type(3) {
  height: 120px;
  width: 120px;
}

.art-aura-three i,
.art-viva-one i {
  background: var(--orange);
  border-radius: 50%;
  height: 420px;
  position: absolute;
  right: -70px;
  top: -90px;
  width: 420px;
}

.art-viva-one i {
  background: var(--brown);
}

.case-about {
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.45fr);
  padding: clamp(76px, 9vw, 140px) 5vw;
}

.case-about h2 {
  font-family: var(--body);
  font-size: clamp(2.8rem, 5.6vw, 6.3rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.96;
  margin-bottom: 26px;
  max-width: 930px;
  text-transform: none;
}

.case-about p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 610px;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.case-tags span {
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  padding: 7px 9px 6px;
}

.case-external-link {
  align-items: center;
  background: var(--brown);
  border: 1px solid var(--brown);
  border-radius: 999px;
  color: var(--beige-light);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 9px;
  gap: 15px;
  letter-spacing: 0.08em;
  margin-top: 28px;
  padding: 14px 17px 13px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.case-external-link:hover {
  background: var(--orange);
  color: var(--brown);
  transform: translateY(-4px);
}

.case-external-link span {
  font-family: var(--body);
  font-size: 17px;
  line-height: 0.5;
}

.case-about-action {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
  min-height: 260px;
  text-align: center;
}

.case-about-action .case-external-link {
  font-size: 11px;
  gap: 22px;
  margin-top: 0;
  padding: 20px 28px 19px;
}

.case-about-action > span {
  display: block;
  margin: 0;
}

.case-about-action .case-external-link span {
  font-size: 21px;
}

.case-next {
  align-items: center;
  background: var(--brown);
  color: var(--beige-light);
  display: flex;
  justify-content: space-between;
  min-height: 220px;
  padding: 42px 5vw;
}

.case-next strong {
  color: var(--orange);
  font-family: var(--body);
  font-size: clamp(2.8rem, 6vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.08em;
}

.contact {
  background: var(--brown);
  border-bottom: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  min-height: 780px;
  overflow: hidden;
  padding: 30px 0 34px;
  position: relative;
}

.contact-topline {
  border-bottom: 1px solid var(--line-light);
  color: var(--beige);
  margin: 0 7vw 28px;
  padding-bottom: 14px;
}

.contact-reel-list {
  border-bottom: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  left: 0;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
}

.contact-reel-row {
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  color: var(--orange);
  display: flex;
  gap: 44px;
  padding: 11px 0 3px;
  transform: translate3d(calc(var(--reel-offset, 0) * 1px), 0, 0);
  white-space: nowrap;
  width: max-content;
  will-change: transform;
}

.contact-reel-row:last-child {
  border-bottom: 0;
}

.contact-reel-row span {
  font-family: var(--mono);
  font-size: clamp(4.3rem, 8.3vw, 9rem);
  letter-spacing: -0.1em;
  line-height: 0.9;
  text-transform: uppercase;
}

.contact-reel-row b {
  color: var(--beige);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.contact-reel-row.reel-left {
  margin-left: -22vw;
}

.contact-reel-row.reel-right {
  margin-left: -86vw;
}

.contact-button {
  background: var(--beige);
  border: 1px solid var(--beige);
  border-radius: 999px;
  color: var(--brown);
  font-family: var(--mono);
  font-size: 15px;
  left: 50%;
  letter-spacing: 0.08em;
  padding: 27px 42px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 55%;
  transform: translate(-50%, -50%);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
  z-index: 3;
}

.contact-button:hover {
  transform: translate(-50%, calc(-50% - 4px));
}

.site-footer {
  background: var(--brown);
  border-top: 1px solid var(--line-light);
  color: var(--beige-light);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.65fr);
  padding: 38px 7vw 26px;
}

.footer-brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.footer-brand img {
  height: auto;
  margin: -12px 0;
  object-fit: contain;
  object-position: left center;
  width: min(100%, 205px);
}

.footer-brand span,
.site-footer p,
.footer-links span {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.footer-links a {
  border-top: 1px solid var(--line-light);
  display: block;
  min-width: 0;
  padding-top: 11px;
}

.footer-links span {
  color: var(--orange);
  display: block;
  margin-bottom: 8px;
}

.footer-links strong {
  color: var(--beige-light);
  display: block;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 300;
  overflow-wrap: anywhere;
  transition: color 180ms ease;
}

.footer-links a:hover strong {
  color: var(--orange);
}

.site-footer p {
  border-top: 1px solid var(--line-light);
  color: var(--beige);
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 16px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes page-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 801px) and (max-width: 1120px) {
  .main-menu {
    gap: 18px;
  }

  .hero-copy {
    max-width: 900px;
  }

  .hero-statement {
    font-size: clamp(4.2rem, 8vw, 7rem);
  }

  .hero-sticker-space::before {
    height: clamp(150px, 15vw, 190px);
    width: clamp(150px, 15vw, 190px);
  }

  h1 {
    font-size: clamp(4.6rem, 8.7vw, 7.2rem);
  }

  .services-heading h2 {
    font-size: clamp(3.3rem, 5.8vw, 5rem);
  }

  .services-heading p {
    flex-basis: 300px;
  }

  .service-card {
    gap: 15px;
    grid-template-columns: 0.18fr 0.76fr 1fr 0.92fr 36px;
  }

  .team-intro h2 {
    font-size: clamp(4.5rem, 7.5vw, 6.4rem);
  }

  .person-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .person-card {
    height: 350px;
  }

  .person-role {
    left: 16px;
    max-width: 150px;
    top: 16px;
  }

  .person-link {
    right: 16px;
    top: 16px;
  }

  .person-info h3 {
    font-size: clamp(1.85rem, 3vw, 2.55rem);
  }

  .profile-copy h1 {
    font-size: clamp(3.6rem, 6.2vw, 5.6rem);
  }

  .portfolio-cover {
    height: 330px;
  }
}

@media (max-width: 800px) {
  section[id] {
    scroll-margin-top: 68px;
  }

  .site-header {
    height: 68px;
    padding: 0 6vw;
  }

  .brand img {
    height: 51px;
    width: 51px;
  }

  .menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid var(--orange);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    height: 39px;
    justify-content: center;
    padding: 0;
    width: 39px;
  }

  .menu-toggle span:not(.sr-only) {
    background: var(--orange);
    display: block;
    height: 1px;
    transition: transform 160ms ease, opacity 160ms ease;
    width: 15px;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-menu {
    align-items: stretch;
    background: var(--brown);
    border-bottom: 1px solid var(--line-light);
    display: none;
    flex-direction: column;
    gap: 4px;
    left: 0;
    padding: 22px 6vw 25px;
    position: absolute;
    top: 68px;
    width: 100%;
  }

  .main-menu.open {
    display: flex;
  }

  .main-menu a {
    border-bottom: 1px solid var(--line-light);
    font-size: 10px;
    padding: 12px 0;
  }

  .main-menu .nav-cta {
    border: 0;
    border-bottom: 1px solid var(--line-light);
    border-radius: 0;
    justify-content: space-between;
    padding: 12px 0;
  }

  .hero {
    background:
      radial-gradient(circle at 76% 5%, rgba(255, 129, 38, 0.18) 0, transparent 23%),
      radial-gradient(circle at 25% 17%, rgba(255, 255, 255, 0.42) 0, transparent 28%),
      var(--beige);
    min-height: max(680px, 100svh);
    padding: 110px 6vw 45px;
  }

  .hero-grid {
    filter: blur(24px);
  }

  .hero-copy {
    margin-top: 13vh;
  }

  .hero-copy-statement {
    margin-top: clamp(92px, 14vh, 145px);
    max-width: 100%;
  }

  .hero-statement {
    font-size: clamp(2.7rem, 12.2vw, 4rem);
    line-height: 0.98;
  }

  .statement-second-line {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
  }

  .hero-sticker-space {
    margin: 0;
    width: 0.74em;
  }

  .hero-sticker-space::before {
    height: 102px;
    width: 102px;
  }

  .scroll-hint {
    right: 6vw;
  }

  h1 {
    font-size: clamp(3.15rem, 14vw, 4.2rem);
    letter-spacing: -0.11em;
  }

  .hero-description {
    font-size: 17px;
    margin-top: 22px;
    max-width: 360px;
  }

  .manifesto,
  .services,
  .projects {
    padding: 28px 6vw 78px;
  }

  .team {
    margin-top: -66px;
    padding: 28px 6vw 48px;
  }

  .team-intro {
    margin-top: 38px;
  }

  .team-intro h2 {
    font-size: clamp(1.9rem, 8vw, 3.45rem);
    letter-spacing: -0.11em;
    white-space: nowrap;
  }

  .team-intro p {
    font-size: 14px;
    margin-top: 14px;
  }

  .team-gallery {
    display: block;
    margin-top: 20px;
  }

  .person-card {
    border-radius: 16px;
    display: block;
    height: 350px;
    margin-top: 16px;
  }

  .person-card:hover,
  .person-card:focus-visible {
    transform: none;
  }

  .person-info {
    padding: 22px 76px 21px 20px;
  }

  .person-info h3 {
    font-size: 2.35rem;
  }

  .person-role {
    left: 20px;
    top: 20px;
  }

  .person-photo-placeholder {
    top: 12px;
  }

  .profile-shell {
    padding: 0;
  }

  .profile-grid {
    display: block;
    min-height: 0;
  }

  .profile-back {
    left: 18px;
    top: 18px;
  }

  .profile-photo-panel {
    height: 480px;
    min-height: 0;
  }

  .profile-photo-placeholder {
    min-height: 440px;
  }

  .profile-copy {
    margin-top: 0;
    padding: 34px 24px 38px;
  }

  .profile-copy h1 {
    font-size: clamp(3.25rem, 15vw, 4.8rem);
  }

  .profile-about {
    display: block;
    min-height: 0;
    padding: 42px 6vw 58px;
  }

  .profile-about > span {
    display: block;
    margin-bottom: 26px;
  }

  .profile-about-lead,
  .profile-about .profile-bio .profile-lead {
    font-size: clamp(2rem, 9vw, 3.15rem);
    margin-bottom: 26px;
  }

  .profile-about .profile-bio p:not(.profile-lead) {
    font-size: 16px;
  }

  .profile-stats {
    grid-template-columns: 1fr;
  }

  .portfolio-header {
    padding: 12px 6vw;
  }

  .portfolio-header img {
    height: 46px;
    width: 46px;
  }

  .portfolio-shell {
    padding: 52px 6vw 0;
  }

  .portfolio-hero {
    display: block;
  }

  .portfolio-hero h1 {
    font-size: clamp(5rem, 25vw, 7.5rem);
    margin-top: 18px;
  }

  .portfolio-hero p {
    font-size: 16px;
    margin-top: 26px;
  }

  .portfolio-filters {
    gap: 18px;
    margin-top: 44px;
    overflow-x: auto;
    padding-bottom: 14px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .portfolio-filters::-webkit-scrollbar {
    display: none;
  }

  .portfolio-grid {
    display: block;
    padding-bottom: 76px;
  }

  .portfolio-item {
    margin-top: 34px;
  }

  .portfolio-cover {
    height: clamp(245px, 76vw, 310px);
  }

  .portfolio-cover span {
    font-size: clamp(4rem, 20vw, 5.5rem);
  }

  .portfolio-item-copy {
    padding-top: 13px;
  }

  .portfolio-item-copy h2 {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .portfolio-item-copy p {
    font-size: 14px;
  }

  .portfolio-cta {
    padding: 74px 6vw 80px;
  }

  .case-header {
    padding: 11px 6vw;
  }

  .case-header img {
    height: 46px;
    width: 46px;
  }

  .case-header nav {
    gap: 12px;
  }

  .case-header nav a {
    font-size: 7px;
  }

  .case-intro {
    display: block;
    min-height: 0;
    padding: 58px 6vw 42px;
  }

  .case-intro-copy {
    margin-top: 76px;
  }

  .case-intro h1 {
    font-size: clamp(3.55rem, 18vw, 6rem);
    overflow-wrap: break-word;
  }

  .case-intro p {
    font-size: 16px;
    margin-top: 22px;
  }

  .case-gallery {
    display: block;
    padding: 0;
  }

  .case-gallery-motion {
    padding: 0 6vw;
  }

  .case-video-slot {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    min-height: 0;
  }

  .case-video-slot video {
    height: 100%;
    object-fit: contain;
  }

  .case-image,
  .case-gallery-images .case-image:first-child {
    aspect-ratio: auto;
    height: auto;
  }

  .case-image img {
    height: auto;
    object-fit: contain;
  }

  .case-upload-slot,
  .case-upload-wide {
    aspect-ratio: auto;
    min-height: 260px;
  }

  .case-art,
  .case-art-wide {
    height: 82vw;
    min-height: 300px;
  }

  .case-art strong {
    font-size: clamp(4rem, 20vw, 6.5rem);
  }

  .case-about {
    display: block;
    padding: 62px 6vw 70px;
  }

  .case-about > span {
    display: block;
    margin-bottom: 30px;
  }

  .case-about h2 {
    font-size: clamp(2.55rem, 11.5vw, 4rem);
    overflow-wrap: break-word;
  }

  .case-about p {
    font-size: 16px;
  }

  .case-next {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    min-height: 190px;
    padding: 34px 6vw;
  }

  .case-next strong {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .manifesto-art {
    padding-bottom: 78px;
  }

  .manifesto-art-stage {
    min-height: 590px;
  }

  .scribble {
    height: 570px;
    left: -12vw;
    top: 25px;
    width: 124vw;
  }

  .scribble path {
    stroke-width: 17;
  }

  .manifesto-art-copy {
    top: 39%;
  }

  .manifesto-art-copy h2 {
    font-size: clamp(3.65rem, 17.5vw, 4.65rem);
  }

  .manifesto-art-note {
    bottom: 24px;
    max-width: 305px;
  }

  .manifesto-art-note p {
    font-size: 15px;
  }

  .service-reel {
    min-height: 600px;
    padding-top: 24px;
  }

  .service-reel-topline {
    margin: 0 6vw 28px;
  }

  .service-reel-row {
    gap: 28px;
    padding: 12px 0 8px;
  }

  .service-reel-row span {
    font-size: clamp(4rem, 20vw, 5.5rem);
  }

  .reel-left {
    margin-left: -65vw;
  }

  .reel-right {
    margin-left: -155vw;
  }

  .service-reel-caption {
    font-size: 8px;
    margin: 25px 6vw 0 auto;
    max-width: 260px;
  }

  .services-heading,
  .projects-heading {
    display: block;
    margin-top: 62px;
  }

  .services-heading h2 {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  .services-heading p {
    margin-top: 20px;
  }

  .service-list {
    margin-top: 42px;
  }

  .service-card {
    display: block;
    padding: 18px 0 16px;
    position: relative;
  }

  .service-card h3 {
    font-size: 24px;
    margin: 18px 0 12px;
    overflow-wrap: anywhere;
  }

  .service-tags {
    margin-top: 17px;
    padding-right: 35px;
  }

  .service-arrow {
    bottom: 17px;
    position: absolute;
    right: 0;
  }

  .projects-heading .button {
    margin-top: 24px;
  }

  .projects-heading h2 {
    font-size: clamp(3.05rem, 14vw, 4.25rem);
  }

  .project-tabs {
    height: 570px;
    margin-top: 38px;
    padding-top: 52px;
  }

  .project-tab {
    height: 345px;
  }

  .project-tab-one {
    top: 52px;
  }

  .project-tab:hover,
  .project-tab:focus-visible {
    transform: translateY(-54px);
  }

  .project-tab-one:hover,
  .project-tab-one:focus-visible,
  .project-tab-two:hover,
  .project-tab-two:focus-visible {
    transform: translateY(-72px);
  }

  .project-tab-two {
    top: 160px;
  }

  .project-tab-three {
    top: 268px;
  }

  .project-tab-three:hover,
  .project-tab-three:focus-visible {
    transform: translateY(-28px);
  }

  .project-tab-bar {
    font-size: 7px;
    min-height: 36px;
    padding: 0 12px;
  }

  .project-tab-bar small {
    max-width: 56vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .project-tab-content {
    display: block;
    height: calc(100% - 36px);
    padding: 18px 17px;
  }

  .project-tab-content h3 {
    font-size: 3.25rem;
    margin: 20px 0 10px;
  }

  .project-tab-content p {
    font-size: 14px;
    margin-bottom: 12px;
    max-width: 275px;
  }

  .project-tab-visual {
    height: 90px;
    margin-top: 15px;
  }

  .project-tab-visual strong {
    font-size: 3.4rem;
  }

  .tab-orbit {
    height: 185px;
    width: 88px;
  }

  .tab-ring {
    height: 150px;
    width: 150px;
  }

  .ring-two {
    height: 90px;
    width: 90px;
  }

  .tab-sun {
    height: 170px;
    right: -35px;
    top: -55px;
    width: 170px;
  }

  .contact {
    min-height: 570px;
    padding: 28px 0 32px;
  }

  .contact-topline {
    margin: 0 6vw 22px;
  }

  .contact-reel-row {
    gap: 28px;
    padding: 9px 0 3px;
  }

  .contact-reel-row span {
    font-size: clamp(3.2rem, 13vw, 5.4rem);
  }

  .contact-reel-row.reel-right {
    margin-left: -180vw;
  }

  .contact-button {
    font-size: 12px;
    padding: 21px 29px 19px;
    top: 56%;
  }

  .site-footer {
    display: block;
    padding: 30px 6vw 22px;
  }

  .footer-brand {
    margin-bottom: 26px;
  }

  .footer-brand img {
    height: auto;
    margin: -10px 0;
    width: min(100%, 186px);
  }

  .footer-links {
    display: block;
  }

  .footer-links a {
    padding: 13px 0 15px;
  }

  .footer-links strong {
    font-size: 17px;
  }

  .site-footer p {
    margin-top: 12px;
  }

}

@media (max-width: 420px) {
  .hero-intro {
    font-size: 7px;
    gap: 16px;
  }

  .hero-statement {
    font-size: clamp(2.35rem, 10.8vw, 3.05rem);
  }

  .hero-sticker-space {
    width: 0.68em;
  }

  .hero-sticker-space::before {
    height: 92px;
    width: 92px;
  }

  .scroll-hint {
    bottom: 24px;
    font-size: 7px;
  }

  .manifesto-art-copy h2 {
    font-size: clamp(3.2rem, 16vw, 4rem);
  }

  .team-intro h2 {
    font-size: clamp(1.75rem, 7.6vw, 2.15rem);
    white-space: normal;
  }

  .projects-heading h2 {
    font-size: clamp(2.75rem, 13vw, 3.7rem);
  }

  .project-tab-content h3 {
    font-size: 2.8rem;
  }

  .person-card {
    height: 325px;
  }

  .person-info h3 {
    font-size: 2.1rem;
  }

  .profile-photo-panel {
    height: 420px;
  }

  .profile-copy h1 {
    font-size: clamp(3rem, 14.5vw, 4.1rem);
  }

  .profile-about-lead,
  .profile-about .profile-bio .profile-lead {
    font-size: clamp(1.9rem, 8.4vw, 2.65rem);
  }

  .portfolio-hero h1 {
    font-size: clamp(4.55rem, 23vw, 6.5rem);
  }

  .portfolio-cover {
    height: clamp(225px, 72vw, 270px);
  }

  .contact-reel-row span {
    font-size: clamp(2.85rem, 12vw, 4.5rem);
  }
}

@media (hover: none) {
  .button:hover,
  .case-external-link:hover,
  .person-card:hover,
  .profile-about-contact:hover,
  .project-tab:hover,
  .project-tab-one:hover,
  .project-tab-two:hover,
  .service-card:hover {
    transform: none;
  }

  .service-card:hover {
    padding-left: 0;
    padding-right: 0;
  }
}

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