/* =========================================================
   GHP Decor — Landing art direction (enterprise / atelier grade)
   Typography system · scroll theater · eye comfort
   ========================================================= */

/* —— Type tokens (aligned site-wide) —— */
.page-home {
  --type-display: var(--font-serif);
  --type-ui: var(--font-sans);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --ink: #2f3a32;
  --ink-soft: rgba(47, 58, 50, 0.68);
  --paper: #fbf9f4;
  --paper-deep: #f3efe3;
  --line: rgba(47, 58, 50, 0.1);
  --glow: rgba(58, 90, 64, 0.14);
  --radius-media: 2px;
  color: var(--ink);
  background: var(--paper);
}

.page-home .heading-section,
.page-home .works-head h2,
.page-home .vedic-title-block h2,
.page-home .flow-head h2,
.page-home .finale h2 {
  font-family: var(--type-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
}

/* Custom cursor (desktop luxury cue) */
@media (hover: hover) and (pointer: fine) {
  .page-home {
    cursor: none;
  }

  .page-home a,
  .page-home button,
  .page-home .work-h-card,
  .page-home .chapter-tab {
    cursor: none;
  }

  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 50%;
    background: var(--primary);
    pointer-events: none;
    z-index: 10000;
    mix-blend-mode: multiply;
    transition: transform 0.25s var(--ease-out-expo), opacity 0.25s ease, background 0.25s ease;
    opacity: 0;
  }

  .cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 1px solid rgba(58, 90, 64, 0.45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transition: transform 0.45s var(--ease-out-expo), opacity 0.3s ease, width 0.3s ease, height 0.3s ease, margin 0.3s ease, border-color 0.3s ease;
    opacity: 0;
  }

  body.cursor-on .cursor,
  body.cursor-on .cursor-ring {
    opacity: 1;
  }

  body.cursor-hover .cursor {
    transform: scale(0.5);
    background: var(--primary-light);
  }

  body.cursor-hover .cursor-ring {
    width: 72px;
    height: 72px;
    margin: -36px 0 0 -36px;
    border-color: rgba(58, 90, 64, 0.75);
  }

  body.cursor-view .cursor-ring::after {
    content: "View";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: var(--type-ui);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary);
  }

  body.cursor-view .cursor {
    opacity: 0;
  }
}

/* —— Splash: architectural door / threshold reveal —— */
.splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #f3efe3;
  color: #2f3a32;
  overflow: hidden;
  perspective: 1600px;
  transition: opacity 0.85s var(--ease-out-expo), visibility 0.85s;
}

.splash.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 45%, rgba(251, 249, 244, 1) 0%, rgba(243, 239, 227, 0.96) 50%, #e8e2d2 100%);
}

/* Subtle room frame like a window surround */
.splash-frame {
  position: absolute;
  inset: clamp(0.75rem, 2.5vw, 1.5rem);
  border: 1px solid rgba(58, 90, 64, 0.18);
  pointer-events: none;
  z-index: 1;
}

.splash-frame-line {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 90, 64, 0.22), transparent);
}

.splash-frame-line--t { top: 12%; }
.splash-frame-line--b { bottom: 12%; }

.splash-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.splash-inner--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(92vw, 520px);
  padding: 1.5rem;
  opacity: 0;
  transform: scale(0.96);
  animation: splash-content-in 1s var(--ease-out-expo) 0.55s forwards;
}

/* Full splash logo — transparent PNG, no white plate */
.splash-logo-img {
  display: block;
  width: min(78vw, 420px);
  height: auto;
  max-height: min(42vh, 320px);
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  background: transparent;
  filter: drop-shadow(0 8px 24px rgba(47, 74, 54, 0.12));
}

.splash-tag {
  margin-top: 1.35rem;
  font-family: var(--type-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 400;
  color: rgba(47, 58, 50, 0.72);
  letter-spacing: 0.01em;
  max-width: 20ch;
  line-height: 1.4;
}

.splash-bar {
  width: 120px;
  height: 1px;
  margin: 1.75rem auto 0;
  background: rgba(58, 90, 64, 0.15);
  position: relative;
  overflow: hidden;
}

.splash-bar i {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--primary-light), #3a5a40, transparent);
  transform: translateX(-100%);
  animation: splash-load 1.6s var(--ease-out-expo) 0.9s forwards;
}

