:root {
  --ink: #2d2b2f;
  --muted: #70717c;
  --orange: #fd5a31;
  --paper: #fff;
  --line: #dedddd;
  --display: 'Plus Jakarta Sans',sans-serif;
  --body: 'Inter',sans-serif;
}

* {
  box-sizing: border-box;
}

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

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

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

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

button,input,textarea,select {
  font: inherit;
}

button,a,input,textarea,select,summary {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

button,a {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: .65;
}

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

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

h1,h2,h3 {
  font-family: var(--display);
}

[hidden] {
  display: none !important;
}

a:focus-visible,button:focus-visible,summary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 7px;
}

input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 6.4vw;
  padding: 12px 18px;
  background: var(--ink);
  color: white;
  z-index: 200;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.brand {
  display: block;
  width: 84%;
  max-width: 80px;
}

.brand img {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 5px;
  position: relative;
}

.text-link span {
  border-bottom: 1px solid currentColor;
}

.text-link img,.arrow-icon {
  height: 17px;
  width: 17px;
  object-fit: contain;
  flex: none;
  transition: transform .2s;
}

.text-link:hover img {
  transform: translate(3px,-3px);
}

.mobile-header {
  display: none;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.65;
}

.eyebrow em {
  font-style: normal;
  color: var(--orange);
}

.design-story {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 898/1752;
  max-width: 1800px;
  margin-inline: auto;
}

.story-plate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
  pointer-events: none;
}

.story-hero,.story-step,.story-closing {
  position: absolute;
}

.story-hero {
  left: 9.8%;
  top: 5.8%;
  width: 79%;
}

.story-hero .eyebrow {
  font-size: clamp(8px,.88vw,15px);
  margin-bottom: 2.05vw;
  letter-spacing: .26em;
}

.story-hero h1 {
  font-size: clamp(60px,8.25vw,148px);
  font-weight: 750;
  letter-spacing: -.067em;
  line-height: .94;
}

.story-hero h1 em {
  font-style: normal;
  color: var(--orange);
}

.story-hero .hero-intro {
  font-size: clamp(16px,1.9vw,34px);
  line-height: 1.37;
  color: var(--muted);
  max-width: 46vw;
  margin-top: 1.7vw;
  letter-spacing: -.025em;
}

.story-hero .text-link {
  font-size: clamp(14px,1.6vw,27px);
  margin-top: 3.05vw;
}

.story-hero .text-link img {
  height: 1.7vw;
  width: 1.7vw;
}

.story-step {
  width: 31%;
}

.story-step--concept {
  top: 40.35%;
  left: 6.4%;
}

.story-step--digital {
  top: 57.5%;
  left: 67.2%;
}

.story-step--fulfillment {
  top: 72.65%;
  left: 6.4%;
}

.step-number {
  font-family: var(--body);
  font-size: clamp(48px,7.1vw,127px);
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: -.06em;
  color: var(--orange);
  margin-bottom: .25vw;
}

.story-step h2 {
  font-size: clamp(34px,4.85vw,87px);
  line-height: 1.03;
  letter-spacing: -.067em;
  font-weight: 650;
}

.story-step p {
  font-size: clamp(15px,1.88vw,33px);
  line-height: 1.22;
  color: var(--muted);
  letter-spacing: -.025em;
  margin-top: 1.05vw;
  max-width: 91%;
}

.story-step--digital p {
  max-width: 94%;
}

.story-closing {
  top: 86.1%;
  left: 6.4%;
  width: 85%;
}

