:root {
  --gic-coral: #fb5c53;
  --gic-coral-soft: #fabab2;
  --gic-sky: #c3d9ea;
  --gic-blue: #898fe2;
  --gic-navy: #323663;
  --gic-paper: #f4f4f4;
  --gic-ink: #111318;
  --gic-line: rgba(17, 19, 24, 0.18);
  --gic-line-light: rgba(244, 244, 244, 0.2);
  --gic-gradient: linear-gradient(115deg, var(--gic-coral) 0%, var(--gic-coral-soft) 50%, var(--gic-sky) 100%);
  --gic-brand-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gic-case {
  background: var(--gic-paper);
  color: var(--gic-ink);
  font-family: var(--sans);
}

.gic-case h1,
.gic-case h2,
.gic-case h3 {
  font-family: var(--display);
  font-weight: 400;
}
.gic-case img {
  max-width: 100%;
  height: auto;
  object-position: 50% 50%;
}
.gic-case figure,
.gic-case blockquote { margin: 0; }
.gic-case::selection { background: var(--gic-coral); color: #fff; }
.gic-case .site-header { border-bottom-color: rgba(255,255,255,.1); background: rgba(17,19,24,.96); }
.gic-case a:focus-visible,
.gic-case button:focus-visible { outline-color: var(--gic-coral); }
.gic-case .button { background: var(--gic-coral); color: #fff; }
.gic-case .button:hover { background: #ff7068; }

.case-kicker,
.case-number,
.gic-case .eyebrow,
.case-index,
figcaption,
.logo-stage span,
.platform__route span,
.values-grid span,
.digital__principles span {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.case-section { padding-block: clamp(104px, 10vw, 176px); }
.section-heading { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; align-items: start; }
.section-heading .eyebrow { grid-column: 1 / span 3; padding-top: 12px; color: rgba(17,19,24,.5); }
.section-heading h2 { grid-column: 4 / -1; max-width: 1220px; margin: 0; font-size: clamp(58px,6.6vw,114px); font-weight: 400; line-height: .91; letter-spacing: -.065em; }
.section-heading--light .eyebrow { color: rgba(244,244,244,.52); }

/* Hero */
.case-hero { min-height: calc(100svh - var(--header-h)); overflow: hidden; background: var(--gic-ink); color: var(--gic-paper); }
.case-hero__heading { padding-top: clamp(44px,5vw,82px); }
.case-kicker,
.case-number { margin: 0; color: rgba(244,244,244,.56); }
.case-hero h1 { width: max-content; margin: clamp(28px,3vw,52px) 0 0; font-size: clamp(96px,15vw,250px); font-weight: 400; line-height: .82; letter-spacing: -.085em; }
.case-hero h1 span { color: var(--gic-coral); }
.case-hero__intro { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; align-items: end; padding-block: clamp(72px,8vw,126px) 64px; }
.case-hero__copy { grid-column: 1 / span 4; padding-bottom: 38px; }
.case-hero__copy h2 { margin: 40px 0 26px; font-size: clamp(38px,4vw,68px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.case-hero__copy > p:last-child { max-width: 520px; color: rgba(244,244,244,.68); font-size: 17px; line-height: 1.56; }
.case-hero__figure { grid-column: 5 / -1; min-width: 0; }
.case-hero__photo { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--gic-coral); }
.case-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.8,.2,1); }
.case-hero__photo::after { content:""; position:absolute; inset:0; background:linear-gradient(115deg,rgba(50,54,99,.13),transparent 52%,rgba(251,92,83,.12)); pointer-events:none; }
.case-hero__photo span { position: absolute; z-index: 2; right: 5%; bottom: 5%; color: rgba(255,255,255,.94); font-family: var(--gic-brand-font); font-size: clamp(23px,2.8vw,50px); font-weight: 600; line-height: .92; letter-spacing: -.055em; text-align: right; }
.case-hero__figure:hover .case-hero__photo img { transform: scale(1.018); }
.case-hero figcaption { margin-top: 12px; color: rgba(244,244,244,.5); }

/* Index */
.case-index { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--gic-line); border-bottom: 1px solid var(--gic-line); background: var(--gic-paper); }
.case-index a { min-height: 86px; display: flex; align-items: center; gap: 18px; padding: 22px clamp(14px,2vw,32px); border-right: 1px solid var(--gic-line); color: inherit; text-decoration: none; transition: background 180ms ease,color 180ms ease; }
.case-index a:last-child { border-right: 0; }
.case-index a:hover,
.case-index a:focus-visible { background: var(--gic-coral); color: #fff; }
.case-index span { opacity: .48; }

/* Context */
.context__grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; margin-top: clamp(70px,8vw,132px); }
.context__lead { grid-column: 1 / span 5; margin: 0; font-size: clamp(25px,2.8vw,47px); line-height: 1.08; letter-spacing: -.035em; }
.context__grid article { grid-column: 7 / -1; display: grid; grid-template-columns: 2fr 5fr; gap: 24px; padding: 22px 0; border-top: 1px solid var(--gic-line); }
.context__grid article + article { margin-top: -24px; }
.context__grid > article:nth-of-type(2) { position: relative; top: -331px; margin-top: 0; }
.context__grid article span { font-weight: 600; }
.context__grid article p { margin: 0; font-size: 17px; line-height: 1.55; }
.context blockquote { grid-column: 2 / span 10; margin-top: clamp(58px,7vw,120px); padding: clamp(48px,6vw,92px); background: var(--gic-coral); color: #fff; }
.context blockquote p { margin: 0; font-family: var(--display); font-size: clamp(52px,7vw,118px); font-weight: 400; line-height: .9; letter-spacing: -.065em; }
.evolution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: clamp(80px,9vw,150px); }
.evolution-grid img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.evolution-grid figcaption { margin-top: 11px; color: rgba(17,19,24,.48); }

/* Platform */
.platform { background: var(--gic-navy); color: var(--gic-paper); }
.platform__header { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; }
.platform__header .eyebrow { grid-column: 1 / span 3; color: rgba(244,244,244,.5); }
.platform__header h2 { grid-column: 4 / -1; margin: 0; font-size: clamp(64px,8vw,136px); font-weight: 400; line-height: .84; letter-spacing: -.075em; }
.platform__header > p:last-child { grid-column: 4 / span 6; margin: 38px 0 0; color: rgba(244,244,244,.67); font-size: 19px; line-height: 1.55; }
.platform__route { display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(80px,9vw,150px); border-top: 1px solid var(--gic-line-light); border-left: 1px solid var(--gic-line-light); }
.platform__route article { min-height: 360px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--gic-line-light); border-bottom: 1px solid var(--gic-line-light); }
.platform__route span { color: var(--gic-coral-soft); }
.platform__route strong { margin-top: auto; font-family: var(--display); font-size: clamp(28px,2.5vw,44px); font-weight: 400; letter-spacing: -.04em; }
.platform__route p { color: rgba(244,244,244,.56); line-height: 1.5; }
.platform__audience { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.platform__audience article { min-height: 360px; padding: clamp(30px,4vw,62px); background: var(--gic-sky); color: var(--gic-navy); }
.platform__audience article:last-child { background: var(--gic-coral-soft); }
.platform__audience h3 { margin: clamp(90px,10vw,170px) 0 20px; font-size: clamp(40px,4vw,68px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.platform__audience p:last-child { max-width: 470px; line-height: 1.55; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 24px; }
.values-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--gic-line-light); }
.values-grid span { color: var(--gic-coral-soft); }
.values-grid h3 { margin: auto 0 16px; font-size: clamp(26px,2.2vw,39px); font-weight: 400; letter-spacing: -.04em; }
.values-grid p { margin: 0; color: rgba(244,244,244,.57); line-height: 1.5; }
.platform__system { margin-top: clamp(90px,10vw,170px); }
.platform__system img { display: block; width: 100%; }
.platform__system figcaption { margin-top: 12px; color: rgba(244,244,244,.48); }

/* Verbal */
.verbal { background: var(--gic-coral); color: #fff; }
.verbal__grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; }
.verbal__grid header { grid-column: 1 / span 7; }
.verbal__grid header .eyebrow { color: rgba(255,255,255,.62); }
.verbal__grid h2 { margin: 46px 0 0; font-family: var(--gic-brand-font); font-size: clamp(70px,9.5vw,160px); font-weight: 600; line-height: .83; letter-spacing: -.075em; }
.verbal__copy { grid-column: 9 / -1; align-self: end; }
.verbal__copy p { font-size: 18px; line-height: 1.55; }
.verbal__copy ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.verbal__copy li { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-family: var(--gic-brand-font); }
.verbal__grid figure { grid-column: 2 / span 10; margin-top: clamp(80px,9vw,150px); }
.verbal__grid figure img { display: block; width: 100%; }
.verbal__grid figcaption { margin-top: 12px; color: rgba(255,255,255,.62); }

/* Identity */
.identity__header { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; }
.identity__header .eyebrow { grid-column: 1 / span 3; color: rgba(17,19,24,.48); }
.identity__header h2 { grid-column: 4 / -1; margin: 0; font-size: clamp(60px,7.5vw,128px); font-weight: 400; line-height: .86; letter-spacing: -.07em; }
.identity__header > p:last-child { grid-column: 4 / span 6; margin: 36px 0 0; font-size: 18px; line-height: 1.55; }
.logo-stage { display: grid; grid-template-columns: 7fr 5fr; gap: 24px; margin-top: clamp(80px,9vw,150px); }
.logo-stage > div { position: relative; min-height: 580px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; background: #fff; border: 1px solid var(--gic-line); }
.logo-stage img { display: block; width: auto; height: auto; max-width: 72%; max-height: 280px; object-fit: contain; }
.logo-stage span { position: absolute; right: 50px; bottom: 50px; left: 50px; margin: 0; color: rgba(17,19,24,.48); }
.logo-stage__pattern { background: var(--gic-sky)!important; }
.logo-stage__pattern img { width: 90%; max-width: none; max-height: 360px; }
.type-system { display: grid; grid-template-columns: 7fr 5fr; gap: 24px; align-items: end; margin-top: 24px; padding: clamp(38px,6vw,90px); background: var(--gic-navy); color: #fff; }
.type-system > p { margin: 0; font-family: var(--gic-brand-font); font-size: clamp(56px,7.5vw,128px); font-weight: 600; line-height: .84; letter-spacing: -.07em; }
.type-system > div { display: flex; flex-direction: column; gap: 12px; }
.type-system strong { font-family: var(--gic-brand-font); font-size: clamp(45px,5vw,82px); }
.type-system span { color: var(--gic-coral-soft); font-family: var(--gic-brand-font); text-transform: uppercase; letter-spacing: .12em; }
.type-system small { max-width: 440px; color: rgba(255,255,255,.52); font-family: var(--sans); line-height: 1.45; }
.identity__board { margin-top: clamp(80px,9vw,150px); }
.identity__board img { display: block; width: 100%; }
.identity__board figcaption { margin-top: 12px; color: rgba(17,19,24,.46); }
.identity-imagewheel {
  --imagewheel-stage-h: clamp(520px,48vw,880px);
  --imagewheel-bottom-space: clamp(56px,6vw,96px);
  position: relative;
  height: calc(var(--imagewheel-stage-h) + var(--imagewheel-bottom-space));
  margin-top: clamp(28px,3vw,48px);
  overflow: hidden;
  isolation: isolate;
  background: var(--gic-paper);
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}
.identity-imagewheel.is-dragging { cursor: grabbing; }
.identity-imagewheel__stage {
  position: absolute;
  inset: 0 0 auto;
  height: var(--imagewheel-stage-h);
  overflow: visible;
  perspective: 1100px;
  outline: none;
}
.identity-imagewheel__stage::before {
  content: "";
  position: absolute;
  inset: 12% 17%;
  border-radius: 50%;
  background: radial-gradient(ellipse,rgba(195,217,234,.24),rgba(195,217,234,0) 68%);
  pointer-events: none;
}
.identity-imagewheel__stage:focus-visible::after {
  content: "";
  position: absolute;
  z-index: 1200;
  inset: 18px;
  border: 2px solid var(--gic-coral);
  pointer-events: none;
}
.identity-imagewheel__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(180px,18vw,320px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform,opacity;
  pointer-events: none;
}
.identity-imagewheel__item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  backface-visibility: hidden;
  filter: drop-shadow(0 22px 20px rgba(50,54,99,.14));
}

/* Digital */
.digital { background: var(--gic-ink); color: var(--gic-paper); }
.digital__grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; margin-top: clamp(72px,8vw,132px); }
.digital__grid figure:first-child { grid-column: 1 / span 5; }
.digital__grid figure:nth-child(2) { grid-column: 6 / -1; }
.digital__grid img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.digital__grid figcaption { margin-top: 11px; color: rgba(244,244,244,.48); }
.digital__principles { grid-column: 3 / span 8; display: grid; grid-template-columns: repeat(3,1fr); margin-top: clamp(68px,7vw,120px); border-top: 1px solid var(--gic-line-light); border-left: 1px solid var(--gic-line-light); }
.digital__principles article { min-height: 250px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--gic-line-light); border-bottom: 1px solid var(--gic-line-light); }
.digital__principles span { color: var(--gic-coral-soft); }
.digital__principles p { margin: auto 0 0; font-family: var(--display); font-size: clamp(25px,2.4vw,41px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }

/* Implementation */
.implementation__header { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; }
.implementation__header .eyebrow { grid-column: 1 / span 3; color: rgba(17,19,24,.48); }
.implementation__header h2 { grid-column: 4 / -1; margin: 0; font-size: clamp(60px,7vw,120px); font-weight: 400; line-height: .88; letter-spacing: -.065em; }
.implementation__header > p:last-child { grid-column: 4 / span 6; margin: 34px 0 0; font-size: 18px; line-height: 1.55; }
.applications-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 24px; margin-top: clamp(80px,9vw,150px); }
.applications-grid__documents { grid-row: span 2; }
.applications-grid > figure > img { display: block; width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.applications-grid .applications-grid__documents img {
  aspect-ratio: 1 / 1.16;
  object-fit: contain;
  background: #f4f4f4;
}
.applications-documents-scene {
  position: relative;
  aspect-ratio: 1 / 1.16;
  overflow: hidden;
  background: #f4f4f4;
}
.applications-grid .applications-documents-scene img {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  min-height: 0;
  max-width: none;
  aspect-ratio: auto;
  background: transparent;
  object-fit: contain;
}
.applications-documents-scene__lanyard { z-index: 1; bottom: 4%; left: 5%; width: 23.2% !important; }
.applications-documents-scene__stationery { z-index: 2; right: 2%; bottom: 9%; width: 73.6% !important; }
.applications-grid > .applications-grid__travel > img,
.applications-grid > .applications-grid__outdoor > img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  transform: scale(.8);
  transform-origin: center;
}
.applications-grid figcaption { margin-top: 10px; color: rgba(17,19,24,.47); }

/* Space */
.space { background: var(--gic-sky); }
.space__grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; margin-top: clamp(80px,9vw,150px); }
.space__reception { grid-column: 1 / span 8; }
.space__grid > figure:nth-child(2) { grid-column: 9 / -1; }
.space__grid > figure:nth-child(3) { grid-column: 1 / span 5; }
.space__copy { grid-column: 7 / -1; align-self: center; padding: clamp(34px,5vw,72px); }
.space__grid img { display: block; width: 100%; height: 100%; object-fit: cover; }
.space__reception img { aspect-ratio: 4 / 3; }
.space__grid > figure:nth-child(2) img { aspect-ratio: 3 / 4; }
.space__grid > figure:nth-child(3) img { aspect-ratio: 1 / 1; }
.space__grid figcaption { margin-top: 11px; color: rgba(50,54,99,.58); }
.space__copy .eyebrow { color: rgba(50,54,99,.58); }
.space__copy h3 { margin: 34px 0; font-size: clamp(40px,4.8vw,78px); font-weight: 400; line-height: .92; letter-spacing: -.06em; }
.space__copy > p:last-child { max-width: 570px; font-size: 18px; line-height: 1.55; }

/* Result, credits, related */
.result { padding-bottom: 0; background: var(--gic-navy); color: var(--gic-paper); }
.result__grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; margin-top: clamp(70px,8vw,132px); }
.result__grid > p { grid-column: 1 / span 5; margin: 0; font-size: clamp(27px,2.8vw,48px); line-height: 1.08; letter-spacing: -.035em; }
.result__grid ul { grid-column: 7 / -1; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--gic-line-light); }
.result__grid li { padding: 21px 0; border-bottom: 1px solid var(--gic-line-light); font-size: 17px; }
.result__closing { margin-top: clamp(80px,9vw,150px); }
.result__closing img { display: block; width: 100%; }
.result__closing figcaption { margin-top: 12px; color: rgba(244,244,244,.48); }
.result__sign { width: min(100%, 1440px); margin: clamp(60px,7vw,112px) auto 0; }
.result__sign img { display: block; width: 100%; height: auto; }
.credits { background: var(--gic-coral); color: #fff; }
.credits__grid { display: grid; grid-template-columns: 6fr 6fr; gap: 64px; }
.credits__grid .eyebrow { color: rgba(255,255,255,.6); }
.credits__grid h2 { max-width: 592.6px; margin: 38px 0 0; font-size: clamp(54px,6.5vw,110px); line-height: .86; letter-spacing: -.065em; }
.credits__list { align-self: end; border-top: 1px solid rgba(255,255,255,.38); }
.credits__list article { display: grid; grid-template-columns: 4fr 5fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.38); }
.credits__list article span { line-height: 1.5; }
.credits__list small { display: block; margin-top: 26px; color: rgba(255,255,255,.68); line-height: 1.5; }
.related__grid { display: grid; grid-template-columns: 5fr 7fr; gap: 24px; }
.related__grid > div { align-self: center; padding-right: clamp(30px,5vw,80px); }
.related__grid .eyebrow { color: rgba(17,19,24,.5); }
.related__grid h2 { margin: 38px 0 34px; font-size: clamp(70px,8vw,138px); line-height: .78; letter-spacing: -.075em; }
.related__grid > div > p:not(.eyebrow) { max-width: 580px; font-size: 17px; line-height: 1.55; }
.related__grid > a { position: relative; display: block; overflow: hidden; }
.related__grid > a img { display: block; width: 100%; aspect-ratio: 1.34; object-fit: cover; transition: transform 420ms ease; }
.related__grid > a span { position: absolute; right: 20px; bottom: 20px; padding: 10px 13px; background: rgba(17,19,24,.88); color: var(--gic-paper); font-size: 11px; text-transform: uppercase; }
.related__grid > a:hover img,
.related__grid > a:focus-visible img { transform: scale(1.025); }

