@font-face {
  font-family: "Aileron";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/Aileron-Light.otf") format("opentype");
}

@font-face {
  font-family: "Aileron";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/Aileron-Heavy.otf") format("opentype");
}

:root {
  --ink: #10110f;
  --paper: #fff;
  --white: #fff;
  --accent: #fff;
  --line: rgba(16, 17, 15, 0.22);
  --muted: #565750;
  --page: min(94vw, 1500px);
  --pad: clamp(1.25rem, 3vw, 3rem);
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
  --font-main: "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-bold: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-heavy: "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 4.5rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-main);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

body.is-preloading {
  overflow: hidden;
}

body.dialog-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button {
  color: inherit;
  font: inherit;
}

.preloader,
.curtain,
.transition-sweep {
  pointer-events: none;
}

.preloader {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  opacity: 0;
  visibility: hidden;
}

.js-enabled .preloader {
  opacity: 1;
  visibility: visible;
}

.preloader-inner {
  display: grid;
  width: min(34rem, calc(100vw - (var(--pad) * 2)));
  gap: clamp(2rem, 5vw, 4rem);
}

.preloader-mark {
  display: grid;
  gap: 0.45rem;
}

.preloader-mark span,
.preloader-mark em,
.preloader-meta {
  font-size: 0.68rem;
  font-family: var(--font-bold);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.preloader-mark strong {
  font-size: clamp(4rem, 12vw, 8.5rem);
  font-weight: 800;
  line-height: 0.78;
  letter-spacing: -0.08em;
}

.preloader-mark em {
  color: rgba(255, 255, 255, 0.56);
}

.preloader-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.62);
}

.preloader-count {
  color: var(--paper);
}

.preloader-track {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.preloader-track span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--paper);
  transform: scaleX(0);
  transform-origin: left;
}

.curtain {
  position: fixed;
  z-index: 115;
  right: 0;
  left: 0;
  height: 50vh;
  background: var(--ink);
  visibility: hidden;
}

.js-enabled .curtain {
  visibility: visible;
}

.curtain-top {
  top: 0;
}

.curtain-bottom {
  bottom: 0;
}

.transition-sweep {
  position: fixed;
  z-index: 85;
  inset: 0;
  background: var(--ink);
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
}

.js-enabled .transition-sweep {
  visibility: visible;
}

.scroll-progress {
  position: fixed;
  z-index: 75;
  top: 50%;
  right: clamp(0.9rem, 1.6vw, 1.6rem);
  width: 1px;
  height: min(30vh, 15rem);
  overflow: hidden;
  background: rgba(16, 17, 15, 0.12);
  color: var(--ink);
  mix-blend-mode: difference;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 450ms var(--ease);
}

html.has-gsap-scroll body.intro-complete .scroll-progress {
  opacity: 1;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  transform: scaleY(0);
  transform-origin: top;
}

.scroll-intro {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  scroll-margin-top: 0;
}

.scroll-intro-stage {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  background: var(--ink);
  isolation: isolate;
}

.scroll-intro-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
  transform: scale(1.01);
  will-change: transform, opacity;
}

.scroll-intro-title {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(86vw, 70rem);
  gap: clamp(0.45rem, 1.2vw, 0.9rem);
  color: #fff;
  text-align: left;
  mix-blend-mode: normal;
  text-shadow: 0 0.12em 2.4rem rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

.scroll-intro-title span,
.scroll-intro-title strong,
.scroll-intro-title em {
  display: block;
  line-height: 0.88;
}

.scroll-intro-title span {
  max-width: 10ch;
  font-size: clamp(5rem, 16vw, 15rem);
  font-family: var(--font-heavy);
  font-weight: 800;
  letter-spacing: -0.085em;
}

.scroll-intro-title strong {
  font-size: clamp(1.15rem, 2.2vw, 2.3rem);
  font-family: var(--font-heavy);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.scroll-intro-title em {
  max-width: 32rem;
  font-style: normal;
  font-size: clamp(0.72rem, 1vw, 0.95rem);
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

html.has-gsap-scroll .scroll-intro-stage {
  will-change: transform;
}

body.scroll-intro-active .site-header {
  opacity: 0;
  transform: translateY(-1rem);
  pointer-events: none;
}

html.js-enabled body:not(.intro-complete) .site-header {
  opacity: 0;
  transform: translate(-50%, -1rem);
  pointer-events: none;
}

html.js-enabled body.intro-complete .site-header {
  opacity: 1;
  transform: translateX(-50%);
  pointer-events: auto;
}

body.scroll-intro-active,
body.scroll-intro-active * {
  cursor: none !important;
}

html.has-gsap-scroll .reveal {
  transition: none;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--accent);
  transform: translateY(-120%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  width: 100%;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 1.5rem;
  padding: 1.35rem var(--pad);
  color: var(--paper);
  mix-blend-mode: difference;
  transform: translateX(-50%);
  transition:
    opacity 450ms ease,
    transform 450ms var(--ease);
}

.wordmark {
  width: max-content;
  font-size: 1.02rem;
  font-family: var(--font-bold);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-decoration: none;
}

.wordmark span {
  display: block;
}

.main-nav {
  display: flex;
  justify-self: center;
  gap: clamp(0.65rem, 1.7vw, 1.8rem);
  font-size: clamp(0.62rem, 0.75vw, 0.74rem);
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}

.main-nav a,
.language-toggle {
  text-decoration: none;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--ease);
}

.main-nav a:hover::after,
.main-nav a[aria-current="true"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-toggle {
  justify-self: end;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.72rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.language-toggle span:not(.active) {
  opacity: 0.45;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(6rem, 12vh, 8rem) var(--pad) clamp(2rem, 5vh, 4rem);
  background: var(--ink);
  color: var(--paper);
}

.hero::before {
  position: absolute;
  top: 0;
  left: 58%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.13);
  content: "";
}

.hero::after {
  position: absolute;
  right: -8vw;
  bottom: -25vw;
  width: 48vw;
  height: 48vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 6vw rgba(255, 255, 255, 0.015),
    0 0 0 12vw rgba(255, 255, 255, 0.012);
  content: "";
}

.hero-kicker,
.contact-topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-kicker {
  width: 55%;
  justify-content: flex-start;
}

.eyebrow {
  margin: 0 0 1.25rem;
  font-size: 0.7rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 38vw);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  margin: clamp(1.25rem, 3vh, 2.5rem) 0;
}

.hero-copy-block {
  align-self: center;
}

.hero-name,
.hero-subtitle {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-name {
  margin-bottom: 1rem;
}

.hero-subtitle {
  width: max-content;
  max-width: 100%;
  margin-top: 1.2rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--paper);
}

.hero-title {
  position: relative;
  z-index: 1;
  max-width: 8.5ch;
  margin: 0;
  font-size: clamp(5.8rem, 12vw, 14.5rem);
  font-weight: 800;
  line-height: 0.72;
  letter-spacing: -0.105em;
}

.hero-title span {
  display: block;
}

.hero-title .outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--paper);
}

.hero-portrait {
  position: relative;
  z-index: 1;
  width: min(100%, 36rem);
  height: clamp(28rem, 66vh, 46rem);
  margin: 0 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(241, 240, 234, 0.44);
  background: var(--white);
  box-shadow: -2.5rem 2.5rem 0 rgba(255, 255, 255, 0.055);
}

.hero-portrait::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 17, 15, 0) 62%, rgba(16, 17, 15, 0.34)),
    linear-gradient(90deg, rgba(16, 17, 15, 0.12), transparent 36%);
  content: "";
  pointer-events: none;
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  filter: grayscale(1) contrast(1.04);
}

.hero-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
}

.hero-intro {
  max-width: 58ch;
  margin: 0 0 0 36%;
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  line-height: 1.28;
  letter-spacing: -0.025em;
  color: var(--paper);
}

.round-link {
  display: grid;
  width: clamp(4rem, 6vw, 6rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  transition:
    background 250ms ease,
    color 250ms ease,
    transform 250ms var(--ease);
}

.round-link:hover {
  background: var(--accent);
  color: var(--ink);
  transform: rotate(-45deg);
}

.round-link svg {
  width: 30%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.section-rail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 8rem;
  padding-right: 2rem;
  border-right: 1px solid rgba(16, 17, 15, 0.14);
  font-size: 0.65rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-rail span:first-child {
  display: block;
  font-size: clamp(2.35rem, 5vw, 5.8rem);
  line-height: 0.78;
  letter-spacing: -0.08em;
  transform-origin: left center;
}

.section-rail span:last-child {
  max-width: 9rem;
  line-height: 1.1;
}

.section-rail.light {
  border-color: rgba(255, 255, 255, 0.14);
}

.story-map,
.role-fit,
.method {
  display: grid;
  width: var(--page);
  grid-template-columns: minmax(7rem, 14vw) 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.story-map {
  display: block;
  width: min(86rem, calc(100vw - (var(--pad) * 2)));
  padding: clamp(2.4rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5rem);
  border-top: 0;
  border-bottom: 0;
  background: transparent;
}

.story-map .section-rail {
  min-height: 0;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0 0 1rem;
  border-right: 0;
  border-bottom: 1px solid rgba(16, 17, 15, 0.12);
  color: var(--muted);
}

.story-map .section-rail span:first-child {
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  letter-spacing: -0.04em;
}

.story-map .section-rail span:last-child {
  max-width: none;
}

.story-map-content {
  display: grid;
  grid-template-columns: minmax(10rem, 0.24fr) minmax(15rem, 0.28fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.story-map-content > .eyebrow {
  grid-column: 1;
  margin: 0;
}

.role-content h2,
.story-map-content h2,
.method-content h2,
.section-heading h2,
.profile h2,
.contact h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.065em;
}

.role-content h2,
.story-map-content h2,
.method-content h2 {
  max-width: 11ch;
  font-size: clamp(3.3rem, 7vw, 7.5rem);
  line-height: 0.88;
}

.role-content h2 span,
.story-map-content h2 span,
.method-content h2 span,
.profile h2 span {
  display: block;
}

.story-map-content h2 {
  grid-column: 1;
  max-width: 100%;
  margin-top: 1.25rem;
  font-size: clamp(1.8rem, 3.2vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.story-portrait {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  min-height: clamp(19rem, 32vw, 34rem);
  margin: 0;
  overflow: hidden;
  background: #efeee9;
}

.story-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  filter: none;
}

.story-portrait figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--paper);
  font-size: 0.58rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
  mix-blend-mode: difference;
}

.story-grid {
  display: grid;
  grid-column: 3;
  grid-row: 1 / span 2;
  grid-template-columns: repeat(2, 1fr);
  min-width: 0;
  gap: 0;
  margin-top: 0;
  background: transparent;
  border-top: 1px solid rgba(16, 17, 15, 0.12);
  border-bottom: 0;
}

.story-card {
  display: flex;
  min-width: 0;
  min-height: clamp(10rem, 15vw, 17rem);
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1.2rem 1.35rem;
  background: transparent;
  border-right: 0;
  border-top: 1px solid rgba(16, 17, 15, 0.12);
  text-decoration: none;
  transition:
    background 260ms var(--ease),
    color 260ms var(--ease),
    padding 260ms var(--ease);
}

.story-card:first-child {
  padding-left: 1.2rem;
  border-top: 0;
}

.story-card:nth-child(2) {
  border-top: 0;
}

.story-card:hover {
  padding-left: 1.2rem;
  background: var(--ink);
  color: var(--paper);
}

.story-card span {
  font-size: 0.65rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.story-card strong {
  margin-top: auto;
  font-size: clamp(1rem, 1.3vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.story-card em {
  display: block;
  margin-top: 0.9rem;
  color: #454640;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.45;
}

.story-card:hover em {
  color: var(--paper);
}

.role-lead {
  max-width: 39ch;
  margin: 2.5rem 0 3.5rem 32%;
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.vision-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-areas:
    "large small"
    "large tall"
    "note tall";
  gap: clamp(1rem, 2vw, 1.75rem);
  margin: clamp(2.5rem, 5vw, 4rem) 0 clamp(2.5rem, 5vw, 4rem);
  overflow: visible;
  background: transparent;
}

.vision-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.vision-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.vision-frame-large {
  grid-area: large;
  width: 100%;
  aspect-ratio: 1.02;
}

.vision-frame-small {
  grid-area: small;
  width: 82%;
  justify-self: end;
  aspect-ratio: 1.15;
}

.vision-frame-tall {
  grid-area: tall;
  width: 100%;
  aspect-ratio: 0.78;
}

.vision-note {
  position: relative;
  grid-area: note;
  align-self: end;
  display: flex;
  max-width: none;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0;
  font-size: 0.62rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
}

.vision-note span {
  padding-top: 0.35rem;
  border-top: 0;
}

.cinematic-chapter {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  isolation: isolate;
}

.cinematic-chapter-light {
  background: var(--paper);
  color: var(--ink);
}

.chapter-media {
  position: absolute;
  z-index: -2;
  inset: clamp(1rem, 2vw, 2rem);
  margin: 0;
  overflow: hidden;
  background: currentColor;
  clip-path: inset(0% 0% 0% 0%);
}

.chapter-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.64), transparent 48%, rgba(0, 0, 0, 0.28)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5));
  content: "";
  opacity: 0.78;
}

.cinematic-chapter-light .chapter-media::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent 48%, rgba(255, 255, 255, 0.36)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.62));
}

.chapter-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: scale(1.14);
}

.chapter-content {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(82rem, calc(100vw - (var(--pad) * 2)));
  grid-template-columns: minmax(4rem, 10vw) minmax(0, 1fr);
  align-items: end;
  gap: clamp(1.5rem, 5vw, 5rem);
  padding: clamp(4rem, 8vh, 7rem) 0;
}

.chapter-number {
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: start;
  pointer-events: none;
  font-size: clamp(4rem, 12vw, 13rem);
  font-family: var(--font-heavy);
  font-weight: 800;
  line-height: 0.74;
  letter-spacing: -0.1em;
}

