:root {
  color-scheme: light;
  --ink: #2d1248;
  --text: #62536d;
  --muted: #74677e;
  --purple: #4c2287;
  --purple-dark: #3c0f7c;
  --border: #ddd2e8;
  --paper: #fffefc;
  --gold: #f0d477;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; overflow-wrap: break-word; background: var(--paper); color: var(--ink); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid #7b42bd; outline-offset: 3px; box-shadow: 0 0 0 2px #fff; }
:where(section, main, [id]):target { scroll-margin-top: 1.5rem; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 50; top: 1rem; left: 1rem; transform: translateY(-180%); padding: .75rem 1rem; border-radius: .65rem; background: var(--purple-dark); color: #fff; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-header { border-top: 4px solid var(--purple); border-bottom: 1px solid var(--border); background: rgb(255 254 252 / 95%); }
.header-inner { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 1.25rem; padding-block: .75rem; }
.brand { display: flex; align-items: center; gap: .75rem; border-radius: .75rem; text-decoration: none; }
.brand-mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; background: var(--purple); color: #fff; font-size: 1.25rem; font-weight: 900; box-shadow: 0 6px 18px rgb(60 15 124 / 17%); }
.brand-crest { width: 52px; height: 52px; flex: 0 0 52px; border: 1px solid #d6c8e2; border-radius: 14px; background-color: #f7f2f9; background-image: url('/assets/jarvis-family-crest-header.png'); background-repeat: no-repeat; background-position: center; background-size: 66px 66px; box-shadow: 0 7px 20px rgb(35 18 78 / 16%); }
.brand strong { display: block; color: var(--purple-dark); font-size: 1.1rem; line-height: 1; letter-spacing: -.035em; }
.brand small { display: block; margin-top: .3rem; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-header nav { display: flex; gap: 1.75rem; }
.site-header nav a { display: inline-flex; min-height: 44px; align-items: center; border-radius: .35rem; color: #674e78; font-size: .875rem; font-weight: 750; text-decoration: none; }
.site-header nav a:hover { color: var(--purple); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .45rem; padding: .7rem 1.2rem; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-decoration: none; transition: background .15s ease, border-color .15s ease, transform .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--purple); color: #fff; }
.button-primary:hover { background: var(--purple-dark); }
.button-outline { border-color: #cbbbd9; background: #fff; color: var(--purple); }
.button-outline:hover { background: #f3edf8; }
.header-cta { min-height: 40px; border-radius: 999px; padding: .55rem 1rem; font-size: .875rem; }
.hero { overflow: hidden; border-bottom: 1px solid #dacde6; background-color: #f7f2f8; background-image: linear-gradient(90deg, rgb(255 254 252 / 35%) 0%, rgb(255 254 252 / 10%) 55%, rgb(45 11 98 / 5%) 100%), url('/assets/jarvis-family-hero-background.webp'); background-position: center; background-size: cover; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: 2.5rem; align-items: center; padding-block: 6rem; }
.eyebrow { display: inline-flex; margin: 0; padding: .42rem .75rem; border: 1px solid rgb(76 34 135 / 25%); border-radius: 999px; background: rgb(76 34 135 / 7%); color: var(--purple); font-size: .78rem; font-weight: 800; }
.hero h1 { max-width: 800px; margin: 1.5rem 0 0; color: var(--ink); font-size: clamp(3rem, 7vw, 6.2rem); line-height: .91; letter-spacing: -.065em; }
.hero-intro { max-width: 680px; margin: 1.75rem 0 0; color: var(--text); font-size: 1.2rem; line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-link-context { max-width: 710px; margin: 1.15rem 0 0; padding-left: 1rem; border-left: 3px solid #c5afd9; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.hero-link-context strong { color: var(--purple-dark); }
.hero-panel { position: relative; overflow: hidden; padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid #d8cae4; border-radius: 30px; background: rgb(255 254 252 / 90%); box-shadow: 0 28px 60px rgb(60 15 124 / 15%); }
.hero-panel > img { position: relative; z-index: 1; width: min(100%, 390px); margin-inline: auto; }
.hero-orbit { position: absolute; top: -5rem; right: -5rem; width: 15rem; height: 15rem; border: 1px solid rgb(76 34 135 / 18%); border-radius: 50%; box-shadow: 0 0 0 2.3rem rgb(76 34 135 / 5%), 0 0 0 4.7rem rgb(76 34 135 / 3%); }
.experience-note { position: relative; z-index: 1; display: flex; gap: .8rem; margin-top: 1.25rem; padding: 1rem; border: 1px solid rgb(255 255 255 / 70%); border-radius: 16px; background: rgb(255 255 255 / 88%); }
.note-mark { display: grid; flex: 0 0 auto; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #eee6f5; color: var(--purple); font-weight: 900; }
.experience-note strong { color: var(--purple-dark); }
.experience-note p { margin: .3rem 0 0; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.section { padding-block: 6rem; }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2.5rem; align-items: end; }
.kicker { margin: 0; color: var(--purple); font-size: .875rem; font-weight: 800; }
.section h2, .about h2 { max-width: 680px; margin: .75rem 0 0; color: var(--ink); font-size: clamp(2.25rem, 4.6vw, 4.25rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p { max-width: 670px; margin: 0; justify-self: end; color: var(--text); font-size: 1.08rem; line-height: 1.8; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.principles article { padding: 1.75rem; border: 1px solid #e0d6e8; border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgb(60 15 124 / 6.5%); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.card-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: #eee6f5; color: var(--purple); font-weight: 900; }
.card-top small { color: var(--muted); font-family: ui-monospace, monospace; font-weight: 750; }
.principles h3 { margin: 1.75rem 0 0; font-size: 1.25rem; letter-spacing: -.035em; }
.principles p { margin: .75rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.model-more { display: flex; justify-content: center; margin-top: 2rem; }
.model-page-hero { overflow: hidden; border-bottom: 1px solid #d9cce5; background: radial-gradient(circle at 88% 4%, rgb(139 105 183 / 25%), transparent 27%), linear-gradient(145deg, #fffefc 0%, #f8f3fa 60%, #eee6f5 100%); }
.model-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .58fr); gap: 3rem; align-items: center; padding-block: 6rem; }
.model-page-hero h1 { max-width: 820px; margin: 1.4rem 0 0; font-size: clamp(3rem, 6.8vw, 6.1rem); line-height: .92; letter-spacing: -.065em; }
.model-page-intro { max-width: 760px; margin: 1.6rem 0 0; color: var(--text); font-size: 1.18rem; line-height: 1.72; }
.model-page-symbol { padding: 1.5rem; border: 1px solid #d8cae4; border-radius: 28px; background: rgb(255 255 255 / 88%); box-shadow: 0 25px 55px rgb(60 15 124 / 14%); }
.model-page-symbol img { width: min(100%, 370px); margin-inline: auto; }
.model-page-symbol p { margin: 1rem 0 0; padding: 1rem; border-radius: 14px; background: #f3edf8; color: var(--text); font-size: .85rem; line-height: 1.55; text-align: center; }
.model-page-symbol strong { color: var(--purple-dark); }
.model-explainer { padding-block: 6rem; }
.model-explainer-heading { max-width: 780px; }
.model-explainer h2, .model-context h2 { margin: .75rem 0 0; font-size: clamp(2.4rem, 4.7vw, 4.4rem); line-height: 1; letter-spacing: -.055em; }
.model-explainer-heading > p:last-child { margin: 1.2rem 0 0; color: var(--text); font-size: 1.05rem; line-height: 1.8; }
.model-overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.model-overview-grid article { padding: 1.75rem; border: 1px solid #dfd4e7; border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgb(60 15 124 / 7%); }
.model-overview-grid article > span { color: var(--muted); font-family: ui-monospace, monospace; font-size: .8rem; font-weight: 800; }
.model-overview-grid h3 { margin: 1.5rem 0 0; font-size: 1.25rem; letter-spacing: -.035em; }
.model-overview-grid p { margin: .75rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.72; }
.model-origin { background: radial-gradient(circle at 7% 100%, rgb(142 101 188 / 37%), transparent 34%), linear-gradient(135deg, #2d0b62, #4c2287 60%, #351050); color: #fff; }
.model-origin-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; padding-block: 5.5rem; }
.model-origin h2 { max-width: 600px; margin: 1rem 0 0; font-size: clamp(2.4rem, 4.8vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
.model-origin-copy { max-width: 720px; }
.model-origin-copy > p { margin: 0 0 1.1rem; color: rgb(255 255 255 / 78%); font-size: 1.02rem; line-height: 1.82; }
.model-origin-note { margin-top: 1.6rem !important; padding: 1rem 1.1rem; border: 1px solid rgb(240 212 119 / 30%); border-radius: 14px; background: rgb(0 0 0 / 12%); font-size: .8rem !important; }
.model-origin-note strong { color: #fff; }
.model-context { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start; padding-block: 5rem; }
.model-context > div:last-child > p { margin: 0; color: var(--text); font-size: 1.03rem; line-height: 1.82; }
.source-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 1.25rem; color: var(--purple); font-size: .88rem; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
.campaign { border-block: 1px solid rgb(178 165 255 / 28%); background: radial-gradient(circle at 92% 0%, rgb(118 92 255 / 43%), transparent 34%), radial-gradient(circle at 7% 100%, rgb(79 39 180 / 32%), transparent 32%), linear-gradient(135deg, #160638 0%, #281063 48%, #4020ac 100%); color: #fff; }
.campaign-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); gap: 2rem; align-items: center; padding-block: 5rem; }
.campaign-kicker { margin: 0; color: #c8c0ff; font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.campaign h2 { max-width: 760px; margin: 1rem 0 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.merlin-wordmark { display: inline-flex; width: clamp(180px, 24vw, 330px); margin-inline: .05em; padding-inline: .02em; vertical-align: .04em; }
.merlin-wordmark img { width: 100%; height: auto; filter: drop-shadow(0 .08em .18em rgb(10 2 35 / 28%)); }
.campaign-intro { max-width: 690px; margin: 1.5rem 0 0; color: rgb(255 255 255 / 82%); font-size: 1.1rem; line-height: 1.8; }
.case-update { display: inline-flex; max-width: 720px; gap: .75rem; margin-top: 1.75rem; padding: .8rem 1rem; border: 1px solid rgb(184 172 255 / 38%); border-radius: 16px; background: rgb(8 1 31 / 18%); color: rgb(255 255 255 / 85%); font-size: .875rem; line-height: 1.65; }
.case-update > span { width: 8px; height: 8px; flex: 0 0 auto; margin-top: .58rem; border-radius: 50%; background: #b8acff; }
.case-update p { margin: 0; }
.case-update strong { color: #fff; }
.campaign-card { padding: 1.65rem; border: 1px solid rgb(208 202 255 / 27%); border-radius: 24px; background: rgb(255 255 255 / 11%); box-shadow: 0 18px 45px rgb(8 1 31 / 28%); }
.scale-mark { color: #c8c0ff; font-size: 2rem; }
.campaign-card h3 { margin: 1.1rem 0 0; font-size: 1.5rem; line-height: 1.2; letter-spacing: -.035em; }
.campaign-card ul { display: grid; gap: 1rem; margin: 1.25rem 0 0; padding: 0; color: rgb(255 255 255 / 84%); font-size: .9rem; line-height: 1.65; list-style: none; }
.campaign-card li { position: relative; padding-left: 1.25rem; }
.campaign-card li::before { position: absolute; top: .55rem; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #b8acff; content: ''; }
.button-gold { width: 100%; margin-top: 1.75rem; border-color: rgb(255 255 255 / 65%); background: #fff; color: #3f1cb5; }
.button-gold:hover { background: #f0edff; }
.legal-note { margin-top: 0; margin-bottom: 0; padding-bottom: 2rem; color: rgb(255 255 255 / 72%); font-size: .75rem; line-height: 1.6; }
.about { background: #f8f4fa; }
.about-inner { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 2rem; align-items: stretch; padding-block: 6rem; }
.founder-card, .about-copy { border: 1px solid #dfd3e8; border-radius: 26px; background: #fff; box-shadow: 0 14px 40px rgb(60 15 124 / 7%); }
.founder-card { padding: 1.25rem; }
.founder-photo { display: grid; aspect-ratio: 1; place-items: center; border-radius: 22px; background: radial-gradient(circle at 28% 20%, #815bb0, transparent 34%), linear-gradient(145deg, #4c2287, #2d0b62); color: #fff; font-size: 4.5rem; font-weight: 900; letter-spacing: -.08em; box-shadow: 0 18px 44px rgb(60 15 124 / 20%); }
.founder-card > p { margin: 1.25rem 0 0; color: #765b8b; font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.founder-card h3 { margin: .5rem 0 0; font-size: 1.5rem; letter-spacing: -.04em; }
.about-copy { padding: clamp(1.75rem, 4vw, 3rem); }
.about-copy > p:not(.kicker) { max-width: 780px; margin: 1rem 0 0; color: var(--text); line-height: 1.8; }
.button-facebook { background: #1459a8; color: #fff; }
.button-facebook:hover { background: #0f4c91; }
.contact { padding-block: 6rem; border-top: 1px solid var(--border); background: linear-gradient(150deg, #fffefc, #f5eff8); }
.contact-heading { max-width: 850px; margin-bottom: 2.25rem; text-align: center; }
.contact-heading h2 { margin: .75rem 0 0; color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.contact-heading > p:last-child { max-width: 720px; margin: 1.1rem auto 0; color: var(--text); font-size: 1.05rem; line-height: 1.75; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 1.5rem; align-items: start; }
.contact-form-card { padding: clamp(1.4rem, 4vw, 2.5rem); border: 1px solid var(--border); border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgb(60 15 124 / 9%); }
.contact-form-card h3, .contact-aside h3 { margin: 0; font-size: 1.55rem; letter-spacing: -.04em; }
.contact-form-card > p { margin: .55rem 0 0; color: var(--muted); }
.contact-form { display: grid; gap: 1.2rem; margin-top: 1.75rem; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .45rem; }
.form-field label { font-size: .9rem; font-weight: 800; }
.form-field label span { color: var(--muted); font-size: .75rem; font-weight: 650; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #cbbbd9; border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.form-field input, .form-field select { min-height: 49px; padding: .7rem .85rem; }
.form-field textarea { min-height: 170px; padding: .85rem; line-height: 1.6; resize: vertical; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #9879b7; }
.form-field input:focus-visible, .form-field select:focus-visible, .form-field textarea:focus-visible { border-color: var(--purple); outline: 3px solid var(--purple); outline-offset: 2px; box-shadow: 0 0 0 2px #fff; }
.form-help { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.consent-field { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; }
.consent-field input { width: 22px; height: 22px; margin: 0; accent-color: var(--purple); }
.consent-field label { color: var(--text); font-size: .85rem; line-height: 1.5; }
.contact-submit { justify-self: start; cursor: pointer; font: inherit; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { display: none; margin: 0 0 1.25rem; padding: 1rem 1.1rem; border-radius: 12px; line-height: 1.55; }
.form-notice:target { display: block; }
.form-notice-success { border: 1px solid #93c5a5; background: #edf8f1; color: #245b38; }
.form-notice-error { border: 1px solid #d9a2aa; background: #fff1f3; color: #7d2633; }
.contact-aside { padding: 1.6rem; border: 1px solid #714ca1; border-radius: 24px; background: radial-gradient(circle at 95% 0%, rgb(255 255 255 / 15%), transparent 28%), linear-gradient(155deg, var(--purple-dark), #5b2b93); color: #fff; box-shadow: 0 18px 45px rgb(45 18 72 / 16%); }
.contact-mark { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 1.15rem; border-radius: 12px; background: rgb(255 255 255 / 12%); color: var(--gold); font-size: 1.35rem; }
.contact-aside ul { display: grid; gap: .9rem; margin: 1.35rem 0 0; padding: 0; list-style: none; }
.contact-aside li { position: relative; padding-left: 1.3rem; color: rgb(255 255 255 / 82%); font-size: .88rem; line-height: 1.55; }
.contact-aside li::before { position: absolute; top: .52rem; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); content: ''; }
.contact-aside > p { margin: 1.4rem 0 0; padding-top: 1.25rem; border-top: 1px solid rgb(255 255 255 / 18%); color: rgb(255 255 255 / 70%); font-size: .82rem; line-height: 1.6; }
.contact-facebook { width: 100%; margin-top: 1rem; border-color: rgb(255 255 255 / 28%); background: rgb(255 255 255 / 10%); color: #fff; }
.contact-facebook:hover { background: rgb(255 255 255 / 18%); }
.access-cta { border-block: 1px solid var(--border); background: #fff; }
.access-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; padding-block: 3rem; }
.access-cta h2 { margin: 0; font-size: 1.5rem; letter-spacing: -.04em; }
.access-cta p { margin: .5rem 0 0; color: var(--muted); }
footer { background: #2d1248; color: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 2.25rem; }
.footer-inner > div > strong { font-size: 1.1rem; }
.footer-inner p { margin: .3rem 0 0; color: rgb(255 255 255 / 58%); font-size: .875rem; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer-inner nav a { display: inline-flex; min-height: 44px; align-items: center; color: rgb(255 255 255 / 72%); font-size: .875rem; font-weight: 750; text-decoration: none; }
.footer-inner nav a:hover { color: #fff; }
@media (max-width: 880px) {
  .header-inner { flex-wrap: wrap; }
  .site-header nav { display: flex; order: 3; width: 100%; flex-wrap: wrap; gap: .25rem 1rem; padding-top: .45rem; border-top: 1px solid var(--border); }
  .hero-inner, .section-heading, .campaign-inner, .about-inner, .contact-grid, .model-page-hero-inner, .model-origin-inner, .model-context { grid-template-columns: 1fr; }
  .hero-inner { padding-block: 4rem; }
  .hero-panel { max-width: 540px; }
  .section-heading > p { justify-self: start; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 1.5rem, 1180px); }
  .header-cta { display: none; }
  .site-header nav a { flex: 1 1 calc(50% - .5rem); }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero { background-image: linear-gradient(180deg, rgb(255 254 252 / 94%), rgb(248 243 250 / 90%)), url('/assets/jarvis-family-hero-background.webp'); background-position: center; }
  .section, .about-inner { padding-block: 4rem; }
  .contact { padding-block: 4rem; }
  .form-row { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; }
  .model-page-hero-inner, .model-explainer { padding-block: 4rem; }
  .model-overview-grid { grid-template-columns: 1fr; }
  .campaign-inner { padding-block: 4rem; }
  .access-cta-inner { grid-template-columns: 1fr; }
  .access-cta .button { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
