@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300..900&display=swap");

:root {
  --blue: #0787d5;
  --blue-deep: #006cad;
  --ink: #101114;
  --muted: #666a70;
  --line: #dfe3e7;
  --paper: #ffffff;
  --soft-blue: #eef8fe;
  --font-display: "Montserrat", Arial, sans-serif;
  --font-body: "Montserrat", Arial, sans-serif;
  --content: min(1440px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

::selection {
  background: var(--blue);
  color: white;
}

/* Product pages — editorial, tactile and deliberately distinct from the homepage. */
.product-hero {
  width: var(--content);
  margin: 28px auto 0;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(48px, 6vw, 104px);
  align-items: center;
}

.product-hero__copy { padding: 70px 0 90px; }
.product-hero h1 {
  margin: 0;
  max-width: 680px;
  font-family: var(--font-display);
  font-size: clamp(68px, 6vw, 106px);
  font-weight: 550;
  line-height: .9;
  letter-spacing: -.06em;
}
.product-hero h1 em,
.product-spec h2 em { color: var(--blue); font-style: normal; font-weight: inherit; }
.product-hero__lede {
  max-width: 490px;
  margin: 40px 0 36px;
  color: #383b40;
  font-size: 19px;
  line-height: 1.65;
}
.product-hero__image {
  height: 690px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #0f2a4f;
}
.product-hero__image::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.5);
  pointer-events: none;
}
.product-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.product-hero__image figcaption {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-styles {
  margin-top: 54px;
  padding: 44px max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2));
  color: white;
  background: var(--blue);
}
.product-styles > p {
  margin: 0 0 28px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .8;
}
.product-styles > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255,255,255,.35);
}
.product-styles span {
  padding: 22px 16px 0 0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 650;
}

.product-spec {
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(70px, 9vw, 160px);
}
.product-spec__intro h2,
.product-gallery__heading h2,
.product-faq h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(50px, 5vw, 82px);
  font-weight: 550;
  line-height: .96;
  letter-spacing: -.055em;
}
.product-spec__intro > p:last-child {
  max-width: 480px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.product-spec__list { border-top: 1px solid var(--ink); }
.product-spec__list article {
  min-height: 126px;
  display: grid;
  grid-template-columns: 54px 170px 1fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.product-spec__list article > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.product-spec__list h3 { margin: 0; font-size: 18px; font-weight: 750; }
.product-spec__list p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.product-gallery { padding-top: 40px; padding-bottom: 150px; }
.product-gallery__heading {
  margin-bottom: 70px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.product-gallery__heading .eyebrow { margin: 0 0 8px; }
.product-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 52px 26px;
  align-items: start;
}
.product-gallery__item { margin: 0; }
.product-gallery__item--1 { grid-column: 1 / 8; }
.product-gallery__item--2 { grid-column: 9 / 13; margin-top: 150px; }
.product-gallery__item--3 { grid-column: 2 / 6; margin-top: 60px; }
.product-gallery__item--4 { grid-column: 7 / 13; }
.product-gallery__item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #eee; }
.product-gallery__item--1 img,
.product-gallery__item--4 img { aspect-ratio: 7 / 6; }
.product-gallery__item figcaption {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #565a60;
  font-size: 12px;
  font-weight: 650;
}
.product-gallery > .text-link { display: table; margin: 70px 0 0 auto; }

.product-proof {
  padding: 110px max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2));
  color: white;
  background: var(--ink);
}
.product-proof p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 84px);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: -.05em;
}
.product-proof p:last-child { color: #67c7ff; }

.product-faq {
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(60px, 8vw, 140px);
}
.product-faq__list { border-top: 1px solid var(--ink); }
.product-faq details { border-bottom: 1px solid var(--line); }
.product-faq summary {
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}
.product-faq summary::-webkit-details-marker { display: none; }
.product-faq summary span { color: var(--blue); font-size: 22px; font-weight: 500; }
.product-faq details[open] summary span { transform: rotate(45deg); }
.product-faq details p {
  max-width: 720px;
  margin: -2px 40px 28px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .product-hero { grid-template-columns: 1fr; min-height: auto; gap: 20px; }
  .product-hero__copy { padding: 58px 0 24px; }
  .product-hero__image { height: min(760px, 95vw); }
  .product-styles > div { grid-template-columns: repeat(3, 1fr); gap: 18px 24px; }
  .product-spec, .product-faq { grid-template-columns: 1fr; gap: 70px; }
  .product-gallery__item--1 { grid-column: 1 / 9; }
  .product-gallery__item--2 { grid-column: 9 / 13; margin-top: 100px; }
}

@media (max-width: 680px) {
  .product-hero { width: calc(100vw - 36px); margin-top: 10px; }
  .product-hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .product-hero__lede { margin-top: 28px; font-size: 17px; }
  .product-hero__image { height: 118vw; }
  .product-hero__image figcaption { left: 24px; right: 24px; bottom: 22px; }
  .product-styles { margin-top: 44px; padding: 36px 18px; }
  .product-styles > div { grid-template-columns: 1fr 1fr; }
  .product-styles span { font-size: 14px; }
  .product-spec, .product-faq { padding-top: 100px; padding-bottom: 100px; gap: 50px; }
  .product-spec__list article { grid-template-columns: 38px 105px 1fr; gap: 10px; min-height: 116px; }
  .product-spec__list h3 { font-size: 15px; }
  .product-spec__list p { font-size: 13px; }
  .product-gallery { padding-top: 10px; padding-bottom: 100px; }
  .product-gallery__heading { margin-bottom: 44px; display: block; }
  .product-gallery__heading .eyebrow { margin-bottom: 22px; }
  .product-gallery__grid { display: block; }
  .product-gallery__item { margin: 0 0 42px; }
  .product-gallery__item--2, .product-gallery__item--3 { width: 78%; margin-left: auto; }
  .product-gallery > .text-link { margin-top: 20px; }
  .product-proof { padding: 78px 18px; }
  .product-proof p { font-size: clamp(42px, 13vw, 64px); }
}

.site-header {
  width: var(--content);
  min-height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.brand {
  display: block;
  width: 135px;
  height: 40px;
  flex: 0 0 auto;
  transition: transform 220ms ease;
}

.brand:hover {
  transform: rotate(-2deg) scale(1.02);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.desktop-nav > a:not(.nav-cta) {
  position: relative;
  padding: 12px 0;
}

.desktop-nav .nav-active {
  color: var(--blue-deep);
}

.desktop-nav .nav-active::after {
  right: 0 !important;
}

.desktop-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 7px;
  height: 2px;
  background: var(--blue);
  transition: right 180ms ease;
}

.desktop-nav > a:hover::after {
  right: 0;
}

.nav-cta {
  min-height: 48px;
  padding: 0 19px;
  color: white;
  background: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 30px;
  transition: background 180ms ease, transform 180ms ease;
}

.nav-cta:hover {
  background: var(--blue-deep);
  transform: translateY(-2px);
}

.mobile-menu {
  display: none;
}

.hero {
  width: var(--content);
  margin: 28px auto 0;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(380px, 0.8fr) minmax(560px, 1.2fr);
  gap: clamp(40px, 5.5vw, 100px);
  align-items: center;
}

.hero-copy {
  padding: 70px 0 80px;
  animation: rise-in 650ms ease both;
}

.eyebrow {
  margin: 0 0 34px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(68px, 6vw, 108px);
  font-weight: 550;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero h1 em {
  color: var(--blue);
  font-weight: 550;
  font-style: normal;
}

.hero-note {
  max-width: 430px;
  margin: 44px 0 0;
  font-size: 20px;
  line-height: 1.6;
  color: #383b40;
}

.hero-actions {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.button {
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 58px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.025em;
  transition: transform 180ms ease, background 180ms ease;
}

.button--blue {
  background: var(--blue);
  color: white;
}

.button:hover {
  background: var(--blue-deep);
  transform: translateY(-3px);
}

.text-link {
  padding: 10px 0 7px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
}

.hero-visual {
  margin: 0;
  position: relative;
  height: 720px;
  overflow: hidden;
  background: #241a15;
  animation: rise-in 700ms 100ms ease both;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.45);
  z-index: 2;
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 900ms cubic-bezier(.2,.7,.2,1);
}

.hero-visual__trigger,
.studio-image__trigger {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  display: block;
  background: transparent;
  cursor: zoom-in;
}

.hero-visual__trigger:focus-visible,
.studio-image__trigger:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -3px;
}

.hero-visual:hover img {
  transform: scale(1.025);
}

.hero-visual figcaption {
  position: absolute;
  z-index: 3;
  left: 34px;
  right: 34px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0,0,0,.55);
}

.ticker {
  margin-top: 58px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--blue);
}