.story-closing h2 {
  font-size: clamp(48px,7.05vw,127px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 700;
}

.accent {
  color: var(--orange);
}

.closing-links {
  display: flex;
  gap: 4.1vw;
  margin-top: 4vw;
}

.closing-links .text-link {
  font-size: clamp(14px,1.57vw,27px);
}

.mobile-art {
  display: none;
}

.page-section {
  margin-inline: auto;
  padding: 106px 7.2vw;
}

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

.section-heading h2,.system-intro h2,.contact-intro h2 {
  font-size: clamp(38px,4.5vw,68px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.section-heading .eyebrow,.system-intro .eyebrow,.contact-intro .eyebrow {
  margin-bottom: 20px;
}

.section-heading p {
  max-width: 370px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.work-section {
  background: #f7f7f6;
  border-top: 1px solid #ecebea;
  scroll-margin-top: 0;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.filter-button {
  border: 1px solid #d7d6d7;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  padding: 10px 16px;
  transition: background .2s,color .2s;
}

.filter-button:hover {
  border-color: var(--ink);
}

.filter-button[aria-pressed=true] {
  color: white;
  background: var(--ink);
  border-color: var(--ink);
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 46px;
}

.work-card {
  min-width: 0;
}

.work-card>a {
  display: block;
}

.work-art {
  background: white;
  overflow: hidden;
  aspect-ratio: 1.46;
  position: relative;
}

.work-art img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform .5s;
}

.work-card:hover .work-art img {
  transform: scale(1.035);
}

.work-caption {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.work-caption h3 {
  font-weight: 600;
  font-size: 23px;
  letter-spacing: -.035em;
  line-height: 1.3;
}

.work-caption p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--muted);
  margin-top: 7px;
}

.work-caption .arrow-icon {
  width: 23px;
  height: 23px;
}

.work-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 14px;
  line-height: 1.6;
}

.work-controls {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.work-count {
  font-size: 12px;
  color: var(--muted);
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: transparent;
  border: 1px solid var(--ink);
  padding: 14px 22px;
  font-size: 13px;
  transition: background .2s,color .2s;
}

.outline-button:hover {
  background: var(--ink);
  color: #fff;
}

.outline-button img {
  width: 17px;
  height: 17px;
}

.system-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 8%;
  border-bottom: 1px solid var(--line);
}

.system-intro>p:last-child {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 26px;
  max-width: 400px;
}

.system-details details {
  border-top: 1px solid var(--line);
  padding: 23px 0;
}

.system-details details:last-child {
  border-bottom: 1px solid var(--line);
}

.system-details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 550;
  letter-spacing: -.03em;
}

.system-details summary::-webkit-details-marker {
  display: none;
}

.system-details summary>img {
  width: 18px;
  height: 18px;
  transition: transform .2s;
}

.system-details details[open] summary>img {
  transform: rotate(90deg);
}

.system-details details p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  max-width: 480px;
  padding-top: 20px;
}

.system-details details .capability-note {
  font-size: 11px;
  letter-spacing: .025em;
  color: var(--ink);
  padding-top: 14px;
}

.contact-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8%;
  padding-block: 116px 100px;
}

.contact-intro>p:not(.eyebrow) {
  font-size: 16px;
  color: var(--muted);
  max-width: 340px;
  line-height: 1.7;
  margin-top: 24px;
}

.contact-email {
  margin-top: 35px;
  font-size: 16px;
}

.contact-email a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.contact-address {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
  margin-top: 25px;
}

.contact-company {
  margin-top: 12px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 0;
}

.field label {
  font-size: 12px;
  line-height: 1.5;
}

.field label span {
  color: var(--muted);
}

.field input,.field textarea,.field select {
  border: 0;
  border-bottom: 1px solid #bdbbc0;
  border-radius: 0;
  background: white;
  color: var(--ink);
  font-size: 15px;
  padding: 10px 0 14px;
  width: 100%;
  transition: border-color .2s;
}

.field input::placeholder,.field textarea::placeholder {
  color: #98969d;
}

.field textarea {
  min-height: 100px;
  resize: vertical;
  line-height: 1.6;
}

.field select {
  min-height: 45px;
}

.form-note {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.form-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-submit-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: space-between;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 16px 24px;
  background: var(--ink);
  color: white;
  border: 1px solid var(--ink);
  font-size: 14px;
  white-space: nowrap;
  transition: background .2s;
}

.primary-button:hover {
  background: #414047;
}

.primary-button img {
  width: 19px;
  height: 19px;
}

.form-status {
  font-size: 13px;
  line-height: 1.6;
  flex: 1;
}

.form-status.is-success {
  color: #246942;
}

.form-status.is-error,.form-error-text {
  color: #ad301a;
}

.form-error-text {
  font-size: 12px;
  line-height: 1.5;
}

.field .form-field-error {
  border-bottom-color: #ad301a;
}

.honeypot {
  display: none;
}

.site-footer {
  margin-inline: auto;
  padding: 30px 7.2vw;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  font-size: 11px;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 22px;
  align-items: center;
}

.site-footer a:hover {
  color: var(--ink);
}

