/* DNH Global v2 — catalog-first single page
   Tokens from DNH-Logo_Final_PNG.png. Green is energy. */

:root {
  --lime: #c6db44;
  --fresh: #9bcc4b;
  --natural: #68a749;
  --deep-green: #3f7e4f;
  --char: #58595b;
  --ink: #1a1d1b;
  --ink-soft: #2c322e;
  --paper: #f7f8f4;
  --mist: #eef1ec;
  --white: #ffffff;
  --hair: rgba(26, 29, 27, 0.12);
  --hair-light: rgba(247, 248, 244, 0.14);
  --grad: linear-gradient(90deg, #c6db44 0%, #9bcc4b 48%, #3f7e4f 100%);
  --font: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;
  --font-display: "Barlow Condensed", "IBM Plex Sans", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 2px;
  --nav-h: 76px;
  --max: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 0;
}

html,
body {
  margin: 0;
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 90% 70% at 10% 0%, rgba(155, 204, 75, 0.045), transparent 55%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(63, 126, 79, 0.04), transparent 50%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.15 0 0 0 0 0.18 0 0 0 0 0.12 0 0 0 0.22 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
  background-size: auto, auto, 140px 140px;
  background-attachment: fixed, fixed, fixed;
  background-blend-mode: normal, normal, multiply;
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}

body {
  padding-top: var(--nav-h);
}

/* Recycled paper fibre — dual-layer fixed texture (reads on light + ink) */
.grain {
  position: fixed;
  inset: 0;
  z-index: 9990;
  pointer-events: none;
  opacity: 0.14;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='fine'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.12 0 0 0 0 0.14 0 0 0 0 0.11 0 0 0 0.55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23fine)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='fibre'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.035 0.12' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.22 0 0 0 0 0.28 0 0 0 0 0.18 0 0 0 0.45 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23fibre)'/%3E%3C/svg%3E");
  background-size: 420px 420px;
}

.grain::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='pulp'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.045' numOctaves='2' seed='3' stitchTiles='stitch'/%3E%3CfeDiffuseLighting lighting-color='%23f7f8f4' surfaceScale='1.2'%3E%3CfeDistantLight azimuth='45' elevation='55'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23pulp)'/%3E%3C/svg%3E");
  background-size: 280px 280px;
}

/* Paper surfaces — local fibre wash (commodity feel, not flat fill) */
.paper-surface {
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 80% 60% at 12% 8%, rgba(104, 167, 73, 0.04), transparent 55%),
    radial-gradient(ellipse 70% 50% at 88% 92%, rgba(63, 126, 79, 0.035), transparent 50%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.15 0 0 0 0 0.18 0 0 0 0 0.12 0 0 0 0.28 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
  background-size: auto, auto, 140px 140px;
  background-blend-mode: normal, normal, multiply;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

::selection {
  background: var(--lime);
  color: var(--ink);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

/* Loader */
.loader {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  place-items: center;
  background: var(--ink);
  transition: opacity 600ms var(--ease), visibility 600ms;
}

.js .loader {
  display: grid;
}

.loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-mark svg {
  width: 48px;
  height: 48px;
}

.loader-ring {
  fill: none;
  stroke: var(--lime);
  stroke-width: 2.2;
  stroke-dasharray: 80;
  stroke-dashoffset: 50;
  transform-origin: 24px 24px;
  animation: loader-spin 1s linear infinite;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.film-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  height: 180px;
  margin: 0;
  pointer-events: none;
  z-index: 70;
  overflow: hidden;
  border-radius: var(--radius);
  transform: translate(-40%, -50%) scale(0.92);
  opacity: 0;
  transition: opacity 200ms var(--ease);
}

.film-cursor.is-on {
  opacity: 1;
}

.film-cursor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: none), (pointer: coarse) {
  .film-cursor {
    display: none !important;
  }
}

.paint-line {
  position: relative;
  display: inline-block;
  color: var(--deep-green);
  --paint: 0%;
}

.paint-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.08em;
  width: var(--paint);
  height: 0.12em;
  background: var(--lime);
  pointer-events: none;
}

.media-wipe {
  position: relative;
  overflow: hidden;
}

.media-wipe-cover {
  position: absolute;
  inset: 0;
  background: var(--lime);
  transform: translateX(0);
  pointer-events: none;
  z-index: 1;
}

.wrap {
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
  min-width: 0;
}