.chapter-kicker {
  grid-column: 2;
  margin: 0 0 clamp(1rem, 2vw, 1.8rem);
  font-size: 0.68rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.chapter-kicker,
.chapter-content h2,
.chapter-content p:last-child {
  width: fit-content;
  max-width: min(100%, 40rem);
  padding: 0.08em 0.12em;
  background: rgba(16, 17, 15, 0.18);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  overflow-wrap: break-word;
  text-shadow: 0 0.08em 1.5rem rgba(0, 0, 0, 0.42);
}

.cinematic-chapter-light .chapter-kicker,
.cinematic-chapter-light .chapter-content h2,
.cinematic-chapter-light .chapter-content p:last-child {
  background: rgba(255, 255, 255, 0.34);
  text-shadow: 0 0.08em 1.5rem rgba(255, 255, 255, 0.6);
}

.chapter-content h2 {
  grid-column: 2;
  max-width: 9ch;
  margin: 0;
  font-size: clamp(4rem, 10vw, 12rem);
  font-weight: 800;
  line-height: 0.76;
  letter-spacing: -0.1em;
}

.chapter-content p:last-child {
  grid-column: 2;
  max-width: 34rem;
  margin: clamp(1.5rem, 3vw, 2.4rem) 0 0;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.chapter-content > * {
  position: relative;
  z-index: 1;
}

.chapter-content::before,
.chapter-content::after {
  position: absolute;
  z-index: 0;
  background: currentColor;
  content: "";
  opacity: 0.25;
  pointer-events: none;
}

.chapter-content::before {
  top: clamp(1rem, 2vw, 2rem);
  bottom: clamp(1rem, 2vw, 2rem);
  left: 0;
  width: 1px;
}

.chapter-content::after {
  right: 0;
  bottom: clamp(1rem, 2vw, 2rem);
  left: 0;
  height: 1px;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: min(68rem, 100%);
  margin: clamp(3rem, 7vw, 6rem) 0 0 auto;
  border-top: 0;
}

.fit-item {
  position: relative;
  display: grid;
  min-height: clamp(18rem, 40vh, 28rem);
  grid-template-columns: minmax(3rem, 7vw) minmax(0, 1fr);
  align-content: center;
  gap: 0 clamp(1.25rem, 4vw, 4rem);
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: 0;
  --line-progress: 0%;
}

.fit-item::before {
  display: none;
}

.fit-item:first-child {
  padding-left: 0;
}

.fit-item:last-child {
  border-bottom: 0;
}

.fit-item > span,
.method-steps > li > span {
  font-size: 0.65rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.fit-item > span {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding-top: 0.18em;
}

.fit-item h3 {
  grid-column: 2;
  margin: 0 0 0.9rem;
  font-size: clamp(1.55rem, 3.2vw, 3.25rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.fit-item p {
  grid-column: 2;
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.15rem);
  line-height: 1.5;
}

.projects,
.profile {
  padding: clamp(4.5rem, 8vw, 7.5rem) max(var(--pad), calc((100vw - 1500px) / 2));
  background: var(--ink);
  color: var(--paper);
}

.section-heading,
.profile-statement {
  display: grid;
  grid-template-columns: minmax(7rem, 14vw) 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.section-heading h2 {
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: 0.88;
}

.section-intro {
  max-width: 56ch;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0 34%;
  color: var(--paper);
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.project-list {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.project-card {
  position: relative;
  display: grid;
  width: 100%;
  min-height: clamp(18rem, 30vw, 28rem);
  grid-template-columns: minmax(3rem, 7vw) minmax(17rem, 0.8fr) minmax(24rem, 46vw) auto;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  padding: clamp(1.25rem, 2vw, 2rem) 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

html.has-gsap-scroll .project-card,
html.has-gsap-scroll .project-art,
html.has-gsap-scroll .project-media img,
html.has-gsap-scroll .story-portrait,
html.has-gsap-scroll .story-portrait img,
html.has-gsap-scroll .vision-frame,
html.has-gsap-scroll .vision-frame img,
html.has-gsap-scroll .chapter-media,
html.has-gsap-scroll .chapter-media img,
html.has-gsap-scroll .chapter-content,
html.has-gsap-scroll .method-project-visual,
html.has-gsap-scroll .method-project-visual img,
html.has-gsap-scroll .method-project-visual video,
html.has-gsap-scroll .detail-media,
html.has-gsap-scroll .media-feature {
  will-change: transform, clip-path;
}

.project-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--accent);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 400ms var(--ease);
}

.project-card:hover {
  color: var(--ink);
}

html.has-gsap-scroll .project-card:hover .project-media img {
  transform: scale(1.015);
}

.project-card:hover::before {
  transform: scaleY(1);
}

.project-card > * {
  position: relative;
  z-index: 1;
}

.project-number {
  align-self: start;
  padding-top: 0.2rem;
  font-size: 0.65rem;
  font-family: var(--font-bold);
  font-weight: 700;
}

.project-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.project-tag {
  font-size: 0.65rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-copy strong {
  max-width: 11ch;
  font-size: clamp(2.2rem, 4.8vw, 5rem);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.project-copy > span:last-child {
  max-width: 32ch;
  color: var(--paper);
  font-size: 0.92rem;
}

.project-card:hover .project-copy > span:last-child {
  color: var(--ink);
}

.project-art {
  position: relative;
  display: block;
  width: 100%;
  max-width: min(100%, 46vw);
  height: auto;
  justify-self: start;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.project-media {
  height: auto;
  background: transparent;
}

.project-media::after {
  position: absolute;
  inset: 0;
  display: none;
  background: transparent;
  content: "";
}

.project-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: initial;
  filter: none;
  transition:
    filter 400ms ease;
}

.project-media-portrait img {
  object-position: center 45%;
}

.project-media i {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
  color: var(--paper);
  font-style: normal;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  mix-blend-mode: difference;
}

.project-card:hover .project-media img {
  filter: none;
}

.project-card:target {
  outline: 1px solid var(--accent);
  outline-offset: -1px;
}

.project-arrow {
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: transform 300ms var(--ease);
}

.project-card:hover .project-arrow {
  transform: rotate(45deg);
}

.project-detail-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.project-detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(3.5rem, 8vw) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 4.5rem);
  padding: clamp(3.25rem, 7vw, 7rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  opacity: 0.86;
  transition: opacity 500ms var(--ease);
}

.project-detail.is-in-view {
  opacity: 1;
}

.project-detail:last-child {
  border-bottom: 0;
}

.project-detail-heading {
  display: contents;
}

.project-detail-heading .project-number {
  grid-column: 1;
  grid-row: 1 / span 2;
  position: sticky;
  top: 8rem;
  color: rgba(245, 243, 237, 0.74);
}

.project-detail-heading > div {
  grid-column: 2;
  max-width: 76rem;
}

.project-detail-heading h3 {
  max-width: 15ch;
  margin: 0.45rem 0 1rem;
  font-size: clamp(2.8rem, 6vw, 6.8rem);
  font-family: var(--font-heavy);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.07em;
}

.project-detail-heading p {
  max-width: 48rem;
  margin: 0;
  color: rgba(245, 243, 237, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.38;
  letter-spacing: -0.025em;
}

.project-detail-body {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(17rem, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(1.75rem, 4.5vw, 5rem);
  align-items: start;
}

.project-detail-text {
  display: grid;
  gap: clamp(0.9rem, 1.4vw, 1.2rem);
  border-top: 0;
}

.project-detail-text > div {
  padding: 0 0 clamp(0.35rem, 1vw, 0.75rem);
  border-bottom: 0;
}

.project-detail-text p {
  max-width: 38rem;
  margin: 0.7rem 0 0;
  color: rgba(245, 243, 237, 0.72);
  font-size: 0.92rem;
  line-height: 1.52;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.65rem);
  overflow: visible;
  padding: 0;
}

.project-gallery-featured {
  grid-column: 1 / -1;
}

.project-gallery-item {
  display: grid;
  min-width: 0;
  gap: 0.8rem;
  margin: 0;
  align-content: start;
}

.project-gallery-item:nth-child(even) {
  padding-top: clamp(1.25rem, 3vw, 3.5rem);
}

.project-gallery-featured:nth-child(even) {
  padding-top: 0;
}

.project-gallery-item img,
.project-gallery-item video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(20rem, 56vh, 44rem);
  margin-inline: auto;
  object-fit: contain;
  background: transparent;
}

.project-gallery-featured img,
.project-gallery-featured video {
  max-height: clamp(24rem, 66vh, 54rem);
}

.project-gallery-item video {
  background: #000;
}

.project-gallery-item figcaption {
  max-width: 42rem;
  color: rgba(245, 243, 237, 0.62);
  font-size: 0.68rem;
  font-family: var(--font-bold);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.focus-intention {
  display: grid;
  grid-template-columns: minmax(19rem, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  margin-top: clamp(5rem, 9vw, 8rem);
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.focus-intention-copy {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.focus-intention-copy h3 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(3rem, 6.4vw, 7rem);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.focus-intention-copy p:last-child {
  max-width: 36rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.45;
}

.focus-intention-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f2f1ed;
}

.focus-intention-media img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 58% 58%;
}

.project-visual-nav {
  display: grid;
  grid-template-columns: minmax(20rem, 0.48fr) minmax(0, 0.52fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: stretch;
  padding-top: clamp(4rem, 7vw, 7rem);
}

.project-preview {
  position: relative;
  min-height: clamp(20rem, 34vw, 34rem);
  overflow: hidden;
  background: #f2f1ed;
}

.project-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 280ms ease,
    transform 650ms var(--ease);
}

.project-preview.is-changing img {
  opacity: 0.28;
  transform: scale(1.035);
}

.project-mini-list {
  display: grid;
  align-content: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.project-mini-link {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding: clamp(1.2rem, 2vw, 1.75rem) 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  text-align: left;
}

.project-mini-link span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.11em;
}

.project-mini-link strong {
  font-size: clamp(1.45rem, 3vw, 3.2rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.project-mini-link:hover,
.project-mini-link:focus-visible,
.project-mini-link.is-active {
  color: var(--ink);
  background: var(--paper);
}

.project-mini-link:hover span,
.project-mini-link:focus-visible span,
.project-mini-link.is-active span {
  color: rgba(16, 17, 15, 0.58);
}

.art-virtual {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
  padding: 1px;
  background: var(--ink);
}

.art-virtual i {
  display: grid;
  place-items: center;
  background: #d9d8d0;
  color: var(--ink);
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.art-virtual i:first-child {
  grid-row: 1 / -1;
  background: var(--accent);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 500;
  letter-spacing: -0.08em;
}

.art-attensi {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

.art-attensi::before {
  position: absolute;
  width: 55%;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
}

.art-attensi i {
  display: grid;
  width: 24%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 700;
}

.art-attensi i:nth-child(2) {
  z-index: 1;
  margin: 0 -3%;
  background: var(--accent);
}

.art-platform {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
  padding: 10%;
  background: #cbc8bd;
}

.art-platform i {
  display: block;
  border: 1px solid var(--ink);
  background: transparent;
}

.art-platform i:first-child {
  grid-row: 1 / -1;
  background: var(--ink);
}

.art-platform i:nth-child(3),
.art-platform i:nth-child(5) {
  background: var(--accent);
}

.art-crazydays {
  display: grid;
  align-content: center;
  padding: 8%;
  background: var(--accent);
  color: var(--ink);
}

.art-crazydays::after {
  position: absolute;
  right: 7%;
  bottom: 10%;
  width: 24%;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 50%;
  content: "";
}

.art-crazydays i {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-size: clamp(2.5rem, 6vw, 6rem);
  font-weight: 800;
  line-height: 0.72;
  letter-spacing: -0.07em;
}

.art-crazydays i:last-child {
  position: absolute;
  right: 12%;
  bottom: 18%;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.art-activations {
  background: #d2cfc4;
}

.art-activations::before {
  position: absolute;
  inset: 15% 38%;
  border: 1px solid #111;
  background: var(--accent);
  content: "";
}

.art-activations i {
  position: absolute;
  width: 19%;
  aspect-ratio: 1;
  border: 1px solid #111;
  border-radius: 50%;
}

.art-activations i:nth-child(1) {
  top: 12%;
  left: 10%;
}

.art-activations i:nth-child(2) {
  right: 10%;
  bottom: 12%;
}

.art-activations i:nth-child(3) {
  top: 20%;
  right: 15%;
  background: #111;
}

.art-activations i:nth-child(4) {
  bottom: 18%;
  left: 16%;
  background: #111;
}

.method-content .eyebrow {
  margin-bottom: 2rem;
}

.method-intro {
  max-width: 58ch;
  margin: 2.25rem 0 0 min(18vw, 15rem);
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
}

.method-steps {
  margin: 6rem 0 0;
  padding: 0;
  list-style: none;
}

.method-steps li {
  display: grid;
  grid-template-columns: minmax(4rem, 8vw) 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}

.method-steps h3 {
  margin: 0 0 0.35rem;
  font-size: 1.3rem;
}

.method-steps p {
  max-width: 45ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.method-projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(3rem, 6vw, 5.5rem);
  gap: clamp(1.2rem, 2vw, 1.8rem);
  border-top: 0;
  border-bottom: 0;
}

.method-project {
  display: grid;
  min-height: clamp(24rem, 34vw, 34rem);
  grid-template-rows: auto auto minmax(12rem, 1fr) auto;
  gap: clamp(1rem, 1.8vw, 1.45rem);
  padding: clamp(1rem, 1.8vw, 1.6rem);
  overflow: hidden;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: default;
  transition:
    background 260ms var(--ease),
    color 260ms var(--ease),
    padding 260ms var(--ease);
}

.method-project:last-child {
  border-right: 0;
}

.method-project span {
  font-size: 0.65rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.method-project strong {
  max-width: 10ch;
  align-self: start;
  font-size: clamp(2.6rem, 5.4vw, 5.8rem);
  font-family: var(--font-heavy);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.method-project-visual {
  position: relative;
  display: grid;
  min-height: clamp(13rem, 21vw, 22rem);
  margin: 0;
  overflow: hidden;
  background: #efeee9;
}

.method-project-visual::after {
  display: none;
}

.method-project-visual img,
.method-project-visual video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(13rem, 21vw, 22rem);
  object-fit: cover;
  filter: none;
  transform: scale(1.01);
}

.method-project em {
  max-width: 42ch;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.5;
}

.method-project:hover em {
  color: var(--paper);
}

.profile-statement h2 {
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: 0.78;
}

.profile-statement .accent {
  color: var(--accent);
}

.profile-body {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) 1.3fr;
  gap: clamp(4rem, 10vw, 10rem);
  margin-left: calc(min(14vw, 14rem) + clamp(2rem, 6vw, 7rem));
}

.profile-bio {
  font-size: clamp(1.15rem, 1.75vw, 1.55rem);
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.profile-bio p {
  margin: 0 0 1.5rem;
}

.recognition {
  display: grid;
  grid-template-columns: minmax(8rem, 0.8fr) 1.5fr 1fr;
  align-items: baseline;
  gap: 1rem;
  margin: clamp(4rem, 8vw, 7rem) 0 0 calc(min(14vw, 14rem) + clamp(2rem, 6vw, 7rem));
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.recognition span {
  color: var(--paper);
  font-size: 0.68rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recognition strong {
  font-size: clamp(1.6rem, 3.3vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.recognition p {
  grid-column: 2 / -1;
  max-width: 68ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.55;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.metrics article {
  display: flex;
  min-height: 13rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.metrics strong {
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.07em;
}

.metrics span {
  max-width: 16ch;
  color: var(--paper);
  font-size: 0.8rem;
}

.profile-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(6rem, 10vw, 10rem) 0 0 calc(min(14vw, 14rem) + clamp(2rem, 6vw, 7rem));
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.profile-details > div {
  padding: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.profile-details > div:first-child {
  padding-left: 0;
}

.profile-details > div:last-child {
  border-right: 0;
}

.detail-label {
  display: block;
  margin-bottom: 2rem;
  color: var(--paper);
  font-size: 0.65rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-details p,
.dialog-grid p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.language-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}

.language-list div {
  display: grid;
  grid-template-columns: minmax(4.8rem, 0.75fr) 1fr;
  gap: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.language-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.language-list dt,
.language-list dd {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.35;
}

.language-list dt {
  color: var(--paper);
  font-family: var(--font-bold);
  font-weight: 700;
}

.language-list dd {
  color: rgba(255, 255, 255, 0.7);
}

.contact {
  min-height: 85svh;
  padding: 3rem var(--pad) 1.5rem;
  background: var(--accent);
}

.contact-topline {
  border-color: rgba(16, 17, 15, 0.35);
}

.contact h2 {
  max-width: 12ch;
  margin: 12vh 0;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: 0.82;
}

.contact h2 span,
.contact h2 a {
  display: block;
}

.contact h2 a {
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.1em;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(16, 17, 15, 0.4);
  border-bottom: 1px solid rgba(16, 17, 15, 0.4);
}

.contact-links a {
  padding: 1.25rem 0.75rem;
  border-right: 1px solid rgba(16, 17, 15, 0.35);
  font-size: 0.82rem;
  font-family: var(--font-bold);
  font-weight: 700;
  text-decoration: none;
}

.contact-links a:first-child {
  padding-left: 0;
}

.contact-links a:last-child {
  border-right: 0;
}

.contact footer {
  display: flex;
  justify-content: space-between;
  padding-top: 1.25rem;
  font-size: 0.65rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-dialog {
  width: min(1480px, calc(100vw - 2rem));
  max-height: calc(100dvh - 2rem);
  padding: 0;
  overflow: auto;
  border: 0;
  background: var(--paper);
  color: var(--ink);
}

.project-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.project-dialog[open] {
  animation: dialog-in 400ms var(--ease);
}

.dialog-close {
  position: sticky;
  z-index: 2;
  top: 1rem;
  left: calc(100% - 4rem);
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.dialog-index {
  padding: 0 2rem;
  color: var(--muted);
  font-size: clamp(6rem, 20vw, 13rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.dialog-content {
  padding: 2rem clamp(1.5rem, 6vw, 5rem) 5rem;
}

.dialog-content > .eyebrow,
.dialog-content h2,
.dialog-lead {
  animation: detail-rise 640ms var(--ease) both;
}

.dialog-content h2 {
  animation-delay: 80ms;
}

.dialog-lead {
  animation-delay: 160ms;
}

.dialog-content h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.065em;
}

.dialog-lead {
  max-width: 46ch;
  margin: 2.25rem 0 clamp(3rem, 6vw, 5.5rem) min(16vw, 13rem);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  line-height: 1.3;
}

.dialog-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: start;
  margin: 0 0 clamp(4rem, 8vw, 7rem);
  overflow: visible;
  background: transparent;
  border: 0;
}

.dialog-media[hidden] {
  display: none;
}

.dialog-media figure {
  position: relative;
  margin: 0;
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  overflow: visible;
  padding-inline: clamp(0.75rem, 2.5vw, 2.5rem);
  border: 0;
  background: transparent;
  animation: detail-rise 640ms var(--ease) both;
  animation-delay: calc(var(--media-index, 0) * 90ms);
}

.dialog-media .dialog-media-featured {
  grid-column: 1 / -1;
}

.dialog-media .dialog-media-featured.dialog-media-portrait {
  align-items: center;
}

.dialog-media img,
.dialog-media video {
  display: block;
  width: min(100%, calc(var(--natural-width, 1800) * 1px));
  max-width: min(100%, calc(var(--natural-width, 1800) * 1px));
  height: auto;
  margin: auto;
  object-fit: contain;
  background: transparent;
}

.dialog-media .dialog-media-featured.dialog-media-portrait img,
.dialog-media .dialog-media-featured.dialog-media-portrait video {
  width: min(100%, calc(var(--natural-width, 1350) * 1px));
  max-height: min(78vh, 980px);
  object-fit: contain;
}

.dialog-media .dialog-media-video.dialog-media-portrait video {
  width: min(100%, calc(var(--natural-width, 1350) * 1px));
  max-height: min(78vh, 900px);
}

.dialog-media figure:not(.dialog-media-featured) {
  aspect-ratio: auto;
}

.dialog-media .dialog-media-portrait:not(.dialog-media-featured) {
  aspect-ratio: auto;
}

.dialog-media .dialog-media-video.dialog-media-portrait:not(.dialog-media-featured) {
  aspect-ratio: auto;
}

.dialog-media .dialog-media-featured {
  aspect-ratio: auto;
}

.dialog-media .dialog-media-featured.dialog-media-portrait {
  aspect-ratio: auto;
}

.dialog-media img {
  filter: saturate(0.88) contrast(1.03);
  transition:
    filter 350ms ease,
    transform 500ms var(--ease);
}

.dialog-media figure:hover img {
  filter: saturate(1) contrast(1);
  transform: translateY(-0.25rem);
}

.dialog-media figcaption {
  position: static;
  max-width: 62ch;
  padding: 0 0 0 1rem;
  border-left: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dialog-media .dialog-media-video figcaption {
  pointer-events: none;
}

.dialog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--ink);
  animation: detail-rise 640ms 260ms var(--ease) both;
}

.dialog-grid > div {
  min-height: 12rem;
  padding: 1.4rem 1.6rem 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dialog-grid > div:nth-child(odd) {
  padding-left: 0;
}

.dialog-grid > div:nth-child(even) {
  border-right: 0;
}

.dialog-grid > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
}

@keyframes detail-rise {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(0.45rem);
  transition:
    opacity 520ms var(--ease),
    transform 520ms var(--ease);
}

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-self: start;
    width: 100%;
    gap: 1rem;
    overflow-x: auto;
    padding: 0.15rem 0;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .hero::before {
    left: 75%;
  }

  .hero-kicker {
    width: 75%;
  }

  .hero-main {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 36vw);
    gap: clamp(1.5rem, 4vw, 3rem);
  }

  .hero-title {
    font-size: clamp(5rem, 14vw, 9.5rem);
  }

  .hero-intro {
    margin-left: 10%;
  }

  .story-map,
  .role-fit,
  .method,
  .section-heading,
  .profile-statement {
    grid-template-columns: 5rem 1fr;
    gap: 2rem;
  }

  .story-grid {
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 0;
  }

  .story-map-content {
    grid-template-columns: minmax(0, 0.78fr) minmax(13rem, 0.52fr);
    gap: 1.5rem;
  }

  .story-map-content > .eyebrow,
  .story-map-content h2 {
    grid-column: 1;
    grid-row: auto;
  }

  .story-portrait {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 24rem;
  }

  .story-grid {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .story-grid {
    margin-top: 0.25rem;
  }

  .story-card:nth-child(2) {
    border-right: 0;
  }

  .story-card:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .role-lead {
    margin-left: 20%;
  }

  .vision-collage {
    min-height: 42rem;
  }

  .vision-frame-large {
    width: min(36rem, 56vw);
  }

  .vision-frame-small {
    width: min(18rem, 30vw);
  }

  .vision-frame-tall {
    right: 10%;
    width: min(22rem, 34vw);
  }

  .chapter-content {
    width: min(100% - (var(--pad) * 2), 62rem);
    grid-template-columns: minmax(3.5rem, 8vw) minmax(0, 1fr);
    gap: 1.75rem;
  }

  .chapter-content h2 {
    font-size: clamp(3.8rem, 11vw, 8.5rem);
  }

  .chapter-number {
    font-size: clamp(3.5rem, 11vw, 9rem);
  }

  .method-intro {
    margin-left: 20%;
  }

  .section-intro {
    margin-left: 20%;
  }

  .project-card {
    grid-template-columns: 3rem 1fr minmax(14rem, 35vw) auto;
  }

  .project-detail-body {
    grid-template-columns: 1fr;
  }

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

  .focus-intention,
  .project-visual-nav {
    grid-template-columns: 1fr;
  }

  .project-preview {
    min-height: clamp(19rem, 58vw, 32rem);
  }

  .profile-body,
  .profile-details,
  .recognition {
    margin-left: 7rem;
  }

  .profile-body {
    grid-template-columns: 1fr;
  }

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

  .profile-details > div:nth-child(2) {
    border-right: 0;
  }

  .profile-details > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

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

  .dialog-grid > div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 880px;
    padding-top: 8.75rem;
  }

  .hero-kicker {
    width: 100%;
  }

  .hero-title {
    font-size: clamp(4.2rem, 21vw, 7rem);
    line-height: 0.75;
  }

  .hero-main {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin: 2rem 0;
  }

  .hero-name,
  .hero-subtitle {
    font-size: 0.68rem;
  }

  .hero-subtitle {
    width: 100%;
  }

  .hero-portrait {
    width: min(78vw, 22rem);
    height: clamp(25rem, 58vh, 34rem);
    margin: 0 auto;
  }

  .hero-bottom {
    align-items: center;
  }

  .hero-intro {
    margin-left: 0;
    font-size: 1rem;
  }

  .story-map,
  .role-fit,
  .method {
    grid-template-columns: 1fr;
  }

  .story-map {
    padding: clamp(1.8rem, 8vw, 3rem) 0;
  }

  .story-map-content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .story-map-content > .eyebrow,
  .story-map-content h2,
  .story-portrait,
  .story-grid {
    grid-column: 1;
    grid-row: auto;
  }

  .story-portrait {
    min-height: clamp(24rem, 78vw, 32rem);
  }

  .story-map-content h2 {
    margin-top: 0.85rem;
    font-size: clamp(1.65rem, 11vw, 2.8rem);
  }

  .section-heading,
  .profile-statement {
    grid-template-columns: 1fr;
  }

  .section-rail {
    min-height: 0;
    flex-direction: row;
    padding: 0 0 0.75rem;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 17, 15, 0.12);
  }

  .section-rail.light {
    border-bottom-color: rgba(255, 255, 255, 0.14);
  }

  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top-color: rgba(16, 17, 15, 0.12);
  }

  .story-card,
  .story-card:first-child {
    display: grid;
    min-height: auto;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    column-gap: 1rem;
    padding: 1rem;
    border-right: 0;
    border-bottom: 0;
  }

  .story-card:nth-child(even) {
    border-right: 0;
  }

  .story-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .story-card:hover {
    padding-left: 1rem;
  }

  .story-card strong {
    margin-top: 0;
  }

  .story-card em {
    grid-column: 2;
    margin-top: 0.35rem;
    font-size: 0.84rem;
  }

  .story-map .section-rail {
    padding-bottom: 0.65rem;
  }

  .role-lead {
    margin: 2.5rem 0 4rem;
  }

  .vision-collage {
    display: grid;
    min-height: auto;
    gap: 1rem;
    padding: 1rem 0 3rem;
    background: transparent;
  }

  .vision-frame {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .vision-frame-large,
  .vision-frame-small,
  .vision-frame-tall {
    width: 100%;
    aspect-ratio: auto;
  }

  .vision-frame img {
    height: auto;
    object-fit: initial;
  }

  .vision-note {
    position: static;
    max-width: none;
    padding-top: 0.5rem;
  }

  .cinematic-chapter {
    min-height: 82svh;
  }

  .chapter-media {
    inset: 0.85rem;
  }

  .chapter-content {
    grid-template-columns: 1fr;
    align-items: end;
    gap: 1.25rem;
    padding: 5rem 0 3rem;
  }

  .chapter-number {
    grid-column: 1;
    grid-row: auto;
    font-size: clamp(3rem, 18vw, 6rem);
  }

  .chapter-kicker,
  .chapter-content h2,
  .chapter-content p:last-child {
    background: rgba(16, 17, 15, 0.28);
  }

  .cinematic-chapter-light .chapter-kicker,
  .cinematic-chapter-light .chapter-content h2,
  .cinematic-chapter-light .chapter-content p:last-child {
    background: rgba(255, 255, 255, 0.52);
  }

  .chapter-kicker,
  .chapter-content h2,
  .chapter-content p:last-child {
    grid-column: 1;
    width: fit-content;
    max-width: min(100%, 24rem);
  }

  .chapter-content h2 {
    max-width: 8ch;
    font-size: clamp(4rem, 19vw, 7rem);
  }

  .chapter-content p:last-child {
    max-width: 24rem;
    font-size: 1rem;
  }

  .section-intro {
    margin-left: 0;
  }

  .fit-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .fit-item {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 2.2rem 0;
    border-right: 0;
    border-bottom: 0;
  }

  .fit-item > span,
  .fit-item h3,
  .fit-item p {
    grid-column: 1;
  }

  .fit-item h3 {
    margin-top: 3rem;
  }

  .project-card {
    grid-template-columns: 2rem 1fr auto;
    min-height: 31rem;
    align-content: start;
    padding: 1.25rem 0;
  }

  .project-detail-list {
    gap: 0;
  }

  .project-detail {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2.25rem 0 3rem;
  }

  .project-detail-heading {
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 1rem;
  }

  .project-detail-heading .project-number {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .project-detail-heading > div {
    grid-column: 2;
  }

  .project-detail-heading h3 {
    font-size: clamp(2.2rem, 14vw, 4rem);
  }

  .project-detail-heading p {
    font-size: 1rem;
  }

  .project-detail-body {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .project-gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .project-gallery-item img,
  .project-gallery-item video {
    max-height: 72vh;
  }

  .project-copy {
    min-height: 12rem;
  }

  .project-copy strong {
    font-size: 2.6rem;
  }

  .project-art {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
  }

  .focus-intention {
    gap: 2rem;
    margin-top: 4rem;
    padding: 3rem 0;
  }

  .focus-intention-copy h3 {
    font-size: clamp(3rem, 14vw, 5.4rem);
  }

  .project-visual-nav {
    padding-top: 3rem;
  }

  .project-mini-link {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }

  .project-media {
    height: auto;
  }

  .project-arrow {
    width: 2.5rem;
  }

  .method-steps {
    margin-top: 4rem;
  }

  .method-intro {
    margin-left: 0;
  }

  .method-projects {
    grid-template-columns: 1fr;
  }

  .method-project {
    min-height: auto;
    padding: 1.2rem 0;
    border-right: 0;
    border-bottom: 0;
  }

  .method-project:hover {
    padding-left: 1rem;
  }

  .method-project:last-child {
    border-bottom: 0;
  }

  .profile-statement h2 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  .profile-body,
  .profile-details,
  .recognition {
    margin-left: 0;
  }

  .metrics {
    grid-template-columns: 1fr 1fr;
  }

  .metrics article {
    min-height: 10rem;
  }

  .profile-details {
    grid-template-columns: 1fr;
  }

  .profile-details > div:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .recognition {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .recognition p {
    grid-column: auto;
  }

  .profile-details > div {
    padding: 1.25rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .profile-details > div:last-child {
    border-bottom: 0;
  }

  .contact {
    min-height: 760px;
  }

  .contact h2 {
    margin: 14vh 0;
    font-size: clamp(3.25rem, 16vw, 5.5rem);
  }

  .contact-links {
    grid-template-columns: 1fr 1fr;
  }

  .contact-links a {
    border-bottom: 1px solid rgba(16, 17, 15, 0.35);
  }

  .contact-links a:nth-child(2) {
    border-right: 0;
  }

  .contact-links a:nth-child(3),
  .contact-links a:nth-child(4) {
    border-bottom: 0;
  }

  .dialog-grid {
    grid-template-columns: 1fr;
  }

  .dialog-media {
    grid-template-columns: 1fr;
  }

  .dialog-media .dialog-media-featured {
    grid-column: auto;
  }

  .dialog-grid > div {
    min-height: auto;
    padding: 1.25rem 0 2rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 430px) {
  .story-map {
    width: min(100% - (var(--pad) * 2), 32rem);
  }

  .story-map-content {
    grid-template-columns: 1fr;
  }

  .story-map-content > .eyebrow,
  .story-map-content h2,
  .story-portrait,
  .story-grid {
    grid-column: 1;
    grid-row: auto;
  }

  .story-portrait {
    min-height: 29rem;
  }

  .story-portrait figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-card,
  .story-card:first-child {
    grid-template-columns: 2rem minmax(0, 1fr);
    border-right: 0;
  }

  .story-card:nth-child(even) {
    border-right: 0;
  }

  .story-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .story-card:last-child {
    border-bottom: 0;
  }
}

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

  .scroll-intro {
    display: none;
  }

  .preloader,
  .curtain,
  .transition-sweep {
    display: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* Scroll audit refinement — clearer one-page editorial journey */

:root {
  --page-readable: min(92vw, 1320px);
  --section-y: clamp(4rem, 8vw, 7rem);
  --hairline: rgba(16, 17, 15, 0.12);
}

main {
  overflow-x: clip;
  overflow-y: visible;
}

.scroll-intro-title {
  color: #fff !important;
  text-shadow: 0 0.14em 2.8rem rgba(0, 0, 0, 0.44);
}

.scroll-intro-title span,
.scroll-intro-title strong,
.scroll-intro-title em {
  color: #fff !important;
}

.section-rail {
  min-height: auto;
  padding-right: 0;
  border-right: 0;
  gap: 1.2rem;
  opacity: 0.92;
}

.section-rail span:first-child {
  font-size: clamp(1.5rem, 3.4vw, 4.1rem);
  line-height: 0.82;
}

.section-rail span:last-child {
  max-width: 11rem;
  color: currentColor;
  opacity: 0.62;
}

.story-map,
.role-fit,
.method {
  width: var(--page-readable);
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

.story-map {
  position: relative;
  min-height: auto;
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
  background: var(--paper);
}

.story-map::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16, 17, 15, 0.24), transparent);
  content: "";
}

.story-map .section-rail {
  margin-bottom: clamp(1.8rem, 4vw, 3.2rem);
  padding: 0;
  border: 0;
}

.story-map-content {
  grid-template-columns: minmax(10rem, 0.26fr) minmax(16rem, 0.31fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3.6vw, 3.5rem);
}

.story-map-content h2 {
  max-width: 8ch;
  font-size: clamp(2.2rem, 4.3vw, 4.6rem);
}

.story-portrait {
  box-shadow: none;
}

.story-portrait::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34));
  content: "";
  pointer-events: none;
}

.story-grid {
  align-self: stretch;
  border-top: 0;
  gap: 1px;
  background: rgba(16, 17, 15, 0.1);
}

.story-card {
  min-height: clamp(10rem, 13.5vw, 15rem);
  border: 0 !important;
  background: var(--paper);
}

.story-card:hover {
  background: var(--ink);
}

.role-fit {
  align-items: start;
}

.role-lead {
  margin-left: min(28%, 18rem);
}

.vision-collage {
  max-width: min(100%, 74rem);
  align-items: start;
  margin-left: auto;
  margin-right: 0;
}

.vision-frame {
  box-shadow: 0 1.2rem 3rem rgba(16, 17, 15, 0.08);
}

.vision-frame-large,
.vision-frame-small,
.vision-frame-tall {
  transform: none !important;
}

.fit-grid {
  gap: clamp(1.5rem, 3vw, 2.6rem);
}

.fit-item {
  min-height: clamp(16rem, 34vh, 24rem);
  padding: clamp(1.8rem, 3.5vw, 3.2rem);
  background:
    linear-gradient(90deg, rgba(16, 17, 15, 0.045), transparent 36%),
    #fff;
}

.fit-item + .fit-item {
  margin-top: 1px;
}

.fit-item h3,
.fit-item p {
  max-width: 48rem;
}

.method-content {
  min-width: 0;
}

.method-projects-intro {
  display: grid;
  grid-template-columns: minmax(8rem, 0.26fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 4rem);
  max-width: min(100%, 72rem);
  margin: clamp(3rem, 6vw, 5rem) 0 clamp(1.5rem, 3vw, 2.5rem) auto;
}

.method-projects-intro span {
  font-size: 0.68rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-projects-intro p {
  max-width: 54rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.45;
}

.method-projects {
  margin-top: 0;
}

.method-project {
  border-top: 1px solid var(--hairline);
}

.method-project-visual {
  background: transparent;
}

.method-project-visual::after {
  display: none;
}

.projects {
  padding-top: var(--section-y);
}

.section-heading,
.profile-statement {
  grid-template-columns: minmax(7rem, 12vw) minmax(0, 1fr);
}

.section-intro {
  max-width: 58ch;
  margin-left: min(28%, 18rem);
}

.project-list {
  border-top: 0;
}

.project-visual-nav {
  position: sticky;
  z-index: 2;
  top: clamp(4.5rem, 8vh, 6rem);
  display: grid;
  grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  padding: clamp(1rem, 2vw, 1.4rem) 0;
  background: linear-gradient(180deg, rgba(16, 17, 15, 0.94), rgba(16, 17, 15, 0.72));
  backdrop-filter: blur(14px);
}

.project-preview {
  width: min(100%, 22rem);
  aspect-ratio: 1.55;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.project-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-mini-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.project-mini-link {
  display: grid;
  min-height: 5rem;
  align-content: space-between;
  gap: 1rem;
  padding: 0.85rem;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition:
    color 220ms var(--ease),
    background 220ms var(--ease);
}

.project-mini-link span {
  font-size: 0.62rem;
  font-family: var(--font-bold);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.project-mini-link strong {
  font-size: clamp(0.78rem, 0.95vw, 1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.project-mini-link:hover,
.project-mini-link:focus,
.project-mini-link.is-active {
  background: #fff;
  color: var(--ink);
}

.project-detail-list {
  display: grid;
  gap: clamp(4rem, 8vw, 7rem);
}

.project-detail {
  max-width: 1380px;
  margin: 0 auto;
  padding: clamp(1.4rem, 3vw, 3rem);
  border: 0;
  background: transparent;
}

.project-detail + .project-detail {
  margin-top: 0;
}

.project-detail-heading {
  grid-template-columns: minmax(3.5rem, 7vw) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 3.5rem);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.project-detail-heading h3 {
  max-width: 12ch;
}

.project-detail-heading p {
  max-width: 58ch;
}

.project-detail-body {
  display: grid;
  grid-template-columns: minmax(16rem, 0.36fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.project-detail-text {
  position: sticky;
  top: clamp(5rem, 9vh, 7rem);
  display: grid;
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

.project-detail-text > div {
  padding-top: 0;
  border-top: 0;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.5rem);
  align-items: start;
}

.project-gallery-item,
.project-gallery-featured,
.project-gallery-item:nth-child(even),
.project-gallery-featured:nth-child(even) {
  grid-column: span 3;
  width: min(100%, var(--natural-image-width, 100%));
  max-width: 100%;
  margin: 0;
  padding-top: 0;
  justify-self: stretch;
  background: transparent;
}

.project-gallery-featured {
  grid-column: 1 / -1;
}

.project-gallery-item img,
.project-gallery-item video,
.project-gallery-featured img,
.project-gallery-featured video {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 820px);
  object-fit: contain;
  background: transparent;
}

.project-gallery-item video {
  aspect-ratio: auto;
  background: transparent;
}

.project-gallery-item figcaption {
  max-width: 48rem;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.68);
}

.profile {
  padding-top: var(--section-y);
}

.profile-details {
  border-top: 0;
}

.recognition {
  border: 0;
  background: rgba(255, 255, 255, 0.06);
}

.contact {
  padding-top: clamp(5rem, 9vw, 8rem);
}

@media (max-width: 980px) {
  .story-map-content {
    grid-template-columns: minmax(13rem, 0.36fr) minmax(0, 1fr);
  }

  .story-map-content > .eyebrow,
  .story-map-content h2 {
    grid-column: 1 / -1;
  }

  .story-portrait {
    grid-column: 1;
    grid-row: auto;
  }

  .story-grid {
    grid-column: 2;
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  .role-lead,
  .section-intro {
    margin-left: 0;
  }

  .vision-collage {
    grid-template-columns: 1fr 1fr;
  }

  .project-visual-nav {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    background: transparent;
    backdrop-filter: none;
  }

  .project-preview {
    display: none;
  }

  .project-mini-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-detail-body {
    grid-template-columns: 1fr;
  }

  .project-detail-text {
    position: relative;
    top: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: center;
    grid-template-columns: auto auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-self: start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .story-map,
  .role-fit,
  .method,
  .section-heading,
  .profile-statement {
    display: block;
  }

  .story-map-content,
  .story-grid,
  .fit-item,
  .method-projects-intro,
  .project-detail-heading,
  .project-detail-text,
  .profile-body,
  .profile-details {
    grid-template-columns: 1fr;
  }

  .story-portrait {
    min-height: 25rem;
    margin: clamp(1.5rem, 5vw, 2.5rem) 0;
  }

  .vision-collage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "large"
      "small"
      "tall"
      "note";
  }

  .vision-frame-small,
  .vision-frame-tall,
  .vision-frame-large {
    width: 100%;
    justify-self: stretch;
  }

  .fit-item {
    min-height: auto;
    padding: 2rem 0;
    background: transparent;
  }

  .project-mini-links {
    grid-template-columns: 1fr;
  }

  .project-detail {
    padding: clamp(1.1rem, 5vw, 1.6rem);
  }

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

  .project-gallery-item,
  .project-gallery-featured,
  .project-gallery-item:nth-child(even),
  .project-gallery-featured:nth-child(even) {
    grid-column: 1;
  }
}

/* Horizontal editorial refinement — one-page immersive scroll */
.scroll-intro-title {
  width: min(74vw, 54rem);
  gap: clamp(0.35rem, 0.8vw, 0.7rem);
  justify-self: start;
  margin-left: clamp(1.4rem, 6vw, 6.8rem);
}

.scroll-intro-name {
  display: grid !important;
  gap: 0;
}

.scroll-intro-name span {
  display: block;
  font-size: clamp(2.8rem, 8vw, 8.4rem);
  line-height: 0.88;
  max-width: 8ch;
  font-family: var(--font-heavy);
  font-weight: 800;
  letter-spacing: -0.085em;
}

.scroll-intro-title strong {
  order: -1;
  font-size: clamp(0.92rem, 1.45vw, 1.45rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.scroll-intro-title em {
  max-width: 28rem;
  font-size: clamp(0.58rem, 0.76vw, 0.76rem);
  line-height: 1.55;
}

.role-transform-line {
  position: relative;
}

.role-transform-en {
  display: none !important;
}

html[lang="en"] .role-transform-fr {
  display: none !important;
}

html[lang="en"] .role-transform-en {
  display: block !important;
}

.method-horizontal {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.method-horizontal-intro {
  width: min(92vw, 1380px);
  margin: 0 auto;
  padding: clamp(5.5rem, 10vw, 9rem) 0 clamp(2rem, 4vw, 4rem);
  color: #fff;
}

.method-horizontal-intro span {
  display: block;
  margin-bottom: clamp(1rem, 1.8vw, 1.4rem);
  font-family: var(--font-heavy);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.method-horizontal-intro h3 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--font-heavy);
  font-size: clamp(2.7rem, 6vw, 6.8rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.method-horizontal-intro p {
  margin: clamp(1.3rem, 2vw, 2rem) 0 0;
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.02rem, 1.35vw, 1.35rem);
  line-height: 1.62;
}

.method-horizontal-sticky {
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 5rem) 0;
}

.method-panel > span {
  display: block;
  margin-bottom: clamp(1rem, 1.8vw, 1.4rem);
  font-family: var(--font-heavy);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.method-horizontal-viewport {
  min-width: 0;
  width: 100%;
  overflow: hidden;
  padding-inline: max(var(--pad), calc((100vw - 1380px) / 2));
}

.method-track {
  display: flex;
  width: max-content;
  gap: clamp(1.2rem, 2.4vw, 2.6rem);
  align-items: center;
  will-change: transform;
}

html.has-gsap-scroll .method-horizontal:not(.is-horizontal-active) .method-track {
  opacity: 1;
  pointer-events: auto;
}

.method-panel {
  flex: 0 0 min(72vw, 62rem);
  min-height: min(74svh, 46rem);
  display: grid;
  align-content: center;
  padding: clamp(2rem, 4vw, 4.8rem);
  color: #fff;
  background: transparent;
}

.method-panel-text {
  max-width: min(64vw, 48rem);
}

.method-panel h4 {
  margin: 0;
  font-family: var(--font-heavy);
  font-size: clamp(3rem, 7vw, 8rem);
  line-height: 0.86;
  letter-spacing: -0.08em;
}

.method-panel p {
  margin: clamp(1.4rem, 2vw, 2.2rem) 0 0;
  max-width: 50rem;
  font-size: clamp(1.1rem, 1.6vw, 1.55rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.method-panel ul {
  display: grid;
  gap: 0.8rem;
  margin: clamp(1.5rem, 2.2vw, 2.4rem) 0 0;
  padding: 0;
  list-style: none;
}

.method-panel li {
  position: relative;
  padding-left: 1.3rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.55;
}

.method-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.45rem;
  height: 1px;
  background: currentColor;
}

.method-panel-media {
  min-height: min(78svh, 48rem);
  padding: 0;
  background: transparent;
  color: #fff;
}

.method-panel-media-wide {
  flex-basis: min(82vw, 76rem);
}

.method-panel-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.6rem);
  width: 100%;
  height: 100%;
  align-items: stretch;
}

.method-panel-media-wide .method-panel-visuals {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.method-panel-visuals figure {
  min-height: min(72svh, 42rem);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.85rem;
  margin: 0;
}

.method-panel-visuals img,
.method-panel-visuals video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.method-panel-visuals figcaption {
  max-width: 27rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.75rem, 0.82vw, 0.88rem);
  line-height: 1.45;
}

.project-detail-list {
  gap: clamp(5rem, 9vw, 9rem);
}

.project-detail {
  width: min(100%, 1380px);
  padding: clamp(1.4rem, 3.2vw, 3.8rem);
  background: transparent;
}

.project-detail-body {
  grid-template-columns: minmax(17rem, 0.34fr) minmax(0, 1fr);
}

.project-gallery {
  gap: clamp(1rem, 2vw, 1.8rem);
}

.project-gallery-item,
.project-gallery-featured,
.project-gallery-item:nth-child(even),
.project-gallery-featured:nth-child(even) {
  align-self: start;
  justify-self: center;
}

.project-gallery-item figcaption {
  padding-top: 0.15rem;
  font-size: clamp(0.78rem, 0.86vw, 0.92rem);
  line-height: 1.5;
}

#store-activations-event .project-detail-body {
  grid-template-columns: 1fr;
}

#store-activations-event .project-detail-text {
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 2rem);
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}

.event-horizontal {
  width: 100%;
  overflow: hidden;
}

.event-horizontal-sticky {
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.event-track {
  display: flex;
  width: max-content;
  gap: clamp(1.2rem, 2.6vw, 2.8rem);
  align-items: center;
  will-change: transform;
}

.event-panel {
  flex: 0 0 min(76vw, 64rem);
  margin: 0;
  color: #fff;
}

.event-panel video {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78svh, 820px);
  object-fit: contain;
}

.event-panel figcaption {
  max-width: 44rem;
  padding-top: 0.85rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.84rem, 0.95vw, 1rem);
  line-height: 1.5;
}

@media (max-width: 980px) {
  .method-horizontal {
    margin-right: 0;
    margin-left: 0;
  }

  .method-horizontal-intro {
    width: auto;
    padding: clamp(4rem, 12vw, 6rem) var(--pad) clamp(1.4rem, 5vw, 2.4rem);
  }

  .method-horizontal-sticky {
    display: block;
    min-height: auto;
    padding: 0 var(--pad) clamp(4rem, 10vw, 6rem);
  }

  .method-horizontal-viewport {
    padding-inline: 0;
  }

  .method-track {
    width: auto;
    display: grid;
    gap: clamp(1.4rem, 4vw, 2rem);
    transform: none !important;
  }

  .method-panel,
  .method-panel-text,
  .method-panel-media,
  .method-panel-media-wide {
    flex: auto;
    max-width: none;
    min-height: auto;
  }

  .method-panel {
    padding: clamp(1.6rem, 5vw, 2.6rem);
  }

  .method-panel-media {
    padding: 0;
  }

  .method-panel-visuals,
  .method-panel-media-wide .method-panel-visuals {
    grid-template-columns: 1fr;
  }

  .method-panel-visuals figure {
    min-height: auto;
  }

  .method-panel-visuals img,
  .method-panel-visuals video {
    height: auto;
    object-fit: contain;
  }

  #store-activations-event .project-detail-text {
    grid-template-columns: 1fr;
  }

  .event-horizontal-sticky {
    min-height: auto;
  }

  .event-track {
    width: auto;
    display: grid;
    gap: clamp(1.4rem, 4vw, 2rem);
    transform: none !important;
  }

  .event-panel {
    flex: auto;
  }
}

@media (max-width: 720px) {
  .scroll-intro-title {
    width: min(82vw, 28rem);
    margin-left: clamp(1.1rem, 7vw, 2rem);
  }

  .scroll-intro-title span {
    font-size: clamp(2.55rem, 13vw, 5.1rem);
  }

  .scroll-intro-name {
    width: min(80vw, 24rem);
  }

  .scroll-intro-name span {
    max-width: 8ch;
    font-size: clamp(2.55rem, 13vw, 5.1rem);
  }

  .scroll-intro-title strong {
    font-size: clamp(0.82rem, 3vw, 1.05rem);
  }

  .scroll-intro-title em {
    font-size: 0.58rem;
  }

  .project-detail-body {
    grid-template-columns: 1fr;
  }

  .project-detail-text {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

}

/* Display stabilization — cleaned one-page immersive flow */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

main > section {
  position: relative;
  isolation: isolate;
}

.scroll-intro-stage {
  place-items: center start;
}

.scroll-intro-title {
  max-width: min(78vw, 54rem);
  padding-left: 0;
}

.scroll-intro-title > .scroll-intro-name {
  width: auto;
  max-width: none;
  font: inherit;
  line-height: 1;
  letter-spacing: normal;
}

.scroll-intro-title > .scroll-intro-name > span {
  color: #fff !important;
}

.role-content {
  min-width: 0;
}

.role-transform-line {
  max-width: min(100%, 11ch);
}

.fit-grid {
  overflow: visible;
}

.fit-item {
  border: 0 !important;
}

.method-horizontal {
  overflow: clip;
}

.method-horizontal-sticky,
.event-horizontal-sticky {
  width: 100%;
  max-width: 100vw;
}

.method-track,
.event-track {
  transition: opacity 220ms var(--ease);
}

html.has-gsap-scroll .method-horizontal:not(.is-horizontal-active) .method-track {
  opacity: 1;
  pointer-events: auto;
}

.method-panel {
  min-width: 0;
}

.method-panel-visuals figure {
  min-height: auto;
}

.method-panel-visuals img,
.method-panel-visuals video {
  height: min(72svh, 42rem);
  object-fit: contain;
}

.projects {
  overflow: clip;
}

.project-detail-list {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.project-detail {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: 1fr;
  gap: clamp(1.8rem, 4vw, 3.8rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  border: 0 !important;
}

.project-detail + .project-detail {
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.project-detail-heading {
  display: grid;
  grid-template-columns: minmax(2.8rem, 7vw) minmax(0, 1fr);
  gap: clamp(1.1rem, 3vw, 3.2rem);
  align-items: start;
  margin: 0;
}

.project-detail-heading .project-number {
  position: sticky;
  top: clamp(5rem, 10vh, 7.5rem);
  grid-column: 1;
  grid-row: 1;
  color: rgba(255, 255, 255, 0.58);
}

.project-detail-heading > div {
  grid-column: 2;
  min-width: 0;
}

.project-detail-body {
  grid-column: 1;
  display: grid;
  grid-template-columns: minmax(16rem, 0.33fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.project-detail-text {
  position: sticky;
  top: clamp(5rem, 10vh, 7.5rem);
  min-width: 0;
}

.project-detail-text > div {
  padding-bottom: clamp(0.9rem, 1.8vw, 1.4rem);
  border: 0 !important;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
  min-width: 0;
}

.project-gallery-item,
.project-gallery-featured,
.project-gallery-item:nth-child(even),
.project-gallery-featured:nth-child(even) {
  grid-column: span 6;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  justify-self: stretch;
  background: transparent !important;
}

.project-gallery-featured {
  grid-column: 1 / -1;
}

.project-gallery-item img,
.project-gallery-item video,
.project-gallery-featured img,
.project-gallery-featured video {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(78svh, 820px);
  margin: 0;
  object-fit: contain;
  background: transparent;
}

.project-gallery-item figcaption {
  max-width: 48rem;
}

#store-activations-event .project-detail-body {
  grid-template-columns: 1fr;
}

#store-activations-event .project-detail-text {
  position: relative;
  top: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-horizontal {
  overflow: clip;
}

.event-panel {
  min-width: 0;
}

@media (max-width: 980px) {
  .method-panel-visuals img,
  .method-panel-visuals video {
    height: auto;
    max-height: 76svh;
  }

  .project-detail-list {
    width: 100%;
  }

  .project-detail-body {
    grid-template-columns: 1fr;
  }

  .project-detail-text {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .scroll-intro-title {
    max-width: min(84vw, 28rem);
  }

  .scroll-intro-title > .scroll-intro-name {
    width: auto;
    max-width: none;
  }

  .role-transform-line {
    max-width: min(100%, 9ch);
  }

  .project-detail-list {
    padding-inline: var(--pad);
  }

  .project-detail {
    padding: clamp(2.7rem, 12vw, 4.5rem) 0;
  }

  .project-detail-heading {
    grid-template-columns: 2.4rem minmax(0, 1fr);
  }

  .project-detail-heading .project-number {
    position: static;
  }

  #store-activations-event .project-detail-text,
  .project-gallery {
    grid-template-columns: 1fr;
  }
}

/* Layout cleanup 09 — readability-first immersive one-page pass */
:root {
  --content-max: 1440px;
  --text-max: 68rem;
  --section-pad-y: clamp(3.8rem, 7vw, 7rem);
  --section-pad-y-tight: clamp(2.8rem, 5.5vw, 5.5rem);
}

html {
  overflow-x: clip;
}

body {
  width: 100%;
  overflow-x: clip;
}

img,
video {
  display: block;
  height: auto;
}

.site-header {
  z-index: 90;
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max));
  max-width: var(--content-max);
  margin-inline: auto;
}

body.scroll-intro-active .site-header,
html.js-enabled body:not(.intro-complete) .site-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.intro-complete .site-header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.scroll-intro-title {
  left: max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad)));
  width: min(36rem, 42vw);
  max-width: calc(100vw - (var(--pad) * 2));
  margin: 0;
}

.scroll-intro-title strong {
  margin-bottom: clamp(0.45rem, 1.2vw, 0.85rem);
}

.scroll-intro-title > .scroll-intro-name {
  display: grid;
  gap: 0;
}

.scroll-intro-title > .scroll-intro-name > span {
  display: block;
  width: fit-content;
  max-width: 9ch;
  white-space: normal;
}

.scroll-intro-title em {
  max-width: 28rem;
}

.role-fit,
.method,
.projects,
.profile,
.contact {
  padding-block: var(--section-pad-y);
}

.role-fit {
  overflow: visible;
}

.role-content,
.method-content,
.profile-body,
.profile-statement,
.contact-inner,
.section-heading {
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max));
  max-width: var(--content-max);
  margin-inline: auto;
}

.role-content,
.method-content {
  min-width: 0;
}

.section-heading {
  align-items: start;
  gap: clamp(1.6rem, 4vw, 5rem);
}

.section-rail {
  min-width: 0;
  border: 0 !important;
}

.section-rail::before,
.section-rail::after,
.fit-item::before,
.chapter-content::before,
.chapter-content::after {
  display: none !important;
}

.role-content h2,
.method-content h2,
.profile-statement h2,
.section-heading h2 {
  overflow-wrap: normal;
  text-wrap: balance;
}

.role-lead,
.method-intro,
.section-intro,
.profile-bio p {
  max-width: var(--text-max);
  line-height: 1.58;
}

.role-transform-line {
  display: block;
  max-width: min(100%, 14ch);
}

.fit-grid {
  width: 100%;
  gap: clamp(1.1rem, 2vw, 1.8rem);
}

.fit-item {
  min-width: 0;
  padding: clamp(1.25rem, 2vw, 1.8rem) 0 0;
}

.fit-item p {
  max-width: 34rem;
  line-height: 1.58;
}

.method-horizontal {
  position: relative;
  overflow: clip;
  padding-block: 0;
  background: var(--ink);
}

.method-horizontal-intro {
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max));
  max-width: var(--content-max);
  padding: var(--section-pad-y) 0 clamp(2rem, 4vw, 4rem);
}

.method-horizontal-intro h3 {
  max-width: 12ch;
  text-wrap: balance;
}

.method-horizontal-intro p {
  max-width: 58rem;
}

.method-horizontal-sticky,
.event-horizontal-sticky {
  min-height: 100svh;
  width: 100%;
  overflow: clip;
}

.method-horizontal-viewport {
  width: 100%;
  padding-inline: max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad)));
}

.method-track,
.event-track {
  max-width: none;
  will-change: transform;
}

html.has-gsap-scroll .method-horizontal:not(.is-horizontal-active) .method-track {
  opacity: 0;
  pointer-events: none;
}

.method-panel {
  flex-basis: min(76vw, 64rem);
  min-width: min(76vw, 64rem);
  min-height: min(72svh, 44rem);
  padding: clamp(2rem, 4vw, 4rem);
}

.method-panel-text {
  max-width: min(76vw, 54rem);
}

.method-panel h4 {
  max-width: 12ch;
  text-wrap: balance;
}

.method-panel p {
  max-width: 54rem;
  line-height: 1.58;
}

.method-panel-media-wide {
  flex-basis: min(86vw, 82rem);
  min-width: min(86vw, 82rem);
}

.method-panel-visuals {
  align-items: start;
}

.method-panel-visuals figure {
  min-width: 0;
  min-height: 0;
}

.method-panel-visuals img,
.method-panel-visuals video {
  width: 100%;
  height: auto;
  max-height: min(68svh, 42rem);
  object-fit: contain;
}

.projects {
  background: var(--ink);
  color: var(--paper);
  overflow: clip;
}

.project-detail-list {
  display: grid;
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max));
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: 0;
  border: 0 !important;
}

.project-detail {
  width: 100%;
  max-width: none;
  padding: var(--section-pad-y) 0;
  margin: 0;
  gap: clamp(1.8rem, 4vw, 3.8rem);
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.13) !important;
  background: transparent !important;
}

.project-detail:first-child {
  border-top: 0 !important;
}

.project-detail-heading {
  display: grid;
  grid-template-columns: minmax(2.6rem, 6vw) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  min-width: 0;
  margin: 0;
}

.project-detail-heading .project-number {
  position: sticky;
  top: clamp(5rem, 10vh, 7.5rem);
  align-self: start;
  grid-column: 1;
  grid-row: 1;
  line-height: 1;
}

.project-detail-heading > div {
  grid-column: 2;
  min-width: 0;
  max-width: 78rem;
}

.project-detail-heading h3 {
  max-width: 15ch;
  text-wrap: balance;
}

.project-detail-heading p {
  max-width: 58rem;
  line-height: 1.45;
}

.project-detail-body {
  display: grid;
  grid-template-columns: minmax(17rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  min-width: 0;
  align-items: start;
}

.project-detail-text {
  position: sticky;
  top: clamp(5rem, 10vh, 7.5rem);
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.5rem);
  min-width: 0;
}

.project-detail-text > div {
  min-width: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
}

.project-detail-text p {
  max-width: 42rem;
  line-height: 1.58;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
  min-width: 0;
  padding: 0;
  overflow: visible;
}

.project-gallery-item,
.project-gallery-featured,
.project-gallery-item:nth-child(even),
.project-gallery-featured:nth-child(even) {
  grid-column: span 6;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  justify-self: stretch;
  align-self: start;
  background: transparent !important;
}

.project-gallery-featured {
  grid-column: 1 / -1;
}

.project-gallery-item img,
.project-gallery-item video,
.project-gallery-featured img,
.project-gallery-featured video {
  width: 100%;
  height: auto;
  max-height: min(76svh, 820px);
  margin: 0;
  object-fit: contain;
  background: transparent;
}

.project-gallery-item figcaption,
.event-panel figcaption,
.method-panel-visuals figcaption {
  line-height: 1.5;
}

#store-activations-event .project-detail-body {
  grid-template-columns: 1fr;
}

#store-activations-event .project-detail-text {
  position: relative;
  top: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(1.8rem, 4vw, 3.8rem);
}

.event-horizontal {
  width: 100%;
  overflow: clip;
}

.event-panel {
  flex: 0 0 min(78vw, 66rem);
  min-width: min(78vw, 66rem);
}

.event-panel video {
  width: 100%;
  height: auto;
  max-height: min(76svh, 820px);
  object-fit: contain;
}

@media (max-width: 1100px) {
  .site-header {
    width: calc(100% - (var(--pad) * 2));
  }

  .scroll-intro-title {
    width: min(34rem, 66vw);
  }

  .event-horizontal-sticky {
    min-height: auto;
    padding: 0 var(--pad) var(--section-pad-y-tight);
    overflow: visible;
  }

  .event-track {
    display: grid;
    width: 100%;
    gap: clamp(1.4rem, 4vw, 2.4rem);
    transform: none !important;
  }

  .event-panel {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: auto;
    flex: auto;
  }

  .project-detail-body {
    grid-template-columns: 1fr;
  }

  .project-detail-text {
    position: relative;
    top: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-detail-text p {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: start;
    gap: 1rem;
  }

  .main-nav {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.3rem;
  }

  .role-fit,
  .method,
  .projects,
  .profile,
  .contact {
    padding-block: clamp(3rem, 10vw, 5rem);
  }

  .section-heading,
  .profile-statement {
    grid-template-columns: 1fr;
  }

  .project-detail-heading {
    grid-template-columns: 1fr;
  }

  .project-detail-heading .project-number {
    position: relative;
    top: auto;
    grid-column: 1;
  }

  .project-detail-heading > div {
    grid-column: 1;
  }

  .project-detail-text,
  #store-activations-event .project-detail-text {
    grid-template-columns: 1fr;
  }

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

  .project-gallery-item,
  .project-gallery-featured,
  .project-gallery-item:nth-child(even),
  .project-gallery-featured:nth-child(even) {
    grid-column: 1;
  }
}

@media (max-width: 640px) {
  .scroll-intro-title {
    left: var(--pad);
    width: min(76vw, 25rem);
  }

  .scroll-intro-title strong {
    font-size: 0.72rem;
  }

  .scroll-intro-title > .scroll-intro-name > span {
    font-size: clamp(2.2rem, 12vw, 4.2rem);
  }

  .scroll-intro-title em {
    font-size: 0.56rem;
    line-height: 1.35;
  }

  .method-horizontal-intro,
  .role-content,
  .method-content,
  .project-detail-list,
  .profile-body,
  .profile-statement,
  .contact-inner,
  .section-heading {
    width: calc(100% - (var(--pad) * 2));
  }

  .project-detail {
    padding-block: clamp(2.7rem, 12vw, 4.6rem);
  }
}

/* Requested refinement 11 — transverse projects timing + intro title spacing */
.scroll-intro-title {
  gap: 0;
}

.scroll-intro-title strong {
  margin-bottom: clamp(0.04rem, 0.22vw, 0.18rem);
}

.scroll-intro-title > .scroll-intro-name {
  margin-bottom: clamp(0.95rem, 2.1vw, 2rem);
}

.scroll-intro-title em {
  margin-top: 0;
}

@media (min-width: 1101px) {
  .method-horizontal {
    min-height: 100svh;
  }

  .method-horizontal-intro {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
  }

  .method-horizontal-sticky {
    position: relative;
    z-index: 1;
  }

  .method-track {
    padding-left: min(34vw, 32rem);
  }
}

/* Requested refinement 12 — transverse chapter in the normal page flow */
.scroll-intro-title strong {
  font-size: clamp(1rem, 1.58vw, 1.62rem);
}

.scroll-intro-title > .scroll-intro-name > span {
  font-size: clamp(3.05rem, 8.65vw, 8.85rem);
}

.scroll-intro-title em {
  font-size: clamp(0.64rem, 0.86vw, 0.86rem);
}

@media (min-width: 1101px) {
  .method-horizontal {
    min-height: auto;
    padding: 0;
  }

  .method-horizontal-intro {
    position: relative !important;
    inset: auto !important;
    z-index: 2;
    width: min(calc(100% - (var(--pad) * 2)), var(--content-max));
    max-width: var(--content-max);
    margin-inline: auto;
    padding: clamp(5.8rem, 9vw, 8rem) 0 clamp(2.6rem, 4.6vw, 4.8rem);
    pointer-events: auto;
  }

  .method-horizontal-sticky {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    display: grid;
    align-items: center;
    padding: clamp(1.5rem, 3vw, 3rem) 0 clamp(3rem, 5vw, 5rem);
    overflow: hidden;
  }

  .method-horizontal-viewport {
    width: 100%;
    padding-inline: max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad)));
    overflow: hidden;
  }

  .method-track {
    padding-left: 0 !important;
    align-items: center;
  }

  html.has-gsap-scroll .method-horizontal:not(.is-horizontal-active) .method-track {
    opacity: 1;
    pointer-events: auto;
  }

  .method-panel {
    flex-basis: min(74vw, 64rem);
    min-width: min(74vw, 64rem);
    min-height: min(70svh, 44rem);
  }

  .method-panel-media-wide {
    flex-basis: min(84vw, 80rem);
    min-width: min(84vw, 80rem);
  }
}

/* Requested refinement 13 — pinned transverse viewport, title above horizontal content */
@media (min-width: 1101px) {
  .method-horizontal {
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
  }

  .method-horizontal-intro {
    align-self: start;
    padding: clamp(4.2rem, 6.4vh, 5.8rem) 0 clamp(1.2rem, 2.4vh, 2.2rem);
  }

  .method-horizontal-intro h3 {
    max-width: 13ch;
    font-size: clamp(2.55rem, 5.3vw, 5.85rem);
  }

  .method-horizontal-intro p {
    max-width: 52rem;
    margin-top: clamp(1rem, 1.7vh, 1.55rem);
    font-size: clamp(0.98rem, 1.14vw, 1.18rem);
    line-height: 1.55;
  }

  .method-horizontal-sticky {
    min-height: 0;
    height: 100%;
    align-items: center;
    padding: 0 0 clamp(2rem, 4vh, 3.2rem);
  }

  .method-panel {
    flex-basis: min(70vw, 60rem);
    min-width: min(70vw, 60rem);
    min-height: min(52svh, 34rem);
    padding: clamp(1.5rem, 3vw, 3.2rem);
  }

  .method-panel-media {
    min-height: min(52svh, 34rem);
  }

  .method-panel-media-wide {
    flex-basis: min(82vw, 76rem);
    min-width: min(82vw, 76rem);
  }

  .method-panel h4 {
    font-size: clamp(2.65rem, 5.8vw, 6.7rem);
  }

  .method-panel p {
    font-size: clamp(1rem, 1.26vw, 1.32rem);
  }

  .method-panel-visuals figure {
    min-height: 0;
  }

  .method-panel-visuals img,
  .method-panel-visuals video {
    max-height: min(50svh, 34rem);
  }
}

/* Requested refinement 14 — transverse projects clearly after Experience */
.method {
  position: relative;
  z-index: 2;
}

.method + .method-horizontal {
  position: relative;
  z-index: 1;
}

@media (min-width: 1101px) {
  .method + .method-horizontal {
    margin-top: clamp(1.8rem, 4vh, 3.2rem);
  }
}

/* Requested refinement 15 — keep About and Experience in normal flow */
@media (min-width: 1101px) {
  .method-horizontal {
    display: block !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .method-horizontal-intro {
    position: relative !important;
    inset: auto !important;
    z-index: 2;
    width: min(calc(100% - (var(--pad) * 2)), var(--content-max));
    margin-inline: auto;
    padding: clamp(5rem, 8vh, 7rem) 0 clamp(2.6rem, 4.6vh, 4rem);
  }

  .method-horizontal-sticky {
    position: relative;
    z-index: 1;
    min-height: 100svh !important;
    height: auto !important;
    display: grid;
    align-items: center;
    padding: clamp(1.6rem, 3vh, 2.6rem) 0 clamp(3rem, 5vh, 4.5rem);
    overflow: hidden;
  }

  .method-horizontal-viewport {
    width: 100%;
    overflow: hidden;
  }

  .method-track {
    padding-left: 0 !important;
  }
}

/* Requested refinement 16 — horizontal pin content must remain visible */
.method-horizontal {
  background: var(--ink);
}

.method-horizontal-sticky {
  background: var(--ink);
}

.method-horizontal-viewport {
  min-height: min(76svh, 48rem);
  display: grid;
  align-items: center;
}

.method-track {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.method-panel {
  visibility: visible !important;
}

@media (min-width: 1101px) {
  .method-horizontal-sticky {
    min-height: 100svh !important;
    isolation: isolate;
  }

  .method-horizontal-viewport {
    padding-inline: max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad)));
  }
}

/* Requested refinement 17 — reveal horizontal content only after transverse intro */
@media (min-width: 1101px) {
  .method-horizontal:not(.is-horizontal-active) .method-horizontal-sticky {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .method-horizontal.is-horizontal-active .method-horizontal-sticky {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 320ms var(--ease);
  }

  .method-horizontal.is-horizontal-active .method-track {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

/* Requested refinement 18 — restore document order and section readability */
.role-fit,
.role-content,
.method,
.method-content,
.method-steps,
.method-steps li {
  visibility: visible !important;
  opacity: 1 !important;
}

.role-fit,
.method {
  position: relative;
  z-index: 1;
  display: grid;
}

.method-horizontal {
  position: relative !important;
  z-index: 1;
  margin-top: 0 !important;
}

html.has-gsap-scroll .method-horizontal:not(.is-horizontal-active) .method-track,
.method-horizontal .method-track {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media (min-width: 1101px) {
  .method-horizontal {
    display: block !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .method-horizontal-intro {
    padding-top: clamp(5rem, 8vw, 7rem) !important;
    padding-bottom: clamp(2rem, 4vw, 3rem) !important;
  }

  .method-horizontal-sticky {
    min-height: 100svh !important;
    overflow: visible !important;
  }

  .method-horizontal-viewport {
    overflow: hidden !important;
  }
}

/* Requested refinement 19 — stable transverse section in the normal page flow */
.method-horizontal {
  position: relative !important;
  z-index: 1 !important;
  min-height: auto !important;
  overflow: visible !important;
  background: var(--ink);
  color: var(--paper);
}

.method-horizontal-intro {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max)) !important;
  max-width: var(--content-max) !important;
  margin-inline: auto !important;
  padding: clamp(5rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 3rem) !important;
}

.method-horizontal-sticky {
  z-index: 1 !important;
  min-height: 100svh !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: clamp(2rem, 4vw, 4rem) 0 !important;
  background: var(--ink);
}

.method-horizontal-viewport {
  width: 100% !important;
  min-height: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-inline: max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad))) !important;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.method-horizontal-viewport::-webkit-scrollbar {
  height: 0;
}

.method-track {
  display: flex !important;
  width: max-content !important;
  max-width: none !important;
  gap: clamp(1.2rem, 2.4vw, 2.6rem) !important;
  align-items: stretch !important;
  padding-left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  will-change: transform;
}

.method-panel {
  flex: 0 0 min(82vw, 64rem) !important;
  min-width: min(82vw, 64rem) !important;
  min-height: min(72svh, 44rem) !important;
  display: grid !important;
  align-content: center !important;
  padding: clamp(2rem, 4vw, 4rem) !important;
  scroll-snap-align: start;
  visibility: visible !important;
  opacity: 1;
  transform-origin: center center;
  transition: opacity 180ms linear, transform 180ms linear;
}

.method-panel-media-wide {
  flex-basis: min(92vw, 82rem) !important;
  min-width: min(92vw, 82rem) !important;
}

.method-panel-visuals {
  display: flex !important;
  gap: clamp(1rem, 2vw, 1.6rem) !important;
  align-items: stretch !important;
}

.method-panel-visuals figure {
  min-width: min(36vw, 24rem) !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.method-panel-visuals img,
.method-panel-visuals video {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(68svh, 42rem);
  object-fit: contain;
}

/* Personal portrait — About section */
.role-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 21rem);
  align-items: start;
  gap: clamp(2.2rem, 5vw, 5rem);
}

.role-intro-copy {
  grid-column: 1;
  min-width: 0;
}

.role-intro-copy .role-lead {
  margin-left: 0;
}

.role-portrait {
  position: relative;
  grid-column: 2;
  margin: 0.4rem 0 0;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #e9e8e3;
}

.role-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

@media (max-width: 1100px) {
  .role-intro {
    grid-template-columns: 1fr;
  }

  .role-intro-copy,
  .role-portrait {
    grid-column: 1;
  }

  .role-portrait {
    order: -1;
    width: min(60vw, 18rem);
    margin: 0 0 0.5rem;
  }
}

@media (max-width: 640px) {
  .role-portrait {
    width: min(70vw, 15rem);
  }
}

/* Requested refinement 20 — Projets transverses remains horizontal on every screen width */
.method-horizontal {
  min-height: auto !important;
  overflow: visible !important;
}

.method-horizontal-sticky {
  min-height: 100svh !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: clamp(1.25rem, 4vw, 4rem) 0 !important;
}

.method-horizontal-viewport {
  width: 100% !important;
  overflow: hidden !important;
  padding-inline: clamp(1rem, 4vw, var(--pad)) !important;
}

html:not(.has-gsap-scroll) .method-horizontal-viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

html:not(.has-gsap-scroll) .method-track {
  transform: none !important;
}

.method-track {
  display: flex !important;
  grid-template-columns: none !important;
  width: max-content !important;
  max-width: none !important;
  align-items: stretch !important;
  gap: clamp(0.9rem, 3vw, 2.6rem) !important;
  will-change: transform;
}

.method-panel {
  flex: 0 0 clamp(18.5rem, 84vw, 64rem) !important;
  min-width: clamp(18.5rem, 84vw, 64rem) !important;
  width: auto !important;
  min-height: min(72svh, 44rem) !important;
  padding: clamp(1.25rem, 5vw, 4rem) !important;
  transform-origin: center center;
}

.method-panel-text {
  max-width: none !important;
}

.method-panel-media,
.method-panel-media-wide {
  flex-basis: clamp(20rem, 92vw, 82rem) !important;
  min-width: clamp(20rem, 92vw, 82rem) !important;
}

.method-panel-visuals {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: stretch !important;
  gap: clamp(0.8rem, 3vw, 1.6rem) !important;
  min-width: 0;
}

.method-panel-visuals figure {
  flex: 0 0 clamp(13rem, 70vw, 24rem) !important;
  min-width: clamp(13rem, 70vw, 24rem) !important;
}

.method-panel-visuals img,
.method-panel-visuals video {
  max-height: min(64svh, 42rem);
}

@media (max-width: 640px) {
  .method-horizontal-intro {
    padding-top: clamp(3.8rem, 14vw, 5rem) !important;
    padding-bottom: clamp(1.4rem, 6vw, 2rem) !important;
  }

  .method-horizontal-intro h3 {
    font-size: clamp(2.25rem, 13vw, 4.6rem) !important;
    max-width: 10.5ch !important;
  }

  .method-horizontal-intro p,
  .method-panel p,
  .method-panel li {
    font-size: clamp(0.92rem, 3.8vw, 1.08rem) !important;
    line-height: 1.55 !important;
  }

  .method-panel h4 {
    font-size: clamp(2.35rem, 15vw, 4.8rem) !important;
  }

  .method-panel {
    min-height: min(76svh, 42rem) !important;
  }
}

/* Attensi Europe — grouped visual learning supports */
.attensi-gallery-panel {
  flex: 0 0 max-content !important;
  min-width: min(92vw, 116rem) !important;
  padding-inline: clamp(1rem, 2.5vw, 3rem) !important;
}

.attensi-gallery {
  display: flex !important;
  align-items: stretch !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
}

.attensi-visual-group {
  flex: 0 0 clamp(18rem, 38vw, 40rem) !important;
  min-width: clamp(18rem, 38vw, 40rem) !important;
  display: grid;
  align-content: start;
  gap: clamp(0.75rem, 1.2vw, 1rem);
  margin: 0 !important;
  overflow: visible !important;
}

.attensi-visual-group img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.attensi-grid {
  display: grid;
  gap: clamp(0.55rem, 1vw, 0.9rem);
  align-items: start;
}

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

.attensi-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.attensi-grid-three img,
.attensi-grid-four img,
.attensi-group-service > img {
  max-height: min(58svh, 35rem);
  background: #fff;
  box-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.18);
}

.attensi-grid-four img {
  max-height: min(62svh, 38rem);
}

.attensi-group-training {
  flex-basis: clamp(27rem, 55vw, 58rem) !important;
  min-width: clamp(27rem, 55vw, 58rem) !important;
}

.attensi-group-service {
  flex-basis: clamp(26rem, 54vw, 64rem) !important;
  min-width: clamp(26rem, 54vw, 64rem) !important;
}

.attensi-group-service > img {
  max-height: min(64svh, 40rem);
}

.attensi-visual-group figcaption {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.78rem, 0.85vw, 0.92rem);
  line-height: 1.45;
}

@media (max-width: 760px) {
  .attensi-gallery-panel {
    flex-basis: max-content !important;
    min-width: 92vw !important;
  }

  .attensi-gallery {
    gap: clamp(1rem, 5vw, 1.4rem) !important;
  }

  .attensi-visual-group,
  .attensi-group-training,
  .attensi-group-service {
    flex-basis: clamp(17.5rem, 82vw, 28rem) !important;
    min-width: clamp(17.5rem, 82vw, 28rem) !important;
  }

  .attensi-grid-three,
  .attensi-grid-four {
    grid-template-columns: 1fr;
  }

  .attensi-grid-three img,
  .attensi-grid-four img,
  .attensi-group-service > img {
    max-height: min(60svh, 28rem);
  }
}

/* Requested refinement 21 — stable horizontal narrative + organic Attensi moodboard */
.method-horizontal {
  min-height: var(--method-section-height, calc(220svh + 80rem)) !important;
  overflow: visible !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.method-horizontal-intro {
  min-height: auto !important;
  padding: clamp(4.8rem, 9vw, 8rem) var(--pad) clamp(2rem, 5vw, 4rem) !important;
  display: grid !important;
  align-content: start !important;
  gap: clamp(0.75rem, 1.6vw, 1.25rem) !important;
}

.method-horizontal-intro h3,
.role-fit h2,
.method h2,
.section-heading h2,
.contact h2 {
  font-size: clamp(2.65rem, 9.2vw, 8.8rem) !important;
  line-height: 0.88 !important;
  letter-spacing: clamp(-0.075em, -0.6vw, -0.045em) !important;
  text-wrap: balance;
  max-width: min(100%, 11.5ch);
}

.method-horizontal-intro p {
  max-width: min(44rem, 92vw) !important;
}

.role-fit,
.method,
.projects,
.leadership,
.contact {
  padding-top: clamp(4.5rem, 8vw, 7.5rem) !important;
}

.section-heading,
.role-content,
.method-content {
  align-items: start !important;
}

.method-horizontal-sticky {
  position: relative;
  top: 0;
  height: 100svh !important;
  min-height: 100svh !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: clamp(1rem, 2.5vw, 2.6rem) 0 !important;
  contain: paint;
}

.method-horizontal-viewport {
  width: 100% !important;
  overflow: hidden !important;
  padding-inline: clamp(1rem, 4vw, var(--pad)) !important;
}

.method-track {
  display: flex !important;
  grid-template-columns: none !important;
  width: max-content !important;
  max-width: none !important;
  align-items: stretch !important;
  gap: clamp(1rem, 3vw, 2.8rem) !important;
  will-change: transform;
}

.method-panel {
  flex: 0 0 clamp(20rem, 82vw, 62rem) !important;
  min-width: clamp(20rem, 82vw, 62rem) !important;
  width: auto !important;
  min-height: min(76svh, 46rem) !important;
  padding: clamp(1.35rem, 4.6vw, 4rem) !important;
}

.method-panel-media,
.method-panel-media-wide {
  flex: 0 0 clamp(22rem, 92vw, 82rem) !important;
  min-width: clamp(22rem, 92vw, 82rem) !important;
}

.attensi-gallery-panel {
  flex: 0 0 max-content !important;
  min-width: max-content !important;
  padding: clamp(1rem, 2vw, 2.4rem) !important;
}

.attensi-gallery {
  display: flex !important;
  align-items: center !important;
  gap: clamp(1.4rem, 3vw, 4rem) !important;
  min-height: min(75svh, 47rem);
}

.attensi-visual-group {
  position: relative !important;
  display: block !important;
  flex: 0 0 clamp(30rem, 54vw, 58rem) !important;
  min-width: clamp(30rem, 54vw, 58rem) !important;
  height: min(68svh, 43rem) !important;
  margin: 0 !important;
  overflow: visible !important;
  isolation: isolate;
}

.attensi-group-training {
  flex-basis: clamp(38rem, 72vw, 78rem) !important;
  min-width: clamp(38rem, 72vw, 78rem) !important;
}

.attensi-group-service {
  flex-basis: clamp(34rem, 63vw, 68rem) !important;
  min-width: clamp(34rem, 63vw, 68rem) !important;
}

.attensi-grid {
  position: relative !important;
  display: block !important;
  width: 100%;
  height: calc(100% - clamp(2.2rem, 4vw, 3.8rem));
}

.attensi-grid img,
.attensi-group-service > img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.2);
}

.attensi-grid img {
  position: absolute;
}

.attensi-grid-three img:nth-child(1) {
  width: 48%;
  left: 2%;
  top: 3%;
  z-index: 2;
  transform: rotate(-2.2deg);
}

.attensi-grid-three img:nth-child(2) {
  width: 52%;
  right: 0;
  top: 23%;
  z-index: 3;
  transform: rotate(1.4deg);
}

.attensi-grid-three img:nth-child(3) {
  width: 47%;
  left: 24%;
  bottom: 3%;
  z-index: 1;
  transform: rotate(-0.8deg);
}

.attensi-grid-four img:nth-child(1) {
  width: 30%;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotate(-1.8deg);
}

.attensi-grid-four img:nth-child(2) {
  width: 30%;
  left: 23%;
  bottom: 2%;
  z-index: 4;
  transform: rotate(1.1deg);
}

.attensi-grid-four img:nth-child(3) {
  width: 44%;
  right: 0;
  top: 3%;
  z-index: 1;
  transform: rotate(0.9deg);
}

.attensi-grid-four img:nth-child(4) {
  width: 31%;
  right: 18%;
  bottom: 0;
  z-index: 3;
  transform: rotate(-1.1deg);
}

.attensi-group-service > img {
  width: min(100%, 64rem);
  max-height: calc(100% - clamp(2.2rem, 4vw, 3.8rem));
  object-fit: contain;
  transform: rotate(0deg);
}

.attensi-visual-group figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: min(34rem, 88%);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.78rem, 0.85vw, 0.96rem);
  line-height: 1.45;
}

.attensi-group-training figcaption {
  left: 4%;
  max-width: min(42rem, 92%);
}

.attensi-group-service figcaption {
  position: relative;
  margin-top: clamp(0.7rem, 1.4vw, 1rem);
}

@media (max-width: 900px) {
  .method-horizontal-intro h3,
  .role-fit h2,
  .method h2,
  .section-heading h2,
  .contact h2 {
    font-size: clamp(2.25rem, 11.5vw, 5.9rem) !important;
    max-width: min(100%, 10.5ch);
  }

  .attensi-visual-group {
    flex-basis: clamp(22rem, 88vw, 42rem) !important;
    min-width: clamp(22rem, 88vw, 42rem) !important;
    height: min(66svh, 38rem) !important;
  }

  .attensi-group-training {
    flex-basis: clamp(28rem, 112vw, 54rem) !important;
    min-width: clamp(28rem, 112vw, 54rem) !important;
  }

  .attensi-group-service {
    flex-basis: clamp(24rem, 96vw, 44rem) !important;
    min-width: clamp(24rem, 96vw, 44rem) !important;
  }

  .attensi-grid-three img:nth-child(1) {
    width: 56%;
  }

  .attensi-grid-three img:nth-child(2) {
    width: 58%;
    top: 28%;
  }

  .attensi-grid-three img:nth-child(3) {
    width: 54%;
    left: 18%;
  }
}

@media (max-width: 560px) {
  .method-horizontal-intro {
    padding-top: clamp(3.6rem, 14vw, 5rem) !important;
  }

  .method-panel {
    flex-basis: 86vw !important;
    min-width: 86vw !important;
    min-height: min(76svh, 41rem) !important;
  }

  .method-panel-media,
  .method-panel-media-wide {
    flex-basis: 92vw !important;
    min-width: 92vw !important;
  }

  .attensi-visual-group {
    flex-basis: 88vw !important;
    min-width: 88vw !important;
    height: min(62svh, 34rem) !important;
  }

  .attensi-group-training {
    flex-basis: 132vw !important;
    min-width: 132vw !important;
  }

  .attensi-group-service {
    flex-basis: 98vw !important;
    min-width: 98vw !important;
  }

  .attensi-grid-four img:nth-child(1),
  .attensi-grid-four img:nth-child(2) {
    width: 35%;
  }

  .attensi-grid-four img:nth-child(3) {
    width: 48%;
  }

  .attensi-grid-four img:nth-child(4) {
    width: 36%;
    right: 16%;
  }
}

/* Requested refinement 22 — Attensi scale, role title fit, always-visible navigation */
.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: clamp(0.5rem, 1.5vw, 1.35rem) !important;
}

.main-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-content: start !important;
  justify-self: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  gap: clamp(0.28rem, 0.8vw, 0.9rem) clamp(0.45rem, 1.25vw, 1.25rem) !important;
  overflow: visible !important;
  overflow-x: visible !important;
  white-space: normal !important;
}

.main-nav a {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  font-size: clamp(0.5rem, 0.72vw, 0.7rem) !important;
  letter-spacing: clamp(0.035em, 0.18vw, 0.09em) !important;
  line-height: 1.1 !important;
}

.role-intro {
  grid-template-columns: minmax(0, 1fr) minmax(14rem, clamp(16rem, 25vw, 21rem)) !important;
  gap: clamp(2rem, 5.5vw, 5.5rem) !important;
}

.role-intro-copy {
  max-width: 100% !important;
  min-width: 0 !important;
}

.role-fit h2#role-fit-title {
  max-width: min(100%, 9.6ch) !important;
  font-size: clamp(2.25rem, 7.25vw, 6.7rem) !important;
  line-height: 0.9 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.role-fit h2#role-fit-title span {
  max-width: 100%;
}

.role-intro-copy .role-lead {
  max-width: min(100%, 58ch) !important;
}

.role-portrait {
  z-index: 1;
  max-width: 100%;
}

.attensi-gallery {
  gap: clamp(0.75rem, 1.8vw, 2.5rem) !important;
}

.attensi-visual-group {
  flex-basis: clamp(32rem, 58vw, 62rem) !important;
  min-width: clamp(32rem, 58vw, 62rem) !important;
  height: min(72svh, 46rem) !important;
}

.attensi-group-training {
  flex-basis: clamp(42rem, 76vw, 84rem) !important;
  min-width: clamp(42rem, 76vw, 84rem) !important;
}

.attensi-group-service {
  flex-basis: clamp(36rem, 66vw, 72rem) !important;
  min-width: clamp(36rem, 66vw, 72rem) !important;
}

.attensi-grid-three img:nth-child(1) {
  width: 54% !important;
  left: 0 !important;
  top: 1% !important;
}

.attensi-grid-three img:nth-child(2) {
  width: 59% !important;
  right: -1% !important;
  top: 21% !important;
}

.attensi-grid-three img:nth-child(3) {
  width: 52% !important;
  left: 21% !important;
  bottom: 1% !important;
}

.attensi-grid-four img:nth-child(1) {
  width: 34% !important;
}

.attensi-grid-four img:nth-child(2) {
  width: 35% !important;
  left: 21% !important;
}

.attensi-grid-four img:nth-child(3) {
  width: 50% !important;
  right: -1% !important;
}

.attensi-grid-four img:nth-child(4) {
  width: 37% !important;
  right: 14% !important;
}

.attensi-group-service > img {
  width: min(100%, 68rem) !important;
}

@media (max-width: 1100px) {
  .role-intro {
    grid-template-columns: 1fr !important;
  }

  .role-fit h2#role-fit-title {
    max-width: min(100%, 11.5ch) !important;
    font-size: clamp(2.15rem, 10vw, 5.4rem) !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto !important;
    align-items: start !important;
  }

  .main-nav {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
    gap: 0.32rem clamp(0.5rem, 2vw, 0.9rem) !important;
    padding: 0.1rem 0 0 !important;
  }

  .main-nav a {
    font-size: clamp(0.48rem, 1.75vw, 0.62rem) !important;
    letter-spacing: clamp(0.025em, 0.16vw, 0.065em) !important;
  }

  .attensi-visual-group {
    flex-basis: clamp(24rem, 92vw, 46rem) !important;
    min-width: clamp(24rem, 92vw, 46rem) !important;
  }

  .attensi-group-training {
    flex-basis: clamp(30rem, 118vw, 58rem) !important;
    min-width: clamp(30rem, 118vw, 58rem) !important;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 0.55rem !important;
    padding-top: 1rem !important;
  }

  .main-nav {
    row-gap: 0.28rem !important;
    column-gap: clamp(0.44rem, 2.4vw, 0.7rem) !important;
  }

  .main-nav a {
    font-size: clamp(0.45rem, 2.35vw, 0.56rem) !important;
    letter-spacing: 0.035em !important;
  }

  .attensi-visual-group {
    flex-basis: 94vw !important;
    min-width: 94vw !important;
  }

  .attensi-group-training {
    flex-basis: 140vw !important;
    min-width: 140vw !important;
  }

  .attensi-grid-three img:nth-child(1) {
    width: 60% !important;
  }

  .attensi-grid-three img:nth-child(2) {
    width: 63% !important;
  }

  .attensi-grid-three img:nth-child(3) {
    width: 57% !important;
  }
}

/* Requested refinement 23 — larger Attensi boards, reliable mobile horizontal pin, richer District VM media */
html.has-gsap-scroll .method-horizontal {
  min-height: auto !important;
  overflow: visible !important;
}

html.has-gsap-scroll .method-horizontal-sticky {
  position: relative;
  top: auto;
  height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden !important;
}

html.has-gsap-scroll .method-horizontal-viewport {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  scroll-snap-type: none !important;
}

html.has-gsap-scroll .method-track {
  display: flex !important;
  width: max-content !important;
  max-width: none !important;
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
  will-change: transform;
}

.attensi-gallery-panel {
  padding-inline: clamp(0.6rem, 1.4vw, 1.8rem) !important;
}

.attensi-gallery {
  gap: clamp(0.45rem, 1.2vw, 1.75rem) !important;
  min-height: min(82svh, 55rem) !important;
}

.attensi-visual-group {
  flex-basis: clamp(38rem, 70vw, 78rem) !important;
  min-width: clamp(38rem, 70vw, 78rem) !important;
  height: min(78svh, 52rem) !important;
}

.attensi-group-training {
  flex-basis: clamp(52rem, 96vw, 106rem) !important;
  min-width: clamp(52rem, 96vw, 106rem) !important;
}

.attensi-group-service {
  flex-basis: clamp(42rem, 78vw, 86rem) !important;
  min-width: clamp(42rem, 78vw, 86rem) !important;
}

.attensi-grid-three img:nth-child(1) {
  width: 64% !important;
  left: -1% !important;
}

.attensi-grid-three img:nth-child(2) {
  width: 70% !important;
  right: -3% !important;
  top: 20% !important;
}

.attensi-grid-three img:nth-child(3) {
  width: 61% !important;
  left: 18% !important;
}

.attensi-grid-four img:nth-child(1) {
  width: 42% !important;
  left: -1% !important;
}

.attensi-grid-four img:nth-child(2) {
  width: 43% !important;
  left: 19% !important;
}

.attensi-grid-four img:nth-child(3) {
  width: 58% !important;
  right: -2% !important;
}

.attensi-grid-four img:nth-child(4) {
  width: 46% !important;
  right: 11% !important;
}

.attensi-group-service > img {
  width: min(100%, 82rem) !important;
}

#district-vm-support .project-gallery {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.65vw, 1.5rem);
}