.menu-dialog {
  border: 0;
  padding: 24px 28px;
  background: #2d2b2f;
  color: white;
  position: fixed;
  inset: 0;
  margin: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100dvh;
}

.menu-dialog::backdrop {
  background: #2d2b2f;
}

.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-top .brand {
  width: 55px;
}

.menu-close {
  background: none;
  border: 0;
  color: white;
  font-size: 14px;
  padding: 12px;
}

.menu-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 70px;
}

.menu-nav a {
  font-family: var(--display);
  font-size: 46px;
  letter-spacing: -.06em;
}

.menu-bottom {
  font-size: 12px;
  margin-top: 60px;
  color: #b8b5bb;
}

.menu-bottom a {
  display: inline-block;
  margin-right: 20px;
  text-decoration: underline;
}

.case-content {
  margin-inline: auto;
  padding: 132px 7.2vw 90px;
}

.case-top {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 52px;
}

.case-top h1 {
  font-size: clamp(42px,5.2vw,76px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 600;
  max-width: 860px;
}

.case-top .case-lead {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 28px;
  max-width: 780px;
}

.case-meta {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  align-self: end;
  font-size: 12px;
  line-height: 1.6;
}

.case-meta p+p {
  margin-top: 13px;
}

.case-meta span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 4px;
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
  margin-bottom: 58px;
}

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

.case-gallery figure {
  margin: 0;
  background: #f7f7f6;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.case-gallery figure img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}

.case-gallery:not(.single) figure img {
  max-height: 540px;
}

.case-gallery:not(.single) figure:first-child:nth-last-child(3) {
  grid-column: 1/-1;
}

.case-caption {
  font-size: 11px;
  color: var(--muted);
  margin-top: -40px;
  margin-bottom: 54px;
  line-height: 1.6;
}

.case-narrative {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-block: 45px 72px;
}

.case-narrative article {
  border-top: 1px solid var(--line);
  padding-top: 23px;
}

.case-narrative .eyebrow {
  font-size: 9px;
  color: var(--orange);
  margin-bottom: 14px;
}

.case-narrative h2 {
  font-size: 25px;
  letter-spacing: -.035em;
  font-weight: 550;
  margin-bottom: 17px;
}

.case-narrative p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.case-cta {
  margin-inline: auto;
  padding: 65px 7.2vw;
  background: #f7f7f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.case-cta h2 {
  font-size: clamp(30px,3.2vw,46px);
  font-weight: 550;
  letter-spacing: -.05em;
}

.case-cta p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 15px;
  line-height: 1.6;
}

@media (min-width:1801px) {
  .story-hero .eyebrow {
    margin-bottom: 37px;
  }
  .story-hero .hero-intro {
    max-width: 890px;
    margin-top: 30px;
  }
  .story-hero .text-link {
    margin-top: 55px;
  }
  .story-hero .text-link img {
    height: 30px;
    width: 30px;
  }
  .story-step p {
    margin-top: 19px;
  }
  .closing-links {
    gap: 74px;
    margin-top: 72px;
  }
}

@media (min-width:769px) and (max-width:1100px) {
  .page-section {
    padding: 76px 6vw;
  }
  .section-heading {
    gap: 32px;
  }
  .section-heading p {
    max-width: 270px;
    font-size: 14px;
  }
  .system-section,.contact-section {
    gap: 5%;
  }
  .system-details summary {
    font-size: 17px;
  }
  .case-content {
    padding-inline: 6vw;
  }
  .case-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .case-meta {
    display: flex;
    gap: 30px;
  }
  .case-meta p+p {
    margin: 0;
  }
  .case-narrative {
    gap: 26px;
  }
  .case-narrative h2 {
    font-size: 21px;
  }
  .case-cta {
    padding-inline: 6vw;
  }
}

