:root {
  --paper: #f8f6ef;
  --paper-deep: #ece8dc;
  --ink: #151620;
  --ink-soft: #626171;
  --signal: #ffd500;
  --coral: #ed745d;
  --cyan: #00aab7;
  --line: rgba(21, 22, 32, 0.16);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(248, 246, 239, 0.91);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 20px; font-weight: 700; }
.brand-mark, .footer-mark { position: relative; display: block; width: 35px; height: 35px; }
.brand-mark span, .footer-mark span { position: absolute; inset: 5px; border: 3px solid var(--signal); transform: rotate(30deg) skewX(-28deg); }
.brand-mark span:nth-child(2), .footer-mark span:nth-child(2) { inset: 10px; border-color: var(--coral); }
.brand-mark span:nth-child(3), .footer-mark span:nth-child(3) { inset: 15px; border-color: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 30px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.site-nav > a:not(.button) { border-bottom: 1px solid transparent; }
.site-nav > a:not(.button):hover { color: var(--ink); border-color: var(--ink); }
.menu-toggle { display: none; border: 0; background: none; font-weight: 700; }

.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 24px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow.coral { color: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 0.98; }
h1, h2 { font-family: var(--serif); letter-spacing: -0.045em; }
h1 { max-width: 690px; margin-bottom: 28px; font-size: clamp(64px, 8.4vw, 126px); font-weight: 700; }
h1 em { color: var(--coral); font-weight: 400; }
h2 { margin-bottom: 24px; font-size: clamp(46px, 6.2vw, 86px); }
h3 { font-family: var(--serif); font-size: 30px; letter-spacing: -0.025em; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 220px; padding: 16px 18px; border: 1px solid var(--ink); background: var(--signal); box-shadow: 5px 5px 0 var(--ink); font-size: 13px; font-weight: 800; transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.button-small { min-width: 0; padding: 10px 13px; box-shadow: none; }
.button-dark { background: var(--ink); color: white; box-shadow: 5px 5px 0 var(--coral); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }

.hero { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; min-height: 860px; padding-block: 120px 190px; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 42%; width: 1px; background: var(--line); }
.hero-copy { position: relative; z-index: 2; align-self: center; }
.hero-deck { font-family: var(--serif); font-size: clamp(23px, 2.2vw, 32px); }
.hero-body { max-width: 620px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.hero-visual { position: relative; align-self: center; margin-top: 40px; }
.hero-frame { position: relative; z-index: 2; padding: 13px; background: var(--signal); box-shadow: 18px 18px 0 var(--ink); transform: rotate(2deg); }
.hero-frame img { aspect-ratio: 1 / 0.77; object-fit: cover; }
.orbit { position: absolute; z-index: 0; border: 1px solid var(--coral); border-radius: 50%; }
.orbit-one { inset: -74px -50px 30px -65px; }
.orbit-two { inset: 80px -95px -70px 35px; border-color: var(--cyan); }
.node { position: absolute; z-index: 3; width: 18px; height: 18px; border: 4px solid var(--paper); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 1px var(--ink); }
.node-a { top: -55px; right: 25%; }
.node-b { bottom: -63px; left: 28%; background: var(--cyan); }
.node-c { right: -86px; bottom: 30%; background: var(--signal); }
.hero-caption { position: absolute; z-index: 4; right: -22px; bottom: -36px; display: flex; flex-direction: column; width: 185px; padding: 14px 16px; border: 1px solid var(--ink); background: var(--paper); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-caption strong { font-family: var(--serif); font-size: 20px; letter-spacing: 0; text-transform: none; }
.income-note { position: absolute; z-index: 5; bottom: 58px; left: 0; display: grid; grid-template-columns: auto 220px 1fr; gap: 24px; align-items: center; width: calc(100% - 80px); padding-top: 24px; border-top: 1px solid var(--ink); }
.income-note p, .income-note small { margin: 0; }
.income-note small { max-width: 540px; color: var(--ink-soft); }
.income-number { font-family: var(--serif); font-size: 64px; font-weight: 700; line-height: 1; }

.agents-section { padding-block: 130px; background: var(--paper-deep); }
.section-heading { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading > p { max-width: 440px; color: var(--ink-soft); }
.agent-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.agent-card { display: grid; grid-template-columns: 180px 1fr; gap: 26px; padding: 26px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper); }
.agent-card-featured { grid-column: 1 / -1; grid-template-columns: 320px 1fr; background: var(--ink); color: white; }
.agent-card-featured .agent-copy { max-width: 640px; align-self: center; }
.agent-image { overflow: hidden; background: var(--signal); }
.agent-image img { height: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(0.9); transition: transform 500ms cubic-bezier(.2,.8,.2,1), filter 300ms ease; }
.agent-card:hover .agent-image img { transform: scale(1.035); filter: saturate(1.1); }
.agent-field { margin-bottom: 14px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.agent-copy h3 { margin-bottom: 15px; }
.agent-copy > p:not(.agent-field) { color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.agent-card-featured .agent-copy > p:not(.agent-field) { color: rgba(255,255,255,.7); font-size: 15px; }
.read-more { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; }

.launch-section { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 100px; align-items: center; padding-block: 150px; }
.launch-image { position: relative; padding: 16px; border: 1px solid var(--ink); background: var(--signal); box-shadow: -16px 16px 0 var(--coral); transform: rotate(-1.5deg); }
.launch-image p { display: flex; justify-content: space-between; margin: 14px 0 0; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.launch-copy .large-copy { font-family: var(--serif); font-size: 26px; }
.launch-copy > p:not(.eyebrow):not(.large-copy) { max-width: 580px; color: var(--ink-soft); }
.launch-copy .button { margin-top: 22px; }

.economy-section { padding-block: 130px; background: var(--ink); color: white; }
.economy-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; align-items: end; margin-bottom: 90px; }
.economy-intro .eyebrow { grid-column: 1 / -1; }
.economy-intro h2 { margin-bottom: 0; }
.economy-intro > p:last-child { max-width: 500px; color: rgba(255,255,255,.65); }
.economy-intro strong { color: var(--signal); }
.earning-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.28); list-style: none; }
.earning-list li { display: grid; grid-template-columns: 90px 1fr 280px; gap: 30px; align-items: start; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.earning-index { color: var(--coral); font-family: var(--serif); font-size: 28px; }
.earning-list h3 { margin-bottom: 12px; font-size: 35px; }
.earning-list p { max-width: 590px; margin-bottom: 0; color: rgba(255,255,255,.6); }
.earning-list li > strong { color: var(--signal); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.business-section { display: grid; grid-template-columns: 1fr 0.8fr; gap: 80px; align-items: center; padding-block: 150px; }
.business-copy > p:not(.eyebrow) { max-width: 650px; color: var(--ink-soft); font-size: 18px; }
.business-copy > p.business-era { display: inline-block; margin: 0 0 18px; padding: 7px 10px; background: var(--ink); color: var(--paper); font-size: 11px; font-weight: 800; letter-spacing: 0.16em; line-height: 1; text-transform: uppercase; }
.business-copy .button { margin-top: 24px; }
.business-image { position: relative; }
.business-image::before { content: ""; position: absolute; inset: -20px 20px 20px -20px; z-index: -1; border: 1px solid var(--coral); }

.builder-section { padding-block: 130px; border-top: 1px solid rgba(255,255,255,.2); background: var(--ink); color: white; }
.builder-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.builder-intro { position: sticky; top: 120px; align-self: start; }
.builder-intro h2 { max-width: 520px; }
.builder-intro > p:last-child { max-width: 440px; color: rgba(255,255,255,.62); }
.brief-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 34px; border: 1px solid rgba(255,255,255,.3); }
.brief-form label { display: grid; gap: 9px; color: var(--signal); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.brief-form input, .brief-form select, .brief-form textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 0; background: rgba(255,255,255,.06); color: white; font: 16px/1.4 var(--sans); text-transform: none; }
.brief-form textarea { min-height: 108px; resize: vertical; }
.brief-form select option { color: var(--ink); }
.brief-form input::placeholder, .brief-form textarea::placeholder { color: rgba(255,255,255,.4); }
.brief-form input:focus-visible, .brief-form select:focus-visible, .brief-form textarea:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; }
.field-wide { grid-column: 1 / -1; }
.brief-result { grid-column: 2; padding: 34px; border: 1px solid var(--signal); background: var(--paper); color: var(--ink); }
.brief-result h3 { margin-bottom: 20px; font-size: 36px; }
.brief-result pre { overflow-x: auto; margin: 0 0 28px; white-space: pre-wrap; font: 15px/1.65 var(--sans); }
.noscript-note { grid-column: 2; padding: 18px; border: 1px solid var(--coral); color: white; }

.profiles-main { padding-block: 100px 140px; }
.profiles-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 80px; }
.profiles-intro p:last-child { max-width: 480px; color: var(--ink-soft); }
.profile-list { display: grid; gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.profile-entry { display: grid; grid-template-columns: 260px 1fr; gap: 42px; padding: 34px; background: var(--paper); scroll-margin-top: 90px; }
.profile-entry img { aspect-ratio: 1; object-fit: cover; }
.profile-entry h2 { margin-bottom: 18px; font-size: clamp(40px, 5vw, 66px); }
.profile-entry .origin { margin-top: 24px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { display: grid; grid-template-columns: 60px 1fr auto; gap: 24px; align-items: end; padding: 60px max(24px, calc((100vw - var(--max)) / 2)); border-top: 1px solid rgba(255,255,255,.2); background: var(--ink); color: white; }
.footer-mark span:nth-child(3) { border-color: white; }
.site-footer p { margin: 0; }
.footer-meta { color: rgba(255,255,255,.55); font-size: 12px; text-align: right; }

.hero .reveal { animation: rise-in 650ms cubic-bezier(.2,.8,.2,1) both; }
.hero .hero-visual { animation-delay: 90ms; }
.hero .income-note { animation-delay: 180ms; }

@keyframes rise-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-block: 90px 190px; }
  .hero::before { left: 50%; }
  .hero-visual { width: min(80%, 650px); margin: 40px auto 0; }
  .income-note { grid-template-columns: auto 1fr; width: 100%; }
  .income-note small { grid-column: 2; }
  .section-heading, .economy-intro { grid-template-columns: 1fr; gap: 24px; }
  .economy-intro .eyebrow { grid-column: auto; }
  .agent-card { grid-template-columns: 130px 1fr; }
  .agent-card-featured { grid-template-columns: 260px 1fr; }
  .launch-section, .business-section { gap: 50px; }
  .earning-list li { grid-template-columns: 60px 1fr; }
  .earning-list li > strong { grid-column: 2; }
}

@media (max-width: 720px) {
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .site-header { min-height: 64px; padding-inline: 16px; }
  .menu-ready .menu-toggle { display: flex; align-items: center; gap: 10px; cursor: pointer; }
  .menu-lines { position: relative; width: 20px; height: 12px; border-top: 2px solid; border-bottom: 2px solid; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 18px; padding: 18px 16px 24px; border-bottom: 1px solid var(--ink); background: var(--paper); }
  .menu-ready .site-nav { display: none; }
  .menu-ready .site-nav.is-open { display: flex; }
  .site-nav .button { justify-content: center; }
  h1 { font-size: clamp(58px, 18vw, 84px); }
  h2 { font-size: clamp(44px, 14vw, 64px); }
  .hero { min-height: 0; padding-block: 76px 80px; }
  .hero-visual { width: 90%; margin-bottom: 42px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .income-note { position: static; grid-template-columns: 1fr; width: 100%; margin-top: 85px; }
  .income-note small { grid-column: auto; }
  .agents-section, .economy-section { padding-block: 88px; }
  .section-heading { margin-bottom: 46px; }
  .agent-grid { grid-template-columns: 1fr; }
  .agent-card, .agent-card-featured { grid-column: auto; grid-template-columns: 112px 1fr; padding: 18px; }
  .agent-card-featured .agent-copy > p:not(.agent-field) { font-size: 13px; }
  .launch-section, .business-section { grid-template-columns: 1fr; padding-block: 100px; }
  .builder-grid { grid-template-columns: 1fr; gap: 46px; }
  .builder-intro { position: static; }
  .brief-result { grid-column: 1; }
  .noscript-note { grid-column: 1; }
  .profiles-intro { grid-template-columns: 1fr; gap: 20px; }
  .profile-entry { grid-template-columns: 180px 1fr; }
  .launch-image { width: 88%; margin-inline: auto; }
  .business-image { grid-row: 1; }
  .earning-list li { grid-template-columns: 42px 1fr; gap: 16px; }
  .site-footer { grid-template-columns: 48px 1fr; }
  .footer-meta { grid-column: 2; text-align: left; }
}

@media (max-width: 480px) {
  .brand { font-size: 17px; }
  .brand-mark { width: 30px; height: 30px; }
  .agent-card, .agent-card-featured { grid-template-columns: 1fr; }
  .agent-image { aspect-ratio: 16 / 10; }
  .agent-image img { aspect-ratio: auto; object-position: center 32%; }
  .hero-caption { right: -12px; }
  .orbit-two, .node-c { display: none; }
  .brief-form { grid-template-columns: 1fr; padding: 22px; }
  .field-wide { grid-column: 1; }
  .profile-entry { grid-template-columns: 1fr; padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .hero .reveal { animation: none; }
}
