/* SWAMICORE V1 - rooted Indian agri export interface */

*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --ink-950: #07100b;
  --ink-900: #101812;
  --ink-800: #1b281c;
  --ink-700: #263827;
  --leaf-700: #1d6b3a;
  --leaf-600: #2f874d;
  --leaf-500: #5f9f4a;
  --leaf-100: #dce9d2;
  --citrus-500: #d5a524;
  --citrus-200: #f4dc8a;
  --clay-600: #8a4f2d;
  --earth-700: #5d3c27;
  --earth-300: #c6a375;
  --cream-50: #f7f1e6;
  --cream-100: #ece0cf;
  --stone-200: #d7c7ad;
  --stone-500: #756957;
  --white: #ffffff;

  --surface-dark: rgba(16, 24, 18, 0.82);
  --surface-light: rgba(247, 241, 230, 0.68);
  --border-dark: rgba(255, 255, 255, 0.13);
  --border-light: rgba(93, 60, 39, 0.2);
  --shadow-strong: 0 28px 70px rgba(3, 10, 8, 0.45);
  --shadow-soft: none;

  --font-body: "Anek Latin", "Segoe UI", sans-serif;
  --font-display: "Eczar", Georgia, serif;
  --font-hero: "Bowlby One SC", "Anek Latin", sans-serif;
  --container: 1180px;
  --gutter: 24px;
  --radius: 8px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream-50);
  color: var(--cream-50);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button,
a {
  touch-action: manipulation;
}

svg {
  width: 1.1em;
  height: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

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

::selection {
  background: var(--citrus-200);
  color: var(--ink-950);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 14px;
  background: var(--citrus-500);
  color: var(--ink-950);
  border-radius: var(--radius);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 10000;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--leaf-600), var(--citrus-500), var(--earth-700));
}

.liquid-glass-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.shell {
  width: 100%;
  max-width: calc(var(--container) + (var(--gutter) * 2));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 18px 0;
  transition: background 240ms ease, border-color 240ms ease, padding 240ms ease;
}

.site-header.scrolled,
.site-header.menu-active {
  padding: 18px 0;
  background: transparent;
  border-bottom: 0;
}

.nav-shell,
.nav-actions,
.brand,
.nav-links,
.hero-actions,
.button,
.text-link,
.input-row,
.footer-grid nav {
  display: flex;
  align-items: center;
}

.nav-shell {
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
  max-width: var(--container);
  min-height: 56px;
  padding-inline: 0;
  padding-block: 0;
  overflow: visible;
}

.brand {
  gap: 12px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.site-header .brand {
  position: relative;
  top: auto;
  left: auto;
  z-index: 2;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  object-fit: cover;
  background: var(--cream-50);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
}

.nav-links {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 1001;
  transform: translateX(-50%);
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 18px 44px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  overflow: hidden;
  isolation: isolate;
}

.nav-links::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 40%),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 2px 2px 0 -2px rgba(255, 255, 255, 0.7),
    inset 0 0 3px 1px rgba(255, 255, 255, 0.52);
  pointer-events: none;
}

.nav-links::after {
  display: none;
}

.nav-links a {
  position: relative;
  z-index: 2;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  border-bottom: 0;
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.nav-actions {
  position: fixed;
  top: 24px;
  right: max(var(--gutter), calc((100vw - var(--container)) / 2));
  z-index: 1002;
  gap: 10px;
}

.button,
.input-row button {
  min-height: 46px;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.menu-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

.menu-toggle::before {
  display: none;
}

.menu-toggle::after {
  display: none;
}

.menu-toggle span {
  position: relative;
  z-index: 1;
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

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

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 152px 0 32px;
  isolation: isolate;
  overflow: hidden;
}

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

.hero-media {
  z-index: -2;
  background: var(--ink-950);
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.06);
}

.hero-media::after {
  content: "";
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 9, 6, 1) 0%, rgba(7, 16, 11, 0.96) 28%, rgba(20, 15, 10, 0.7) 65%, rgba(7, 16, 11, 0.15) 100%),
    linear-gradient(0deg, rgba(4, 9, 6, 1) 0%, rgba(7, 16, 11, 0.95) 20%, rgba(7, 16, 11, 0) 60%),
    repeating-linear-gradient(0deg, rgba(247, 241, 230, 0.06) 0 1px, transparent 1px 22px);
}

