:root {
  --ink: #10130f;
  --ink-soft: #373d35;
  --paper: #f6f3e9;
  --paper-deep: #e9e3d4;
  --white: #fffdf7;
  --gold: #e6ad2f;
  --gold-bright: #ffc94e;
  --green: #245d43;
  --green-bright: #62c48a;
  --line: rgba(16, 19, 15, 0.16);
  --shadow: 0 24px 70px rgba(28, 31, 24, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, textarea { font: inherit; }

.site-header {
  min-height: 86px;
  padding: 18px clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(246, 243, 233, 0.92);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: var(--ink); color: var(--gold-bright); font-weight: 900; letter-spacing: -0.05em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; letter-spacing: -0.02em; }
.brand small { margin-top: 2px; color: #656c61; font-size: 0.72rem; }
.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav a { text-decoration: none; font-weight: 720; font-size: 0.88rem; }
.site-header nav a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { background: var(--ink); color: var(--white); padding: 12px 17px; border-radius: 999px; }

.menu-toggle { display: none; }

.hero {
  min-height: 720px;
  padding: clamp(70px, 10vw, 140px) clamp(22px, 7vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 86% 12%, rgba(230, 173, 47, 0.18), transparent 27%), linear-gradient(135deg, #f8f5ec, #f1ecde);
}
.kicker, .section-number { margin: 0 0 22px; color: var(--green); font-size: 0.73rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 10px; }
.kicker span { width: 32px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.8vw, 5.8rem); line-height: 0.94; letter-spacing: -0.065em; font-weight: 600; }
.hero h1 strong, h2 strong { color: var(--gold); font-weight: inherit; }
.hero-lede { max-width: 710px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; padding: 15px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(110deg, #9d7129 0%, #d9b45e 25%, #f5dfa0 46%, #c89a3b 64%, #8d6323 100%); background-size: 220% 100%; color: var(--ink); box-shadow: 0 16px 34px rgba(198,154,59,.28); overflow: hidden; position: relative; }
.button-primary::after { background: linear-gradient(100deg, transparent 15%, rgba(255,255,255,.75) 48%, transparent 80%); content: ""; height: 220%; left: -55%; position: absolute; top: -60%; transform: skewX(-18deg) translateX(-140%); transition: transform 520ms ease; width: 32%; }
.button-primary:hover { background-position: 100% 0; box-shadow: 0 20px 45px rgba(198,154,59,.42); }
.button-primary:hover::after { transform: skewX(-18deg) translateX(560%); }
.button-quiet { border-color: var(--line); background: transparent; }
.button-quiet:hover { background: var(--white); box-shadow: var(--shadow); }
.button-light { background: var(--gold-bright); color: var(--ink); }
.hero-note { margin-top: 18px; color: #73786f; font-size: 0.8rem; }

.hero-system { min-height: 520px; position: relative; display: grid; place-items: center; }
.system-orbit { position: absolute; border: 1px solid rgba(36,93,67,.3); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; animation: orbit 32s linear infinite; }
.orbit-two { width: 310px; height: 310px; border-style: dashed; animation: orbit 24s linear infinite reverse; }
.system-core { width: 230px; aspect-ratio: 1; padding: 32px; display: flex; flex-direction: column; justify-content: center; border-radius: 50%; background: var(--ink); color: var(--white); box-shadow: 0 30px 80px rgba(16,19,15,.27); position: relative; z-index: 2; }
.system-core small { color: var(--gold-bright); font-size: .63rem; letter-spacing: .14em; font-weight: 900; }
.system-core strong { margin: 8px 0 10px; font-family: Georgia, serif; font-size: 2.7rem; }
.system-core span:last-child { color: #c9cec6; font-size: .8rem; line-height: 1.55; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--green-bright); position: absolute; top: 25px; right: 38px; box-shadow: 0 0 0 8px rgba(98,196,138,.12); }
.orbit-label { position: absolute; z-index: 3; padding: 10px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 10px 30px rgba(16,19,15,.1); font-size: .78rem; font-weight: 850; }
.label-leads { top: 50px; right: 90px; }
.label-service { right: -8px; top: 240px; }
.label-cost { bottom: 45px; left: 100px; }
.label-proof { left: -12px; top: 180px; }
@keyframes orbit { to { transform: rotate(360deg); } }

.signal-bar { min-height: 74px; padding: 18px clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow-x: auto; background: var(--ink); color: #e7eadf; font-size: .77rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.signal-bar span { white-space: nowrap; display: inline-flex; align-items: center; gap: 22px; }
.signal-bar span:not(:last-child)::after { content: "◆"; color: var(--gold); font-size: .45rem; }

.section-shell { padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 110px); }
.free-frankie { background: var(--paper); }
.free-card { max-width: 1380px; margin: 0 auto; min-height: 550px; padding: clamp(34px, 6vw, 80px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: center; gap: 70px; border-radius: 42px; background: var(--green); color: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.free-card .section-number { color: var(--gold-bright); }
.free-copy h2, .section-heading h2, .ann-copy h2, .proof-copy h2, .request h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.7vw, 5rem); line-height: 1.02; letter-spacing: -0.045em; font-weight: 600; }
.free-copy > p:not(.section-number) { max-width: 720px; color: #dce9e1; font-size: 1.05rem; line-height: 1.72; }
.check-list { margin: 28px 0 32px; padding: 0; list-style: none; display: grid; gap: 13px; color: #edf4ef; }
.check-list li { display: flex; align-items: center; gap: 12px; }
.check-list li::before { content: "✓"; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: var(--gold-bright); font-weight: 900; }
.frankie-face { display: grid; place-items: center; position: relative; }
.face-screen { width: min(330px, 76vw); aspect-ratio: 1; border: 12px solid #111813; border-radius: 38%; background: #071b12; box-shadow: inset 0 0 70px rgba(98,196,138,.17), 0 30px 70px rgba(0,0,0,.28); position: relative; }
.eye { width: 42px; height: 18px; border-radius: 999px; background: var(--gold-bright); position: absolute; top: 40%; box-shadow: 0 0 20px rgba(255,201,78,.55); }
.left-eye { left: 23%; }
.right-eye { right: 23%; }
.smile { width: 120px; height: 54px; position: absolute; left: 50%; bottom: 24%; transform: translateX(-50%); border-bottom: 8px solid var(--green-bright); border-radius: 50%; }
.status-light { margin-top: 22px; color: #b9d7c5; font: 800 .68rem/1 ui-monospace, monospace; letter-spacing: .25em; }

.suite { background: var(--white); }
.section-heading { max-width: 1380px; margin: 0 auto 56px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.section-heading > p { margin: 0; color: #62685f; line-height: 1.75; }
.suite-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.suite-card { min-height: 410px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 25px; background: #fbfaf5; position: relative; overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.suite-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--accent); }
.suite-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.accent-amber { --accent: #dfa62e; }
.accent-green { --accent: #337458; }
.accent-blue { --accent: #477a98; }
.accent-violet { --accent: #756a91; }
.accent-rose { --accent: #a86469; }
.accent-slate { --accent: #4f5853; }
.card-topline { display: flex; justify-content: space-between; align-items: center; color: #6a7067; font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.card-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px color-mix(in srgb, var(--accent) 13%, transparent); }
.suite-card h3 { margin: 42px 0 16px; font-family: Georgia, serif; font-size: 2rem; letter-spacing: -.035em; }
.suite-card > p { margin: 0; color: #565d54; line-height: 1.68; font-size: .94rem; }
.tag-list { margin: 24px 0 30px; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list li { padding: 7px 9px; border-radius: 8px; background: #eeece4; color: #4e544d; font-size: .68rem; font-weight: 750; }
.text-link { margin-top: auto; display: flex; justify-content: space-between; gap: 16px; color: var(--green); font-size: .78rem; font-weight: 900; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.flow { background: var(--ink); color: var(--white); }
.flow .section-number { color: var(--gold-bright); }
.flow-heading > p { color: #b8bdb4; }
.flow-list { max-width: 1380px; margin: 0 auto; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.flow-list li { min-height: 220px; padding: 28px; display: grid; grid-template-columns: 50px 1fr; gap: 16px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.flow-number { color: var(--gold-bright); font: 800 .68rem/1 ui-monospace, monospace; }
.flow-list h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 1.7rem; }
.flow-list p { margin: 0; color: #b7bcb4; line-height: 1.65; font-size: .88rem; }

.ann-section { display: grid; grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); gap: clamp(60px, 9vw, 150px); align-items: center; background: var(--paper-deep); }
.ann-ledger { max-width: 540px; width: 100%; margin: 0 auto; padding: 22px; border: 1px solid rgba(16,19,15,.25); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); transform: rotate(-1.8deg); }
.ledger-head, .ledger-row { display: flex; justify-content: space-between; gap: 20px; padding: 18px 12px; border-bottom: 1px solid var(--line); }
.ledger-head { color: var(--green); font: 900 .68rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.ledger-row { color: #555c52; }
.ledger-row strong { color: var(--ink); }
.ledger-row.total { margin-top: 12px; border-radius: 12px; background: var(--ink); color: var(--white); border: 0; }
.ledger-row.total strong { color: var(--gold-bright); }
.ledger-foot { padding: 18px 12px 4px; color: #70766d; font-size: .72rem; }
.ann-copy > p:not(.section-number), .proof-copy > p:not(.section-number), .request > div > p:not(.section-number) { color: #565d54; line-height: 1.75; font-size: 1.02rem; }
.metric-row { margin: 34px 0; display: flex; flex-wrap: wrap; gap: 12px; }
.metric-row div { min-width: 130px; padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.4); }
.metric-row strong, .metric-row span { display: block; }
.metric-row strong { font-family: Georgia, serif; font-size: 1.4rem; }
.metric-row span { margin-top: 4px; color: #656b63; font-size: .72rem; }

.proof-loop { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 140px); align-items: center; background: var(--white); }
.proof-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.proof-steps div { min-height: 190px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: #f8f6ee; }
.proof-steps span { color: var(--green); font: 900 .7rem/1 ui-monospace, monospace; }
.proof-steps strong { margin-top: 40px; font-family: Georgia, serif; font-size: 1.35rem; }
.proof-steps small { margin-top: 9px; color: #686e65; line-height: 1.5; }

.request { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 140px); align-items: start; background: var(--green); color: var(--white); }
.request .section-number { color: var(--gold-bright); }
.request > div > p:not(.section-number) { color: #d7e4dc; }
.request-form { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-radius: 26px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.request-form label { display: grid; gap: 8px; font-size: .76rem; font-weight: 850; }
.request-form input, .request-form textarea { width: 100%; padding: 14px; border: 1px solid #c8cbbf; border-radius: 11px; background: #fff; color: var(--ink); outline: none; }
.request-form input:focus, .request-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(36,93,67,.12); }
.full-field { grid-column: 1 / -1; }
.request-form .button { width: 100%; border: 0; }
.form-note { margin: -2px 0 0; color: #747a71; font-size: .68rem; line-height: 1.5; }
.consent-group { border: 1px solid var(--line); display: grid; gap: 10px; margin: 0; padding: 14px; }
.consent-group legend { color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .1em; padding: 0 6px; text-transform: uppercase; }
.consent-group .check-label { align-items: flex-start; display: flex; flex-direction: row; font-size: .72rem; font-weight: 600; gap: 8px; line-height: 1.45; }
.consent-group input[type="checkbox"] { accent-color: var(--gold); flex: 0 0 auto; margin-top: 2px; min-height: 16px; width: 16px; }
.consent-group small { color: #747a71; font-size: .68rem; line-height: 1.5; }
.consent-group small a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

footer { padding: 42px clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; background: #090b09; color: #d8ddd5; }
.footer-brand .brand-mark { background: var(--gold-bright); color: var(--ink); }
.footer-brand small { color: #899087; }
footer p { margin: 0; text-align: center; color: #929990; font-size: .78rem; }
footer > a { font-size: .78rem; text-decoration: none; }

@media (max-width: 1050px) {
  .menu-toggle { display: inline-flex; background: var(--ink); border: 0; border-radius: 999px; color: var(--white); cursor: pointer; font-weight: 800; padding: 11px 15px; }
  .site-header nav { display: none; }
  .site-header.nav-open nav { background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); display: grid; gap: 0; left: 20px; padding: 8px; position: absolute; right: 20px; top: calc(100% + 8px); }
  .site-header.nav-open nav a { padding: 12px 14px; }
  .site-header.nav-open nav .nav-cta { border-radius: 9px; margin-top: 5px; text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 5; }
  .hero-system { min-height: 430px; }
  .suite-grid { grid-template-columns: 1fr 1fr; }
  .section-heading, .ann-section, .proof-loop, .request { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 28px; }
}

@media (max-width: 700px) {
  .site-header { min-height: 74px; }
  .brand small { display: none; }
  .site-header nav { gap: 8px; }
  .nav-cta { padding: 10px 13px; font-size: .72rem !important; }
  .hero { min-height: auto; padding-top: 80px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-system { min-height: 370px; transform: scale(.84); }
  .signal-bar { justify-content: flex-start; }
  .free-card { grid-template-columns: 1fr; border-radius: 26px; }
  .frankie-face { order: -1; }
  .suite-grid, .flow-list, .proof-steps, .request-form { grid-template-columns: 1fr; }
  .flow-list { border-left: 0; }
  .flow-list li { border-left: 1px solid rgba(255,255,255,.18); }
  .full-field { grid-column: auto; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { text-align: left; }
}

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