@media (max-width:768px) {
  html {
    scroll-padding-top: 92px;
  }
  .mobile-header {
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 24px;
    z-index: 50;
  }
  .mobile-logo {
    display: flex;
    width: 44px;
    height: 44px;
    flex: none;
    background: var(--ink);
    align-items: center;
    justify-content: center;
  }
  .mobile-logo img {
    width: 44px;
    height: 44px;
  }
  .mobile-wordmark {
    margin-left: 12px;
    flex: 1;
    font-size: 9px;
    letter-spacing: .18em;
    font-weight: 600;
  }
  .menu-button {
    border: 0;
    background: none;
    font-size: 13px;
    min-width: 44px;
    min-height: 44px;
    padding: 12px 0 12px 18px;
  }
  .skip-link {
    left: 24px;
  }
  .design-story {
    aspect-ratio: auto;
    padding-top: 108px;
    overflow: hidden;
  }
  .story-plate {
    display: none;
  }
  .story-hero,.story-step,.story-closing {
    position: relative;
    inset: auto;
    width: auto;
  }
  .story-hero {
    margin: 0 24px;
  }
  .story-hero .eyebrow {
    font-size: 8px;
    letter-spacing: .13em;
    line-height: 1.9;
    margin-bottom: 25px;
    max-width: 300px;
  }
  .story-hero h1 {
    font-size: clamp(45px,10.5vw,80px);
    line-height: 1;
    letter-spacing: -.06em;
    font-weight: 750;
  }
  .story-hero .hero-intro {
    font-size: 16px;
    line-height: 1.5;
    max-width: 430px;
    margin-top: 23px;
    letter-spacing: -.015em;
  }
  .story-hero .text-link {
    font-size: 14px;
    margin-top: 25px;
  }
  .story-hero .text-link img {
    width: 17px;
    height: 17px;
  }
  .mobile-art {
    display: block;
    width: 100%;
    /* Blend the ribbon's cut edges into the page without cropping the artwork. */
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 91%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 91%, transparent);
  }
  .story-hero .mobile-art {
    width: calc(100% + 48px);
    max-width: none;
    margin: -12px -24px 0;
    position: relative;
    z-index: -1;
  }
  .story-step {
    margin: 24px 24px 0;
    display: flex;
    flex-direction: column;
  }
  .step-number {
    font-size: 44px;
    margin-bottom: 8px;
  }
  .story-step h2 {
    font-size: 42px;
    letter-spacing: -.06em;
    line-height: 1.04;
    font-weight: 650;
  }
  .story-step p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
    max-width: 360px;
  }
  .story-step .mobile-art {
    width: calc(100% + 48px);
    max-width: none;
    margin: 18px -24px 0;
  }
  .story-step--digital {
    margin-top: 28px;
  }
  .story-step--digital .step-copy {
    align-self: flex-end;
    width: max(70%,220px);
    max-width: 100%;
  }
  .story-step--digital .mobile-art {
    margin-top: 0;
  }
  .story-step--fulfillment {
    margin-top: 24px;
  }
  .story-closing {
    padding: 40px 24px 65px;
  }
  .story-closing h2 {
    font-size: clamp(37px,8.8vw,62px);
    line-height: 1.07;
    letter-spacing: -.055em;
  }
  .closing-links {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 31px;
  }
  .closing-links .text-link {
    font-size: 14px;
  }
  .page-section {
    padding: 64px 24px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2,.system-intro h2,.contact-intro h2 {
    font-size: 39px;
  }
  .section-heading p {
    margin-top: 22px;
    font-size: 14px;
    max-width: 420px;
  }
  .section-heading .eyebrow,.system-intro .eyebrow,.contact-intro .eyebrow {
    font-size: 9px;
    margin-bottom: 15px;
  }
  .filter-bar {
    gap: 7px;
    margin-bottom: 25px;
  }
  .filter-button {
    font-size: 11px;
    padding: 9px 12px;
  }
  .work-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .work-art {
    aspect-ratio: 1.35;
  }
  .work-caption {
    padding-top: 15px;
  }
  .work-caption h3 {
    font-size: 22px;
  }
  .work-caption p {
    font-size: 10px;
    margin-top: 6px;
  }
  .work-controls {
    margin-top: 32px;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .system-section {
    display: block;
  }
  .system-intro>p:last-child {
    font-size: 15px;
    margin-top: 23px;
  }
  .system-details {
    margin-top: 35px;
  }
  .system-details summary {
    font-size: 18px;
  }
  .system-details details {
    padding-block: 22px;
  }
  .contact-section {
    display: block;
  }
  .contact-intro>p:not(.eyebrow) {
    font-size: 15px;
    margin-top: 23px;
  }
  .contact-address {
    margin-top: 18px;
  }
  .contact-email {
    margin-top: 24px;
    font-size: 15px;
  }
  .contact-form {
    margin-top: 40px;
    gap: 25px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .field input,.field textarea,.field select {
    font-size: 16px;
  }
  .form-submit-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .form-status:empty {
    display: none;
  }
  .primary-button {
    justify-content: space-between;
  }
  .site-footer {
    padding: 27px 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    font-size: 10px;
  }
  .footer-links {
    gap: 22px;
  }
  .case-content {
    padding: 117px 24px 60px;
  }
  .case-content>.text-link {
    font-size: 12px;
  }
  .case-top {
    display: block;
    margin-top: 34px;
    margin-bottom: 30px;
  }
  .case-top h1 {
    font-size: 43px;
    line-height: 1.08;
  }
  .case-top .case-lead {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 24px;
  }
  .case-meta {
    margin-top: 28px;
    display: flex;
    gap: 28px;
  }
  .case-meta p+p {
    margin: 0;
  }
  .case-gallery {
    gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 38px;
  }
  .case-gallery figure {
    min-height: 0;
  }
  .case-gallery figure img {
    max-height: 470px;
  }
  .case-caption {
    margin-top: -23px;
    margin-bottom: 34px;
  }
  .case-narrative {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-block: 25px 40px;
  }
  .case-narrative article {
    padding-top: 22px;
  }
  .case-narrative h2 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .case-narrative p {
    font-size: 15px;
  }
  .case-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .case-cta {
    padding: 50px 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .case-cta h2 {
    font-size: 34px;
  }
  .case-cta p {
    font-size: 14px;
  }
  .case-cta .text-link {
    font-size: 14px;
  }
}

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

/* Optical type matching for the selected editorial composition. */

@media (min-width:769px) {
  .story-hero h1,.story-step h2,.story-closing h2 {
    font-family: 'Inter',sans-serif;
    letter-spacing: -.052em;
  }
  .story-hero h1 {
    font-weight: 700;
    line-height: .90;
  }
  .story-hero .eyebrow {
    margin-bottom: 1.25vw;
  }
  .story-step h2 {
    font-weight: 600;
  }
  .step-number {
    line-height: 1;
    margin-bottom: -.35vw;
  }
  .story-step p {
    margin-top: .8vw;
  }
  .story-step--digital {
    top: 57.35%;
  }
}

@media (max-width:768px) {
  .story-hero h1,.story-step h2,.story-closing h2 {
    font-family: 'Inter',sans-serif;
    letter-spacing: -.045em;
  }
  .story-hero h1 {
    font-weight: 700;
  }
}

/* Navigation floats over the composition; its surface gently appears on scroll. */

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 80px; }

.site-header,.mobile-header { isolation: isolate; background: transparent; }

.site-header::before,.mobile-header::before {
  content: '';
  position: absolute;
  inset: 0 0 -28px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,.98), rgba(255,255,255,.94) 52%, rgba(255,255,255,.72) 74%, rgba(255,255,255,0));
}