/* —— Doors (open like a threshold / double door) —— */
.splash-doors {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  pointer-events: none;
}

.splash-door {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.splash-door .door-panel {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #3d5c47 0%, #2f4a36 48%, #284032 100%);
  box-shadow: inset 0 0 80px rgba(20, 40, 28, 0.25);
}

/* vertical grain / shutter lines — quiet architecture cue */
.splash-door .door-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 28px,
    rgba(251, 249, 244, 0.03) 28px,
    rgba(251, 249, 244, 0.03) 29px
  );
  opacity: 0.9;
}

.splash-door .door-panel::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(244, 241, 222, 0.35);
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(244, 241, 222, 0.08);
}

.splash-door--left .door-panel::after { right: 1.25rem; }
.splash-door--right .door-panel::after { left: 1.25rem; }

.splash-door .door-edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #c4b89a, #f4f1de, #c4b89a);
  z-index: 2;
  opacity: 0.85;
}

.splash-door--left .door-edge { right: 0; }
.splash-door--right .door-edge { left: 0; }

.splash-door--left {
  transform-origin: left center;
  animation: door-open-left 1.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s forwards;
}

.splash-door--right {
  transform-origin: right center;
  animation: door-open-right 1.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s forwards;
}

@keyframes door-open-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-102%); }
}

@keyframes door-open-right {
  0% { transform: translateX(0); }
  100% { transform: translateX(102%); }
}

/* alternate 3D door if preferred — keep as enhancement on wide screens */
@media (min-width: 900px) {
  .splash-door--left {
    animation-name: door-swing-left;
  }
  .splash-door--right {
    animation-name: door-swing-right;
  }

  @keyframes door-swing-left {
    0% { transform: perspective(1400px) rotateY(0deg); }
    100% { transform: perspective(1400px) rotateY(-88deg); }
  }

  @keyframes door-swing-right {
    0% { transform: perspective(1400px) rotateY(0deg); }
    100% { transform: perspective(1400px) rotateY(88deg); }
  }
}

@keyframes splash-content-in {
  from { opacity: 0; transform: scale(0.96) translateY(12px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes splash-load { to { transform: translateX(100%); } }

body.splash-lock { overflow: hidden; }

/* —— HERO: original split + type system alignment —— */
.hero-split {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--header-h));
  overflow: hidden;
  position: relative;
}

.hero-split-media {
  position: relative;
  flex: 1 1 auto;
  min-height: 46vh;
  overflow: hidden;
  background: #2f4a36;
}

.hero-split-media .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.35s var(--ease-soft);
}

.hero-split-media .hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-split-media .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
}

.hero-split-media .hero-slide.is-active img {
  animation: hero-ken 16s var(--ease-soft) forwards;
}

@keyframes hero-ken {
  from { transform: scale(1.14) translate3d(1.2%, 0, 0); }
  to { transform: scale(1) translate3d(0, 0, 0); }
}

.hero-split-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(47, 74, 54, 0.45) 0%, transparent 48%);
  pointer-events: none;
}

.hero-media-meta {
  position: absolute;
  left: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: translateY(12px);
}

.hero-media-meta .proj-no {
  font-family: var(--type-ui);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.78;
}

.hero-media-meta .proj-name {
  font-family: var(--type-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  margin-top: 0.4rem;
  letter-spacing: 0.01em;
}

.hero-split-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.75rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 5.5rem);
  background: var(--primary);
  color: #fff;
  overflow: hidden;
  min-height: 48vh;
}

.hero-split-copy::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  top: -20%;
  right: -30%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 55%);
  animation: hero-glow 10s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes hero-glow {
  from { transform: translate(0, 0); opacity: 0.55; }
  to { transform: translate(-8%, 6%); opacity: 1; }
}

.hero-arch-mark {
  position: absolute;
  right: -0.25rem;
  bottom: -1.25rem;
  font-family: var(--type-display);
  font-size: clamp(8rem, 22vw, 13rem);
  line-height: 1;
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}

