:root {
  --paper: #fbfaf6;
  --paper-2: #f3f1eb;
  --ink: #111111;
  --soft: #5f5b55;
  --muted: #a5a099;
  --line: rgba(17, 17, 17, .11);
  --yellow: #f6c31a;
  --yellow-dark: #9c8500;
  --white: #fffdf8;
  --ease: cubic-bezier(.2, .75, .2, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body,
button,
input,
textarea,
select {
  font-family: "Poppins", Arial, sans-serif;
}

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

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

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

.header {
  left: 0;
  padding: 26px 20px 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.nav-shell {
  align-items: center;
  background: rgba(255, 255, 255, .73);
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 999px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .12);
  display: grid;
  gap: 24px;
  grid-template-columns: 124px 1fr auto;
  margin: 0 auto;
  max-width: 698px;
  min-height: 54px;
  padding: 8px 9px 8px 17px;
  pointer-events: auto;
  transition: background .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
  backdrop-filter: blur(16px);
}

.header.scrolled .nav-shell {
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .14);
  transform: translateY(-6px);
}

.logo img {
  height: 28px;
  object-fit: contain;
  width: 106px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: center;
}

.nav-links a {
  color: #6f6b65;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: color .25s var(--ease);
}

.nav-links a::after {
  background: var(--yellow);
  bottom: -9px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease);
  width: 100%;
}

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

.nav-links a:hover::after {
  transform: scaleX(1);
}

.dark-pill {
  align-items: center;
  background: #111;
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  min-height: 38px;
  padding: 10px 22px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
  white-space: nowrap;
}

.dark-pill span {
  font-size: 14px;
  transition: transform .3s var(--ease);
}

.dark-pill:hover {
  background: #262626;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .24);
  transform: translateY(-2px);
}

.dark-pill:hover span {
  transform: translate(2px, -2px);
}

.menu-toggle {
  background: transparent;
  display: none;
  height: 32px;
  justify-self: end;
  position: relative;
  width: 32px;
  z-index: 52;
}

.menu-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 5px auto;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
  width: 20px;
}

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

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

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

.hero {
  --hero-scroll: 0;
  background: #fbfaf6;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.parallax-hero {
  border: 2px solid rgba(17, 17, 17, .95);
  margin: 0;
  min-height: 720px;
}

.paper-layer {
  background: linear-gradient(rgba(251, 250, 246, .34), rgba(251, 250, 246, .34)), url("assets/hero-parallax/paper.jpg") center / cover fixed;
  inset: 0;
  opacity: .78;
  position: absolute;
  z-index: 0;
}

.hero-logo-mark,
.hero-script,
.hero-mountains,
.hero-man {
  pointer-events: none;
  position: absolute;
  user-select: none;
}

.hero-logo-mark {
  animation: logoReveal 1.25s .22s var(--ease) both;
  left: 50%;
  max-width: min(580px, 38vw);
  top: 45%;
  transform: translate(-50%, -50%) translateY(calc(var(--hero-scroll) * -20px));
  width: 36vw;
  z-index: 3;
}

.hero-script {
  animation: logoReveal 1.3s .55s var(--ease) both;
  color: #111;
  font-family: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
  right: 9%;
  top: 12%;
  transform: translateY(calc(var(--hero-scroll) * -10px));
  z-index: 4;
}

.hero-mountains {
  animation: riseMountains 1.35s .45s var(--ease) both;
  bottom: -2px;
  left: 0;
  min-width: 1280px;
  transform: translateY(calc(var(--hero-scroll) * 22px));
  width: 100%;
  z-index: 2;
}

.hero-man {
  animation: riseMan 1.2s .82s var(--ease) both;
  bottom: -9%;
  height: min(82vh, 840px);
  object-fit: contain;
  right: 19%;
  transform: translateY(calc(var(--hero-scroll) * 36px));
  z-index: 5;
}

.ticker {
  background: var(--yellow);
  border-bottom: 1px solid rgba(17, 17, 17, .1);
  border-top: 1px solid rgba(17, 17, 17, .1);
  overflow: hidden;
}

.ticker-track {
  align-items: center;
  animation: ticker 34s linear infinite;
  display: flex;
  gap: 22px;
  min-width: max-content;
  padding: 25px 0;
}

