:root {
  color-scheme: light;
  --paper: #fcfcf8;
  --ink: #272820;
  --muted: #66685d;
  --stone: #eeeee5;
  --line: #dedfd3;
  --accent: #d6322c;
  --accent-hover: #b72420;
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-weight: 450; }
h1, h2 { letter-spacing: -.055em; text-wrap: balance; line-height: 1.08; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.5rem; letter-spacing: -.035em; line-height: 1.25; }
p { text-wrap: pretty; }
strong { color: var(--ink); font-weight: 550; }
[hidden] { display: none !important; }
.wrap { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; background: var(--stone); padding: 3px 12px; border-radius: 99px; font-size: .8125rem; line-height: 1.65; }
.eyebrow::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 54px; }
.section-heading p { max-width: 470px; margin-top: 20px; color: var(--muted); }
.section-heading .eyebrow { margin-bottom: 22px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 46px; padding: 11px 23px; border: 1px solid transparent; border-radius: 99px; background: var(--accent); color: white; font-size: .9375rem; font-weight: 500; line-height: 1.4; white-space: nowrap; transition: background .18s ease, border-color .18s ease; }
.button:hover { background: var(--accent-hover); }
.button-outline { color: var(--ink); background: transparent; border-color: #bcbeb0; }
.button-outline:hover { background: #e5e6db; border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: .9375rem; border-bottom: 1px solid #bcbeb0; padding-bottom: 4px; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.skip-link { position: absolute; z-index: 10; left: 20px; top: -100px; background: var(--ink); color: white; padding: 12px 24px; border-radius: 8px; }
.skip-link:focus { top: 15px; }
.site-header { position: absolute; z-index: 5; top: 32px; width: 100%; }
.navigation { position: relative; width: min(1376px, calc(100% - 64px)); margin-inline: auto; padding: 0; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand img { width: 104px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: .875rem; }
.nav-links > a:not(.button):hover { color: var(--accent); }
.nav-links .button { min-height: 46px; margin-left: 14px; padding: 11px 21px; border-radius: 8px; font-size: .875rem; }
.menu-toggle { display: none; align-items: center; gap: 12px; background: transparent; border: 0; padding: 12px 0 12px 12px; color: var(--ink); font-size: .875rem; }
.menu-toggle::after { content: ''; width: 18px; height: 8px; border-block: 1.5px solid currentColor; }
.hero { padding-top: 180px; background: #f5f5ee; }
.hero-copy { max-width: 960px; margin: auto; padding: 0 32px 65px; text-align: center; }
.hero .eyebrow { background: #fcfcf8; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.75rem, 5.5vw, 4.875rem); line-height: 1.055; }
.hero h1 span { display: block; }
.hero-copy > p { color: var(--muted); max-width: 490px; margin: 24px auto 27px; font-size: 1.125rem; line-height: 1.55; }
.hero-copy .fine-print { display: block; margin-top: 16px; color: var(--muted); font-size: .8125rem; }
.image-placeholder { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 25px; border-radius: var(--radius); background: #d8daca; color: #595d4f; }
.placeholder-label { display: flex; flex-direction: column; gap: 4px; font-size: .8125rem; }
.placeholder-label span:first-child { font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; }
.image-number { font-size: .75rem; opacity: .8; }
.hero-image { width: min(1376px, calc(100% - 64px)); margin: 0 auto; min-height: 300px; aspect-ratio: 3.5 / 1; border-radius: 14px 14px 0 0; background: #e8e9de; color: #626657; }
.hero-image.hero-art { padding: 0; min-height: 0; aspect-ratio: auto; background: transparent; overflow: hidden; }
.hero-art img { width: 100%; height: auto; }
.intro { padding-top: 77px; padding-bottom: 78px; }
.intro .eyebrow { margin-bottom: 23px; }
.intro p { font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1.23; letter-spacing: -.045em; max-width: 1060px; }
.intro p span { color: var(--muted); }
.coverage-section { overflow: hidden; }
.coverage-section .section-heading { align-items: center; }
.coverage-controls, .carousel-arrows { display: flex; align-items: center; gap: 10px; }
.coverage-controls { flex-shrink: 0; }
.coverage-controls .button { background: var(--stone); border-color: transparent; }
.carousel-arrow { position: relative; width: 46px; height: 46px; display: grid; place-items: center; flex-shrink: 0; padding: 0; border: 1px solid transparent; border-radius: 50%; color: var(--ink); background: var(--stone); font-size: 0; line-height: 0; transition: background .18s ease, opacity .18s ease; }
.carousel-arrow span { display: none; }
.carousel-arrow::before { content: ''; width: 10px; height: 10px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: translateX(-2px) rotate(45deg); }
.carousel-arrow[data-coverage-prev]::before { transform: translateX(2px) rotate(-135deg); }
.carousel-arrow:hover:not(:disabled) { background: #dfe1d3; }
.carousel-arrow:disabled { opacity: .3; cursor: default; pointer-events: none; }
.coverage-carousel { width: min(1120px, calc(100% - 64px)); margin-inline: auto; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 108px) / 4); gap: 36px; overflow-x: hidden; overscroll-behavior-x: contain; scroll-behavior: smooth; padding: 4px 0 18px; scrollbar-width: none; }
.coverage-carousel::-webkit-scrollbar { display: none; }
.coverage-carousel:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
.coverage-card { min-width: 0; scroll-snap-align: start; }
.coverage-image { aspect-ratio: 3 / 4; margin-bottom: 25px; padding: 19px; background: #e6e7db; }
.coverage-image.coverage-art { padding: 0; overflow: hidden; }
.coverage-art img { width: 100%; height: 100%; object-fit: cover; }
.coverage-card:nth-child(3n + 2) .coverage-image { background: #e5dfd2; }
.coverage-card:nth-child(3n) .coverage-image { background: #dce2d6; }
.coverage-image .placeholder-label { max-width: 190px; }
.coverage-card h3 { font-size: 1.25rem; margin-bottom: 12px; max-width: 280px; }
.coverage-card p { color: var(--muted); font-size: .9375rem; line-height: 1.65; }
.claims { padding-top: 10px; }
.claims .section-heading { padding-top: 66px; }
.claims .section-heading h2 { max-width: 780px; }
.claim-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 84px; margin-top: 80px; }
.claim-row + .claim-row { margin-top: 106px; }
.claim-row.reverse .claim-copy { order: 2; }
.claim-row.reverse .claim-visual { order: 1; }
.claim-copy .eyebrow { margin-bottom: 20px; }
.claim-copy h3 { font-size: 1.75rem; }
.steps { list-style: none; padding: 0; margin: 26px 0; counter-reset: step; }
.steps li { display: flex; align-items: start; gap: 16px; counter-increment: step; margin-top: 19px; }
.steps li::before { content: counter(step); flex-shrink: 0; display: grid; place-items: center; width: 25px; height: 25px; margin-top: 2px; border: 1px solid #cbcebf; border-radius: 50%; color: var(--muted); font-size: .75rem; }
.steps p { font-size: .9375rem; color: var(--muted); }
.claim-note { font-size: .8125rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 21px; }
.claim-visual .image-placeholder { aspect-ratio: 1.12; }
.claim-image { aspect-ratio: 1.12; overflow: hidden; border-radius: var(--radius); background: #e7dfd0; }
.claim-image img { width: 100%; height: 100%; object-fit: cover; }
.claim-row.reverse .image-placeholder { background: #e3ddcf; color: #665e4f; }
.claim-visual figcaption { margin-top: 19px; }
.claim-visual figcaption h4 { font-size: .9375rem; font-weight: 500; }
.claim-visual figcaption p { font-size: .8125rem; color: var(--muted); margin-top: 4px; max-width: 350px; }
.proof { background: var(--stone); }
.proof-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 55px; }
.member-count { font-size: clamp(4.5rem, 9vw, 8.5rem); line-height: .95; letter-spacing: -.075em; }
.member-count span { color: var(--accent); }
.proof-top p { margin-top: 22px; color: var(--muted); }
.rating { text-align: right; }
.rating p { margin-top: 9px; font-size: .8125rem; }
.stars { color: #555e43; letter-spacing: 4px; font-size: 1rem; }
.featured-review { display: grid; grid-template-columns: 210px 1fr; gap: 60px; padding-block: 62px; border-bottom: 1px solid #d5d7c8; }
.featured-review blockquote { order: 2; font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.2; letter-spacing: -.045em; }
.featured-review figcaption { order: 1; padding-top: 7px; }
.review-author { font-weight: 500; font-size: .9375rem; }
.review-date, .review-source { font-size: .8125rem; color: var(--muted); }
.review-source { display: inline-block; margin-top: 12px; border-bottom: 1px solid #b8bcaa; }
.reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 48px; }
.review { display: flex; flex-direction: column; padding-bottom: 24px; }
.review blockquote { margin: 16px 0 22px; font-size: .9375rem; color: #505346; line-height: 1.7; }
.review figcaption { margin-top: auto; }
.review:last-child { grid-column: span 2; }
.reviews-link { margin-top: 36px; text-align: right; }
.plans .section-heading { align-items: center; }
.plans h2 { max-width: 640px; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.plan { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); }
.plan-native { background: #f0f1e8; border-color: #c7ceba; }
.plan-visual { aspect-ratio: 2.65 / 1; margin-bottom: 24px; overflow: hidden; border-radius: 10px; background: #e9e4d8; }
.plan-visual img { width: 100%; height: 100%; object-fit: cover; }
.plan-native .plan-visual { background: #e7dfcf; }
.plan-native .plan-visual img { object-position: center 58%; }
.plan-topline { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; min-height: 42px; margin-bottom: 22px; }
.plan-topline h3 { font-size: 1.25rem; }
.plan-description { font-size: 1.0625rem; line-height: 1.5; min-height: 80px; max-width: 340px; }
.price { font-size: clamp(2.75rem, 4vw, 4rem); letter-spacing: -.06em; line-height: 1.15; font-weight: 450; }
.price-line { display: flex; align-items: baseline; gap: 10px; margin-top: 23px; }
.price-line > span:last-child { color: var(--muted); font-size: .875rem; }
.price-note { font-size: .8125rem; line-height: 1.55; color: var(--muted); min-height: 62px; margin: 13px 0 20px; }
.plan .button { width: 100%; }
.plan-benefits { list-style: none; padding: 0; margin: 28px 0 0; }
.plan-benefits li { display: flex; gap: 13px; margin-top: 17px; color: var(--muted); font-size: .875rem; }
.plan-benefits li > span:first-child { color: #586b43; flex-shrink: 0; }
.tier-picker { display: flex; padding: 4px; border: 1px solid #d8dccb; border-radius: 99px; }
.tier-picker button { border: 0; background: transparent; color: var(--muted); padding: 8px 13px; border-radius: 99px; font-size: .8125rem; line-height: 1.3; }
.tier-picker button[aria-pressed="true"] { background: var(--ink); color: white; }
.plan-note { margin-top: 26px; padding-top: 22px; border-top: 1px solid #d2d6c5; color: var(--muted); font-size: .8125rem; }
.quiz-invite { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 32px; padding: 28px 0; }
.quiz-invite h3 { font-size: 1.125rem; margin-bottom: 8px; }
.quiz-invite p { color: var(--muted); font-size: .875rem; max-width: 650px; }
.exclusions { background: #f2f1e9; }
.split-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.section-intro .eyebrow { margin-bottom: 24px; background: #e4e5d9; }
.section-intro > p { color: var(--muted); margin-top: 24px; }
.exclusion-list { list-style: none; padding: 0; margin: 0; }
.exclusion-list li { padding: 24px 0; }
.exclusion-list li + li { border-top: 1px solid #d9dacd; }
.exclusion-list h3 { font-size: 1.125rem; }
.exclusion-list p { margin-top: 10px; font-size: .875rem; color: var(--muted); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-layout .eyebrow { margin-bottom: 22px; }
.faq-visual { aspect-ratio: 3 / 4; margin-top: 42px; overflow: hidden; border-radius: var(--radius); background: #ece5d7; }
.faq-visual img { width: 100%; height: 100%; object-fit: cover; }
.faq-list details + details { border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; position: relative; padding: 23px 34px 23px 0; font-size: 1.0625rem; line-height: 1.5; letter-spacing: -.015em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 20px; font-size: 1.5rem; font-weight: 300; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { padding: 0 28px 26px 0; color: var(--muted); font-size: .9375rem; line-height: 1.75; }
.closing { padding: 30px 32px 92px; }
.closing-layout { width: min(1376px, 100%); min-height: 510px; margin-inline: auto; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border-radius: var(--radius); background: #f0f1e8; }
.closing-copy { display: flex; flex-direction: column; align-items: start; justify-content: center; padding: clamp(42px, 6vw, 84px); }
.closing h2 { max-width: 470px; font-size: clamp(2.5rem, 4.8vw, 4.5rem); }
.closing p { max-width: 430px; color: var(--muted); margin: 23px 0 28px; }
.closing-image { min-width: 0; min-height: 510px; overflow: hidden; }
.closing-image img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.site-footer { background: var(--paper); padding: 58px 0 12px; }
.footer-brand { max-width: 300px; }
.footer-brand img { width: 104px; height: auto; margin-bottom: 23px; }
.footer-brand > a { display: inline-block; }
.footer-top { display: flex; justify-content: space-between; gap: 70px; }
.footer-description { max-width: 300px; font-size: .875rem; color: var(--muted); }
.footer-links { display: flex; gap: 80px; }
.footer-links h3 { font-size: .8125rem; color: var(--muted); margin-bottom: 17px; }
.footer-links a { display: block; font-size: .875rem; padding-block: 5px; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 23px; margin-top: 38px; color: var(--muted); font-size: .75rem; }
@media (min-width: 1500px) { .hero { padding-top: 200px; } .hero-copy { padding-bottom: 80px; } }
@media (max-width: 1000px) {
  .coverage-carousel { grid-auto-columns: calc((100% - 56px) / 3); gap: 28px; }
  .claim-row { gap: 40px; }
  .split-section, .faq-layout { gap: 45px; }
  .featured-review { grid-template-columns: 150px 1fr; gap: 36px; }
  .plan { padding: 28px; }
  .plan-visual { margin-bottom: 24px; }
  .plan-description { min-height: 106px; }
  .price-note { min-height: 82px; }
  .reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .closing-layout { grid-template-columns: .9fr 1.1fr; min-height: 440px; }
  .closing-copy { padding: 44px; }
  .closing-image { min-height: 440px; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 28px; }
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 68px; }
  .site-header { top: 20px; }
  .navigation { width: calc(100% - 40px); }
  .brand img { width: 89px; }
  .menu-toggle { display: flex; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 12px); flex-direction: column; align-items: stretch; gap: 0; padding: 15px 23px; background: var(--paper); border-radius: 8px; box-shadow: 0 12px 32px #27282014; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding-block: 13px; }
  .nav-links .button { margin: 10px 0 5px; }
  .hero { padding-top: 142px; }
  .hero-copy { padding: 0 20px 45px; }
  .hero h1 { font-size: clamp(2.5rem, 8.8vw, 3.8rem); }
  .hero h1 span { display: inline; }
  .hero-copy > p { font-size: 1rem; max-width: 350px; margin-top: 23px; }
  .hero .eyebrow { font-size: .75rem; }
  .hero-image { width: calc(100% - 32px); min-height: 230px; aspect-ratio: 1.5; }
  .image-placeholder { padding: 18px; }
  .intro { padding-block: 48px; }
  .intro p { font-size: 1.8rem; }
  .section-heading { align-items: start; flex-direction: column; gap: 24px; margin-bottom: 35px; }
  .section-heading p { margin-top: 17px; }
  .coverage-section .section-heading { align-items: start; }
  .coverage-carousel { width: 100%; grid-auto-columns: min(78vw, 310px); gap: 22px; padding: 4px 20px 18px; }
  .coverage-controls { width: 100%; justify-content: space-between; }
  .coverage-card h3 { font-size: 1.125rem; }
  .coverage-card p { font-size: .875rem; }
  .claims { padding-top: 0; }
  .claims .section-heading { padding-top: 48px; }
  .claim-row { grid-template-columns: 1fr; gap: 28px; margin-top: 44px; }
  .claim-row + .claim-row { margin-top: 65px; }
  .claim-row.reverse .claim-copy, .claim-row.reverse .claim-visual { order: initial; }
  .claim-visual .image-placeholder { aspect-ratio: 1.25; }
  .proof-top { align-items: start; flex-direction: column; gap: 30px; padding-bottom: 35px; }
  .rating { text-align: left; }
  .featured-review { display: flex; flex-direction: column; gap: 25px; padding-block: 38px; }
  .featured-review blockquote, .featured-review figcaption { order: initial; }
  .featured-review blockquote { font-size: 1.9rem; }
  .reviews { gap: 24px; margin-top: 32px; }
  .reviews-link { text-align: left; }
  .plan-grid { grid-template-columns: 1fr; gap: 22px; }
  .plans .section-heading { align-items: start; }
  .plan { padding: 25px; }
  .plan-visual { aspect-ratio: 2.4 / 1; }
  .plan-description, .price-note { min-height: 0; }
  .price { font-size: 3.25rem; }
  .price-note { margin-bottom: 25px; }
  .quiz-invite { align-items: start; flex-direction: column; gap: 24px; }
  .split-section, .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-visual { width: min(100%, 420px); aspect-ratio: 4 / 3; margin-top: 30px; }
  .faq-visual img { object-position: center 43%; }
  .closing { padding: 8px 20px 70px; }
  .closing-layout { grid-template-columns: 1fr; min-height: 0; }
  .closing-copy { padding: 48px 28px 46px; }
  .closing-image { min-height: 330px; }
  .closing p { font-size: .9375rem; }
  .site-footer { padding-top: 45px; }
  .footer-top { flex-direction: column; gap: 35px; }
  .footer-links { gap: 60px; }
}
@media (max-width: 390px) {
  .reviews { grid-template-columns: 1fr; }
  .review:last-child { grid-column: auto; }
  .plan-topline { align-items: start; flex-direction: column; }
  .hero .fine-print { font-size: .75rem; }
  .footer-bottom { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