@media (min-width: 900px) {
  .wrap {
    width: min(var(--max), calc(100% - 4rem));
  }
}

#top,
#prologue,
#about,
#about-house,
#journey,
#expand,
#grades,
#trade,
#why,
#contact {
  /* Offset handled in JS scrollTo — keep 0 to avoid undershoot */
  scroll-margin-top: 0;
}

.label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--char);
}

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-index {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--char);
  margin: 0 0 1.25rem;
}

.display {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.8vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 1rem;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 48px;
  padding: 0 1.35rem;
  border-radius: var(--radius);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 200ms var(--ease), color 200ms var(--ease),
    border-color 200ms var(--ease);
}

.btn-primary {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}

.btn-primary:hover {
  background: var(--fresh);
  border-color: var(--fresh);
}

.btn-ink {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.btn-ink:hover {
  background: var(--ink-soft);
}

.btn-ghost-dark {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn-ghost-dark:hover {
  background: var(--ink);
  color: var(--paper);
}

.btn-ghost-light {
  background: transparent;
  color: var(--paper);
  border-color: rgba(247, 248, 244, 0.45);
}

.btn-ghost-light:hover {
  background: rgba(247, 248, 244, 0.12);
  border-color: var(--paper);
  color: var(--paper);
}

.btn-bdr {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn-bdr:hover {
  background: var(--ink);
  color: var(--paper);
}

.experience-zone .btn-bdr {
  color: var(--ink);
  border-color: var(--deep-green);
}

.experience-zone .btn-bdr:hover {
  background: var(--deep-green);
  color: var(--paper);
  border-color: var(--deep-green);
}

.btn .arrow {
  width: 14px;
  height: 14px;
  transition: transform 200ms var(--ease);
}

.btn:hover .arrow {
  transform: translateX(3px);
}

.text-btn {
  background: none;
  border: none;
  padding: 0;
  color: var(--lime);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Header — fixed so it survives Lenis transforms + overflow clipping */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(247, 248, 244, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transform: translateZ(0);
}

.site-header.is-scrolled {
  border-bottom-color: var(--hair);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  height: 52px;
  flex-shrink: 0;
}

.brand img {
  height: 48px;
  width: auto;
}

.nav-links {
  display: none;
  gap: 1.5rem;
}

.nav-link {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--char);
  position: relative;
  padding: 0.35rem 0;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--ink);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms var(--ease);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-cta {
  display: none;
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  background: none;
  border: 0;
  cursor: pointer;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
  overflow: visible;
}

.menu-toggle svg line {
  transform-origin: center;
  transform-box: fill-box;
}

.menu-toggle line {
  stroke: var(--ink);
  stroke-width: 1.6;
  transition: transform 200ms var(--ease), opacity 200ms;
}

.menu-toggle.is-open svg line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle.is-open svg line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open svg line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

@media (min-width: 1100px) {
  .nav-links {
    display: flex;
  }

  .nav-cta {
    display: inline-flex;
  }

  .menu-toggle {
    display: none;
  }
}

.mobile-nav {
  position: fixed;
  inset: var(--nav-h) 0 0 0;
  z-index: 90;
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  padding: 2rem 1.5rem;
  background: var(--paper);
}

.mobile-nav.is-open {
  display: flex;
}

.mobile-nav a {
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--hair);
}

.mobile-nav .btn {
  margin-top: 1.25rem;
  align-self: flex-start;
  border-bottom: 0;
}

/* Hero — cinematic full bleed, copy anchored at bottom (Adler-style) */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--paper);
}

.hero-photo {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.hero-photo img,
.hero-photo .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}

.hero-video {
  opacity: 0;
  transition: opacity 400ms var(--ease);
  pointer-events: none;
}

.hero-photo.is-video-ready .hero-video {
  opacity: 1;
}

.hero-photo.is-video-ready .hero-poster {
  opacity: 0;
  transition: opacity 400ms var(--ease);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 29, 27, 0.35) 0%,
    rgba(26, 29, 27, 0.55) 45%,
    rgba(26, 29, 27, 0.92) 100%
  );
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 2.5rem 1.25rem 12vh;
  width: 100%;
}

.hero-slide {
  max-width: 38rem;
  padding: 1.75rem 1.5rem;
  background: rgba(26, 29, 27, 0.55);
  border: 1px solid rgba(247, 248, 244, 0.12);
  backdrop-filter: blur(6px);
}

