
:root {
  --crossroads-blue: #142a3a;
  --stamp-burgundy: #8b2f50;
  --harvest-gold: #e4b84d;
  --field-sage: #718177;
  --paper-mist: #f4f6f2;
  --road-ink: #17231f;
  --white: #ffffff;
  --muted: #5b6a65;
  --line: #cdd6d1;
  --max: 1180px;
  --display: 'Anybody', 'Arial Narrow', sans-serif;
  --body: 'Source Sans 3', Arial, sans-serif;
  --utility: 'IBM Plex Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--road-ink);
  background: var(--paper-mist);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--harvest-gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; color: var(--white); background: color-mix(in srgb, var(--crossroads-blue) 96%, transparent); border-bottom: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--white); text-decoration: none; font-family: var(--display); font-weight: 780; font-stretch: 110%; letter-spacing: -.02em; }
.brand img { width: 42px; height: 42px; }
.site-nav { display: flex; align-items: center; gap: 1.25rem; }
.site-nav a { color: #eaf0ed; font-weight: 600; text-decoration: none; }
.site-nav a[aria-current='page'] { color: var(--harvest-gold); }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.4); background: transparent; color: var(--white); padding: .55rem .7rem; font: 600 .85rem var(--utility); }

.hero { color: var(--white); background: var(--crossroads-blue); overflow: hidden; }
.hero-grid { position: relative; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); padding-block: clamp(5rem, 10vw, 9rem); }
.hero-grid::before { content: ''; position: absolute; z-index: 0; left: 63%; top: -12%; width: 12px; height: 125%; background: var(--harvest-gold); transform: rotate(12deg); opacity: .92; }
.hero-grid::after { content: ''; position: absolute; z-index: 0; left: 28%; right: -20%; top: 68%; height: 12px; background: var(--harvest-gold); transform: rotate(-5deg); opacity: .92; }
.hero-copy, .hero-art { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.2rem; color: var(--harvest-gold); font: 600 .78rem/1.4 var(--utility); letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); line-height: .98; letter-spacing: -.04em; }
h1 { max-width: 850px; margin: 0; font-size: clamp(4rem, 9vw, 8.7rem); font-weight: 800; font-stretch: 115%; }
h2 { margin: 0; font-size: clamp(2.5rem, 5.5vw, 5.2rem); font-weight: 760; font-stretch: 108%; }
h3 { margin: 0 0 .75rem; font-size: 1.7rem; font-weight: 720; }
.hero-deck { max-width: 650px; margin: 1.7rem 0 2rem; color: #cfdbd5; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.42; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.15rem; border: 2px solid transparent; text-decoration: none; font-weight: 700; }
.button-primary { color: var(--crossroads-blue); background: var(--harvest-gold); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.55); }
.status-badge { display: inline-flex; align-items: center; min-height: 46px; padding: .65rem 1rem; color: var(--crossroads-blue); background: var(--harvest-gold); font: 700 .82rem var(--utility); letter-spacing: .04em; }
.hero-art { justify-self: center; width: min(100%, 470px); transform: rotate(5deg); filter: drop-shadow(0 28px 44px rgba(0,0,0,.32)); }