.hero-copy-inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
}

/* Hero type: Plus Jakarta Sans UI + Cormorant Garamond display */
.hero-kicker {
  display: block;
  font-family: var(--type-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 1.65rem;
}

.hero-split h1 {
  font-family: var(--type-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.65rem, 6.2vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-bottom: 1.6rem;
  color: #fff;
}

.hero-split h1 .line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.04em;
}

.hero-split h1 .line span {
  display: block;
}

.hero-lede {
  font-family: var(--type-ui);
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.82);
  max-width: 32ch;
  margin-bottom: 2.35rem;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.75rem;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--type-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  padding-bottom: 0.55rem;
  transition: border-color 0.35s ease, gap 0.35s var(--ease-out-expo);
}

.hero-cta:hover {
  border-color: #fff;
  gap: 1.15rem;
}

.hero-cta .ico {
  font-size: 0.85rem;
  transition: transform 0.35s var(--ease-out-expo);
}

.hero-cta:hover .ico {
  transform: translate(2px, -2px);
}

.hero-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 4;
}

.hero-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: #f4f1de;
  transition: width 0.12s linear;
}

@media (min-width: 960px) {
  .hero-split {
    flex-direction: row;
    height: calc(100vh - var(--header-h));
    min-height: 640px;
    max-height: 920px;
  }

  .hero-split-media,
  .hero-split-copy {
    width: 50%;
    min-height: 100%;
    flex: none;
  }

  .hero-split-media { min-height: auto; }
}

body.is-ready .hero-media-meta { animation: rise-in 1s var(--ease-out-expo) 0.12s forwards; }
body.is-ready .hero-kicker { animation: rise-in 0.9s var(--ease-out-expo) 0.18s both; }
body.is-ready .hero-split h1 .line:nth-child(1) span { animation: rise-in 1s var(--ease-out-expo) 0.28s both; }
body.is-ready .hero-split h1 .line:nth-child(2) span { animation: rise-in 1s var(--ease-out-expo) 0.4s both; }
body.is-ready .hero-split h1 .line:nth-child(3) span { animation: rise-in 1s var(--ease-out-expo) 0.52s both; }
body.is-ready .hero-lede { animation: rise-in 1s var(--ease-out-expo) 0.62s both; }
body.is-ready .hero-cta-row { animation: rise-in 1s var(--ease-out-expo) 0.74s both; }

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

/* —— Scroll progress (comfort + orientation) —— */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  z-index: 200;
  transform-origin: left;
  pointer-events: none;
}

/* —— Bridge: breath after hero (prevents “drop-off”) —— */
.bridge {
  position: relative;
  padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(2rem, 4vw, 3rem);
  background:
    linear-gradient(180deg, #f7f5ef 0%, var(--paper) 100%);
  overflow: hidden;
}

.bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 85% 20%, var(--glow), transparent 55%);
  pointer-events: none;
}

.bridge-inner {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: end;
}

@media (min-width: 900px) {
  .bridge-inner {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 4rem;
  }
}

