/* The main site, askjackson.ai. Direction B ("Console") from the mockups George
   chose on 2026-09-22: the brand's navy for the top band and the reading-depth
   section, light in between, blue for the one action. No script is needed to
   read it; site.js only makes the form answer in place. */

:root {
  --navy: #07162B;      --navy-2: #0F1F38;   --navy-line: #23385A;  --navy-field: #081428;
  --ink: #0F1B2D;       --body: #3B4655;     --muted: #5B6673;
  --paper: #FFFFFF;     --wash: #F3F6FA;     --line: #E1E7EF;       --field-line: #C9D3E0;
  --blue: #087CF4;      --cyan: #00D9FF;     --cyan-ink: #4DE4FF;   --sky: #8FB6E8;
  --on-navy: #FFFFFF;   --on-navy-soft: #B9C4D3; --on-navy-muted: #8FA3BF; --on-navy-link: #C7D2E1;
  --display: 'Bricolage Grotesque', system-ui, sans-serif;
  --text: 'Instrument Sans', system-ui, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  --gutter: 72px;
}
@media (max-width: 900px) { :root { --gutter: 16px; } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--text);
       font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -0.02em; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
img { display: block; }
.mono { font-family: var(--mono); }
.wrap { padding-left: var(--gutter); padding-right: var(--gutter); }
.eyebrow { font-family: var(--mono); font-size: 13px; color: var(--blue); }
.button { display: inline-block; background: var(--blue); color: #fff; padding: 15px 22px; border-radius: 8px;
          font-weight: 600; font-size: 16px; border: 0; font-family: inherit; cursor: pointer; line-height: 1.2; }