.hero-grid {
  display: block;
}

.hero-copy {
  max-width: 780px;
  padding-top: 46px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--citrus-200);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

.hero h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-hero);
  font-size: 5.65rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.16rem;
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  min-width: 168px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.button-primary {
  color: var(--ink-950);
  background: var(--citrus-500);
}

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

.button-ghost {
  color: var(--white);
  background: transparent;
  border-color: var(--border-dark);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button-dark {
  color: var(--white);
  background: var(--ink-900);
  border-color: var(--ink-800);
}

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

.ops-card-header,
.products-header,
.section-heading.split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 64px;
  border-top: 1px solid rgba(247, 241, 230, 0.3);
  border-bottom: 1px solid rgba(247, 241, 230, 0.18);
}

.metric {
  min-height: 108px;
  padding: 20px 22px;
  border: 0;
  border-left: 1px solid rgba(247, 241, 230, 0.18);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.metric:first-child {
  border-left: 0;
}

.metric span {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2.35rem;
  line-height: 0.95;
}

.metric p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 700;
}

.section {
  padding: 104px 0;
}

.platform,
.produce {
  background:
    repeating-linear-gradient(0deg, rgba(93, 60, 39, 0.035) 0 1px, transparent 1px 26px),
    linear-gradient(180deg, var(--cream-50), var(--cream-100));
  color: var(--ink-900);
}

.platform {
  padding-top: 48px;
}

.platform-grid,
.models-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.contact-band h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-copy p,
.section-heading p,
.contact-band p {
  color: rgba(11, 24, 19, 0.72);
  font-size: 1rem;
}

.section-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
}

.feature-list {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--border-light);
}

.feature-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--border-light);
  border-radius: 0;
  background: transparent;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: var(--leaf-700);
  border: 1px solid var(--border-light);
}

.feature-list h3,
.flow-step h3,
.produce-card h3,
.model-tile h3 {
  margin: 0;
  color: inherit;
}

.feature-list h3 {
  font-size: 1rem;
}

.feature-list p {
  margin: 5px 0 0;
  color: rgba(11, 24, 19, 0.66);
  font-size: 0.9rem;
}

.ops-panel {
  display: grid;
  gap: 12px;
}

.ops-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ops-card-large {
  padding: 0;
}

.ops-card-header {
  min-height: 44px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--border-light);
  color: var(--stone-500);
  font-weight: 800;
}

.ops-card-header strong {
  color: var(--leaf-700);
}

.ops-card-large img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  border-radius: 0;
  margin-top: 16px;
}

.ops-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  border-top: 1px solid var(--border-light);
  margin-top: 4px;
}

.ops-card-grid .ops-card {
  min-height: 138px;
  padding: 22px 0 0;
}

.ops-card span,
.ops-card strong,
.ops-card p {
  display: block;
}

.ops-card span {
  color: var(--stone-500);
  font-size: 0.8rem;
  font-weight: 800;
}

.ops-card strong {
  margin-top: 8px;
  color: var(--ink-900);
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}

.ops-card p {
  margin: 8px 0 0;
  color: rgba(11, 24, 19, 0.64);
  font-size: 0.86rem;
}

.ops-card.accent {
  background: transparent;
  color: var(--ink-900);
}

.ops-card.accent span,
.ops-card.accent p {
  color: rgba(11, 24, 19, 0.64);
}

.ops-card.accent strong {
  color: var(--ink-900);
}

.flow {
  background:
    repeating-linear-gradient(0deg, rgba(247, 241, 230, 0.04) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, var(--ink-950), var(--ink-800));
  color: var(--cream-50);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-heading p:not(.eyebrow) {
  margin: 14px 0 0;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 0;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  border-radius: 0;
  overflow: hidden;
}

.flow-step {
  min-height: 240px;
  padding: 24px;
  border-right: 1px solid var(--border-dark);
  background: transparent;
  transition: background 180ms ease, transform 180ms ease;
}

.flow-step:last-child {
  border-right: 0;
}

.flow-step:hover {
  background: rgba(227, 179, 65, 0.12);
}

.flow-step span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
  border: 1px solid var(--border-dark);
  border-radius: 0;
  color: var(--citrus-200);
  font-weight: 800;
}