#district-vm-support .project-video-feature {
  grid-column: 1 / -1;
}

#district-vm-support .project-gallery-item {
  grid-column: span 3;
}

#district-vm-support .project-gallery-featured {
  grid-column: 1 / -1;
}

#district-vm-support .project-gallery-item img,
#district-vm-support .project-gallery-item video {
  width: 100%;
  max-height: min(82vh, 860px);
  object-fit: contain;
}

#district-vm-support .project-video-feature video {
  max-height: min(76svh, 760px);
}

@media (max-width: 900px) {
  html.has-gsap-scroll .method-horizontal-sticky {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }

  .method-horizontal-viewport {
    padding-inline: clamp(0.8rem, 4.5vw, 1.5rem) !important;
  }

  .method-panel {
    flex-basis: min(88vw, 38rem) !important;
    min-width: min(88vw, 38rem) !important;
  }

  .method-panel-media,
  .method-panel-media-wide {
    flex-basis: min(94vw, 46rem) !important;
    min-width: min(94vw, 46rem) !important;
  }

  .attensi-visual-group {
    flex-basis: 112vw !important;
    min-width: 112vw !important;
    height: min(72dvh, 42rem) !important;
  }

  .attensi-group-training {
    flex-basis: 166vw !important;
    min-width: 166vw !important;
  }

  .attensi-group-service {
    flex-basis: 122vw !important;
    min-width: 122vw !important;
  }

  #district-vm-support .project-gallery {
    grid-template-columns: 1fr;
  }

  #district-vm-support .project-gallery-item,
  #district-vm-support .project-gallery-featured,
  #district-vm-support .project-video-feature {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .method-horizontal-sticky {
    padding-block: clamp(0.8rem, 4vw, 1.4rem) !important;
  }

  .method-track {
    gap: clamp(0.75rem, 3.4vw, 1.1rem) !important;
  }

  .method-panel {
    min-height: min(74dvh, 39rem) !important;
  }

  .attensi-visual-group {
    flex-basis: 128vw !important;
    min-width: 128vw !important;
    height: min(70dvh, 38rem) !important;
  }

  .attensi-group-training {
    flex-basis: 198vw !important;
    min-width: 198vw !important;
  }

  .attensi-group-service {
    flex-basis: 145vw !important;
    min-width: 145vw !important;
  }
}

