:root {
  --ink: #17352f;
  --forest: #123e3a;
  --forest-2: #0b302d;
  --mint: #d9e8df;
  --sand: #e7c99a;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --terracotta: #c8704e;
  --line: rgba(23, 53, 47, .16);
  --muted: #63736d;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11, 48, 45, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: white; transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 96px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; color: white; transition: background .25s, height .25s; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 18px; letter-spacing: .24em; }
.brand small { margin-top: 6px; font-size: 10px; letter-spacing: .04em; opacity: .78; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 650; }
.site-nav a { text-decoration: none; opacity: .88; transition: opacity .2s; }
.site-nav a:hover { opacity: 1; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; }
.menu-button { display: none; color: white; border: 0; background: transparent; width: 44px; height: 44px; }

.hero { position: relative; min-height: 780px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--forest); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('/assets/hero-concept.webp') 64% center / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(5,32,30,.92) 0%, rgba(8,42,39,.76) 39%, rgba(8,42,39,.08) 76%), linear-gradient(0deg, rgba(5,31,29,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 84px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; padding: 7px 13px; color: #eaf3ed; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; background: rgba(10,48,45,.22); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: #e6c78f; box-shadow: 0 0 0 5px rgba(230,199,143,.12); }
.hero h1, .section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .99; }
.hero h1 { max-width: 700px; font-size: clamp(58px, 7.4vw, 108px); }
.hero h1 em, .section h2 em { color: var(--sand); font-weight: 400; }
.hero-content > p:not(.status-pill):not(.concept-note) { max-width: 610px; margin: 27px 0 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; gap: 34px; padding: 14px 20px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 750; }
.button-primary { color: var(--forest-2); background: var(--sand); }
.button-ghost { border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.concept-note { position: absolute; left: 24px; bottom: -146px; margin: 0; color: rgba(255,255,255,.58); font-size: 11px; }

.promise-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--forest); color: white; border-top: 1px solid rgba(255,255,255,.12); }
.promise { width: auto; margin: 0; padding: 30px max(28px, calc((100vw - 1180px) / 6)); display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.12); }
.promise:last-child { border: 0; }
.promise-number { font-family: Georgia, serif; color: var(--sand); font-size: 30px; }
.promise div { display: flex; flex-direction: column; }
.promise strong { font-size: 14px; }
.promise small { margin-top: 2px; color: rgba(255,255,255,.6); font-size: 12px; }