.ticker span,
.ticker i {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.section,
.section-wide {
  margin: 0 auto;
  padding: 118px 40px;
}

.studio {
  max-width: 1536px;
  padding-bottom: 84px;
  padding-top: 112px;
}

.section {
  max-width: 1120px;
}

.section-wide {
  max-width: 1430px;
}

.section-kicker {
  color: #aaa49b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 8px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.services > .section-kicker,
.services > .center-title,
.gallery-heading > .section-kicker,
.gallery-heading > .center-title {
  text-align: center;
}

.center-title,
.display-title {
  color: var(--ink);
  font-size: clamp(32px, 3.6vw, 52px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.04;
}

.center-title {
  margin: 0 auto 60px;
  max-width: 760px;
  text-align: center;
}

.center-title em {
  color: #9f9a93;
  font-style: normal;
}

.studio-title {
  color: var(--ink);
  font-size: clamp(36px, 3.2vw, 54px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  margin: -14px auto 60px;
  max-width: 770px;
  text-align: left;
}

.yellow-underline {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.yellow-underline::after {
  background: var(--yellow);
  bottom: .08em;
  content: "";
  height: .34em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.display-title {
  margin-bottom: 76px;
  max-width: 790px;
}

mark {
  background: linear-gradient(180deg, transparent 57%, var(--yellow) 57%);
  color: inherit;
  padding: 0 .02em;
}

.studio-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(3, 1fr);
}

.studio-card {
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 20px;
  min-height: 292px;
  padding: 38px 36px 38px;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
}

.studio-card:hover {
  background: white;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .08);
  transform: translateY(-8px);
}

.studio-card span,
.service-item span {
  color: #b4a213;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 22px;
}

.studio-card span {
  color: var(--yellow);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.studio-card h2 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.studio-card p {
  color: #66615c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

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

.service-list {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-item {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 250px;
  padding: 38px 34px;
  position: relative;
  transition: background .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}

.service-item h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 17px;
}

.service-item p {
  color: #6f6b65;
  font-size: 16px;
  line-height: 1.6;
}

.service-item b {
  color: #b7b1aa;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 34px;
  top: 38px;
  transition: color .25s var(--ease), transform .25s var(--ease);
}

.service-item:hover {
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .06);
  transform: translateY(-5px);
}

.service-item:hover b {
  color: var(--ink);
  transform: translate(5px, -5px);
}

.work {
  padding-bottom: 70px;
}

.project {
  align-items: center;
  display: grid;
  gap: 84px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 108px;
}

.project-one figure {
  max-width: 560px;
}

.project-two figure {
  justify-self: end;
  max-width: 560px;
}

.project-three figure {
  max-width: 650px;
}

.project figure {
  background: white;
  border-radius: 22px;
  overflow: hidden;
}

.project img {
  height: 100%;
  object-fit: cover;
  transition: transform .75s var(--ease), filter .75s var(--ease);
  width: 100%;
}

.project:hover img {
  filter: contrast(1.04);
  transform: scale(1.045);
}

.project-copy {
  max-width: 440px;
}

.project-copy h3 {
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .97;
  margin-bottom: 13px;
}

.project-copy strong {
  color: var(--yellow-dark);
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 28px;
}

.project-copy p {
  color: #69645e;
  font-size: 16px;
  line-height: 1.85;
}

.project-link {
  color: var(--ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
  position: relative;
}

.project-link::after {
  background: var(--yellow);
  bottom: 1px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(.35);
  transform-origin: left;
  transition: transform .25s var(--ease);
  z-index: -1;
}

.project-link:hover::after {
  transform: scaleX(1);
}

.gallery-section {
  background: rgba(237, 234, 224, .55);
  border-top: 1px solid var(--line);
  padding: 88px 0 96px;
}

.gallery-heading {
  padding-bottom: 0;
  padding-top: 0;
}

.gallery-grid {
  display: grid;
  gap: 16px;
  grid-auto-flow: dense;
  grid-auto-rows: 276px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1110px;
  padding: 0 40px;
}

.gallery-grid figure {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-grid .tall {
  grid-row: span 2;
}

.gallery-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--ease), filter .45s var(--ease);
  width: 100%;
}

.gallery-grid figure:hover img {
  filter: brightness(1.04) contrast(1.04);
  transform: scale(1.07);
}

.gallery-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.gallery-page-hero {
  margin: 0 auto;
  max-width: 1430px;
  padding: 170px 40px 70px;
}

.gallery-page-hero .display-title {
  margin-bottom: 22px;
}

.gallery-page-copy {
  color: #6f6b65;
  font-size: 17px;
  line-height: 1.7;
  max-width: 560px;
}

.gallery-page-section {
  margin: 0 auto;
  max-width: 1430px;
  padding: 0 40px 118px;
}

.full-gallery-grid {
  display: grid;
  gap: 16px;
  grid-auto-flow: dense;
  grid-auto-rows: 260px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.full-gallery-grid.waterwall {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: auto;
  grid-auto-flow: dense;
}

.full-gallery-grid.waterwall figure {
  max-height: 320px;
}

.full-gallery-grid figure {
  align-items: center;
  background: rgba(255, 255, 255, .45);
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 22px;
}

.full-gallery-grid figure.tall {
  grid-row: span 2;
}

.full-gallery-grid figure.wide {
  grid-column: span 2;
}

.full-gallery-grid img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform .65s var(--ease), filter .45s var(--ease);
  width: 100%;
}

.full-gallery-grid figure:hover img {
  filter: brightness(1.04) contrast(1.04);
  transform: scale(1.05);
}

.craft {
  border-top: 1px solid var(--line);
  padding-bottom: 82px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #7f7972;
  font-size: 12px;
  padding: 8px 18px;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}

.chips span:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
  transform: translateY(-3px);
}

.brands {
  padding-bottom: 70px;
  padding-top: 54px;
}

.brands .display-title {
  max-width: 650px;
}

.brand-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.brand-logo {
  align-items: center;
  background: rgba(255, 255, 255, .22);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 136px;
  padding: 24px;
  text-align: center;
  transition: background .28s var(--ease), color .28s var(--ease), transform .28s var(--ease), box-shadow .28s var(--ease);
}

.brand-logo img {
  filter: saturate(.95);
  max-height: 88px;
  max-width: 150px;
  object-fit: contain;
  transition: filter .28s var(--ease), transform .28s var(--ease);
  width: auto;
}

.brand-logo.wide img {
  max-height: 76px;
  max-width: 210px;
}

.brand-logo.production {
  padding: 0;
}

.brand-logo.production img {
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.brand-logo:hover {
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 18px 32px rgba(0, 0, 0, .16);
  transform: translateY(-5px);
}

.brand-logo:hover img {
  filter: saturate(1.08);
  transform: scale(1.04);
}

.cta {
  background: var(--yellow);
  border-top: 1px solid var(--line);
  padding: 114px 24px 118px;
  text-align: center;
}

.cta .section-kicker {
  color: rgba(17, 17, 17, .42);
  margin-bottom: 30px;
}

.cta h2 {
  font-size: clamp(52px, 7vw, 78px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .95;
  margin-bottom: 42px;
}

.cta .dark-pill {
  min-height: 56px;
  padding-left: 34px;
  padding-right: 34px;
}

.footer {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 168px;
  padding: 34px 54px;
}

.footer img {
  height: 56px;
  object-fit: contain;
  width: 132px;
}

.footer p {
  color: #8e887e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 10px;
}

.footer small {
  color: #8e887e;
  font-size: 12px;
  justify-self: end;
  letter-spacing: 3px;
}

.previewable-image {
  cursor: zoom-in;
}

.modal-open {
  overflow: hidden;
}

.image-modal {
  align-items: center;
  background: rgba(12, 12, 12, .82);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 34px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s var(--ease);
  z-index: 100;
}

.image-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.image-modal-img {
  border-radius: 14px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
  max-height: min(86vh, 900px);
  max-width: min(92vw, 1280px);
  object-fit: contain;
  transform: scale(.96);
  transition: transform .25s var(--ease);
}

.image-modal.open .image-modal-img {
  transform: scale(1);
}

.image-modal-close {
  align-items: center;
  background: #fbfaf6;
  border-radius: 999px;
  color: #111;
  display: flex;
  font-size: 26px;
  font-weight: 400;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 24px;
  top: 24px;
  transition: transform .2s var(--ease), background .2s var(--ease);
  width: 44px;
}

.image-modal-close:hover {
  background: var(--yellow);
  transform: rotate(90deg);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

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

.studio-grid .reveal:nth-child(2),
.service-list .reveal:nth-child(2n),
.gallery-grid .reveal:nth-child(2n) {
  transition-delay: .08s;
}

.studio-grid .reveal:nth-child(3),
.service-list .reveal:nth-child(3n),
.gallery-grid .reveal:nth-child(3n) {
  transition-delay: .16s;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

@keyframes logoReveal {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes riseMountains {
  from {
    opacity: 0;
    transform: translateY(140px);
  }
  to {
    opacity: 1;
    transform: translateY(calc(var(--hero-scroll) * 22px));
  }
}

@keyframes riseMan {
  from {
    opacity: 0;
    transform: translateY(180px);
  }
  to {
    opacity: 1;
    transform: translateY(calc(var(--hero-scroll) * 36px));
  }
}

@media (max-width: 1050px) {
  .nav-shell {
    max-width: min(698px, calc(100vw - 40px));
  }

  .studio {
    padding-left: 28px;
    padding-right: 28px;
  }

  .studio-title {
    font-size: clamp(36px, 5.5vw, 52px);
    max-width: 720px;
  }

  .studio-grid {
    gap: 22px;
  }

  .studio-card {
    min-height: 286px;
    padding: 32px 28px;
  }

  .studio-card span {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .studio-card h2 {
    font-size: 22px;
  }

  .studio-card p {
    font-size: 16px;
  }

  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .project {
    gap: 46px;
  }

  .gallery-grid {
    grid-auto-rows: 250px;
  }

  .full-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 880px) {
  .studio-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }

  .studio-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .studio > .section-kicker {
    text-align: center;
  }
}

@media (max-width: 760px) {
  .header {
    padding: 14px 12px 0;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    max-width: none;
    min-height: 52px;
    padding: 8px 10px 8px 17px;
  }

  .logo img {
    height: 29px;
    width: 112px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-shell > .dark-pill {
    display: none;
  }

  .nav-links {
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--line);
    border-radius: 26px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, .16);
    flex-direction: column;
    gap: 17px;
    opacity: 0;
    padding: 30px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 72px;
    transform: translateY(-12px);
    transition: opacity .25s var(--ease), transform .25s var(--ease);
    width: min(270px, calc(100vw - 24px));
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    font-size: 15px;
  }

  .hero {
    height: 72vh;
    min-height: 500px;
  }

  .parallax-hero {
    min-height: 560px;
  }

  .paper-layer {
    background-attachment: scroll;
  }

  .hero-logo-mark {
    max-width: 58vw;
    top: 44%;
    width: 58vw;
  }

  .hero-script {
    font-size: clamp(22px, 5vw, 34px);
    right: 7%;
    top: 15%;
  }

  .hero-mountains {
    left: -25%;
    min-width: 960px;
    transform: translateY(calc(var(--hero-scroll) * 22px));
    width: 150%;
  }

  .hero-man {
    bottom: -4%;
    height: min(45vh, 420px);
    right: 2%;
  }

  .ticker-track {
    animation-duration: 24s;
    padding: 15px 0;
  }

  .ticker span,
  .ticker i {
    font-size: 16px;
  }

  .section,
  .section-wide {
    padding: 86px 20px;
  }

  .section-kicker {
    font-size: 10px;
    letter-spacing: 6px;
  }

  .center-title,
  .display-title {
    font-size: clamp(30px, 9.5vw, 44px);
    line-height: 1.04;
  }

  .center-title {
    margin-bottom: 42px;
  }

  .studio {
    padding-bottom: 72px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 76px;
  }

  .studio-title {
    font-size: clamp(30px, 9.5vw, 40px);
    line-height: 1.04;
    margin: 0 auto 42px;
    max-width: none;
    text-align: center;
  }

  .studio > .section-kicker {
    text-align: center;
  }

  .display-title {
    margin-bottom: 48px;
  }

  .studio-grid,
  .service-list,
  .project,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .studio-card,
  .service-item {
    min-height: auto;
    padding: 30px 26px;
  }

  .studio-card {
    border-radius: 18px;
  }

  .studio-card span {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .studio-card h2 {
    font-size: 22px;
  }

  .studio-card p {
    font-size: 16px;
    line-height: 1.65;
  }

  .project {
    gap: 30px;
    margin-bottom: 88px;
  }

  .project-two .project-copy {
    order: 2;
  }

  .project-two figure {
    order: 1;
  }

  .project figure,
  .project-one figure,
  .project-two figure,
  .project-three figure {
    max-width: none;
  }

  .project-copy {
    max-width: none;
  }

  .project-copy h3 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .gallery-section {
    padding: 86px 0;
  }

  .gallery-grid {
    grid-auto-rows: 260px;
    padding: 0 20px;
  }

  .gallery-more {
    margin-top: 34px;
  }

  .gallery-page-hero {
    padding: 132px 20px 48px;
  }

  .gallery-page-section {
    padding: 0 20px 86px;
  }

  .full-gallery-grid {
    gap: 12px;
    grid-auto-rows: 220px;
    grid-template-columns: 1fr;
  }

  .full-gallery-grid figure,
  .full-gallery-grid figure.tall,
  .full-gallery-grid figure.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-grid .tall {
    grid-row: span 1;
  }

  .brand-logo {
    min-height: 118px;
    padding: 16px;
  }

  .brand-logo img {
    max-height: 76px;
    max-width: 132px;
  }

  .brand-logo.wide img {
    max-width: 150px;
  }

  .cta {
    padding: 92px 20px 98px;
  }

  .cta h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 36px 20px;
    text-align: center;
  }

  .footer small {
    justify-self: center;
  }

  .footer p {
    font-size: 12px;
    letter-spacing: 7px;
  }

  .image-modal {
    padding: 18px;
  }

  .image-modal-close {
    right: 14px;
    top: 14px;
  }
}

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

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