:root {
  --ink: #171514;
  --ink-soft: #605b56;
  --paper: #f5f1eb;
  --paper-deep: #e9e0d6;
  --line: rgba(23, 21, 20, 0.12);
  --copper: #a74f3d;
  --copper-dark: #7d392e;
  --peach: #efad81;
  --lemon: #f4d57c;
  --sage: #aab39c;
  --sky: #cbd9dc;
  --white: #fffdf9;
  --shadow: 0 20px 60px rgba(53, 34, 22, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 11px;
}

* { 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;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.app-shell { min-height: 100vh; overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 241, 235, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav-inner, .page, .site-footer-inner { width: min(1220px, calc(100% - 44px)); margin: 0 auto; }

.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand-word { color: #5e4b85; font-family: "Avenir Next", "Trebuchet MS", "Helvetica Neue", sans-serif; font-size: 1.22rem; font-weight: 800; letter-spacing: -.075em; line-height: 1; }
.brand small { display: block; color: #8775aa; font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1; text-transform: uppercase; margin-top: 6px; }
.site-footer .brand-word { color: var(--peach); }
.site-footer .brand small { color: #bbb1cf; }

.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link { border: 0; background: transparent; color: var(--ink-soft); padding: 10px 13px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: .2s ease; }
.nav-link:hover, .nav-link.active { background: var(--ink); color: var(--white); }
.nav-cta { border: 0; padding: 12px 17px; border-radius: 999px; background: var(--copper); color: white; font-weight: 800; font-size: 14px; box-shadow: 0 7px 18px rgba(167, 79, 61, .25); }
.nav-cta:hover { background: var(--copper-dark); }

.page { padding: 44px 0 88px; }
.page-tight { padding-top: 28px; }

.hero-wrap { background: var(--ink); color: var(--white); border-radius: 0 0 34px 34px; padding: 28px 0 40px; }
.hero { width: min(1220px, calc(100% - 44px)); margin: 0 auto; display: grid; grid-template-columns: 1.03fr .97fr; gap: 52px; align-items: center; min-height: 550px; }
.hero-copy { padding: 26px 0; }
.eyebrow { color: var(--peach); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.hero h1 { max-width: 660px; margin: 16px 0 18px; font-size: clamp(56px, 8vw, 104px); letter-spacing: -.095em; line-height: .88; font-weight: 900; }
.hero h1 em { color: var(--peach); font-style: normal; }
.hero-lede { max-width: 500px; margin: 0; color: #cbc4bc; font-size: clamp(18px, 2vw, 22px); line-height: 1.45; }
.hero-actions { display: flex; gap: 11px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.button { border: 1px solid transparent; border-radius: 999px; padding: 13px 18px; font-weight: 800; font-size: 15px; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--peach); color: var(--ink); }
.button-primary:hover { background: #ffc39c; }
.button-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.25); }
.button-ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); }
.micro-note { margin: 20px 0 0; font-size: 13px; color: #99918a; }

.hero-gallery { position: relative; height: 500px; }
.hero-image { position: absolute; width: 52%; height: 390px; overflow: hidden; border: 7px solid rgba(255,255,255,.95); background: #4b3027; box-shadow: 0 26px 52px rgba(0,0,0,.35); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-image.foxy { top: 12px; left: 5%; border-radius: 30px 30px 80px 30px; transform: rotate(-4deg); }
.hero-image.flynn { top: 92px; right: 2%; border-radius: 80px 30px 30px 30px; transform: rotate(5deg); }
.hero-image.foxy img { object-position: 50% 27%; }
.hero-image.flynn img { object-position: 50% 23%; }
.image-caption { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(23,21,20,.76); color: white; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-badge { position: absolute; z-index: 3; left: 4%; bottom: 26px; width: 132px; height: 132px; display: grid; place-items: center; border-radius: 50%; background: var(--lemon); color: var(--ink); transform: rotate(-12deg); box-shadow: 0 17px 28px rgba(0,0,0,.22); text-align: center; font-size: 13px; font-weight: 900; line-height: 1.1; }
.hero-badge span { display: block; font-size: 28px; line-height: .8; }

.signal-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; margin-top: 40px; }
.signal { background: var(--paper); padding: 20px 22px; display: flex; align-items: center; gap: 12px; }
.signal-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lemon); font-weight: 900; }
.signal strong { display: block; font-size: 14px; }
.signal span { display: block; color: var(--ink-soft); font-size: 13px; }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.section-kicker { color: var(--copper); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-head h2 { margin: 6px 0 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.06em; line-height: .98; }
.section-head p { color: var(--ink-soft); margin: 0; max-width: 410px; }
.text-link { border: 0; background: transparent; font-weight: 800; color: var(--copper-dark); padding: 8px 0; white-space: nowrap; }
.text-link:hover { text-decoration: underline; }

.section { margin-top: 66px; }
.provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.provider-card { border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,253,249,.58); padding: 21px; min-height: 224px; display: flex; flex-direction: column; transition: .2s ease; }
.provider-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(167,79,61,.35); }
.provider-card-head { display: flex; justify-content: space-between; align-items: start; gap: 14px; }
.provider-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--ink); color: var(--lemon); font-weight: 900; font-size: 17px; }
.provider-rating { color: var(--ink-soft); font-size: 13px; font-weight: 800; }
.provider-card h3 { margin: 18px 0 5px; letter-spacing: -.035em; font-size: 21px; }
.provider-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.45; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 7px; }
.pill { padding: 6px 9px; border-radius: 999px; background: var(--paper-deep); color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.pill.accent { background: #f3d4c4; color: var(--copper-dark); }
.card-link { color: var(--copper-dark); font-size: 13px; font-weight: 900; }

.guide-section { background: #ded9d0; border-radius: var(--radius-lg); padding: 28px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 32px; align-items: center; overflow: hidden; }
.guide-copy h2 { margin: 7px 0 11px; font-size: clamp(32px, 5vw, 58px); letter-spacing: -.075em; line-height: .95; }
.guide-copy p { max-width: 450px; color: var(--ink-soft); }
.guide-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: end; }
.guide-tile { position: relative; height: 300px; overflow: hidden; border-radius: 22px; background: #8d5948; }
.guide-tile:nth-child(2) { height: 355px; background: #3d3936; }
.guide-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.guide-tile:first-child img { object-position: 50% 23%; }
.guide-tile:nth-child(2) img { object-position: 50% 24%; }
.guide-tile-label { position: absolute; left: 13px; bottom: 13px; color: white; font-weight: 900; font-size: 18px; text-shadow: 0 2px 8px rgba(0,0,0,.35); }

.disclosure { color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.disclosure strong { color: var(--ink); }

.page-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 30px; }
.page-heading h1 { margin: 8px 0 10px; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.08em; line-height: .9; }
.page-heading p { max-width: 560px; margin: 0; color: var(--ink-soft); font-size: 18px; }
.page-heading-aside { padding: 16px 18px; border-left: 2px solid var(--copper); color: var(--ink-soft); font-size: 13px; max-width: 220px; }

.discover-tools { display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-bottom: 23px; }
.search-box { flex: 1 1 300px; position: relative; }
.search-box input { width: 100%; border: 1px solid var(--line); border-radius: 999px; padding: 14px 17px 14px 43px; background: rgba(255,253,249,.78); outline: none; }
.search-box input:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(167,79,61,.12); }
.search-icon { position: absolute; left: 16px; top: 12px; color: var(--ink-soft); }
.sort-select { border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,249,.78); padding: 13px 17px; color: var(--ink); font-weight: 700; }
.filter-bar { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 5px; margin-bottom: 27px; scrollbar-width: none; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter { border: 1px solid var(--line); background: transparent; color: var(--ink-soft); border-radius: 999px; padding: 9px 13px; white-space: nowrap; font-size: 13px; font-weight: 800; }
.filter.active, .filter:hover { background: var(--ink); color: white; border-color: var(--ink); }
.result-count { color: var(--ink-soft); font-size: 13px; margin-bottom: 12px; }
.empty-state { border: 1px dashed var(--line); border-radius: var(--radius-md); text-align: center; padding: 50px 20px; color: var(--ink-soft); }

.match-shell { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: start; }
.match-aside { position: sticky; top: 100px; border-radius: var(--radius-md); background: var(--ink); color: white; padding: 21px; }
.match-aside .eyebrow { color: var(--peach); }
.match-aside h2 { font-size: 28px; letter-spacing: -.06em; line-height: .98; margin: 11px 0 12px; }
.match-aside p { color: #aaa39b; font-size: 14px; }
.guide-switch { display: flex; gap: 6px; margin-top: 20px; }
.guide-switch button { border: 1px solid rgba(255,255,255,.2); background: transparent; color: #bcb6af; border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 800; }
.guide-switch button.active { background: var(--peach); color: var(--ink); border-color: var(--peach); }
.match-main { max-width: 760px; }
.progress-line { height: 7px; border-radius: 99px; background: var(--paper-deep); overflow: hidden; margin-bottom: 26px; }
.progress-line span { display: block; height: 100%; border-radius: inherit; background: var(--copper); transition: width .3s ease; }
.question-card { background: rgba(255,253,249,.7); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 5vw, 50px); }
.question-number { color: var(--copper); text-transform: uppercase; font-size: 12px; letter-spacing: .15em; font-weight: 900; }
.question-card h1 { max-width: 640px; margin: 12px 0 29px; letter-spacing: -.065em; line-height: 1; font-size: clamp(33px, 5vw, 54px); }
.answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.answer-button { text-align: left; border: 1px solid var(--line); background: white; border-radius: 14px; padding: 17px; color: var(--ink); font-weight: 800; transition: .18s ease; }
.answer-button:hover, .answer-button.selected { background: var(--ink); color: white; transform: translateY(-2px); }
.answer-button small { display: block; color: var(--ink-soft); font-weight: 500; margin-top: 4px; }
.answer-button:hover small, .answer-button.selected small { color: #c2bbb3; }
.match-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; color: var(--ink-soft); font-size: 13px; }
.results-intro { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.results-intro h2 { margin: 0; font-size: 42px; letter-spacing: -.075em; line-height: .95; }
.results-intro p { margin: 0; color: var(--ink-soft); max-width: 320px; font-size: 14px; }
.match-result { display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; border: 1px solid var(--line); background: rgba(255,253,249,.74); border-radius: var(--radius-md); padding: 16px; margin-bottom: 11px; }
.match-rank { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lemon); font-weight: 900; }
.match-result h3 { margin: 0 0 4px; font-size: 20px; letter-spacing: -.035em; }
.match-result p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.score { color: var(--copper); font-size: 24px; font-weight: 900; letter-spacing: -.06em; }
.score small { display: block; color: var(--ink-soft); letter-spacing: 0; font-size: 10px; text-align: right; }
.result-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 7px; }
.mini-button { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 7px 10px; color: var(--ink); font-size: 12px; font-weight: 800; }
.mini-button.primary { background: var(--copper); color: white; border-color: var(--copper); }

.compare-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; background: var(--ink); color: white; border-radius: var(--radius-md); padding: 17px 20px; margin-bottom: 18px; }
.compare-toolbar p { margin: 0; font-size: 14px; color: #c4bdb6; }
.compare-picker { display: flex; gap: 7px; flex-wrap: wrap; }
.compare-chip { border: 1px solid rgba(255,255,255,.25); color: #c4bdb6; background: transparent; border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 800; }
.compare-chip.active { background: var(--peach); border-color: var(--peach); color: var(--ink); }
.compare-table-wrap { border: 1px solid var(--line); border-radius: var(--radius-md); overflow-x: auto; background: rgba(255,253,249,.6); }
.compare-table { width: 100%; min-width: 700px; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.compare-table th { background: rgba(233,224,214,.55); font-size: 14px; }
.compare-table th:first-child, .compare-table td:first-child { width: 190px; color: var(--ink-soft); font-size: 13px; font-weight: 800; }
.compare-table tr:last-child td { border-bottom: 0; }
.table-provider { display: flex; align-items: center; gap: 9px; font-weight: 900; color: var(--ink); }
.table-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--lemon); font-size: 11px; }
.check { color: #477052; font-weight: 900; }
.dash { color: #a79e96; }

.detail-top { display: flex; justify-content: space-between; align-items: start; gap: 22px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.detail-title { display: flex; gap: 17px; align-items: center; }
.detail-title .provider-icon { width: 64px; height: 64px; font-size: 22px; border-radius: 18px; }
.detail-title h1 { margin: 0; font-size: clamp(40px, 7vw, 76px); letter-spacing: -.09em; line-height: .9; }
.detail-title p { margin: 8px 0 0; color: var(--ink-soft); }
.detail-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: end; }
.detail-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 24px; margin-top: 28px; }
.detail-card { border: 1px solid var(--line); border-radius: var(--radius-md); padding: 22px; background: rgba(255,253,249,.6); }
.detail-card h2 { margin: 0 0 11px; font-size: 21px; letter-spacing: -.04em; }
.detail-card p { color: var(--ink-soft); margin-top: 0; }
.fact-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.fact-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 12px 13px; background: var(--white); font-size: 14px; }
.fact-row span:first-child { color: var(--ink-soft); }
.fact-row span:last-child { font-weight: 800; text-align: right; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pros-cons h3 { margin: 0 0 9px; font-size: 13px; text-transform: uppercase; letter-spacing: .11em; }
.pros-cons ul { padding: 0; margin: 0; list-style: none; color: var(--ink-soft); font-size: 14px; }
.pros-cons li { margin: 7px 0; }
.pros-cons li::before { content: "↗"; color: var(--copper); font-weight: 900; margin-right: 6px; }
.pros-cons .cons li::before { content: "–"; color: var(--ink-soft); }
.notice { border-radius: 14px; padding: 14px 16px; background: #f6e3b5; color: #5f4b28; font-size: 13px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 28px; }
.about-card { border-radius: var(--radius-md); min-height: 270px; padding: 22px; position: relative; overflow: hidden; border: 1px solid var(--line); }
.about-card.dark { background: var(--ink); color: white; }
.about-card.peach { background: #f2c9b6; }
.about-card h2 { margin: 0; font-size: 30px; letter-spacing: -.06em; line-height: .96; }
.about-card p { max-width: 430px; color: #cbc4bd; }
.about-card.peach p { color: #6f5149; }
.about-avatar { position: absolute; bottom: -40px; right: -4px; width: 210px; height: 250px; object-fit: cover; border-radius: 100px 100px 0 0; }
.manifesto { margin-top: 17px; border-radius: var(--radius-md); background: var(--sage); padding: 28px; }
.manifesto blockquote { max-width: 760px; margin: 0; font-size: clamp(27px, 4vw, 47px); letter-spacing: -.06em; line-height: .99; font-weight: 900; }
.manifesto cite { display: block; margin-top: 19px; color: rgba(23,21,20,.6); font-style: normal; font-weight: 800; font-size: 13px; }

.site-footer { background: var(--ink); color: white; padding: 34px 0; }
.site-footer-inner { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 30px; }
.site-footer p { color: #aaa39b; font-size: 13px; max-width: 330px; }
.footer-title { color: var(--peach); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; margin-top: 10px; color: #cec7c0; font-size: 14px; }
.footer-links a:hover { color: var(--peach); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); padding-top: 19px; color: #858079; font-size: 12px; }

.toast { position: fixed; z-index: 50; left: 50%; bottom: 25px; transform: translate(-50%, 130px); width: min(420px, calc(100% - 34px)); padding: 14px 17px; border-radius: 14px; background: var(--ink); color: white; box-shadow: 0 15px 40px rgba(0,0,0,.25); text-align: center; font-size: 13px; opacity: 0; transition: .25s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 930px) {
  .hero { grid-template-columns: 1fr; gap: 12px; padding-top: 25px; }
  .hero-gallery { height: 440px; max-width: 560px; width: 100%; margin: -10px auto 0; }
  .provider-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-section, .detail-grid { grid-template-columns: 1fr; }
  .match-shell { grid-template-columns: 1fr; }
  .match-aside { position: static; }
  .site-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .nav-inner, .page, .site-footer-inner, .hero { width: min(100% - 30px, 1220px); }
  .nav-inner { min-height: 66px; }
  .nav-links { display: none; }
  .nav-cta { padding: 10px 13px; font-size: 13px; }
  .hero-wrap { border-radius: 0 0 22px 22px; padding-bottom: 26px; }
  .hero h1 { font-size: clamp(52px, 16vw, 84px); }
  .hero-gallery { height: 355px; }
  .hero-image { height: 290px; border-width: 5px; }
  .hero-badge { width: 95px; height: 95px; font-size: 10px; left: 0; bottom: 15px; }
  .hero-badge span { font-size: 21px; }
  .signal-row { grid-template-columns: 1fr; }
  .signal { padding: 14px 17px; }
  .section { margin-top: 46px; }
  .section-head, .page-heading, .detail-top, .results-intro { display: block; }
  .section-head p { margin-top: 13px; }
  .section-head .text-link { display: inline-block; margin-top: 13px; }
  .provider-grid { grid-template-columns: 1fr; }
  .guide-section { padding: 20px; }
  .guide-duo { gap: 9px; }
  .guide-tile { height: 220px; }
  .guide-tile:nth-child(2) { height: 260px; }
  .page { padding-top: 32px; }
  .page-heading-aside { margin-top: 18px; max-width: none; border-left: 0; border-top: 2px solid var(--copper); padding: 12px 0 0; }
  .discover-tools { display: block; }
  .sort-select { width: 100%; margin-top: 9px; }
  .answer-grid { grid-template-columns: 1fr; }
  .question-card { padding: 22px 18px; }
  .match-result { grid-template-columns: auto 1fr; }
  .match-result .score { grid-column: 2; }
  .score small { text-align: left; }
  .compare-toolbar { display: block; }
  .compare-picker { margin-top: 13px; }
  .detail-title { align-items: start; }
  .detail-title h1 { font-size: 48px; }
  .detail-actions { justify-content: start; margin-top: 20px; }
  .about-grid { grid-template-columns: 1fr; }
  .site-footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span + span { display: block; margin-top: 8px; }
}
