/*
Theme Name: Tấn Tài Agriculture
Theme URI: https://tantailand.vn
Author: Tấn Tài
Description: Premium company profile theme for sustainable Vietnamese agriculture.
Version: 2.0.0
Text Domain: tan-tai-theme
*/

:root {
  --forest-950: #09251c;
  --forest-900: #0e3024;
  --forest-800: #154633;
  --forest-700: #1e6043;
  --forest-500: #4b8a5d;
  --leaf: #9dbb68;
  --lime: #cfda8c;
  --cream: #f2efe5;
  --paper: #fbfaf5;
  --sand: #dfd5c2;
  --clay: #b6845a;
  --ink: #173127;
  --muted: #63736a;
  --white: #fff;
  --border: rgba(23, 49, 39, 0.14);
  --shadow: 0 24px 70px rgba(9, 37, 28, 0.13);
  --font-body: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Lora", Georgia, serif;
  --container: min(1280px, calc(100vw - 96px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  background: var(--lime);
  color: var(--forest-950);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  color: inherit;
  font: inherit;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.07;
}

h2 {
  font-size: clamp(2.55rem, 5vw, 5.4rem);
}

h2 em,
h1 em {
  color: var(--forest-500);
  font-weight: 500;
}

.dashicons {
  height: auto;
  width: auto;
}

.container-wide {
  margin-inline: auto;
  width: var(--container);
}

.section-space {
  padding-block: clamp(96px, 11vw, 172px);
}

.skip-link {
  background: var(--white);
  color: var(--forest-900);
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -100px;
  z-index: 9999;
}

.skip-link:focus {
  top: 16px;
}

.eyebrow {
  align-items: center;
  color: var(--forest-700);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.16em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.eyebrow > span {
  background: currentColor;
  height: 1px;
  width: 34px;
}

.eyebrow-light {
  color: var(--lime);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  margin-bottom: clamp(64px, 8vw, 112px);
}

.section-heading > p {
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 540px;
}

.section-heading-light {
  color: var(--white);
}

.section-heading-light > p {
  color: rgba(255, 255, 255, 0.62);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 14px;
  justify-content: center;
  letter-spacing: 0.06em;
  min-height: 56px;
  padding: 14px 25px;
  text-transform: uppercase;
  transition: background-color 0.35s var(--ease), border-color 0.35s var(--ease), color 0.35s var(--ease), transform 0.35s var(--ease);
}

.button .dashicons,
.text-link .dashicons {
  font-size: 18px;
  transition: transform 0.35s var(--ease);
}

.button:hover {
  transform: translateY(-3px);
}

.button:hover .dashicons,
.text-link:hover .dashicons {
  transform: translate(3px, -3px);
}

.button-primary {
  background: var(--lime);
  color: var(--forest-950);
}

.button-primary:hover {
  background: var(--white);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
}

.button-dark {
  background: var(--forest-900);
  color: var(--white);
}

.button-dark:hover {
  background: var(--forest-700);
}

.text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--forest-800);
  display: inline-flex;
  font-size: 0.83rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.04em;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.text-link-light {
  color: var(--lime);
}

/* Header */
.site-header {
  color: var(--white);
  left: 0;
  padding-top: 8px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
  z-index: 1000;
}

.site-header.is-scrolled {
  background: rgba(9, 37, 28, 0.94);
  box-shadow: 0 12px 40px rgba(5, 20, 15, 0.18);
  padding-top: 0;
  position: fixed;
  backdrop-filter: blur(18px);
}

body:not(.home) .site-header {
  background: var(--forest-950);
  position: relative;
}

.header-shell {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  min-height: 88px;
  transition: min-height 0.35s ease;
  width: var(--container);
}

.is-scrolled .header-shell {
  border-bottom-color: transparent;
  min-height: 72px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 12px;
}

.brand-mark {
  border: 1px solid rgba(207, 218, 140, 0.7);
  border-radius: 50%;
  display: block;
  height: 43px;
  overflow: hidden;
  position: relative;
  width: 43px;
}

.brand-seed {
  background: var(--lime);
  border-radius: 50% 0 50% 50%;
  bottom: 7px;
  height: 12px;
  left: 15px;
  position: absolute;
  transform: rotate(-45deg);
  width: 12px;
}

.brand-leaf {
  border: 1.5px solid var(--lime);
  border-radius: 100% 0 100% 0;
  position: absolute;
}

.brand-leaf-one {
  height: 16px;
  left: 9px;
  top: 9px;
  transform: rotate(-18deg);
  width: 10px;
}

.brand-leaf-two {
  height: 18px;
  right: 9px;
  top: 7px;
  transform: rotate(80deg);
  width: 11px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  font-size: 1.08rem;
  letter-spacing: 0.11em;
  line-height: 1.15;
}

.brand-copy small {
  color: var(--lime);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.primary-nav,
.nav-links {
  align-items: center;
  display: flex;
}

.primary-nav {
  gap: clamp(22px, 2.6vw, 42px);
}

.nav-links {
  gap: clamp(18px, 2vw, 32px);
  list-style: none;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  font-weight: 500;
  position: relative;
}

.nav-links a::after {
  background: var(--lime);
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease);
  width: 100%;
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.05em;
  padding: 11px 15px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.header-cta:hover {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--forest-950);
}

.header-cta .dashicons {
  font-size: 16px;
}

.nav-toggle {
  display: none;
  height: 44px;
  position: relative;
  width: 44px;
  z-index: 1001;
}

.nav-toggle span {
  background: currentColor;
  height: 1px;
  left: 8px;
  position: absolute;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  width: 28px;
}

.nav-toggle span:nth-child(1) { top: 13px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 29px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* Hero */
.hero {
  color: var(--white);
  min-height: max(760px, 100svh);
  overflow: hidden;
  position: relative;
}

.hero-media,
.hero-shade,
.hero-grain {
  inset: 0;
  position: absolute;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.03);
  width: 100%;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(6, 30, 22, 0.94) 0%, rgba(8, 35, 25, 0.76) 40%, rgba(8, 35, 25, 0.24) 75%, rgba(8, 35, 25, 0.28) 100%), linear-gradient(0deg, rgba(5, 28, 20, 0.7), transparent 45%);
}

.hero-grain {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.28;
  pointer-events: none;
}

.hero-content {
  align-items: center;
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  min-height: max(680px, calc(100svh - 130px));
  padding-bottom: 150px;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 890px;
}

.hero h1 {
  font-size: clamp(3.6rem, 7.3vw, 7.8rem);
  margin-bottom: 30px;
}

.hero h1 em {
  color: var(--lime);
}

.hero-copy > p {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 300;
  max-width: 700px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.glass-panel {
  backdrop-filter: blur(16px);
  background: rgba(10, 46, 33, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-note {
  align-self: end;
  margin-bottom: 66px;
  padding: 30px;
  position: relative;
}

.hero-note-index {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  position: absolute;
  right: 24px;
  top: 20px;
}

.hero-note > .dashicons {
  color: var(--lime);
  font-size: 42px;
  margin-bottom: 40px;
}

.hero-note p {
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-note strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.35;
}

.hero-metrics {
  background: rgba(8, 39, 28, 0.9);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  right: 0;
  width: min(1010px, 80vw);
  z-index: 3;
  backdrop-filter: blur(16px);
}

.metric {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 130px;
  padding: 27px 26px 22px;
}

.metric strong {
  color: var(--lime);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 13px;
}

.metric span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 0.67rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-scroll {
  bottom: 32px;
  font-size: 0.59rem;
  font-weight: 600;
  left: max(24px, calc((100vw - min(1280px, calc(100vw - 96px))) / 2));
  letter-spacing: 0.15em;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.hero-scroll span {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  height: 48px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  width: 1px;
}

.hero-scroll span::after {
  animation: scroll-line 2s ease-in-out infinite;
  background: var(--lime);
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: -50%;
  width: 100%;
}

@keyframes scroll-line {
  0% { transform: translateY(0); }
  100% { transform: translateY(300%); }
}

/* Intro */
.intro {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  gap: 5vw;
  grid-template-columns: 100px minmax(0, 1.2fr) minmax(280px, 0.55fr);
}

.section-number {
  color: var(--forest-500);
  font-family: var(--font-display);
  font-size: 1.2rem;
  padding-top: 61px;
}

.intro-heading h2 {
  font-size: clamp(2.8rem, 5.4vw, 5.8rem);
}

.intro-copy {
  align-self: end;
  padding-bottom: 7px;
}

.intro-copy p {
  color: var(--muted);
  margin-bottom: 20px;
}

.intro-copy .lead {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 500;
}

.intro-copy .text-link {
  margin-top: 16px;
}

.story-visuals {
  align-items: end;
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.55fr) minmax(180px, 0.35fr);
  margin-top: clamp(72px, 10vw, 140px);
}

.story-image {
  overflow: hidden;
}

.story-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
  width: 100%;
}

.story-image:hover img {
  transform: scale(1.045);
}

.story-image-main {
  aspect-ratio: 1.45 / 1;
}

.story-image figcaption {
  color: var(--muted);
  font-size: 0.7rem;
  margin-top: 12px;
}

.story-visuals blockquote {
  border-top: 1px solid var(--border);
  padding-top: 42px;
}

.quote-mark {
  color: var(--leaf);
  display: block;
  font-family: var(--font-display);
  font-size: 6rem;
  height: 60px;
  line-height: 1;
}

.story-visuals blockquote p {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
  line-height: 1.25;
}

.story-visuals blockquote cite {
  color: var(--muted);
  display: block;
  font-size: 0.62rem;
  font-style: normal;
  letter-spacing: 0.11em;
  margin-top: 22px;
  text-transform: uppercase;
}

.story-image-small {
  aspect-ratio: 0.82 / 1;
  margin-bottom: 38px;
}

/* Capabilities */
.capabilities {
  background: var(--forest-950);
  color: var(--white);
  position: relative;
}

.capabilities::before {
  background: linear-gradient(120deg, transparent 0 68%, rgba(255, 255, 255, 0.025) 68% 69%, transparent 69%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.capability-grid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.capability-card {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  min-height: 420px;
  padding: 32px;
  position: relative;
  transition: background-color 0.45s var(--ease);
}

.capability-card:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.capability-card:hover {
  background: var(--forest-800);
}

.capability-index {
  color: rgba(255, 255, 255, 0.35);
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  margin-bottom: 76px;
}

.capability-card > .dashicons {
  color: var(--lime);
  display: block;
  font-size: 43px;
  margin-bottom: 34px;
}

.capability-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 18px;
}

.capability-card p {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.84rem;
}

.card-line {
  background: var(--lime);
  bottom: -1px;
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s var(--ease);
  width: 100%;
}

.capability-card:hover .card-line {
  transform: scaleX(1);
  transform-origin: left;
}

.capability-proof {
  align-items: center;
  display: grid;
  gap: 5vw;
  grid-template-columns: minmax(240px, 0.6fr) minmax(320px, 1fr) 80px;
  padding-top: 84px;
}

.proof-number {
  align-items: end;
  display: flex;
  gap: 20px;
}

.proof-number strong {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: clamp(4rem, 8vw, 7.5rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.proof-number span,
.proof-copy span {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.proof-copy p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
  max-width: 640px;
}

.circle-link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  height: 76px;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  width: 76px;
}

.circle-link:hover {
  background: var(--lime);
  color: var(--forest-950);
  transform: rotate(-35deg);
}

/* Field feature */
.field-feature {
  background: var(--forest-900);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 720px;
}

.field-feature-media {
  min-height: 720px;
  overflow: hidden;
}

.field-feature-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.field-feature-panel {
  align-self: center;
  color: var(--white);
  padding: clamp(60px, 8vw, 130px);
}

.field-feature-panel h2 {
  font-size: clamp(2.8rem, 4.8vw, 5.4rem);
  margin-bottom: 28px;
}

.field-feature-panel > p {
  color: rgba(255, 255, 255, 0.63);
  max-width: 600px;
}

.feature-stat-row {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  padding-top: 32px;
}

.feature-stat-row strong {
  color: var(--lime);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  font-weight: 500;
}

.feature-stat-row span {
  color: rgba(255, 255, 255, 0.57);
  display: block;
  font-size: 0.64rem;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Process */
.process {
  background: var(--cream);
}

.process-list {
  border-top: 1px solid var(--border);
}

.process-item {
  border-bottom: 1px solid var(--border);
}

.process-item button {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 80px 1fr 44px;
  min-height: 118px;
  text-align: left;
  width: 100%;
}

.process-number {
  color: var(--forest-500);
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.process-item h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 500;
  transition: color 0.3s ease, transform 0.3s var(--ease);
}

.process-item button:hover h3,
.process-item.is-active h3 {
  color: var(--forest-700);
  transform: translateX(10px);
}

.process-toggle {
  border: 1px solid var(--border);
  border-radius: 50%;
  height: 42px;
  position: relative;
  width: 42px;
}

.process-toggle::before,
.process-toggle::after {
  background: var(--ink);
  content: "";
  height: 1px;
  left: 13px;
  position: absolute;
  top: 20px;
  transition: transform 0.3s ease;
  width: 15px;
}

.process-toggle::after {
  transform: rotate(90deg);
}

.process-item.is-active .process-toggle::after {
  transform: rotate(0);
}

.process-detail {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--ease);
}

.process-detail p {
  color: var(--muted);
  margin-left: 110px;
  max-width: 700px;
  overflow: hidden;
}

.process-item.is-active .process-detail {
  grid-template-rows: 1fr;
}

.process-item.is-active .process-detail p {
  padding-bottom: 36px;
}

.process-image-strip {
  height: 310px;
  margin-top: 86px;
  overflow: hidden;
  position: relative;
}

.process-image-strip::after {
  background: linear-gradient(90deg, rgba(8, 37, 28, 0.88), transparent 60%);
  content: "";
  inset: 0;
  position: absolute;
}

.process-image-strip img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-strip-copy {
  bottom: 30px;
  color: var(--white);
  display: flex;
  font-size: 0.65rem;
  font-weight: 600;
  gap: 32px;
  left: 34px;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.image-strip-copy span:not(:last-child)::after {
  color: var(--lime);
  content: "/";
  margin-left: 32px;
}

/* Technology */
.technology {
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.technology-copy {
  align-self: center;
  margin-left: max(48px, calc((100vw - min(1280px, calc(100vw - 96px))) / 2));
  padding-right: clamp(60px, 8vw, 140px);
}

.technology-copy h2 {
  margin-bottom: 28px;
}

.technology-copy > p {
  color: var(--muted);
  max-width: 600px;
}

.technology-list {
  border-top: 1px solid var(--border);
  list-style: none;
  margin-top: 52px;
}

.technology-list li {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 22px;
  grid-template-columns: 42px 1fr;
  padding-block: 24px;
}

.technology-list .dashicons {
  color: var(--forest-700);
  font-size: 31px;
}

.technology-list strong,
.technology-list small {
  display: block;
}

.technology-list strong {
  font-size: 0.93rem;
}

.technology-list small {
  color: var(--muted);
  font-size: 0.76rem;
  margin-top: 4px;
}

.technology-media {
  min-height: 850px;
  overflow: hidden;
  position: relative;
}

.technology-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.technology-media::after {
  background: linear-gradient(0deg, rgba(9, 37, 28, 0.4), transparent 45%);
  content: "";
  inset: 0;
  position: absolute;
}

.tech-overlay-card {
  backdrop-filter: blur(18px);
  background: rgba(9, 37, 28, 0.75);
  bottom: 0;
  color: var(--white);
  max-width: 330px;
  padding: 35px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.tech-overlay-card span,
.tech-overlay-card small {
  display: block;
}

.tech-overlay-card span {
  color: var(--lime);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tech-overlay-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-block: 18px;
}

.tech-overlay-card small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.68rem;
  line-height: 1.5;
}

/* Ecosystem */
.ecosystem {
  background: var(--paper);
}

.ecosystem-flow {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
}

.flow-item {
  align-items: center;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 28px 18px;
  text-align: center;
  transition: background-color 0.35s ease, color 0.35s ease, transform 0.35s var(--ease);
}

.flow-item:hover {
  background: var(--forest-800);
  color: var(--white);
  transform: translateY(-8px);
}

.flow-item > .dashicons {
  color: var(--forest-500);
  font-size: 38px;
  margin-bottom: 28px;
}

.flow-item:hover > .dashicons {
  color: var(--lime);
}

.flow-item strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
}

.flow-item small {
  color: var(--muted);
  font-size: 0.62rem;
  margin-top: 5px;
}

.flow-item:hover small {
  color: rgba(255, 255, 255, 0.6);
}

.flow-arrow {
  color: var(--leaf);
  font-size: 21px;
}

/* Gallery */
.production-gallery {
  background: var(--forest-950);
  display: grid;
  gap: 2px;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: repeat(2, minmax(330px, 42vw));
  padding: 2px;
}

.gallery-card {
  overflow: hidden;
  position: relative;
}

.gallery-card-large {
  grid-row: 1 / 3;
}

.gallery-card::after {
  background: linear-gradient(0deg, rgba(5, 29, 21, 0.8), transparent 55%);
  content: "";
  inset: 0;
  position: absolute;
}

.gallery-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
  width: 100%;
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-card figcaption {
  bottom: 28px;
  color: var(--white);
  display: flex;
  gap: 18px;
  left: 30px;
  position: absolute;
  z-index: 2;
}

.gallery-card figcaption span {
  color: var(--lime);
  font-size: 0.67rem;
}

.gallery-card figcaption strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
}

/* Projects */
.projects {
  background: var(--paper);
}

.projects-grid {
  display: grid;
  gap: 10vw;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.projects-intro h2 {
  font-size: clamp(2.7rem, 4.9vw, 5.3rem);
  margin-bottom: 30px;
}

.projects-intro > p {
  color: var(--muted);
  max-width: 540px;
}

.project-highlight {
  align-items: end;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 22px;
  margin-top: 60px;
  padding-top: 30px;
}

.project-highlight strong {
  color: var(--forest-700);
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.project-highlight span {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
  max-width: 210px;
}

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

.timeline-item {
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 38px;
  grid-template-columns: 105px 1fr;
  padding-block: 36px;
}

.timeline-year {
  color: var(--forest-500);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.timeline-item h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.timeline-item p {
  color: var(--muted);
  font-size: 0.83rem;
}

.partner-note {
  background: var(--cream);
  margin-top: 42px;
  padding: 30px;
}

.partner-note span {
  color: var(--forest-700);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-note p {
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-top: 10px;
}

/* Sustainability */
.sustainability {
  min-height: 950px;
  overflow: hidden;
  position: relative;
}

.sustainability-media,
.sustainability-media::after {
  inset: 0;
  position: absolute;
}

.sustainability-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sustainability-media::after {
  background: linear-gradient(90deg, rgba(8, 37, 27, 0.93) 0%, rgba(8, 37, 27, 0.68) 55%, rgba(8, 37, 27, 0.24));
  content: "";
}

.sustainability-content {
  align-items: center;
  display: flex;
  min-height: 950px;
  position: relative;
  z-index: 2;
}

.sustainability-panel {
  color: var(--white);
  max-width: 900px;
  padding-block: 100px;
}

.sustainability-panel h2 {
  font-size: clamp(3rem, 6vw, 6.6rem);
  margin-bottom: 70px;
}

.sustainability-panel h2 em {
  color: var(--lime);
}

.commitment-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.commitment-grid > div {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 230px;
  padding: 25px;
}

.commitment-grid span {
  color: var(--lime);
  display: block;
  font-size: 0.65rem;
  margin-bottom: 45px;
}

.commitment-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
}

.commitment-grid p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  margin-top: 12px;
}

/* Contact CTA */
.contact-cta {
  background: var(--lime);
}

.contact-cta-grid {
  align-items: end;
  display: grid;
  gap: 9vw;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
}

.contact-cta h2 {
  font-size: clamp(3rem, 5.5vw, 6rem);
}

.contact-cta h2 em {
  color: var(--forest-700);
}

.contact-cta-copy p {
  margin-bottom: 35px;
}

/* Footer */
.site-footer {
  background: var(--forest-950);
  color: var(--white);
}

.footer-top {
  display: grid;
  gap: clamp(40px, 6vw, 90px);
  grid-template-columns: 1.1fr 0.55fr 0.85fr 1.25fr;
  padding-block: 90px 74px;
}

.brand-footer {
  margin-bottom: 30px;
}

.footer-brand-block > p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  max-width: 330px;
}

.footer-column {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-label {
  color: var(--lime);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-column > a,
.footer-column > p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  transition: color 0.25s ease;
}

.footer-column > a:hover {
  color: var(--white);
}

.footer-contact a,
.footer-contact p {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.footer-contact .dashicons {
  color: var(--lime);
  flex-shrink: 0;
  font-size: 16px;
  margin-top: 5px;
}

.footer-action h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.45rem);
  letter-spacing: -0.03em;
  margin-bottom: 17px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  font-size: 0.6rem;
  justify-content: space-between;
  letter-spacing: 0.04em;
  padding-block: 24px;
}

/* Inner pages */
.inner-hero {
  color: var(--white);
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.inner-hero-media,
.inner-hero-media::after {
  inset: 0;
  position: absolute;
}

.inner-hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.inner-hero-media::after {
  background: linear-gradient(90deg, rgba(7, 34, 24, .93), rgba(7, 34, 24, .52) 62%, rgba(7, 34, 24, .25));
  content: "";
}

.inner-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 720px;
  position: relative;
  z-index: 2;
}

.inner-hero h1,
.generic-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7.5vw, 8.2rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.02;
  max-width: 1100px;
}

.inner-hero h1 em,
.generic-hero h1 em {
  color: var(--lime);
  font-weight: 500;
}

.inner-hero-content > p {
  color: rgba(255,255,255,.67);
  font-size: 1.02rem;
  margin-top: 30px;
  max-width: 650px;
}

.about-manifesto {
  display: grid;
  gap: 10vw;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
}

.about-manifesto h2 {
  font-size: clamp(2.8rem, 5vw, 5.3rem);
}

.rich-copy {
  align-self: end;
}

.rich-copy p {
  color: var(--muted);
  margin-bottom: 22px;
}

.rich-copy .lead {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.5;
}

.vision-mission {
  background: var(--forest-950);
  color: var(--white);
}

.vision-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
}

.vision-grid article {
  border: 1px solid rgba(255,255,255,.15);
  min-height: 560px;
  padding: clamp(40px, 6vw, 80px);
}

.vision-grid article > span {
  color: var(--lime);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vision-grid h2 {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  margin-block: 80px 30px;
}

.vision-grid p,
.vision-grid li {
  color: rgba(255,255,255,.6);
  font-size: .85rem;
}

.vision-grid ul {
  list-style: none;
}

.vision-grid li {
  border-top: 1px solid rgba(255,255,255,.13);
  padding-block: 13px;
}

.values-section {
  background: var(--cream);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.value-grid article {
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  min-height: 330px;
  padding: 32px;
}

.value-grid article:last-child {
  border-right: 1px solid var(--border);
}

.value-grid article > span {
  color: var(--forest-500);
  display: block;
  font-size: .65rem;
  margin-bottom: 78px;
}

.value-grid h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.value-grid p {
  color: var(--muted);
  font-size: .78rem;
}

.company-facts {
  background: var(--forest-800);
  color: var(--white);
}

.facts-grid {
  display: grid;
  gap: 10vw;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
}

.facts-grid h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
}

.facts-grid dl {
  border-top: 1px solid rgba(255,255,255,.16);
}

.facts-grid dl > div {
  border-bottom: 1px solid rgba(255,255,255,.16);
  display: grid;
  gap: 25px;
  grid-template-columns: 130px 1fr;
  padding-block: 22px;
}

.facts-grid dt {
  color: var(--lime);
  font-size: .65rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.facts-grid dd {
  color: rgba(255,255,255,.78);
  font-size: .86rem;
}

.land-overview {
  background: var(--paper);
}

.land-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.land-stat-grid article {
  border-left: 1px solid var(--border);
  min-height: 330px;
  padding: 38px 30px;
}

.land-stat-grid article:last-child {
  border-right: 1px solid var(--border);
}

.land-stat-grid strong {
  color: var(--forest-700);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.5vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1;
}

.land-stat-grid span {
  color: var(--leaf);
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-block: 8px 70px;
  text-transform: uppercase;
}

.land-stat-grid p {
  color: var(--muted);
  font-size: .78rem;
}

.land-story {
  background: var(--forest-900);
  color: var(--white);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
}

.land-story-media {
  min-height: 850px;
}

.land-story-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.land-story-copy {
  align-self: center;
  padding-inline: clamp(48px, 7vw, 120px);
}

.land-story-copy h2 {
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  margin-bottom: 50px;
}

.land-story-copy ol {
  list-style: none;
}

.land-story-copy li {
  border-top: 1px solid rgba(255,255,255,.15);
  display: grid;
  gap: 24px;
  grid-template-columns: 40px 1fr;
  padding-block: 22px;
}

.land-story-copy li > span {
  color: var(--lime);
  font-size: .66rem;
}

.land-story-copy strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
}

.land-story-copy p {
  color: rgba(255,255,255,.55);
  font-size: .73rem;
  margin-top: 5px;
}

.region-section {
  background: var(--cream);
}

.region-grid {
  display: grid;
  gap: 10vw;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.region-grid h2 {
  font-size: clamp(2.7rem, 4.7vw, 5rem);
}

.region-list {
  border-top: 1px solid var(--border);
}

.region-list > div {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 20px;
  grid-template-columns: 40px 150px 1fr;
  min-height: 100px;
}

.region-list span {
  color: var(--forest-500);
  font-size: .65rem;
}

.region-list strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
}

.region-list small {
  color: var(--muted);
  font-size: .7rem;
}

.generic-hero {
  background: var(--forest-950);
  color: var(--white);
  padding-block: clamp(110px, 14vw, 190px);
}

.editorial-content {
  font-size: 1rem;
  max-width: 900px;
}

.editorial-content > * + * {
  margin-top: 1.5em;
}

.editorial-content h2,
.editorial-content h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.25;
}

.editorial-content h2 { font-size: 2.5rem; }
.editorial-content h3 { font-size: 1.7rem; }
.editorial-content p,
.editorial-content li { color: var(--muted); }
.editorial-content ul,
.editorial-content ol { padding-left: 1.4em; }
.editorial-content a { color: var(--forest-700); text-decoration: underline; }

.posts-grid {
  display: grid;
  gap: 48px 30px;
  grid-template-columns: repeat(3, 1fr);
}

.post-card {
  border: 1px solid var(--border);
}

.post-card-media {
  align-items: center;
  aspect-ratio: 1.4 / 1;
  background: var(--cream);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.post-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
  width: 100%;
}

.post-card:hover .post-card-media img { transform: scale(1.04); }
.post-card-media > .dashicons { color: var(--leaf); font-size: 55px; }
.post-card-body { padding: 26px; }
.post-card-body > span { color: var(--forest-500); font-size: .62rem; letter-spacing: .08em; }
.post-card-body h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; letter-spacing: -.03em; margin-block: 14px; }
.post-card-body > div { color: var(--muted); font-size: .76rem; }
.post-card-body .text-link { margin-top: 24px; }

/* Motion */
.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal-ready [data-reveal="image"] {
  clip-path: inset(0 0 100% 0);
  opacity: 1;
  transform: none;
  transition: clip-path 1.15s var(--ease);
}

.reveal-ready [data-reveal="hero"] {
  transform: translateY(24px);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.reveal-ready [data-reveal="image"].is-visible {
  clip-path: inset(0 0 0 0);
}

/* Responsive */
@media (max-width: 1180px) {
  :root { --container: min(100% - 64px, 1160px); }
  .primary-nav { gap: 18px; }
  .nav-links { gap: 18px; }
  .nav-links a { font-size: 0.7rem; }
  .hero-content { grid-template-columns: minmax(0, 1.35fr) 250px; }
  .capability-card { min-height: 390px; padding: 26px; }
  .technology-copy { margin-left: 32px; padding-right: 60px; }
  .footer-top { grid-template-columns: 1fr 0.6fr 1fr; }
  .footer-action { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 36px; }
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .primary-nav {
    align-items: flex-start;
    background: var(--forest-950);
    flex-direction: column;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 100px 48px 48px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-18px);
    transition: opacity .35s ease, transform .35s var(--ease);
  }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-links { align-items: flex-start; flex-direction: column; gap: 16px; width: 100%; }
  .nav-links a { font-family: var(--font-display); font-size: clamp(2rem, 6vw, 3.5rem); }
  .header-cta { margin-top: 30px; }
  .hero-content { grid-template-columns: 1fr; padding-bottom: 210px; }
  .hero-note { display: none; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); width: min(700px, 88vw); }
  .metric { min-height: 96px; padding: 18px 22px; }
  .metric strong { font-size: 1.65rem; margin-bottom: 8px; }
  .metric span { font-size: .57rem; }
  .intro-grid { grid-template-columns: 60px 1fr; }
  .intro-copy { grid-column: 2; max-width: 650px; }
  .story-visuals { gap: 40px; grid-template-columns: 1.2fr .8fr; }
  .story-image-small { display: none; }
  .section-heading { align-items: start; gap: 35px; grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-card { min-height: 340px; }
  .capability-card:nth-child(2) { border-right: 1px solid rgba(255,255,255,.14); }
  .capability-proof { grid-template-columns: 1fr 1fr; }
  .capability-proof .circle-link { display: none; }
  .field-feature { grid-template-columns: 1fr; }
  .field-feature-media { min-height: 520px; }
  .technology { grid-template-columns: 1fr; }
  .technology-copy { margin-left: 32px; margin-right: 32px; padding-right: 0; }
  .technology-media { min-height: 650px; }
  .ecosystem-flow { grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; padding-bottom: 18px; }
  .flow-arrow { display: none; }
  .projects-grid { gap: 80px; grid-template-columns: 1fr; }
  .commitment-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-cta-grid { align-items: start; gap: 50px; grid-template-columns: 1fr; }
  .about-manifesto,
  .facts-grid,
  .region-grid { gap: 60px; grid-template-columns: 1fr; }
  .vision-grid { grid-template-columns: 1fr; }
  .vision-grid article { min-height: 470px; }
  .value-grid,
  .land-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid article:nth-child(2),
  .land-stat-grid article:nth-child(2) { border-right: 1px solid var(--border); }
  .land-story { grid-template-columns: 1fr; }
  .land-story-media { min-height: 600px; }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  :root { --container: calc(100vw - 40px); }
  body { font-size: 15px; }
  .section-space { padding-block: 88px; }
  .header-shell { min-height: 72px; }
  .brand-mark { height: 38px; width: 38px; }
  .brand-copy strong { font-size: .95rem; }
  .hero { min-height: 860px; }
  .hero-media img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(6,30,22,.93),rgba(8,35,25,.55)),linear-gradient(0deg,rgba(5,28,20,.88),transparent 70%); }
  .hero-content { align-items: start; min-height: 670px; padding-bottom: 200px; padding-top: 140px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-copy > p { font-size: .94rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); width: 100%; }
  .hero-scroll { display: none; }
  .metric { border-top: 1px solid rgba(255,255,255,.12); min-height: 94px; padding: 17px 20px; }
  .intro-grid { gap: 20px; grid-template-columns: 1fr; }
  .section-number { display: none; }
  .intro-copy { grid-column: 1; }
  .story-visuals { grid-template-columns: 1fr; }
  .story-image-main { aspect-ratio: 1 / .82; }
  .story-visuals blockquote { max-width: 400px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { border-right: 1px solid rgba(255,255,255,.14); min-height: 315px; }
  .capability-index { margin-bottom: 44px; }
  .capability-proof { gap: 50px; grid-template-columns: 1fr; }
  .proof-number strong { font-size: 5.5rem; }
  .field-feature-media { min-height: 400px; }
  .field-feature-panel { padding: 72px 20px; }
  .feature-stat-row { gap: 22px; grid-template-columns: 1fr; }
  .feature-stat-row div { border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 18px; }
  .process-item button { gap: 15px; grid-template-columns: 45px 1fr 42px; min-height: 100px; }
  .process-detail p { margin-left: 60px; }
  .process-image-strip { height: 250px; }
  .image-strip-copy { align-items: flex-start; flex-direction: column; gap: 3px; }
  .image-strip-copy span:not(:last-child)::after { content: none; }
  .technology-copy { margin: 0 20px; }
  .technology-media { min-height: 520px; }
  .tech-overlay-card { max-width: 280px; padding: 28px; }
  .ecosystem-flow { grid-template-columns: repeat(5, minmax(180px, 1fr)); margin-right: -20px; }
  .production-gallery { display: block; padding: 0; }
  .gallery-card { height: 62vw; min-height: 300px; border-bottom: 2px solid var(--forest-950); }
  .project-highlight { align-items: flex-start; flex-direction: column; }
  .timeline-item { gap: 18px; grid-template-columns: 1fr; }
  .sustainability, .sustainability-content { min-height: 1100px; }
  .sustainability-panel { padding-block: 80px; }
  .commitment-grid { grid-template-columns: 1fr; }
  .commitment-grid > div { min-height: 170px; }
  .commitment-grid span { margin-bottom: 28px; }
  .footer-top { gap: 48px; grid-template-columns: 1fr; }
  .footer-action { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .inner-hero,
  .inner-hero-content { min-height: 620px; }
  .inner-hero h1,
  .generic-hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .vision-grid article { min-height: auto; padding: 42px 24px; }
  .vision-grid h2 { margin-top: 50px; }
  .value-grid,
  .land-stat-grid { grid-template-columns: 1fr; }
  .value-grid article,
  .land-stat-grid article { border-right: 1px solid var(--border); min-height: 280px; }
  .land-stat-grid span { margin-bottom: 42px; }
  .facts-grid dl > div { grid-template-columns: 1fr; }
  .land-story-media { min-height: 420px; }
  .land-story-copy { padding-inline: 20px; }
  .region-list > div { align-items: start; gap: 8px; grid-template-columns: 35px 1fr; padding-block: 22px; }
  .region-list small { grid-column: 2; }
  .posts-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal-ready [data-reveal] { clip-path: none; opacity: 1; transform: none; }
}
