:root {
  --primary: #203e31;
  --accent: #c59b35;
  --background: #f7f2ea;
  --surface: #fffaf5;
  --foreground: #1c1714;
  --muted: #70675f;
  --border: #ddd3c3;
  --secondary: #e7ddd0;
  --max-width: 1180px;
  --shadow: 0 18px 46px rgba(22, 20, 18, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--foreground);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--accent) 14%, transparent), transparent 24%),
    linear-gradient(180deg, color-mix(in srgb, var(--secondary) 38%, var(--background)), var(--background));
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--max-width), calc(100vw - 32px)); margin: 0 auto; }
.site-nav { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--background) 78%, white); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.nav-inner { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; align-items: center; }
.brand, h1, h2, h3 { font-family: "Cormorant Garamond", serif; }
.brand { font-size: 1.65rem; font-weight: 700; }
.nav-links { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: .95rem; }
.hero, .route-hero { padding: 56px 0 28px; }
.hero-grid, .split-grid, .card-grid, .location-grid, .roadmap-grid, .image-grid, .agent-grid, .editorial-grid, .feature-band, .operations-grid, .journey-grid, .story-stack, .integration-stack, .numbered-list, .scene-grid, .spotlight-grid, .kpi-ribbon, .value-grid, .image-ribbon-strip { display: grid; gap: 20px; }
.hero-grid { grid-template-columns: 1.05fr 1fr; align-items: stretch; }
.route-shell, .split-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.eyebrow { display: inline-block; padding: 7px 12px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 14%, white); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h1 { margin: 16px 0 12px; font-size: clamp(3rem, 7vw, 6rem); line-height: .92; }
.lede { font-size: 1.15rem; line-height: 1.65; color: color-mix(in srgb, var(--foreground) 78%, white); }
.panel, .card, .metric, .location-card, .footer-card, .route-panel { background: color-mix(in srgb, white 82%, var(--surface)); border: 1px solid var(--border); border-radius: 30px; padding: 24px; box-shadow: var(--shadow); }
.hero-copy { padding: 12px 0 6px; }
.hero-visual { position: relative; display: grid; grid-template-rows: minmax(360px, 1fr) auto; gap: 16px; min-height: 100%; }
.hero-image { position: relative; min-height: 420px; border-radius: 34px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--border) 86%, white); box-shadow: var(--shadow); background: linear-gradient(180deg, color-mix(in srgb, var(--primary) 24%, transparent), color-mix(in srgb, var(--primary) 72%, transparent)); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; gap: 10px; padding: 24px; background: linear-gradient(180deg, rgba(20, 16, 12, 0.12), rgba(20, 16, 12, 0.76)); color: white; }
.hero-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hero-chip { position: relative; min-height: 140px; border-radius: 24px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--border) 80%, white); box-shadow: var(--shadow); }
.hero-chip img { width: 100%; height: 100%; object-fit: cover; }
.hero-chip span { position: absolute; left: 12px; bottom: 12px; right: 12px; font-size: .88rem; font-weight: 700; color: white; text-shadow: 0 1px 2px rgba(0, 0, 0, .35); }
.hero-stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.hero-stat { padding: 16px; border-radius: 20px; background: color-mix(in srgb, var(--primary) 8%, white); }
.hero-stat strong, .metric strong { display: block; font-size: 1.8rem; color: var(--primary); }
.location-kicker { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 18px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; }
.button-primary { background: var(--primary); color: white; }
.button-secondary { background: color-mix(in srgb, white 66%, var(--background)); border-color: var(--border); }
.section, .route-main, .footer { padding: 22px 0 12px; }
.section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 16px; }
.section-title { margin: 0; font-size: clamp(2.2rem, 5vw, 3.5rem); }
.section-copy, .muted { color: var(--muted); }
.card-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.image-grid { grid-template-columns: 1.3fr .9fr .9fr; grid-auto-rows: 240px; }
.editorial-grid { grid-template-columns: 1.1fr .9fr; }
.feature-band { grid-template-columns: .95fr 1.05fr; align-items: start; }
.operations-grid { grid-template-columns: .95fr 1.05fr; align-items: start; }
.journey-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.scene-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.spotlight-grid { grid-template-columns: 1.15fr .85fr; align-items: start; }
.kpi-ribbon { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.image-ribbon-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.story-stack, .integration-stack, .numbered-list { gap: 14px; }
.image-card { position: relative; overflow: hidden; border-radius: 28px; border: 1px solid var(--border); box-shadow: var(--shadow); background: color-mix(in srgb, white 68%, var(--surface)); }
.image-card.featured { grid-row: span 2; }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.56)); }
.image-meta { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; color: white; }
.image-meta h3 { margin: 0 0 6px; font-size: 1.65rem; text-shadow: 0 2px 8px rgba(0, 0, 0, .45); }
.image-meta p { margin: 0; font-size: .96rem; line-height: 1.5; text-shadow: 0 2px 8px rgba(0, 0, 0, .45); }
.agent-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.location-grid, .roadmap-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.badge { display: inline-flex; align-items: center; margin: 6px 8px 0 0; padding: 8px 12px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 12%, white); font-size: .92rem; font-weight: 600; }
.subtle-line { height: 1px; background: linear-gradient(90deg, var(--border), transparent); margin: 18px 0; }
.location-card { background: linear-gradient(180deg, color-mix(in srgb, white 74%, var(--surface)), color-mix(in srgb, var(--secondary) 74%, white)); }
.location-card .thumb, .route-photo { margin: -24px -24px 18px; overflow: hidden; border-radius: 30px 30px 0 0; height: 220px; background: color-mix(in srgb, var(--secondary) 65%, white); }
.location-card .thumb img, .route-photo img { width: 100%; height: 100%; object-fit: cover; }
.code-chip, code { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; background: color-mix(in srgb, var(--primary) 8%, white); padding: 4px 8px; border-radius: 10px; }
.site-note { border-left: 3px solid var(--accent); padding-left: 14px; color: var(--muted); }
.editorial-quote { padding: 34px; border-radius: 34px; background: linear-gradient(180deg, color-mix(in srgb, var(--secondary) 88%, white), color-mix(in srgb, white 72%, var(--surface))); border: 1px solid var(--border); box-shadow: var(--shadow); }
.editorial-quote blockquote { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: .98; }
.editorial-quote p { margin: 14px 0 0; color: var(--muted); }
.journey-card { padding: 0; overflow: hidden; }
.journey-card .body { padding: 24px; }
.accent-panel { background: linear-gradient(155deg, color-mix(in srgb, var(--primary) 95%, white), color-mix(in srgb, var(--primary) 72%, var(--accent))); color: white; border-radius: 34px; padding: 28px; box-shadow: var(--shadow); border: 1px solid color-mix(in srgb, var(--primary) 72%, white); }
.accent-panel h2, .accent-panel h3, .accent-panel strong { color: white; }
.accent-panel p, .accent-panel .muted, .accent-panel .location-kicker { color: rgba(255,255,255,.82); }
.cta-panel { background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 12%, white), color-mix(in srgb, white 84%, var(--surface))); }
.numbered-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.numbered-badge { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in srgb, white 14%, var(--accent)); color: white; font-weight: 800; }
.integration-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: start; padding: 16px 0; border-top: 1px solid color-mix(in srgb, var(--border) 75%, white); }
.integration-row:first-child { border-top: none; padding-top: 0; }
.status-chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: color-mix(in srgb, var(--primary) 8%, white); }
.status-chip[data-status="live"] { background: color-mix(in srgb, #d7f3df 72%, white); color: #1f6a36; }
.status-chip[data-status="planned"] { background: color-mix(in srgb, #f6eed0 80%, white); color: #835f12; }
.status-chip[data-status="simulated"], .status-chip[data-status="mocked"], .status-chip[data-status="demo"] { background: color-mix(in srgb, #f8e2d7 78%, white); color: #8a4722; }
.contrast-section {
  margin: 24px 0;
  padding: 36px 0;
  background:
    radial-gradient(circle at top right, rgba(197, 155, 53, .18), transparent 24%),
    linear-gradient(180deg, color-mix(in srgb, var(--primary) 96%, black), color-mix(in srgb, var(--primary) 82%, #10211a));
  color: white;
}
.contrast-section .section-copy, .contrast-section .muted, .contrast-section p, .contrast-section .location-kicker { color: rgba(255,255,255,.78); }
.contrast-section .section-title, .contrast-section h3, .contrast-section strong { color: white; }
.contrast-section .panel, .contrast-section .card, .contrast-section .metric {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
}
.scene-card {
  min-height: 240px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}
.scene-card h3 { font-size: 2rem; margin: 0 0 10px; }
.scene-step { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 72%, white); color: var(--primary); font-weight: 800; margin-bottom: 14px; }
.spotlight-copy {
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--secondary) 78%, white), color-mix(in srgb, white 70%, var(--surface)));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.spotlight-copy .section-title { max-width: 10ch; }
.kpi-band {
  padding: 24px;
  border-radius: 28px;
  background: color-mix(in srgb, var(--primary) 6%, white);
  border: 1px solid var(--border);
}
.kpi-band strong { display: block; font-size: clamp(2rem, 3vw, 3rem); color: var(--primary); }
.journey-line {
  position: relative;
  padding-left: 24px;
}
.journey-line::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), transparent);
}
.journey-line article { position: relative; }
.journey-line article::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}
.value-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  color: white;
}
.value-card img, .immersive-banner img, .ribbon-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.value-card::after, .immersive-banner::after, .ribbon-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 9, 8, .12), rgba(10, 9, 8, .82));
}
.value-copy, .immersive-copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 22px;
}
.value-copy h3, .immersive-copy h2 { margin: 0 0 8px; color: white; text-shadow: 0 2px 10px rgba(0, 0, 0, .55); }
.value-copy p, .immersive-copy p { margin: 0; color: rgba(255,255,255,.9); text-shadow: 0 2px 10px rgba(0, 0, 0, .55); }
.value-copy .location-kicker, .immersive-copy .location-kicker { color: rgba(255,255,255,.82); }
.immersive-banner {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border-radius: 38px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.immersive-copy {
  max-width: 560px;
  padding: 34px;
}
.immersive-copy .eyebrow {
  background: rgba(255,255,255,.16);
  color: white;
}
.image-ribbon-strip { margin-top: 10px; }
.ribbon-image {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.ribbon-label {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: white;
  font-size: .92rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .55);
}
.review-banner { margin: 18px auto 0; padding: 14px 18px; border-radius: 20px; border: 1px solid color-mix(in srgb, #b65b2d 28%, var(--border)); background: color-mix(in srgb, #fff3e8 88%, white); color: #7c3b15; font-size: .95rem; box-shadow: var(--shadow); }
.review-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; background: rgba(255, 248, 240, .92); color: #7c3b15; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.image-provenance { position: absolute; top: 14px; left: 14px; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
@media (max-width: 980px) {
  .hero-grid, .split-grid, .route-shell, .image-grid, .editorial-grid, .feature-band, .operations-grid, .scene-grid, .spotlight-grid, .value-grid, .image-ribbon-strip { grid-template-columns: 1fr; }
  .image-card.featured { grid-row: span 1; }
}
@media (max-width: 860px) {
  .nav-inner { flex-direction: column; align-items: start; }
  .hero-strip, .hero-stat-row { grid-template-columns: 1fr; }
}