.site-header::after,.mobile-header::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(255,255,255,.88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(45,43,47,.06);
  opacity: 0;
  transition: opacity .28s ease;
}

.site-header.is-scrolled::after,.mobile-header.is-scrolled::after { opacity: 1; }

.header-inner { height: 100%; max-width: 1800px; margin-inline: auto; padding-inline: clamp(24px,6.4vw,115px); display: flex; align-items: center; justify-content: space-between; gap: 32px; }

.desktop-brand { display: inline-flex; align-items: center; gap: 16px; flex: none; }

.desktop-brand-mark { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: var(--ink); }

.desktop-brand-mark img { width: 50px; height: 50px; }

.desktop-wordmark { font-size: 10px; font-weight: 600; letter-spacing: .2em; }

.desktop-nav { display: flex; align-items: center; gap: 36px; }

.desktop-nav a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 10px 0; font-size: 13px; font-weight: 500; border-bottom: 1px solid transparent; transition: border-color .2s; }

.desktop-nav a:hover { border-bottom-color: var(--ink); }

.desktop-nav .contact-link { margin-left: 12px; border-bottom-color: var(--ink); }

.desktop-nav a[aria-current="location"] { border-bottom-color: var(--orange); }

.desktop-nav a img { width: 15px; height: 15px; object-fit: contain; }

.page-section,.site-footer,.case-content,.case-cta { max-width: 1800px; }

@media (max-width:768px) { .site-header { display: none; } }
