:root {
  --ink: #1a1620;
  --muted: #514c58;
  --soft: #746f7a;
  --paper: #f0eef2;
  --pink: #d94fa0;
  --shadow: 0 18px 44px rgba(26, 22, 32, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 67px;
  background: rgba(240, 238, 242, .92);
  border-bottom: 1px solid rgba(138, 129, 148, .08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
section[id] { scroll-margin-top: 80px; }
.nav-shell,
.footer-shell {
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-family: "Fraunces", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.01em;
}
nav { display: flex; gap: 30px; margin-left: 30px; }
nav a { color: var(--muted); font-size: 15px; font-weight: 500; }
.mobile-nav-cta { display: none; }

@media (min-width: 901px) {
  .nav-shell,
  .footer-shell {
    width: calc(100% - 64px);
    max-width: 1240px;
  }
  .nav-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
  .nav-shell > .brand { justify-self: start; }
  .nav-shell > nav {
    justify-self: center;
    margin-left: 0;
  }
  .nav-shell > .button-small { justify-self: end; }
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.button {
  height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.button-dark { color: #fdfbfd; background: var(--ink); }
.cta-shine {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .24s cubic-bezier(.2,.8,.2,1);
  -webkit-tap-highlight-color: transparent;
}
.cta-shine::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -45%;
  left: -55%;
  width: 30%;
  height: 190%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.88), transparent);
  filter: blur(2px);
  transform: skewX(-20deg);
}
.cta-shine:focus-visible,
.cta-shine.is-touching,
.cta-shine.is-shining-forward {
  transform: translateY(-6px) scale(1.02);
  box-shadow: none;
}
.cta-shine.is-shining-forward::before,
.cta-shine:focus-visible::before {
  animation: hero-cta-shine .62s ease-out both;
}
.cta-shine.is-shining-reverse::before {
  animation: hero-cta-shine-reverse .62s ease-out both;
}
.cta-shine:active {
  transform: translateY(-3px) scale(1.01);
}
@media (hover: hover) and (pointer: fine) {
  .cta-shine:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: none;
  }
}
@keyframes hero-cta-shine {
  0% { left: -55%; opacity: 0; }
  18% { opacity: .9; }
  82% { opacity: .75; }
  100% { left: 125%; opacity: 0; }
}
@keyframes hero-cta-shine-reverse {
  0% { left: 125%; opacity: 0; }
  18% { opacity: .9; }
  82% { opacity: .75; }
  100% { left: -55%; opacity: 0; }
}
.button-light { color: var(--ink); background: #f8f7f9; box-shadow: inset 0 0 0 1px rgba(26, 22, 32, .18); }
.button-small { width: 117px; height: 43px; padding: 0; font-size: 15px; }
.site-header .button-small {
  position: relative;
  padding: 0 30px 0 16px;
}
.site-header .button-small::after {
  content: "→";
  position: absolute;
  right: 12px;
  font-size: 15px;
  line-height: 1;
}

.hero {
  position: relative;
  height: calc(100vh - 67px);
  height: calc(100svh - 67px);
  min-height: 590px;
  overflow: hidden;
  background: var(--paper);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 168px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 100%, rgba(255,211,91,.42) 0%, rgba(255,211,91,.18) 34%, transparent 62%),
    radial-gradient(ellipse at 43% 100%, rgba(238,105,202,.38) 0%, rgba(238,105,202,.16) 36%, transparent 64%),
    radial-gradient(ellipse at 76% 100%, rgba(65,190,243,.44) 0%, rgba(65,190,243,.18) 38%, transparent 66%),
    url("https://assets.cdn.filesafe.space/zW0maPYZNn9RbR6VWuwK/media/6a7dec10255b571c8e79ab67.png") center bottom / 100% 100% no-repeat;
  opacity: .5;
  filter: blur(26px) saturate(.9);
  transform: scaleX(1.08);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 38%, rgba(0,0,0,.18) 52%, rgba(0,0,0,.78) 70%, #000 82%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 38%, rgba(0,0,0,.18) 52%, rgba(0,0,0,.78) 70%, #000 82%, #000 100%);
}
.hero-content { position: relative; z-index: 1; text-align: center; padding: 60px 20px 0; }
.eyebrow {
  width: 135px;
  height: 33px;
  margin: 0 auto;
  border: 1px solid rgba(138, 129, 148, .18);
  border-radius: 999px;
  color: rgba(81, 76, 88, .82);
  background: rgba(255, 255, 255, .42);
  box-shadow: 0 6px 18px rgba(26, 22, 32, .035), inset 0 1px 0 rgba(255,255,255,.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 500;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(34, 197, 94, .72);
  box-shadow: 0 0 0 3px rgba(34,197,94,.07), 0 0 8px 3px rgba(34,197,94,.16);
}
.hero h1 {
  max-width: 1120px;
  margin: 14px auto 0;
  font-family: "Fraunces", serif;
  font-size: 86px;
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.02em;
}
.hero-copy {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}
.hero-actions { margin-top: 26px; display: flex; justify-content: center; gap: 13px; }
.button.cta-arrow {
  position: relative;
  min-width: 180px;
  padding: 0 52px 0 44px;
}
.button.cta-arrow::after {
  content: "→";
  position: absolute;
  right: 20px;
  font-size: 18px;
  line-height: 1;
}
.portfolio {
  height: 2837px;
  background: var(--paper);
}
.portfolio-shell { position: relative; width: 1024px; height: 100%; margin: 0 auto; }
.portfolio-shell > h2,
.work-group > h3,
.services-shell > h2,
.contact-card > h2 {
  font-family: "Fraunces", serif;
  font-weight: 300;
  letter-spacing: -.8px;
}
.portfolio-shell > h2 { position: absolute; top: 79px; left: -6px; font-size: 46px; }
.section-intro { position: absolute; top: 155px; left: -6px; color: var(--muted); font-size: 17px; line-height: 1.45; }
.work-group { position: absolute; left: 0; width: 100%; }
.work-group h3 { font-size: 46px; line-height: .98; }
.funnels-group { top: 261px; }
.websites-group { top: 764px; }
.ugc-group { top: 1286px; }
.carousel-group { top: 2145px; }
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 329px);
  gap: 18px 19px;
  margin-top: 42px;
}
.section-cta-row {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.section-cta-row .button { min-width: 180px; }
.work-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}
.work-card-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.work-card-trigger:focus-visible {
  outline: 3px solid rgba(26, 22, 32, .65);
  outline-offset: 5px;
}
.work-card-trigger img { transition: transform .28s ease; }
@media (hover: hover) {
  .work-card-trigger:hover img { transform: scale(1.015); }
}
.work-card :is(img, video) { width: 100%; margin: 0; object-fit: cover; }
.work-card > div {
  position: relative;
  min-height: 54px;
  padding: 15px 18px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.work-card strong { font-size: 15px; line-height: 1.35; font-weight: 600; }
.work-card span { padding-top: 1px; color: var(--soft); font-size: 12px; white-space: nowrap; }
.landscape-grid .work-card { height: 300px; }
.landscape-grid .work-card img { height: 245px; object-position: center; }
.image-blur-stage {
  position: relative;
  width: 100%;
  height: 245px;
  margin: 0;
  overflow: hidden;
  background: #f1f1f2;
}
.image-blur-stage::before {
  content: "";
  position: absolute;
  inset: -18px;
  background-image: var(--card-image);
  background-position: center;
  background-size: cover;
  filter: blur(16px);
  opacity: .38;
  transform: scale(1.08);
}
.landscape-grid .work-card .image-blur-stage img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image-cover-stage::before { display: none; }
.landscape-grid .work-card .image-cover-stage img {
  object-fit: cover;
  object-position: center;
}
.website-grid { row-gap: 19px; }
.website-grid .work-card { height: 321px; }
.website-grid .work-card > div { min-height: 75px; }
.portrait-grid { margin-top: 42px; }
.portrait-grid .work-card { height: 657px; }
.portrait-grid .work-card :is(img, video) { height: 581px; object-position: center; }
.ugc-video-frame {
  width: 100%;
  height: 581px;
  margin: 0;
  overflow: hidden;
}
.portrait-grid .work-card .ugc-video-frame video {
  width: calc(100% + 8px);
  height: 100%;
  max-width: none;
}
.portrait-grid .work-card > div { min-height: 75px; }
.carousel-grid { margin-top: 42px; }
.carousel-grid .work-card { height: 485px; }
.carousel-grid .work-card img { height: 409px; }
.carousel-grid .work-card > div { min-height: 75px; }
.about {
  height: 520px;
  padding-top: 0;
  background: var(--paper);
}
.about-shell {
  width: 1024px;
  height: 493px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 613px;
  column-gap: 48px;
}
.about-copy {
  grid-column: 1;
  grid-row: 1;
  padding: 0 48px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about h2 { font-family: "Fraunces", serif; font-size: 30px; font-weight: 300; line-height: 1.2; letter-spacing: -.25px; }
.about p { color: var(--muted); font-size: 17px; line-height: 1.48; }
.about p:nth-of-type(1) { margin-top: 19px; }
.about p:nth-of-type(2) { margin-top: 20px; }
.monogram {
  grid-column: 2;
  grid-row: 1;
  height: 493px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  color: rgba(138,129,148,.55);
  background: #fff;
  font-family: "Fraunces", serif;
  font-size: 54px;
  font-weight: 300;
}

.services {
  height: 640px;
  background: var(--paper);
}
.services-shell { position: relative; width: 1024px; height: 100%; margin: 0 auto; padding-top: 72px; }
.services-shell > h2 { font-size: 46px; }
.services-shell > p { max-width: 620px; margin-top: 10px; color: var(--muted); font-size: 17px; line-height: 1.45; }
.service-grid { margin-top: 25px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.service-grid article {
  position: relative;
  height: 288px;
  padding: 25px;
  border: 1px solid rgba(138, 129, 148, .09);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 22, 32, .05);
}
.service-grid i {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: #f0eef2;
  font-size: 15px;
  font-style: normal;
}
.service-logo {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f0eef2;
}
.service-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.75);
}
.service-logo-aigc img { transform: scale(1.45); }
.service-icon::before,
.service-icon::after { content: ""; position: absolute; display: block; }
.icon-funnel::before {
  top: 10px;
  left: 9px;
  width: 20px;
  height: 11px;
  border: 2px solid currentColor;
  clip-path: polygon(0 0, 100% 0, 62% 100%, 38% 100%);
}
.icon-funnel::after { top: 20px; left: 18px; width: 2px; height: 8px; border-radius: 1px; background: currentColor; }
.icon-website::before { top: 10px; left: 9px; width: 20px; height: 17px; border: 2px solid currentColor; border-radius: 3px; }
.icon-website::after { top: 14px; left: 11px; width: 16px; height: 2px; background: currentColor; }
.icon-video::before {
  top: 10px;
  left: 9px;
  width: 20px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 2px;
  background: repeating-linear-gradient(135deg, currentColor 0 2px, transparent 2px 5px) top / 100% 5px no-repeat;
}
.icon-video::after {
  top: 16px;
  left: 17px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
}
.icon-carousel::before { top: 10px; left: 15px; width: 8px; height: 18px; border: 2px solid currentColor; border-radius: 4px; }
.icon-carousel::after { top: 13px; left: 10px; width: 2px; height: 12px; border-radius: 1px; background: currentColor; box-shadow: 16px 0 0 currentColor; }
.service-grid h3 { margin-top: 11px; font-size: 17px; font-weight: 600; line-height: 1.2; }
.service-grid p { margin-top: 17px; color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.service-grid a { position: absolute; left: 25px; bottom: 25px; color: var(--ink); font-size: 13px; font-weight: 500; }
.service-grid b { font-size: 13px; }
.services-cta-row { margin-top: 26px; }
.contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 520px;
  padding-top: 90px;
  background: var(--paper);
}
.contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -6%;
  right: -6%;
  bottom: -4px;
  height: 390px;
  pointer-events: none;
  background: url("https://assets.cdn.filesafe.space/zW0maPYZNn9RbR6VWuwK/media/6a7dec10255b571c8e79ab67.png") center bottom / 100% 100% no-repeat;
  opacity: .68;
  filter: blur(28px) saturate(.92) brightness(1.08) contrast(.9);
  transform: scaleX(1.06);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.22) 18%, #000 48%, rgba(0,0,0,.72) 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.22) 18%, #000 48%, rgba(0,0,0,.72) 82%, transparent 100%);
}
.contact-card {
  position: relative;
  z-index: 1;
  width: 1024px;
  height: 332px;
  margin: 0 auto;
  border-radius: 34px;
  text-align: center;
  background: rgba(255,255,255,.86);
  box-shadow: 0 32px 70px rgba(125, 105, 145, .12);
  padding-top: 72px;
}
.contact-card h2 { font-size: 48px; line-height: 1.03; letter-spacing: -.6px; }
.contact-card p { margin-top: 14px; color: rgba(26,22,32,.72); font-size: 17px; line-height: 1.45; }
.button-pink {
  margin-top: 20px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(26, 22, 32, .18);
}

