:root {
  --charcoal-deep: #0b0806;
  --charcoal: #17110d;
  --taupe: #2f261f;
  --bronze: #b89468;
  --ivory: #f4eadc;
  --paper: #e9dfcf;
  --muted-ivory: #cdbfae;
  --stone: #8e7b68;
  --ink: #1b1511;
  --line-dark: rgba(27, 21, 17, 0.18);
  --line-light: rgba(244, 234, 220, 0.18);
  --serif: Didot, "Bodoni 72", "Bodoni 72 Oldstyle", "Bodoni MT", "Times New Roman", serif;
  --sans: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--charcoal-deep);
  color: var(--ivory);
  font-family: var(--sans);
  letter-spacing: 0;
}

body.menu-open,
body.overlay-open {
  overflow: hidden;
}

img,
canvas {
  display: block;
}

a,
button {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
}

.menu-trigger {
  position: fixed;
  z-index: 60;
  top: 28px;
  right: clamp(22px, 4vw, 54px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  border: 1px solid rgba(244, 234, 220, 0.22);
  border-radius: 999px;
  background: rgba(11, 8, 6, 0.42);
  padding: 0 14px;
  color: var(--ivory);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.menu-trigger span,
.menu-trigger span::before,
.menu-trigger span::after {
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
  content: "";
}

.menu-trigger span::before {
  transform: translateY(-5px);
}

.menu-trigger span::after {
  transform: translateY(4px);
}

.editorial-menu {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(28px, 8vw, 100px);
  background:
    radial-gradient(circle at 70% 40%, rgba(184, 148, 104, 0.18), transparent 32%),
    rgba(9, 6, 4, 0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.editorial-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.menu-atmosphere {
  position: absolute;
  inset: 0;
  background-image: url("assets/digital-dress-hero-warm.png");
  background-size: cover;
  background-position: 62% center;
  filter: saturate(0.7) contrast(1.08);
  opacity: 0.17;
}

.editorial-menu nav {
  position: relative;
  display: grid;
  gap: clamp(14px, 3vw, 28px);
  width: min(920px, 100%);
}

.editorial-menu a {
  font-family: var(--serif);
  font-size: clamp(42px, 8vw, 112px);
  line-height: 0.88;
  opacity: 0.76;
  transition: opacity 180ms ease, transform 180ms ease;
}

.editorial-menu a:hover {
  opacity: 1;
  transform: translateX(14px);
}

.chapter {
  position: relative;
  isolation: isolate;
}

.dfw-graphic {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1400ms ease 240ms;
}

.chapter.is-visible .dfw-graphic,
.hero .dfw-graphic {
  opacity: 1;
}

.dfw-graphic span {
  position: absolute;
  display: block;
  pointer-events: none;
}

.thread {
  width: min(760px, 58vw);
  height: min(360px, 34vw);
  border-top: 1px solid rgba(184, 148, 104, 0.34);
  border-radius: 58% 42% 0 0;
  opacity: 0.6;
  transform: rotate(var(--thread-rotate, -8deg));
}

.thread::before,
.thread::after {
  position: absolute;
  content: "";
}

.thread::before {
  inset: -18px 8% auto 6%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(244, 234, 220, 0.34) 0 7px, transparent 7px 18px);
  transform: rotate(4deg);
}

.thread::after {
  right: 9%;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(244, 234, 220, 0.32);
  border-radius: 50%;
  box-shadow:
    -84px 17px 0 -3px rgba(184, 148, 104, 0.36),
    -164px -8px 0 -3px rgba(244, 234, 220, 0.25),
    -246px 20px 0 -3px rgba(184, 148, 104, 0.3);
}

.pattern-arc {
  width: min(520px, 42vw);
  height: min(520px, 42vw);
  border: 1px solid rgba(184, 148, 104, 0.22);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: 0.64;
  transform: rotate(var(--arc-rotate, 18deg));
}

.pattern-arc::before,
.pattern-arc::after {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(244, 234, 220, 0.13);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  content: "";
}

.pattern-arc::after {
  inset: 24%;
  border-style: dashed;
  border-color: rgba(184, 148, 104, 0.2) rgba(184, 148, 104, 0.2) transparent transparent;
}

.stitch-field {
  width: min(420px, 32vw);
  height: min(540px, 44vw);
  opacity: 0.42;
  background:
    repeating-linear-gradient(96deg, transparent 0 15px, rgba(244, 234, 220, 0.18) 15px 16px, transparent 16px 34px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(184, 148, 104, 0.18) 18px 19px, transparent 19px 38px);
  mask-image: radial-gradient(ellipse at 50% 52%, #000 0 64%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0 64%, transparent 72%);
  transform: rotate(var(--stitch-rotate, 0deg));
}

.couture-fragment {
  width: min(300px, 25vw);
  height: min(520px, 46vw);
  opacity: 0.5;
}

.couture-fragment::before,
.couture-fragment::after {
  position: absolute;
  content: "";
}

.couture-fragment::before {
  left: 34%;
  top: 4%;
  width: 34%;
  height: 52%;
  border: 1px solid rgba(184, 148, 104, 0.32);
  border-top: 0;
  border-radius: 42% 46% 12% 16%;
  transform: skewX(-8deg);
}

.couture-fragment::after {
  left: 5%;
  bottom: 0;
  width: 92%;
  height: 56%;
  border: 1px solid rgba(244, 234, 220, 0.18);
  border-top: 0;
  border-radius: 8% 10% 54% 48%;
  background:
    linear-gradient(78deg, transparent 0 41%, rgba(184, 148, 104, 0.22) 41.4% 42%, transparent 42.6%),
    linear-gradient(98deg, transparent 0 53%, rgba(244, 234, 220, 0.15) 53.4% 54%, transparent 54.6%);
  transform: skewX(-14deg) rotate(2deg);
}

.why-graphic,
.perspectives-graphic,
.next-graphic {
  color: var(--ink);
  mix-blend-mode: multiply;
}

.why-graphic .thread,
.perspectives-graphic .thread,
.next-graphic .thread {
  border-top-color: rgba(49, 39, 32, 0.18);
}

.why-graphic .thread::before,
.perspectives-graphic .thread::before,
.next-graphic .thread::before {
  background: repeating-linear-gradient(90deg, rgba(49, 39, 32, 0.2) 0 7px, transparent 7px 18px);
}

.why-graphic .thread::after,
.perspectives-graphic .thread::after,
.next-graphic .thread::after {
  border-color: rgba(49, 39, 32, 0.24);
  box-shadow:
    -84px 17px 0 -3px rgba(142, 123, 104, 0.3),
    -164px -8px 0 -3px rgba(49, 39, 32, 0.2),
    -246px 20px 0 -3px rgba(142, 123, 104, 0.28);
}

.why-graphic .couture-fragment::before,
.why-graphic .couture-fragment::after {
  border-color: rgba(49, 39, 32, 0.18);
}

.why-graphic .stitch-field,
.perspectives-graphic .stitch-field,
.next-graphic .stitch-field {
  background:
    repeating-linear-gradient(96deg, transparent 0 15px, rgba(49, 39, 32, 0.12) 15px 16px, transparent 16px 34px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(142, 123, 104, 0.16) 18px 19px, transparent 19px 38px);
}

.hero-graphic {
  z-index: -1;
  mix-blend-mode: screen;
}

.hero-graphic .thread-a {
  right: 18%;
  top: 35%;
  --thread-rotate: -11deg;
}

.hero-graphic .arc-a {
  right: 8%;
  top: 15%;
  --arc-rotate: 24deg;
}

.hero-graphic .stitch-a {
  left: 7%;
  top: 16%;
  --stitch-rotate: -8deg;
}

.why-graphic .bodice-a {
  right: 40%;
  top: 8%;
  transform: rotate(-8deg);
}

.why-graphic .thread-b {
  left: 9%;
  bottom: 12%;
  width: min(680px, 52vw);
  --thread-rotate: 7deg;
}

.why-graphic .stitch-b {
  right: 4%;
  top: 15%;
  opacity: 0.28;
  --stitch-rotate: 5deg;
}

.frontier-graphic .arc-b {
  left: 36%;
  top: 7%;
  width: min(620px, 48vw);
  height: min(620px, 48vw);
  --arc-rotate: 38deg;
}

.frontier-graphic .thread-c {
  left: 16%;
  top: 38%;
  width: min(960px, 72vw);
  --thread-rotate: -6deg;
}

.frontier-graphic .skirt-a {
  right: 7%;
  bottom: 11%;
  width: min(420px, 30vw);
  height: min(640px, 48vw);
  transform: rotate(8deg);
}

.duology-graphic .thread-d {
  right: 2%;
  top: 26%;
  width: min(900px, 68vw);
  --thread-rotate: 13deg;
}

.duology-graphic .stitch-c {
  left: 4%;
  bottom: 10%;
  width: min(520px, 38vw);
  height: min(620px, 46vw);
  --stitch-rotate: -10deg;
}

.duology-graphic .arc-c {
  right: 18%;
  bottom: 19%;
  --arc-rotate: -34deg;
}

.culture-graphic .bodice-b {
  left: 45%;
  top: 9%;
  width: min(360px, 28vw);
  height: min(600px, 46vw);
  transform: rotate(-5deg);
}

.culture-graphic .thread-e {
  left: 6%;
  bottom: 18%;
  width: min(840px, 64vw);
  --thread-rotate: -12deg;
}

.culture-graphic .stitch-d {
  right: 3%;
  top: 12%;
  opacity: 0.3;
  --stitch-rotate: 8deg;
}

.perspectives-graphic .arc-d {
  left: 18%;
  top: 7%;
  border-color: rgba(49, 39, 32, 0.16) rgba(49, 39, 32, 0.16) transparent transparent;
  --arc-rotate: 26deg;
}

.perspectives-graphic .thread-f {
  right: 6%;
  bottom: 10%;
  width: min(760px, 56vw);
  --thread-rotate: -4deg;
}

.next-graphic .thread-g {
  left: 10%;
  top: 20%;
  width: min(900px, 68vw);
  --thread-rotate: 4deg;
}

.next-graphic .stitch-e {
  right: 7%;
  bottom: 5%;
  width: min(500px, 36vw);
  height: min(520px, 40vw);
  opacity: 0.24;
  --stitch-rotate: -6deg;
}

.hero {
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 46%, rgba(175, 125, 73, 0.18), transparent 25%),
    radial-gradient(circle at 50% 82%, rgba(184, 148, 104, 0.1), transparent 28%),
    linear-gradient(112deg, #050403 0, #0c0805 48%, #020202 100%);
}

.hero::before {
  position: absolute;
  z-index: -7;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 234, 220, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 234, 220, 0.022) 1px, transparent 1px);
  background-size: 24vw 100%, 100% 32vh;
  content: "";
  opacity: 0.32;
}

.hero-image {
  position: absolute;
  z-index: -6;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% center;
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center;
  filter: blur(26px) contrast(1.18) saturate(0.64) brightness(0.56);
  animation: dressResolve 6900ms cubic-bezier(0.18, 0.82, 0.2, 1) 900ms forwards;
  will-change: opacity, filter, transform;
}

.particle-canvas {
  position: absolute;
  z-index: -5;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 8px rgba(244, 214, 174, 0.18));
  animation: particlesArrive 7200ms ease 140ms forwards;
}

.architecture-shadow {
  position: absolute;
  z-index: -4;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 39%, rgba(244, 222, 189, 0.1) 48%, rgba(244, 222, 189, 0.012) 61%, transparent 78%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 46%, rgba(0, 0, 0, 0.36));
  opacity: 0;
  animation: architectureWake 5600ms ease 900ms forwards;
}

.light-field {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(ellipse at 66% 48%, rgba(249, 224, 187, 0.24), transparent 24%),
    radial-gradient(circle at 58% 86%, rgba(184, 148, 104, 0.08), transparent 25%);
  opacity: 0;
  animation: lightWake 5600ms ease 1600ms forwards, slowPulse 7600ms ease-in-out 5600ms infinite;
}

.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 66% 48%, transparent 0 16%, rgba(9, 6, 4, 0.24) 38%, rgba(0, 0, 0, 0.8) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0, rgba(10, 7, 5, 0.72) 31%, rgba(11, 7, 4, 0.1) 66%, rgba(0, 0, 0, 0.46) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent 36%, rgba(0, 0, 0, 0.72));
}

.title-lockup {
  position: absolute;
  z-index: 3;
  left: clamp(28px, 7vw, 104px);
  bottom: clamp(86px, 13vh, 136px);
  width: min(640px, calc(100% - 56px));
}

.hero-title,
.hero-subtitle,
.hero-kicker,
.hero-statement {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(12px);
  animation: titleReveal 1500ms ease forwards;
}

.hero-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(78px, 13.5vw, 205px);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: 0;
  text-shadow:
    0 0 24px rgba(244, 234, 220, 0.15),
    0 20px 70px rgba(0, 0, 0, 0.6);
  animation-delay: 5750ms;
}

.hero-subtitle,
.hero-kicker,
.scroll-cue,
.section-label,
.next-button {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(244, 234, 220, 0.9);
  letter-spacing: 0.42em;
  animation-delay: 6800ms;
}

.hero-kicker {
  margin: 24px 0 0;
  color: rgba(244, 234, 220, 0.74);
  letter-spacing: 0.48em;
  animation-delay: 7550ms;
}

.hero-statement {
  max-width: 420px;
  margin: 26px 0 0;
  color: rgba(244, 234, 220, 0.7);
  font-family: var(--sans);
  font-size: clamp(13px, 1.1vw, 16px);
  font-style: normal;
  line-height: 1.72;
  animation-delay: 8350ms;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 30px;
  display: grid;
  gap: 12px;
  justify-items: center;
  color: rgba(244, 234, 220, 0.58);
  transform: translateX(-50%);
}

.scroll-cue::after {
  width: 1px;
  height: 52px;
  background: currentColor;
  content: "";
  transform-origin: top;
  animation: scrollLine 2000ms ease-in-out infinite;
}

.section-label {
  margin: 0 0 34px;
  color: rgba(49, 39, 32, 0.78);
}

.why-copy,
.why-image-panel,
.perspective-copy,
.idea-collage,
.next-copy,
.next-image {
  position: relative;
  z-index: 2;
}

