/* Shared brand anchors: app/globals.css (Segoe UI, slate, amber).
   Warm surfaces are local to this intentionally light public site. */
:root {
  color-scheme: light;
  --ink: #0f172a;
  --muted: #475569;
  --amber: #fbbf24;
  --paper: #fcfaf6;
  --line: #e5e1d8;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #92400e; outline-offset: 6px; }
p, h1, h2, h3 { margin: 0; }
p { line-height: 1.7; }
.wrap { width: min(1248px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; padding: 12px 20px; background: white; z-index: 2; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.brand { display: inline-flex; gap: 13px; align-items: center; font-size: 26px; font-weight: 650; letter-spacing: -1px; }
.brand img { object-fit: contain; }
nav { display: flex; gap: 32px; align-items: center; }
nav a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 600; }
.hero { padding-block: 80px 32px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.product-name { font-size: 14px; letter-spacing: 2px; margin-bottom: 26px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 205px; gap: 54px; align-items: center; }
h1 { font-size: clamp(42px, 4.65vw, 67px); line-height: 1.12; letter-spacing: -3px; font-weight: 600; }
h1 span { color: #876018; }
.hero-copy { max-width: 650px; margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 27px; min-height: 50px; padding: 12px 21px; border-radius: 5px; background: var(--amber); color: var(--ink); font-size: 14px; font-weight: 650; }
.button:hover { background: #f5b919; text-decoration: none; }
.status { color: var(--muted); font-size: 13px; }
.journey { border-left: 1px solid var(--line); padding-left: 30px; }
.journey > p { color: var(--muted); font-size: 10px; letter-spacing: 1.2px; }
.journey ol { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 27px; }
.journey li { display: flex; gap: 16px; font-size: 20px; font-weight: 600; }
.step { font-size: 10px; color: #876018; padding-top: 7px; font-weight: 600; }
.journey small { display: block; font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 6px; }
.hero-note { display: flex; align-items: center; gap: 15px; margin-top: 74px; font-size: 12px; color: var(--muted); }
.accent-rule { height: 2px; width: 36px; background: #b98419; flex-shrink: 0; }
.approach { background: #fff; border-block: 1px solid var(--line); padding-block: 74px 80px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 100px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 18px; color: #876018; }
h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.2; letter-spacing: -1.4px; font-weight: 600; }
.section-heading > p:last-child { color: var(--muted); max-width: 430px; font-size: 16px; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 50px; }
.features article { border-top: 1px solid var(--line); padding-top: 22px; }
.feature-number { color: #876018; font-size: 11px; letter-spacing: 1px; }
h3 { margin-block: 18px 14px; font-size: 20px; line-height: 1.3; letter-spacing: -.5px; font-weight: 600; }
.features p { font-size: 14px; color: var(--muted); }
.features .development-note { font-size: 12px; margin-top: 14px; padding-left: 12px; border-left: 2px solid #d7b977; }
.about { padding-block: 88px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.about .eyebrow { color: #876018; margin-bottom: 20px; }
.about-copy { padding-top: 4px; }
.about-copy p { color: var(--muted); font-size: 16px; }
.about-copy p + p { margin-top: 18px; }
.about-copy .closing-line { color: var(--ink); font-weight: 600; font-size: 14px; }
.beta { padding: 42px 48px; background: #f2ede3; border-left: 3px solid #c48c21; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.beta .eyebrow { color: #765314; margin-bottom: 14px; }
.beta h2 { font-size: 34px; }
.beta p:not(.eyebrow) { margin-top: 14px; font-size: 15px; color: var(--muted); }
.beta-status { font-size: 13px; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.beta-dot { width: 6px; height: 6px; border-radius: 50%; background: #876018; }
.beta-contact { flex-shrink: 0; }
.beta-contact .beta-status { margin-top: 0; font-size: 12px; }
.contact-link { display: flex; align-items: center; justify-content: space-between; min-height: 48px; margin-top: 8px; font-size: 18px; font-weight: 600; }
.contact-address { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; color: var(--muted); }
.site-footer { padding-block: 58px 28px; }
.footer-top { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-brand { font-size: 23px; letter-spacing: -.8px; font-weight: 650; }
.footer-top p { font-size: 12px; color: var(--muted); margin-top: 6px; }
.footer-top p span { margin-inline: 8px; color: #a08a60; }
.disclaimer { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 22px; font-size: 12px; color: var(--muted); }
.copyright { font-size: 11px; color: var(--muted); margin-top: 10px; }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero-grid { grid-template-columns: 1fr; }
  .journey { display: none; }
  h1 { font-size: clamp(42px, 6.8vw, 67px); }
  .features { grid-template-columns: repeat(2, 1fr); gap: 32px 40px; }
  .section-heading, .about { column-gap: 48px; }
  .beta { padding: 34px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 88px; gap: 12px; }
  .brand { font-size: 23px; gap: 8px; }
  .brand img { width: 32px; height: 36px; }
  .site-header nav { gap: 0; }
  .site-header nav a { font-size: 12px; gap: 6px; }
  .site-header nav a:first-child { display: none; }
  .hero { padding-top: 52px; }
  .product-name { font-size: 12px; margin-bottom: 22px; }
  h1 { font-size: clamp(35px, 9.3vw, 53px); letter-spacing: -1.7px; line-height: 1.14; }
  .hero-copy { font-size: 16px; margin-top: 25px; line-height: 1.75; }
  .hero-actions { gap: 16px; margin-top: 26px; align-items: flex-start; flex-direction: column; }
  .hero-note { margin-top: 44px; gap: 10px; font-size: 11px; }
  .accent-rule { width: 23px; }
  .approach { padding-block: 48px; }
  .section-heading, .about { grid-template-columns: 1fr; gap: 22px; }
  .section-heading .eyebrow { margin: 0; }
  .section-heading > p:last-child { font-size: 15px; }
  .features { grid-template-columns: 1fr; margin-top: 34px; gap: 28px; }
  h3 { margin-block: 12px 10px; }
  .about { padding-block: 52px; }
  .about-copy p { font-size: 15px; }
  .beta { padding: 30px 25px; flex-direction: column; align-items: flex-start; gap: 26px; }
  .beta h2 { font-size: 30px; }
  .site-footer { padding-top: 40px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 18px; }
}