.hero-label {
  color: rgba(247, 248, 244, 0.65);
  margin: 0 0 0.75rem;
}

.hero-lead {
  max-width: none;
  color: rgba(247, 248, 244, 0.88);
  line-height: 1.65;
  font-size: 1.05rem;
  margin: 0 0 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (min-width: 900px) {
  .hero-copy {
    padding: 3rem 4vw 14vh;
  }

  .hero-slide {
    padding: 2rem 2.25rem;
  }
}

/* Mobile / tablet — copy sits under the video, not over it */
@media (max-width: 899px) {
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    overflow: visible;
    color: var(--paper);
  }

  .hero-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: calc(100dvh - var(--nav-h));
    min-height: 22rem;
    flex-shrink: 0;
  }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(26, 29, 27, 0.2) 0%,
      rgba(26, 29, 27, 0.28) 55%,
      rgba(26, 29, 27, 0.55) 100%
    );
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 1.75rem 1.25rem 2.25rem;
    background: var(--ink);
  }

  .hero-slide {
    max-width: none;
    padding: 0;
    background: transparent;
    border: 0;
    backdrop-filter: none;
  }

  .hero-lead {
    font-size: 1rem;
    margin: 0 0 1.25rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

/* ─── Experience zone: hero → green gradient journey ─────── */
.experience-zone {
  position: relative;
  background: linear-gradient(
    180deg,
    var(--ink) 0%,
    #243528 8%,
    var(--deep-green) 28%,
    #2f6840 55%,
    var(--deep-green) 100%
  );
  color: var(--paper);
  overflow: hidden;
}

.experience-zone::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.28;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='ez'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.85 0 0 0 0 0.9 0 0 0 0 0.7 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23ez)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

.experience-zone > * {
  position: relative;
  z-index: 1;
}

.experience-zone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  width: 2px;
  height: 100%;
  z-index: 1;
  background: rgba(198, 219, 68, 0.15);
  pointer-events: none;
}

/* Prologue — giant headline in cream card */
.prologue {
  padding: 4rem 0 2rem;
  position: relative;
}

.prologue-card {
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(198, 219, 68, 0.06), transparent 55%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='pc'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.14 0 0 0 0 0.17 0 0 0 0 0.11 0 0 0 0.25 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23pc)'/%3E%3C/svg%3E");
  background-size: auto, 130px 130px;
  background-blend-mode: normal, multiply;
  color: var(--ink);
  border-radius: 20px;
  padding: 2.5rem 1.75rem;
  position: relative;
}

.prologue-inner {
  position: relative;
}

.mega {
  font-family: var(--font-display);
  font-size: clamp(3rem, 11vw, 7.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
  color: var(--deep-green);
}

.mega-line {
  display: block;
}

.highlight-word {
  position: relative;
  display: inline-block;
  color: var(--ink);
}

.highlight-line {
  position: absolute;
  left: -2%;
  bottom: -0.05em;
  width: 104%;
  height: 0.35em;
  background: var(--lime);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left center;
}

.js .mega.is-highlighted .highlight-line {
  transform: scaleX(1);
  transition: transform 1.1s var(--ease);
}

/* Paint-reveal for prologue mega lines (green on cream) */
.js .sc-paint {
  color: transparent;
  background: linear-gradient(90deg, var(--deep-green) 50%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-position-x: 100%;
}

.prologue-aside {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--hair);
}

.prologue-aside p {
  margin: 0 0 1.5rem;
  color: var(--char);
  line-height: 1.7;
  max-width: 38rem;
}

@media (min-width: 900px) {
  .prologue {
    padding: 5rem 0 2.5rem;
  }

  .prologue-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: end;
    padding: 3.5rem 3rem;
    border-radius: 28px;
  }

  .prologue-aside {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    padding-bottom: 0.5rem;
  }
}

/* Hook spine — Adler-style rows on green gradient */
.brief {
  padding: 2rem 0 5rem;
  background: transparent;
  border: none;
}

.hooks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hook {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
  padding: 1.75rem 0 1.75rem 1.75rem;
  border-bottom: 2px dashed rgba(198, 219, 68, 0.35);
  position: relative;
  cursor: pointer;
}

.hook::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.1rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--deep-green);
  border: 2px solid var(--lime);
  transition: background 200ms var(--ease), transform 200ms var(--ease);
}

.brief .wrap {
  position: relative;
}