.section { padding-block: 120px; }
.eyebrow { margin: 0 0 20px; color: var(--terracotta); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section h2 { font-size: clamp(44px, 5.2vw, 72px); }
.section h2 em { color: var(--terracotta); }
.approach { display: grid; grid-template-columns: .83fr 1.17fr; gap: 82px; align-items: start; }
.section-intro > p:last-child { max-width: 500px; margin: 28px 0 0; color: var(--muted); font-size: 16px; }
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.principle-card { min-height: 270px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.principle-card h3 { margin: auto 0 8px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.principle-card p { margin: 0; color: var(--muted); font-size: 14px; }
.card-icon { display: grid; width: 46px; height: 46px; place-items: center; color: var(--terracotta); border: 1px solid currentColor; border-radius: 50%; font-size: 20px; }
.accent-dark { color: white; background: var(--forest); border-color: var(--forest); }
.accent-dark p { color: rgba(255,255,255,.65); }
.accent-dark .card-icon { color: var(--sand); }
.accent-sand { background: #f1e3c9; border-color: transparent; }

.journey { color: white; background: var(--forest-2); }
.section-heading-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading-row > p { max-width: 470px; margin: 0 0 4px; color: rgba(255,255,255,.63); }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 74px 0 0; padding: 0; list-style: none; counter-reset: none; }
.journey-grid li { min-height: 300px; padding: 24px 28px 28px; border: 1px solid rgba(255,255,255,.15); border-right: 0; }
.journey-grid li:first-child { border-radius: 20px 0 0 20px; }
.journey-grid li:last-child { border-right: 1px solid rgba(255,255,255,.15); border-radius: 0 20px 20px 0; }
.journey-grid li > span { color: rgba(255,255,255,.4); font-size: 12px; font-weight: 800; }
.journey-symbol { display: grid; width: 76px; height: 76px; margin: 38px 0 28px; place-items: center; color: var(--sand); border-radius: 50%; background: rgba(255,255,255,.06); font: 34px Georgia, serif; }
.journey-grid h3 { margin: 0 0 6px; font: 24px Georgia, serif; }
.journey-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.adoption-panel { padding: 68px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; border-radius: 32px; background: var(--cream); overflow: hidden; }
.adoption-copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); }
.coming-soon { display: inline-block; padding: 8px 13px; color: var(--forest); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 750; }
.empty-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; transform: rotate(-3deg) translateX(20px); }
.empty-cards div { position: relative; aspect-ratio: .72; overflow: hidden; border-radius: 20px; background: linear-gradient(145deg, var(--mint), #aac9bb); box-shadow: var(--shadow); }
.empty-cards div:nth-child(2) { transform: translateY(-18px); background: linear-gradient(145deg, #e9ceb0, #c7886e); }
.empty-cards div:nth-child(3) { background: linear-gradient(145deg, #d5dfce, #8eaa8c); }
.empty-cards div::before { content: "♡"; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); color: rgba(255,255,255,.7); font: 62px Georgia, serif; }
.empty-cards span { position: absolute; left: 16px; bottom: 14px; color: white; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.roadmap { background: #f2eee3; }
.roadmap .section-heading-row > p { color: var(--muted); }
.roadmap-list { margin-top: 68px; border-top: 1px solid var(--line); }
.roadmap-list article { display: grid; grid-template-columns: 60px 1fr auto; gap: 24px; align-items: center; padding: 28px 8px; border-bottom: 1px solid var(--line); }
.roadmap-list article > span { font: 26px Georgia, serif; color: #9aaaa4; }
.roadmap-list small { color: var(--terracotta); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.roadmap-list h3 { margin: 2px 0 1px; font: 25px Georgia, serif; }
.roadmap-list p { margin: 0; color: var(--muted); font-size: 13px; }
.roadmap-list strong { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }
.roadmap-list .is-active strong { color: white; background: var(--forest); border-color: var(--forest); }

.together { padding-top: 110px; }
.together-panel { padding: 72px; color: white; border-radius: 34px; background: var(--forest); box-shadow: var(--shadow); }
.together-panel h2 { max-width: 920px; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 60px; }
.partner-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; }
.partner-grid span { color: var(--sand); font-size: 13px; font-weight: 800; }
.partner-grid p { margin: 9px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.contact-note { margin: 28px 0 0; color: rgba(255,255,255,.46); font-size: 11px; }

.site-footer { margin-top: 20px; padding: 72px 0 24px; color: white; background: #092825; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: start; }
.brand-footer { color: var(--sand); }
.footer-main > p { margin: 2px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-main nav { display: flex; justify-content: flex-end; gap: 24px; font-size: 12px; }
.footer-main nav a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-bottom { margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.37); border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .04em; }

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 680px); }
  .site-header { height: 78px; padding-inline: 16px; }
  .js .menu-button { display: grid; place-content: center; gap: 7px; }
  .menu-button span:not(.sr-only) { display: block; width: 23px; height: 2px; background: currentColor; }
  .site-nav { position: absolute; top: 70px; left: 16px; right: 16px; display: flex; padding: 18px; flex-direction: column; align-items: stretch; gap: 7px; color: var(--forest); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px; }
  .nav-cta { text-align: center; background: var(--cream); }
  .hero { min-height: 720px; }
  .hero-image { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,32,30,.92), rgba(8,42,39,.5)), linear-gradient(0deg, rgba(5,31,29,.5), transparent); }
  .hero-content { padding-top: 70px; }
  .concept-note { position: static; margin-top: 42px; }
  .promise-strip { grid-template-columns: 1fr; }
  .promise { padding: 20px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .approach, .section-heading-row, .adoption-panel { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid li { border: 1px solid rgba(255,255,255,.15); border-radius: 0 !important; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .section { padding-block: 82px; }
  .brand small { display: none; }
  .hero { min-height: 690px; }
  .hero h1 { font-size: 54px; }
  .hero-content > p:not(.status-pill):not(.concept-note) { font-size: 15px; }
  .principles, .journey-grid, .partner-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 230px; }
  .journey-grid li { min-height: 250px; }
  .adoption-panel, .together-panel { padding: 36px 24px; border-radius: 24px; }
  .empty-cards { margin-top: 24px; transform: rotate(-2deg); }
  .roadmap-list article { grid-template-columns: 38px 1fr; }
  .roadmap-list article > strong { grid-column: 2; justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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