.ticker div {
  width: max-content;
  padding: 19px 0;
  display: flex;
  gap: 28px;
  align-items: center;
  animation: ticker 28s linear infinite;
}

.ticker span {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
}

.ticker i {
  font-size: 12px;
  font-style: normal;
}

.section-shell {
  width: var(--content);
  margin: 0 auto;
}

.clients {
  padding: 110px 0 20px;
}

.clients-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.clients-heading .eyebrow {
  margin: 0 0 10px;
}

.clients h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(50px, 5.5vw, 86px);
  font-weight: 550;
  line-height: .95;
  letter-spacing: -.055em;
  order: -1;
}

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

.client-mark {
  min-height: 148px;
  padding: 28px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.client-mark img {
  width: min(100%, 190px);
  height: 72px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .62;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.client-mark:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}

.work {
  padding: 150px 0 170px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 66px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 20px;
}

.section-heading h2,
.capabilities h2,
.studio h2,
.contact h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 550;
  letter-spacing: -0.055em;
}

.section-heading h2 {
  font-size: clamp(64px, 7vw, 112px);
  line-height: .9;
}

.section-count {
  margin: 0 0 10px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 72px 22px;
}

.project {
  margin: 0;
}

.project:nth-child(1) { grid-column: 1 / span 7; }
.project:nth-child(2) { grid-column: 9 / span 4; margin-top: 130px; }
.project:nth-child(3) { grid-column: 1 / span 12; }
.project:nth-child(4) { grid-column: 1 / span 5; }
.project:nth-child(5) { grid-column: 7 / span 6; margin-top: 100px; }
.project:nth-child(6) { grid-column: 1 / span 12; }
.project:nth-child(7) { grid-column: 1 / span 5; }
.project:nth-child(8) { grid-column: 7 / span 6; margin-top: 100px; }
.project:nth-child(9) { grid-column: 1 / span 5; }
.project:nth-child(10) { grid-column: 7 / span 6; margin-top: 100px; }

.project-image {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1f1f1;
}

.project-image::after {
  content: "View";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.project-image:hover::after,
.project-image:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.project-image:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}

.project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.2,.75,.2,1);
}

.project-image:hover img {
  transform: scale(1.025);
}

.project--tall .project-image { aspect-ratio: 1 / 1.16; }
.project--standard .project-image { aspect-ratio: .86 / 1; }
.project--wide .project-image { aspect-ratio: 1.72 / 1; }
.project--wide img { object-position: center 48%; }
.project--menu .project-image { aspect-ratio: 1.48 / 1; }

.project figcaption {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid var(--ink);
  display: flex;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.statement {
  padding: 105px 32px 115px;
  background: var(--blue);
  color: white;
  text-align: center;
  overflow: hidden;
}

.statement p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(52px, 7vw, 120px);
  font-weight: 550;
  line-height: .96;
  letter-spacing: -.055em;
}

.statement p:last-child {
  opacity: .75;
}

.capabilities {
  padding: 165px 0 170px;
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: clamp(70px, 9vw, 170px);
}

.capabilities-intro {
  position: sticky;
  top: 40px;
  align-self: start;
}

.capabilities h2 {
  font-size: clamp(58px, 5.3vw, 86px);
  line-height: .98;
}

.capabilities-intro > p:last-child {
  max-width: 390px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.service-list {
  border-top: 1px solid var(--ink);
}

.service-list article {
  min-height: 150px;
  display: grid;
  grid-template-columns: 60px 1fr 1.15fr 32px;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: color 200ms ease, padding 200ms ease, background 200ms ease;
}

.service-list article:hover {
  padding-left: 15px;
  background: var(--soft-blue);
  color: var(--blue-deep);
}

.service-list article > span:first-child {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
}

.service-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 550;
  letter-spacing: -.035em;
}

.service-list p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.service-arrow {
  font-size: 20px;
}

.studio {
  min-height: 750px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  background: var(--soft-blue);
}

.studio-image {
  min-height: 750px;
  overflow: hidden;
}