.brief .wrap::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 2rem;
  bottom: 0.5rem;
  width: 2px;
  background: rgba(198, 219, 68, 0.2);
  pointer-events: none;
}

.hook-num {
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime);
  font-weight: 600;
}

.hook-title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: var(--paper);
  text-transform: uppercase;
}

/* Paint-reveal on green zone: white text */
.js .experience-zone .hook-title {
  color: transparent;
  background: linear-gradient(90deg, var(--paper) 50%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-position-x: 100%;
}

.hook-copy {
  display: block;
  color: rgba(247, 248, 244, 0.72);
  line-height: 1.55;
  font-size: 0.95rem;
  max-width: 32rem;
  margin: 0;
}

.hook:hover::before,
.hook:focus-visible::before {
  background: var(--lime);
  transform: scale(1.15);
}

.hook:hover .hook-title,
.hook:focus-visible .hook-title {
  color: var(--lime) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

@media (min-width: 800px) {
  .hook {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 2.25rem 0 2.25rem 2rem;
  }

  .hook-num {
    width: 17%;
    flex-shrink: 0;
    margin-top: 0.25rem;
  }

  .hook-title {
    width: 48%;
    flex-shrink: 0;
    padding-right: 2rem;
  }

  .hook-copy {
    width: 35%;
    max-width: none;
  }
}

.about-block {
  padding: 6rem 0 5.5rem;
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(104, 167, 73, 0.04), transparent 50%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='ab'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.14 0 0 0 0 0.17 0 0 0 0 0.11 0 0 0 0.24 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23ab)'/%3E%3C/svg%3E");
  background-size: auto, 140px 140px;
  background-blend-mode: normal, multiply;
  border-top: 4px solid var(--lime);
}

.about-grid {
  display: grid;
  gap: 1.75rem;
}

.about-copy p {
  color: var(--char);
  line-height: 1.7;
  margin: 0 0 1rem;
}

.about-mark {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink) !important;
}

.about-photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
  }

  .about-photo {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

/* Grades catalog */
.grades {
  padding: 4.5rem 0 5rem;
  background: var(--ink);
  color: var(--paper);
}

.grades .display {
  max-width: 18ch;
}

.grades-head {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.grades-lead {
  max-width: 32rem;
  color: rgba(247, 248, 244, 0.62);
  line-height: 1.65;
  margin: 0;
}

@media (min-width: 900px) {
  .grades-head {
    grid-template-columns: 1.2fr 1fr;
    align-items: end;
  }
}

.grades-layout {
  display: grid;
  gap: 1.5rem;
}

.grade-group {
  margin: 1.25rem 0 0.4rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(198, 219, 68, 0.85);
}

.grade-group:first-child {
  margin-top: 0;
}

.grade-item {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 0.5rem;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--hair-light);
  color: var(--paper);
  padding: 0.7rem 0.35rem;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  align-items: start;
}

.grade-item small {
  grid-row: 1 / span 2;
  color: rgba(247, 248, 244, 0.4);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  padding-top: 0.2rem;
}

.grade-item span {
  grid-column: 2;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(247, 248, 244, 0.5);
}

.grade-item::after {
  content: "";
  grid-column: 3;
  grid-row: 1 / span 2;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.45rem;
  border-right: 1.5px solid rgba(247, 248, 244, 0.45);
  border-bottom: 1.5px solid rgba(247, 248, 244, 0.45);
  transform: rotate(45deg);
  transition: transform 220ms var(--ease), border-color 220ms var(--ease);
  align-self: start;
}

.grade-item:hover,
.grade-item.is-active {
  color: var(--lime);
}

.grade-item.is-active small,
.grade-item.is-active span {
  color: rgba(198, 219, 68, 0.75);
}

.grade-item.is-active::after {
  border-color: var(--lime);
}

.grade-item[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 0.7rem;
  border-color: var(--lime);
}

.grade-stage {
  min-width: 0;
}

.grade-stage img,
.grade-drop img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.grade-caption {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  color: rgba(247, 248, 244, 0.7);
  line-height: 1.5;
}

/* Mobile / tablet accordion panel — sits under the selected row */
.grade-drop {
  display: grid;
  grid-template-rows: 0fr;
  border-bottom: 1px solid var(--hair-light);
  transition: grid-template-rows 360ms var(--ease);
}

.grade-drop.is-open {
  grid-template-rows: 1fr;
}

.grade-drop-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 0.35rem;
}

