:root {
  --cream: #f8f2e6;
  --cream-deep: #eee3cf;
  --paper: #fffdf8;
  --navy: #092b46;
  --ink: #17324d;
  --teal: #087a78;
  --teal-soft: #dcecea;
  --gold: #d5a03e;
  --orange: #e88926;
  --muted: #516575;
  --line: #cfc6b5;
  --shadow: 0 24px 60px rgba(9, 43, 70, .14);
  --radius: 20px;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--teal); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; border-radius: 4px; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; }
h2 { margin: .1em 0 .55em; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4.5vw, 4rem); font-weight: 700; letter-spacing: -.035em; }
h3 { margin: 0 0 .55rem; font-size: 1.22rem; }
p { margin: 0 0 1rem; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 100px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-160%); background: var(--navy); color: #fff; padding: .7rem 1rem; border-radius: 6px; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(9,43,70,.14); background: rgba(248,242,230,.96); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--teal); color: white; letter-spacing: 0; }
.site-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.site-nav a { color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--teal); }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-top: 72px; padding-bottom: 96px; }
.hero-copy { max-width: 650px; }
.eyebrow { margin-bottom: .8rem; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin: 0 0 1.25rem; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(4rem, 8vw, 7rem); font-stretch: condensed; letter-spacing: -.045em; line-height: .83; }
.hero h1 span { color: var(--teal); }
.subtitle { max-width: 620px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2.3vw, 1.75rem); font-weight: 700; line-height: 1.3; }
.hero-promise { margin-top: 1.6rem; max-width: 590px; color: var(--navy); font-size: 1.13rem; font-weight: 800; }
.hero-support { max-width: 620px; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin-top: 1.75rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: 999px; padding: .72rem 1.3rem; font-size: .84rem; font-weight: 800; letter-spacing: .06em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover { background: var(--teal); color: #fff; }
.button-secondary { border-color: var(--navy); color: var(--navy); }
.button-secondary:hover { background: var(--navy); color: #fff; }
.button-light { background: var(--cream); color: var(--navy); }
.button-disabled { cursor: default; opacity: .72; }
.button-disabled:hover { transform: none; background: var(--navy); }
.microcopy { margin-top: .75rem; color: var(--muted); font-size: .8rem; }
.cover-wrap { position: relative; margin: 0; }
.cover-wrap img { position: relative; z-index: 2; width: min(100%, 430px); height: auto; margin-inline: auto; border-radius: 3px 8px 8px 3px; box-shadow: var(--shadow); }
.cover-accent { position: absolute; border-radius: 50%; opacity: .95; }
.cover-accent-one { width: 160px; height: 160px; top: -36px; right: -30px; border: 2px solid var(--gold); }
.cover-accent-two { width: 90px; height: 90px; bottom: 18%; left: -34px; background: var(--teal-soft); }

.section-heading { max-width: 760px; margin-bottom: 2.6rem; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.functions { overflow: hidden; background: var(--paper); border-block: 1px solid var(--line); }
.function-system { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.function-system::before { content: ""; position: absolute; top: 50%; right: 8%; left: 8%; border-top: 1px solid rgba(8,122,120,.35); }
.function-card { position: relative; z-index: 2; min-height: 196px; padding: 1.45rem; border: 1px solid #c6d8d6; border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 12px 30px rgba(9,43,70,.07); }
.function-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.function-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 1rem; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-weight: 900; }
.function-card:nth-of-type(2) .function-icon, .function-card:nth-of-type(5) .function-icon { background: #f8e7cd; color: #a76b0b; }
.founder-node { position: relative; z-index: 3; grid-column: 2; display: flex; min-height: 126px; align-items: center; justify-content: center; flex-direction: column; align-self: center; margin: -8px 15%; border: 7px solid var(--cream); border-radius: 50%; background: var(--navy); color: #fff; text-align: center; aspect-ratio: 1; }
.founder-node span { color: #9edbd4; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.founder-node strong { max-width: 100px; font-size: .95rem; line-height: 1.2; }

.two-up { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.path-card, .model-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.7rem, 4vw, 3rem); background: var(--paper); }
.path-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 7px; background: var(--teal); }
.path-run::before { background: var(--orange); }
.card-label { margin-bottom: .8rem; color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.path-run .card-label { color: #a45814; }
.path-card h3, .model-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.35rem); }
.path-card p:last-child, .model-card p:last-child { color: var(--muted); }

.progression-section { background: var(--navy); color: #fff; }
.progression-section h2 { color: #fff; }
.progression-section .section-heading > p:last-child { color: #bfd0dc; }
.progression { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); list-style: none; margin: 3rem 0 0; padding: 0; }
.progression li { position: relative; min-height: 120px; padding: 0 14px; border-top: 1px solid rgba(255,255,255,.35); }
.progression li::before { content: ""; position: absolute; top: -5px; left: 14px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.progression span { display: block; margin-top: 1.25rem; color: #82cbc5; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.progression strong { display: block; margin-top: .35rem; font-size: .9rem; line-height: 1.35; }

.model-card { min-height: 380px; border-color: #b8d4d0; background: linear-gradient(155deg, #fffdf8 0%, #e7f3f1 100%); }
.ecommerce-card { border-color: #e4c89c; background: linear-gradient(155deg, #fffdf8 0%, #f8e8cf 100%); }
.model-number { position: absolute; top: 1.4rem; right: 1.7rem; color: rgba(9,43,70,.12); font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.model-card .card-label { margin-top: 5rem; }

.system-section { padding-bottom: 0; background: var(--paper); border-top: 1px solid var(--line); }
.system-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 7rem); }
.sticky-heading { align-self: start; position: sticky; top: 30px; }
.system-steps { list-style: none; margin: 0; padding: 0; }
.system-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.system-steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 900; }
.system-steps h3 { margin-bottom: .35rem; }
.system-steps p { margin: 0; color: var(--muted); }
.approval-note { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin-top: 70px; padding: 1.4rem 1.6rem; border-radius: 14px 14px 0 0; background: var(--cream-deep); }
.approval-note strong { margin-right: .4rem; color: var(--navy); }
.approval-note span { border: 1px solid #b8ad99; border-radius: 999px; padding: .25rem .65rem; color: var(--muted); font-size: .78rem; font-weight: 700; }

.included-section { background: var(--teal-soft); }
.included-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; }
.included-intro h2 { max-width: 850px; }
.kit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 3.5rem; overflow: hidden; border: 1px solid #aac7c3; border-radius: 16px; background: #aac7c3; }
.kit-grid span { display: flex; min-height: 98px; align-items: center; padding: 1.25rem; background: rgba(255,255,255,.78); color: var(--navy); font-weight: 750; }
.kit-grid span::before { content: "✓"; margin-right: .75rem; color: var(--teal); font-weight: 900; }
.registration-note { margin-top: 1rem; color: var(--muted); font-size: .86rem; }

.difference-section { background: var(--orange); }
.difference-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 5rem; align-items: center; }
.difference-section .eyebrow { color: var(--navy); }
.plain-list { list-style: none; margin: 0; padding: 0; }
.plain-list li { padding: .8rem 0; border-bottom: 1px solid rgba(9,43,70,.25); color: var(--navy); font-weight: 800; }

.author-section { background: var(--paper); }
.author-layout { display: grid; grid-template-columns: 170px minmax(0, 760px); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.author-monogram { display: grid; width: 150px; height: 150px; place-items: center; margin: 0; border: 1px solid #a6c7c2; border-radius: 50%; color: var(--teal); font-family: Georgia, serif; font-size: 3rem; }
.author-layout > div > p { color: var(--muted); }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--navy); font-weight: 800; text-underline-offset: 4px; }

.faq-section { border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 7rem); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.15rem 2.4rem 1.15rem 0; color: var(--navy); cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .3rem; color: var(--teal); font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 680px; padding: 0 2.5rem 1.1rem 0; color: var(--muted); }

.final-cta { padding: 84px 0; background: var(--navy); }
.final-cta-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) auto; gap: 3rem; align-items: center; }
.final-cta h2 { max-width: 820px; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); }
.final-cta .eyebrow { color: #8bd3cc; }
.final-cta .button-primary { background: var(--teal); }

.site-footer { padding: 68px 0 24px; background: #061d30; color: #b9c9d5; }
.site-footer strong { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.footer-grid p { margin: .4rem 0; }
.footer-grid a { display: block; margin: .35rem 0; color: #dce9f0; text-decoration: none; }
.footer-label { color: #77c6bf; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }

a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 940px) {
  .site-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); gap: 3rem; }
  .hero h1 { font-size: clamp(3.7rem, 8vw, 5.7rem); }
  .cover-accent-one { right: 0; }
  .function-system { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .founder-node { grid-column: 1 / -1; grid-row: 2; width: 150px; margin: 0 auto; }
  .progression { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 2.2rem; }
  .system-layout, .faq-layout { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .kit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .included-intro, .final-cta-inner { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 68px; }
  .brand { font-size: .7rem; }
  .hero { display: flex; min-height: auto; flex-direction: column; padding-top: 50px; padding-bottom: 72px; }
  .hero-copy { order: 1; }
  .cover-wrap { order: 2; width: min(78%, 360px); margin-top: 1rem; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.2rem); }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .function-system, .two-up, .kit-grid, .difference-layout, .author-layout, .footer-grid { grid-template-columns: 1fr; }
  .function-system::before { display: none; }
  .founder-node { grid-column: 1; grid-row: auto; order: -1; }
  .function-card { min-height: 0; }
  .progression { grid-template-columns: 1fr; gap: 0; }
  .progression li { min-height: 76px; padding-left: 28px; border-top: 0; border-left: 1px solid rgba(255,255,255,.35); }
  .progression li::before { top: 8px; left: -5px; }
  .progression span { margin-top: 0; padding-top: 0; }
  .model-card { min-height: 0; }
  .system-steps li { grid-template-columns: 44px 1fr; }
  .approval-note { margin-top: 48px; }
  .included-intro { gap: 1rem; }
  .author-monogram { width: 100px; height: 100px; font-size: 2rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
}

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

/* Companion page */
.companion-page { background: var(--paper); }
.companion-home-link { color: var(--navy); font-size: .86rem; font-weight: 800; text-underline-offset: 4px; }
.companion-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; min-height: 620px; padding-block: 86px; }
.companion-hero h1 { max-width: 760px; margin: 0 0 1rem; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.045em; line-height: .95; }
.companion-lede { max-width: 720px; color: var(--muted); font-size: 1.14rem; }
.version-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.version-row span { border: 1px solid #b7c9c7; border-radius: 999px; padding: .3rem .75rem; color: var(--muted); font-size: .8rem; }
.kit-summary { padding: 2rem; border: 1px solid #b9d2ce; border-radius: var(--radius); background: var(--teal-soft); }
.kit-summary h2 { font-size: clamp(2rem, 4vw, 3rem); }
.kit-summary p:last-child { color: var(--muted); }
.companion-start { background: var(--cream); border-block: 1px solid var(--line); }
.download-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; list-style: none; }
.download-steps li { padding: 1.5rem; border-radius: 16px; background: var(--paper); box-shadow: 0 10px 26px rgba(9,43,70,.06); }
.download-steps li > span { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 1rem; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 900; }
.download-steps p { margin: 0; color: var(--muted); font-size: .92rem; }
.companion-included { background: var(--paper); }
.companion-support { padding-top: 0; }
.support-card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 3rem; padding: clamp(1.8rem, 5vw, 3.5rem); border-radius: var(--radius); background: var(--cream-deep); }
.support-card h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.support-card > div > p { color: var(--muted); }
.qr-destination { align-self: center; padding: 1.5rem; border: 1px solid #bdb19c; border-radius: 14px; background: rgba(255,255,255,.48); }
.qr-destination a { font-weight: 800; overflow-wrap: anywhere; }
.qr-destination p:last-child { margin: 1rem 0 0; font-size: .9rem; }
.companion-footer { padding-top: 28px; }
.companion-footer .footer-bottom { margin-top: 0; }
.companion-footer a { color: #dce9f0; }

.quick-downloads { padding-block: 78px; border-block: 1px solid var(--line); background: var(--paper); }
.download-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.download-resource { position: relative; padding: clamp(1.6rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.download-resource::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; border-radius: var(--radius) 0 0 var(--radius); background: var(--gold); }
.download-resource-primary { border-color: #9fcac6; background: var(--teal-soft); }
.download-resource-primary::before { background: var(--teal); }
.download-resource h3 { margin-bottom: .35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.download-resource > p:not(.card-label) { color: var(--muted); }
.compact-actions { align-items: center; }
.compact-actions .text-link { font-size: .9rem; }

.reference-page { background: var(--cream); }
.reference-hero { padding-block: 76px 68px; }
.reference-hero h1 { max-width: 920px; margin: 0 0 .75rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.7rem); letter-spacing: -.045em; line-height: .94; }
.reference-subtitle { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2.6vw, 1.8rem); font-weight: 700; }
.visible-url { max-width: 930px; margin-top: 1.25rem; color: var(--muted); font-size: .88rem; }
.visible-url a { overflow-wrap: anywhere; font-weight: 700; }
.reference-section { padding: 78px 0; border-top: 1px solid var(--line); }
.reference-paper { background: var(--paper); }
.reference-heading { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 2rem; }
.reference-heading > span { display: grid; flex: 0 0 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-size: .86rem; font-weight: 900; }
.reference-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.reference-heading p { margin-top: .5rem; color: var(--muted); }
.reference-heading .eyebrow { margin: 0 0 .5rem; color: var(--teal); }
.reference-heading.compact { margin-bottom: 1.4rem; }
.reference-role-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.reference-role-grid article, .numbers-grid article { position: relative; padding: 1.55rem; border: 1px solid #b7cfcc; border-radius: 16px; background: var(--cream); }
.reference-role-grid article::before, .numbers-grid article::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; border-radius: 16px 0 0 16px; background: var(--teal); }
.reference-role-grid h3, .numbers-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.reference-role-grid p { color: var(--muted); font-size: .95rem; }
.reference-role-grid p:last-child { margin-bottom: 0; }
.reference-two-up { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.reference-two-up.wide-left { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); }
.handoff-flow { margin: 0; padding: 0; list-style: none; }
.handoff-flow li { position: relative; display: grid; grid-template-columns: minmax(120px, .42fr) 1fr; gap: 1rem; align-items: center; padding: .85rem 1rem; border-bottom: 1px solid var(--line); }
.handoff-flow li::after { content: "↓"; position: absolute; right: 1rem; bottom: -.85rem; z-index: 2; width: 1.6rem; color: var(--teal); background: var(--cream); font-weight: 900; text-align: center; }
.handoff-flow li:last-child::after { content: none; }
.handoff-flow strong { color: var(--navy); text-transform: uppercase; letter-spacing: .06em; }
.handoff-flow span { color: var(--muted); }
.reference-card { padding: clamp(1.5rem, 4vw, 2.3rem); border: 1px solid #a9c9c6; border-radius: var(--radius); background: var(--teal-soft); }
.reference-card h2 { font-size: clamp(2rem, 4vw, 3rem); }
.reference-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; }
.check-list, .approval-grid { list-style: none; margin: 0; padding: 0; }
.check-list li { padding: .55rem 0; border-bottom: 1px solid rgba(9,43,70,.17); }
.check-list li::before, .approval-grid li::before { content: "✓"; margin-right: .65rem; color: var(--teal); font-weight: 900; }
.prompt-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid #a7c1bf; border-radius: 16px; background: #a7c1bf; }
.prompt-panel p { margin: 0; padding: 1.15rem; background: #f6fbfa; font-family: "DejaVu Sans Mono", "SFMono-Regular", Consolas, monospace; font-size: .92rem; overflow-wrap: anywhere; }
.prompt-panel strong { color: var(--navy); }
.quality-strip { margin-top: 20px; padding: 1.4rem; border-left: 6px solid var(--gold); border-radius: 10px; background: #f6ead4; }
.quality-strip h3 { margin-bottom: .8rem; }
.quality-strip ul { display: flex; flex-wrap: wrap; gap: .5rem 1.8rem; margin: 0; padding-left: 1.2rem; }
.approval-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px 28px; }
.approval-grid li { padding: .75rem 0; border-bottom: 1px solid var(--line); }
.business-cycle { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.business-cycle li { position: relative; display: grid; min-height: 76px; place-items: center; padding: .7rem; border: 1px solid #9fc5c1; border-radius: 999px; background: var(--teal-soft); color: var(--navy); font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.business-cycle li::after { content: "→"; position: absolute; right: -18px; color: var(--orange); font-size: 1.2rem; }
.business-cycle li:last-child::after { content: none; }
.founder-statement { max-width: 920px; margin: 2rem auto 0; color: var(--muted); font-size: 1.05rem; text-align: center; }
.weekly-list { margin: 0; padding-left: 1.6rem; }
.weekly-list li { padding: .62rem 0 .62rem .4rem; border-bottom: 1px solid var(--line); }
.automation-card ol { padding-left: 1.4rem; }
.automation-card ol li { margin-bottom: .55rem; }
.decision-list { margin: 1.5rem 0 0; }
.decision-list div { padding: .8rem 0; border-top: 1px solid rgba(9,43,70,.2); }
.decision-list dt { color: var(--navy); font-weight: 900; }
.decision-list dd { margin: .15rem 0 0; color: var(--muted); }
.numbers-section { background: #f4e6cf; }
.numbers-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.numbers-grid article { border-color: #d4b98b; background: var(--paper); }
.numbers-grid article:last-child::before { background: var(--orange); }
.numbers-grid ul { columns: 2; gap: 2rem; margin: 0; padding-left: 1.25rem; }
.numbers-grid li { break-inside: avoid; margin-bottom: .5rem; color: var(--muted); }
.metric-note { margin: 1.5rem 0 0; color: var(--navy); font-weight: 900; }

.claude-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; min-height: 650px; padding-block: 86px; }
.claude-hero h1 { max-width: 780px; margin: 0 0 1rem; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.045em; line-height: .95; }
.claude-resources { background: var(--paper); }
.claude-resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 940px) {
  .companion-hero { grid-template-columns: 1fr; min-height: auto; }
  .claude-hero { grid-template-columns: 1fr; min-height: auto; }
  .claude-resource-grid { grid-template-columns: 1fr; }
  .download-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-two-up, .reference-two-up.wide-left { grid-template-columns: 1fr; }
  .business-cycle { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .business-cycle li:nth-child(4)::after { content: none; }
}

@media (max-width: 700px) {
  .companion-home-link { font-size: .75rem; }
  .companion-hero { padding-block: 58px; }
  .claude-hero { padding-block: 58px; }
  .download-steps, .support-card { grid-template-columns: 1fr; }
  .download-resource-grid, .reference-role-grid, .prompt-panel, .approval-grid, .numbers-grid { grid-template-columns: 1fr; }
  .reference-hero { padding-block: 52px; }
  .reference-section { padding: 56px 0; }
  .business-cycle { grid-template-columns: 1fr; gap: 20px; }
  .business-cycle li { min-height: 58px; }
  .business-cycle li::after, .business-cycle li:nth-child(4)::after { content: "↓"; right: 50%; bottom: -22px; transform: translateX(50%); }
  .business-cycle li:last-child::after { content: none; }
  .numbers-grid ul { columns: 1; }
  .quality-strip ul { display: block; }
}