.flow-step h3 {
  color: var(--white);
  font-size: 1.08rem;
}

.flow-step p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.models {
  background:
    repeating-linear-gradient(90deg, rgba(93, 60, 39, 0.035) 0 1px, transparent 1px 32px),
    linear-gradient(180deg, var(--cream-100), var(--cream-50));
  color: var(--ink-900);
}

.models-grid {
  align-items: start;
}

.models .button-dark {
  margin-top: 48px;
}

.model-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  border-top: 1px solid var(--border-light);
}

.model-tile {
  min-height: 158px;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid var(--border-light);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.model-tile span,
.produce-card span {
  display: block;
  color: var(--leaf-700);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.model-tile h3 {
  margin-top: 14px;
  font-size: 1.08rem;
  line-height: 1.35;
}

/* --- Model tile SVG graphics --- */
.model-tile-graphic {
  width: 100%;
  height: 80px;
  margin-bottom: 12px;
  overflow: hidden;
  opacity: 0.85;
  transition: opacity 280ms ease, transform 280ms ease;
}

.model-tile:hover .model-tile-graphic {
  opacity: 1;
  transform: scale(1.04);
}

.model-tile-graphic svg {
  width: 100%;
  height: 100%;
}

/* Pulsing data points */
@keyframes model-pulse {
  0%, 100% { opacity: 0.4; r: 2; }
  50% { opacity: 1; r: 3.5; }
}

.model-pulse-dot {
  animation: model-pulse 2.4s ease-in-out infinite;
}

/* Scan line sweep */
@keyframes model-scan {
  0% { opacity: 0.1; transform: translateX(-6px); }
  50% { opacity: 0.5; transform: translateX(6px); }
  100% { opacity: 0.1; transform: translateX(-6px); }
}

.model-scan-line {
  animation: model-scan 2.8s ease-in-out infinite;
}

/* Growing bar for demand chart */
@keyframes model-bar-grow {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.7; }
}

.model-bar-grow {
  animation: model-bar-grow 2s ease-in-out infinite;
}

.produce {
  padding-top: 96px;
}

.section-heading.split {
  max-width: none;
  margin-bottom: 34px;
}

.section-heading.split h2 {
  max-width: 680px;
}

.text-link {
  min-height: 44px;
  gap: 8px;
  color: var(--leaf-700);
  font-weight: 800;
}

.text-link:hover {
  color: var(--clay-600);
}

.produce-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  border-top: 1px solid var(--border-light);
}

.produce-card {
  min-width: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.produce-card:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.produce-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  filter: saturate(0.96) contrast(1.03);
}

.produce-card div {
  min-height: 168px;
  padding: 18px 0 0;
  border-top: 1px solid var(--border-light);
  margin-top: 14px;
}

.produce-card h3 {
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: 1.72rem;
  font-weight: 400;
  line-height: 1.05;
}

.produce-card p {
  margin: 12px 0 0;
  color: rgba(11, 24, 19, 0.66);
  font-size: 0.86rem;
}

.contact-band {
  padding: 88px 0;
  background:
    linear-gradient(90deg, rgba(6, 16, 13, 0.92), rgba(6, 16, 13, 0.78)),
    url("Assests/ChatGPT Image Jun 16, 2026, 09_24_39 AM.png") center / cover;
  color: var(--white);
}

.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
}

.contact-band p:not(.eyebrow) {
  max-width: 600px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.contact-form {
  padding: 0 0 0 28px;
  border: 0;
  border-left: 1px solid var(--border-dark);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

.input-row {
  gap: 10px;
}

.input-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 0;
  border-bottom: 1px solid var(--border-dark);
  border-radius: 0;
  background: transparent;
  color: var(--white);
}

.input-row input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.input-row button {
  min-width: 158px;
  padding: 0 16px;
  border: 0;
  background: var(--citrus-500);
  color: var(--ink-950);
  cursor: pointer;
  border-radius: 4px;
}

.form-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
}