.section { padding-block: clamp(5rem, 9vw, 8rem); }
.section-dark { color: var(--white); background: var(--road-ink); }
.section-burgundy { color: var(--white); background: var(--stamp-burgundy); }
.section-heading { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(320px, 1.2fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-heading p { margin: 0; max-width: 660px; color: var(--muted); font-size: 1.25rem; }
.section-dark .section-heading p, .section-burgundy .section-heading p { color: #cdd8d3; }
.product-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.product-card { position: relative; padding: clamp(2rem, 5vw, 4rem); background: var(--white); border-left: 12px solid var(--stamp-burgundy); box-shadow: 0 22px 50px rgba(20,42,58,.11); }
.product-card::after { content: 'LOCAL FIRST'; position: absolute; right: -1rem; top: 2rem; padding: .5rem .7rem; color: var(--white); background: var(--crossroads-blue); font: 600 .68rem var(--utility); letter-spacing: .12em; transform: rotate(4deg); }
.product-card p { color: var(--muted); }
.feature-list { display: grid; gap: 1.2rem; margin: 0; padding: 0; list-style: none; }
.feature-list li { padding: 1.25rem 0 1.25rem 3.2rem; border-bottom: 1px solid var(--line); position: relative; }
.feature-list li::before { content: ''; position: absolute; left: 0; top: 1.55rem; width: 1.5rem; height: 1.5rem; border: 5px solid var(--stamp-burgundy); border-radius: 50%; box-shadow: inset 0 0 0 3px var(--paper-mist); background: var(--harvest-gold); }
.feature-list strong { display: block; font-family: var(--display); font-size: 1.35rem; line-height: 1.15; }
.feature-list span { color: var(--muted); }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.trust-card { min-height: 245px; padding: 2rem; background: var(--road-ink); }
.trust-card p { color: #bbc9c2; }
.trust-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 2rem; border: 3px solid var(--harvest-gold); border-radius: 50%; color: var(--harvest-gold); font: 700 1rem var(--utility); }

.link-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.link-list { display: grid; border-top: 1px solid rgba(255,255,255,.35); }
.link-list a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.35); text-decoration: none; font-weight: 700; }
.link-list a::after { content: '↗'; color: var(--harvest-gold); }

.page-hero { padding-block: clamp(4rem, 8vw, 7rem); color: var(--white); background: var(--crossroads-blue); }
.page-hero h1 { max-width: 980px; font-size: clamp(3.4rem, 8vw, 7.2rem); }
.page-hero p { max-width: 760px; color: #cfdbd5; font-size: 1.25rem; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: clamp(2rem, 8vw, 8rem); align-items: start; padding-block: clamp(4rem, 8vw, 7rem); }
.legal-nav { position: sticky; top: 110px; }
.legal-nav p { margin-top: 0; color: var(--muted); font: 600 .75rem var(--utility); letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { display: block; padding: .4rem 0; color: var(--muted); }
.legal-content h2 { margin: 3rem 0 1rem; padding-top: .5rem; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin-top: 2rem; font-family: var(--body); font-size: 1.25rem; letter-spacing: 0; line-height: 1.25; }
.legal-content p, .legal-content li { color: #31433d; }
.legal-content li + li { margin-top: .55rem; }
.notice { padding: 1.2rem 1.3rem; border-left: 6px solid var(--harvest-gold); background: #fff9e9; }
.notice strong { display: block; }
.callout { margin-block: 2rem; padding: 1.5rem; color: var(--white); background: var(--stamp-burgundy); }
.faq { border-top: 1px solid var(--line); }
.faq details { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: var(--display); font-size: 1.3rem; font-weight: 700; }
.faq details p { margin-bottom: 0; }

.site-footer { color: #cbd7d1; background: #0d1b25; padding-block: 3rem; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.footer-brand { color: var(--white); font: 700 1.4rem var(--display); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 1.5rem; }
.footer-meta { margin: 1.2rem 0 0; color: #9aaca4; font-size: .92rem; }

@media (max-width: 800px) {
  .header-inner { min-height: 68px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; left: 0; right: 0; top: 68px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: .5rem 1rem 1rem; background: var(--crossroads-blue); border-bottom: 1px solid rgba(255,255,255,.2); }
  .site-nav[data-open='true'] { display: flex; }
  .site-nav a { padding: .8rem; }
  .hero-grid { min-height: auto; grid-template-columns: minmax(0, 1fr); padding-block: 5rem; }
  .hero-copy { min-width: 0; }
  .hero-grid::before { left: 82%; }
  .hero-grid::after { top: 55%; left: -20%; }
  .hero-art { width: min(78vw, 390px); margin-top: 2rem; }
  .section-heading, .product-grid, .link-panel, .legal-layout { grid-template-columns: minmax(0, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .legal-nav { position: static; display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  body { font-size: 1rem; }
  h1, h2 { font-stretch: 75%; letter-spacing: -.055em; }
  h1 { font-size: clamp(2.7rem, 12vw, 3.1rem); }
  h2 { font-size: clamp(2.55rem, 11vw, 2.9rem); }
  .hero-grid { padding-block: 4rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .product-card::after { position: static; display: inline-block; margin-top: 1rem; transform: none; }
}

/* Publisher and product pages */
.publisher-hero { overflow: hidden; background: var(--paper-mist); }
.publisher-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; min-height: 660px; padding-block: clamp(4rem, 8vw, 7rem); }
.publisher-hero-copy h1, .product-hero h1 { max-width: 760px; font-size: clamp(3.6rem, 7vw, 7.4rem); color: var(--crossroads-blue); }
.publisher-hero .hero-deck { color: #42534d; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; min-height: 50px; color: var(--crossroads-blue); font-weight: 750; text-decoration-thickness: 1px; }
.publisher-workbench { position: relative; margin: 0; transform: rotate(2deg); box-shadow: 18px 20px 0 var(--harvest-gold); }
.publisher-workbench::before { position: absolute; top: -1.25rem; right: 1.25rem; width: 2.5rem; height: 2.5rem; content: ''; background: var(--stamp-burgundy); z-index: 1; }
.publisher-workbench img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.publisher-workbench figcaption { position: absolute; right: 1rem; bottom: 1rem; max-width: 16rem; padding: .55rem .7rem; color: var(--white); background: var(--crossroads-blue); font: 600 .65rem/1.45 var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.section-kicker { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(280px, 1.3fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: 3rem; }
.section-kicker > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.3rem; }
.app-shelf-card { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); overflow: hidden; color: var(--white); background: var(--crossroads-blue); box-shadow: 0 28px 48px rgba(20,42,58,.16); }
.app-shelf-art { display: grid; place-items: center; min-height: 430px; padding: 3rem; background: var(--stamp-burgundy); }
.app-shelf-art img { width: min(100%, 310px); transform: rotate(-8deg); filter: drop-shadow(0 20px 20px rgba(0,0,0,.28)); }
.app-shelf-copy { padding: clamp(2rem, 5vw, 4rem); }
.app-shelf-copy h2 { font-size: clamp(3rem, 6vw, 5.3rem); }
.app-shelf-copy > p:not(.eyebrow) { max-width: 660px; color: #cfdbd5; font-size: 1.22rem; }
.app-facts { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2rem 0; }
.app-facts span { padding: .35rem .55rem; border: 1px solid rgba(255,255,255,.35); color: #e1e9e4; font: 600 .68rem var(--utility); letter-spacing: .045em; text-transform: uppercase; }
.app-shelf-copy .text-link { color: var(--white); }
.maker-section { border-top: 1px solid var(--line); }
.maker-grid { display: grid; grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 8rem); }
.maker-principles { display: grid; gap: 0; border-top: 1px solid var(--line); }
.maker-principles article { position: relative; padding: 1.6rem 0 1.6rem 4.5rem; border-bottom: 1px solid var(--line); }
.maker-principles h3 { font-size: 1.55rem; }
.maker-principles p { margin-bottom: 0; color: var(--muted); }
.principle-mark { position: absolute; left: 0; top: 1.6rem; color: var(--stamp-burgundy); font: 700 .82rem var(--utility); }
.support-strip { color: var(--white); background: var(--stamp-burgundy); }
.support-strip-grid { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.support-strip h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.product-hero { overflow: hidden; color: var(--white); background: var(--crossroads-blue); }
.product-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; min-height: 650px; padding-block: clamp(4rem, 8vw, 7rem); }
.product-hero h1 { max-width: 670px; color: var(--white); font-size: clamp(3.2rem, 5.8vw, 6.7rem); }
.product-hero .hero-deck { color: #d3dfda; }
.text-link-light { color: var(--white); }
.passport-poster { position: relative; display: grid; place-items: center; min-height: 400px; padding: 2.8rem; background: var(--stamp-burgundy); transform: rotate(3deg); }
.passport-poster::before { position: absolute; inset: 1rem; border: 1px solid rgba(255,255,255,.46); content: ''; }
.passport-poster img { position: relative; z-index: 1; width: min(100%, 330px); transform: rotate(-7deg); filter: drop-shadow(0 18px 24px rgba(0,0,0,.28)); }
.passport-poster span { position: absolute; right: 1rem; bottom: 1rem; color: var(--harvest-gold); font: 700 .65rem/1.5 var(--utility); letter-spacing: .11em; text-align: right; }
.passport-intro { background: var(--white); }
.passport-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.passport-feature-grid article { min-height: 260px; padding: 2rem; background: var(--white); }
.passport-feature-grid p { color: var(--muted); }
.passport-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 2rem; color: var(--stamp-burgundy); border: 2px solid var(--stamp-burgundy); border-radius: 50%; font: 700 .8rem var(--utility); }
.privacy-promise-grid { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.privacy-promise-grid > div:last-child > p { max-width: 650px; color: #cad7d1; font-size: 1.25rem; }
.button-outline-gold { margin-top: .75rem; color: var(--harvest-gold); border-color: var(--harvest-gold); }
.product-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.product-resource-grid a { position: relative; display: flex; min-height: 255px; flex-direction: column; justify-content: space-between; padding: 1.6rem; color: var(--road-ink); background: var(--white); border: 1px solid var(--line); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.product-resource-grid a:hover { transform: translateY(-5px); box-shadow: 0 12px 24px rgba(20,42,58,.12); }
.product-resource-grid span { color: var(--stamp-burgundy); font: 600 .7rem var(--utility); letter-spacing: .1em; text-transform: uppercase; }
.product-resource-grid strong { max-width: 16rem; font-family: var(--display); font-size: 1.48rem; line-height: 1.12; letter-spacing: -.025em; }
.product-resource-grid i { color: var(--harvest-gold); font-size: 1.8rem; font-style: normal; }
.launch-note { margin-top: 2.5rem; padding: 1.1rem 1.25rem; border-left: 6px solid var(--harvest-gold); background: #fff9e9; }

@media (max-width: 800px) {
  .publisher-hero-grid, .product-hero-grid, .maker-grid, .support-strip-grid, .privacy-promise-grid, .section-kicker { grid-template-columns: minmax(0, 1fr); }
  .publisher-hero-grid, .product-hero-grid { min-height: auto; }
  .publisher-workbench { max-width: 680px; margin: 1rem auto 0; }
  .app-shelf-card { grid-template-columns: 1fr; }
  .app-shelf-art { min-height: 290px; }
  .passport-feature-grid, .product-resource-grid { grid-template-columns: 1fr; }
  .passport-feature-grid article, .product-resource-grid a { min-height: auto; }
}

@media (max-width: 480px) {
  .publisher-hero-copy h1, .product-hero h1 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .publisher-workbench { box-shadow: 10px 12px 0 var(--harvest-gold); }
  .app-shelf-art { padding: 2rem; }
  .passport-poster { min-height: 320px; padding: 2rem; }
}

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