.bridge-label {
  font-family: var(--type-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 1.25rem;
  display: block;
}

.bridge h2 {
  font-family: var(--type-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  max-width: 18ch;
  color: var(--ink);
}

.bridge h2 em {
  font-style: italic;
  color: var(--primary);
}

.bridge-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 0.5rem;
}

.bridge-stat {
  border-left: 1px solid var(--line);
  padding-left: 1rem;
}

.bridge-stat b {
  display: block;
  font-family: var(--type-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  color: var(--ink);
  line-height: 1;
  margin-bottom: 0.45rem;
}

.bridge-stat span {
  font-family: var(--type-ui);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* Soft marquee — quieter than before */
.marquee-band {
  background: transparent;
  color: var(--ink-soft);
  border: none;
  overflow: hidden;
  padding: 1.75rem 0 0;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent, #2f4a36 8%, #2f4a36 92%, transparent);
}

.marquee-track {
  display: inline-flex;
  gap: 2.75rem;
  animation: marquee 40s linear infinite;
  will-change: transform;
}

.marquee-track span {
  font-family: var(--type-ui);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.marquee-track em {
  font-family: var(--type-display);
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0;
  color: var(--primary);
  font-weight: 400;
  text-transform: none;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* —— Reveal system (softer, longer — eye comfort) —— */
[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  filter: blur(4px);
  transition:
    opacity 1.15s var(--ease-out-expo),
    transform 1.15s var(--ease-out-expo),
    filter 1.15s var(--ease-out-expo);
  will-change: opacity, transform, filter;
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

[data-reveal-delay="1"] { transition-delay: 0.08s; }
[data-reveal-delay="2"] { transition-delay: 0.16s; }
[data-reveal-delay="3"] { transition-delay: 0.24s; }
[data-reveal-delay="4"] { transition-delay: 0.32s; }

/* Clip reveal for media */
[data-clip] {
  clip-path: inset(8% 8% 8% 8%);
  transition: clip-path 1.35s var(--ease-out-expo);
}

[data-clip].is-in {
  clip-path: inset(0 0 0 0);
}

/* —— Sticky chapter theater (scroll storytelling) —— */
.chapter-stage {
  position: relative;
  background: var(--paper);
}

.chapter-sticky-wrap {
  display: block;
}

@media (min-width: 960px) {
  .chapter-sticky-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 300vh;
    align-items: start;
  }

  .chapter-visual {
    position: sticky;
    top: var(--header-h);
    height: calc(100vh - var(--header-h));
    overflow: hidden;
    background: #2f4a36;
  }

  .chapter-visual .layer {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s var(--ease-soft), transform 1.2s var(--ease-out-expo);
    transform: scale(1.06);
  }

  .chapter-visual .layer.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .chapter-visual .layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .chapter-visual .frame {
    position: absolute;
    inset: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 3;
    pointer-events: none;
  }

  .chapter-visual .counter {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 4;
    color: #fff;
    font-family: var(--type-ui);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }

  .chapter-panels {
    padding: 20vh 0;
  }

  .chapter-panel {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem clamp(2rem, 5vw, 4.5rem);
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 959px) {
  .chapter-visual {
    display: none;
  }

  .chapter-panel {
    padding: 3.5rem var(--gutter);
    border-bottom: 1px solid var(--line);
  }

  .chapter-panel + .chapter-panel {
    background: linear-gradient(180deg, transparent, rgba(58, 90, 64, 0.03));
  }
}

.chapter-panel .idx {
  font-family: var(--type-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--primary);
  margin-bottom: 1.25rem;
  display: block;
}

.chapter-panel h3 {
  font-family: var(--type-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  max-width: 14ch;
}

.chapter-panel p {
  font-family: var(--type-ui);
  font-weight: 300;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--ink-soft);
  max-width: 36ch;
}

.chapter-panel .panel-link {
  margin-top: 1.75rem;
  display: inline-flex;
  font-family: var(--type-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--primary);
  border-bottom: 1px solid rgba(58, 90, 64, 0.3);
  padding-bottom: 0.35rem;
  width: fit-content;
  transition: border-color 0.3s ease;
}

.chapter-panel .panel-link:hover {
  border-color: var(--primary);
}

/* Mobile chapter images */
.chapter-panel .mobile-shot {
  display: block;
  margin: 0 0 1.75rem;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #e8e4d8;
}

.chapter-panel .mobile-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 960px) {
  .chapter-panel .mobile-shot {
    display: none;
  }
}

/* —— Horizontal work gallery (signature showcase) —— */
/* Collection: deep sage gradient — never pure black */
.horizon {
  background: linear-gradient(165deg, #3d5c47 0%, #4f7359 45%, #3a5642 100%);
  color: #f7f4eb;
  position: relative;
}

/* Tall scroll runway so horizontal scrub feels deliberate */
@media (min-width: 900px) {
  .horizon {
    height: 280vh;
  }

  .horizon-sticky {
    position: sticky;
    top: var(--header-h);
    height: calc(100vh - var(--header-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 2.5rem 0 2rem;
  }
}

@media (max-width: 899px) {
  .horizon {
    padding: clamp(4rem, 10vw, 6rem) 0;
    overflow: hidden;
  }

  .horizon-sticky {
    display: block;
  }

  .horizon-track-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
  }

  .horizon-track {
    transform: none !important;
  }

  .work-h-card {
    scroll-snap-align: start;
  }
}

.horizon-head {
  width: min(100% - 2 * var(--gutter), var(--max));
  margin: 0 auto 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
  flex-shrink: 0;
}

.horizon-head .eyebrow {
  color: #8faa8a;
  display: block;
  margin-bottom: 0.85rem;
  font-family: var(--type-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.horizon-head h2 {
  font-family: var(--type-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(2.1rem, 4.5vw, 3.35rem);
  letter-spacing: -0.02em;
  color: #f7f5ef;
  max-width: 12ch;
  line-height: 1.12;
}

.horizon-head a {
  font-family: var(--type-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(247, 245, 239, 0.7);
  border-bottom: 1px solid rgba(247, 245, 239, 0.25);
  padding-bottom: 0.35rem;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.horizon-head a:hover {
  color: #fff;
  border-color: #fff;
}

.horizon-hint {
  font-family: var(--type-ui);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 245, 239, 0.4);
  margin-top: 0.75rem;
}

.horizon-track-wrap {
  overflow: hidden;
  padding-bottom: 1rem;
}

.horizon-track {
  display: flex;
  gap: 1.15rem;
  width: max-content;
  padding: 0 var(--gutter);
  will-change: transform;
}

.work-h-card {
  position: relative;
  display: block;
  width: min(78vw, 420px);
  height: min(62vh, 560px);
  overflow: hidden;
  background: #354f3d;
  color: #fff;
  flex-shrink: 0;
}

.work-h-card:first-child {
  width: min(88vw, 560px);
}

.work-h-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out-expo), filter 0.8s ease;
  filter: saturate(0.9) contrast(1.02);
}

.work-h-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.05);
}

.work-h-card .veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(47, 74, 54, 0.82) 0%, transparent 55%);
}

.work-h-card .meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.75rem;
  z-index: 1;
}

.work-h-card .type {
  font-family: var(--type-ui);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.65;
}

.work-h-card h3 {
  font-family: var(--type-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  margin-top: 0.45rem;
  letter-spacing: -0.01em;
}

.work-h-card .num {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-family: var(--type-display);
  font-style: italic;
  font-size: 0.95rem;
  opacity: 0.5;
  z-index: 1;
}

/* —— Manifesto band (large type comfort) —— */
.manifesto {
  position: relative;
  padding: clamp(5rem, 12vw, 9rem) 0;
  background: var(--paper-deep);
  overflow: hidden;
}

.manifesto::before {
  content: "VM";
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--type-display);
  font-style: italic;
  font-size: clamp(12rem, 28vw, 22rem);
  line-height: 0.8;
  color: rgba(58, 90, 64, 0.06);
  pointer-events: none;
  user-select: none;
}

.manifesto-grid {
  display: grid;
  gap: 3rem;
  position: relative;
}

@media (min-width: 900px) {
  .manifesto-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5rem;
    align-items: center;
  }
}

.manifesto .eyebrow {
  display: block;
  margin-bottom: 1.25rem;
}

.manifesto h2 {
  font-family: var(--type-display);
  font-weight: 400;
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
  max-width: 14ch;
}

.manifesto h2 em {
  font-style: italic;
  color: var(--primary);
}

.manifesto-copy p {
  font-family: var(--type-ui);
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--ink-soft);
  margin-bottom: 1.15rem;
  max-width: 40ch;
}

.manifesto-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.75rem;
}

.manifesto-pills span {
  font-family: var(--type-ui);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  background: rgba(253, 252, 248, 0.6);
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.manifesto-pills span:hover {
  border-color: rgba(58, 90, 64, 0.4);
  color: var(--primary);
  background: #fff;
}

/* —— Material strip (tactile, eye-resting) —— */
.materials {
  padding: clamp(4rem, 9vw, 6.5rem) 0;
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.materials-head {
  margin-bottom: 2.5rem;
  max-width: 36rem;
}

.materials-head h2 {
  font-family: var(--type-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
  line-height: 1.2;
}

.mat-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .mat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mat-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #ddd;
}

.mat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease-out-expo);
  filter: saturate(0.88);
}

.mat-card:hover img {
  transform: scale(1.07);
  filter: saturate(1);
}

.mat-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
  background: linear-gradient(to top, rgba(47, 74, 54, 0.75), transparent);
  color: #fff;
  font-family: var(--type-ui);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* —— Quote immersive —— */
.quote-stage {
  position: relative;
  min-height: 72vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.quote-stage .bg {
  position: absolute;
  inset: 0;
}

.quote-stage .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 10s linear;
  filter: brightness(0.72) saturate(0.9);
}

.quote-stage.is-in .bg img {
  transform: scale(1);
}

.quote-stage .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(47, 74, 54, 0.25), rgba(47, 74, 54, 0.72));
}

