:root {
  --paper: #f4f0e5;
  --paper-strong: #fffdf7;
  --ink: #181a18;
  --muted: #66685f;
  --line: rgba(24, 26, 24, .18);
  --acid: #dfff61;
  --coral: #ff755f;
  --blue: #8ba8ff;
  --honey: #f2c46f;
  --radius: 22px;
  --shadow: 0 18px 48px rgba(32, 35, 27, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 2%, rgba(223,255,97,.24), transparent 30rem),
    radial-gradient(circle at 92% 18%, rgba(139,168,255,.18), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; border-radius: 6px; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 82px; border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: -.04em; font-size: 1.3rem; }
.wordmark-dot { width: 14px; height: 14px; border-radius: 50% 50% 50% 2px; background: var(--coral); transform: rotate(-18deg); }
.nav { display: flex; align-items: center; gap: 24px; font-size: .92rem; font-weight: 700; }
.nav a { text-decoration: none; }
.nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav .nav-cta { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; }
.hero { display: grid; grid-template-columns: 1.45fr .75fr; gap: 56px; align-items: center; min-height: 610px; padding: 72px 0 76px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; font-weight: 850; font-size: .72rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3.4rem, 8.4vw, 7.6rem); line-height: .88; letter-spacing: -.075em; }
h1 .mark { position: relative; z-index: 0; white-space: nowrap; }
h1 .mark::after { content: ""; position: absolute; z-index: -1; left: -.04em; right: -.05em; bottom: .05em; height: .24em; background: var(--acid); transform: rotate(-1.5deg); }
.hero-copy { max-width: 670px; margin-bottom: 30px; color: #3f423c; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(24,26,24,.12); }
.button-primary { background: var(--ink); color: white; }
.button-secondary { background: transparent; }
.button-acid { background: var(--acid); color: var(--ink); }
.hero-note { margin: 18px 0 0; color: var(--muted); font-size: .86rem; }
.signal {
  position: relative; min-height: 380px; border: 1px solid var(--ink); border-radius: 34px;
  background: var(--paper-strong); box-shadow: var(--shadow); overflow: hidden; transform: rotate(1.5deg);
}
.signal::before { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; background: var(--blue); top: -80px; right: -70px; }
.signal::after { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 36% 64% 58% 42%; background: var(--coral); bottom: -70px; left: -35px; transform: rotate(22deg); }
.signal-card { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; padding: 24px; border: 1px solid var(--ink); border-radius: 20px; background: rgba(255,253,247,.94); }
.signal-kicker { margin-bottom: 8px; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 850; }
.signal-card strong { display: block; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1; letter-spacing: -.045em; }
.section { padding: 86px 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 36px; align-items: end; }
.section h2 { margin-bottom: 0; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.055em; }
.section-intro { max-width: 600px; margin-bottom: 2px; color: var(--muted); font-size: 1.05rem; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.project-card { display: flex; flex-direction: column; min-height: 278px; padding: 26px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--paper-strong); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.project-card:hover { transform: translateY(-4px) rotate(-.25deg); box-shadow: var(--shadow); }
.project-card.acid { background: var(--acid); }
.project-card.blue { background: #dce5ff; }
.project-card.soft { background: #ece8dc; }
.project-card.coral { background: #ffd9d1; }
.card-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 48px; }
.status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: .72rem; line-height: 1; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.arrow { font-size: 1.5rem; line-height: 1; }
.project-card h3 { margin-bottom: 10px; font-size: clamp(1.75rem, 3.6vw, 2.8rem); line-height: .98; letter-spacing: -.045em; }
.project-card p { max-width: 520px; margin-bottom: 0; color: #484b45; }
.project-card .card-meta { margin-top: auto; padding-top: 26px; color: var(--muted); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--ink); border-radius: var(--radius); overflow: hidden; background: var(--ink); }
.step { min-height: 230px; padding: 24px; background: var(--paper-strong); }
.step b { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 42px; border-radius: 50%; background: var(--ink); color: white; }
.step h3 { margin-bottom: 10px; font-size: 1.2rem; letter-spacing: -.02em; }
.step p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.panel { padding: 30px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--paper-strong); }
.panel-dark { background: var(--ink); color: white; }
.panel h3 { margin-bottom: 26px; font-size: 1.7rem; line-height: 1.05; letter-spacing: -.035em; }
.list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.list li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(102,104,95,.3); }
.list li::before { content: "↳"; font-weight: 900; }
.panel-dark .list li { border-color: rgba(255,255,255,.2); }
.footer { padding: 44px 0; border-top: 1px solid var(--line); }
.footer-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.footer-line { max-width: 640px; margin: 0 0 18px; font-size: clamp(2rem, 4vw, 4rem); line-height: .96; letter-spacing: -.055em; font-weight: 850; }
.footer-meta { color: var(--muted); font-size: .82rem; }
.breadcrumb { display: inline-flex; margin-top: 28px; color: var(--muted); font-size: .88rem; text-decoration: none; font-weight: 750; }
.breadcrumb:hover { color: var(--ink); }
.project-hero { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.55fr); gap: 46px; padding: 64px 0 72px; align-items: end; }
.project-hero h1 { margin: 14px 0 24px; font-size: clamp(3.5rem, 8vw, 7.4rem); }
.project-lead { max-width: 720px; margin-bottom: 0; color: #454841; font-size: clamp(1.08rem, 2vw, 1.32rem); }
.fact-box { padding: 24px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--paper-strong); box-shadow: var(--shadow); }
.facts { margin: 0; }
.facts div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; padding: 12px 0; border-top: 1px solid var(--line); }
.facts div:first-child { border-top: 0; padding-top: 0; }
.facts dt { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.facts dd { margin: 0; font-weight: 750; }
.project-body { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); gap: 46px; padding: 72px 0; border-top: 1px solid var(--line); }
.prose h2 { margin: 52px 0 18px; font-size: clamp(2rem,4vw,3.8rem); line-height: 1; }
.prose h2:first-child { margin-top: 0; }
.prose p { max-width: 720px; color: #454841; font-size: 1.02rem; }
.prose .list { max-width: 720px; }
.aside-stack { display: grid; align-content: start; gap: 14px; }
.notice { padding: 22px; border: 1px solid var(--ink); border-radius: 18px; background: var(--acid); }
.notice.coral { background: #ffd9d1; }
.notice h3 { margin-bottom: 9px; font-size: 1.08rem; }
.notice p { margin: 0; font-size: .9rem; }
.project-actions { display: grid; gap: 10px; margin-top: 8px; }
.project-actions .button { width: 100%; }
.disclosure { padding: 24px; border: 1px dashed var(--muted); border-radius: 18px; color: var(--muted); font-size: .86rem; }
@media (max-width: 900px) {
  .hero, .project-hero, .project-body { grid-template-columns: 1fr; }
  .signal { min-height: 290px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 26px, 1180px); }
  .site-header { min-height: 70px; }
  .nav a:not(.nav-cta) { display: none; }
  .nav .nav-cta { padding: 9px 13px; font-size: .8rem; }
  .hero { min-height: auto; padding: 50px 0 58px; gap: 34px; }
  h1 { font-size: clamp(3.1rem, 17vw, 5.2rem); }
  .project-grid, .split, .steps { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .project-card { min-height: 245px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .project-hero { padding: 44px 0 54px; gap: 28px; }
  .project-body { padding: 52px 0; gap: 32px; }
}
/* RealityFeed audience entry points */
#clients,#projects,#how{scroll-margin-top:24px}.client-actions{margin-top:30px}.wordmark{white-space:nowrap}@media(max-width:380px){.wordmark{font-size:1.25rem}.nav .nav-cta{font-size:.72rem;padding:8px}}