/* Final transverse stability pass — one measured horizontal pin, no phantom vertical gaps */
html.has-gsap-scroll .method-horizontal {
  min-height: 0 !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
  background: var(--ink);
}

html.has-gsap-scroll .method-horizontal-sticky {
  position: relative;
  top: auto;
  height: 100svh !important;
  min-height: 100svh !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  padding-block: clamp(1rem, 2.8vw, 2.8rem) !important;
  background: var(--ink);
}

html.has-gsap-scroll .method-horizontal-viewport {
  width: 100vw !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  padding-inline: clamp(1rem, 4vw, 4.5rem) !important;
  box-sizing: border-box;
}

html.has-gsap-scroll .method-track {
  display: flex !important;
  width: max-content !important;
  max-width: none !important;
  align-items: stretch !important;
  gap: clamp(0.85rem, 2vw, 2.2rem) !important;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

html.has-gsap-scroll .method-panel {
  transform: scale(var(--panel-scale, 1));
  transition: opacity 180ms linear, transform 180ms linear;
}

html:not(.has-gsap-scroll) .method-horizontal-viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

/* District VM Support — grouped media narrative */
#district-vm-support .district-gallery {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(1.4rem, 3vw, 2.8rem) !important;
}

#district-vm-support .project-media-cluster {
  display: grid;
  gap: clamp(0.8rem, 1.8vw, 1.4rem);
  align-items: start;
}