.why-section {
  display: grid;
  min-height: 130svh;
  grid-template-columns: minmax(430px, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(22px, 4vw, 56px);
  padding: clamp(46px, 6vw, 82px) clamp(22px, 5vw, 72px);
  background:
    radial-gradient(circle at 76% 10%, rgba(255, 255, 255, 0.46), transparent 24%),
    linear-gradient(115deg, #f3eadc, var(--paper) 44%, #d8c8b6);
  color: var(--ink);
  overflow: hidden;
}

.why-copy {
  align-self: center;
  max-width: 600px;
  padding: 0;
}

h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.chapter-intro h2,
.moments-copy h2,
.perspective-copy h2,
.next-copy h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.95;
}

.manifesto-lines p,
.chapter-intro p,
.moments-copy p,
.perspective-copy p,
.next-copy p,
.pillar p {
  color: #4a3d34;
  font-size: 15px;
  line-height: 1.72;
}

.manifesto-lines {
  display: grid;
  gap: clamp(12px, 1.25vw, 17px);
}

.manifesto-lines p {
  margin: 0;
  color: #312720;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 760ms ease, transform 760ms ease;
}

.manifesto-lines p:first-child,
.manifesto-lines p:nth-child(2),
.manifesto-lines p:nth-child(8),
.manifesto-lines p:nth-child(12),
.manifesto-lines p:nth-child(13) {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
}

.manifesto-lines p:nth-child(2),
.manifesto-lines p:nth-child(8),
.manifesto-lines p:nth-child(13) {
  color: #17110d;
}

.manifesto-lines p:nth-child(12),
.manifesto-lines p:nth-child(13) {
  margin-top: 10px;
}

.why-section.is-visible .manifesto-lines p {
  opacity: 1;
  transform: translateY(0);
}

.why-section.is-visible .manifesto-lines p:nth-child(2) {
  transition-delay: 120ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(3) {
  transition-delay: 240ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(4) {
  transition-delay: 360ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(5) {
  transition-delay: 480ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(6) {
  transition-delay: 600ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(7) {
  transition-delay: 720ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(8) {
  transition-delay: 840ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(9) {
  transition-delay: 960ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(10) {
  transition-delay: 1080ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(11) {
  transition-delay: 1200ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(12) {
  transition-delay: 1320ms;
}

.why-section.is-visible .manifesto-lines p:nth-child(13) {
  transition-delay: 1440ms;
}

.why-image-panel {
  position: relative;
  min-height: min(780px, 82svh);
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(49, 39, 32, 0.14);
  background: #211912;
  box-shadow: 0 34px 90px rgba(49, 39, 32, 0.18);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1000ms ease 180ms, transform 1000ms ease 180ms;
}

.why-image-panel::before,
.why-image-panel::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.why-image-panel::before {
  background:
    linear-gradient(90deg, rgba(244, 234, 220, 0.1), transparent 34%, rgba(8, 6, 4, 0.22)),
    radial-gradient(circle at 46% 18%, rgba(255, 238, 208, 0.18), transparent 26%);
  mix-blend-mode: screen;
}

.why-image-panel::after {
  border: 1px solid rgba(255, 250, 242, 0.18);
  inset: 16px;
}

.why-image-panel img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.86) contrast(1.04);
  transform: scale(1.08);
  transition: transform 1400ms ease, filter 1400ms ease;
}

.why-section.is-visible .why-image-panel {
  opacity: 1;
  transform: translateY(0);
}

.why-section.is-visible .why-image-panel img {
  transform: scale(1.02);
}

.why-collage {
  position: relative;
  min-height: min(760px, 82svh);
  align-self: center;
  perspective: 1200px;
}

.why-collage::before {
  position: absolute;
  inset: 7% 5% 9% 1%;
  border: 1px solid rgba(49, 39, 32, 0.12);
  background:
    linear-gradient(90deg, rgba(49, 39, 32, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(49, 39, 32, 0.025) 1px, transparent 1px),
    rgba(255, 250, 242, 0.25);
  background-size: 42px 42px;
  content: "";
  transform: rotate(-1deg);
}

.notebook-page {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(49, 39, 32, 0.12);
  background-color: #efe5d6;
  box-shadow: 0 28px 80px rgba(49, 39, 32, 0.16);
  opacity: 0;
  transform: translateY(26px) rotate(var(--r, 0deg));
  transition: opacity 900ms ease, transform 900ms ease;
}

.why-section.is-visible .notebook-page {
  opacity: 1;
  transform: translateY(0) rotate(var(--r, 0deg));
}

.notebook-page::before,
.notebook-page::after {
  position: absolute;
  inset: 0;
  content: "";
}

.sketch-study {
  --r: -2.5deg;
  left: 2%;
  top: 9%;
  width: 38%;
  height: 63%;
  transition-delay: 80ms;
}

.sketch-study::before {
  background:
    radial-gradient(ellipse at 47% 20%, transparent 0 7%, rgba(46, 38, 32, 0.36) 7.4% 7.9%, transparent 8.2%),
    linear-gradient(108deg, transparent 43%, rgba(46, 38, 32, 0.34) 44% 45%, transparent 46%),
    linear-gradient(86deg, transparent 54%, rgba(46, 38, 32, 0.24) 55% 56%, transparent 57%),
    repeating-linear-gradient(18deg, rgba(46, 38, 32, 0.14) 0 1px, transparent 1px 26px),
    linear-gradient(130deg, #f3eadc, #d8c8b6);
}

.sketch-figure {
  position: absolute;
  inset: 10% 16% 8% 18%;
  opacity: 0;
}

.sketch-figure::before,
.sketch-figure::after {
  position: absolute;
  content: "";
}

.sketch-figure::before {
  left: 43%;
  top: 3%;
  width: 32%;
  height: 76%;
  border-left: 2px solid rgba(45, 35, 28, 0.52);
  border-bottom: 2px solid rgba(45, 35, 28, 0.4);
  border-radius: 48% 44% 8% 58%;
  box-shadow:
    -19px 38px 0 -18px rgba(45, 35, 28, 0.45),
    18px 46px 0 -17px rgba(45, 35, 28, 0.34),
    -13px 86px 0 -12px rgba(45, 35, 28, 0.4);
  transform: skewX(-12deg);
}

.sketch-figure::after {
  left: 8%;
  top: 31%;
  width: 82%;
  height: 61%;
  border: 1px solid rgba(45, 35, 28, 0.42);
  border-top: 0;
  border-radius: 4% 6% 66% 46%;
  background:
    linear-gradient(104deg, transparent 0 36%, rgba(45, 35, 28, 0.2) 37% 38%, transparent 39%),
    linear-gradient(86deg, transparent 0 50%, rgba(45, 35, 28, 0.15) 51% 52%, transparent 53%),
    linear-gradient(74deg, transparent 0 61%, rgba(45, 35, 28, 0.12) 62% 63%, transparent 64%);
  transform: skewX(-18deg);
}

.why-section.is-visible .sketch-figure {
  animation: sketchAppear 1600ms ease 280ms forwards;
}

.handwritten-note {
  --r: 1.6deg;
  left: 32%;
  top: 4%;
  width: 34%;
  height: 29%;
  background: #eadbc8;
  transition-delay: 220ms;
}

.handwritten-note p {
  position: absolute;
  inset: 24px;
  margin: 0;
  color: rgba(73, 55, 41, 0.44);
  font-family: var(--serif);
  font-size: clamp(17px, 2vw, 27px);
  font-style: italic;
  line-height: 1.35;
}

.fabric-study {
  --r: -0.6deg;
  right: 3%;
  top: 8%;
  width: 35%;
  height: 54%;
  background:
    repeating-linear-gradient(112deg, rgba(57, 43, 32, 0.16) 0 1px, transparent 1px 19px),
    linear-gradient(130deg, #d9c8b4, #a89179);
  transition-delay: 320ms;
}

.fabric-study::after {
  background:
    radial-gradient(ellipse at 56% 42%, rgba(255, 255, 255, 0.5), transparent 16%),
    linear-gradient(112deg, transparent 46%, rgba(255, 255, 255, 0.42) 47% 49%, transparent 50%);
}

.embroidery-study {
  --r: 2.4deg;
  left: 20%;
  bottom: 6%;
  width: 33%;
  height: 35%;
  background:
    radial-gradient(circle at 42% 45%, rgba(255, 250, 242, 0.9) 0 4%, transparent 5%),
    radial-gradient(circle at 56% 52%, rgba(184, 148, 104, 0.62) 0 8%, transparent 9%),
    linear-gradient(135deg, #efe5d6, #bda98f);
  transition-delay: 440ms;
}

.embroidery-study::after {
  background:
    repeating-radial-gradient(circle at 52% 52%, transparent 0 15px, rgba(72, 52, 38, 0.18) 16px 17px);
}

.architecture-study {
  --r: -1.4deg;
  right: 7%;
  bottom: 8%;
  width: 42%;
  height: 36%;
  background:
    radial-gradient(circle at 76% 18%, #f7efe5 0 10%, transparent 10.6%),
    linear-gradient(90deg, transparent 0 46%, rgba(255, 255, 255, 0.58) 47% 50%, transparent 51%),
    linear-gradient(118deg, #c8b9a5, #8b7866 58%, #d6cbbd);
  transition-delay: 560ms;
}

.material-swatch {
  --r: 3deg;
  left: 54%;
  top: 42%;
  width: 22%;
  height: 25%;
  background:
    repeating-linear-gradient(94deg, #f8efe4 0 9px, #c7b69f 9px 17px, #efe1d0 17px 29px);
  transition-delay: 680ms;
}

.collage-panel,
.idea-tile,
.pillar,
.initiative-panel,
.moments-image,
.next-image {
  position: relative;
  overflow: hidden;
  background-color: #211912;
}

.collage-panel::before,
.idea-tile::before,
.pillar::before,
.initiative-panel::before,
.moments-image::before,
.next-image::before {
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  content: "";
  filter: saturate(0.8) contrast(1.04);
  transition: transform 600ms ease, opacity 400ms ease;
}

.collage-panel::after,
.idea-tile::after,
.pillar::after,
.initiative-panel::after,
.moments-image::after,
.next-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(8, 6, 4, 0.38));
  content: "";
}

.sketch {
  --img:
    linear-gradient(110deg, transparent 48%, rgba(27, 21, 17, 0.4) 49% 50%, transparent 51%),
    repeating-linear-gradient(18deg, rgba(27, 21, 17, 0.18) 0 1px, transparent 1px 18px),
    linear-gradient(100deg, #f0e7d8, #d3c3ae);
}

.material {
  --img:
    radial-gradient(ellipse at 60% 45%, rgba(255, 255, 255, 0.5), transparent 18%),
    repeating-linear-gradient(140deg, rgba(84, 63, 43, 0.24) 0 2px, transparent 2px 18px),
    linear-gradient(115deg, #d7c9b9, #9d8872);
}

.passage {
  --img:
    radial-gradient(circle at 78% 18%, #f2eadf 0 8%, transparent 8.5%),
    linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.65) 49% 51%, transparent 52%),
    linear-gradient(118deg, #c8b9a5, #8b7866 58%, #d6cbbd);
}

.shapes-section {
  min-height: 128svh;
  padding: clamp(34px, 5vw, 74px);
  background:
    radial-gradient(circle at 72% 18%, rgba(184, 148, 104, 0.13), transparent 28%),
    linear-gradient(135deg, #070605, #15110e 58%, #090706);
  color: var(--ivory);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  overflow: hidden;
}

.chapter-intro {
  position: relative;
  z-index: 8;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 74px);
  background: linear-gradient(135deg, #090807, #15110e);
}

.shapes-section .chapter-intro {
  max-width: 760px;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.chapter-intro p {
  color: rgba(244, 234, 220, 0.72);
}

.shapes-section .section-label {
  color: rgba(244, 234, 220, 0.64);
}

.pillar-track {
  position: relative;
  display: grid;
  min-height: 940px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(9, 92px);
  gap: clamp(10px, 1.4vw, 20px);
  margin-top: clamp(42px, 6vw, 82px);
  perspective: 1400px;
}

.pillar {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  border: 1px solid rgba(244, 234, 220, 0.16);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  padding: 0;
  outline: 0;
  overflow: visible;
  transform: translate3d(0, 0, var(--depth, 0)) rotate(var(--tilt, 0deg));
  transform-origin: center;
  transition: opacity 700ms ease, filter 700ms ease, box-shadow 700ms ease, transform 700ms cubic-bezier(0.18, 0.82, 0.2, 1);
}

.pillar::before {
  border: 1px solid rgba(244, 234, 220, 0.12);
  background-position: var(--position, center);
  filter: saturate(0.82) contrast(1.04) brightness(0.84);
  transform: scale(1.02);
  transition: filter 700ms ease, transform 900ms cubic-bezier(0.18, 0.82, 0.2, 1);
}

.pillar::after {
  border: 1px solid rgba(255, 250, 242, 0.08);
  background:
    linear-gradient(180deg, transparent 30%, rgba(8, 6, 4, 0.12) 68%, rgba(8, 6, 4, 0.34)),
    linear-gradient(90deg, rgba(8, 6, 4, 0.22), transparent 42%);
}

.pillar-track.is-exploring .pillar:not(.is-active),
.pillar-track:has(.pillar:hover) .pillar:not(:hover),
.pillar-track:has(.pillar:focus) .pillar:not(:focus) {
  opacity: 0.58;
  filter: saturate(0.75);
  transform: translate3d(0, 10px, -80px) rotate(var(--tilt, 0deg)) scale(0.975);
}

.pillar.is-active,
.pillar:hover,
.pillar:focus {
  z-index: 12;
  box-shadow: 0 46px 120px rgba(0, 0, 0, 0.48);
  transform: translate3d(0, -12px, 120px) rotate(0deg) scale(1.035);
}

.pillar.is-active::before,
.pillar:hover::before,
.pillar:focus::before {
  filter: saturate(0.95) contrast(1.08) brightness(0.98);
  transform: scale(1.07);
}

.exhibit-plaque h3,
.initiative-panel span {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 400;
}

.exhibit-plaque {
  position: absolute;
  z-index: 4;
  left: clamp(14px, 1.6vw, 22px);
  right: clamp(14px, 1.6vw, 22px);
  bottom: clamp(-50px, -3vw, -34px);
  border: 1px solid rgba(49, 39, 32, 0.14);
  background: rgba(239, 229, 214, 0.93);
  color: var(--ink);
  padding: 14px 16px 15px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  transition: transform 700ms ease;
}

.exhibit-plaque h3 {
  margin: 0;
  color: #17110d;
  text-shadow: none;
}

.exhibit-plaque p {
  margin: 5px 0 0;
  color: #4a3d34;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.exhibit-caption {
  position: absolute;
  z-index: 20;
  width: min(360px, 30vw);
  border: 1px solid rgba(244, 234, 220, 0.18);
  background: rgba(239, 229, 214, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  color: var(--ink);
  opacity: 0;
  padding: clamp(18px, 2vw, 28px);
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.18, 0.82, 0.2, 1);
}

.exhibit-caption h4 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.exhibit-caption p {
  margin: 11px 0 0;
  color: #4a3d34;
  font-size: 14px;
  line-height: 1.58;
}

.panel-fashion .exhibit-caption {
  left: calc(100% + 22px);
  top: 18%;
}

.panel-ideas .exhibit-caption {
  left: calc(100% + 22px);
  top: 9%;
}

.panel-innovation .exhibit-caption {
  right: calc(100% + 22px);
  bottom: 8%;
}

.panel-craft .exhibit-caption,
.panel-culture .exhibit-caption {
  right: calc(100% + 22px);
  top: 18%;
}

.pillar.is-active h3,
.pillar:hover h3,
.pillar:focus h3 {
  transform: translateY(-8px);
}

.pillar.is-active .exhibit-plaque,
.pillar:hover .exhibit-plaque,
.pillar:focus .exhibit-plaque {
  transform: translateY(-8px);
}

.pillar.is-active .exhibit-caption,
.pillar:hover .exhibit-caption,
.pillar:focus .exhibit-caption {
  opacity: 1;
  transform: translateY(0);
}

.panel-fashion {
  --img: url("assets/dfw-culture-embroidery.png");
  --position: 52% 44%;
  --depth: 30px;
  --tilt: -0.8deg;
  z-index: 4;
  grid-column: 1 / span 4;
  grid-row: 2 / span 6;
}

.panel-ideas {
  --img: url("assets/dfw-ideas-showroom.png");
  --position: 52% 50%;
  --depth: 80px;
  --tilt: 0.7deg;
  z-index: 6;
  grid-column: 4 / span 4;
  grid-row: 1 / span 4;
}

.panel-craft {
  --img: url("assets/dfw-ideas-showroom.png");
  --position: 50% 50%;
  --depth: -40px;
  --tilt: 0.4deg;
  z-index: 3;
  grid-column: 8 / span 2;
  grid-row: 2 / span 5;
}

.panel-innovation {
  --img: url("assets/dfw-innovation-installation.png");
  --position: 50% 50%;
  --depth: 60px;
  --tilt: -0.5deg;
  z-index: 5;
  grid-column: 6 / span 5;
  grid-row: 5 / span 5;
}

.panel-culture {
  --img: url("assets/dfw-culture-embroidery.png");
  --position: 52% 50%;
  --depth: 110px;
  --tilt: 0.9deg;
  z-index: 7;
  grid-column: 10 / span 3;
  grid-row: 1 / span 7;
}

.frontier-section,
.duology-section,
.culture-section {
  position: relative;
  overflow: hidden;
  background: #080706;
  color: var(--ivory);
  border-top: 1px solid rgba(244, 234, 220, 0.12);
}

.frontier-section {
  min-height: 220svh;
  padding: clamp(42px, 6vw, 88px) clamp(22px, 5vw, 74px) clamp(90px, 12vw, 170px);
}

.duology-section {
  min-height: 196svh;
  padding: clamp(58px, 8vw, 116px) clamp(22px, 5vw, 74px) clamp(80px, 10vw, 150px);
}

.culture-section {
  min-height: 112svh;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: clamp(26px, 5vw, 72px);
  padding: clamp(58px, 8vw, 116px) clamp(22px, 5vw, 74px);
}

.frontier-section::before,
.duology-section::before,
.culture-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 234, 220, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 68% 22%, rgba(184, 148, 104, 0.1), transparent 30%);
  background-size: 22vw 100%, 100% 100%;
  content: "";
  opacity: 0.58;
  pointer-events: none;
}

.frontier-section::after,
.duology-section::after,
.culture-section::after {
  position: absolute;
  z-index: 1;
  color: rgba(244, 234, 220, 0.035);
  content: "DFW";
  font-family: var(--serif);
  font-size: clamp(190px, 31vw, 520px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.72;
  pointer-events: none;
  text-transform: uppercase;
}

.frontier-section::after {
  right: -7vw;
  top: 35%;
}

.duology-section::after {
  left: -9vw;
  bottom: 8%;
}

.culture-section::after {
  right: -12vw;
  bottom: 4%;
}

.frontier-section > .section-label,
.frontier-section > h2,
.frontier-section > .frontier-lede,
.duology-section > h2,
.editorial-spread,
.culture-copy,
.culture-image {
  position: relative;
  z-index: 2;
}

.frontier-section > .section-label {
  color: rgba(244, 234, 220, 0.62);
}

.frontier-section > h2,
.duology-section > h2 {
  max-width: 960px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
}

.frontier-lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(244, 234, 220, 0.7);
  font-size: clamp(16px, 1.55vw, 22px);
  line-height: 1.55;
}

.frontier-word {
  position: absolute;
  z-index: 3;
  margin: 0;
  color: rgba(244, 234, 220, 0.06);
  font-family: var(--serif);
  font-size: clamp(120px, 22vw, 360px);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0;
  mix-blend-mode: screen;
  opacity: 0.82;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.frontier-word-fashion {
  top: 19%;
  left: -4vw;
}

.frontier-word-creativity {
  right: -16vw;
  bottom: 19%;
  font-size: clamp(105px, 18vw, 300px);
}

.frontier-word-innovation {
  top: 2%;
  left: -10vw;
  font-size: clamp(96px, 17vw, 290px);
}

.frontier-word-craft {
  right: -4vw;
  bottom: 15%;
}

.frontier-word-culture {
  top: 8%;
  left: -7vw;
  color: rgba(244, 234, 220, 0.08);
}

.editorial-spread {
  position: relative;
  display: grid;
  align-items: center;
  gap: clamp(22px, 5vw, 76px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  isolation: isolate;
  transition: transform 900ms cubic-bezier(0.18, 0.82, 0.2, 1);
}

.editorial-spread::before {
  position: absolute;
  z-index: 3;
  width: min(420px, 36vw);
  height: min(420px, 36vw);
  border: 1px solid rgba(244, 234, 220, 0.12);
  background:
    linear-gradient(28deg, transparent 49.6%, rgba(184, 148, 104, 0.32) 50%, transparent 50.4%),
    linear-gradient(115deg, transparent 49.6%, rgba(244, 234, 220, 0.16) 50%, transparent 50.4%),
    radial-gradient(circle at 54% 47%, transparent 0 37%, rgba(244, 234, 220, 0.12) 37.4% 37.9%, transparent 38.4%);
  content: "";
  opacity: 0.52;
  pointer-events: none;
}

.editorial-spread::after {
  position: absolute;
  z-index: 1;
  width: min(680px, 54vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 148, 104, 0.5), transparent);
  content: "";
  opacity: 0.56;
  pointer-events: none;
  transform: rotate(var(--rule-tilt, -7deg));
}

.fashion-spread::after {
  left: 21%;
  top: 20%;
}

.creativity-spread::after {
  right: 10%;
  top: 58%;
  --rule-tilt: 5deg;
}

.innovation-spread::after {
  left: 16%;
  top: 36%;
  --rule-tilt: -3deg;
}

.craft-spread::after {
  right: 9%;
  top: 26%;
  --rule-tilt: 8deg;
}

.fashion-spread::before {
  right: 7%;
  top: 8%;
}

.creativity-spread::before {
  left: 8%;
  bottom: -8%;
  transform: rotate(-7deg);
}

.innovation-spread::before {
  right: 28%;
  top: -12%;
  transform: rotate(10deg);
}

.craft-spread::before {
  left: 42%;
  bottom: -14%;
  transform: rotate(4deg);
}

.fashion-spread {
  margin-top: clamp(26px, 5vw, 86px);
}

.creativity-spread {
  margin-top: clamp(90px, 10vw, 160px);
}

.innovation-spread {
  margin-top: clamp(46px, 6vw, 110px);
}

.craft-spread {
  margin-top: clamp(86px, 11vw, 168px);
}

.editorial-image {
  position: relative;
  margin: 0;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.38);
  z-index: 2;
  transition: transform 900ms cubic-bezier(0.18, 0.82, 0.2, 1), filter 900ms ease, box-shadow 900ms ease;
}

.editorial-image::before,
.culture-image::before {
  position: absolute;
  inset: -28px;
  z-index: 2;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(184, 148, 104, 0.22) 18.2%, transparent 18.5%),
    linear-gradient(0deg, transparent 0 68%, rgba(244, 234, 220, 0.1) 68.2%, transparent 68.5%),
    repeating-linear-gradient(104deg, rgba(244, 234, 220, 0.12) 0 1px, transparent 1px 34px);
  content: "";
  mix-blend-mode: screen;
  opacity: 0.34;
  pointer-events: none;
}

.editorial-image::after,
.culture-image::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(244, 234, 220, 0.16);
  content: "";
  pointer-events: none;
}

.editorial-image img,
.culture-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.04);
  transition: filter 900ms ease, transform 1100ms cubic-bezier(0.18, 0.82, 0.2, 1);
}

.fashion-image {
  grid-column: 1 / span 5;
  grid-row: 1;
  height: min(860px, 80svh);
  margin-top: clamp(-70px, -5vw, -28px);
  transform: rotate(-1deg) translateY(-2vh);
}

.fashion-copy {
  grid-column: 5 / span 6;
  grid-row: 1;
  align-self: center;
  margin-left: clamp(-130px, -8vw, -54px);
}

.creativity-image {
  grid-column: 5 / span 6;
  grid-row: 1;
  height: min(780px, 78svh);
  margin-top: clamp(-30px, -3vw, -12px);
  transform: rotate(0.7deg) translateY(-1vh);
}

.creativity-copy {
  grid-column: 1 / span 5;
  grid-row: 1;
  align-self: end;
  margin-bottom: 12vh;
  margin-right: clamp(-150px, -9vw, -62px);
}

.innovation-image {
  grid-column: 8 / span 3;
  grid-row: 1;
  height: min(720px, 72svh);
  transform: rotate(1deg);
}

.innovation-copy {
  grid-column: 2 / span 6;
  grid-row: 1;
  align-self: center;
  margin-right: clamp(-180px, -10vw, -70px);
}

.craft-image {
  grid-column: 2 / span 5;
  grid-row: 1;
  height: min(780px, 76svh);
  transform: rotate(-0.6deg);
}

.craft-copy {
  grid-column: 6 / span 5;
  grid-row: 1;
  align-self: center;
  margin-left: clamp(-150px, -9vw, -62px);
}

.editorial-copy,
.culture-copy {
  position: relative;
  z-index: 4;
  max-width: 560px;
}

.editorial-copy::before,
.culture-copy::before {
  position: absolute;
  inset: -30px -34px;
  z-index: -1;
  background:
    radial-gradient(circle at 10% 20%, rgba(184, 148, 104, 0.14), transparent 32%),
    rgba(8, 7, 6, 0.54);
  content: "";
  filter: blur(20px);
  opacity: 0.82;
}

.territory-label {
  margin: 0 0 22px;
  color: rgba(184, 148, 104, 0.9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.45;
  text-transform: uppercase;
}

.editorial-copy h3,
.culture-copy h2 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(38px, 5.8vw, 88px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.editorial-copy p:not(.territory-label),
.culture-copy p:not(.territory-label) {
  margin: 18px 0 0;
  color: rgba(244, 234, 220, 0.72);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.72;
}

.culture-image {
  position: relative;
  z-index: 2;
  height: min(760px, 78svh);
  margin: 0;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.42);
  transition: transform 1000ms cubic-bezier(0.18, 0.82, 0.2, 1), box-shadow 1000ms ease;
}

.culture-copy {
  align-self: end;
  margin-left: clamp(-150px, -9vw, -58px);
  padding-bottom: 8vh;
}

.editorial-spread:hover .editorial-image,
.editorial-spread:focus-within .editorial-image {
  z-index: 5;
  box-shadow: 0 54px 140px rgba(0, 0, 0, 0.48);
}

.editorial-spread:hover .editorial-image img,
.editorial-spread:focus-within .editorial-image img,
.culture-section:hover .culture-image img {
  filter: saturate(0.92) contrast(1.08) brightness(1.03);
  transform: scale(1.025);
}

.fashion-spread:hover .fashion-image,
.fashion-spread:focus-within .fashion-image {
  transform: rotate(-0.4deg) translateY(-3vh) scale(1.025);
}

.creativity-spread:hover .creativity-image,
.creativity-spread:focus-within .creativity-image {
  transform: rotate(0.2deg) translateY(-2vh) scale(1.025);
}

.innovation-spread:hover .innovation-image,
.innovation-spread:focus-within .innovation-image {
  transform: rotate(0.4deg) translateY(-1vh) scale(1.035);
}

.craft-spread:hover .craft-image,
.craft-spread:focus-within .craft-image {
  transform: rotate(-0.2deg) translateY(-1vh) scale(1.025);
}

.culture-section:hover .culture-image {
  transform: translateY(-10px) scale(1.018);
}

.moments-section {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 0.72fr minmax(0, 1.55fr) 0.78fr;
  background: #080706;
  color: var(--ivory);
  border-bottom: 1px solid var(--line-light);
}

.moments-copy {
  padding: clamp(36px, 5vw, 74px);
  align-self: center;
}

.moments-copy p {
  color: rgba(244, 234, 220, 0.72);
}

.moments-image {
  min-height: 100svh;
  --img:
    radial-gradient(circle at 54% 34%, rgba(255, 226, 183, 0.58), transparent 18%),
    url("assets/digital-dress-hero-warm.png");
  background-position: center;
}

.moments-image::before {
  background-position: 66% center;
  filter: saturate(0.75) contrast(1.12);
}

.moment-lines {
  display: grid;
  align-content: center;
  padding: clamp(30px, 5vw, 68px);
}

.moment-lines p {
  margin: 0;
  padding: 26px 0;
  border-bottom: 1px solid var(--line-light);
  color: rgba(244, 234, 220, 0.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  opacity: 0.25;
  text-transform: uppercase;
  transform: translateX(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.moments-section.is-visible .moment-lines p {
  opacity: 1;
  transform: translateX(0);
}

.moments-section.is-visible .moment-lines p:nth-child(2) {
  transition-delay: 180ms;
}

.moments-section.is-visible .moment-lines p:nth-child(3) {
  transition-delay: 360ms;
}

.moments-section.is-visible .moment-lines p:nth-child(4) {
  transition-delay: 540ms;
}

.initiatives-section {
  display: grid;
  min-height: 84svh;
  grid-template-columns: 300px minmax(0, 1fr);
  background: #090807;
  color: var(--ivory);
}

.initiative-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: clamp(18px, 3vw, 34px);
}

.initiative-panel {
  min-height: 62svh;
  border: 1px solid var(--line-light);
  padding: 28px;
  text-align: left;
  cursor: pointer;
}

.initiative-panel:hover::before {
  transform: scale(1.06);
}

.perspectives-section {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  background: var(--paper);
  color: var(--ink);
}

.perspective-copy {
  padding: clamp(36px, 5vw, 74px);
  align-self: center;
}

.idea-collage {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1fr 1fr 1fr;
  min-height: 360px;
}

.idea-tile {
  min-height: 360px;
  border-left: 1px solid rgba(27, 21, 17, 0.12);
}

.craft {
  --img:
    repeating-linear-gradient(90deg, rgba(52, 33, 19, 0.35) 0 4px, transparent 4px 13px),
    linear-gradient(135deg, #b38962, #3d281b);
}

.detail {
  --img:
    radial-gradient(circle at 50% 50%, #f8eee0 0 5%, transparent 6%),
    radial-gradient(circle at 42% 48%, #b99869 0 10%, transparent 11%),
    linear-gradient(135deg, #e7d8c4, #9e8873);
}

.horizon {
  --img:
    radial-gradient(circle at 48% 36%, rgba(184, 90, 42, 0.7), transparent 12%),
    linear-gradient(180deg, #ccb8a0, #6b3b22 65%, #22140d);
}

.pleat {
  --img:
    repeating-linear-gradient(108deg, #efe4d5 0 10px, #b6a18b 10px 18px, #f7efe5 18px 28px);
}

.silhouette {
  --img:
    radial-gradient(ellipse at 58% 45%, rgba(244, 234, 220, 0.28), transparent 18%),
    linear-gradient(90deg, transparent 52%, rgba(244, 234, 220, 0.7) 53% 55%, transparent 56%),
    linear-gradient(135deg, #070605, #34251c);
}

.next-section {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  background: #080604;
  color: var(--ivory);
}

.next-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin-left: clamp(26px, 7vw, 96px);
  padding: clamp(36px, 4vw, 56px);
  background: rgba(8, 6, 4, 0.5);
  border-left: 1px solid rgba(184, 149, 42, 0.5);
  backdrop-filter: blur(8px);
}

.next-copy p {
  max-width: 460px;
  color: rgba(244, 239, 232, 0.78);
}

.next-image {
  position: absolute;
  inset: 0;
  min-height: 100%;
  --img: url("assets/dfw-whats-next-global-dress.png");
}

.next-image::before {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  filter: none;
  opacity: 1;
}

.next-image::after {
  background:
    linear-gradient(90deg, rgba(8, 6, 4, 0.72) 0%, rgba(8, 6, 4, 0.36) 38%, rgba(8, 6, 4, 0.04) 72%),
    linear-gradient(180deg, rgba(8, 6, 4, 0.2), rgba(8, 6, 4, 0.34));
}

.next-button {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 9px;
  border-bottom: 1px solid currentColor;
}

.initiative-overlay {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  justify-items: end;
  background: rgba(8, 6, 4, 0.64);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.initiative-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.overlay-panel {
  width: min(520px, 100%);
  height: 100%;
  padding: clamp(38px, 6vw, 78px);
  background: var(--paper);
  color: var(--ink);
  transform: translateX(100%);
  transition: transform 360ms ease;
}

.initiative-overlay.is-open .overlay-panel {
  transform: translateX(0);
}

.overlay-panel h2 {
  margin: 0 0 28px;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.96;
}

.overlay-panel p:not(.section-label) {
  color: #4a3d34;
  font-size: 17px;
  line-height: 1.7;
}

.overlay-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(27, 21, 17, 0.24);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.overlay-close::before,
.overlay-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.overlay-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.overlay-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 900ms ease, transform 900ms ease;
}

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

@keyframes dressResolve {
  0% {
    opacity: 0;
    clip-path: inset(0 78% 0 34%);
    filter: blur(28px) contrast(1.24) saturate(0.54) brightness(0.42);
  }
  42% {
    opacity: 0.12;
  }
  74% {
    opacity: 0.48;
    clip-path: inset(0 16% 0 0);
  }
  100% {
    opacity: 0.62;
    clip-path: inset(0 0 0 0);
    filter: blur(0) contrast(1.16) saturate(0.78) brightness(0.58);
  }
}

@keyframes particlesArrive {
  from {
    opacity: 0;
  }
  32% {
    opacity: 0.86;
  }
  to {
    opacity: 1;
  }
}

@keyframes architectureWake {
  to {
    opacity: 1;
  }
}

@keyframes lightWake {
  to {
    opacity: 1;
  }
}

@keyframes slowPulse {
  0%,
  100% {
    opacity: 0.82;
  }
  50% {
    opacity: 1;
  }
}

@keyframes titleReveal {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes scrollLine {
  0%,
  100% {
    transform: scaleY(0.3);
    opacity: 0.42;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes sketchAppear {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

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

  .hero-image,
  .particle-canvas,
  .architecture-shadow,
  .light-field,
  .hero-title,
  .hero-subtitle,
  .hero-kicker,
  .hero-statement,
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .why-section,
  .shapes-section,
  .frontier-section,
  .duology-section,
  .culture-section,
  .moments-section,
  .initiatives-section,
  .perspectives-section,
  .next-section {
    grid-template-columns: 1fr;
  }

  .why-section {
    min-height: auto;
    padding: 78px 24px 42px;
  }

  .shapes-section {
    min-height: auto;
    padding: 78px 24px;
  }

  .frontier-section,
  .duology-section,
  .culture-section {
    min-height: auto;
    padding: 78px 24px;
  }

  .frontier-section > h2,
  .duology-section > h2 {
    max-width: 100%;
    font-size: clamp(54px, 13vw, 96px);
  }

  .frontier-word {
    font-size: clamp(92px, 24vw, 180px);
  }

  .frontier-word-fashion {
    top: 20%;
  }

  .frontier-word-creativity,
  .frontier-word-craft {
    right: -24vw;
  }

  .thread {
    width: 82vw;
    height: 36vw;
  }

  .pattern-arc {
    width: 58vw;
    height: 58vw;
  }

  .stitch-field {
    width: 54vw;
    height: 68vw;
    opacity: 0.24;
  }

  .couture-fragment {
    width: 42vw;
    height: 66vw;
    opacity: 0.28;
  }

  .why-graphic .bodice-a,
  .culture-graphic .bodice-b {
    right: -3%;
    left: auto;
    top: 4%;
  }

  .frontier-graphic .thread-c,
  .duology-graphic .thread-d,
  .culture-graphic .thread-e,
  .next-graphic .thread-g {
    left: 0;
    right: auto;
  }

  .editorial-spread,
  .culture-section {
    grid-template-columns: 1fr;
  }

  .fashion-spread,
  .creativity-spread,
  .innovation-spread,
  .craft-spread {
    margin-top: 84px;
  }

  .fashion-image,
  .fashion-copy,
  .creativity-image,
  .creativity-copy,
  .innovation-image,
  .innovation-copy,
  .craft-image,
  .craft-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .fashion-copy,
  .creativity-copy,
  .craft-copy {
    margin: 0;
  }

  .innovation-copy,
  .culture-copy {
    margin: 0;
  }

  .editorial-spread::before {
    width: 58vw;
    height: 58vw;
  }

  .frontier-section::after,
  .duology-section::after,
  .culture-section::after {
    font-size: clamp(150px, 42vw, 260px);
  }

  .fashion-image,
  .creativity-image,
  .innovation-image,
  .craft-image,
  .culture-image {
    height: min(680px, 76svh);
  }

  .innovation-image {
    width: min(420px, 100%);
  }

  .editorial-copy,
  .culture-copy {
    max-width: 720px;
  }

  .culture-copy {
    padding-bottom: 0;
  }

  .shapes-section .chapter-intro {
    max-width: 100%;
  }

  .why-image-panel {
    min-height: 68svh;
    margin-top: 46px;
  }

  .why-collage,
  .pillar-track,
  .initiative-gallery,
  .idea-collage {
    grid-template-columns: 1fr;
  }

  .pillar-track {
    min-height: 0;
    grid-template-rows: none;
    gap: 16px;
    margin-top: 42px;
    perspective: none;
  }

  .pillar {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
    padding-top: 430px;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .pillar::before,
  .pillar::after {
    inset: 0 0 auto;
    height: 430px;
  }

  .exhibit-plaque {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -76px 16px 0;
  }

  .exhibit-caption {
    position: relative;
    inset: auto;
    width: auto;
    margin-top: 18px;
    opacity: 1;
    transform: none;
  }

  .panel-fashion .exhibit-caption,
  .panel-ideas .exhibit-caption,
  .panel-innovation .exhibit-caption,
  .panel-craft .exhibit-caption,
  .panel-culture .exhibit-caption {
    inset: auto;
  }

  .pillar-track.is-exploring .pillar:not(.is-active),
  .pillar-track:has(.pillar:hover) .pillar:not(:hover),
  .pillar-track:has(.pillar:focus) .pillar:not(:focus) {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .why-collage {
    display: grid;
    min-height: 0;
    gap: 14px;
    margin-top: 46px;
    perspective: none;
  }

  .why-collage::before {
    display: none;
  }

  .notebook-page {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 260px;
    transform: translateY(24px);
  }

  .handwritten-note {
    min-height: 180px;
  }

  .material-swatch {
    min-height: 160px;
  }

  .collage-panel,
  .initiative-panel,
  .idea-tile,
  .moments-image,
  .next-image {
    min-height: 360px;
  }

  .moments-section {
    grid-template-areas:
      "copy"
      "image"
      "lines";
  }

  .moments-copy {
    grid-area: copy;
  }

  .moments-image {
    grid-area: image;
  }

  .moment-lines {
    grid-area: lines;
  }
}

@media (max-width: 680px) {
  .menu-trigger {
    top: 22px;
    right: 20px;
  }

  .menu-trigger em {
    display: none;
  }

  .hero-image {
    object-position: 64% center;
    transform: scale(1.14);
  }

  .hero-shade {
    background:
      radial-gradient(circle at 64% 40%, transparent 0 20%, rgba(0, 0, 0, 0.56) 62%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(23, 16, 11, 0.28) 70%, rgba(0, 0, 0, 0.52)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.72));
  }

  .title-lockup {
    left: 24px;
    bottom: 132px;
    width: min(350px, calc(100% - 48px));
  }

  .hero-title {
    font-size: clamp(76px, 24vw, 106px);
  }

  .hero-subtitle,
  .hero-kicker,
  .scroll-cue,
  .section-label,
  .next-button {
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .scroll-cue {
    left: auto;
    right: 24px;
    transform: none;
  }

  .hero-kicker {
    margin-top: 24px;
    letter-spacing: 0.32em;
  }

  .hero-statement {
    font-size: 22px;
  }

  .why-copy,
  .chapter-intro,
  .moments-copy,
  .moment-lines,
  .perspective-copy,
  .next-copy {
    padding: 42px 24px;
  }

  .why-copy {
    padding: 0;
  }

  .why-image-panel {
    min-height: 520px;
  }

  .why-image-panel::after {
    inset: 10px;
  }

  .manifesto-lines {
    gap: 15px;
  }

  .manifesto-lines p:first-child,
  .manifesto-lines p:nth-child(2),
  .manifesto-lines p:nth-child(7) {
    font-size: clamp(30px, 10vw, 44px);
  }

  .frontier-section,
  .duology-section,
  .culture-section {
    padding: 68px 20px;
  }

  .frontier-section > h2,
  .duology-section > h2 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .frontier-lede {
    font-size: 16px;
  }

  .frontier-word {
    font-size: clamp(76px, 28vw, 128px);
  }

  .frontier-word-fashion,
  .frontier-word-innovation,
  .frontier-word-culture {
    left: -12vw;
  }

  .frontier-word-creativity,
  .frontier-word-craft {
    right: -38vw;
  }

  .dfw-graphic {
    opacity: 0.72;
  }

  .thread::before {
    opacity: 0.72;
  }

  .pattern-arc {
    opacity: 0.36;
  }

  .stitch-field {
    opacity: 0.18;
  }

  .couture-fragment {
    opacity: 0.22;
  }

  .hero-graphic .stitch-a,
  .why-graphic .stitch-b,
  .culture-graphic .stitch-d,
  .next-graphic .stitch-e {
    display: none;
  }

  .editorial-copy h3,
  .culture-copy h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .editorial-copy p:not(.territory-label),
  .culture-copy p:not(.territory-label) {
    font-size: 15px;
  }

  .fashion-image,
  .creativity-image,
  .innovation-image,
  .craft-image,
  .culture-image {
    height: 520px;
    transform: none;
  }

  .editorial-image::before,
  .culture-image::before {
    inset: -14px;
  }

  .editorial-copy::before,
  .culture-copy::before {
    inset: -18px;
  }

  .overlay-panel {
    padding: 72px 24px 34px;
  }
}

/* Urgent art-direction correction: keep graphic marks local, calm and image-specific. */
.hero::before,
.frontier-section::before,
.duology-section::before,
.culture-section::before,
.frontier-section::after,
.duology-section::after,
.culture-section::after,
.editorial-spread::before,
.editorial-spread::after,
.dfw-graphic {
  display: none;
}

.reveal,
.reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.why-image-panel,
.why-section.is-visible .why-image-panel,
.why-image-panel img,
.why-section.is-visible .why-image-panel img,
.editorial-image,
.editorial-image img,
.culture-image,
.culture-image img,
.frontier-feature-image,
.frontier-feature-image img {
  opacity: 1;
  transform: none;
  transition: none;
}

.editorial-spread:hover .editorial-image,
.editorial-spread:focus-within .editorial-image,
.fashion-spread:hover .fashion-image,
.fashion-spread:focus-within .fashion-image,
.creativity-spread:hover .creativity-image,
.creativity-spread:focus-within .creativity-image,
.innovation-spread:hover .innovation-image,
.innovation-spread:focus-within .innovation-image,
.craft-spread:hover .craft-image,
.craft-spread:focus-within .craft-image,
.culture-section:hover .culture-image {
  transform: none;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.38);
}

.editorial-spread:hover .editorial-image img,
.editorial-spread:focus-within .editorial-image img,
.culture-section:hover .culture-image img {
  transform: none;
  filter: saturate(0.84) contrast(1.04);
}

.frontier-section {
  min-height: 100svh;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(420px, 0.95fr) minmax(460px, 1.05fr);
  gap: clamp(68px, 8vw, 118px);
  padding: clamp(84px, 10vw, 150px) clamp(28px, 7vw, 110px);
  background:
    radial-gradient(circle at 78% 24%, rgba(184, 148, 104, 0.11), transparent 31%),
    linear-gradient(135deg, #080706, #15100d 54%, #090706);
}

.frontier-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.frontier-copy .section-label {
  color: rgba(244, 234, 220, 0.62);
}

.frontier-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.frontier-copy .frontier-lede {
  max-width: 560px;
  margin: clamp(24px, 3vw, 38px) 0 0;
  color: rgba(244, 234, 220, 0.76);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.68;
}

.frontier-intro {
  max-width: 520px;
  margin-top: clamp(30px, 4vw, 56px);
}

.frontier-intro p {
  margin: 16px 0 0;
  color: rgba(244, 234, 220, 0.66);
  font-size: 15px;
  line-height: 1.75;
}

.frontier-intro p:first-child {
  color: rgba(244, 234, 220, 0.9);
  font-family: var(--serif);
  font-size: clamp(28px, 2.8vw, 46px);
  line-height: 1.04;
}

.frontier-feature-image {
  position: relative;
  z-index: 2;
  height: min(760px, 78svh);
  margin: 0;
  overflow: hidden;
  background: #18110d;
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.42);
}

.frontier-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

.frontier-feature-image::after {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(244, 234, 220, 0.12);
  content: "";
  pointer-events: none;
}

.image-sketch-overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease;
}

.image-sketch-overlay::before,
.image-sketch-overlay::after {
  position: absolute;
  content: "";
}

.image-sketch-overlay::before {
  left: 10%;
  top: 12%;
  width: 72%;
  height: 70%;
  border: 1px solid rgba(244, 234, 220, 0.22);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(16deg);
}

.image-sketch-overlay::after {
  left: 18%;
  top: 28%;
  width: 60%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(184, 148, 104, 0.48) 0 8px, transparent 8px 18px);
  transform: rotate(-12deg);
}

.frontier-feature-image:hover .image-sketch-overlay,
.editorial-image:hover .image-sketch-overlay,
.culture-image:hover .image-sketch-overlay {
  opacity: 1;
}

@media (max-width: 980px) {
  .frontier-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 82px 24px;
  }

  .frontier-copy h2 {
    font-size: clamp(52px, 13vw, 96px);
  }

  .frontier-feature-image {
    height: min(680px, 78svh);
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .frontier-section {
    padding: 70px 20px;
  }

  .frontier-copy h2 {
    font-size: clamp(46px, 15vw, 70px);
  }

  .frontier-feature-image {
    height: 520px;
    min-height: 0;
  }
}

/* Page 3 redesign: luxury editorial spread, not component layout. */
.frontier-section {
  min-height: 0;
  display: block;
  padding: clamp(84px, 10vw, 150px) clamp(24px, 7vw, 112px);
  background:
    linear-gradient(180deg, #eee4d6 0%, #e5d7c5 52%, #f2e9dd 100%);
  color: var(--ink);
}

.frontier-page-title {
  max-width: 1120px;
  margin: 0 0 clamp(74px, 10vw, 150px);
}

.frontier-page-title .section-label {
  color: rgba(49, 39, 32, 0.66);
}

.frontier-page-title h2 {
  max-width: 1040px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(64px, 10vw, 160px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
}

.frontier-editorial {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(58px, 8vw, 128px);
  margin-top: clamp(74px, 10vw, 150px);
}

.frontier-editorial:first-of-type {
  margin-top: 0;
}

.creativity-editorial {
  grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
  padding-top: clamp(44px, 7vw, 104px);
}

.frontier-copy {
  max-width: 610px;
}

.frontier-copy .territory-label {
  color: rgba(84, 63, 43, 0.7);
}

.frontier-copy h3 {
  margin: 0 0 clamp(28px, 3vw, 44px);
  font-family: var(--serif);
  font-size: clamp(42px, 5.2vw, 86px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.frontier-copy p:not(.territory-label) {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(49, 39, 32, 0.76);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.76;
}

.frontier-feature-image {
  position: relative;
  height: min(780px, 78svh);
  margin: 0;
  overflow: hidden;
  background: #d6c8b8;
  box-shadow: 0 34px 90px rgba(49, 39, 32, 0.16);
}

.fashion-editorial .frontier-feature-image {
  height: min(860px, 86svh);
}

.creativity-editorial .frontier-feature-image {
  height: min(720px, 72svh);
}

.frontier-feature-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.01);
  opacity: 1;
  transform: none;
  transition: none;
}

.frontier-feature-image::after {
  display: none;
}

.image-sketch-overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.image-sketch-overlay::before,
.image-sketch-overlay::after {
  position: absolute;
  content: "";
}

.image-sketch-overlay::before {
  left: 10%;
  top: 11%;
  width: 76%;
  height: 76%;
  border: 1px solid rgba(49, 39, 32, 0.24);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 52%;
  transform: rotate(14deg);
}

.image-sketch-overlay::after {
  left: 16%;
  top: 30%;
  width: 64%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(49, 39, 32, 0.32) 0 8px, transparent 8px 18px);
  transform: rotate(-11deg);
}

.frontier-feature-image:hover .image-sketch-overlay {
  opacity: 1;
}

@media (max-width: 980px) {
  .frontier-section {
    padding: 82px 24px;
  }

  .frontier-page-title h2 {
    font-size: clamp(56px, 14vw, 112px);
  }

  .frontier-editorial,
  .creativity-editorial {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 86px;
  }

  .creativity-editorial .frontier-copy {
    order: 2;
  }

  .creativity-editorial .frontier-feature-image {
    order: 1;
  }

  .frontier-feature-image,
  .fashion-editorial .frontier-feature-image,
  .creativity-editorial .frontier-feature-image {
    height: min(680px, 76svh);
  }
}

@media (max-width: 680px) {
  .frontier-section {
    padding: 70px 20px;
  }

  .frontier-page-title {
    margin-bottom: 64px;
  }

  .frontier-page-title h2 {
    font-size: clamp(48px, 15vw, 76px);
  }

  .frontier-copy h3 {
    font-size: clamp(38px, 11vw, 56px);
  }

  .frontier-feature-image,
  .fashion-editorial .frontier-feature-image,
  .creativity-editorial .frontier-feature-image {
    height: 520px;
  }
}

/* Page 3 reference pass: art-directed fashion publication spread. */
.frontier-section {
  padding: clamp(26px, 4vw, 58px);
  background:
    radial-gradient(circle at 22% 10%, rgba(255, 255, 255, 0.5), transparent 22%),
    linear-gradient(180deg, #eeeae0, #d9d1c5);
  color: var(--ivory);
}

.frontier-section::before,
.frontier-section::after {
  display: none;
}

.frontier-page-title,
.frontier-editorial {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
  background: #202219;
}

.frontier-page-title {
  position: relative;
  min-height: clamp(420px, 52vw, 640px);
  display: grid;
  align-content: end;
  padding: clamp(34px, 5vw, 76px);
  overflow: hidden;
  color: var(--ivory);
}

.frontier-page-title::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(32, 34, 25, 0.22), rgba(32, 34, 25, 0.74)),
    url("assets/dfw-ideas-showroom.png");
  background-size: cover;
  background-position: center 48%;
  content: "";
  filter: saturate(0.72) contrast(0.98) brightness(0.72);
}

.frontier-page-title::after {
  position: absolute;
  right: clamp(30px, 8vw, 120px);
  top: clamp(54px, 8vw, 98px);
  width: clamp(120px, 18vw, 240px);
  height: clamp(140px, 21vw, 280px);
  border: 1px solid rgba(244, 234, 220, 0.56);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50% 45% 42% 55%;
  content: "";
  opacity: 0.54;
  transform: rotate(-16deg);
}

.frontier-page-title .section-label,
.frontier-page-title h2,
.frontier-page-note {
  position: relative;
  z-index: 2;
}

.frontier-page-title .section-label {
  color: rgba(244, 234, 220, 0.72);
}

.frontier-page-title h2 {
  max-width: 900px;
  color: var(--ivory);
  font-size: clamp(64px, 9vw, 138px);
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.frontier-page-note {
  max-width: 360px;
  margin: clamp(22px, 3vw, 36px) 0 0;
  color: rgba(244, 234, 220, 0.72);
  font-size: 13px;
  line-height: 1.75;
}

.frontier-editorial {
  position: relative;
  min-height: clamp(720px, 72vw, 900px);
  display: grid;
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(44px, 6vw, 86px);
  color: var(--ivory);
  margin-top: 0;
  overflow: hidden;
  border-top: 1px solid rgba(244, 234, 220, 0.08);
}

.fashion-editorial {
  grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
}

.creativity-editorial {
  grid-template-columns: minmax(360px, 1.04fr) minmax(320px, 0.96fr);
  padding-top: clamp(44px, 6vw, 86px);
}

.fashion-editorial::before,
.creativity-editorial::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.fashion-editorial::before {
  right: 4%;
  bottom: 8%;
  width: clamp(170px, 23vw, 320px);
  height: clamp(110px, 16vw, 210px);
  border: 1px solid rgba(244, 234, 220, 0.28);
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0.48;
  transform: rotate(20deg);
}

.creativity-editorial::before {
  left: 8%;
  top: 10%;
  width: clamp(140px, 18vw, 260px);
  height: clamp(150px, 20vw, 300px);
  border: 1px solid rgba(244, 234, 220, 0.2);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 48%;
  opacity: 0.38;
  transform: rotate(-18deg);
}

.frontier-copy {
  position: relative;
  z-index: 3;
  max-width: 620px;
}

.frontier-copy .territory-label {
  color: rgba(244, 234, 220, 0.58);
}

.frontier-copy h3 {
  color: var(--ivory);
  font-size: clamp(54px, 6vw, 104px);
  line-height: 0.9;
}

.frontier-copy p:not(.territory-label) {
  max-width: 510px;
  color: rgba(244, 234, 220, 0.72);
}

.frontier-feature-image {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #15140f;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.fashion-editorial .frontier-feature-image {
  width: min(390px, 100%);
  height: clamp(520px, 60vw, 760px);
  align-self: center;
}

.creativity-editorial .frontier-feature-image {
  height: clamp(460px, 46vw, 640px);
  align-self: center;
}

.frontier-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.02) brightness(0.88);
}

.fashion-editorial .frontier-feature-image img {
  object-position: center;
}

.creativity-editorial .frontier-feature-image img {
  object-position: center;
}

.frontier-annotation {
  position: absolute;
  z-index: 4;
  margin: 0;
  color: rgba(244, 234, 220, 0.62);
  font-family: var(--serif);
  font-size: clamp(18px, 2.5vw, 34px);
  font-style: italic;
  line-height: 1;
  pointer-events: none;
  transform: rotate(-8deg);
}

.annotation-fashion {
  left: clamp(220px, 31vw, 430px);
  top: 21%;
}

.annotation-creativity {
  right: clamp(36px, 8vw, 120px);
  bottom: 12%;
}

.image-sketch-overlay::before {
  border-color: rgba(244, 234, 220, 0.42);
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.image-sketch-overlay::after {
  background: repeating-linear-gradient(90deg, rgba(244, 234, 220, 0.44) 0 8px, transparent 8px 18px);
}

@media (max-width: 980px) {
  .frontier-section {
    padding: 22px;
  }

  .frontier-page-title,
  .frontier-editorial {
    width: 100%;
  }

  .frontier-editorial,
  .fashion-editorial,
  .creativity-editorial {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 42px 28px;
  }

  .creativity-editorial .frontier-copy,
  .creativity-editorial .frontier-feature-image {
    order: initial;
  }

  .fashion-editorial .frontier-feature-image,
  .creativity-editorial .frontier-feature-image {
    width: 100%;
    height: 560px;
  }

  .frontier-annotation {
    display: none;
  }
}

@media (max-width: 680px) {
  .frontier-section {
    padding: 14px;
  }

  .frontier-page-title {
    min-height: 540px;
    padding: 32px 24px;
  }

  .frontier-page-title h2 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .frontier-editorial,
  .fashion-editorial,
  .creativity-editorial {
    padding: 34px 22px;
  }

  .frontier-copy h3 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .fashion-editorial .frontier-feature-image,
  .creativity-editorial .frontier-feature-image {
    height: 480px;
  }
}

/* Page 3 reference pass 2: pale editorial opening, dark fashion chapter, light creative chapter. */
.frontier-section {
  padding: clamp(28px, 4vw, 56px);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.72), transparent 24%),
    linear-gradient(145deg, #d8d5c8, #eef0ec 42%, #c8c3b6);
  color: #171a1c;
}

.frontier-page-title,
.frontier-editorial {
  width: min(1220px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.frontier-page-title {
  min-height: clamp(500px, 64vw, 740px);
  display: grid;
  align-content: end;
  padding: clamp(36px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(244, 247, 245, 0.94) 0 44%, rgba(244, 247, 245, 0.62) 66%, rgba(244, 247, 245, 0.18)),
    url("assets/dfw-ideas-showroom.png");
  background-size: cover;
  background-position: center 42%;
  color: #151718;
  overflow: hidden;
}

.frontier-page-title::before {
  display: none;
}

.frontier-page-title::after {
  left: clamp(230px, 34vw, 500px);
  right: auto;
  top: auto;
  bottom: clamp(78px, 11vw, 150px);
  width: clamp(150px, 28vw, 440px);
  height: 1px;
  border: 0;
  background: rgba(21, 23, 24, 0.32);
  opacity: 1;
  transform: none;
}

.frontier-page-title .section-label {
  color: rgba(21, 23, 24, 0.54);
}

.frontier-page-title h2 {
  max-width: 900px;
  color: #151718;
  font-size: clamp(58px, 8.4vw, 132px);
  line-height: 0.9;
  text-shadow: none;
}

.frontier-page-note {
  max-width: 330px;
  color: rgba(21, 23, 24, 0.58);
}

.frontier-editorial {
  position: relative;
  min-height: 0;
  display: grid;
  align-items: center;
  border-top: 0;
  overflow: hidden;
}

.fashion-editorial {
  grid-template-columns: minmax(270px, 0.55fr) minmax(420px, 1.45fr);
  gap: clamp(38px, 6vw, 92px);
  padding: clamp(58px, 7vw, 96px);
  background:
    radial-gradient(circle at 48% 62%, rgba(244, 234, 220, 0.1), transparent 31%),
    linear-gradient(180deg, #3d4659, #343d50);
  color: var(--ivory);
}

.fashion-editorial .frontier-feature-image {
  width: min(360px, 100%);
  height: clamp(360px, 36vw, 480px);
  align-self: start;
  margin-top: clamp(18px, 3vw, 42px);
}

.fashion-editorial .frontier-copy {
  max-width: 780px;
}

.fashion-editorial .frontier-copy h3 {
  font-size: clamp(58px, 7vw, 118px);
  line-height: 0.88;
}

.fashion-editorial .frontier-copy p:not(.territory-label) {
  max-width: 680px;
  column-gap: clamp(28px, 4vw, 58px);
}

.fashion-editorial .frontier-copy p:not(.territory-label):nth-of-type(n + 2) {
  max-width: 470px;
}

.creativity-editorial {
  grid-template-columns: minmax(460px, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(42px, 6vw, 92px);
  padding: clamp(64px, 8vw, 108px);
  background: #f4f6f2;
  color: #151718;
}

.creativity-editorial .frontier-copy {
  max-width: 760px;
}

.creativity-editorial .frontier-copy .territory-label {
  color: rgba(21, 23, 24, 0.5);
}

.creativity-editorial .frontier-copy h3 {
  color: #151718;
  font-size: clamp(56px, 7.2vw, 124px);
  line-height: 0.88;
}

.creativity-editorial .frontier-copy p:not(.territory-label) {
  max-width: 520px;
  color: rgba(21, 23, 24, 0.66);
}

.creativity-editorial .frontier-feature-image {
  height: clamp(420px, 44vw, 620px);
  box-shadow: 0 22px 58px rgba(30, 35, 42, 0.18);
}

.frontier-feature-image {
  background: #dde2df;
  box-shadow: 0 24px 70px rgba(10, 12, 14, 0.22);
}

.frontier-feature-image img {
  filter: saturate(0.82) contrast(1.01);
}

.frontier-annotation {
  color: rgba(244, 247, 245, 0.58);
}

.annotation-fashion {
  left: clamp(180px, 22vw, 330px);
  top: clamp(54px, 8vw, 108px);
}

.annotation-creativity {
  right: clamp(34px, 7vw, 108px);
  bottom: clamp(36px, 6vw, 92px);
  color: rgba(21, 23, 24, 0.44);
}

@media (max-width: 980px) {
  .frontier-section {
    padding: 22px;
  }

  .frontier-page-title {
    min-height: 620px;
  }

  .frontier-page-title::after {
    left: 28px;
    width: 180px;
  }

  .fashion-editorial,
  .creativity-editorial {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 44px 30px;
  }

  .fashion-editorial .frontier-feature-image,
  .creativity-editorial .frontier-feature-image {
    width: 100%;
    height: 520px;
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .frontier-section {
    padding: 14px;
  }

  .frontier-page-title {
    min-height: 560px;
    padding: 32px 24px;
  }

  .frontier-page-title h2,
  .fashion-editorial .frontier-copy h3,
  .creativity-editorial .frontier-copy h3 {
    font-size: clamp(44px, 13vw, 68px);
  }

  .fashion-editorial,
  .creativity-editorial {
    padding: 34px 22px;
  }

  .fashion-editorial .frontier-feature-image,
  .creativity-editorial .frontier-feature-image {
    height: 460px;
  }
}

/* Editorial composition pass: layered magazine spreads, not stacked website sections. */
.frontier-editorial {
  isolation: isolate;
}

.spread-word {
  position: absolute;
  z-index: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(96px, 15vw, 230px);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0;
  pointer-events: none;
  white-space: nowrap;
}

.spread-word-fashion {
  right: -2.8vw;
  bottom: clamp(34px, 5vw, 70px);
  color: rgba(244, 247, 245, 0.13);
}

.spread-word-creativity {
  left: -3vw;
  bottom: clamp(28px, 5vw, 76px);
  color: rgba(21, 23, 24, 0.07);
  font-size: clamp(82px, 12vw, 188px);
}

.frontier-support-image {
  position: absolute;
  z-index: 4;
  margin: 0;
  overflow: hidden;
  background: #181b1d;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
}

.frontier-support-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.02);
  opacity: 1;
  transform: none;
  transition: none;
}

.fashion-editorial {
  grid-template-columns: minmax(250px, 0.58fr) minmax(420px, 1.42fr);
  grid-template-rows: auto minmax(80px, auto);
  min-height: clamp(880px, 78vw, 1080px);
}

.fashion-editorial .frontier-feature-image {
  z-index: 3;
  grid-column: 1;
  grid-row: 1 / span 2;
  width: min(330px, 100%);
  height: clamp(580px, 58vw, 780px);
  align-self: start;
  margin-top: clamp(16px, 2vw, 32px);
}

.fashion-editorial .frontier-copy {
  z-index: 5;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  max-width: 780px;
}

.fashion-support-image {
  right: clamp(54px, 8vw, 122px);
  bottom: clamp(62px, 8vw, 116px);
  width: clamp(180px, 22vw, 320px);
  height: clamp(150px, 18vw, 260px);
}

.creativity-editorial {
  grid-template-columns: minmax(440px, 1.1fr) minmax(300px, 0.9fr);
  grid-template-rows: auto minmax(80px, auto);
  min-height: clamp(820px, 72vw, 980px);
}

.creativity-editorial .frontier-copy {
  z-index: 5;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: 760px;
}

.creativity-editorial .frontier-feature-image {
  z-index: 3;
  grid-column: 2;
  grid-row: 1 / span 2;
  height: clamp(480px, 48vw, 650px);
}

.creativity-support-image {
  left: clamp(58px, 7vw, 104px);
  bottom: clamp(46px, 7vw, 100px);
  width: clamp(160px, 20vw, 300px);
  height: clamp(210px, 26vw, 380px);
  box-shadow: 0 20px 58px rgba(28, 31, 30, 0.18);
}

.frontier-support-image:hover .image-sketch-overlay {
  opacity: 1;
}

.fashion-editorial .frontier-copy p:not(.territory-label) {
  max-width: 420px;
}

.fashion-editorial .frontier-copy p:not(.territory-label):nth-of-type(3),
.fashion-editorial .frontier-copy p:not(.territory-label):nth-of-type(4) {
  margin-left: clamp(40px, 8vw, 130px);
}

.creativity-editorial .frontier-copy p:not(.territory-label) {
  max-width: 420px;
  margin-left: clamp(0px, 6vw, 88px);
}

.annotation-fashion {
  left: clamp(250px, 27vw, 430px);
  top: clamp(72px, 9vw, 130px);
}

.annotation-creativity {
  right: clamp(42px, 8vw, 124px);
  bottom: clamp(42px, 7vw, 104px);
}

@media (max-width: 980px) {
  .spread-word {
    font-size: clamp(70px, 17vw, 140px);
  }

  .fashion-editorial,
  .creativity-editorial {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .fashion-editorial .frontier-feature-image,
  .creativity-editorial .frontier-feature-image,
  .fashion-editorial .frontier-copy,
  .creativity-editorial .frontier-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .frontier-support-image {
    position: relative;
    inset: auto;
    width: min(380px, 74%);
    height: 240px;
    margin-top: -12px;
  }

  .creativity-support-image {
    order: 3;
  }

  .fashion-support-image {
    justify-self: end;
  }

  .fashion-editorial .frontier-copy p:not(.territory-label),
  .fashion-editorial .frontier-copy p:not(.territory-label):nth-of-type(3),
  .fashion-editorial .frontier-copy p:not(.territory-label):nth-of-type(4),
  .creativity-editorial .frontier-copy p:not(.territory-label) {
    max-width: 560px;
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .spread-word {
    display: none;
  }

  .frontier-support-image {
    width: 82%;
    height: 210px;
  }
}

/* Hero Option A: luxury campaign frame, full-bleed digital couture. */
.hero {
  min-height: 100svh;
  background:
    radial-gradient(circle at 58% 48%, rgba(185, 132, 75, 0.2), transparent 22%),
    radial-gradient(circle at 58% 78%, rgba(244, 214, 174, 0.08), transparent 24%),
    linear-gradient(120deg, #020202 0%, #090604 42%, #010101 100%);
}

.hero::before {
  display: block;
  z-index: -7;
  background:
    radial-gradient(circle at 54% 34%, rgba(255, 237, 207, 0.26) 0 1px, transparent 1.6px),
    radial-gradient(circle at 68% 49%, rgba(184, 148, 104, 0.28) 0 1px, transparent 1.8px),
    radial-gradient(circle at 44% 62%, rgba(255, 237, 207, 0.18) 0 1px, transparent 1.7px),
    radial-gradient(circle at 62% 28%, rgba(255, 237, 207, 0.12), transparent 17%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
  background-size: 180px 180px, 240px 240px, 220px 220px, 100% 100%, 6px 6px;
  opacity: 0.48;
  mix-blend-mode: screen;
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(ellipse at 58% 48%, transparent 0 22%, rgba(0, 0, 0, 0.22) 44%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 42%, rgba(0, 0, 0, 0.46)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 38%, rgba(0, 0, 0, 0.7));
  content: "";
  pointer-events: none;
}

.hero-image {
  z-index: -6;
  object-position: 58% center;
  opacity: 0;
  transform: scale(1.24);
  filter: blur(30px) contrast(1.25) saturate(0.52) brightness(0.42);
  -webkit-mask-image: radial-gradient(ellipse at 58% 48%, #000 0 34%, rgba(0, 0, 0, 0.62) 48%, transparent 76%);
  mask-image: radial-gradient(ellipse at 58% 48%, #000 0 34%, rgba(0, 0, 0, 0.62) 48%, transparent 76%);
  animation-duration: 7600ms;
}

.particle-canvas {
  z-index: -2;
  filter:
    drop-shadow(0 0 7px rgba(255, 225, 184, 0.24))
    drop-shadow(0 0 22px rgba(184, 148, 104, 0.15));
}

.architecture-shadow {
  display: none;
}

.light-field {
  z-index: -4;
  background:
    radial-gradient(ellipse at 58% 47%, rgba(255, 229, 190, 0.3), transparent 23%),
    radial-gradient(circle at 58% 74%, rgba(184, 148, 104, 0.1), transparent 28%);
}

.hero-shade {
  z-index: -3;
  background:
    radial-gradient(circle at 58% 48%, transparent 0 23%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.66), transparent 45%, rgba(0, 0, 0, 0.46));
}

.title-lockup {
  left: clamp(24px, 6vw, 92px);
  bottom: clamp(58px, 9vh, 104px);
  width: min(780px, calc(100% - 48px));
  mix-blend-mode: screen;
}

.hero-title {
  font-size: clamp(86px, 14vw, 220px);
  line-height: 0.76;
  color: rgba(255, 248, 238, 0.96);
}

.hero-subtitle {
  max-width: 720px;
  margin-top: 20px;
  color: rgba(244, 234, 220, 0.9);
  letter-spacing: 0.48em;
}

.hero-kicker {
  margin-top: 18px;
  color: rgba(226, 198, 157, 0.86);
  letter-spacing: 0.54em;
}

.hero-statement {
  max-width: 470px;
  margin-top: 22px;
  color: rgba(244, 234, 220, 0.68);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.68;
}

@keyframes dressResolve {
  0% {
    opacity: 0;
    clip-path: inset(0 74% 0 30%);
    filter: blur(34px) contrast(1.28) saturate(0.5) brightness(0.34);
  }
  44% {
    opacity: 0.1;
  }
  76% {
    opacity: 0.44;
    clip-path: inset(0 10% 0 0);
  }
  100% {
    opacity: 0.54;
    clip-path: inset(0 0 0 0);
    filter: blur(0) contrast(1.2) saturate(0.72) brightness(0.5);
  }
}

@media (max-width: 680px) {
  .hero {
    background:
      radial-gradient(circle at 61% 40%, rgba(185, 132, 75, 0.2), transparent 22%),
      linear-gradient(120deg, #020202 0%, #090604 48%, #010101 100%);
  }

  .hero-image {
    object-position: 66% center;
    transform: scale(1.22);
    -webkit-mask-image: radial-gradient(ellipse at 64% 42%, #000 0 34%, rgba(0, 0, 0, 0.62) 50%, transparent 78%);
    mask-image: radial-gradient(ellipse at 64% 42%, #000 0 34%, rgba(0, 0, 0, 0.62) 50%, transparent 78%);
  }

  .title-lockup {
    left: 24px;
    bottom: 96px;
    width: min(340px, calc(100% - 48px));
  }

  .hero-title {
    font-size: clamp(72px, 23vw, 100px);
  }

  .hero-subtitle,
  .hero-kicker {
    letter-spacing: 0.26em;
  }

  .hero-statement {
    font-size: 13px;
    line-height: 1.58;
  }
}

/* Hero revision: warmer campaign light, clearer dress, selective embroidery particles. */
.hero {
  background:
    radial-gradient(ellipse at 58% 44%, rgba(255, 236, 203, 0.72), transparent 28%),
    radial-gradient(ellipse at 62% 72%, rgba(199, 156, 94, 0.22), transparent 30%),
    linear-gradient(112deg, #14100c 0%, #6b5948 42%, #efe5d6 58%, #16110d 100%);
}

.hero::before {
  background:
    radial-gradient(circle at 54% 34%, rgba(255, 248, 235, 0.22) 0 1px, transparent 1.7px),
    radial-gradient(circle at 66% 50%, rgba(184, 148, 104, 0.2) 0 1px, transparent 1.7px),
    radial-gradient(circle at 52% 68%, rgba(255, 248, 235, 0.13) 0 1px, transparent 1.8px);
  background-size: 240px 240px, 320px 320px, 280px 280px;
  opacity: 0.26;
}

.hero::after {
  background:
    radial-gradient(ellipse at 58% 46%, transparent 0 34%, rgba(255, 246, 231, 0.1) 45%, rgba(11, 8, 6, 0.62) 100%),
    linear-gradient(90deg, rgba(10, 7, 5, 0.74), rgba(10, 7, 5, 0.16) 38%, rgba(10, 7, 5, 0.18) 68%, rgba(10, 7, 5, 0.56));
}

.hero-image {
  object-position: 56% center;
  opacity: 0.64;
  transform: scale(1.17);
  filter: blur(0) contrast(1.04) saturate(0.9) brightness(1.08);
  -webkit-mask-image: radial-gradient(ellipse at 56% 48%, #000 0 52%, rgba(0, 0, 0, 0.82) 64%, transparent 88%);
  mask-image: radial-gradient(ellipse at 56% 48%, #000 0 52%, rgba(0, 0, 0, 0.82) 64%, transparent 88%);
  animation-duration: 5200ms;
  animation-delay: 0ms;
}

.particle-canvas {
  opacity: 0.62;
  filter:
    drop-shadow(0 0 5px rgba(255, 231, 193, 0.18))
    drop-shadow(0 0 14px rgba(184, 148, 104, 0.12));
  animation-duration: 5200ms;
}

.light-field {
  background:
    radial-gradient(ellipse at 56% 44%, rgba(255, 239, 212, 0.42), transparent 30%),
    radial-gradient(circle at 58% 74%, rgba(184, 148, 104, 0.18), transparent 30%);
}

.hero-shade {
  background:
    radial-gradient(ellipse at 56% 46%, transparent 0 38%, rgba(35, 23, 14, 0.1) 58%, rgba(6, 4, 3, 0.58) 100%),
    linear-gradient(90deg, rgba(8, 5, 3, 0.72), rgba(8, 5, 3, 0.08) 40%, rgba(8, 5, 3, 0.14) 70%, rgba(8, 5, 3, 0.54));
}

.title-lockup {
  text-shadow: 0 16px 54px rgba(0, 0, 0, 0.62);
}

.hero-title,
.hero-subtitle,
.hero-kicker,
.hero-statement {
  color: rgba(255, 250, 242, 0.96);
}

.hero-kicker {
  color: rgba(238, 210, 171, 0.92);
}

.hero-statement {
  color: rgba(255, 250, 242, 0.78);
}

.hero .scroll-cue {
  left: auto;
  right: clamp(24px, 4vw, 54px);
  bottom: 26px;
  transform: none;
}

@keyframes dressResolve {
  0% {
    opacity: 0.5;
    clip-path: inset(0 18% 0 0);
    filter: blur(8px) contrast(1.02) saturate(0.82) brightness(0.9);
  }
  46% {
    opacity: 0.64;
  }
  100% {
    opacity: 0.72;
    clip-path: inset(0 0 0 0);
    filter: blur(0) contrast(1.06) saturate(0.92) brightness(1.08);
  }
}

@keyframes particlesArrive {
  from {
    opacity: 0;
  }
  38% {
    opacity: 0.48;
  }
  to {
    opacity: 0.62;
  }
}

@media (max-width: 680px) {
  .hero {
    background:
      radial-gradient(ellipse at 62% 38%, rgba(255, 236, 203, 0.62), transparent 28%),
      linear-gradient(112deg, #100b08 0%, #7b6652 50%, #15100d 100%);
  }

  .hero-image {
    object-position: 62% center;
    transform: scale(1.14);
    -webkit-mask-image: radial-gradient(ellipse at 62% 42%, #000 0 48%, rgba(0, 0, 0, 0.78) 64%, transparent 88%);
    mask-image: radial-gradient(ellipse at 62% 42%, #000 0 48%, rgba(0, 0, 0, 0.78) 64%, transparent 88%);
  }

  .hero-shade {
    background:
      radial-gradient(ellipse at 62% 40%, transparent 0 34%, rgba(8, 5, 3, 0.18) 58%, rgba(8, 5, 3, 0.68) 100%),
      linear-gradient(90deg, rgba(8, 5, 3, 0.78), rgba(8, 5, 3, 0.08) 72%, rgba(8, 5, 3, 0.42));
  }
}

/* Hero timing refinement: immediate campaign impact, ambient motion afterward. */
.hero-image {
  opacity: 0.72;
  animation: dressResolve 900ms cubic-bezier(0.18, 0.82, 0.2, 1) 0ms forwards;
}

.particle-canvas {
  animation: particlesArrive 1100ms ease 0ms forwards;
}

.hero-title,
.hero-subtitle,
.hero-kicker,
.hero-statement {
  animation-duration: 520ms;
}

.hero-title {
  animation-delay: 600ms;
}

.hero-subtitle {
  animation-delay: 800ms;
}

.hero-kicker {
  animation-delay: 1000ms;
}

.hero-statement {
  animation-delay: 1200ms;
}

@keyframes dressResolve {
  0% {
    opacity: 0.56;
    clip-path: inset(0 10% 0 0);
    filter: blur(3px) contrast(1.02) saturate(0.88) brightness(1);
  }
  100% {
    opacity: 0.72;
    clip-path: inset(0 0 0 0);
    filter: blur(0) contrast(1.06) saturate(0.92) brightness(1.08);
  }
}

@keyframes particlesArrive {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.62;
  }
}

/* Page 2 redesign: warm ivory editorial manifesto and layered image collage. */
.why-section {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(470px, 1.06fr) minmax(420px, 0.94fr);
  grid-template-areas:
    "heading collage"
    "copy collage";
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
  padding: clamp(86px, 11vw, 150px) clamp(28px, 7vw, 110px);
  background:
    radial-gradient(circle at 84% 12%, rgba(183, 166, 117, 0.18), transparent 24%),
    radial-gradient(circle at 14% 78%, rgba(136, 151, 122, 0.12), transparent 28%),
    linear-gradient(120deg, #fbf7ef 0%, #efe5d7 52%, #f7f1e8 100%);
  color: #211914;
}

.why-heading {
  position: relative;
  z-index: 3;
  grid-area: heading;
  align-self: end;
}

.why-heading .section-label {
  color: rgba(33, 25, 20, 0.58);
}

.why-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6.6vw, 104px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease, transform 900ms ease;
}

.why-section.is-visible .why-heading h2 {
  opacity: 1;
  transform: translateY(0);
}

.why-copy {
  grid-area: copy;
  align-self: start;
  max-width: 620px;
  padding: 0 0 0 clamp(0px, 5vw, 86px);
}

.why-copy .manifesto-lines {
  display: grid;
  gap: 13px;
}

.why-copy .manifesto-lines p {
  max-width: 520px;
  margin: 0;
  color: rgba(33, 25, 20, 0.72);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.74;
}

.why-copy .manifesto-lines p:nth-child(7) {
  margin-top: clamp(12px, 2vw, 28px);
}

.why-copy .manifesto-lines p:nth-child(8) {
  max-width: none;
  color: #17110d;
  font-family: var(--serif);
  font-size: clamp(42px, 5.5vw, 88px);
  line-height: 0.92;
}

.why-collage {
  position: relative;
  z-index: 2;
  grid-area: collage;
  width: 100%;
  min-height: min(820px, 82svh);
  align-self: center;
}

.why-collage::before {
  position: absolute;
  inset: 9% 10% 7% 8%;
  border: 1px solid rgba(183, 148, 92, 0.28);
  content: "";
  pointer-events: none;
}

.why-collage-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #e5dacb;
  box-shadow: 0 26px 74px rgba(48, 38, 30, 0.16);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms ease, transform 900ms ease;
}

.why-section.is-visible .why-collage-image {
  opacity: 1;
  transform: translateY(0);
}

.why-collage-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.02);
}

.why-couture {
  left: 5%;
  top: 3%;
  width: 62%;
  height: 62%;
}

.why-couture img {
  object-position: 58% center;
}

.why-texture {
  right: 0;
  top: 22%;
  width: 38%;
  height: 42%;
  border: 10px solid rgba(251, 247, 239, 0.9);
  transition-delay: 120ms;
}

.why-digital {
  left: 23%;
  bottom: 2%;
  width: 55%;
  height: 36%;
  border: 10px solid rgba(251, 247, 239, 0.88);
  transition-delay: 240ms;
}

.why-quote {
  position: absolute;
  z-index: 5;
  right: 4%;
  bottom: 14%;
  width: min(320px, 46%);
  margin: 0;
  color: rgba(79, 89, 66, 0.86);
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 38px);
  font-style: italic;
  line-height: 1.08;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 900ms ease 420ms, transform 900ms ease 420ms;
}

.why-section.is-visible .why-quote {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .why-section {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "collage"
      "copy";
    gap: 46px;
    padding: 82px 24px;
  }

  .why-heading h2 {
    font-size: clamp(54px, 12vw, 104px);
  }

  .why-collage {
    min-height: 720px;
  }

  .why-copy {
    max-width: 760px;
    padding-left: 0;
  }
}

@media (max-width: 680px) {
  .why-section {
    padding: 70px 20px;
  }

  .why-heading h2 {
    font-size: clamp(46px, 14vw, 72px);
  }

  .why-collage {
    min-height: 620px;
  }

  .why-couture {
    left: 0;
    top: 0;
    width: 78%;
    height: 48%;
  }

  .why-texture {
    right: 0;
    top: 33%;
    width: 48%;
    height: 30%;
    border-width: 7px;
  }

  .why-digital {
    left: 6%;
    bottom: 0;
    width: 82%;
    height: 34%;
    border-width: 7px;
  }

  .why-quote {
    right: 4%;
    bottom: 37%;
    width: 58%;
    font-size: clamp(20px, 7vw, 30px);
  }

  .why-copy .manifesto-lines p:nth-child(8) {
    font-size: clamp(38px, 12vw, 58px);
  }
}

/* Page 2 art direction: editorial research board inspired by the supplied reference. */
.why-section {
  min-height: 100svh;
  grid-template-columns: minmax(520px, 0.9fr) minmax(640px, 1.1fr);
  grid-template-areas:
    "heading collage"
    "copy collage";
  gap: clamp(28px, 4vw, 76px);
  padding: clamp(78px, 8vw, 116px) clamp(28px, 5vw, 86px) clamp(72px, 8vw, 110px);
  overflow: hidden;
  align-items: start;
  background:
    radial-gradient(circle at 78% 11%, rgba(196, 155, 86, 0.16), transparent 23%),
    radial-gradient(circle at 19% 83%, rgba(118, 133, 91, 0.12), transparent 27%),
    linear-gradient(110deg, #fbf8f1 0%, #f5eee4 47%, #fbf8f1 100%);
}

.why-heading {
  align-self: start;
  padding-top: clamp(10px, 2vw, 28px);
}

.why-heading .section-label {
  position: relative;
  width: fit-content;
  margin-bottom: clamp(24px, 3vw, 42px);
  color: #b5823e;
  font-size: 13px;
  letter-spacing: 0.28em;
}

.why-heading .section-label::after {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, rgba(181, 130, 62, 0.86), rgba(181, 130, 62, 0.04));
  content: "";
}

.why-heading .section-label::before {
  position: absolute;
  right: -148px;
  bottom: -18px;
  width: 7px;
  height: 7px;
  background: #b5823e;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
}

.why-heading h2 {
  max-width: 760px;
  color: #14100d;
  font-size: clamp(58px, 5.35vw, 92px);
  line-height: 0.95;
}

.why-heading h2 em {
  color: #b98a46;
  font-style: italic;
  font-weight: 400;
}

.why-heading h2 .sage-word {
  color: #727a51;
}

.why-copy {
  display: block;
  max-width: 760px;
  padding-left: 0;
}

.why-copy::before {
  grid-column: 1 / -1;
  width: 100%;
  height: 1px;
  margin: 0 0 5px;
  background: linear-gradient(90deg, rgba(181, 130, 62, 0.92), rgba(181, 130, 62, 0.08));
  content: "";
}

.why-copy .manifesto-lines {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 11px clamp(28px, 4vw, 52px);
}

.why-copy .manifesto-lines p {
  max-width: none;
  color: rgba(20, 16, 13, 0.78);
  font-size: clamp(14px, 0.94vw, 16px);
  line-height: 1.65;
}

.why-copy .manifesto-lines p:nth-child(1),
.why-copy .manifesto-lines p:nth-child(2) {
  grid-column: 1 / -1;
  max-width: 660px;
  font-size: clamp(16px, 1vw, 18px);
}

.why-copy .manifesto-lines p:nth-child(3),
.why-copy .manifesto-lines p:nth-child(4),
.why-copy .manifesto-lines p:nth-child(5),
.why-copy .manifesto-lines p:nth-child(6) {
  grid-column: 1;
}

.why-copy .manifesto-lines p:nth-child(7) {
  grid-column: 2;
  align-self: start;
  margin-top: 0;
  padding-left: clamp(18px, 2vw, 32px);
  border-left: 1px solid rgba(77, 60, 42, 0.24);
}

.why-copy .manifesto-lines p:nth-child(8) {
  grid-column: 2;
  max-width: 340px;
  margin-top: -8px;
  color: #bb8a44;
  font-size: clamp(38px, 4.1vw, 62px);
  font-style: italic;
  line-height: 0.92;
}

.why-copy .manifesto-lines p:nth-child(9),
.why-copy .manifesto-lines p:nth-child(10) {
  grid-column: 2;
}

.why-quote {
  position: static;
  width: auto;
  max-width: 330px;
  margin: clamp(18px, 3vw, 36px) 0 0;
  color: #1f1915;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.18;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 900ms ease 450ms, transform 900ms ease 450ms;
}

.why-section.is-visible .why-quote {
  opacity: 1;
  transform: translateY(0);
}

.why-collage {
  min-height: clamp(680px, 58vw, 840px);
  max-width: 980px;
  justify-self: end;
  align-self: start;
  margin-top: clamp(10px, 2vw, 26px);
}

.why-collage::before {
  inset: 32% 5% 11% 8%;
  border-color: rgba(190, 143, 67, 0.28);
  border-style: solid;
  border-width: 1px;
}

.why-collage::after {
  position: absolute;
  right: 13%;
  bottom: 6%;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(80, 72, 59, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(80, 72, 59, 0.45) 0 2px, transparent 3px),
    repeating-radial-gradient(circle, transparent 0 29px, rgba(80, 72, 59, 0.15) 30px 31px);
  content: "";
  opacity: 0.55;
}

.why-collage-image,
.why-services-card,
.why-trend-card,
.why-consumer-card,
.why-sketch-card,
.why-ai-card,
.why-material-card {
  position: absolute;
  z-index: 2;
  box-shadow: 0 24px 70px rgba(44, 35, 25, 0.13);
}

.why-collage-image {
  border: 9px solid rgba(252, 249, 242, 0.88);
}

.why-couture {
  left: 33%;
  top: 25%;
  z-index: 5;
  width: 34%;
  height: 42%;
  background: #eee5d8;
}

.why-couture img {
  object-position: 55% 43%;
}

.why-texture {
  left: 58%;
  bottom: 13%;
  z-index: 6;
  width: 21%;
  height: 22%;
  border-width: 8px;
  transform: rotate(-2deg);
}

.why-digital {
  right: 2%;
  bottom: 15%;
  z-index: 4;
  width: 36%;
  height: 25%;
  border-width: 7px;
}

.why-digital img {
  object-position: 54% 58%;
}

.why-services-card {
  left: 6%;
  top: 12%;
  width: 168px;
  color: rgba(29, 26, 22, 0.64);
  box-shadow: none;
}

.why-services-card span,
.why-trend-card span,
.why-ai-card span,
.why-material-card span,
.why-consumer-card span {
  display: block;
  color: #b5823e;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.why-services-card p {
  position: relative;
  margin: 12px 0 0 30px;
  font-size: 11px;
  line-height: 1.18;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-services-card p::before {
  position: absolute;
  left: -28px;
  top: 1px;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(80, 72, 59, 0.45);
  border-radius: 50%;
  content: "";
}

.why-trend-card {
  left: 2%;
  top: 48%;
  z-index: 4;
  width: 245px;
  padding: 18px;
  background: rgba(250, 247, 239, 0.84);
  border: 1px solid rgba(210, 195, 175, 0.55);
  backdrop-filter: blur(8px);
}

.trend-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.trend-grid i {
  display: block;
  height: 96px;
  background: #d4cabd;
}

.trend-grid i:nth-child(1) {
  background: linear-gradient(rgba(251, 248, 241, 0.28), rgba(251, 248, 241, 0.28)), url("assets/dfw-sustainable-material.svg") center / cover;
}

.trend-grid i:nth-child(2) {
  background: linear-gradient(rgba(251, 248, 241, 0.12), rgba(251, 248, 241, 0.12)), url("assets/dfw-immersive-experience.png") center / cover;
}

.trend-grid i:nth-child(3) {
  background: linear-gradient(135deg, #f4eee2, #a79b86);
}

.trend-grid i:nth-child(4) {
  background: linear-gradient(135deg, #6f754c, #d8ceb9);
}

.why-consumer-card {
  right: 0;
  top: 20%;
  z-index: 7;
  display: grid;
  place-items: center;
  width: 190px;
  min-height: 230px;
  padding: 20px;
  overflow: hidden;
  color: #fbf8f1;
  text-align: center;
  background: rgba(115, 105, 90, 0.33);
  border: 1px solid rgba(255, 252, 243, 0.54);
  backdrop-filter: blur(10px);
}

.why-consumer-card::before {
  position: absolute;
  inset: 72px 34px 52px;
  border: 1px solid rgba(255, 252, 243, 0.72);
  border-radius: 50%;
  content: "";
}

.why-consumer-card strong {
  position: relative;
  display: block;
  margin-top: 28px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.why-consumer-card small {
  position: relative;
  display: block;
  margin-top: -22px;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.why-sketch-card {
  right: 7%;
  top: 43%;
  z-index: 3;
  width: 360px;
  height: 178px;
  padding: 24px;
  background: rgba(246, 239, 226, 0.92);
  border: 1px solid rgba(181, 130, 62, 0.26);
  transform: rotate(3deg);
}

.why-sketch-card span {
  position: absolute;
  top: 40px;
  width: 58px;
  height: 112px;
  border: 1px solid rgba(47, 40, 34, 0.35);
  border-top-color: transparent;
  border-radius: 50% 50% 42% 42% / 36% 36% 58% 58%;
}

.why-sketch-card span:nth-child(1) { left: 42px; }
.why-sketch-card span:nth-child(2) { left: 112px; height: 126px; }
.why-sketch-card span:nth-child(3) { left: 185px; }
.why-sketch-card span:nth-child(4) { left: 257px; height: 102px; }

.why-ai-card {
  right: 10%;
  top: 56%;
  z-index: 8;
  width: 250px;
  height: 170px;
  padding: 18px;
  color: #f8f0e2;
  background:
    linear-gradient(rgba(15, 14, 12, 0.74), rgba(15, 14, 12, 0.72)),
    url("assets/dfw-ideas-showroom.png") center / cover;
  border: 1px solid rgba(238, 214, 166, 0.35);
}

.why-ai-card i {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 92px;
  height: 112px;
  border: 1px solid rgba(240, 218, 176, 0.52);
  border-top-color: transparent;
  border-radius: 48% 48% 35% 35%;
}

.why-material-card {
  right: 9%;
  bottom: 1%;
  z-index: 6;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 275px;
  box-shadow: none;
}

.why-material-card i {
  display: block;
  width: 86px;
  height: 72px;
  background: url("assets/dfw-sustainable-material.svg") center / cover;
  box-shadow: 0 18px 40px rgba(44, 35, 25, 0.16);
  transform: rotate(-7deg);
}

.why-botanical {
  position: absolute;
  z-index: 9;
  width: 1px;
  height: 260px;
  background: rgba(137, 116, 61, 0.38);
  transform-origin: bottom;
}

.why-botanical::before,
.why-botanical::after {
  position: absolute;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(167, 141, 70, 0.52);
  box-shadow:
    16px 32px 0 rgba(167, 141, 70, 0.34),
    -12px 58px 0 rgba(167, 141, 70, 0.28),
    10px 98px 0 rgba(167, 141, 70, 0.36),
    -15px 132px 0 rgba(167, 141, 70, 0.22);
  content: "";
}

.why-botanical::after {
  top: 118px;
  transform: scale(0.66);
}

.botanical-one {
  left: 25%;
  top: 5%;
  transform: rotate(-10deg);
}

.botanical-two {
  right: 31%;
  bottom: 15%;
  height: 210px;
  transform: rotate(12deg);
}

@media (max-width: 1180px) {
  .why-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "collage"
      "copy";
    padding: 82px 26px;
  }

  .why-heading h2 {
    max-width: 950px;
  }

  .why-collage {
    width: min(100%, 940px);
    justify-self: center;
    min-height: 780px;
  }

  .why-copy {
    max-width: 900px;
  }
}

@media (max-width: 760px) {
  .why-section {
    padding: 70px 18px;
    gap: 36px;
  }

  .why-heading .section-label {
    font-size: 11px;
  }

  .why-heading h2 {
    font-size: clamp(47px, 15vw, 82px);
  }

  .why-copy {
    display: block;
  }

  .why-copy::before {
    margin-bottom: 24px;
  }

  .why-copy .manifesto-lines {
    display: grid;
    gap: 12px;
  }

  .why-copy .manifesto-lines p,
  .why-copy .manifesto-lines p:nth-child(n) {
    max-width: none;
    padding-left: 0;
    border-left: 0;
  }

  .why-copy .manifesto-lines p:nth-child(8) {
    margin-top: 8px;
    font-size: clamp(42px, 13vw, 62px);
  }

  .why-quote {
    margin-top: 30px;
  }

  .why-collage {
    min-height: 670px;
  }

  .why-services-card {
    left: 0;
    top: 0;
    transform: scale(0.88);
    transform-origin: top left;
  }

  .why-couture {
    left: 26%;
    top: 16%;
    width: 48%;
    height: 36%;
  }

  .why-trend-card {
    left: 0;
    top: 48%;
    width: 210px;
    padding: 14px;
  }

  .trend-grid i {
    height: 72px;
  }

  .why-consumer-card {
    right: 0;
    top: 8%;
    width: 146px;
    min-height: 180px;
    padding: 14px;
  }

  .why-sketch-card {
    right: -5%;
    top: 38%;
    width: 265px;
    height: 142px;
  }

  .why-sketch-card span {
    top: 32px;
    width: 42px;
    height: 88px;
  }

  .why-sketch-card span:nth-child(1) { left: 30px; }
  .why-sketch-card span:nth-child(2) { left: 82px; height: 98px; }
  .why-sketch-card span:nth-child(3) { left: 136px; }
  .why-sketch-card span:nth-child(4) { left: 190px; height: 82px; }

  .why-ai-card {
    right: 0;
    top: 58%;
    width: 198px;
    height: 136px;
  }

  .why-digital {
    right: 0;
    bottom: 7%;
    width: 58%;
    height: 20%;
  }

  .why-texture {
    left: 34%;
    bottom: 13%;
    width: 31%;
    height: 18%;
  }

  .why-material-card {
    right: 0;
    bottom: 0;
    width: 230px;
    gap: 12px;
  }

  .botanical-one {
    left: 34%;
  }

  .botanical-two {
    right: 36%;
    bottom: 12%;
  }
}

@media (max-width: 460px) {
  .why-collage {
    min-height: 610px;
    transform: translateX(-4px);
  }

  .why-services-card,
  .why-consumer-card {
    transform: scale(0.78);
    transform-origin: top left;
  }

  .why-consumer-card {
    transform-origin: top right;
  }

  .why-trend-card {
    width: 185px;
  }

  .why-ai-card {
    width: 178px;
  }

  .why-sketch-card {
    width: 232px;
  }
}

/* Page 2 final reference match: use the supplied board crop to preserve the exact moodboard. */
.why-section {
  min-height: 100svh;
  grid-template-columns: minmax(560px, 0.83fr) minmax(620px, 1.17fr);
  gap: clamp(26px, 3.4vw, 62px);
  padding: clamp(34px, 4.6vw, 70px) clamp(28px, 4.4vw, 68px) clamp(32px, 4.4vw, 64px);
  background: #fbf8f1;
}

.why-heading {
  padding-top: 0;
}

.why-heading .section-label {
  margin-bottom: clamp(23px, 2.6vw, 36px);
  font-size: 12px;
}

.why-heading h2 {
  max-width: 640px;
  font-size: clamp(58px, 4.82vw, 76px);
  line-height: 0.98;
}

.why-heading h2 em {
  color: #bf8b42;
}

.why-heading h2 .sage-word {
  color: #738054;
}

.why-copy {
  position: relative;
  max-width: 620px;
}

.why-copy::before {
  margin: 0 0 25px;
  max-width: 284px;
}

.why-copy .manifesto-lines {
  grid-template-columns: 0.72fr 1fr;
  gap: 8px clamp(34px, 4vw, 55px);
}

.why-copy .manifesto-lines p {
  font-size: clamp(13px, 0.96vw, 15px);
  line-height: 1.55;
  opacity: 1;
  transform: none;
}

.why-copy .manifesto-lines p:nth-child(1),
.why-copy .manifesto-lines p:nth-child(2) {
  max-width: 500px;
  font-size: clamp(14px, 0.98vw, 16px);
}

.why-copy .manifesto-lines p:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.why-copy .manifesto-lines p:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

.why-copy .manifesto-lines p:nth-child(5) {
  grid-column: 1;
  grid-row: 5;
}

.why-copy .manifesto-lines p:nth-child(6) {
  grid-column: 1;
  grid-row: 6;
}

.why-copy .manifesto-lines p:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}

.why-copy .manifesto-lines p:nth-child(8) {
  grid-column: 2;
  grid-row: 4 / span 2;
  max-width: 330px;
  margin-top: 4px;
  color: #bf8b42;
  font-size: clamp(40px, 3.8vw, 56px);
  opacity: 1;
}

.why-copy .manifesto-lines p:nth-child(9) {
  grid-column: 2;
  grid-row: 6 / span 2;
}

.why-copy .manifesto-lines p:nth-child(10) {
  grid-column: 2;
  grid-row: 8;
}

.why-quote {
  position: absolute;
  left: 0;
  top: 320px;
  max-width: 250px;
  margin-top: 0;
  color: rgba(20, 16, 13, 0.82);
  font-size: clamp(19px, 1.75vw, 25px);
  opacity: 1;
  transform: none;
}

.why-collage {
  width: 100%;
  max-width: 820px;
  min-height: auto;
  margin-top: 0;
  aspect-ratio: 820 / 910;
}

.why-reference-board {
  position: absolute;
  inset: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.99) contrast(1.01);
}

.why-collage > :not(.why-reference-board) {
  display: none;
}

.why-collage::before,
.why-collage::after {
  display: none;
}

@media (max-width: 1180px) {
  .why-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "collage"
      "copy";
    padding: 72px 24px;
  }

  .why-heading h2 {
    max-width: 760px;
    font-size: clamp(54px, 9vw, 86px);
  }

  .why-collage {
    width: min(100%, 820px);
    justify-self: center;
  }

  .why-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .why-section {
    padding: 66px 18px;
  }

  .why-heading h2 {
    font-size: clamp(46px, 14vw, 76px);
  }

  .why-copy .manifesto-lines {
    grid-template-columns: 1fr;
  }

  .why-quote {
    position: static;
    margin-top: 30px;
  }

  .why-copy .manifesto-lines p:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .why-copy .manifesto-lines p:nth-child(8) {
    max-width: 280px;
  }
}

/* Page 3 approved philosophy composition. */
.frontier-section {
  position: relative;
  display: block;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(42px, 3.2vw, 50px) clamp(32px, 8vw, 128px) clamp(54px, 5vw, 76px);
  background: #fbf8f1;
  color: #14110e;
}

.frontier-section::before,
.frontier-section::after {
  display: none;
  content: none;
}

.frontier-section > :not(.philosophy-thread):not(.philosophy-content) {
  display: none;
}

.philosophy-content {
  position: relative;
  z-index: 2;
  width: min(920px, 68vw);
  margin-left: clamp(210px, 16.4vw, 250px);
}

.philosophy-label {
  position: relative;
  margin: 0 0 clamp(34px, 3.4vw, 52px);
  color: #11100e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.philosophy-label::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 30px;
  height: 1px;
  background: #b5823e;
  content: "";
}

.philosophy-content h2,
.philosophy-statement,
.philosophy-final p {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.philosophy-content h2 {
  max-width: 920px;
  color: #11100e;
  font-size: clamp(70px, 7.1vw, 118px);
  line-height: 0.9;
}

.philosophy-statement {
  max-width: 900px;
  margin-top: clamp(24px, 2.7vw, 42px);
  color: #b5823e;
  font-size: clamp(52px, 5.15vw, 86px);
  line-height: 0.95;
}

.philosophy-copy {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: clamp(48px, 8vw, 108px);
  width: min(874px, 100%);
  margin-top: clamp(32px, 3.45vw, 48px);
  padding: 27px 0 25px;
  border-top: 1px solid rgba(17, 16, 14, 0.16);
  border-bottom: 1px solid rgba(17, 16, 14, 0.16);
}

.philosophy-copy p {
  margin: 0;
  color: #11100e;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.46;
}

.philosophy-copy p + p {
  padding-left: clamp(42px, 5vw, 78px);
  border-left: 1px solid rgba(17, 16, 14, 0.16);
}

.philosophy-final {
  margin-top: clamp(22px, 2.1vw, 30px);
}

.philosophy-final p {
  max-width: 760px;
  color: #11100e;
  font-size: clamp(30px, 2.75vw, 44px);
  line-height: 0.96;
}

.philosophy-final p + p {
  max-width: 610px;
  margin-top: 2px;
  color: #b5823e;
}

.philosophy-thread {
  position: absolute;
  z-index: 1;
  left: clamp(36px, 6.3vw, 104px);
  top: 0;
  width: clamp(110px, 13vw, 210px);
  height: 100%;
  pointer-events: none;
}

.philosophy-thread span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/dfw-philosophy-thread-left.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  transform: scaleY(0);
  transform-origin: top;
  animation: threadStitch 2.6s cubic-bezier(0.55, 0, 0.18, 1) 160ms forwards;
}

.philosophy-thread i {
  position: absolute;
  left: clamp(19px, 2.4vw, 39px);
  bottom: clamp(28px, 4vw, 64px);
  width: 9px;
  height: 132px;
  border: 1.4px solid rgba(42, 36, 31, 0.82);
  border-radius: 50% 50% 46% 46% / 4% 4% 96% 96%;
  background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(72,64,56,0.34));
  opacity: 0;
  transform: translateY(-10px) rotate(13deg);
  animation: needleAppear 700ms ease 2.05s forwards;
}

.philosophy-thread i::before {
  position: absolute;
  left: 2px;
  top: 9px;
  width: 3px;
  height: 13px;
  border: 1.2px solid rgba(42, 36, 31, 0.62);
  border-radius: 50%;
  content: "";
}

@keyframes threadStitch {
  to {
    transform: scaleY(1);
  }
}

@keyframes needleAppear {
  to {
    opacity: 1;
    transform: translateY(0) rotate(8deg);
  }
}

@media (max-width: 900px) {
  .frontier-section {
    padding: 78px 26px 92px 62px;
  }

  .philosophy-content {
    width: 100%;
    margin-left: 0;
  }

  .philosophy-content h2 {
    font-size: clamp(54px, 13vw, 104px);
  }

  .philosophy-statement {
    font-size: clamp(40px, 10.5vw, 78px);
  }

  .philosophy-copy {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
    gap: 18px;
  }

  .philosophy-copy p + p {
    padding-left: 0;
    border-left: 0;
  }

  .philosophy-final p {
    font-size: clamp(34px, 9vw, 52px);
  }
}

@media (max-width: 520px) {
  .frontier-section {
    padding: 70px 20px 86px 48px;
  }

  .philosophy-label {
    margin-bottom: 46px;
    font-size: 10px;
  }

  .philosophy-thread {
    left: -18px;
    width: 108px;
    opacity: 0.78;
  }

}

#why-title,
.philosophy-thread i {
  opacity: 1;
}

/* What We Do interactive editorial page. */
.what-section {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(330px, 0.76fr) minmax(560px, 1.24fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(38px, 5.8vw, 96px);
  row-gap: clamp(20px, 2.4vw, 34px);
  align-items: start;
  padding: clamp(46px, 4.2vw, 64px) clamp(34px, 6.8vw, 108px);
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 18%, rgba(184, 148, 104, 0.12), transparent 30%),
    linear-gradient(135deg, #0b0806, #17110d 55%, #090706);
  color: var(--ivory);
}

.what-section .section-label {
  margin-bottom: clamp(16px, 1.8vw, 24px);
  color: rgba(238, 210, 171, 0.76);
}

.what-intro {
  position: relative;
  z-index: 2;
  max-width: 520px;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.what-intro h2 {
  margin: 0;
  color: rgba(255, 250, 242, 0.95);
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.13;
}

.what-intro > p:not(.section-label) {
  width: min(500px, 100%);
  margin: clamp(14px, 1.5vw, 22px) 0 0;
  color: rgba(244, 234, 220, 0.68);
  font-size: clamp(12px, 0.88vw, 14px);
  line-height: 1.62;
}

.what-grid {
  display: contents;
}

.what-list {
  position: relative;
  z-index: 2;
  width: min(540px, 100%);
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin-top: 0;
  border-top: 1px solid rgba(244, 234, 220, 0.13);
}

.what-item {
  border-bottom: 1px solid rgba(244, 234, 220, 0.13);
}

.what-item button {
  display: grid;
  width: 100%;
  grid-template-columns: 40px 1fr;
  gap: clamp(14px, 1.6vw, 24px);
  align-items: baseline;
  border: 0;
  background: transparent;
  padding: clamp(10px, 1.2vw, 16px) 0;
  color: rgba(244, 234, 220, 0.44);
  cursor: pointer;
  text-align: left;
  transition: color 420ms ease, opacity 420ms ease, transform 420ms ease;
}

.what-item button span {
  color: rgba(184, 148, 104, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.what-item button strong {
  font-family: var(--serif);
  font-size: clamp(24px, 2.35vw, 40px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
}

.what-item.is-active button,
.what-item button:hover,
.what-item button:focus-visible {
  color: rgba(255, 250, 242, 0.95);
  opacity: 1;
  outline: 0;
}

.what-item.is-active button {
  transform: translateX(8px);
}

.what-item.is-active button strong {
  color: rgba(238, 210, 171, 0.96);
}

.what-panels {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  min-height: min(720px, 82svh);
  margin-top: clamp(32px, 2.7vw, 42px);
}

.what-panel {
  display: grid;
  gap: clamp(20px, 2.4vw, 34px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 480ms ease, transform 520ms ease;
}

.what-panel[hidden] {
  display: none;
}

.what-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.what-image {
  position: relative;
  width: 100%;
  height: clamp(440px, 54svh, 570px);
  margin: 0;
  background: #0b0806;
  overflow: hidden;
}

.what-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain !important;
  object-position: center;
}

.what-panel[data-service="consultancy"] .what-image img {
  object-position: center 42%;
}

.what-panel[data-service="research"] .what-image img {
  object-position: center 44%;
}

.what-panel[data-service="education"] .what-image img {
  object-position: center 54%;
}

.what-panel[data-service="storytelling"] .what-image img {
  object-position: center 50%;
}

.what-panel[data-service="immersive"] .what-image img {
  object-position: center 50%;
}

.what-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(240px, 0.85fr);
  gap: clamp(24px, 3.4vw, 54px);
  align-items: start;
}

.what-copy p {
  margin: 0;
  color: rgba(244, 234, 220, 0.72);
  font-size: clamp(13px, 0.92vw, 15px);
  line-height: 1.62;
}

.what-copy blockquote {
  margin: 0;
  padding-left: clamp(20px, 2vw, 34px);
  border-left: 1px solid rgba(184, 148, 104, 0.52);
  color: rgba(238, 210, 171, 0.92);
  font-family: var(--serif);
  font-size: clamp(22px, 1.85vw, 32px);
  font-style: italic;
  line-height: 1.08;
}

.what-mobile-content {
  display: none;
}

/* Three decades credibility editorial page. */
.experience-section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #FFFFFF;
  color: #1C1C1A;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  box-sizing: border-box;
}

.experience-archive {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.experience-archive img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: left center;
  filter: none;
  transform: none;
}

.experience-text {
  position: relative;
  z-index: 2;
  padding: 60px 8vw 40px;
  color: #1C1C1A;
}

.experience-text .section-label {
  display: block;
  margin: 0 0 32px;
  color: #B8952A;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
}

.experience-text h1 {
  max-width: 600px;
  margin: 0;
  color: #1C1C1A;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4vw, 5.2rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

.experience-title-light {
  display: block;
  font-weight: 200;
  font-style: italic;
}

.experience-title-heavy {
  display: block;
  font-weight: 900;
  font-style: normal;
}

.experience-rule {
  display: block;
  width: 50px;
  height: 1px;
  margin: 32px 0;
  background: #B8952A;
}

.experience-copy {
  position: relative;
  display: block;
  max-width: 460px;
  margin: 0;
  color: #444440;
}

.experience-copy p {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.55;
}

.experience-copy p:first-child {
  color: #444440;
  font-weight: inherit;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 0.8fr 0.8fr;
  gap: clamp(28px, 5vw, 72px);
  width: 100%;
  padding: clamp(34px, 4.8vw, 64px) clamp(28px, 7vw, 104px);
  background: #080706;
  color: rgba(244, 239, 232, 0.86);
  border-top: 1px solid rgba(184, 149, 42, 0.22);
}

.footer-logo {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(34px, 3.8vw, 54px);
  letter-spacing: 0.12em;
  line-height: 0.9;
}

.footer-name,
.footer-heading,
.footer-links a,
.footer-connect a,
.footer-email {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-name {
  margin: 12px 0 28px;
  color: rgba(244, 239, 232, 0.76);
}

.footer-line,
.footer-news p {
  max-width: 270px;
  margin: 0;
  color: rgba(244, 239, 232, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.footer-socials {
  display: flex;
  gap: 22px;
  margin-top: 26px;
}

.footer-socials a {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: rgba(244, 239, 232, 0.78);
  transition: color 220ms ease, transform 220ms ease;
}

.footer-socials a:hover {
  color: #B8952A;
  transform: translateY(-2px);
}

.footer-socials svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.footer-socials a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.footer-heading {
  margin: 2px 0 18px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(20px, 1.7vw, 28px);
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.footer-news {
  align-self: start;
}

.footer-email {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(184, 149, 42, 0.42);
  color: #B8952A;
}

.footer-links,
.footer-connect {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links a,
.footer-connect a {
  color: rgba(244, 239, 232, 0.68);
  transition: color 220ms ease, transform 220ms ease;
}

.footer-links a:hover,
.footer-connect a:hover {
  color: #B8952A;
  transform: translateX(3px);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  margin-top: 18px;
  padding-top: 28px;
  border-top: 1px solid rgba(184, 149, 42, 0.2);
  color: rgba(244, 239, 232, 0.54);
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.contact-overlay {
  position: fixed;
  z-index: 90;
  inset: 0;
  overflow-y: auto;
  background: #070707;
  color: rgba(244, 239, 232, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.contact-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 8vw, 132px);
  min-height: 100svh;
  padding: clamp(72px, 9vw, 128px) clamp(34px, 6vw, 92px) 52px;
  border-bottom: 1px solid rgba(184, 149, 42, 0.26);
}

.contact-close {
  position: fixed;
  top: 28px;
  right: 30px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(244, 239, 232, 0.28);
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.28);
  cursor: pointer;
}

.contact-close::before,
.contact-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--ivory);
  content: "";
}

.contact-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.contact-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contact-label {
  margin: 0 0 70px;
  color: #B8952A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.contact-intro h2 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(56px, 6vw, 112px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.94;
}

.contact-intro h2 span {
  font-style: italic;
}

.contact-intro > p:not(.contact-label) {
  max-width: 610px;
  margin: clamp(46px, 6vw, 78px) 0 64px;
  color: rgba(244, 239, 232, 0.62);
  font-size: clamp(18px, 1.5vw, 25px);
  line-height: 1.6;
}

.contact-direct {
  max-width: 610px;
  padding-top: 34px;
  border-top: 1px solid rgba(244, 239, 232, 0.18);
}

.contact-direct p,
.contact-form label span {
  display: block;
  margin: 0 0 18px;
  color: rgba(244, 239, 232, 0.52);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.contact-direct a {
  color: rgba(244, 239, 232, 0.82);
  font-size: clamp(19px, 1.6vw, 26px);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 54px 48px;
}

.contact-form label {
  display: block;
}

.contact-form .contact-wide {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(244, 239, 232, 0.28);
  border-radius: 0;
  padding: 0 0 24px;
  background: transparent;
  color: var(--ivory);
  font: inherit;
  font-size: clamp(22px, 2vw, 30px);
  outline: none;
}

.contact-form textarea {
  min-height: 168px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(244, 239, 232, 0.42);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: rgba(184, 149, 42, 0.82);
}

.contact-submit {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  border: 0;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.contact-submit span {
  display: block;
  width: 52px;
  height: 1px;
  background: #B8952A;
}

body.contact-open {
  overflow: hidden;
}

/* Fresh live-HTML rebuild of the Why We Exist page. */
.why-live-section {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 100svh;
  background: #f4efe6;
  color: #12100d;
  overflow: hidden;
}

.why-live-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 7vw, 110px) clamp(34px, 4.8vw, 72px);
}

.why-live-label {
  margin: 0;
  color: #B8952A;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1;
  text-transform: uppercase;
}

.why-live-rule {
  display: block;
  width: 40px;
  height: 1px;
  margin: 18px 0 28px;
  background: #B8952A;
}

.why-live-title {
  max-width: 620px;
  margin: 0;
  color: #12100d;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

.why-live-title em {
  color: #7f8161;
  font-style: italic;
  font-weight: 300;
}

.why-live-title span em {
  color: #B8952A;
}

.why-live-arrow {
  display: inline-flex;
  margin-top: 24px;
  color: #B8952A;
  font-size: 30px;
  line-height: 1;
}

.why-live-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26px, 3vw, 48px);
  max-width: 640px;
  margin-top: clamp(34px, 4vw, 58px);
}

.why-live-body p {
  margin: 0;
  color: rgba(18, 16, 13, 0.86);
  font-size: clamp(0.82rem, 0.9vw, 0.98rem);
  font-weight: 400;
  line-height: 1.72;
}

.why-live-body strong {
  color: #111;
  font-weight: 800;
}

.why-live-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.2vw, 32px);
  max-width: 660px;
  margin-top: clamp(44px, 5vw, 72px);
}

.why-live-icons article {
  min-width: 0;
}

.why-live-icons article + article {
  border-left: 1px solid rgba(18, 16, 13, 0.22);
  padding-left: clamp(16px, 2vw, 28px);
}

.why-live-icons svg {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #B8952A;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.why-live-icons h3 {
  margin: 0 0 10px;
  color: #12100d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.why-live-icons p {
  margin: 0;
  color: rgba(18, 16, 13, 0.76);
  font-size: 0.75rem;
  line-height: 1.55;
}

.why-live-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 55fr 45fr;
  min-height: 100svh;
  background: #0b0806;
}

.why-live-panel {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgba(244, 234, 220, 0.78);
  border-top: 1px solid rgba(244, 234, 220, 0.78);
}

.why-live-panel-large {
  grid-column: 1 / -1;
  border-top: 0;
}

.why-live-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-live-panel::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 5, 4, 0.72), rgba(7, 5, 4, 0.18) 48%, rgba(7, 5, 4, 0.06)),
    linear-gradient(180deg, rgba(7, 5, 4, 0.22), transparent 46%, rgba(7, 5, 4, 0.2));
  content: "";
  pointer-events: none;
}

.why-live-panel-pending {
  background:
    radial-gradient(circle at 70% 24%, rgba(184, 149, 42, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(244, 239, 230, 0.88), rgba(190, 166, 127, 0.44)),
    #d7c7b3;
}

.why-live-panel-pending::before {
  position: absolute;
  inset: 13% 10%;
  border: 1px solid rgba(184, 149, 42, 0.26);
  content: "";
}

.why-live-panel figcaption {
  position: absolute;
  z-index: 2;
  top: clamp(28px, 3.5vw, 58px);
  left: clamp(28px, 3.4vw, 58px);
  width: min(280px, calc(100% - 56px));
  color: #fff;
  text-transform: uppercase;
}

.why-live-panel figcaption strong {
  display: block;
  color: #fff;
  font-size: clamp(0.86rem, 1vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.52;
}

.why-live-panel figcaption span {
  display: block;
  width: 32px;
  height: 1px;
  margin: 17px 0;
  background: #B8952A;
}

.why-live-panel figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.72rem, 0.8vw, 0.86rem);
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.7;
}

.why-live-section.is-visible .why-live-copy {
  animation: whyLiveTextIn 780ms ease both;
}

.why-live-section.is-visible .why-live-panel img,
.why-live-section.is-visible .why-live-panel-pending {
  animation: whyLiveImageIn 900ms ease both;
}

@keyframes whyLiveTextIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes whyLiveImageIn {
  from {
    opacity: 0.72;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .why-live-section {
    grid-template-columns: 1fr;
  }

  .why-live-copy {
    padding: 82px 24px 62px;
  }

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

  .why-live-icons {
    grid-template-columns: 1fr;
  }

  .why-live-icons article + article {
    border-left: 0;
    border-top: 1px solid rgba(18, 16, 13, 0.18);
    padding: 22px 0 0;
  }

  .why-live-grid {
    grid-template-rows: minmax(360px, 54svh) minmax(300px, 44svh) minmax(300px, 44svh);
    min-height: auto;
  }

  .why-live-panel,
  .why-live-panel-large {
    grid-column: 1 / -1;
    border-left: 0;
  }

  .what-section {
    display: block;
    min-height: auto;
    padding: 74px 24px 90px;
  }

  .what-intro {
    max-width: 760px;
  }

  .what-intro h2 {
    font-size: clamp(40px, 9.6vw, 82px);
  }

  .what-list {
    width: 100%;
  }

  .what-item button {
    grid-template-columns: 38px 1fr;
  }

  .what-item button strong {
    font-size: clamp(34px, 8.8vw, 62px);
  }

  .what-panels {
    display: none;
  }

  .what-mobile-content {
    display: grid;
    max-height: 0;
    gap: 20px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 520ms ease, opacity 360ms ease, padding 360ms ease;
  }

  .what-item.is-active .what-mobile-content {
    max-height: 1100px;
    padding: 0 0 28px 52px;
    opacity: 1;
  }

  .what-mobile-content .what-image {
    height: clamp(300px, 58vw, 460px);
    max-height: none;
    background: #0b0806;
  }

  .what-mobile-content .what-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain !important;
  }

  .what-item[data-service="consultancy"] .what-mobile-content .what-image img {
    object-position: center 42%;
  }

  .what-item[data-service="research"] .what-mobile-content .what-image img {
    object-position: center 44%;
  }

  .what-item[data-service="education"] .what-mobile-content .what-image img {
    object-position: center 54%;
  }

  .what-mobile-content .what-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .experience-section {
    grid-template-columns: 1fr;
    min-height: auto;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: #FFFFFF;
  }

  .experience-archive img {
    height: 58vh;
    min-height: 360px;
  }

  .experience-text {
    padding: 64px 24px 78px;
  }

  .experience-text h1 {
    font-size: clamp(2.5rem, 11vw, 5rem);
  }

  .experience-copy {
    max-width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom,
  .contact-panel,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    gap: 54px;
  }

  .contact-form .contact-wide,
  .contact-submit {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .why-live-title {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .why-live-grid {
    grid-template-rows: minmax(340px, 58svh) minmax(280px, 46svh) minmax(280px, 46svh);
  }

  .why-live-panel figcaption {
    top: 24px;
    left: 24px;
  }

  .what-section {
    padding: 64px 20px 78px;
  }

  .what-item.is-active button {
    transform: none;
  }

  .what-item.is-active .what-mobile-content {
    padding-left: 0;
  }

  .experience-section {
    padding: 0;
  }

  .experience-archive img {
    height: 52vh;
    min-height: 320px;
  }

  .experience-text {
    padding: 56px 20px 70px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 44px 24px;
  }

  .footer-bottom {
    gap: 12px;
  }

  .contact-panel {
    padding: 72px 24px 46px;
  }

  .contact-label {
    margin-bottom: 42px;
  }

  .contact-intro > p:not(.contact-label) {
    margin: 36px 0 44px;
  }

  .contact-form {
    gap: 38px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 22px;
  }
}

@media (max-width: 980px) {
  .next-section {
    display: flex;
    min-height: 100svh;
    align-items: flex-end;
  }

  .next-image {
    min-height: 100%;
  }

  .next-image::before {
    background-position: center top;
    background-size: contain;
  }

  .next-image::after {
    background:
      linear-gradient(180deg, rgba(8, 6, 4, 0.02) 0%, rgba(8, 6, 4, 0.24) 48%, rgba(8, 6, 4, 0.86) 100%);
  }

  .next-copy {
    max-width: calc(100% - 48px);
    margin: 0 24px 44px;
    padding: 28px 24px;
  }
}