.studio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.studio-copy {
  padding: clamp(70px, 9vw, 145px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.studio h2 {
  max-width: 650px;
  font-size: clamp(55px, 5.4vw, 88px);
  line-height: .98;
}

.studio-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 40px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.studio-tags {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.studio-tags span {
  padding: 10px 15px;
  border: 1px solid #b8dff4;
  border-radius: 999px;
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.contact {
  padding: 120px max(32px, calc((100vw - 1440px) / 2));
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 70px;
  background: var(--blue);
  color: white;
}

.contact .eyebrow {
  color: white;
  opacity: .7;
  margin-bottom: 26px;
}

.contact h2 {
  font-size: clamp(54px, 6.5vw, 105px);
  line-height: .92;
}

.contact-button {
  width: min(100%, 360px);
  min-height: 76px;
  flex: 0 0 auto;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease;
}

.contact-button:hover {
  background: white;
  color: var(--blue-deep);
}

footer {
  width: var(--content);
  margin: 0 auto;
  padding: 84px 0 30px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 60px;
}

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

.footer-brand img {
  width: 135px;
  height: 40px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 240px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.footer-label {
  margin: 0 0 16px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

footer address,
footer > div > a {
  display: block;
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.floating-brief {
  display: none;
}

.project-viewer {
  position: fixed;
  z-index: 100;
  inset: 0;
  padding: 24px 28px 22px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 100dvh;
  background: rgba(8, 11, 15, .975);
  color: white;
  animation: viewer-in 220ms ease both;
}

.project-viewer__topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-viewer__topbar p {
  margin: 0;
}

.project-viewer__topbar p:nth-child(2) {
  color: rgba(255,255,255,.58);
}

.project-viewer__close {
  justify-self: end;
  min-width: 100px;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: white;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.project-viewer__close span {
  margin-left: 9px;
  color: #6bc8ff;
  font-size: 20px;
  line-height: 0;
}

.project-viewer__close:focus-visible,
.project-viewer__nav:focus-visible {
  outline: 2px solid #6bc8ff;
  outline-offset: 4px;
}

.project-viewer__stage {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 0 84px;
}

.project-viewer__stage img {
  width: auto;
  height: auto;
  max-width: min(100%, 1600px);
  max-height: calc(100dvh - 154px);
  object-fit: contain;
  box-shadow: 0 18px 70px rgba(0,0,0,.35);
}

.project-viewer__nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 23px;
  transform: translateY(-50%);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.project-viewer__nav--previous { left: 4px; }
.project-viewer__nav--next { right: 4px; }

.project-viewer__nav:hover {
  border-color: white;
  background: white;
  color: var(--ink);
}

.project-viewer__hint {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: .04em;
  text-align: center;
}

/* About — same Studio FYUL design language, a more editorial story structure. */
.about-page {
  overflow: hidden;
}

.about-hero {
  width: var(--content);
  min-height: 790px;
  margin: 28px auto 0;
  padding: 72px 0 100px;
  display: grid;
  grid-template-columns: minmax(370px, .82fr) minmax(590px, 1.18fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
}

.about-hero__copy {
  position: relative;
  z-index: 2;
  animation: rise-in 650ms ease both;
}

.about-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(72px, 6.3vw, 112px);
  font-weight: 550;
  line-height: .89;
  letter-spacing: -.065em;
}

.about-hero h1 em {
  color: var(--blue);
  font-style: normal;
  font-weight: 550;
}

.about-hero__lede {
  max-width: 520px;
  margin: 48px 0 0;
  color: #34383d;
  font-size: 20px;
  line-height: 1.65;
}

.about-hero__art {
  min-height: 680px;
  position: relative;
  animation: rise-in 700ms 90ms ease both;
}

.about-hero__art figure {
  margin: 0;
  background: #eceff1;
}

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

.about-hero__main-image {
  width: 76%;
  height: 620px;
  margin-left: auto !important;
  position: relative;
  overflow: hidden;
}

.about-hero__main-image img {
  object-position: center 45%;
}

.about-hero__small-image {
  position: absolute;
  left: 0;
  bottom: -34px;
  width: 38%;
  height: 300px;
  overflow: hidden;
  border: 10px solid white;
  box-shadow: 0 20px 50px rgba(22, 45, 58, .16);
}

.about-hero__art figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 8px 10px;
  background: rgba(255,255,255,.93);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-belief {
  padding: 150px 0 170px;
  border-top: 1px solid var(--line);
}

.about-belief__grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: clamp(70px, 10vw, 170px);
  align-items: start;
}

.about-belief h2,
.about-experience h2,
.about-craft h2,
.about-material h2,
.about-process h2,
.about-place h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 550;
  letter-spacing: -.055em;
}

.about-belief h2 {
  max-width: 900px;
  font-size: clamp(58px, 6vw, 98px);
  line-height: .98;
}

.about-belief__copy {
  padding-top: 10px;
}

.about-belief__copy p {
  margin: 0 0 28px;
  color: #43474c;
  font-size: 17px;
  line-height: 1.8;
}

.about-experience {
  min-height: 650px;
  padding: 90px max(32px, calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(70px, 8vw, 140px);
  align-items: center;
  background: var(--blue);
  color: white;
}

.about-experience__number {
  font-family: var(--font-display);
  font-size: clamp(190px, 25vw, 390px);
  font-weight: 500;
  line-height: .72;
  letter-spacing: -.09em;
}

.about-experience__number span {
  margin-left: .05em;
  color: #8dd7ff;
  font-size: .28em;
  vertical-align: top;
}

.about-experience .eyebrow {
  color: white;
  opacity: .72;
  margin-bottom: 28px;
}

.about-experience h2 {
  max-width: 780px;
  font-size: clamp(48px, 4.8vw, 76px);
  line-height: .98;
}

.about-experience__copy > p:last-child {
  max-width: 600px;
  margin: 36px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.75;
}

.about-craft {
  padding: 170px 0;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(70px, 9vw, 160px);
}

.about-craft__intro {
  align-self: start;
  position: sticky;
  top: 42px;
}

.about-craft h2 {
  font-size: clamp(57px, 5.3vw, 86px);
  line-height: .97;
}

.about-craft__intro > p:last-child {
  max-width: 430px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.about-craft__list {
  border-top: 1px solid var(--ink);
}

.about-craft__list article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 52px .9fr 1.1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, background 180ms ease;
}

.about-craft__list article:hover {
  padding-inline: 14px;
  background: var(--soft-blue);
}

.about-craft__list span {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
}

.about-craft__list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 550;
  letter-spacing: -.035em;
}

.about-craft__list p {
  max-width: 350px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-material {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  background: var(--soft-blue);
}

.about-material__image {
  min-height: 760px;
  overflow: hidden;
}

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

.about-material__copy {
  padding: clamp(70px, 8vw, 130px);
  align-self: center;
}

.about-material h2 {
  max-width: 650px;
  font-size: clamp(56px, 5.2vw, 84px);
  line-height: .98;
}

.about-material__copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.about-material__tags {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-material__tags span {
  padding: 10px 14px;
  border: 1px solid #b5dbef;
  border-radius: 999px;
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.about-process {
  padding: 170px 0;
}

.about-process__heading {
  margin-bottom: 80px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.about-process__heading .eyebrow {
  order: 2;
  margin-bottom: 12px;
}

.about-process h2 {
  font-size: clamp(64px, 7vw, 112px);
  line-height: .88;
}

.about-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
}

.about-process__steps article {
  min-height: 300px;
  padding: 26px 30px 34px 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.about-process__steps article:not(:first-child) {
  padding-left: 30px;
}

.about-process__steps article:last-child {
  border-right: 0;
}

.about-process__steps span {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
}

.about-process__steps h3 {
  margin: auto 0 18px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 550;
  letter-spacing: -.04em;
}

.about-process__steps p {
  min-height: 70px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-place {
  min-height: 780px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  background: var(--ink);
  color: white;
}

.about-place__copy {
  padding: clamp(80px, 9vw, 150px);
  align-self: center;
}

.about-place .eyebrow {
  color: #6bc8ff;
}

.about-place h2 {
  max-width: 760px;
  font-size: clamp(54px, 5.3vw, 86px);
  line-height: .97;
}

.about-place__copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 38px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.75;
}

.about-place address {
  margin: 38px 0 30px;
  color: rgba(255,255,255,.9);
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}

.about-place .text-link {
  border-color: #6bc8ff;
  color: #6bc8ff;
}

.about-place__image {
  min-height: 780px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.about-place__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.about-place__image figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  padding: 9px 11px;
  background: white;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-quote {
  padding: 120px 32px 128px;
  text-align: center;
}

.about-quote p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(58px, 7.5vw, 122px);
  font-weight: 550;
  line-height: .94;
  letter-spacing: -.06em;
}

.about-quote em {
  color: var(--blue);
  font-style: normal;
  font-weight: 550;
}

/* About — concise editorial edition */
.about-page--concise .about-hero {
  min-height: 735px;
  padding-block: 58px 86px;
}

.about-page--concise .about-hero__lede {
  max-width: 455px;
  margin-top: 38px;
  font-size: 19px;
}

.about-hero__link {
  width: max-content;
  margin-top: 30px;
  display: inline-block;
}

.about-essence {
  padding: 145px 0 150px;
  border-top: 1px solid var(--line);
}

.about-essence__statement {
  max-width: 1200px;
}

.about-essence h2,
.about-do h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 550;
  letter-spacing: -.058em;
}

.about-essence h2 {
  font-size: clamp(59px, 6.2vw, 100px);
  line-height: .97;
}

.about-essence h2 em {
  color: var(--blue);
  font-style: normal;
  font-weight: 550;
}

.about-essence__proof {
  margin-top: 100px;
  padding-top: 28px;
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: minmax(330px, .8fr) minmax(440px, 1.2fr);
  gap: clamp(60px, 10vw, 170px);
  align-items: end;
}

.about-essence__stat {
  display: flex;
  align-items: end;
  gap: 24px;
}

.about-essence__stat strong {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: clamp(112px, 12vw, 190px);
  font-weight: 500;
  line-height: .72;
  letter-spacing: -.085em;
}

.about-essence__stat strong span {
  margin-left: .04em;
  font-size: .31em;
  vertical-align: top;
}

.about-essence__stat p {
  margin: 0 0 1px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.about-essence__copy {
  max-width: 670px;
  margin: 0;
  color: #35393e;
  font-size: clamp(20px, 1.55vw, 25px);
  line-height: 1.62;
}

.about-do {
  min-height: 800px;
  display: grid;
  grid-template-columns: minmax(520px, 1.05fr) minmax(500px, .95fr);
  background: var(--soft-blue);
}

.about-do__visual {
  min-height: 800px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ddd6ca;
}

.about-do__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.2,.7,.2,1);
}

.about-do__visual:hover img { transform: scale(1.02); }

.about-do__visual figcaption {
  position: absolute;
  left: 26px;
  bottom: 24px;
  padding: 9px 11px;
  background: white;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.about-do__content {
  padding: clamp(70px, 7vw, 118px);
  align-self: center;
}

.about-do h2 {
  max-width: 680px;
  font-size: clamp(55px, 5.1vw, 83px);
  line-height: .96;
}

.about-do__list {
  margin-top: 58px;
  border-top: 1px solid var(--ink);
}

.about-do__list article {
  min-height: 92px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #c6dbe7;
}

.about-do__list article > span {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
}

.about-do__list h3 {
  margin: 0 0 5px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.about-do__list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.about-do__note {
  max-width: 530px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.about-place--concise {
  min-height: 690px;
}

.about-place--concise .about-place__image {
  min-height: 690px;
}

.about-place--concise .about-place__copy {
  padding-block: 105px;
}

.about-place--concise h2 {
  font-size: clamp(57px, 5.4vw, 88px);
}

.about-place--concise .about-place__copy > p:not(.eyebrow) {
  max-width: 560px;
}

@keyframes viewer-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
  :root { --content: calc(100vw - 44px); }
  .hero {
    min-height: auto;
    grid-template-columns: .85fr 1.15fr;
    gap: 36px;
  }
  .hero h1 { font-size: clamp(68px, 8vw, 94px); }
  .hero-visual { height: 620px; }
  .capabilities { gap: 70px; }
  .service-list article { grid-template-columns: 42px 1fr 1.15fr 20px; }
  .contact { padding-inline: 22px; }
  .about-hero { grid-template-columns: .85fr 1.15fr; gap: 38px; }
  .about-hero__art { min-height: 610px; }
  .about-hero__main-image { width: 80%; height: 560px; }
  .about-belief__grid { gap: 70px; }
  .about-experience { padding-inline: 22px; }
  .about-craft { gap: 70px; }
  .about-material__copy { padding-inline: 60px; }
  .about-place__copy { padding-inline: 60px; }
  .about-essence__proof { gap: 55px; }
  .about-do { grid-template-columns: 1fr 1fr; }
  .about-do__content { padding-inline: 48px; }
}

@media (max-width: 820px) {
  :root { --content: calc(100vw - 32px); }
  .site-header { min-height: 84px; }
  .brand { width: 112px; height: 34px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary {
    list-style: none;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 36px;
    width: min(310px, calc(100vw - 32px));
    padding: 18px;
    display: grid;
    gap: 1px;
    background: var(--ink);
    color: white;
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
  }
  .mobile-menu nav a { padding: 14px 10px; border-bottom: 1px solid #333; font-size: 15px; }
  .mobile-menu nav a:last-child { color: #65c8ff; border-bottom: 0; }
  .hero {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .hero-copy { width: 100%; padding: 72px 0 64px; }
  .hero h1 { font-size: clamp(62px, 14vw, 92px); }
  .hero-note { font-size: 19px; margin-top: 35px; }
  .hero-visual { width: 100%; height: min(115vw, 680px); }
  .ticker { margin-top: 34px; }
  .work { padding: 105px 0 110px; }
  .project-grid { gap: 58px 16px; }
  .project:nth-child(1) { grid-column: 1 / span 8; }
  .project:nth-child(2) { grid-column: 9 / span 4; margin-top: 90px; }
  .project:nth-child(4) { grid-column: 1 / span 6; }
  .project:nth-child(5) { grid-column: 7 / span 6; margin-top: 70px; }
  .project:nth-child(7) { grid-column: 1 / span 6; }
  .project:nth-child(8) { grid-column: 7 / span 6; margin-top: 70px; }
  .project:nth-child(9) { grid-column: 1 / span 6; }
  .project:nth-child(10) { grid-column: 7 / span 6; margin-top: 70px; }
  .clients { padding-top: 90px; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .capabilities {
    padding: 110px 0;
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .capabilities-intro { position: static; }
  .service-list article { grid-template-columns: 40px 1fr 24px; min-height: 130px; }
  .service-list article p { display: none; }
  .studio { grid-template-columns: 1fr; }
  .studio-image { min-height: 640px; height: 80vh; }
  .studio-copy { padding: 90px 32px; }
  .contact { padding: 96px 22px; flex-direction: column; align-items: stretch; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .about-hero {
    min-height: auto;
    margin-top: 0;
    padding: 72px 0 100px;
    grid-template-columns: 1fr;
    gap: 58px;
  }
  .about-hero__art { min-height: 640px; }
  .about-hero__main-image { width: 82%; height: 590px; }
  .about-hero__small-image { width: 37%; height: 270px; }
  .about-belief { padding: 110px 0; }
  .about-belief__grid { grid-template-columns: 1fr; gap: 55px; }
  .about-experience { min-height: auto; padding-block: 100px; grid-template-columns: 1fr; }
  .about-experience__number { font-size: min(48vw, 350px); }
  .about-craft { padding: 110px 0; grid-template-columns: 1fr; }
  .about-craft__intro { position: static; }
  .about-material { grid-template-columns: 1fr; }
  .about-material__image { min-height: 620px; height: 72vh; }
  .about-material__copy { padding: 90px 32px; }
  .about-process { padding: 110px 0; }
  .about-process__steps { grid-template-columns: repeat(2, 1fr); }
  .about-process__steps article:nth-child(2) { border-right: 0; }
  .about-process__steps article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .about-place { grid-template-columns: 1fr; }
  .about-place__copy { padding: 100px 32px; }
  .about-place__image { min-height: 650px; height: 75vh; }
  .about-page--concise .about-hero { padding-bottom: 92px; }
  .about-essence { padding: 105px 0 115px; }
  .about-essence__proof { margin-top: 70px; grid-template-columns: 1fr; gap: 50px; }
  .about-essence__copy { max-width: 650px; }
  .about-do { grid-template-columns: 1fr; }
  .about-do__visual { min-height: 620px; height: 72vh; }
  .about-do__content { padding: 90px 32px; }
  .about-place--concise { min-height: auto; }
  .about-place--concise .about-place__copy { padding: 92px 32px; }
  .about-place--concise .about-place__image { min-height: 620px; height: 72vh; }
}

@media (max-width: 560px) {
  :root { --content: calc(100vw - 24px); }
  .hero-copy { padding: 62px 0 52px; }
  .hero .eyebrow { margin-bottom: 26px; }
  .hero h1 { font-size: clamp(54px, 14.6vw, 78px); line-height: .91; }
  .hero-note { max-width: 350px; font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .hero-visual { height: 125vw; max-height: 590px; }
  .hero-visual figcaption { left: 24px; right: 24px; bottom: 22px; }
  .hero-visual figcaption span:last-child { display: none; }
  .section-heading { margin-bottom: 46px; }
  .section-heading h2 { font-size: 54px; }
  .clients { padding-top: 76px; }
  .clients-heading { margin-bottom: 34px; display: block; }
  .clients-heading .eyebrow { margin: 18px 0 0; }
  .clients h2 { font-size: 50px; }
  .client-mark { min-height: 112px; padding: 20px; }
  .client-mark img { width: min(100%, 135px); height: 58px; }
  .project-grid { display: block; }
  .project,
  .project:nth-child(n) { width: 100%; margin: 0 0 52px; }
  .project--wide .project-image,
  .project--menu .project-image { aspect-ratio: 1 / .86; }
  .project--wide img { object-position: center; }
  .project--tall .project-image { aspect-ratio: 1 / 1.1; }
  .project--standard .project-image { aspect-ratio: 1 / 1.08; }
  .project-image::after {
    width: 62px;
    height: 62px;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .statement { padding: 74px 16px 82px; }
  .statement p { font-size: 13vw; }
  .capabilities h2,
  .studio h2 { font-size: 47px; }
  .service-list h3 { font-size: 27px; }
  .studio-image { min-height: 500px; height: 72vh; }
  .studio-copy { padding: 78px 22px; }
  .contact { padding-block: 82px; gap: 52px; }
  .contact h2 { font-size: 12vw; }
  .contact-button { width: 100%; }
  footer { padding-top: 64px; grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .footer-bottom { grid-column: 1; gap: 18px; flex-direction: column; }
  .floating-brief {
    position: fixed;
    z-index: 30;
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 58px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ink);
    color: white;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
  }
  footer { padding-bottom: 104px; }
  .project-viewer { padding: 18px 14px; }
  .project-viewer__topbar {
    grid-template-columns: 1fr auto;
    font-size: 12px;
  }
  .project-viewer__topbar p:nth-child(2) { display: none; }
  .project-viewer__stage {
    position: relative;
    display: grid;
    place-items: center;
    padding: 0;
  }
  .project-viewer__stage img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100dvh - 138px);
    object-fit: contain;
  }
  .project-viewer__nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 46px;
    height: 46px;
    background: rgba(8,11,15,.72);
    transform: translateY(-50%);
  }
  .project-viewer__nav--previous { left: 8px; }
  .project-viewer__nav--next { right: 8px; }
  .project-viewer__hint { font-size: 12px; }
  .about-hero { padding: 60px 0 88px; }
  .about-hero h1 { font-size: clamp(58px, 16.5vw, 78px); }
  .about-hero__lede { margin-top: 35px; font-size: 18px; }
  .about-hero__art { min-height: 480px; }
  .about-hero__main-image { width: 88%; height: 455px; }
  .about-hero__small-image { width: 42%; height: 190px; border-width: 7px; bottom: -25px; }
  .about-hero__art figcaption { left: 12px; bottom: 12px; font-size: 9px; }
  .about-belief { padding: 90px 0; }
  .about-belief h2 { font-size: 47px; }
  .about-belief__copy p { font-size: 16px; }
  .about-experience { padding: 82px 18px; gap: 55px; }
  .about-experience h2 { font-size: 44px; }
  .about-craft { padding: 90px 0; gap: 55px; }
  .about-craft h2,
  .about-material h2,
  .about-place h2 { font-size: 47px; }
  .about-craft__list article { min-height: 115px; grid-template-columns: 34px 1fr; gap: 18px; }
  .about-craft__list article p { display: none; }
  .about-craft__list h3 { font-size: 25px; }
  .about-material__image { min-height: 500px; height: 65vh; }
  .about-material__copy { padding: 78px 22px; }
  .about-process { padding: 92px 0; }
  .about-process__heading { margin-bottom: 55px; display: block; }
  .about-process__heading .eyebrow { margin-bottom: 26px; }
  .about-process h2 { font-size: 54px; }
  .about-process__steps { grid-template-columns: 1fr; }
  .about-process__steps article,
  .about-process__steps article:not(:first-child) {
    min-height: 220px;
    padding: 22px 0 26px;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .about-process__steps article:first-child { border-top: 0; }
  .about-process__steps h3 { margin-top: 65px; }
  .about-process__steps p { min-height: 0; }
  .about-place__copy { padding: 82px 22px; }
  .about-place__image { min-height: 520px; height: 67vh; }
  .about-quote { padding: 84px 16px 92px; }
  .about-quote p { font-size: 13.5vw; }
  .about-page--concise .about-hero { padding: 58px 0 82px; }
  .about-page--concise .about-hero__lede { margin-top: 30px; font-size: 18px; }
  .about-hero__link { margin-top: 26px; }
  .about-essence { padding: 80px 0 88px; }
  .about-essence .eyebrow { margin-bottom: 26px; }
  .about-essence h2 { font-size: 12.2vw; line-height: 1; }
  .about-essence__proof { margin-top: 58px; padding-top: 22px; gap: 38px; }
  .about-essence__stat { gap: 18px; }
  .about-essence__stat strong { font-size: 31vw; }
  .about-essence__stat p { font-size: 10px; }
  .about-essence__copy { font-size: 18px; line-height: 1.65; }
  .about-do__visual { min-height: 470px; height: 64vh; }
  .about-do__content { padding: 76px 22px 80px; }
  .about-do h2 { font-size: 12.5vw; }
  .about-do__list { margin-top: 46px; }
  .about-do__list article { min-height: 86px; grid-template-columns: 32px 1fr; gap: 12px; }
  .about-do__list h3 { font-size: 22px; }
  .about-do__list p { font-size: 12px; }
  .about-place--concise .about-place__copy { padding: 78px 22px; }
  .about-place--concise h2 { font-size: 13vw; }
  .about-place--concise .about-place__image { min-height: 500px; height: 66vh; }
}

@media (max-width: 390px) {
  :root { --content: calc(100vw - 20px); }
  .site-header { min-height: 74px; }
  .brand { width: 100px; height: 30px; }
  .mobile-menu nav {
    position: fixed;
    top: 74px;
    right: 10px;
    left: 10px;
    width: auto;
  }
  .hero-copy { padding: 48px 0 44px; }
  .hero h1 { font-size: clamp(47px, 15vw, 60px); }
  .hero-note { margin-top: 28px; font-size: 16px; line-height: 1.55; }
  .hero-actions { margin-top: 32px; }
  .button { min-height: 56px; gap: 24px; }
  .hero-visual { height: 128vw; }
  .clients h2, .section-heading h2 { font-size: 45px; }
  .work { padding: 88px 0 92px; }
  .project figcaption { font-size: 11px; }
  .project-viewer { padding: 12px 10px; gap: 10px; }
  .project-viewer__topbar { gap: 10px; }
  .project-viewer__topbar > p:first-child {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .project-viewer__close { min-width: 46px; width: 46px; padding: 0; font-size: 0; }
  .project-viewer__close span { margin: 0; font-size: 24px; }
  .project-viewer__hint { font-size: 10px; }
}

@media (hover: none) {
  .hero-visual:hover img,
  .project-image:hover img { transform: none; }
}

/* Work — an editorial archive, intentionally distinct from the homepage grid. */
.work-page {
  --work-gutter: max(32px, calc((100vw - 1440px) / 2));
  overflow: clip;
}

.work-hero {
  width: var(--content);
  min-height: 610px;
  margin: 0 auto;
  padding: 105px 0 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: clamp(55px, 8vw, 145px);
  align-items: end;
  border-bottom: 1px solid var(--ink);
}

.work-hero .eyebrow { margin-bottom: 32px; }

.work-hero h1 {
  margin: 0;
  max-width: 1080px;
  font-family: var(--font-display);
  font-size: clamp(76px, 8.3vw, 142px);
  font-weight: 550;
  line-height: .84;
  letter-spacing: -.065em;
}

.work-hero h1 em {
  color: var(--blue);
  font-style: normal;
  font-weight: inherit;
}

.work-hero__aside { padding-bottom: 3px; }

.work-hero__aside > p {
  margin: 0;
  max-width: 390px;
  color: #33373b;
  font-size: 19px;
  line-height: 1.65;
}

.work-hero__index {
  margin-top: 54px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.work-jump {
  width: var(--content);
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
}

.work-jump > span {
  margin-right: auto;
  color: var(--muted);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.work-jump a {
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.work-jump a:hover { border-color: var(--blue); background: var(--soft-blue); color: var(--blue-deep); }

.work-chapter { padding: 150px 0 175px; }
.work-chapter--bags { background: #f4f0e9; }
.work-chapter--paper { background: #11212a; color: white; }

.work-chapter__heading {
  margin-bottom: 76px;
  display: grid;
  grid-template-columns: 84px 1.25fr .55fr;
  gap: 34px;
  align-items: end;
}

.work-chapter__heading > span {
  align-self: start;
  padding-top: 5px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.work-chapter__heading .eyebrow { margin-bottom: 20px; }

.work-chapter__heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(58px, 6.3vw, 104px);
  font-weight: 550;
  line-height: .92;
  letter-spacing: -.058em;
}

.work-chapter__heading > p {
  max-width: 330px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.work-chapter--paper .work-chapter__heading > p { color: #aebbc2; }
.work-chapter--paper .work-chapter__heading .eyebrow { color: #70cfff; }

.work-shot { margin: 0; }
.work-shot button {
  width: 100%;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
  overflow: hidden;
  background: #e9ecee;
  cursor: zoom-in;
  text-align: left;
}

.work-shot button::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.45);
  opacity: 0;
  transition: opacity 250ms ease;
  pointer-events: none;
}

.work-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(.2,.7,.2,1);
}

.work-shot__view {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 0;
  transform: scale(.84);
  transition: opacity 200ms ease, transform 200ms ease;
}

.work-shot button:hover img { transform: scale(1.018); }
.work-shot button:hover::after,
.work-shot button:focus-visible::after,
.work-shot button:hover .work-shot__view,
.work-shot button:focus-visible .work-shot__view { opacity: 1; }
.work-shot button:hover .work-shot__view,
.work-shot button:focus-visible .work-shot__view { transform: scale(1); }
.work-shot button:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }

.work-shot figcaption {
  min-height: 64px;
  padding-top: 15px;
  border-top: 1px solid currentColor;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--font-display);
}

.work-shot figcaption strong { font-size: 14px; font-weight: 800; }
.work-shot figcaption span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.work-chapter--paper .work-shot figcaption span { color: #aebbc2; }

.work-feature .work-shot button { height: min(78vh, 880px); }
.work-feature .work-shot img { object-position: center 47%; }

.work-duo {
  margin-top: 120px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(30px, 5vw, 86px);
  align-items: end;
}

.work-duo .work-shot--portrait { width: 86%; }
.work-duo .work-shot--portrait button { aspect-ratio: .78 / 1; }
.work-duo .work-shot--landscape { margin-bottom: 85px; }
.work-duo .work-shot--landscape button { aspect-ratio: 1.36 / 1; }

.work-shelf {
  margin-top: 115px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.work-shelf .work-shot:nth-child(2) { margin-top: 85px; }
.work-shelf .work-shot:nth-child(3) { margin-top: 170px; }
.work-shelf .work-shot button { aspect-ratio: .88 / 1; }

.work-manifesto {
  min-height: 620px;
  padding: 62px var(--work-gutter) 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--blue);
  color: white;
}

.work-manifesto > span {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.work-manifesto p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(72px, 10vw, 168px);
  font-weight: 550;
  line-height: .79;
  letter-spacing: -.07em;
}

.work-manifesto em { color: #bce7ff; font-style: normal; font-weight: inherit; }

.work-bag-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr);
  gap: clamp(50px, 8vw, 135px);
  align-items: center;
}

.work-bag-stage .work-shot button { aspect-ratio: 1.18 / 1; }
.work-bag-stage aside { min-height: 330px; padding: 28px 0; border-top: 1px solid #c5bba9; border-bottom: 1px solid #c5bba9; display: flex; flex-direction: column; justify-content: space-between; }
.work-bag-stage aside span { color: #776d5f; font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.work-bag-stage aside strong { font-family: var(--font-display); font-size: clamp(32px, 3vw, 48px); font-weight: 550; line-height: 1.05; letter-spacing: -.045em; }

.work-invite-stage { width: min(1160px, var(--content)); margin-inline: auto; }
.work-invite-stage .work-shot button { aspect-ratio: 1.28 / 1; }
.work-invite-stage .work-shot figcaption { border-color: rgba(255,255,255,.5); }

.work-finale {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(30px, 5vw, 82px);
  align-items: start;
}

.work-finale .work-shot--wide button { aspect-ratio: 1.28 / 1; }
.work-finale .work-shot--final { margin-top: 165px; }
.work-finale .work-shot--final button { aspect-ratio: .9 / 1; }
.work-contact { border-top: 1px solid rgba(255,255,255,.2); }

@media (max-width: 980px) {
  .work-hero { min-height: auto; padding: 88px 0 74px; grid-template-columns: 1fr; gap: 65px; }
  .work-hero h1 { font-size: clamp(74px, 12vw, 118px); }
  .work-hero__aside { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
  .work-hero__index { margin-top: 0; }
  .work-jump { padding: 24px 0; flex-wrap: wrap; }
  .work-jump > span { width: 100%; }
  .work-chapter { padding: 110px 0 125px; }
  .work-chapter__heading { grid-template-columns: 60px 1fr; }
  .work-chapter__heading > p { grid-column: 2; }
  .work-duo { margin-top: 82px; gap: 28px; }
  .work-duo .work-shot--portrait { width: 100%; }
  .work-shelf { margin-top: 85px; }
  .work-shelf .work-shot:nth-child(2) { margin-top: 55px; }
  .work-shelf .work-shot:nth-child(3) { margin-top: 110px; }
  .work-manifesto { min-height: 500px; }
  .work-bag-stage { grid-template-columns: 1fr .58fr; gap: 50px; }
  .work-finale { gap: 30px; }
}

@media (max-width: 560px) {
  .work-page { --work-gutter: 18px; }
  .work-hero { padding: 62px 0 60px; gap: 44px; }
  .work-hero .eyebrow { margin-bottom: 24px; }
  .work-hero h1 { font-size: clamp(58px, 17vw, 76px); line-height: .86; }
  .work-hero__aside { display: block; }
  .work-hero__aside > p { font-size: 17px; }
  .work-hero__index { margin-top: 36px; }
  .work-jump { min-height: 0; padding: 24px 0 30px; gap: 7px; }
  .work-jump a { padding: 9px 11px; font-size: 10px; }
  .work-chapter { padding: 82px 0 92px; }
  .work-chapter__heading { margin-bottom: 46px; grid-template-columns: 34px 1fr; gap: 14px; }
  .work-chapter__heading h2 { font-size: 13vw; line-height: .94; }
  .work-chapter__heading > p { margin-top: 6px; font-size: 14px; }
  .work-feature .work-shot button { height: auto; aspect-ratio: .9 / 1; }
  .work-feature .work-shot img { object-position: center; }
  .work-duo { margin-top: 66px; display: block; }
  .work-duo .work-shot--portrait,
  .work-duo .work-shot--landscape { width: 100%; margin: 0 0 56px; }
  .work-duo .work-shot--portrait button,
  .work-duo .work-shot--landscape button { aspect-ratio: 1 / 1; }
  .work-shelf { margin-top: 30px; padding-top: 0; border-top: 0; display: block; }
  .work-shelf .work-shot,
  .work-shelf .work-shot:nth-child(n) { margin: 0 0 54px; }
  .work-shelf .work-shot button { aspect-ratio: 1 / 1; }
  .work-shot__view { right: 14px; bottom: 14px; width: 56px; height: 56px; opacity: 1; transform: none; }
  .work-shot button::after { opacity: .34; inset: 10px; }
  .work-shot figcaption { min-height: 58px; padding-top: 12px; }
  .work-shot figcaption strong { font-size: 12px; }
  .work-shot figcaption span { font-size: 9px; }
  .work-manifesto { min-height: 400px; padding-block: 40px 46px; }
  .work-manifesto p { font-size: 17vw; }
  .work-bag-stage { display: block; }
  .work-bag-stage .work-shot button { aspect-ratio: .88 / 1; }
  .work-bag-stage aside { min-height: 220px; margin-top: 45px; }
  .work-invite-stage { width: var(--content); }
  .work-invite-stage .work-shot button { aspect-ratio: .88 / 1; }
  .work-finale { display: block; }
  .work-finale .work-shot,
  .work-finale .work-shot--final { margin: 0 0 56px; }
  .work-finale .work-shot--wide button,
  .work-finale .work-shot--final button { aspect-ratio: 1 / 1; }
}

/* Work — minimal image-led edition */
.work-page--minimal .work-hero--minimal {
  min-height: 540px;
  padding: 98px 0 76px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 0;
}
.work-page--minimal .work-hero--minimal .eyebrow { margin-bottom: 28px; }
.work-page--minimal .work-hero--minimal h1 { font-size: clamp(82px, 8.8vw, 150px); }

.work-index {
  width: var(--content);
  min-height: 70px;
  margin: 0 auto 72px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.work-index span:not(:last-child)::after { content: "·"; margin-left: 32px; color: var(--blue); }
.work-stream { padding-bottom: 145px; }
.work-page--minimal .work-shot figcaption { min-height: 50px; padding-top: 11px; border-top: 0; }
.work-page--minimal .work-shot figcaption strong { font-size: 12px; }
.work-page--minimal .work-shot figcaption span { font-size: 9px; }
.work-stream__hero .work-shot button { height: min(82vh, 920px); }

.work-stream__duo {
  margin-top: 110px;
  display: grid;
  grid-template-columns: .73fr 1.27fr;
  gap: clamp(34px, 6.5vw, 105px);
  align-items: end;
}
.work-stream__duo .work-shot--portrait { width: 88%; }
.work-stream__duo .work-shot--portrait button { aspect-ratio: .76 / 1; }
.work-stream__duo .work-shot--landscape { margin-bottom: 65px; }
.work-stream__duo .work-shot--landscape button { aspect-ratio: 1.34 / 1; }

.work-stream__triptych {
  margin-top: 105px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: start;
}
.work-stream__triptych .work-shot button { aspect-ratio: .88 / 1; }
.work-stream__triptych .work-shot:nth-child(2) { margin-top: 65px; }

.work-stream__band {
  margin-top: 125px;
  display: grid;
  grid-template-columns: 1.15fr .85fr 1.15fr;
  gap: 2px;
  background: #f1f2f3;
}
.work-stream__band .work-shot figcaption { padding-inline: 18px; }
.work-stream__band .work-shot button { height: min(61vw, 790px); max-height: 790px; }

.work-stream__offset {
  margin-top: 150px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(45px, 8vw, 130px);
  align-items: center;
}
.work-stream__offset > .work-shot button { aspect-ratio: 1.08 / 1; }
.work-stream__mini { display: grid; gap: 58px; }
.work-stream__mini .work-shot button { aspect-ratio: 1 / 1; }

.work-stream__archive {
  margin-top: 135px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
}
.work-stream__archive .work-shot:first-child { width: 82%; margin-bottom: 85px; }
.work-stream__archive .work-shot:first-child button { aspect-ratio: .82 / 1; }
.work-stream__archive .work-shot:last-child button { aspect-ratio: 1.14 / 1; }

.work-stream__dark { margin-top: 150px; padding: 115px 0 130px; background: #11212a; color: white; }
.work-stream__dark .work-shot figcaption span { color: #aebbc2; }
.work-stream__label {
  margin: 0 0 55px;
  color: #70cfff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.work-stream__invite {
  display: grid;
  grid-template-columns: 1.32fr .68fr;
  gap: clamp(34px, 6vw, 95px);
  align-items: end;
}
.work-stream__invite .work-shot:first-child button { aspect-ratio: 1.22 / 1; }
.work-stream__invite .work-shot:last-child { margin-bottom: 70px; }
.work-stream__invite .work-shot:last-child button { aspect-ratio: .78 / 1; }
.work-stream__invite-secondary {
  margin-top: 95px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(34px, 6vw, 95px);
  align-items: start;
}
.work-stream__invite-secondary .work-shot:first-child { margin-top: 85px; }
.work-stream__invite-secondary .work-shot:first-child button { aspect-ratio: .82 / 1; }
.work-stream__invite-secondary .work-shot:last-child button { aspect-ratio: 1.2 / 1; }

.work-stream__final {
  margin-top: 145px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(40px, 7vw, 115px);
  align-items: end;
}
.work-stream__final .work-shot:first-child button { aspect-ratio: 1.15 / 1; }
.work-stream__final .work-shot:last-child { margin-bottom: 80px; }
.work-stream__final .work-shot:last-child button { aspect-ratio: .86 / 1; }
.work-page--minimal .work-contact h2 { font-size: clamp(68px, 7.5vw, 118px); }

@media (max-width: 820px) {
  .work-page--minimal .work-hero--minimal { min-height: 465px; padding: 72px 0 60px; }
  .work-page--minimal .work-hero--minimal h1 { font-size: clamp(68px, 13vw, 104px); }
  .work-index { min-height: 0; margin-bottom: 52px; padding: 18px 0; gap: 12px 22px; flex-wrap: wrap; }
  .work-index span:not(:last-child)::after { margin-left: 22px; }
  .work-stream { padding-bottom: 105px; }
  .work-stream__hero .work-shot button { height: auto; aspect-ratio: 1 / .86; }
  .work-stream__duo { margin-top: 80px; gap: 28px; }
  .work-stream__duo .work-shot--portrait { width: 100%; }
  .work-stream__triptych { margin-top: 78px; }
  .work-stream__triptych .work-shot:nth-child(2) { margin-top: 40px; }
  .work-stream__band { margin-top: 90px; }
  .work-stream__offset { margin-top: 100px; gap: 45px; }
  .work-stream__archive { margin-top: 95px; }
  .work-stream__dark { margin-top: 100px; padding: 85px 0 95px; }
  .work-stream__final { margin-top: 100px; }
}

@media (max-width: 560px) {
  .work-page--minimal .work-hero--minimal { min-height: 390px; padding: 54px 0 50px; }
  .work-page--minimal .work-hero--minimal .eyebrow { margin-bottom: 20px; }
  .work-page--minimal .work-hero--minimal h1 { font-size: 16.5vw; }
  .work-index { margin-bottom: 34px; gap: 8px 14px; font-size: 9px; }
  .work-index span:not(:last-child)::after { margin-left: 14px; }
  .work-stream { padding-bottom: 78px; }
  .work-page--minimal .work-shot figcaption { min-height: 44px; }
  .work-page--minimal .work-shot figcaption strong { font-size: 11px; }
  .work-stream__hero .work-shot button { aspect-ratio: .9 / 1; }
  .work-stream__duo, .work-stream__offset, .work-stream__archive,
  .work-stream__invite, .work-stream__invite-secondary, .work-stream__final { display: block; margin-top: 54px; }
  .work-stream__duo .work-shot, .work-stream__duo .work-shot--landscape,
  .work-stream__offset .work-shot, .work-stream__archive .work-shot,
  .work-stream__archive .work-shot:first-child, .work-stream__invite .work-shot,
  .work-stream__invite .work-shot:last-child, .work-stream__invite-secondary .work-shot,
  .work-stream__invite-secondary .work-shot:first-child, .work-stream__final .work-shot,
  .work-stream__final .work-shot:last-child { width: 100%; margin: 0 0 42px; }
  .work-stream__duo .work-shot button, .work-stream__offset .work-shot button,
  .work-stream__archive .work-shot button, .work-stream__invite .work-shot button,
  .work-stream__invite-secondary .work-shot button, .work-stream__final .work-shot button { aspect-ratio: 1 / 1; }
  .work-stream__triptych { margin-top: 46px; grid-template-columns: 1fr 1fr; gap: 8px; }
  .work-stream__triptych .work-shot:nth-child(2) { margin-top: 0; }
  .work-stream__triptych .work-shot:nth-child(3) { grid-column: 1 / -1; width: 64%; margin: 28px 0 0 auto; }
  .work-stream__triptych .work-shot button { aspect-ratio: .84 / 1; }
  .work-stream__band { margin-top: 58px; grid-template-columns: 1fr 1fr; }
  .work-stream__band .work-shot:last-child { grid-column: 1 / -1; width: 72%; margin-left: auto; }
  .work-stream__band .work-shot button { height: auto; aspect-ratio: .86 / 1; }
  .work-stream__mini { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .work-stream__dark { margin-top: 65px; padding: 62px 0 72px; }
  .work-stream__label { margin-bottom: 36px; }
  .work-stream__invite-secondary { margin-top: 0; }
  .work-stream__final { margin-top: 64px; }
}

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


[hidden] { display: none !important; }


/* Site-wide WhatsApp chat */
.floating-brief {
  display: none !important;
}

.whatsapp-chat {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  min-height: 58px;
  padding: 8px 18px 8px 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 12px 34px rgba(0,0,0,.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.whatsapp-chat:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
  background: #20bd5a;
}

.whatsapp-chat:focus-visible {
  outline: 3px solid #101114;
  outline-offset: 3px;
}

.whatsapp-chat__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.16);
  flex: 0 0 auto;
}

.whatsapp-chat__icon svg {
  width: 27px;
  height: 27px;
}

@media (max-width: 560px) {
  .whatsapp-chat {
    right: 14px;
    bottom: 14px;
    width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }

  .whatsapp-chat__icon {
    width: 58px;
    height: 58px;
    background: transparent;
  }

  .whatsapp-chat__icon svg {
    width: 32px;
    height: 32px;
  }

  .whatsapp-chat__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  footer {
    padding-bottom: 92px;
  }
}


/* Generic image lightbox trigger used on product/about pages */
.image-viewer-trigger {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  display: block;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
  color: inherit;
}

.image-viewer-trigger > img {
  width: 100%;
  height: 100%;
}

.image-viewer-trigger:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -3px;
}

/* Prevent accidental browser image dragging while swiping the fullscreen viewer */
.project-viewer__stage img {
  user-select: none;
  -webkit-user-drag: none;
}

@media (max-width: 560px) {
  .project-viewer__stage {
    touch-action: pan-y;
  }
}