#district-vm-support .district-glass-cluster {
  grid-template-columns: minmax(0, 1.18fr) minmax(16rem, 0.82fr);
}

#district-vm-support .district-denim-cluster {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#district-vm-support .district-best-practice-cluster {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#district-vm-support .project-media-cluster .project-gallery-item,
#district-vm-support .project-media-cluster .project-gallery-featured,
#district-vm-support .project-media-cluster .project-video-feature {
  grid-column: auto !important;
  margin: 0;
}

#district-vm-support .project-media-cluster img,
#district-vm-support .project-media-cluster video {
  width: 100%;
  height: auto;
  max-height: min(78svh, 820px);
  object-fit: contain;
}

#district-vm-support .district-glass-cluster img {
  max-height: min(72svh, 760px);
}

#district-vm-support .district-denim-cluster img {
  max-height: min(68svh, 720px);
}

#district-vm-support .district-best-practice-cluster {
  max-width: min(100%, 78rem);
}

@media (max-width: 900px) {
  html.has-gsap-scroll .method-horizontal-sticky {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }

  html.has-gsap-scroll .method-horizontal-viewport {
    padding-inline: clamp(0.85rem, 4.2vw, 1.4rem) !important;
  }

  html.has-gsap-scroll .method-track {
    gap: clamp(0.8rem, 3vw, 1.1rem) !important;
  }

  #district-vm-support .district-glass-cluster,
  #district-vm-support .district-denim-cluster,
  #district-vm-support .district-best-practice-cluster {
    grid-template-columns: 1fr !important;
  }
}

