:root {
  --ink: #17302a;
  --ink-soft: #52635e;
  --forest: #16372f;
  --forest-light: #25574a;
  --clay: #c95f3d;
  --clay-dark: #9f3f25;
  --cream: #f6f0e5;
  --paper: #fffaf1;
  --mint: #dcebdc;
  --sage: #9ebca7;
  --gold: #e6bf69;
  --line: rgba(23, 48, 42, 0.16);
  --shadow: 0 24px 70px rgba(31, 61, 51, 0.12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
button, select, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .75rem 1rem; background: var(--paper); border-radius: 10px; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.site-shell { width: min(1460px, calc(100% - 32px)); margin: 16px auto; background: var(--paper); border: 1px solid rgba(23,48,42,.08); border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }
.site-nav { min-height: 82px; display: flex; align-items: center; gap: 2rem; padding: 1rem 4.5vw; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.brand em { color: var(--clay-dark); font-family: Georgia, serif; font-weight: 500; }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; color: var(--paper); background: var(--forest); border-radius: 50% 50% 43% 57% / 55% 45% 55% 45%; font-size: .77rem; letter-spacing: .04em; }
.nav-links { display: flex; gap: 1.7rem; margin-left: auto; }
.nav-links a, .nav-action { text-decoration: none; font-size: .9rem; font-weight: 700; }
.nav-links a:hover { color: var(--clay-dark); }
.nav-action { padding: .72rem 1.05rem; border: 1px solid var(--ink); border-radius: 999px; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 4vw; padding: 6.5rem 6vw 5rem; background: radial-gradient(circle at 85% 15%, rgba(230,191,105,.18), transparent 24%), linear-gradient(135deg, #fffaf1 55%, #eef3e9); }
.eyebrow, .kicker { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 900; color: var(--clay-dark); }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: .55rem; border-radius: 50%; background: #2d8b62; box-shadow: 0 0 0 5px rgba(45,139,98,.12); }
h1, h2, h3 { line-height: 1.07; letter-spacing: -.045em; }
h1 { max-width: 820px; margin: 0; font: 500 clamp(3.5rem, 6vw, 6.9rem)/.98 Georgia, "Times New Roman", serif; }
h1 span { color: var(--clay-dark); font-style: italic; }
.hero-intro { max-width: 660px; margin: 2rem 0; font-size: 1.16rem; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.primary-action, .light-action { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .9rem 1.4rem; color: #fff; background: var(--clay-dark); border: 0; border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; box-shadow: 0 10px 24px rgba(159,63,37,.18); }
.primary-action:hover { background: #84331f; transform: translateY(-1px); }
.text-action { font-weight: 800; text-decoration: none; }
.text-action span { color: var(--clay-dark); }
.trust-row { display: flex; gap: 1.5rem; flex-wrap: wrap; margin: 2rem 0 0; padding: 0; color: var(--ink-soft); font-size: .86rem; list-style: none; }
.trust-row li::before { content: "✓"; margin-right: .45rem; color: #267151; font-weight: 900; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(23,48,42,.13); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; }
.orbit-two { width: 290px; height: 290px; border-style: dashed; }
.pet-portrait { position: absolute; top: 6%; width: 260px; height: 285px; display: grid; place-items: center; background: var(--forest); color: var(--paper); border-radius: 50% 50% 46% 54% / 58% 47% 53% 42%; box-shadow: 0 24px 70px rgba(22,55,47,.25); }
.pet-face { font: 500 4rem Georgia, serif; transform: translateY(14px); }
.ear { position: absolute; top: -18px; width: 90px; height: 125px; background: var(--forest); border-radius: 80% 10% 50% 40%; }
.ear-left { left: 20px; transform: rotate(-23deg); }.ear-right { right: 20px; transform: scaleX(-1) rotate(-23deg); }
.match-preview { position: absolute; z-index: 2; right: 0; bottom: 2%; width: min(390px, 88%); padding: 1.5rem; background: rgba(255,250,241,.96); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.match-preview .kicker { margin-bottom: .7rem; }
.preview-title { display: flex; gap: .8rem; align-items: center; }
.preview-title strong, .preview-title small { display: block; }.preview-title small { color: var(--ink-soft); }
.preview-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--mint); color: #1c6a49; font-weight: 900; }
.preview-tags, .fit-row { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0; }
.preview-tags span, .fit-row span { padding: .35rem .62rem; border-radius: 999px; background: var(--mint); font-size: .73rem; font-weight: 800; }
.match-preview > p:last-child { margin-bottom: 0; color: var(--ink-soft); font-size: .9rem; }
.floating-note { position: absolute; z-index: 3; padding: .62rem .8rem; background: var(--forest); color: #fff; border-radius: 12px; font-size: .76rem; font-weight: 800; box-shadow: 0 12px 30px rgba(22,55,47,.24); }.floating-note span { color: var(--gold); }.note-one { left: 0; top: 18%; }.note-two { right: 4%; top: 12%; background: var(--paper); color: var(--ink); border: 1px solid var(--line); }
.category-strip { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; padding: 4rem 6vw; background: var(--forest); color: var(--paper); }
.category-strip h2, .section-heading h2, .proof-copy h2, .provider-cta h2, .page-hero h1 { margin: 0; font: 500 clamp(2.2rem, 4vw, 4.2rem)/1.03 Georgia, serif; }
.category-strip .eyebrow { color: var(--gold); }
.provider-cta .eyebrow { color: #fff; }
.footer-brand em { color: var(--gold); }
.category-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.category-links a { display: flex; justify-content: space-between; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; text-decoration: none; font-weight: 800; }.category-links a:hover { background: rgba(255,255,255,.08); }.category-links span { color: var(--gold); }
.matcher-section { padding: 7rem 6vw; scroll-margin-top: 1rem; }
.section-heading { max-width: 780px; margin-bottom: 3rem; }.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.08rem; }
.matcher-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.5rem; align-items: start; }
.matcher-card, .matcher-aside, .result-summary, .provider-card, .call-checklist, .prose-card, .submission-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fffdf8; box-shadow: 0 12px 40px rgba(31,61,51,.07); }
.matcher-card { padding: 2rem; }.matcher-card fieldset { margin: 0 0 1.5rem; padding: 0; border: 0; }.matcher-card legend { margin-bottom: .9rem; font-weight: 900; font-size: 1.06rem; }.matcher-card legend span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: .5rem; border-radius: 50%; background: var(--forest); color: white; font-size: .75rem; }.matcher-card label { display: block; margin-bottom: .45rem; color: var(--ink-soft); font-size: .84rem; font-weight: 800; }.matcher-card select, .submission-card input, .submission-card textarea, .submission-card select { width: 100%; min-height: 52px; padding: .8rem 1rem; color: var(--ink); background: var(--paper); border: 1px solid rgba(23,48,42,.25); border-radius: 12px; }.form-action { width: 100%; }.form-note, .form-error { margin: .8rem 0 0; text-align: center; color: var(--ink-soft); font-size: .78rem; }.form-error { color: #9b2f1d; font-weight: 800; }.form-error:empty { display: none; }
.matcher-aside { padding: 2rem; background: var(--mint); }.matcher-aside ol { margin: 0; padding: 0; list-style: none; }.matcher-aside li { display: flex; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }.matcher-aside li > span { color: var(--clay-dark); font: 600 1.4rem Georgia, serif; }.matcher-aside p { margin: .25rem 0 0; color: var(--ink-soft); }.matcher-aside a { font-weight: 850; }
.results { margin-top: 3rem; scroll-margin-top: 1rem; }.result-summary { position: relative; padding: 2rem; background: var(--forest); color: var(--paper); }.result-summary h3 { max-width: 760px; margin: 0; font: 500 clamp(2rem, 4vw, 3.7rem) Georgia, serif; }.result-summary > p { max-width: 760px; }.result-summary .kicker { color: var(--gold); }.result-count { position: absolute; right: 2rem; top: 2rem; display: flex; align-items: center; gap: .7rem; max-width: 150px; }.result-count strong { font: 500 3rem Georgia, serif; color: var(--gold); }.result-count span { font-size: .76rem; line-height: 1.2; }
.provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1rem 0; }.provider-card { padding: 1.5rem; }.provider-card-top { display: flex; justify-content: space-between; gap: 1rem; }.provider-card h3 { margin: .1rem 0; font: 600 1.7rem Georgia, serif; }.provider-type { margin: 0; color: var(--clay-dark); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.provider-area { margin: .25rem 0; color: var(--ink-soft); font-size: .84rem; }.source-state { height: fit-content; padding: .3rem .5rem; border: 1px solid #448166; color: #276044; border-radius: 999px; white-space: nowrap; font-size: .66rem; font-weight: 900; }.signal-list { display: grid; gap: .4rem; padding: 0; list-style: none; font-size: .87rem; }.signal-list li::before { content: "•"; margin-right: .5rem; color: var(--clay); }.evidence { color: var(--ink-soft); font-size: .85rem; }.provider-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }.provider-actions a { font-size: .84rem; font-weight: 900; }.provider-actions small { color: var(--ink-soft); font-size: .65rem; }.call-checklist { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; padding: 2rem; background: #f2e4d7; }.call-checklist h3 { margin: 0; font: 500 2rem Georgia, serif; }.call-checklist ol { margin: 0; padding-left: 1.4rem; }.call-checklist > p { grid-column: 1 / -1; margin: 0; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; }.empty-result { grid-column: 1/-1; padding: 2rem; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }
.proof-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; padding: 7rem 6vw; background: #edf0e6; }.proof-copy p:not(.eyebrow) { color: var(--ink-soft); }.proof-grid { display: grid; grid-template-columns: 1fr 1fr; }.proof-grid article { min-height: 240px; padding: 1.7rem; border: 1px solid var(--line); }.proof-grid article:nth-child(1) { border-radius: var(--radius) 0 0 0; }.proof-grid article:nth-child(2) { border-radius: 0 var(--radius) 0 0; }.proof-grid article:nth-child(3) { border-radius: 0 0 0 var(--radius); }.proof-grid article:nth-child(4) { border-radius: 0 0 var(--radius) 0; }.proof-number { font: 600 1.5rem Georgia, serif; color: var(--clay-dark); }.proof-grid h3 { margin: 2rem 0 .5rem; font: 600 1.45rem Georgia, serif; }.proof-grid p { margin: 0; color: var(--ink-soft); }
.provider-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 5rem 6vw; background: var(--clay-dark); color: white; }.provider-cta > div { max-width: 800px; }.provider-cta p { margin-bottom: 0; color: rgba(255,255,255,.8); }.light-action { flex: 0 0 auto; color: var(--ink); background: var(--paper); box-shadow: none; }
.site-footer { display: grid; grid-template-columns: 1.5fr .6fr .6fr 1fr; gap: 3rem; padding: 4rem 6vw; background: #102b25; color: rgba(255,255,255,.74); }.footer-brand { color: white; }.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }.site-footer strong { color: white; }.site-footer a { text-decoration: none; }.site-footer a:hover { color: white; }.footer-fineprint { margin: 0; font-size: .75rem; }
.inner-main { min-height: 65vh; }.breadcrumbs { padding: 1.2rem 6vw; color: var(--ink-soft); font-size: .8rem; }.breadcrumbs span { margin: 0 .5rem; }.page-hero { padding: 5rem 6vw 4rem; background: linear-gradient(135deg, #eef3e9, #fffaf1); }.page-hero h1 { max-width: 900px; }.page-hero > p:not(.eyebrow) { max-width: 800px; font-size: 1.12rem; color: var(--ink-soft); } .page-byline { font-size: .82rem !important; }.content-grid, .directory-shell { padding: 4rem 6vw 7rem; }.prose-stack { max-width: 900px; display: grid; gap: 1rem; }.prose-card { padding: 2rem; }.prose-card h2 { margin-top: 0; font: 600 2rem Georgia, serif; }.prose-card h3 { margin: 1.8rem 0 .4rem; font-size: 1.15rem; }.prose-card p, .prose-card li { color: var(--ink-soft); }.source-list { display: grid; gap: .7rem; }.directory-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; margin-bottom: 2rem; }.directory-intro p { color: var(--ink-soft); }.directory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }.directory-grid .provider-card { display: flex; flex-direction: column; }.directory-grid .provider-actions { margin-top: auto; }.submission-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; }.submission-card { padding: 2rem; }.submission-card label { display: block; margin: 1rem 0 .35rem; font-weight: 800; font-size: .85rem; }.submission-card textarea { min-height: 130px; resize: vertical; }.submission-card .primary-action { margin-top: 1.4rem; width: 100%; }.notice { padding: 1rem; background: var(--mint); border-radius: 14px; font-size: .85rem; }
.markets-hero { background: radial-gradient(circle at 82% 18%, rgba(230,191,105,.22), transparent 26%), linear-gradient(135deg, #eef3e9, #fffaf1); }
.markets-hero h1 span { color: var(--clay-dark); font-style: italic; }
.market-overview, .responsible-ai, .commercial-standard { padding: 6rem 6vw; }
.market-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.market-card { min-height: 260px; display: flex; flex-direction: column; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fffdf8; box-shadow: 0 12px 40px rgba(31,61,51,.07); }
.market-card-live { color: var(--paper); background: var(--forest); }
.market-card-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.status-pill { display: inline-flex; width: fit-content; padding: .35rem .62rem; border: 1px solid var(--line); border-radius: 999px; color: var(--clay-dark); background: #f2e4d7; font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.status-live { color: #153f2d; background: #dcebdc; }
.market-rank { color: var(--sage); font: 600 1.6rem Georgia, serif; }
.market-card h3 { margin: 2.3rem 0 .55rem; font: 600 2.15rem Georgia, serif; }
.market-card p { margin: 0 0 1.2rem; color: var(--ink-soft); }
.market-card-live p { color: rgba(255,255,255,.76); }
.market-card .text-action { margin-top: auto; color: var(--gold); }
.market-watchlist { margin: 1.4rem 0 0; padding: 1.2rem 1.4rem; border-left: 4px solid var(--gold); color: var(--ink-soft); background: #f6f0e5; }
.launch-standard { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; padding: 6rem 6vw; color: var(--paper); background: var(--forest); }
.launch-standard h2, .commercial-standard h2, .source-band h2 { margin: 0; font: 500 clamp(2.2rem, 4vw, 4.2rem)/1.03 Georgia, serif; }
.launch-standard-copy > p:last-child { color: rgba(255,255,255,.7); }
.launch-standard .eyebrow { color: var(--gold); }
.gate-list { margin: 0; padding: 0; list-style: none; }
.gate-list li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.3rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.gate-list li > span { color: var(--gold); font: 600 1.4rem Georgia, serif; }
.gate-list strong { font-size: 1.04rem; }
.gate-list p { margin: .3rem 0 0; color: rgba(255,255,255,.68); }
.principle-grid, .commercial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.principle-grid article, .commercial-grid article { padding: 1.55rem; border: 1px solid var(--line); border-radius: 20px; background: #fffdf8; }
.principle-grid article > span { color: var(--clay-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.principle-grid h3, .commercial-grid h3 { margin: 1.4rem 0 .55rem; font: 600 1.45rem Georgia, serif; }
.principle-grid p, .commercial-grid p { margin: 0; color: var(--ink-soft); }
.commercial-standard { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; background: #edf0e6; }
.source-band { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; padding: 5rem 6vw; background: #f2e4d7; }
.source-band ul { display: grid; gap: .85rem; margin: 0; padding-left: 1.2rem; }
.source-band a { font-weight: 750; }
.market-unavailable { padding-right: min(8vw, 7rem); }
.market-result-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin-top: 1.5rem; }
.market-result-actions .text-action { color: var(--paper); }
@media (max-width: 980px) { .nav-links { display: none; }.hero, .category-strip, .matcher-layout, .proof-section, .submission-layout, .directory-intro, .launch-standard, .commercial-standard, .source-band { grid-template-columns: 1fr; }.hero { padding-top: 4.5rem; }.hero-visual { min-height: 480px; }.site-footer { grid-template-columns: 1fr 1fr; }.result-count { position: static; margin-top: 1rem; }.provider-grid, .directory-grid { grid-template-columns: 1fr; }.principle-grid, .commercial-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .site-shell { width: 100%; margin: 0; border-radius: 0; border: 0; }.site-nav { padding: .85rem 1rem; }.nav-action { margin-left: auto; font-size: .75rem; }.hero, .matcher-section, .proof-section, .content-grid, .directory-shell, .market-overview, .responsible-ai, .commercial-standard, .launch-standard, .source-band { padding-left: 1.15rem; padding-right: 1.15rem; }.hero { min-height: auto; padding-top: 4rem; }.hero-visual { min-height: 430px; }.pet-portrait { width: 210px; height: 235px; }.orbit-one { width: 320px; height: 320px; }.orbit-two { width: 230px; height: 230px; }.match-preview { right: auto; bottom: 0; }.note-two { right: 0; }.category-strip { padding: 3rem 1.15rem; gap: 2rem; }.category-links, .proof-grid, .market-grid, .principle-grid, .commercial-grid { grid-template-columns: 1fr; }.proof-grid article { min-height: auto; border-radius: 0 !important; }.provider-cta { align-items: flex-start; flex-direction: column; padding: 4rem 1.15rem; }.site-footer { grid-template-columns: 1fr; padding: 3rem 1.15rem; }.call-checklist { grid-template-columns: 1fr; }.call-checklist > p { grid-column: auto; }.provider-card-top, .provider-actions { align-items: flex-start; flex-direction: column; }.source-state { order: -1; }.page-hero { padding: 4rem 1.15rem 3rem; } }
@media print { .site-nav, .hero-visual, .category-strip, .provider-cta, .site-footer, .matcher-card, .matcher-aside { display: none !important; }.site-shell { width: 100%; margin: 0; border: 0; box-shadow: none; }.hero { display: block; min-height: 0; padding: 1rem; }.results { display: block !important; }.provider-card, .call-checklist, .result-summary { break-inside: avoid; box-shadow: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
