:root {
  --forest-950: #06150e;
  --forest-900: #081d13;
  --forest-850: #0b2518;
  --forest-800: #103222;
  --forest-700: #174c31;
  --leaf: #2b7b3c;
  --harvest: #f0bd2f;
  --harvest-deep: #d99f12;
  --paper: #f5f7f3;
  --white: #ffffff;
  --ink: #15221b;
  --muted: #647069;
  --line: #dce3dd;
  --shadow: 0 24px 70px rgba(4, 22, 13, 0.12);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--harvest);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--forest-950);
  background: var(--harvest);
  font-weight: 800;
}

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 21, 14, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  line-height: 1;
}

.brand img {
  width: 47px;
  height: 47px;
  object-fit: cover;
  border-radius: 9px;
}

.brand span {
  display: grid;
  gap: 5px;
}

.brand strong {
  font-size: 0.92rem;
  letter-spacing: 0.15em;
}

.brand small {
  color: var(--harvest);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 31px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-menu a {
  transition: color 180ms ease;
}

.nav-menu a:hover {
  color: var(--white);
}

.nav-menu .nav-cta {
  padding: 10px 18px;
  border: 1px solid rgba(240, 189, 47, 0.55);
  border-radius: 999px;
  color: var(--harvest);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  min-height: 760px;
  padding-top: 78px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 34%, rgba(43, 123, 60, 0.3), transparent 29%),
    radial-gradient(circle at 8% 90%, rgba(240, 189, 47, 0.08), transparent 25%),
    linear-gradient(122deg, var(--forest-950), var(--forest-900) 55%, #0c2a1b);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 78px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 189, 47, 0.5), transparent);
}

.hero-grid {
  min-height: 630px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 70px;
  padding: 68px 0 48px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--harvest);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  width: 31px;
  height: 2px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--leaf);
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(3.1rem, 6.6vw, 6.1rem);
  font-weight: 850;
  letter-spacing: -0.057em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 4.4vw, 4.2rem);
  font-weight: 850;
  letter-spacing: -0.045em;
}

h3 {
  font-size: 1.22rem;
  letter-spacing: -0.018em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button svg,
.contact-link svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.button-primary:hover {
  background: #ffd04b;
}

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

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.hero-mark {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-mark::before,
.hero-mark::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.hero-mark::before {
  width: 510px;
  height: 510px;
}

.hero-mark::after {
  width: 390px;
  height: 390px;
  border-color: rgba(240, 189, 47, 0.22);
}

.hero-logo-frame {
  width: min(360px, 75vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 50, 34, 0.94), rgba(6, 21, 14, 0.55) 68%, transparent 69%);
}

.hero-logo-frame img {
  width: 82%;
  height: 82%;
  object-fit: cover;
  border-radius: 20%;
}

.hero-stamp {
  position: absolute;
  right: -2px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(7, 27, 18, 0.88);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.hero-stamp strong {
  color: var(--harvest);
  font-size: 2.25rem;
  line-height: 1;
}

.hero-stamp span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-rail {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 14px 24px;
  color: var(--forest-950);
  background: var(--harvest);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.22em;
}

.hero-rail i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(6, 21, 14, 0.42);
}

.history {
  background: var(--white);
}

.history-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 110px;
  align-items: start;
}

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

.section-heading strong {
  color: var(--ink);
}

.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 74px;
  width: 2px;
  background: var(--line);
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 34px;
  min-height: 122px;
}

.timeline li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 69px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 0 1px var(--leaf);
}

.timeline time {
  padding-top: 3px;
  color: var(--leaf);
  font-size: 0.94rem;
  font-weight: 900;
}