.site-footer {
  padding: 34px 0;
  background: var(--ink-950);
  color: rgba(255, 255, 255, 0.66);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.footer-brand img {
  width: 40px;
  height: 40px;
}

.footer-grid nav {
  gap: 18px;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.footer-grid a:hover {
  color: var(--citrus-200);
}

.footer-grid p {
  justify-self: end;
  margin: 0;
  font-size: 0.82rem;
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

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

.reveal-delay-1 { transition-delay: 80ms; }
.reveal-delay-2 { transition-delay: 140ms; }
.reveal-delay-3 { transition-delay: 200ms; }
.reveal-delay-4 { transition-delay: 260ms; }
.reveal-delay-5 { transition-delay: 320ms; }

@media (max-width: 1180px) {
  .hero h1 {
    font-size: 5.2rem;
  }

  .flow-line,
  .produce-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flow-step:nth-child(3),
  .flow-step:nth-child(6) {
    border-right: 0;
  }

  .flow-step:nth-child(-n+3) {
    border-bottom: 1px solid var(--border-dark);
  }

  .produce-card:nth-child(5) {
    grid-column: span 2;
  }
}

@media (max-width: 960px) {
  .nav-shell {
    min-height: 70px;
    width: auto;
    max-width: none;
    margin-inline: var(--gutter);
    padding-inline: 0;
  }

  .nav-actions {
    top: 22px;
    right: var(--gutter);
  }

  .nav-links {
    position: fixed;
    inset: 92px var(--gutter) auto;
    top: auto;
    left: auto;
    transform: none;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
      rgba(7, 16, 11, 0.82);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 24px 58px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(24px) saturate(1.2);
    -webkit-backdrop-filter: blur(24px) saturate(1.2);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    justify-content: center;
    padding: 0 16px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .hero {
    padding-top: 126px;
  }

  .hero-grid,
  .platform-grid,
  .models-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section {
    padding: 80px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .contact-band h2 {
    font-size: 2.45rem;
  }

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

  .footer-grid p {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 720px) {
  :root {
    --gutter: 18px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding: 116px 0 20px;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-copy,
  .hero-subtitle,
  .hero-actions,
  .hero-metrics {
    max-width: calc(100vw - (var(--gutter) * 2));
  }

  .hero-copy {
    padding-top: 24px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.15rem);
    overflow-wrap: anywhere;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .metric:nth-child(odd) {
    border-left: 0;
  }

  .hero-actions,
  .input-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .input-row button {
    width: 100%;
  }

  .feature-list article {
    grid-template-columns: 1fr;
  }

  .ops-card-grid,
  .model-list,
  .produce-grid,
  .flow-line {
    grid-template-columns: 1fr;
  }

  .flow-step,
  .flow-step:nth-child(-n+3),
  .flow-step:nth-child(3),
  .flow-step:nth-child(6) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--border-dark);
  }

  .flow-step:last-child {
    border-bottom: 0;
  }

  .flow-step span {
    margin-bottom: 18px;
  }

  .section-heading.split {
    display: block;
  }

  .text-link {
    display: inline-flex;
    margin-top: 18px;
  }

  .produce-card:nth-child(5) {
    grid-column: auto;
  }

  .contact-form {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid var(--border-dark);
  }

  .footer-grid nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .hero-copy,
  .hero-subtitle,
  .hero-actions,
  .hero-metrics {
    max-width: 20rem;
  }

  .hero h1 {
    font-size: 2.28rem;
  }
}

@media (max-width: 420px) {
  .hero-copy,
  .hero-subtitle,
  .hero-actions,
  .hero-metrics {
    max-width: 20rem;
  }

  .hero h1 {
    font-size: 2.18rem;
  }

  .metric {
    min-height: 86px;
    padding: 14px;
  }

  .metric span {
    font-size: 1.85rem;
  }

  .section-copy h2,
  .section-heading h2,
  .contact-band h2 {
    font-size: 2.08rem;
  }
}

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

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