.quote-stage blockquote {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  padding: 2rem var(--gutter);
  font-family: var(--type-display);
  font-style: italic;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.quote-stage cite {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 1.75rem;
  font-family: var(--type-ui);
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.72;
}

/* —— Journal elevated —— */
.journal-section {
  padding: clamp(5rem, 11vw, 8rem) 0;
  background: var(--paper);
}

.journal-section .works-head h2,
.journal-section .section-title {
  font-family: var(--type-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
}

.journal-row {
  display: grid;
  gap: 2rem;
}

@media (min-width: 800px) {
  .journal-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }

  .j-card:nth-child(2) {
    margin-top: 3rem;
  }
}

.j-card {
  display: block;
  transition: transform 0.55s var(--ease-out-expo);
}

.j-card:hover {
  transform: translateY(-8px);
}

.j-card figure {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #e8e4d8;
}

.j-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease-out-expo);
}

.j-card:hover img {
  transform: scale(1.06);
}

.j-card .tag {
  font-family: var(--type-ui);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.65rem;
  display: block;
}

.j-card h3 {
  font-family: var(--type-display);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin-bottom: 0.65rem;
  color: var(--ink);
}

.j-card p {
  font-family: var(--type-ui);
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* —— Finale —— */
.finale {
  position: relative;
  padding: clamp(6rem, 14vw, 10rem) 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #2c4430;
}

.finale-media {
  position: absolute;
  inset: 0;
  opacity: 0.3;
}

.finale-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: finale-drift 22s ease-in-out infinite alternate;
}

