:root {
  --ink: #1f2a25;
  --muted: #66716b;
  --paper: #fbfaf7;
  --card: #ffffff;
  --line: #e8e3da;
  --purple: #eee8fb;
  --peach: #fff0e8;
  --green: #edf6ea;
  --blue: #eaf3f8;
  --pink: #f9eaf0;
  --radius: 28px;
  --shadow: 0 18px 54px rgba(31, 42, 37, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 28px; height: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(45deg); }
.brand-mark span { border-radius: 10px; }
.brand-mark span:nth-child(1) { background:#9d8fca; }
.brand-mark span:nth-child(2) { background:#efb58d; }
.brand-mark span:nth-child(3) { background:#91ba95; }
.brand-mark span:nth-child(4) { background:#8db2c5; }
.brand-mark.small { width: 22px; height: 22px; }
nav { display: flex; gap: 24px; font-size: 14px; color: var(--muted); }
nav a:hover { color: var(--ink); }

.eyebrow { margin: 0 0 16px; font-size: 12px; letter-spacing: .17em; text-transform: uppercase; font-weight: 800; color: #69756f; }
.hero { padding: 104px 0 110px; }
.hero h1 { margin: 0; max-width: 980px; font-size: clamp(62px, 8.2vw, 116px); line-height: .92; letter-spacing: -.065em; font-weight: 780; }
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-deck { max-width: 780px; margin: 42px 0 0; font-size: clamp(24px, 3vw, 40px); line-height: 1.16; letter-spacing: -.035em; }
.hero-body { max-width: 760px; margin-top: 48px; color: var(--muted); font-size: 20px; }
.hero-body p { margin: 0 0 12px; }
.four-pillars { display: flex; flex-wrap: wrap; gap: 10px; margin: 36px 0 42px; }
.four-pillars span { padding: 12px 18px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-weight: 750; box-shadow: 0 7px 20px rgba(31,42,37,.04); }
.definition { max-width: 850px; font-size: 19px; }
.definition p { margin: 0 0 18px; }
.strong-line { font-size: 25px; line-height: 1.35; letter-spacing: -.025em; }

.question-band { background: #252e2a; color: #fff; }
.question-inner { padding: 92px 0 96px; }
.question-inner .eyebrow { color: #bdc7c0; }
.question-inner h2 { margin: 0; max-width: 920px; font-size: clamp(46px, 6vw, 82px); line-height: 1; letter-spacing: -.055em; font-weight: 700; }

.products { padding: 112px 0; }
.section-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 48px; }
.product-card { grid-column: span 4; min-height: 340px; padding: 28px; border-radius: var(--radius); border: 1px solid rgba(31,42,37,.06); display: flex; flex-direction: column; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(31,42,37,.11); }
.product-card:nth-child(4), .product-card:nth-child(5) { grid-column: span 6; }
.product-card.matrix { background: var(--purple); }
.product-card.sparks { background: var(--peach); }
.product-card.guild { background: var(--green); }
.product-card.finance { background: var(--blue); }
.product-card.companion { background: var(--pink); }
.product-topline { display: flex; gap: 9px; align-items: center; text-transform: uppercase; font-size: 11px; letter-spacing: .13em; font-weight: 800; color: #67716c; }
.product-dot { width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.product-card h3 { margin: 34px 0 16px; font-size: 33px; letter-spacing: -.04em; line-height: 1; }
.product-card p { margin: 0; font-size: 17px; color: #4d5853; }
.card-link { margin-top: auto; padding-top: 30px; font-weight: 750; }
.mesh-note { margin-top: 34px; padding: 28px 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; font-size: 20px; }
.mesh-note p { margin: 0; }

.life-band { background: #f1eee7; }
.life-inner { padding: 78px 0; font-size: clamp(28px, 3.2vw, 48px); letter-spacing: -.035em; line-height: 1.12; }
.life-inner p { margin: 0 0 8px; color: #69716d; }
.life-inner strong { display: block; }

.journey { padding: 112px 0; }
.journey-copy { max-width: 900px; }
.journey h2 { margin: 0 0 32px; font-size: clamp(48px, 5.4vw, 76px); line-height: 1; letter-spacing: -.055em; }
.journey-copy > p:not(.eyebrow) { font-size: 20px; color: #53605a; margin: 0 0 18px; }
.journey-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.journey-links a { padding: 11px 15px; border-radius: 999px; border: 1px solid #ddd8ce; background: #fff; font-size: 14px; font-weight: 700; }

.closing { padding: 60px 0 118px; text-align: center; }
.closing h2 { margin: 0; font-size: clamp(48px, 5.5vw, 76px); letter-spacing: -.055em; line-height: 1; }
.closing > p:last-child { margin: 22px 0 0; font-size: 20px; color: var(--muted); }

.site-footer { min-height: 110px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand span { color: var(--muted); font-size: 13px; }
.footer-meta { color: var(--muted); font-size: 13px; }

@media (max-width: 840px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 74px; }
  nav { display: none; }
  .hero { padding: 72px 0 78px; }
  .hero h1 { font-size: clamp(54px, 17vw, 80px); }
  .hero-deck { font-size: 26px; }
  .hero-body { font-size: 18px; }
  .question-inner { padding: 72px 0 76px; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: 1 / -1; min-height: 300px; }
  .products, .journey { padding: 82px 0; }
  .life-inner { padding: 62px 0; }
  .site-footer { padding: 28px 0; align-items: flex-start; flex-direction: column; }
}