/* Contact and motion */
.case-contact { --text-gradient: var(--gic-gradient); background: radial-gradient(circle at 90% 3%,rgba(251,92,83,.14),transparent 30%),var(--black); }
.case-contact .contact__main .eyebrow { color: var(--gic-coral); }
.case-contact .button { background: var(--gic-coral); color: #fff; }
.copy-feedback { background: var(--gic-coral-soft); color: var(--gic-navy); }
.js [data-reveal] { transition-duration: 520ms; transition-timing-function: cubic-bezier(.2,.7,.2,1); }
html.is-static .gic-case *,
html.is-static .gic-case *::before,
html.is-static .gic-case *::after { animation: none!important; transition: none!important; }
html.is-static .js [data-reveal],
html.is-static [data-reveal] { opacity: 1!important; transform: none!important; }

@media (max-width:1100px) {
  .case-index { grid-template-columns: repeat(3,1fr); }
  .case-index a:nth-child(3) { border-right: 0; }
  .case-index a:nth-child(-n+3) { border-bottom: 1px solid var(--gic-line); }
  .case-hero__copy { grid-column: 1 / span 5; }
  .case-hero__figure { grid-column: 6 / -1; }
  .platform__route { grid-template-columns: repeat(2,1fr); }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .context__grid > article:nth-of-type(2) { position: static; top: auto; margin-top: -24px; }
}

@media (max-width:767px) {
  .case-section { padding-block: 86px; }
  .section-heading { display: block; }
  .section-heading .eyebrow { padding-top: 0; }
  .section-heading h2 { margin-top: 28px; font-size: clamp(46px,13vw,72px); }
  .case-hero__heading { padding-top: 34px; }
  .case-kicker { max-width: 290px; }
  .case-hero h1 { width: 100%; font-size: min(18vw,154px); letter-spacing: -.065em; }
  .case-hero__intro { display: flex; flex-direction: column; gap: 54px; padding-block: 68px; }
  .case-hero__figure { order: 1; }
  .case-hero__copy { order: 2; padding: 0; }
  .case-hero__copy h2 { font-size: clamp(44px,12vw,66px); }
  .case-hero__photo span { right: auto; left: 50%; bottom: 4%; width: calc(100% - 36px); max-width: none; transform: translateX(-50%); font-size: clamp(15px,4.8vw,27px); text-align: center; }
  .case-index { grid-template-columns: repeat(2,1fr); }
  .case-index a:nth-child(3) { border-right: 1px solid var(--gic-line); }
  .case-index a:nth-child(2n) { border-right: 0; }
  .case-index a:nth-child(-n+4) { border-bottom: 1px solid var(--gic-line); }
  .context__grid { display: block; margin-top: 58px; }
  .context__grid article { display: block; margin-top: 58px; }
  .context__grid article + article { margin-top: 0; }
  .context__grid > article:nth-of-type(2) { margin-top: 0; }
  .context__grid article p { margin-top: 18px; }
  .context blockquote { margin-top: 72px; padding: 36px 24px; }
  .context blockquote p { font-size: min(11vw,64px); }
  .evolution-grid { grid-template-columns: 1fr; }
  .platform__header { display: block; }
  .platform__header h2 { margin-top: 30px; font-size: clamp(50px,14vw,78px); }
  .platform__header > p:last-child { margin-top: 34px; }
  .platform__route { grid-template-columns: 1fr; }
  .platform__route article { min-height: 230px; }
  .platform__audience { grid-template-columns: 1fr; }
  .platform__audience h3 { margin-top: 72px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 260px; }
  .verbal__grid { display: block; }
  .verbal__grid h2 { font-size: clamp(58px,17vw,92px); }
  .verbal__copy { margin-top: 60px; }
  .verbal__grid figure { margin-top: 72px; }
  .identity__header { display: block; }
  .identity__header h2 { margin-top: 30px; font-size: clamp(50px,14vw,78px); }
  .identity__header > p:last-child { margin-top: 32px; }
  .logo-stage { grid-template-columns: 1fr; }
  .logo-stage > div { min-height: 380px; padding: 30px; }
  .logo-stage span { right: 30px; bottom: 30px; left: 30px; }
  .type-system { grid-template-columns: 1fr; gap: 70px; }
  .identity-imagewheel { --imagewheel-stage-h: clamp(410px,112vw,580px); margin-top: 22px; }
  .identity-imagewheel__item { width: clamp(126px,35vw,190px); }
  .identity-imagewheel__stage::before { inset: 16% 3%; }
  .digital__grid { display: block; }
  .digital__grid figure + figure { margin-top: 62px; }
  .digital__principles { grid-template-columns: 1fr; margin-top: 72px; }
  .implementation__header { display: block; }
  .implementation__header h2 { margin-top: 28px; font-size: clamp(50px,14vw,78px); }
  .implementation__header > p:last-child { margin-top: 32px; }
  .applications-grid { display: block; }
  .applications-grid figure + figure { margin-top: 62px; }
  .applications-grid > figure > img { min-height: 0; aspect-ratio: 16 / 10; }
  .applications-grid .applications-documents-scene { aspect-ratio: 1 / 1.16; }
  .space__grid { display: block; }
  .space__grid > figure + figure { margin-top: 62px; }
  .space__grid > figure:nth-child(2) img { aspect-ratio: 4 / 5; }
  .space__copy { margin-top: 52px; padding: 0; }
  .result__grid { display: block; }
  .result__grid ul { margin-top: 64px; }
  .credits__grid { grid-template-columns: 1fr; gap: 70px; }
  .credits__list article { grid-template-columns: 1fr; gap: 8px; }
  .related__grid { grid-template-columns: minmax(0,1fr); gap: 64px; }
  .related__grid > * { min-width: 0; }
  .related__grid h2 { font-size: 21vw; }
  .case-contact .contact__grid { grid-template-columns: minmax(0,1fr); }
  .case-contact .contact__main,
  .case-contact .contact__channels { min-width: 0; width: 100%; }
  .case-contact .contact__channels > a,
  .case-contact .contact__phone,
  .case-contact .contact__office { min-width: 0; grid-template-columns: minmax(0,1fr) auto; }
  .case-contact .contact__channels strong,
  .case-contact .contact__phone strong,
  .case-contact .contact__office strong { min-width: 0; overflow-wrap: anywhere; }
}

@media (max-width:520px) {
  .case-index a { min-height: 66px; gap: 10px; padding: 16px 12px; font-size: 10px; }
  .identity-imagewheel { --imagewheel-stage-h: 390px; }
  .identity-imagewheel__item { width: clamp(112px,36vw,156px); }
}

@media (hover:none),(pointer:coarse) {
  .case-hero__photo img,
  .related__grid > a img { transition: none; }
}

@media (prefers-reduced-motion:reduce) {
  .gic-case *,
  .gic-case *::before,
  .gic-case *::after { scroll-behavior: auto!important; animation-duration: .001ms!important; animation-iteration-count: 1!important; transition-duration: .001ms!important; }
  .js [data-reveal] { opacity: 1!important; transform: none!important; }
  .identity-imagewheel__item { will-change: auto; }
}

@media (forced-colors:active) {
  .case-hero__photo::after { display: none; }
  .case-hero__photo,
  .logo-stage > div { border: 2px solid CanvasText; }
}

@media print {
  .gic-case { padding-top: 0; }
  .gic-case .site-header,
  .gic-case .mobile-menu,
  .gic-case .case-index,
  .identity-imagewheel,
  .gic-case .case-contact,
  .copy-feedback { display: none!important; }
  .case-hero { min-height: auto; }
  .js [data-reveal] { opacity: 1!important; transform: none!important; }
  .case-section { break-inside: avoid; }
}