.project-modal[hidden] { display: none; }
.project-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 6vh 0;
}
.project-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 12, 17, .72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.project-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1120px, 76vw);
  max-height: 88dvh;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(7, 5, 10, .42);
  overscroll-behavior: contain;
}
.project-modal__controls {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 0;
}
.project-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 54px;
  height: 54px;
  padding: 0 0 4px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(26, 22, 32, .86);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font: 300 39px/1 "Inter", sans-serif;
  cursor: pointer;
}
.project-modal__close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.project-modal__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f4f3f5;
  touch-action: pan-y;
}
.project-modal__media[hidden] { display: none; }
.project-modal__panel--gallery {
  width: min(1800px, calc(100vw - 36px));
}
.project-modal__media--gallery {
  position: relative;
  height: calc(88dvh - 2px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #cfccd0;
}
.project-modal__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.project-modal__media--gallery .project-modal__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
.project-modal__nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 30px rgba(26, 22, 32, .16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font: 400 38px/1 "Inter", sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
}
.project-modal__nav[hidden] { display: none; }
.project-modal__nav--previous { left: 20px; padding: 0 3px 3px 0; }
.project-modal__nav--next { right: 20px; padding: 0 0 3px 3px; }
.project-modal__nav:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}
.project-modal__position {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(26, 22, 32, .72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}
.project-modal__position[hidden] { display: none; }
.project-modal__content { padding: 38px 48px 50px; }
.project-modal__category {
  color: var(--pink);
  font-size: 17px;
  font-weight: 500;
}
.project-modal__content h2 {
  margin-top: 22px;
  font-family: "Fraunces", serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -.8px;
}
.project-modal__content > p:not(.project-modal__category) {
  max-width: 980px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}
.project-modal__content .button { margin-top: 32px; }

footer { height: 107px; background: var(--paper); }
.footer-shell { color: var(--soft); font-size: 13px; }
.footer-shell a { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--ink); background: #fff; font-size: 15px; }
.footer-shell .footer-messenger {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 8px 20px rgba(26, 22, 32, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.footer-shell .footer-messenger:hover { transform: translateY(-2px); box-shadow: 0 11px 24px rgba(26, 22, 32, .28); }
.footer-shell .footer-messenger:focus-visible { outline: 3px solid rgba(26, 22, 32, .22); outline-offset: 3px; }
.footer-messenger svg { width: 18px; height: 18px; fill: currentColor; }

@media (max-width: 900px) {
  .desktop-only { display: none; }
  .site-header { height: 64px; }
  .nav-shell, .footer-shell, .portfolio-shell, .about-shell, .services-shell { width: min(100% - 40px, 680px); }
  .site-header .nav-shell {
    position: relative;
    width: calc(100% - 40px);
    max-width: none;
  }
  .nav-shell > nav { display: none; }
  .nav-shell > .button-small { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-shell > nav.is-open {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(250px, calc(100vw - 40px));
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(26, 22, 32, .08);
    border-radius: 20px;
    display: grid;
    gap: 2px;
    background: rgba(248, 247, 249, .98);
    box-shadow: 0 18px 44px rgba(26, 22, 32, .16);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .nav-shell > nav.is-open a {
    padding: 14px 16px;
    border-radius: 12px;
    color: var(--ink);
    font-size: 15px;
    text-align: left;
  }
  .nav-shell > nav.is-open a:hover,
  .nav-shell > nav.is-open a:focus-visible { background: rgba(26, 22, 32, .06); }
  .nav-shell > nav.is-open .mobile-nav-cta {
    height: 48px;
    margin-top: 8px;
    padding: 0 44px 0 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background: var(--ink);
  }
  .nav-shell > nav.is-open .mobile-nav-cta::after {
    content: "→";
    position: absolute;
    right: 18px;
    font-size: 17px;
  }
  .nav-shell > nav.is-open .mobile-nav-cta:hover,
  .nav-shell > nav.is-open .mobile-nav-cta:focus-visible { background: #29242f; }
  .hero {
    height: auto;
    min-height: calc(100vh - 64px);
    min-height: calc(100svh - 64px);
  }
  .hero-content { padding: 54px 20px 0; }
  .hero h1 { margin: 14px auto 0; font-size: clamp(52px, 11vw, 78px); letter-spacing: -.02em; }
  .hero-copy { max-width: 600px; margin: 26px auto 0; font-size: 18px; line-height: 1.5; }
  .hero::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 156px;
    opacity: .46;
    filter: blur(22px) saturate(.86);
    transform: scaleX(1.1);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 54%, rgba(0,0,0,.12) 62%, rgba(0,0,0,.72) 76%, #000 88%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, transparent 54%, rgba(0,0,0,.12) 62%, rgba(0,0,0,.72) 76%, #000 88%, #000 100%);
  }
  .portfolio { height: auto; padding: 32px 0 100px; }
  .portfolio-shell { height: auto; }
  .portfolio-shell > h2, .section-intro, .work-group { position: static; }
  .portfolio-shell > h2 { font-size: 42px; }
  .section-intro { margin-top: 14px; }
  .work-group { margin-top: 72px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .work-card { width: 100%; height: auto !important; }
  .work-card :is(img, video) { width: 100%; }
  .about { height: auto; padding: 72px 0; }
  .about-shell { height: auto; grid-template-columns: 1fr; row-gap: 45px; }
  .about-copy, .monogram { grid-column: auto; grid-row: auto; }
  .about-copy { padding: 0; }
  .about h2 br, .about p br { display: none; }
  .monogram { height: 300px; }
  .services { height: 640px; padding: 0; }
  .services-shell { width: min(82%, 1024px); padding-top: 72px; }
  .services-shell > h2 { font-size: clamp(34px, 6vw, 46px); }
  .services-shell > p { max-width: 620px; margin-top: 10px; font-size: clamp(12px, 2vw, 17px); }
  .service-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(6px, 1.5vw, 15px); margin-top: 25px; }
  .service-grid article { width: auto; height: clamp(230px, 42vw, 288px); padding: clamp(11px, 2.6vw, 25px); border-radius: clamp(16px, 3vw, 24px); }
  .service-grid i { width: clamp(30px, 5.5vw, 38px); height: clamp(30px, 5.5vw, 38px); }
  .service-grid h3 { margin-top: clamp(8px, 1.6vw, 11px); font-size: clamp(11px, 2.1vw, 17px); }
  .service-grid p { margin-top: clamp(10px, 2vw, 17px); font-size: clamp(9px, 1.7vw, 13.5px); line-height: 1.48; }
  .service-grid a { left: clamp(11px, 2.6vw, 25px); bottom: clamp(13px, 2.6vw, 25px); font-size: clamp(9px, 1.7vw, 13px); }
  .contact { height: 520px; padding: 88px 20px 0; }
  .contact::before {
    left: -14%;
    right: -14%;
    bottom: 16px;
    height: 330px;
    opacity: .66;
    filter: blur(24px) saturate(.9) brightness(1.08) contrast(.9);
  }
  .contact-card { width: 100%; max-width: 680px; padding: 66px 28px 0; }
}

@media (max-width: 480px) {
  .hero {
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
    min-height: 0;
  }
  .hero-content { padding: 34px 18px 0; transform: translateY(38px); }
  .eyebrow { width: 135px; height: 33px; font-size: 11px; gap: 9px; transform: translateY(-19px); }
  .eyebrow span { width: 7px; height: 7px; }
  .hero h1 {
    max-width: 390px;
    margin-top: 12px;
    font-size: clamp(44px, 14vw, 58px);
    line-height: .96;
  }
  .hero-copy {
    max-width: 360px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.45;
  }
  .hero-actions {
    width: min(100%, 340px);
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
    gap: 8px;
  }
  .hero-actions .button { width: 100%; min-width: 0; }
  .hero-actions .button.cta-arrow { padding-left: 16px; padding-right: 36px; }
  .hero-actions .button.cta-arrow::after { right: 13px; }
  .hero-actions .button-light { padding-left: 12px; padding-right: 12px; }
  .hero::after { height: 214px; }
}

@media (max-width: 560px) {
  .nav-shell, .footer-shell, .portfolio-shell, .about-shell, .services-shell { width: min(100% - 28px, 420px); }
  .site-header .nav-shell { width: calc(100% - 28px); }
  .brand { font-size: 22px; }
  .button-small { width: 105px; height: 40px; font-size: 13px; }
  .site-header .button-small { padding: 0 27px 0 12px; }
  .site-header .button-small::after { right: 10px; }
  .hero { min-height: calc(100vh - 64px); min-height: calc(100svh - 64px); }
  .hero h1 { font-size: 49px; line-height: .98; }
  .hero-copy { font-size: 17px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { height: 46px; padding: 0 19px; font-size: 13px; }
  .button.cta-arrow { min-width: 0; padding: 0 44px 0 38px; }
  .button.cta-arrow::after { right: 16px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card :is(img, video) { height: auto !important; aspect-ratio: 4 / 3; }
  .image-blur-stage { height: auto; aspect-ratio: 4 / 3; }
  .landscape-grid .work-card .image-blur-stage img { height: 100% !important; aspect-ratio: auto; }
  .portrait-grid .work-card :is(img, video) { aspect-ratio: 327 / 581; }
  .ugc-video-frame { height: auto; aspect-ratio: 327 / 581; }
  .portrait-grid .work-card .ugc-video-frame video { height: 100% !important; aspect-ratio: auto; }
  .carousel-grid .work-card img { aspect-ratio: 327 / 409; }
  .about h2 { font-size: 27px; }
  .about p { font-size: 15px; }
  .services { height: auto; padding: 80px 0 90px; }
  .services-shell { padding-top: 0; }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }
  .service-grid article {
    width: 100%;
    height: 300px;
    padding: 28px 26px;
    border-radius: 26px;
  }
  .service-logo {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }
  .service-grid h3 {
    margin-top: 18px;
    font-size: 20px;
  }
  .service-grid p {
    max-width: 320px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.55;
  }
  .service-grid a {
    left: 26px;
    bottom: 28px;
    font-size: 16px;
  }
  .service-grid b { font-size: 16px; }
  .section-cta-row { margin-top: 30px; }
  .section-cta-row .button {
    width: 180px;
    height: 50px;
    font-size: 15px;
  }
  .services-cta-row { margin-top: 32px; }
  .contact-card h2 { font-size: 38px; }
  .contact-card p { font-size: 15px; }
  .project-modal { padding: 7px; }
  .project-modal__panel {
    width: calc(100vw - 14px);
    max-height: calc(100dvh - 14px);
    border-radius: 24px;
  }
  .project-modal__panel--gallery {
    width: calc(100vw - 14px);
  }
  .project-modal__media--gallery {
    height: calc(100dvh - 16px);
  }
  .project-modal__close {
    top: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
    font-size: 34px;
  }
  .project-modal__nav {
    width: 44px;
    height: 44px;
    font-size: 32px;
  }
  .project-modal__nav--previous { left: 10px; }
  .project-modal__nav--next { right: 10px; }
  .project-modal__position { right: 10px; bottom: 10px; }
  .project-modal__content { padding: 28px 23px 36px; }
  .project-modal__category { font-size: 15px; }
  .project-modal__content h2 { margin-top: 14px; font-size: 39px; }
  .project-modal__content > p:not(.project-modal__category) { margin-top: 18px; font-size: 16px; }
  .project-modal__content .button { margin-top: 26px; }
}

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