.timeline h3 {
  margin-bottom: 8px;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.timeline .timeline-featured::before {
  background: var(--harvest);
  box-shadow: 0 0 0 1px var(--harvest), 0 0 0 7px rgba(240, 189, 47, 0.13);
}

.timeline-featured time {
  color: var(--harvest-deep);
}

.growth {
  background:
    radial-gradient(circle at 10% 10%, rgba(43, 123, 60, 0.08), transparent 28%),
    linear-gradient(180deg, #f5f7f3, #edf2ed);
}

.growth .section-heading {
  max-width: 850px;
  margin-bottom: 54px;
}

.growth-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
}

.growth-era {
  position: relative;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 55px rgba(13, 39, 25, 0.08);
  overflow: hidden;
}

.growth-era::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--leaf);
}

.growth-era-now {
  margin-top: 66px;
  border-color: rgba(43, 123, 60, 0.32);
  box-shadow: 0 28px 75px rgba(13, 39, 25, 0.14);
}

.growth-era-now::before {
  background: var(--harvest);
}

.growth-era-copy {
  padding: 15px 10px 12px;
}

.growth-label {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 5px 11px;
  border-radius: 999px;
  color: var(--white);
  background: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.growth-era-now .growth-label {
  color: var(--forest-950);
  background: var(--harvest);
}

.growth-era-copy h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.growth-era-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.growth-feature,
.growth-thumbs figure {
  margin: 0;
  border-radius: 15px;
  background: #dfe6df;
  overflow: hidden;
}

.growth-feature {
  aspect-ratio: 16 / 10;
}

.growth-feature img,
.growth-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.growth-feature:hover img,
.growth-thumbs figure:hover img {
  transform: scale(1.025);
}

.growth-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 9px;
}

.growth-thumbs figure {
  aspect-ratio: 4 / 3;
  border-radius: 11px;
}

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

.section-heading-row {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 58px;
}

.section-heading-row h2 {
  margin-bottom: 0;
}

.section-heading-row > p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.61) !important;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.solution-card {
  position: relative;
  min-width: 0;
  min-height: 270px;
  padding: 28px 25px 25px;
  border: 0;
  background: rgba(6, 21, 14, 0.82);
  transition: background 220ms ease, transform 220ms ease;
}

.solution-card:last-child {
  border: 0;
}

.solution-card:hover {
  background: rgba(255, 255, 255, 0.065);
}

.card-number {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.solution-icon {
  width: 42px;
  height: 42px;
  margin: 44px 0 26px;
  fill: none;
  stroke: var(--harvest);
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-card h3 {
  margin-bottom: 12px;
  line-height: 1.16;
}

.solution-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.94rem;
  line-height: 1.52;
}

.showcase {
  background: var(--white);
}

.showcase-heading > p {
  color: var(--muted) !important;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 14px;
}

.showcase-card {
  position: relative;
  grid-column: span 4;
  min-width: 0;
  margin: 0;
  border-radius: 17px;
  background: var(--forest-900);
  box-shadow: 0 18px 42px rgba(13, 39, 25, 0.11);
  isolation: isolate;
  overflow: hidden;
}

.showcase-card-wide {
  grid-column: span 8;
  grid-row: span 2;
}

.showcase-card-tall {
  grid-column: span 4;
  grid-row: span 2;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  z-index: 1;
  background: linear-gradient(transparent, rgba(3, 13, 8, 0.86));
  pointer-events: none;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.showcase-card:hover img {
  transform: scale(1.035);
}

.showcase-card figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding: 22px;
  color: var(--white);
}

.showcase-card figcaption span,
.video-copy > span {
  color: var(--harvest);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.showcase-card figcaption strong {
  font-size: 1rem;
  line-height: 1.3;
}

.showcase-card-wide figcaption strong,
.showcase-card-tall figcaption strong {
  font-size: 1.22rem;
}

.video-intro {
  max-width: 720px;
  margin: 72px 0 30px;
}

.video-intro .eyebrow {
  margin-bottom: 14px;
}

.video-intro h3 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 16px;
  align-items: stretch;
}

.video-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: var(--white);
  background: var(--forest-950);
  box-shadow: 0 20px 55px rgba(4, 22, 13, 0.13);
  overflow: hidden;
}