.grade-drop.is-open .grade-drop-inner {
  padding: 0.85rem 0.35rem 1.1rem;
}

.grade-drop-close {
  margin-top: 0.85rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--lime);
  font: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.grades-note {
  margin: 2rem 0 0;
  font-size: 0.9rem;
  color: rgba(247, 248, 244, 0.55);
}

.grades-note a {
  color: var(--lime);
}

@media (max-width: 959px) {
  .grade-stage {
    display: none;
  }
}

@media (min-width: 960px) {
  .grades-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 2.5rem;
    align-items: start;
  }

  .grade-stage {
    position: sticky;
    top: calc(var(--nav-h) + 16px);
  }

  .grade-drop {
    display: none !important;
  }

  .grade-item::after {
    display: none;
  }

  .grade-item {
    grid-template-columns: 2rem 1fr;
  }
}

/* Journey — one pin, fibre route */
.journey {
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}

.journey-pin {
  min-height: 100%;
  position: relative;
}

.journey-head {
  padding-top: 0.75rem;
}

.journey .section-index {
  color: var(--lime);
}

.journey-head-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  align-items: end;
  margin-bottom: 0.85rem;
}

.journey-head .display {
  color: var(--paper);
  margin: 0;
  font-size: clamp(1.75rem, 3.6vw, 2.85rem);
}

.journey-now {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime);
  font-weight: 600;
}

.journey-track {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 1.25rem 2.5rem;
}

.journey-panel {
  min-width: 0;
}

.journey-photo {
  margin: 0 0 0.75rem;
  overflow: hidden;
  border-radius: var(--radius);
}

.journey-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 42vh;
  object-fit: cover;
}

.journey-kicker {
  margin: 0 0 0.3rem;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lime);
}

.journey-panel h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.6vw, 1.75rem);
  letter-spacing: -0.03em;
}

.journey-panel p {
  margin: 0;
  max-width: 36rem;
  color: rgba(247, 248, 244, 0.65);
  line-height: 1.5;
  font-size: 0.92rem;
}

@media (min-width: 960px) {
  .journey-pin {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--nav-h));
    max-height: calc(100vh - var(--nav-h));
    box-sizing: border-box;
    padding-bottom: 0.5rem;
  }

  .journey-track {
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    gap: 0;
    padding: 0 4vw 1.25rem;
    align-items: flex-start;
    min-height: 0;
  }

  .journey-panel {
    width: min(58vw, 640px);
    max-width: 640px;
    padding-right: 2.5rem;
    box-sizing: border-box;
  }

  .journey-card {
    display: flex;
    flex-direction: column;
    background: rgba(44, 50, 46, 0.85);
    border: 1px solid rgba(198, 219, 68, 0.18);
    padding: 0.9rem 0.9rem 1rem;
    transform-origin: center center;
    max-height: calc(100vh - var(--nav-h) - 7.5rem);
  }

  .journey-card:nth-child(odd) {
    transform: rotate(-1.5deg);
  }

  .journey-card:nth-child(even) {
    transform: rotate(1.25deg);
  }

  .journey-photo {
    flex: 0 1 auto;
    margin: 0 0 0.65rem;
    min-height: 0;
  }

  .journey-photo img {
    height: min(34vh, 280px);
    max-height: min(34vh, 280px);
    aspect-ratio: auto;
    width: 100%;
  }

  .journey-panel h3,
  .journey-panel > p,
  .journey-kicker {
    flex-shrink: 0;
  }
}

.expand {
  background: var(--ink);
  padding: 0 0 4rem;
}

.expand-frame {
  width: min(92%, 420px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
}

.expand-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Marquee — horizontal grade ticker */
.marquee-strip {
  background: var(--ink);
  color: var(--paper);
  padding: 1.25rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(198, 219, 68, 0.2);
  border-bottom: 1px solid rgba(198, 219, 68, 0.2);
}

.marquee-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  will-change: transform;
}

.marquee-track span {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(247, 248, 244, 0.35);
}

.marquee-track span:nth-child(odd) {
  color: var(--lime);
  -webkit-text-stroke: 0;
}

/* Trade accordion */
.trade {
  padding: 5.5rem 0 6rem;
  background-color: var(--paper);
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='tr'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.14 0 0 0 0 0.17 0 0 0 0 0.11 0 0 0 0.24 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23tr)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
  background-blend-mode: multiply;
}