.button:hover { background: #0B6BD1; color: #fff; }
.skip { position: absolute; left: -9999px; }
.skip:focus { position: static; }

/* ---- the dark top: nav and hero ---- */
.top { background: var(--navy); color: var(--on-navy); }
.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; gap: 16px; }
.nav .logo img { height: 52px; width: auto; }
.nav .links { display: flex; align-items: center; gap: 32px; font-size: 15px; font-weight: 500; }
.nav .links a { color: var(--on-navy-link); }
.nav .links a:hover { color: #fff; }
.nav .links .button { padding: 11px 18px; font-size: 15px; }
.hero.one { grid-template-columns: minmax(0, 1fr); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 520px; gap: 64px; align-items: center;
        padding-top: 88px; padding-bottom: 96px; }
.hero .copy { display: flex; flex-direction: column; gap: 28px; }
.hero .status { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 13px; color: var(--sky); }
.hero .status .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.hero h1 { font-size: 66px; line-height: 1.02; color: #fff; }
.hero .lede { font-size: 20px; color: var(--on-navy-soft); max-width: 540px; }
.hero .actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero .actions .quiet { color: #fff; font-weight: 600; font-size: 16px; padding: 15px 8px; }

/* the demo card: one real lookup, as the site shows it */
.demo { background: var(--navy-2); border: 1px solid var(--navy-line); border-radius: 14px; overflow: hidden;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35); }
.demo .bar { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--navy-line);
             font-family: var(--mono); font-size: 12px; color: var(--on-navy-muted); }
.demo .bar i { width: 9px; height: 9px; border-radius: 50%; background: #2E4568; }
.demo .body { display: flex; flex-direction: column; gap: 18px; padding: 24px; }
.demo .ask { display: flex; align-items: center; gap: 12px; border: 1px solid #2E4568; border-radius: 8px; padding: 12px 14px;
             font-family: var(--mono); font-size: 15px; background: var(--navy-field); }
.demo .ask span:first-child { color: var(--on-navy-muted); }
.demo .answer { color: #fff; }
.demo .how { font-size: 13px; color: var(--on-navy-muted); margin-top: 8px; }
.demo .proof { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 16px; }
.demo .sheet { display: flex; flex-direction: column; gap: 5px; background: #F4F1EA; border-radius: 6px; padding: 12px 10px; height: 176px; }
.demo .sheet i { display: block; height: 6px; background: #D9D5CC; border-radius: 2px; }
.demo .sheet i.h { background: #C9C4B8; width: 60%; }
.demo .sheet i:nth-child(2) { width: 90%; } .demo .sheet i:nth-child(3) { width: 84%; }
.demo .sheet i:nth-child(5) { width: 88%; } .demo .sheet i:nth-child(6) { width: 70%; } .demo .sheet i:nth-child(7) { width: 92%; }
.demo .sheet b { display: block; height: 22px; background: #fff; border: 2px solid var(--cyan); border-radius: 3px; }
.demo .sheet .n { margin-top: auto; font-family: var(--mono); font-size: 11px; color: var(--muted); text-align: center; }
.demo dl { display: flex; flex-direction: column; gap: 10px; justify-content: center; margin: 0; font-size: 14px; color: #E6ECF4; }
.demo dt { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--on-navy-muted); }
.demo dd { margin: 0; }
.demo dd strong { color: #fff; }
.demo .open { color: var(--cyan-ink); font-weight: 600; font-size: 14px; }

/* ---- proof strip ---- */
.proof-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding-top: 40px; padding-bottom: 40px;
               background: var(--wash); border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; flex-direction: column; gap: 4px; }
.proof-strip strong { font-family: var(--display); font-weight: 600; font-size: 40px; line-height: 1; color: var(--navy); }
.proof-strip strong.blue { color: var(--blue); }
.proof-strip span { font-size: 14px; color: var(--muted); }

/* ---- sections ---- */
.section { padding-top: 88px; padding-bottom: 88px; }
.section .head { display: flex; flex-direction: column; gap: 14px; max-width: 700px; margin-bottom: 40px; }
.section h2 { font-size: 42px; line-height: 1.08; color: var(--navy); }
.section .head p { color: var(--body); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.steps div { display: flex; flex-direction: column; gap: 10px; background: var(--wash); border-radius: 12px; padding: 26px; }
.steps .n { font-family: var(--mono); font-size: 13px; color: var(--blue); }
.steps h3 { font-family: var(--text); font-size: 18px; line-height: 1.3; letter-spacing: 0; }
.steps p { color: var(--body); font-size: 15px; }

.depth { background: var(--navy); color: #fff; display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 64px;
         padding-top: 80px; padding-bottom: 80px; }
.depth .head { display: flex; flex-direction: column; gap: 16px; }
.depth .eyebrow { color: var(--cyan-ink); }
.depth h2 { font-size: 40px; line-height: 1.08; color: #fff; }
.depth .head p { color: var(--on-navy-soft); }
.ladder { display: flex; flex-direction: column; margin: 0; }
.ladder div { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--navy-line); }
.ladder div:last-child { border-bottom: 0; }
.ladder dt { font-weight: 600; }
.ladder dd { margin: 0; color: var(--on-navy-soft); }

.who { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.who div { display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--line); border-radius: 12px; padding: 28px; }
.who h3 { font-family: var(--text); font-size: 19px; letter-spacing: 0; }
.who p { color: var(--body); }

.access { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; margin-left: var(--gutter); margin-right: var(--gutter);
          padding: 56px 0 72px; border-top: 1px solid var(--line); }
.access .privacy { display: flex; flex-direction: column; gap: 12px; }
.access .privacy h2 { font-family: var(--text); font-size: 19px; letter-spacing: 0; line-height: 1.4; }
.access .privacy p { color: var(--body); }
.access form { display: flex; flex-direction: column; gap: 14px; background: var(--wash); border: 1px solid var(--line); border-radius: 12px; padding: 32px; }
.access form h2 { font-size: 26px; line-height: 1.2; }
.access form p { color: var(--body); }
.access .field { display: flex; flex-direction: column; gap: 6px; }
.access label { font-size: 14px; font-weight: 600; }
.access input, .access textarea { padding: 12px 14px; border-radius: 8px; border: 1px solid var(--field-line); background: #fff; color: var(--ink);
                                  font-size: 15px; font-family: inherit; width: 100%; }
.access textarea { min-height: 88px; resize: vertical; }
.access .row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.access .note { font-size: 14px; color: var(--muted); }
.access .note.error { color: #B42318; }
.access .done { display: none; flex-direction: column; gap: 10px; }
.access form.sent .live { display: none; }
.access form.sent .done { display: flex; }

.foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 28px; padding-bottom: 28px;
        background: var(--navy); color: var(--on-navy-muted); font-size: 14px; }
.foot .mark { display: flex; align-items: center; gap: 12px; }
.foot .mark img { height: 26px; width: auto; }
.foot nav { display: flex; gap: 24px; }
.foot nav a { color: var(--on-navy-link); }

/* ---- phone ---- */
@media (max-width: 900px) {
  .nav .links { gap: 18px; font-size: 14px; }
  .nav .links a:not(.button) { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-top: 56px; padding-bottom: 64px; }
  .hero h1 { font-size: 44px; }
  .hero .lede { font-size: 18px; }
  .demo .proof { grid-template-columns: 120px minmax(0, 1fr); }
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .proof-strip strong { font-size: 32px; }
  .section { padding-top: 64px; padding-bottom: 64px; }
  .section h2, .depth h2 { font-size: 32px; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .depth { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 64px; padding-bottom: 64px; }
  .ladder div { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .who { grid-template-columns: minmax(0, 1fr); }
  .access { grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 48px 0 56px; }
  .access form { padding: 24px; }
  .foot { flex-direction: column; align-items: flex-start; }
}