.video-frame {
  height: 390px;
  display: grid;
  place-items: center;
  background: #020705;
  overflow: hidden;
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.video-copy {
  padding: 25px 27px 27px;
}

.video-copy h3 {
  margin: 8px 0 8px;
  font-size: 1.35rem;
}

.video-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
}

.brands {
  background:
    linear-gradient(rgba(11, 37, 24, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 37, 24, 0.024) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
}

.centered {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.centered > p:not(.eyebrow) {
  margin-inline: auto;
}

.centered-eyebrow {
  justify-content: center;
}

.brand-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
  box-shadow: 0 22px 55px rgba(13, 39, 25, 0.07);
  overflow: hidden;
}

.brand-mark {
  min-width: 0;
  min-height: 150px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 20px 18px 17px;
  background: #fff;
  transition: background 190ms ease;
}

.brand-mark:hover {
  background: #f9fbf8;
}

.brand-logo {
  width: 100%;
  height: 82px;
  display: grid;
  place-items: center;
}

.brand-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand-mark > span {
  color: var(--forest-800);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.brand-context {
  max-width: 980px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  text-align: center;
}

.brand-context strong {
  color: var(--forest-800);
}

.purpose {
  color: var(--white);
  background:
    radial-gradient(circle at 0 100%, rgba(240, 189, 47, 0.1), transparent 24%),
    linear-gradient(135deg, #103321, var(--forest-950));
}

.purpose-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 105px;
  align-items: start;
}

.purpose-intro {
  position: sticky;
  top: 122px;
}

.purpose-intro p:last-child {
  max-width: 510px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
}

.purpose-cards {
  display: grid;
  gap: 13px;
}

.purpose-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
}

.purpose-card > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-950);
  background: var(--harvest);
  font-size: 1.1rem;
  font-weight: 950;
}

.purpose-card h3 {
  margin: 4px 0 10px;
}

.purpose-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.61);
}

.contact {
  background: var(--paper);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  gap: 75px;
  padding: 64px;
  border-radius: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0, rgba(43, 123, 60, 0.45), transparent 35%),
    var(--forest-950);
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  max-width: 690px;
  margin-bottom: 18px;
}

.contact-panel > div:first-child > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.contact-actions {
  display: grid;
  align-content: center;
  gap: 12px;
}

.contact-link {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  transition: background 180ms ease, transform 180ms ease;
}

.contact-link:hover {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.1);
}

.contact-link small {
  display: block;
  margin-bottom: 4px;
  color: var(--harvest);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-link strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.96rem;
}

.site-footer {
  padding: 48px 0;
  color: rgba(255, 255, 255, 0.62);
  background: #030d08;
}

.footer-grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.footer-brand img {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  border-radius: 15px;
  object-fit: cover;
}

.footer-brand p,
.footer-meta p {
  margin-bottom: 4px;
  font-size: 0.85rem;
}

.footer-meta {
  text-align: right;
}