.trade-lead {
  max-width: 34rem;
  color: var(--char);
  line-height: 1.65;
  margin: 0 0 2.5rem;
  font-size: 1.05rem;
}

.trade-row {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 0.5rem 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--hair);
  cursor: pointer;
  align-items: start;
}

.trade-row:last-child {
  border-bottom: 1px solid var(--hair);
}

.trade-num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--deep-green);
  padding-top: 0.45rem;
  font-weight: 700;
}

.trade-row h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.75rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.trade-mark {
  color: var(--deep-green);
  font-size: 1.1rem;
  line-height: 1;
}

.trade-body {
  grid-column: 2 / 3;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  color: var(--char);
  line-height: 1.55;
  font-size: 0.95rem;
}

.trade-row.is-open .trade-body {
  max-height: 8rem;
  margin-top: 0.4rem;
}

.trade-row.is-open .trade-mark {
  transform: rotate(45deg);
}

/* Why */
.why {
  padding: 5.5rem 0 6rem;
  background: var(--ink);
  color: var(--paper);
}

.why .section-index {
  color: var(--lime);
}

.why .display {
  color: var(--paper);
}

.why-grid {
  display: grid;
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(198, 219, 68, 0.2);
}

.why-item {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(198, 219, 68, 0.15);
}

.why-item h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--paper);
}

.why-item p {
  margin: 0;
  color: rgba(247, 248, 244, 0.65);
  line-height: 1.6;
  max-width: 28rem;
}

@media (min-width: 800px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-item:nth-child(odd) {
    padding-right: 1.75rem;
    border-right: 1px solid rgba(198, 219, 68, 0.15);
  }

  .why-item:nth-child(even) {
    padding-left: 1.75rem;
  }
}

/* Ink wall — full-bleed typographic statement */
.ink-wall {
  background: var(--ink);
  color: var(--paper);
  padding: 7rem 0 8rem;
  overflow: hidden;
}

.ink-wall .section-index {
  color: var(--lime);
}

.ink-wall-title {
  font-size: clamp(2.4rem, 5.8vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  max-width: 22ch;
  margin: 1.5rem 0 0;
}

.ink-em {
  font-style: normal;
  color: var(--lime);
}

/* Contact */
.contact {
  padding: 4.5rem 0 5.5rem;
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(198, 219, 68, 0.05), transparent 55%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='ct'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.14 0 0 0 0 0.17 0 0 0 0 0.11 0 0 0 0.24 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23ct)'/%3E%3C/svg%3E");
  background-size: auto, 140px 140px;
  background-blend-mode: normal, multiply;
}

.contact-lead {
  max-width: 34rem;
  color: var(--char);
  line-height: 1.65;
  margin: 0 0 1.75rem;
}

.contact-paths {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 2.75rem;
}

.contact-path {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--hair);
  border-left: 3px solid var(--lime);
  text-decoration: none;
  color: inherit;
  transition: background 200ms var(--ease), border-color 200ms var(--ease);
}

.contact-path:hover,
.contact-path:focus-visible {
  background: var(--mist);
  border-color: var(--deep-green);
  border-left-color: var(--lime);
}

.contact-path-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--deep-green);
}

.contact-path-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
}

.contact-path-copy {
  font-size: 0.92rem;
  color: var(--char);
  line-height: 1.5;
  max-width: 36rem;
}

@media (min-width: 800px) {
  .contact-paths {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.contact-grid {
  display: grid;
  gap: 2.5rem;
}

.contact-list {
  margin: 1.25rem 0 0;
}

.contact-list dt {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--char);
  margin-top: 1rem;
}

.contact-list dd {
  margin: 0.25rem 0 0;
}

.contact-list a {
  color: var(--ink);
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--deep-green);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1.1rem;
}

.field span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--char);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  padding: 0.55rem 0;
  font-size: 1rem;
  border-radius: 0;
}

.field textarea {
  min-height: 7rem;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--lime);
  box-shadow: 0 1px 0 var(--lime);
}

.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note,
.form-status {
  font-size: 0.8rem;
  color: var(--char);
  margin-top: 0.85rem;
}

.form-status.is-ok {
  color: var(--deep-green);
}

.form-status.is-err {
  color: #a33;
}

.form-note a {
  color: var(--deep-green);
  text-decoration: none;
}