/* Clean rewrite — Projets transverses horizontal rail
   This block intentionally overrides the previous iterations so the module keeps
   one behaviour on every viewport: vertical scroll pins, content moves horizontally. */
html.has-gsap-scroll .method-horizontal {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
}

.method-horizontal-intro {
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max)) !important;
  max-width: var(--content-max) !important;
  margin-inline: auto !important;
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(2rem, 5vw, 4rem) !important;
  color: var(--paper) !important;
}

.method-horizontal-intro h3 {
  max-width: min(12ch, 100%) !important;
  font-size: clamp(2.35rem, 7.3vw, 7rem) !important;
  line-height: 0.88 !important;
}

.method-horizontal-intro p {
  max-width: 58ch !important;
}

html.has-gsap-scroll .method-horizontal-sticky {
  position: relative;
  top: auto;
  left: auto;
  width: 100% !important;
  min-height: 100svh !important;
  height: 100svh !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: clamp(1rem, 2.4vw, 2.4rem) 0 !important;
  background: var(--ink) !important;
}

html.has-gsap-scroll .method-horizontal-viewport {
  width: 100vw !important;
  max-width: 100vw !important;
  height: min(84svh, 58rem) !important;
  overflow: hidden !important;
  padding-inline: clamp(1rem, 4vw, 5rem) !important;
  box-sizing: border-box !important;
}

html.has-gsap-scroll .method-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  max-width: none !important;
  height: 100% !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

html.has-gsap-scroll .method-panel {
  flex: 0 0 clamp(22rem, 70vw, 54rem) !important;
  width: clamp(22rem, 70vw, 54rem) !important;
  min-width: clamp(22rem, 70vw, 54rem) !important;
  max-width: none !important;
  min-height: min(74svh, 48rem) !important;
  height: auto !important;
  display: grid !important;
  align-content: center !important;
  gap: clamp(1rem, 2vw, 1.8rem) !important;
  margin: 0 !important;
  padding: clamp(1.4rem, 3.4vw, 3.5rem) !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--paper) !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

html.has-gsap-scroll .method-panel-text {
  flex-basis: clamp(22rem, 62vw, 48rem) !important;
  width: clamp(22rem, 62vw, 48rem) !important;
  min-width: clamp(22rem, 62vw, 48rem) !important;
}

html.has-gsap-scroll .method-panel-media,
html.has-gsap-scroll .method-panel-media-wide,
html.has-gsap-scroll .attensi-gallery-panel {
  flex: 0 0 max-content !important;
  width: max-content !important;
  min-width: max-content !important;
  padding: 0 !important;
  align-content: center !important;
}

html.has-gsap-scroll .method-panel-visuals {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: max-content !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  gap: clamp(0.85rem, 1.6vw, 1.5rem) !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.has-gsap-scroll .method-panel-visuals figure {
  flex: 0 0 clamp(16rem, 31vw, 27rem) !important;
  width: clamp(16rem, 31vw, 27rem) !important;
  min-width: clamp(16rem, 31vw, 27rem) !important;
  height: min(70svh, 46rem) !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 0.7rem !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
}

html.has-gsap-scroll .method-panel-visuals img,
html.has-gsap-scroll .method-panel-visuals video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  border: 0 !important;
  background: transparent !important;
}

html.has-gsap-scroll .method-panel-visuals figcaption {
  max-width: 34ch !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

html.has-gsap-scroll .attensi-gallery {
  align-items: center !important;
  gap: clamp(1rem, 1.8vw, 1.8rem) !important;
}

html.has-gsap-scroll .attensi-visual-group {
  flex: 0 0 clamp(42rem, 70vw, 88rem) !important;
  width: clamp(42rem, 70vw, 88rem) !important;
  min-width: clamp(42rem, 70vw, 88rem) !important;
  height: min(78svh, 54rem) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

html.has-gsap-scroll .attensi-group-training {
  flex-basis: clamp(52rem, 88vw, 104rem) !important;
  width: clamp(52rem, 88vw, 104rem) !important;
  min-width: clamp(52rem, 88vw, 104rem) !important;
}

html.has-gsap-scroll .attensi-group-service {
  flex-basis: clamp(34rem, 58vw, 72rem) !important;
  width: clamp(34rem, 58vw, 72rem) !important;
  min-width: clamp(34rem, 58vw, 72rem) !important;
}

html.has-gsap-scroll .attensi-grid {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: calc(100% - 3.5rem) !important;
  min-height: 0 !important;
}

html.has-gsap-scroll .attensi-grid img,
html.has-gsap-scroll .attensi-group-service > img {
  position: absolute !important;
  display: block !important;
  height: auto !important;
  object-fit: contain !important;
  filter: none !important;
}

html.has-gsap-scroll .attensi-grid-three img:nth-child(1) {
  width: 54% !important;
  left: 0 !important;
  top: 0 !important;
}

html.has-gsap-scroll .attensi-grid-three img:nth-child(2) {
  width: 58% !important;
  right: 0 !important;
  top: 18% !important;
}

html.has-gsap-scroll .attensi-grid-three img:nth-child(3) {
  width: 50% !important;
  left: 22% !important;
  bottom: 0 !important;
}

html.has-gsap-scroll .attensi-grid-four img:nth-child(1) {
  width: 38% !important;
  left: 0 !important;
  top: 2% !important;
}

html.has-gsap-scroll .attensi-grid-four img:nth-child(2) {
  width: 38% !important;
  left: 18% !important;
  bottom: 0 !important;
}

html.has-gsap-scroll .attensi-grid-four img:nth-child(3) {
  width: 54% !important;
  right: 0 !important;
  top: 0 !important;
}

html.has-gsap-scroll .attensi-grid-four img:nth-child(4) {
  width: 39% !important;
  right: 8% !important;
  bottom: 4% !important;
}

html.has-gsap-scroll .attensi-group-service > img {
  position: static !important;
  width: min(100%, 72rem) !important;
  height: calc(100% - 3.5rem) !important;
  object-fit: contain !important;
}

html:not(.has-gsap-scroll) .method-horizontal-viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

html:not(.has-gsap-scroll) .method-track {
  transform: none !important;
}

/* Full-width recognition block — aligned with the main page content */
.recognition,
.profile-details {
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max)) !important;
  max-width: var(--content-max) !important;
  margin: clamp(4rem, 8vw, 7rem) auto 0 !important;
}

.recognition {
  grid-template-columns: minmax(9rem, 0.7fr) minmax(16rem, 1.2fr) minmax(10rem, 0.7fr) !important;
}

.recognition p {
  max-width: 76ch !important;
}

.profile-details {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 900px) {
  html.has-gsap-scroll .method-horizontal-sticky {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }

  html.has-gsap-scroll .method-horizontal-viewport {
    height: min(82dvh, 52rem) !important;
    padding-inline: clamp(0.9rem, 4vw, 1.3rem) !important;
  }

  html.has-gsap-scroll .method-track {
    gap: clamp(0.8rem, 3vw, 1.1rem) !important;
  }

  html.has-gsap-scroll .method-panel,
  html.has-gsap-scroll .method-panel-text {
    flex-basis: 84vw !important;
    width: 84vw !important;
    min-width: 84vw !important;
    min-height: min(72dvh, 42rem) !important;
  }

  html.has-gsap-scroll .method-panel-media,
  html.has-gsap-scroll .method-panel-media-wide,
  html.has-gsap-scroll .attensi-gallery-panel {
    flex-basis: max-content !important;
    width: max-content !important;
    min-width: max-content !important;
  }

  html.has-gsap-scroll .method-panel-visuals figure {
    flex-basis: 76vw !important;
    width: 76vw !important;
    min-width: 76vw !important;
    height: min(68dvh, 39rem) !important;
  }

  html.has-gsap-scroll .attensi-visual-group {
    flex-basis: 132vw !important;
    width: 132vw !important;
    min-width: 132vw !important;
    height: min(68dvh, 40rem) !important;
  }

  html.has-gsap-scroll .attensi-group-training {
    flex-basis: 188vw !important;
    width: 188vw !important;
    min-width: 188vw !important;
  }

  html.has-gsap-scroll .attensi-group-service {
    flex-basis: 132vw !important;
    width: 132vw !important;
    min-width: 132vw !important;
  }

  .recognition,
  .profile-details {
    width: min(calc(100% - (var(--pad) * 2)), var(--content-max)) !important;
    margin-inline: auto !important;
  }

  .recognition,
  .profile-details {
    grid-template-columns: 1fr !important;
  }

  .recognition p {
    grid-column: auto !important;
  }
}

@media (max-width: 560px) {
  html.has-gsap-scroll .method-horizontal-viewport {
    height: min(78dvh, 42rem) !important;
  }

  html.has-gsap-scroll .method-panel,
  html.has-gsap-scroll .method-panel-text {
    flex-basis: 86vw !important;
    width: 86vw !important;
    min-width: 86vw !important;
  }

  html.has-gsap-scroll .attensi-visual-group {
    flex-basis: 150vw !important;
    width: 150vw !important;
    min-width: 150vw !important;
  }

  html.has-gsap-scroll .attensi-group-training {
    flex-basis: 218vw !important;
    width: 218vw !important;
    min-width: 218vw !important;
  }

  html.has-gsap-scroll .attensi-group-service {
    flex-basis: 154vw !important;
    width: 154vw !important;
    min-width: 154vw !important;
  }
}

/* Absolute final control for the transverse rail.
   GSAP animates --method-track-x; CSS owns transform with !important so older
   responsive transform:none rules cannot cancel the horizontal movement. */
html.has-gsap-scroll .method-horizontal .method-track {
  transform: translate3d(var(--method-track-x, 0px), 0, 0) !important;
}

html.has-gsap-scroll .method-horizontal .method-track,
html.has-gsap-scroll .method-horizontal .method-panel-visuals,
html.has-gsap-scroll .method-horizontal .attensi-gallery {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

/* Verification pass — one authoritative horizontal behaviour after media load.
   This final layer deliberately neutralises earlier responsive experiments. */
html.has-gsap-scroll .method-horizontal {
  isolation: isolate !important;
  contain: layout paint !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-sticky {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  margin: 0 !important;
  overflow: hidden !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-viewport {
  width: 100vw !important;
  max-width: 100vw !important;
  overflow: hidden !important;
}

html.has-gsap-scroll .method-horizontal .method-track {
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  overflow: visible !important;
  transform: translate3d(var(--method-track-x, 0px), 0, 0) !important;
  will-change: transform !important;
}

html.has-gsap-scroll .method-horizontal .method-panel {
  flex-shrink: 0 !important;
}

/* 2026-07-12 — final layout correction layer.
   Purpose: keep the portfolio readable and keep "Projets transverses" horizontal
   on every viewport width without large blank gaps or accidental wrapping. */
.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
}

.main-nav {
  min-width: 0 !important;
  max-width: 100% !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: clamp(0.38rem, 1.15vw, 1.35rem) !important;
  font-size: clamp(0.48rem, 0.78vw, 0.72rem) !important;
  letter-spacing: clamp(0.025em, 0.28vw, 0.08em) !important;
  overflow: visible !important;
}

.main-nav a {
  flex: 0 1 auto !important;
}

.role-fit h2#role-fit-title {
  max-width: min(100%, 10.8ch) !important;
  font-size: clamp(2rem, 5.6vw, 5.35rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.072em !important;
  overflow-wrap: normal !important;
}

.role-intro {
  align-items: start !important;
}

.role-intro-copy {
  min-width: 0 !important;
  max-width: 100% !important;
}

.role-intro-copy .role-lead {
  max-width: min(100%, 56ch) !important;
  margin-right: 0 !important;
}

.vision-collage {
  min-width: 0 !important;
}

.method-horizontal {
  overflow: hidden !important;
  background: var(--ink) !important;
}

.method-horizontal-intro {
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max)) !important;
  margin-inline: auto !important;
  padding-block: clamp(4.5rem, 8vw, 7rem) clamp(1.5rem, 3vw, 2.8rem) !important;
}

.method-horizontal-intro h3 {
  max-width: 13ch !important;
  font-size: clamp(2.2rem, 5.1vw, 5.4rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.072em !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-sticky {
  box-sizing: border-box !important;
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  display: grid !important;
  align-items: center !important;
  padding-block: clamp(1.2rem, 3.2vw, 3.4rem) !important;
  overflow: hidden !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-viewport {
  box-sizing: border-box !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: min(82svh, 54rem) !important;
  min-height: 30rem !important;
  overflow: hidden !important;
  padding-inline: max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad))) !important;
}

html.has-gsap-scroll .method-horizontal .method-track {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  height: 100% !important;
  gap: clamp(0.85rem, 1.45vw, 1.65rem) !important;
  overflow: visible !important;
  transform: translate3d(var(--method-track-x, 0px), 0, 0) !important;
  will-change: transform !important;
}