@keyframes finale-drift {
  from { transform: scale(1.05) translateY(0); }
  to { transform: scale(1.12) translateY(-2%); }
}

.finale .inner {
  position: relative;
  z-index: 1;
}

.finale h2 {
  font-family: var(--type-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.35rem, 5.8vw, 4.1rem);
  line-height: 1.14;
  max-width: 14ch;
  margin: 0 auto 1.25rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.finale p {
  font-family: var(--type-ui);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.76);
  max-width: 34rem;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  line-height: 1.75;
}

.finale-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* Section title utility on home */
.page-home .eyebrow {
  font-family: var(--type-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
}

/* Soft page gradient between major sections (comfort) */
.chapter-stage,
.manifesto,
.materials,
.journal-section {
  scroll-margin-top: calc(var(--header-h) + 0.5rem);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .splash,
  .splash-logo-img,
  .splash-tag,
  .splash-bar,
  .splash-bar i,
  .splash-door--left,
  .splash-door--right,
  .splash-inner--brand {
    animation: none !important;
  }

  .splash-door--left,
  .splash-door--right {
    transform: translateX(-102%);
  }

  .splash-door--right {
    transform: translateX(102%);
  }

  .splash-inner--brand {
    opacity: 1;
    transform: none;
  }

  .hero-split-media .hero-slide.is-active img,
  .marquee-track,
  .finale-media img,
  body.is-ready .hero-media-meta,
  body.is-ready .hero-kicker,
  body.is-ready .hero-split h1 .line span,
  body.is-ready .hero-lede,
  body.is-ready .hero-cta-row {
    animation: none !important;
  }

  [data-reveal],
  [data-clip] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
    transition: none !important;
  }

  .splash.is-done { display: none; }

  .cursor,
  .cursor-ring {
    display: none !important;
  }

  .page-home {
    cursor: auto;
  }
}