.form-note a:hover {
  color: var(--natural);
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 3.5rem 0 1.75rem;
}

.footer-top {
  display: grid;
  gap: 2rem;
}

.footer-brand img {
  height: 44px;
  width: auto;
  margin-bottom: 0.75rem;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav a,
.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--lime);
}

.footer-addr {
  font-size: 0.85rem;
  color: rgba(247, 248, 244, 0.6);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--hair-light);
  font-size: 0.8rem;
  color: rgba(247, 248, 244, 0.5);
}

@media (min-width: 800px) {
  .footer-top {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}

/* ─── Global scroll-progress bar ─────────────────────────── */
.scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: var(--lime);
  z-index: 110;
  pointer-events: none;
  transform-origin: left center;
  will-change: width;
}

/* WhatsApp — fixed bottom-right */
.whatsapp-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0 1rem 0 0.85rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(26, 29, 27, 0.22);
  transition: transform 200ms var(--ease), background 200ms var(--ease);
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .whatsapp-float-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }
}

/* ─── Journey horizontal progress bar ────────────────────── */
.journey-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: var(--lime);
  z-index: 5;
  pointer-events: none;
  transition: none;
}

/* ─── Word span for ink-wall stagger ─────────────────────── */
.ink-word {
  display: inline-block;
}

/* Paint-reveal for ink-wall words (white on dark) */
.js .ink-word {
  color: transparent;
  background: linear-gradient(90deg, var(--paper) 50%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-position-x: 100%;
}

/* Paint-reveal for ink-em accent phrase (lime) */
.js [data-ink-em] {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, var(--lime) 50%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-position-x: 100%;
}

/* ─── Reveal ──────────────────────────────────────────────── */
.js [data-hero-enter] {
  opacity: 0;
  transform: translateY(16px);
}

/* Fix: give reveal elements their initial hidden state */
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}

.js .reveal.is-in,
.reveal.is-in {
  opacity: 1;
  transform: none;
}

.reveal-2 {
  transition-delay: 80ms;
}

.reveal-3 {
  transition-delay: 140ms;
}

.reveal-4 {
  transition-delay: 200ms;
}

@media (max-width: 767px) {
  html,
  body {
    background-attachment: scroll, scroll, scroll;
  }

  .js .reveal {
    transform: none;
  }

  .brief .wrap::before {
    left: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal,
  .reveal,
  .btn,
  .nav-link::after,
  .trade-body,
  .loader,
  .film-cursor,
  .paint-line::after {
    transition: none;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .js [data-hero-enter] {
    opacity: 1;
    transform: none;
  }

  .hero-video {
    display: none !important;
  }

  .hero-photo .hero-poster {
    opacity: 1 !important;
  }

  .ink-word {
    opacity: 1 !important;
    transform: none !important;
  }

  /* Paint elements: reveal immediately under reduced-motion */
  .js .experience-zone .hook-title {
    color: var(--paper) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }

  .js .sc-paint {
    color: var(--deep-green) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }

  .highlight-line {
    transform: scaleX(1) !important;
  }

  .js .ink-word {
    color: var(--paper) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }

  .js [data-ink-em] {
    color: var(--lime) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }

  .hero.is-drawn .box-word,
  .box-word {
    background-size: 100% var(--bw), var(--bw) 100%, 100% var(--bw), var(--bw) 100% !important;
    animation: none !important;
  }

  .loader,
  .loader-ring {
    animation: none;
    display: none;
  }

  .media-wipe-cover {
    display: none;
  }

  .paint-line::after {
    width: 100%;
  }

  .marquee-track {
    transform: none !important;
  }

  .journey-card {
    transform: none !important;
  }

  .journey-track {
    transform: none !important;
  }

  .expand-frame {
    width: min(92%, 1100px) !important;
    border-radius: var(--radius) !important;
  }
}

@media print {
  .site-header,
  .mobile-nav,
  .hero,
  .brief,
  .about-block,
  .journey,
  .expand,
  .trade,
  .why,
  .statement,
  .contact,
  .site-footer,
  .grades-note,
  .skip-link,
  .grain,
  .whatsapp-float {
    display: none !important;
  }

  .grades {
    background: #fff;
    color: #111;
    padding: 0;
  }

  .grade-item,
  .grade-caption,
  .grades-lead,
  .display {
    color: #111 !important;
  }

  .grade-stage {
    position: static;
  }
}