html.has-gsap-scroll .method-horizontal .method-panel {
  flex: 0 0 clamp(18.5rem, 74vw, 55rem) !important;
  width: clamp(18.5rem, 74vw, 55rem) !important;
  min-width: clamp(18.5rem, 74vw, 55rem) !important;
  min-height: 100% !important;
  height: 100% !important;
  padding: clamp(1.35rem, 3vw, 3.4rem) !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-text {
  flex-basis: clamp(18.5rem, 66vw, 46rem) !important;
  width: clamp(18.5rem, 66vw, 46rem) !important;
  min-width: clamp(18.5rem, 66vw, 46rem) !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-media,
html.has-gsap-scroll .method-horizontal .method-panel-media-wide,
html.has-gsap-scroll .method-horizontal .attensi-gallery-panel {
  flex-basis: max-content !important;
  width: max-content !important;
  min-width: max-content !important;
  padding: 0 !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-visuals,
html.has-gsap-scroll .method-horizontal .attensi-gallery {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  gap: clamp(0.65rem, 1.05vw, 1.15rem) !important;
  width: max-content !important;
  max-width: none !important;
  height: 100% !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-visuals figure {
  flex: 0 0 clamp(17rem, 31vw, 27rem) !important;
  width: clamp(17rem, 31vw, 27rem) !important;
  min-width: clamp(17rem, 31vw, 27rem) !important;
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 0.72rem !important;
  margin: 0 !important;
  overflow: visible !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-visuals img,
html.has-gsap-scroll .method-horizontal .method-panel-visuals video {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  background: transparent !important;
}

html.has-gsap-scroll .method-horizontal .attensi-visual-group {
  flex: 0 0 clamp(46rem, 82vw, 78rem) !important;
  width: clamp(46rem, 82vw, 78rem) !important;
  min-width: clamp(46rem, 82vw, 78rem) !important;
  height: 100% !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 0.8rem !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-training {
  flex-basis: clamp(56rem, 104vw, 96rem) !important;
  width: clamp(56rem, 104vw, 96rem) !important;
  min-width: clamp(56rem, 104vw, 96rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-service {
  flex-basis: clamp(34rem, 64vw, 60rem) !important;
  width: clamp(34rem, 64vw, 60rem) !important;
  min-width: clamp(34rem, 64vw, 60rem) !important;
}

.attensi-grid {
  height: 100% !important;
  gap: clamp(0.55rem, 0.95vw, 1rem) !important;
}

.attensi-grid img,
.attensi-group-service > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.recognition,
.profile-details {
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max)) !important;
  margin-inline: auto !important;
}

.recognition {
  margin-top: clamp(4rem, 8vw, 7rem) !important;
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr !important;
    align-items: center !important;
    padding: 0.9rem max(0.72rem, 2.6vw) !important;
  }

  .wordmark,
  .language-toggle {
    display: none !important;
  }

  .main-nav {
    width: 100% !important;
    justify-self: stretch !important;
    justify-content: space-between !important;
    gap: 0.24rem !important;
    font-size: clamp(0.44rem, 1.75vw, 0.58rem) !important;
    letter-spacing: 0.018em !important;
  }

  .main-nav a::after {
    bottom: -0.18rem !important;
  }

  .role-fit h2#role-fit-title {
    max-width: 11.5ch !important;
    font-size: clamp(1.85rem, 11.4vw, 3.25rem) !important;
  }

  .method-horizontal-intro h3 {
    max-width: 12.5ch !important;
    font-size: clamp(2rem, 10.5vw, 3.45rem) !important;
  }

  html.has-gsap-scroll .method-horizontal .method-horizontal-viewport {
    height: min(78svh, 42rem) !important;
    min-height: 28rem !important;
    padding-inline: max(0.9rem, 4vw) !important;
  }

  html.has-gsap-scroll .method-horizontal .method-panel,
  html.has-gsap-scroll .method-horizontal .method-panel-text {
    flex-basis: 86vw !important;
    width: 86vw !important;
    min-width: 86vw !important;
  }

  html.has-gsap-scroll .method-horizontal .method-panel-visuals figure {
    flex-basis: 78vw !important;
    width: 78vw !important;
    min-width: 78vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-visual-group {
    flex-basis: 168vw !important;
    width: 168vw !important;
    min-width: 168vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-training {
    flex-basis: 232vw !important;
    width: 232vw !important;
    min-width: 232vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-service {
    flex-basis: 148vw !important;
    width: 148vw !important;
    min-width: 148vw !important;
  }

  .recognition,
  .profile-details {
    grid-template-columns: 1fr !important;
  }
}

/* Stable horizontal narratives — Attensi Europe + Store Activations
   Rebuilt as native sticky sections to avoid unreadable pinned blanks. */
html.has-gsap-scroll .method-horizontal {
  position: relative !important;
  overflow: visible !important;
  background: #0b0c0b !important;
  color: #fff !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-sticky {
  position: relative;
  top: 0;
  z-index: 2 !important;
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  background: #0b0c0b !important;
  padding-block: clamp(1.2rem, 2.4vw, 2.2rem) !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-viewport {
  width: 100vw !important;
  height: min(78svh, 48rem) !important;
  min-height: min(32rem, 78svh) !important;
  overflow: hidden !important;
  padding-inline: max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad))) !important;
}

html.has-gsap-scroll .method-horizontal .method-track {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  gap: clamp(0.95rem, 1.45vw, 1.55rem) !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  height: 100% !important;
  transform: translate3d(var(--method-track-x, 0px), 0, 0) !important;
  will-change: transform !important;
}

html.has-gsap-scroll .method-horizontal .method-panel {
  flex: 0 0 clamp(21rem, 70vw, 52rem) !important;
  width: clamp(21rem, 70vw, 52rem) !important;
  min-width: clamp(21rem, 70vw, 52rem) !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: clamp(1.35rem, 3vw, 3rem) !important;
  box-sizing: border-box !important;
  background: transparent !important;
  color: #fff !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-text {
  display: grid !important;
  align-content: center !important;
  flex-basis: clamp(22rem, 54vw, 42rem) !important;
  width: clamp(22rem, 54vw, 42rem) !important;
  min-width: clamp(22rem, 54vw, 42rem) !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-text p,
html.has-gsap-scroll .method-horizontal .method-panel-text li,
html.has-gsap-scroll .method-horizontal .method-panel-text span {
  color: rgba(255, 255, 255, 0.78) !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-media,
html.has-gsap-scroll .method-horizontal .method-panel-media-wide,
html.has-gsap-scroll .method-horizontal .attensi-gallery-panel {
  flex: 0 0 max-content !important;
  width: max-content !important;
  min-width: max-content !important;
  padding: 0 !important;
}

html.has-gsap-scroll .method-horizontal .attensi-gallery {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: clamp(0.85rem, 1.25vw, 1.25rem) !important;
  height: 100% !important;
  width: max-content !important;
}

html.has-gsap-scroll .method-horizontal .attensi-visual-group {
  flex: 0 0 clamp(42rem, 76vw, 72rem) !important;
  width: clamp(42rem, 76vw, 72rem) !important;
  min-width: clamp(42rem, 76vw, 72rem) !important;
  height: min(100%, 46rem) !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 0.7rem !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-training {
  flex-basis: clamp(48rem, 90vw, 86rem) !important;
  width: clamp(48rem, 90vw, 86rem) !important;
  min-width: clamp(48rem, 90vw, 86rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-service {
  flex-basis: clamp(32rem, 54vw, 52rem) !important;
  width: clamp(32rem, 54vw, 52rem) !important;
  min-width: clamp(32rem, 54vw, 52rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid {
  display: grid !important;
  height: 100% !important;
  gap: clamp(0.45rem, 0.7vw, 0.75rem) !important;
  align-items: stretch !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid-three {
  grid-template-columns: 1.05fr 0.95fr !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid-three img:first-child {
  grid-row: span 2 !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid-four {
  grid-template-columns: repeat(4, minmax(10rem, 1fr)) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid img,
html.has-gsap-scroll .method-horizontal .attensi-group-service > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
  transform: none !important;
}

html.has-gsap-scroll .method-horizontal .attensi-visual-group figcaption {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(0.78rem, 0.82vw, 0.9rem) !important;
}

#store-activations-event .event-horizontal {
  position: relative !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible !important;
  background: #0b0c0b !important;
}

#store-activations-event .event-horizontal-sticky {
  position: relative;
  top: 0;
  z-index: 2 !important;
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  padding-inline: max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad))) !important;
  background: #0b0c0b !important;
}

#store-activations-event .event-track {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  width: max-content !important;
  max-width: none !important;
  min-width: max-content !important;
  transform: translate3d(var(--event-track-x, 0px), 0, 0) !important;
  will-change: transform !important;
}

#store-activations-event .event-panel {
  flex: 0 0 min(82vw, 60rem) !important;
  width: min(82vw, 60rem) !important;
  min-width: min(82vw, 60rem) !important;
  margin: 0 !important;
  color: #fff !important;
  opacity: 1 !important;
  transform: none !important;
}

#store-activations-event .event-panel-video,
#store-activations-event .event-panel video {
  display: block !important;
  width: 100% !important;
  height: min(70svh, 44rem) !important;
  max-height: min(70svh, 44rem) !important;
  object-fit: contain !important;
  background: #0b0c0b !important;
}

#store-activations-event .event-panel figcaption {
  max-width: 48rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(0.82rem, 0.92vw, 1rem) !important;
  line-height: 1.45 !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-sticky.gsap-force-pin,
html.has-gsap-scroll #store-activations-event .event-horizontal-sticky.gsap-force-pin {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  z-index: 2 !important;
  transform: none !important;
}

@media (max-width: 720px) {
  html.has-gsap-scroll .method-horizontal .method-horizontal-viewport {
    height: 76svh !important;
    min-height: 28rem !important;
    padding-inline: max(0.85rem, 4vw) !important;
  }

  html.has-gsap-scroll .method-horizontal .method-panel,
  html.has-gsap-scroll .method-horizontal .method-panel-text {
    flex-basis: 88vw !important;
    width: 88vw !important;
    min-width: 88vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-visual-group {
    flex-basis: 172vw !important;
    width: 172vw !important;
    min-width: 172vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-training {
    flex-basis: 250vw !important;
    width: 250vw !important;
    min-width: 250vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-service {
    flex-basis: 148vw !important;
    width: 148vw !important;
    min-width: 148vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-grid-four {
    grid-template-columns: repeat(4, minmax(8rem, 1fr)) !important;
  }

  #store-activations-event .event-panel {
    flex-basis: 88vw !important;
    width: 88vw !important;
    min-width: 88vw !important;
  }
}

/* Final horizontal-scroll correction: GSAP controls the pin;
   CSS only defines the stage and removes decorative frames. */
html.has-gsap-scroll .method-horizontal .method-horizontal-sticky,
html.has-gsap-scroll #store-activations-event .event-horizontal-sticky {
  left: auto;
  right: auto;
  bottom: auto;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-sticky {
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
}

html.has-gsap-scroll #store-activations-event .event-horizontal-sticky {
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
}

html.has-gsap-scroll .method-horizontal .attensi-visual-group,
html.has-gsap-scroll .method-horizontal .attensi-grid img,
html.has-gsap-scroll .method-horizontal .attensi-group-service > img {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

html.has-gsap-scroll .method-horizontal .attensi-gallery {
  gap: clamp(0.6rem, 1vw, 1rem) !important;
}

/* Final visual clean-up — remove the framed/card effect from the horizontal narratives. */
html.has-gsap-scroll .method-horizontal .method-panel,
html.has-gsap-scroll .method-horizontal .method-panel-text,
html.has-gsap-scroll .method-horizontal .method-panel-media,
html.has-gsap-scroll .method-horizontal .attensi-gallery-panel,
html.has-gsap-scroll .method-horizontal .method-panel-visuals,
html.has-gsap-scroll .method-horizontal .attensi-gallery,
html.has-gsap-scroll .method-horizontal .attensi-visual-group,
html.has-gsap-scroll #store-activations-event .event-panel,
html.has-gsap-scroll #store-activations-event .event-panel-video {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

html.has-gsap-scroll .method-horizontal .method-panel::before,
html.has-gsap-scroll .method-horizontal .method-panel::after,
html.has-gsap-scroll .method-horizontal .attensi-visual-group::before,
html.has-gsap-scroll .method-horizontal .attensi-visual-group::after,
html.has-gsap-scroll #store-activations-event .event-panel::before,
html.has-gsap-scroll #store-activations-event .event-panel::after {
  display: none !important;
  content: none !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid img,
html.has-gsap-scroll .method-horizontal .attensi-group-service > img,
html.has-gsap-scroll #store-activations-event .event-panel video {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

/* Clean pinned horizontal chapters
   The whole section is pinned; inner content only moves horizontally. */
html.has-gsap-scroll .method-horizontal {
  position: relative !important;
  width: 100vw !important;
  height: var(--method-horizontal-height, 100svh) !important;
  min-height: var(--method-horizontal-height, 100svh) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(5.2rem, 8.5svh, 7rem) max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad))) clamp(1.1rem, 2.2svh, 1.8rem) !important;
  display: block !important;
  overflow: hidden !important;
  background: #0b0c0b !important;
  color: #fff !important;
}

html.has-gsap-scroll .method-horizontal-intro {
  width: min(58rem, 100%) !important;
  max-width: min(58rem, 100%) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  color: #fff !important;
}

html.has-gsap-scroll .method-horizontal-intro h3 {
  max-width: 12ch !important;
  margin: clamp(0.6rem, 1svh, 0.95rem) 0 clamp(0.65rem, 1.1svh, 1rem) !important;
  font-size: clamp(2.35rem, 7.1vw, 5.85rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.085em !important;
}

html.has-gsap-scroll .method-horizontal-intro p {
  max-width: min(43rem, 100%) !important;
  margin: 0 !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-sticky {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: calc(100svh - clamp(6.3rem, 10.7svh, 8.8rem)) !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: visible !important;
  background: transparent !important;
  transform: none;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-viewport {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html.has-gsap-scroll .method-horizontal .method-track {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  gap: clamp(1rem, 1.5vw, 1.55rem) !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  height: 100% !important;
  transform: translate3d(var(--method-track-x, 0px), 0, 0) !important;
  will-change: transform !important;
}

html.has-gsap-scroll .method-horizontal .method-panel {
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-text {
  flex: 0 0 clamp(22rem, 42vw, 38rem) !important;
  width: clamp(22rem, 42vw, 38rem) !important;
  min-width: clamp(22rem, 42vw, 38rem) !important;
  padding: clamp(0.8rem, 1.8vw, 1.6rem) clamp(0.6rem, 1.4vw, 1.2rem) !important;
  display: grid !important;
  align-content: center !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-media,
html.has-gsap-scroll .method-horizontal .method-panel-media-wide,
html.has-gsap-scroll .method-horizontal .attensi-gallery-panel {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: auto !important;
  padding: 0 !important;
}

html.has-gsap-scroll .method-horizontal .attensi-gallery {
  height: 100% !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: clamp(0.7rem, 1vw, 1.05rem) !important;
  width: max-content !important;
}

html.has-gsap-scroll .method-horizontal .attensi-visual-group {
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-colby {
  flex: 0 0 clamp(46rem, 72vw, 78rem) !important;
  width: clamp(46rem, 72vw, 78rem) !important;
  min-width: clamp(46rem, 72vw, 78rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-training {
  flex: 0 0 clamp(54rem, 86vw, 94rem) !important;
  width: clamp(54rem, 86vw, 94rem) !important;
  min-width: clamp(54rem, 86vw, 94rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-service {
  flex: 0 0 clamp(34rem, 52vw, 58rem) !important;
  width: clamp(34rem, 52vw, 58rem) !important;
  min-width: clamp(34rem, 52vw, 58rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid,
html.has-gsap-scroll .method-horizontal .attensi-group-service > img {
  height: calc(100% - 1.75rem) !important;
  min-height: 0 !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid img,
html.has-gsap-scroll .method-horizontal .attensi-group-service > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

html.has-gsap-scroll #store-activations-event .event-horizontal {
  position: relative !important;
  width: 100vw !important;
  height: var(--event-horizontal-height, 100svh) !important;
  min-height: var(--event-horizontal-height, 100svh) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(5rem, 8svh, 6.8rem) max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad))) clamp(1rem, 2svh, 1.8rem) !important;
  overflow: hidden !important;
  background: #0b0c0b !important;
}

html.has-gsap-scroll #store-activations-event .event-horizontal-sticky {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: calc(100svh - clamp(6rem, 10svh, 8.6rem)) !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  background: transparent !important;
  transform: none;
}

html.has-gsap-scroll #store-activations-event .event-track {
  height: 100% !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: clamp(1rem, 1.6vw, 1.8rem) !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  transform: translate3d(var(--event-track-x, 0px), 0, 0) !important;
  will-change: transform !important;
}

html.has-gsap-scroll #store-activations-event .event-panel {
  flex: 0 0 min(82vw, 58rem) !important;
  width: min(82vw, 58rem) !important;
  min-width: min(82vw, 58rem) !important;
  height: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 0.85rem !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}

html.has-gsap-scroll #store-activations-event .event-panel-video,
html.has-gsap-scroll #store-activations-event .event-panel video {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  html.has-gsap-scroll .method-horizontal {
    padding: clamp(4.7rem, 8svh, 5.6rem) max(1rem, 4vw) 1rem !important;
  }

  html.has-gsap-scroll .method-horizontal-intro h3 {
    max-width: 13ch !important;
    font-size: clamp(2.1rem, 12.5vw, 4rem) !important;
  }

  html.has-gsap-scroll .method-horizontal .method-panel-text {
    flex-basis: 88vw !important;
    width: 88vw !important;
    min-width: 88vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-colby {
    flex-basis: 178vw !important;
    width: 178vw !important;
    min-width: 178vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-training {
    flex-basis: 258vw !important;
    width: 258vw !important;
    min-width: 258vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-service {
    flex-basis: 154vw !important;
    width: 154vw !important;
    min-width: 154vw !important;
  }

  html.has-gsap-scroll #store-activations-event .event-horizontal {
    padding: clamp(4.7rem, 8svh, 5.6rem) max(1rem, 4vw) 1rem !important;
  }

  html.has-gsap-scroll #store-activations-event .event-panel {
    flex-basis: 86vw !important;
    width: 86vw !important;
    min-width: 86vw !important;
  }
}

/* Final horizontal scroll reset — cleaner scene, no visible frame.
   The pinned section itself owns the vertical lock; only the inner track moves. */
html.has-gsap-scroll .method-horizontal,
html.has-gsap-scroll #store-activations-event .event-horizontal {
  isolation: isolate !important;
  box-shadow: none !important;
  outline: none !important;
}

html.has-gsap-scroll .method-horizontal::before,
html.has-gsap-scroll .method-horizontal::after,
html.has-gsap-scroll #store-activations-event .event-horizontal::before,
html.has-gsap-scroll #store-activations-event .event-horizontal::after,
html.has-gsap-scroll .method-horizontal .method-horizontal-sticky::before,
html.has-gsap-scroll .method-horizontal .method-horizontal-sticky::after,
html.has-gsap-scroll #store-activations-event .event-horizontal-sticky::before,
html.has-gsap-scroll #store-activations-event .event-horizontal-sticky::after {
  content: none !important;
  display: none !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-sticky,
html.has-gsap-scroll #store-activations-event .event-horizontal-sticky {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

html.has-gsap-scroll .method-horizontal .method-panel,
html.has-gsap-scroll .method-horizontal .method-panel-text,
html.has-gsap-scroll .method-horizontal .method-panel-media,
html.has-gsap-scroll .method-horizontal .method-panel-media-wide,
html.has-gsap-scroll .method-horizontal .attensi-gallery-panel,
html.has-gsap-scroll .method-horizontal .attensi-visual-group,
html.has-gsap-scroll #store-activations-event .event-panel,
html.has-gsap-scroll #store-activations-event .event-panel-video {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

html.has-gsap-scroll .method-horizontal .method-track,
html.has-gsap-scroll #store-activations-event .event-track {
  touch-action: pan-y !important;
  overscroll-behavior: contain !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-text {
  color: #fff !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-text p,
html.has-gsap-scroll .method-horizontal .method-panel-text li,
html.has-gsap-scroll .method-horizontal .method-panel-text span,
html.has-gsap-scroll #store-activations-event .event-panel figcaption {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* 2026-07-15 — Attensi + Projets transverses reset.
   Clean pinned horizontal scene: ScrollTrigger owns the vertical lock,
   the track is the only element that translates horizontally. */
html.has-gsap-scroll .method-horizontal {
  height: auto !important;
  min-height: 100svh !important;
  overflow: visible !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-sticky {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  height: calc(100svh - clamp(5.8rem, 9.8svh, 8.1rem)) !important;
  min-height: 32rem !important;
  overflow: hidden !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-sticky.gsap-force-pin {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  z-index: 4 !important;
}

html.has-gsap-scroll .method-horizontal .method-horizontal-viewport {
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  padding-inline: max(var(--pad), calc((100vw - var(--content-max)) / 2 + var(--pad))) !important;
  overflow: hidden !important;
}

html.has-gsap-scroll .method-horizontal .method-track {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  gap: clamp(1rem, 1.6vw, 1.7rem) !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  height: 100% !important;
  transform: translate3d(var(--method-track-x, 0px), 0, 0) !important;
  will-change: transform !important;
}

html.has-gsap-scroll .method-horizontal .method-panel {
  flex: 0 0 auto !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html.has-gsap-scroll .method-horizontal .method-panel-text {
  flex-basis: clamp(22rem, 41vw, 38rem) !important;
  width: clamp(22rem, 41vw, 38rem) !important;
  min-width: clamp(22rem, 41vw, 38rem) !important;
  padding: clamp(0.85rem, 1.8vw, 1.65rem) clamp(0.65rem, 1.45vw, 1.25rem) !important;
  display: grid !important;
  align-content: center !important;
}

html.has-gsap-scroll .method-horizontal .attensi-gallery-panel {
  flex-basis: max-content !important;
  width: max-content !important;
  min-width: max-content !important;
}

html.has-gsap-scroll .method-horizontal .attensi-gallery {
  height: 100% !important;
  width: max-content !important;
  max-width: none !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: clamp(1rem, 1.5vw, 1.55rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-visual-group {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: clamp(0.45rem, 0.75vw, 0.8rem) !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-colby {
  flex: 0 0 clamp(54rem, 83vw, 88rem) !important;
  width: clamp(54rem, 83vw, 88rem) !important;
  min-width: clamp(54rem, 83vw, 88rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-training {
  flex: 0 0 clamp(66rem, 104vw, 112rem) !important;
  width: clamp(66rem, 104vw, 112rem) !important;
  min-width: clamp(66rem, 104vw, 112rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-group-service {
  flex: 0 0 clamp(46rem, 70vw, 72rem) !important;
  width: clamp(46rem, 70vw, 72rem) !important;
  min-width: clamp(46rem, 70vw, 72rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid {
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  gap: clamp(0.65rem, 1vw, 1rem) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid-three {
  grid-template-columns: 1fr 1fr 1fr !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid-four {
  grid-template-columns: repeat(4, 1fr) !important;
}

html.has-gsap-scroll .method-horizontal .attensi-grid img,
html.has-gsap-scroll .method-horizontal .attensi-group-service > img {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  margin: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

html.has-gsap-scroll .method-horizontal .attensi-visual-group figcaption {
  margin: 0 !important;
  min-height: 1.45rem !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(0.74rem, 0.85vw, 0.94rem) !important;
  line-height: 1.25 !important;
}

@media (max-width: 720px) {
  html.has-gsap-scroll .method-horizontal {
    padding-inline: max(1rem, 4vw) !important;
  }

  html.has-gsap-scroll .method-horizontal .method-horizontal-viewport {
    padding-inline: max(1rem, 4vw) !important;
  }

  html.has-gsap-scroll .method-horizontal .method-panel-text {
    flex-basis: 88vw !important;
    width: 88vw !important;
    min-width: 88vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-colby {
    flex-basis: 224vw !important;
    width: 224vw !important;
    min-width: 224vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-training {
    flex-basis: 320vw !important;
    width: 320vw !important;
    min-width: 320vw !important;
  }

  html.has-gsap-scroll .method-horizontal .attensi-group-service {
    flex-basis: 188vw !important;
    width: 188vw !important;
    min-width: 188vw !important;
  }
}

/* 2026-07-21 — Vertical reset.
   Horizontal narratives were removed: the page now reads from top to bottom,
   with images and videos integrated as visible editorial material. */
html,
body {
  overflow-x: clip !important;
}

body .method-horizontal,
html.has-gsap-scroll body .method-horizontal,
html:not(.has-gsap-scroll) body .method-horizontal,
body #store-activations-event .event-horizontal {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: min(calc(100% - (var(--pad) * 2)), var(--content-max)) !important;
  max-width: var(--content-max) !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(5rem, 9vw, 8rem) 0 !important;
  overflow: visible !important;
  background: transparent !important;
  color: var(--ink) !important;
  isolation: auto !important;
}

body .method-horizontal::before,
body .method-horizontal::after,
body #store-activations-event .event-horizontal::before,
body #store-activations-event .event-horizontal::after,
body .method-horizontal-sticky::before,
body .method-horizontal-sticky::after,
body #store-activations-event .event-horizontal-sticky::before,
body #store-activations-event .event-horizontal-sticky::after {
  content: none !important;
  display: none !important;
}

body .method-horizontal-intro,
html.has-gsap-scroll body .method-horizontal-intro {
  width: min(100%, 58rem) !important;
  max-width: 58rem !important;
  margin: 0 0 clamp(2.4rem, 5vw, 4.8rem) !important;
  padding: 0 !important;
  color: var(--ink) !important;
}

body .method-horizontal-intro span {
  color: var(--muted) !important;
}

body .method-horizontal-intro h3 {
  max-width: 14ch !important;
  margin: 0.55rem 0 1rem !important;
  color: var(--ink) !important;
  font-size: clamp(2.35rem, 7.2vw, 6.6rem) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.07em !important;
}

body .method-horizontal-intro p {
  max-width: 42rem !important;
  margin: 0 !important;
  color: var(--muted) !important;
}

body .method-horizontal-sticky,
html.has-gsap-scroll body .method-horizontal .method-horizontal-sticky,
html.has-gsap-scroll body #store-activations-event .event-horizontal-sticky,
body #store-activations-event .event-horizontal-sticky,
body .method-horizontal-viewport,
html.has-gsap-scroll body .method-horizontal .method-horizontal-viewport {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
  translate: none !important;
  contain: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .method-track,
html.has-gsap-scroll body .method-horizontal .method-track,
body #store-activations-event .event-track {
  --method-track-x: 0px !important;
  --event-track-x: 0px !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(3rem, 7vw, 7rem) !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  transform: none !important;
  translate: none !important;
}

body .method-panel,
html.has-gsap-scroll body .method-horizontal .method-panel,
body #store-activations-event .event-panel {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1rem, 2vw, 1.8rem) !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  flex-basis: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

body .method-panel-text,
html.has-gsap-scroll body .method-horizontal .method-panel-text {
  width: min(100%, 52rem) !important;
  max-width: 52rem !important;
  min-width: 0 !important;
  justify-self: start !important;
  padding: 0 !important;
}

body .method-panel-text > span,
html.has-gsap-scroll body .method-horizontal .method-panel-text > span {
  display: inline-block !important;
  margin-bottom: 0.75rem !important;
  color: var(--muted) !important;
}

body .method-panel-text h4,
html.has-gsap-scroll body .method-horizontal .method-panel-text h4 {
  margin: 0 0 1rem !important;
  color: var(--ink) !important;
  font-size: clamp(2.15rem, 5vw, 4.8rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.055em !important;
}

body .method-panel-text p,
body .method-panel-text li,
body .method-panel-text span,
html.has-gsap-scroll body .method-horizontal .method-panel-text p,
html.has-gsap-scroll body .method-horizontal .method-panel-text li,
html.has-gsap-scroll body .method-horizontal .method-panel-text span {
  color: var(--ink) !important;
}

body .method-panel-text p {
  max-width: 42rem !important;
}

body .method-panel-text ul {
  max-width: 42rem !important;
  margin-top: 1.4rem !important;
}

body .method-panel-media,
body .method-panel-media-wide,
body .attensi-gallery-panel,
html.has-gsap-scroll body .method-horizontal .method-panel-media,
html.has-gsap-scroll body .method-horizontal .method-panel-media-wide,
html.has-gsap-scroll body .method-horizontal .attensi-gallery-panel {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body .method-panel-visuals,
body .attensi-gallery,
html.has-gsap-scroll body .method-horizontal .method-panel-visuals,
html.has-gsap-scroll body .method-horizontal .attensi-gallery {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(2.4rem, 5vw, 5rem) !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .method-panel-visuals figure,
body .attensi-visual-group,
html.has-gsap-scroll body .method-horizontal .method-panel-visuals figure,
html.has-gsap-scroll body .method-horizontal .attensi-visual-group {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
}

body .attensi-grid,
html.has-gsap-scroll body .method-horizontal .attensi-grid {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  gap: clamp(0.8rem, 1.4vw, 1.3rem) !important;
  align-items: start !important;
}

body .attensi-grid-three,
html.has-gsap-scroll body .method-horizontal .attensi-grid-three {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

body .attensi-grid-three img:nth-child(1),
html.has-gsap-scroll body .method-horizontal .attensi-grid-three img:nth-child(1) {
  grid-column: 1 / span 7 !important;
  grid-row: 1 / span 2 !important;
}

body .attensi-grid-three img:nth-child(2),
html.has-gsap-scroll body .method-horizontal .attensi-grid-three img:nth-child(2) {
  grid-column: 6 / span 7 !important;
  grid-row: 2 !important;
  margin-top: clamp(2rem, 5vw, 4.5rem) !important;
}

body .attensi-grid-three img:nth-child(3),
html.has-gsap-scroll body .method-horizontal .attensi-grid-three img:nth-child(3) {
  grid-column: 2 / span 10 !important;
  grid-row: 3 !important;
}

body .attensi-grid-four,
html.has-gsap-scroll body .method-horizontal .attensi-grid-four {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

body .attensi-grid-four img:nth-child(1),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(1) {
  grid-column: 1 / span 5 !important;
}

body .attensi-grid-four img:nth-child(2),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(2) {
  grid-column: 6 / span 7 !important;
  margin-top: clamp(1.4rem, 3vw, 3rem) !important;
}

body .attensi-grid-four img:nth-child(3),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(3) {
  grid-column: 1 / span 7 !important;
}

body .attensi-grid-four img:nth-child(4),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(4) {
  grid-column: 8 / span 5 !important;
  margin-top: clamp(1rem, 4vw, 4rem) !important;
}

body .attensi-group-service,
html.has-gsap-scroll body .method-horizontal .attensi-group-service {
  width: min(100%, 58rem) !important;
  justify-self: center !important;
}

body .attensi-grid img,
body .attensi-group-service > img,
body .method-panel-visuals img,
body .method-panel-visuals video,
body #store-activations-event .event-panel-video,
html.has-gsap-scroll body .method-horizontal .attensi-grid img,
html.has-gsap-scroll body .method-horizontal .attensi-group-service > img,
html.has-gsap-scroll body .method-horizontal .method-panel-visuals img,
html.has-gsap-scroll body .method-horizontal .method-panel-visuals video {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
}

body .method-panel-visuals:not(.attensi-gallery) {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.6rem) !important;
}

body .method-panel-visuals:not(.attensi-gallery) figure {
  align-self: start !important;
}

body .method-panel-visuals:not(.attensi-gallery) video,
body .method-panel-visuals:not(.attensi-gallery) img {
  max-height: min(76vh, 42rem) !important;
}

body .method-panel-visuals figcaption,
body .attensi-visual-group figcaption,
body #store-activations-event figcaption,
html.has-gsap-scroll body .method-horizontal .attensi-visual-group figcaption {
  width: min(100%, 42rem) !important;
  margin: 0.85rem 0 0 !important;
  color: var(--muted) !important;
  font-size: clamp(0.78rem, 1vw, 0.98rem) !important;
  line-height: 1.35 !important;
}

body #store-activations-event .event-horizontal {
  padding: 0 !important;
}

body #store-activations-event .event-track {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.6rem) !important;
}

body #store-activations-event .event-panel {
  align-content: start !important;
}

body #store-activations-event .event-panel-video {
  max-height: min(78vh, 42rem) !important;
}

@media (max-width: 920px) {
  body .method-panel-visuals:not(.attensi-gallery),
  body #store-activations-event .event-track {
    grid-template-columns: 1fr !important;
  }

  body .method-panel-visuals:not(.attensi-gallery) video,
  body .method-panel-visuals:not(.attensi-gallery) img,
  body #store-activations-event .event-panel-video {
    max-height: none !important;
  }
}

@media (max-width: 720px) {
  body .method-horizontal,
  html.has-gsap-scroll body .method-horizontal,
  body #store-activations-event .event-horizontal {
    width: min(calc(100% - 2rem), var(--content-max)) !important;
    padding-block: clamp(4rem, 18vw, 6rem) !important;
  }

  body .method-horizontal-intro h3 {
    max-width: 12ch !important;
    font-size: clamp(2.15rem, 12vw, 4.1rem) !important;
  }

  body .method-panel-text h4 {
    font-size: clamp(2rem, 11vw, 3.7rem) !important;
  }

  body .attensi-grid-three,
  body .attensi-grid-four,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-three,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-four {
    grid-template-columns: 1fr !important;
  }

  body .attensi-grid-three img,
  body .attensi-grid-four img,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-three img,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-four img {
    grid-column: auto !important;
    grid-row: auto !important;
    margin-top: 0 !important;
  }
}

/* Final event vertical override — stronger than older pinned rules. */
html.has-gsap-scroll body #store-activations-event .event-horizontal,
html:not(.has-gsap-scroll) body #store-activations-event .event-horizontal,
body #store-activations-event .event-horizontal {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html.has-gsap-scroll body #store-activations-event .event-horizontal-sticky,
html:not(.has-gsap-scroll) body #store-activations-event .event-horizontal-sticky,
body #store-activations-event .event-horizontal-sticky {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
  background: transparent !important;
}

html.has-gsap-scroll body #store-activations-event .event-track,
html:not(.has-gsap-scroll) body #store-activations-event .event-track,
body #store-activations-event .event-track {
  --event-track-x: 0px !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.6rem) !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

html.has-gsap-scroll body #store-activations-event .event-panel,
html:not(.has-gsap-scroll) body #store-activations-event .event-panel,
body #store-activations-event .event-panel {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html.has-gsap-scroll body #store-activations-event .event-panel-video,
body #store-activations-event .event-panel-video {
  width: 100% !important;
  height: auto !important;
  max-height: min(78vh, 42rem) !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 920px) {
  html.has-gsap-scroll body #store-activations-event .event-track,
  body #store-activations-event .event-track {
    grid-template-columns: 1fr !important;
  }

  html.has-gsap-scroll body #store-activations-event .event-panel-video,
  body #store-activations-event .event-panel-video {
    max-height: none !important;
  }
}

body #store-activations-event,
body #store-activations-event .project-detail-heading,
body #store-activations-event .project-detail-text {
  color: rgba(255, 255, 255, 0.9) !important;
}

body #store-activations-event .project-detail-heading h3 {
  color: rgba(255, 255, 255, 0.72) !important;
}

body #store-activations-event .project-detail-heading p,
body #store-activations-event .project-detail-text p,
body #store-activations-event figcaption {
  color: rgba(255, 255, 255, 0.68) !important;
}

body #store-activations-event .detail-label,
body #store-activations-event .project-tag,
body #store-activations-event .project-number {
  color: rgba(255, 255, 255, 0.48) !important;
}

/* 2026-07-21 — Project titles stay with the sticky reading column.
   Standard VM projects: title + context stay on the side while visuals scroll.
   Store Activations & Event keeps its dedicated layout. */
.recognition > span:first-child {
  padding-left: clamp(1.25rem, 3vw, 3.5rem) !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) {
  display: grid !important;
  grid-template-columns: minmax(16rem, 0.34fr) minmax(0, 1fr) !important;
  column-gap: clamp(2rem, 5vw, 5rem) !important;
  row-gap: clamp(1.4rem, 3vw, 2.4rem) !important;
  align-items: start !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading {
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: sticky !important;
  top: clamp(5rem, 10vh, 7.5rem) !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(2.2rem, 3.6rem) minmax(0, 1fr) !important;
  gap: clamp(0.8rem, 1.5vw, 1.35rem) !important;
  align-self: start !important;
  margin: 0 !important;
  min-width: 0 !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading .project-number {
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: static !important;
  top: auto !important;
  align-self: start !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading > div {
  grid-column: 2 !important;
  min-width: 0 !important;
  max-width: none !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading h3 {
  max-width: 10ch !important;
  margin: 0.4rem 0 0.9rem !important;
  font-size: clamp(2.2rem, 4.2vw, 5.3rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.065em !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading p {
  max-width: 30rem !important;
  font-size: clamp(0.9rem, 1.05vw, 1.05rem) !important;
  line-height: 1.42 !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-body {
  display: contents !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-text {
  grid-column: 1 !important;
  grid-row: 2 !important;
  position: sticky !important;
  top: clamp(18rem, 32vh, 26rem) !important;
  z-index: 1 !important;
  min-width: 0 !important;
  align-self: start !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-gallery {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  min-width: 0 !important;
  align-self: start !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-gallery img,
body .project-detail-list .project-detail:not(#store-activations-event) .project-gallery video {
  display: block !important;
}

@media (max-width: 980px) {
  body .project-detail-list .project-detail:not(#store-activations-event) {
    grid-template-columns: 1fr !important;
  }

  body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading,
  body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-text,
  body .project-detail-list .project-detail:not(#store-activations-event) .project-gallery {
    grid-column: 1 !important;
    grid-row: auto !important;
    position: relative !important;
    top: auto !important;
  }

  body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading h3 {
    max-width: 12ch !important;
    font-size: clamp(2.35rem, 11vw, 4.6rem) !important;
  }
}

@media (max-width: 720px) {
  .recognition > span:first-child {
    padding-left: 0 !important;
  }
}

/* 2026-07-21 — Sticky copy blocks.
   The VM project title and its explanatory text now behave as one block:
   no separate sticky layers, no overlap. Store Activations keeps its own layout. */
body .project-detail-list .project-detail:not(#store-activations-event) {
  display: grid !important;
  grid-template-columns: minmax(18rem, 0.36fr) minmax(0, 1fr) !important;
  column-gap: clamp(2rem, 5vw, 5rem) !important;
  row-gap: clamp(1.6rem, 3vw, 2.8rem) !important;
  align-items: start !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-copy-sticky {
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: sticky !important;
  top: clamp(5.5rem, 10vh, 7.5rem) !important;
  z-index: 3 !important;
  display: grid !important;
  gap: clamp(1.25rem, 2vw, 2rem) !important;
  align-self: start !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading,
body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-text {
  position: relative !important;
  top: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
  z-index: auto !important;
  align-self: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  transform: none !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading {
  display: grid !important;
  grid-template-columns: minmax(2.2rem, 3.6rem) minmax(0, 1fr) !important;
  gap: clamp(0.8rem, 1.5vw, 1.35rem) !important;
  margin: 0 !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading .project-number {
  position: static !important;
  top: auto !important;
  align-self: start !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading > div {
  min-width: 0 !important;
  max-width: 100% !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading h3 {
  max-width: 10ch !important;
  margin: 0.4rem 0 0.9rem !important;
  font-size: clamp(2.05rem, 4vw, 5rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.065em !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading p {
  max-width: 30rem !important;
  font-size: clamp(0.9rem, 1.05vw, 1.05rem) !important;
  line-height: 1.42 !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-text {
  display: grid !important;
  gap: clamp(1rem, 1.7vw, 1.55rem) !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-text > div {
  margin: 0 !important;
  padding: 0 !important;
}

body .project-detail-list .project-detail:not(#store-activations-event) .project-gallery {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  align-self: start !important;
}

body .virtual-selling-media-panel,
html.has-gsap-scroll body .method-horizontal .virtual-selling-media-panel {
  width: 100% !important;
  max-width: 100% !important;
}

body .virtual-selling-visuals,
html.has-gsap-scroll body .method-horizontal .virtual-selling-visuals {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.6rem) !important;
  align-items: start !important;
  width: 100% !important;
}

body .virtual-selling-visuals figure,
html.has-gsap-scroll body .method-horizontal .virtual-selling-visuals figure {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body .virtual-selling-visuals video,
html.has-gsap-scroll body .method-horizontal .virtual-selling-visuals video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: min(78vh, 42rem) !important;
  object-fit: contain !important;
}

@media (max-width: 980px) {
  body .project-detail-list .project-detail:not(#store-activations-event) {
    grid-template-columns: 1fr !important;
  }

  body .project-detail-list .project-detail:not(#store-activations-event) .project-copy-sticky,
  body .project-detail-list .project-detail:not(#store-activations-event) .project-gallery {
    grid-column: 1 !important;
    grid-row: auto !important;
    position: relative !important;
    top: auto !important;
  }

  body .project-detail-list .project-detail:not(#store-activations-event) .project-detail-heading h3 {
    max-width: 12ch !important;
    font-size: clamp(2.35rem, 11vw, 4.6rem) !important;
  }
}

@media (max-width: 920px) {
  body .virtual-selling-visuals,
  html.has-gsap-scroll body .method-horizontal .virtual-selling-visuals {
    grid-template-columns: 1fr !important;
  }

  body .virtual-selling-visuals video,
  html.has-gsap-scroll body .method-horizontal .virtual-selling-visuals video {
    max-height: none !important;
  }
}