.footer-meta p:first-child {
  color: var(--white);
  font-weight: 800;
}

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

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1050px) {
  .hero-grid {
    gap: 25px;
  }

  .hero-mark::before {
    width: 420px;
    height: 420px;
  }

  .hero-mark::after {
    width: 320px;
    height: 320px;
  }

  .history-grid,
  .purpose-grid {
    gap: 65px;
  }

  .growth-grid {
    gap: 18px;
  }

  .growth-era-now {
    margin-top: 48px;
  }

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

  .showcase-grid {
    grid-auto-rows: 160px;
  }

  .video-frame {
    height: 350px;
  }

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

@media (max-width: 800px) {
  .section {
    padding: 82px 0;
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: block;
    cursor: pointer;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-menu {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 4px;
    padding: 90px 30px 35px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    color: var(--white);
    background: rgba(6, 21, 14, 0.98);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-menu a,
  .nav-menu .nav-cta {
    padding: 15px 7px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 1.35rem;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 96px 0 70px;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-mark {
    margin: 20px 0 10px;
  }

  .hero-mark::before {
    width: min(450px, 100vw);
    height: min(450px, 100vw);
  }

  .hero-mark::after {
    width: min(335px, 78vw);
    height: min(335px, 78vw);
  }

  .hero-stamp {
    right: max(0px, calc(50% - 225px));
  }

  .hero-rail {
    justify-content: flex-start;
    overflow: hidden;
  }

  .hero-rail span {
    white-space: nowrap;
  }

  .history-grid,
  .purpose-grid,
  .section-heading-row {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .growth-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .growth-era-now {
    margin-top: 0;
  }

  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .showcase-card,
  .showcase-card-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .showcase-card-wide {
    grid-column: span 2;
    grid-row: span 2;
  }

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

  .video-frame {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .video-card-vertical .video-frame {
    aspect-ratio: 16 / 10;
  }

  .section-heading-row {
    align-items: start;
    margin-bottom: 45px;
  }

  .purpose-intro {
    position: static;
  }

  .contact-panel {
    padding: 44px 34px;
  }
}

@media (max-width: 560px) {
  .container,
  .nav-wrap {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    height: 70px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .hero {
    padding-top: 70px;
  }

  .hero::before {
    top: 70px;
  }

  .hero-grid {
    padding-top: 72px;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    text-align: center;
  }

  .hero-logo-frame {
    width: min(300px, 78vw);
  }

  .hero-stamp {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -24px;
  }

  .hero-rail {
    gap: 20px;
  }

  .timeline::before {
    left: 51px;
  }

  .timeline li {
    grid-template-columns: 53px 1fr;
    gap: 25px;
    min-height: 137px;
  }

  .timeline li::before {
    left: 46px;
  }

  .growth-era {
    padding: 13px;
    border-radius: 19px;
  }

  .growth-era-copy {
    padding: 14px 7px 11px;
  }

  .growth-era-copy h3 {
    font-size: 1.35rem;
  }

  .growth-feature {
    aspect-ratio: 4 / 3;
  }

  .growth-thumbs {
    gap: 6px;
    margin-top: 6px;
  }

  .growth-thumbs figure {
    border-radius: 8px;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .showcase-card,
  .showcase-card-wide,
  .showcase-card-tall {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 4 / 3;
  }

  .showcase-card-wide {
    aspect-ratio: 16 / 10;
  }

  .showcase-card figcaption {
    padding: 18px;
  }

  .showcase-card-wide figcaption strong,
  .showcase-card-tall figcaption strong {
    font-size: 1.05rem;
  }

  .video-intro {
    margin-top: 56px;
  }

  .video-frame,
  .video-card-vertical .video-frame {
    aspect-ratio: 4 / 3;
  }

  .video-copy {
    padding: 21px;
  }

  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 16px;
  }

  .solution-card {
    min-height: 0;
    padding: 18px 15px 19px;
    border: 0;
  }

  .card-number {
    top: 13px;
    right: 13px;
    font-size: 0.68rem;
  }

  .solution-icon {
    width: 36px;
    height: 36px;
    margin: 24px 0 18px;
  }

  .solution-card h3 {
    margin-bottom: 9px;
    font-size: 1rem;
    line-height: 1.18;
  }

  .solution-card p {
    font-size: 0.875rem;
    line-height: 1.46;
  }

  .brand-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 16px;
  }

  .brand-mark {
    min-height: 112px;
    gap: 8px;
    padding: 13px 10px 11px;
  }

  .brand-logo {
    height: 60px;
  }

  .brand-mark > span {
    font-size: 0.7rem;
  }

  .brand-context {
    margin-top: 18px;
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .purpose-card {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .contact {
    padding: 0;
  }

  .contact .container {
    width: 100%;
  }

  .contact-panel {
    padding: 72px 20px;
    border-radius: 0;
  }

  .footer-grid {
    display: grid;
    align-items: start;
  }

  .footer-meta {
    text-align: left;
  }
}
