:root {
  --forest: #183c34;
  --forest-2: #28594d;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --ink: #17221f;
  --muted: #5d6864;
  --line: #d9ded8;
  --coral: #d96f51;
  --coral-dark: #b9533a;
  --sun: #e9c779;
  --sage: #dce8dc;
  --white: #fff;
  --shadow: 0 18px 50px rgba(25, 60, 52, .10);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
.art { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; background: var(--sage); }
a { color: var(--forest-2); text-underline-offset: .2em; }
a:hover { color: var(--coral-dark); }
button, input, select { font: inherit; }
h1, h2, h3 { color: var(--forest); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; margin: 0 0 .55em; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.1rem; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--forest); border-radius: 4px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 3px; }
.eyebrow { color: var(--coral-dark); font-size: .76rem; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; margin-bottom: 1rem; }
.lede { color: #35443f; font-size: clamp(1.14rem, 2vw, 1.35rem); line-height: 1.55; max-width: 660px; }
.lede-small { color: var(--forest); font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.45; }
.small { color: #bac9c3; font-size: .9rem; }
.center { text-align: center; margin-top: 32px; }
.icon { width: 1.25em; height: 1.25em; display: inline-block; fill: currentColor; vertical-align: -.25em; flex: 0 0 auto; }

.site-header { background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(24,60,52,.10); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(10px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); text-decoration: none; white-space: nowrap; }
.brand:hover { color: var(--forest); }
.brand-mark { width: 44px; height: 44px; flex: 0 0 auto; }
.brand-text { font-family: Georgia, serif; font-size: 1.26rem; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.brand-text i { color: var(--coral-dark); font-size: .8em; font-weight: 400; margin-inline: .03em; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-nav a:hover { color: var(--coral-dark); }
.menu-button { display: none; min-width: 48px; min-height: 48px; border: 0; background: transparent; color: var(--forest); cursor: pointer; font-weight: 800; align-items: center; gap: 9px; }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 21px; height: 2px; background: currentColor; content: ""; position: relative; }
.menu-lines::before { position: absolute; top: -6px; }
.menu-lines::after { position: absolute; top: 6px; }

.breadcrumbs { padding-block: 14px; font-size: .8rem; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; gap: 8px; list-style: none; overflow-x: auto; }
.breadcrumbs li { white-space: nowrap; color: var(--muted); }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #a3aaa6; }
.breadcrumbs a { color: var(--forest-2); }

.button { min-height: 50px; padding: 13px 21px; border: 2px solid var(--forest); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--forest); color: var(--white); font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 7px 0 #0e2923; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { background: var(--forest-2); color: var(--white); transform: translateY(-2px); box-shadow: 0 9px 0 #0e2923; }
.button:active { transform: translateY(3px); box-shadow: 0 3px 0 #0e2923; }
.button-light { background: var(--white); color: var(--forest); border-color: var(--white); box-shadow: 0 7px 0 rgba(0,0,0,.18); }
.button-light:hover { background: var(--cream); color: var(--forest); box-shadow: 0 9px 0 rgba(0,0,0,.18); }
.text-link { display: inline-flex; align-items: center; gap: 5px; font-weight: 800; text-decoration: none; }
.text-link .icon { transition: transform .15s ease; }
.text-link:hover .icon { transform: translateX(4px); }

.hero { padding: clamp(48px, 8vw, 100px) 0 110px; background: var(--cream); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(38px, 7vw, 90px); align-items: center; }
.hero-copy h1 { max-width: 760px; }
.hero-copy .button { margin-top: 14px; }
.hero-art { position: relative; transform: rotate(1.5deg); }
.hero-art::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 2px solid var(--forest); border-radius: 26px; z-index: 0; }
.hero-art .art { position: relative; z-index: 1; border-radius: 24px; box-shadow: var(--shadow); }
.hero-caption { position: absolute; z-index: 2; left: -24px; bottom: -28px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 13px 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; transform: rotate(-2deg); }
.hero-caption strong { color: var(--forest); font-family: Georgia, serif; }
.hero-caption span { color: var(--muted); font-size: .86rem; }
.trust-line { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 16px 24px; color: var(--forest); font-size: .84rem; font-weight: 700; }
.trust-line span { display: flex; align-items: center; gap: 5px; }

.finder-wrap { margin-top: -66px; position: relative; z-index: 4; }
.finder-card { background: var(--white); border: 1px solid rgba(24,60,52,.12); border-radius: 22px; padding: clamp(22px, 4vw, 38px); box-shadow: var(--shadow); }
.finder-title { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 20px; }
.finder-title h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin: 0; }
.finder-title .eyebrow { margin: 0; }
.finder-fields { display: grid; grid-template-columns: 1.05fr .75fr 1fr 1.15fr; gap: 12px; }
.finder-fields label, .signup-form label { color: var(--forest); font-size: .78rem; font-weight: 800; }
select, input { width: 100%; min-height: 50px; margin-top: 6px; border: 1px solid #b8c2bc; border-radius: 9px; background: var(--paper); color: var(--ink); padding: 11px 13px; }
select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,var(--forest) 50%),linear-gradient(135deg,var(--forest) 50%,transparent 50%); background-position: calc(100% - 18px) 21px,calc(100% - 13px) 21px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; padding-right: 36px; }
.finder-button { margin-top: 20px; }
.finder-note { display: inline-block; margin: 20px 0 0 16px; color: var(--muted); font-size: .8rem; }

.section { padding: clamp(70px, 10vw, 120px) 0; }
.section.compact { padding-top: 50px; }
.section.tint { background: var(--cream); }
.section-heading { max-width: 700px; margin-bottom: 40px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.section-heading.split p:last-child { color: var(--muted); }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.travel-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(24,60,52,.06); }
.card-image { display: block; overflow: hidden; background: var(--sage); }
.card-image .art { aspect-ratio: 8/5.2; transition: transform .35s ease; }
.travel-card:hover .card-image .art { transform: scale(1.025); }
.card-body { padding: 24px; }
.card-body h3 a { color: inherit; text-decoration: none; }
.card-body p:not(.eyebrow) { color: var(--muted); font-size: .94rem; }
.card-body .text-link { font-size: .87rem; }

.balance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 8vw, 100px); align-items: center; }
.balance-grid .art { border-radius: 180px 180px 24px 24px; }
.tick-list { margin: 26px 0 0; padding: 0; list-style: none; }
.tick-list li { position: relative; margin: 11px 0; padding-left: 32px; font-weight: 650; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; background: var(--sage); color: var(--forest); border-radius: 50%; font-size: .8rem; font-weight: 900; }
.pack-banner { background: var(--forest); color: var(--white); padding: clamp(60px, 8vw, 90px) 0; overflow: hidden; }
.pack-banner h2, .pack-banner .eyebrow { color: var(--white); }
.pack-banner .eyebrow { opacity: .72; }
.pack-banner p { max-width: 640px; color: #d9e4df; }
.pack-grid { display: grid; grid-template-columns: 1fr .6fr; align-items: center; gap: 30px; }
.pack-numbers { display: flex; justify-content: flex-end; align-items: center; gap: 14px; }
.pack-numbers span { width: 140px; height: 140px; display: grid; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest); font-family: Georgia, serif; font-size: 4rem; font-weight: 700; transform: rotate(-7deg); }
.pack-numbers span + span { background: var(--coral); color: var(--white); transform: translateY(30px) rotate(6deg); }
.season-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.season-card { min-height: 320px; padding: 26px; display: flex; flex-direction: column; background: var(--white); color: var(--ink); text-decoration: none; }
.season-card:hover { background: var(--cream); color: var(--ink); }
.season-card > span { color: var(--coral-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.season-card h3 { margin-top: auto; }
.season-card p { color: var(--muted); font-size: .9rem; }
.season-card > .icon { color: var(--forest); }
.partners { border-top: 1px solid var(--line); }
.partner-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.partner-intro p { color: var(--muted); }

.page-hero { padding: clamp(45px, 7vw, 86px) 0; background: var(--cream); }
.page-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 7vw, 84px); align-items: center; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
.page-hero .art { border-radius: 130px 22px 22px 22px; box-shadow: var(--shadow); }
.reviewed { color: var(--muted); font-size: .8rem; margin-top: 26px; }
.simple-hero { padding: clamp(60px, 9vw, 105px) 0; background: var(--cream); text-align: center; }
.simple-hero .narrow { margin-inline: auto; }
.simple-hero .lede { margin-inline: auto; }
.article-hero { padding: clamp(58px, 9vw, 105px) 0; background: var(--cream); }
.article-head { max-width: 900px; }
.article-head h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.notice { margin-top: 32px; padding: 22px 24px; border: 2px solid var(--sun); border-radius: 12px; background: #fff9e9; display: grid; grid-template-columns: 140px 1fr; gap: 20px; }
.notice strong { color: var(--forest); }
.notice p { margin: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.choice-grid article { padding: 28px; border-top: 3px solid var(--coral); background: var(--white); box-shadow: 0 8px 30px rgba(24,60,52,.07); }
.choice-grid h2 { font-size: 1.55rem; margin-top: 16px; }
.choice-grid p { color: var(--muted); margin: 0; }
.choice-dot { width: 12px; height: 12px; display: block; border-radius: 50%; background: var(--sun); box-shadow: 16px 0 0 var(--sage),32px 0 0 var(--coral); }
.two-col-copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 100px); }
.two-col-copy h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); }
.provider-section { background: var(--forest); color: var(--white); }
.provider-section h2, .provider-section h3, .provider-section .eyebrow { color: var(--white); }
.provider-section .section-heading p { color: #d8e3df; }
.provider-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.provider-card { padding: 30px; background: #234e44; border: 1px solid #477066; border-radius: var(--radius); }
.provider-card p { color: #d8e3df; }
.provider-card .button { background: var(--white); color: var(--forest); border-color: var(--white); box-shadow: none; }
.disclosure-note { margin-top: 20px; color: #c7d6d1; font-size: .8rem; }
.disclosure-note a { color: var(--white); }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.mini-link { position: relative; min-height: 145px; padding: 24px 58px 24px 24px; display: flex; flex-direction: column; justify-content: center; background: var(--white); border: 1px solid var(--line); border-radius: 12px; color: var(--ink); text-decoration: none; }
.mini-link:hover { color: var(--ink); border-color: var(--forest-2); }
.mini-link strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.35rem; }
.mini-link span { color: var(--muted); font-size: .9rem; }
.mini-link .icon { position: absolute; right: 24px; color: var(--coral-dark); }
.check-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 110px); align-items: start; }
.number-list { counter-reset: checks; margin: 0; padding: 0; list-style: none; }
.number-list li { counter-increment: checks; min-height: 62px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); font-weight: 700; }
.number-list li::before { content: "0" counter(checks); color: var(--coral-dark); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.related-strip { padding: 24px 0; background: var(--cream); border-block: 1px solid var(--line); }
.related-strip .wrap { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.related-strip a { font-weight: 700; }

.season-list { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.season-list article { min-height: 250px; padding: 36px; display: grid; grid-template-columns: 44px 1fr; gap: 16px; border: 1px solid var(--line); }
.season-list article > span, .guide-number { color: var(--coral-dark); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.season-list small { color: var(--muted); }
.guide-list { border-top: 1px solid var(--line); }
.guide-list article { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.guide-list h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); max-width: 850px; }
.guide-list h2 a { color: inherit; text-decoration: none; }
.guide-list p:not(.eyebrow) { max-width: 760px; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: 250px minmax(0, 720px); gap: clamp(50px, 8vw, 100px); align-items: start; padding-block: clamp(60px, 9vw, 110px); }
.article-aside { position: sticky; top: 110px; padding: 22px; border-left: 3px solid var(--sun); background: var(--cream); }
.article-aside ol { margin: 14px 0 0; padding-left: 18px; }
.article-aside li { margin: 10px 0; font-size: .83rem; }
.article-body section { margin-bottom: 54px; scroll-margin-top: 120px; }
.article-body h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
.article-body p { font-size: 1.08rem; }
.article-cta { padding: 30px; background: var(--sage); border-radius: var(--radius); }
.article-cta h2 { font-size: 2rem; }
.prose { max-width: 760px; }
.prose h2 { font-size: 1.9rem; margin-top: 2em; }
.prose p { font-size: 1.06rem; }

.signup { padding: clamp(55px, 8vw, 82px) 0; background: var(--coral); color: var(--white); }
.signup h2, .signup .eyebrow { color: var(--white); }
.signup .eyebrow { opacity: .85; }
.signup-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.signup-form label { color: var(--white); }
.field-button { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }
.field-button input { margin: 6px 0 0; border-color: var(--white); background: var(--white); }
.field-button input:disabled { opacity: .75; cursor: not-allowed; }
.field-button button:disabled { opacity: .65; cursor: not-allowed; transform: none; }
.form-note { font-size: .78rem; margin: 12px 0 0; color: #fff6f2; }
.site-footer { padding: 70px 0 24px; background: #102b25; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.footer-brand { color: var(--white); margin-bottom: 18px; }
.footer-brand:hover { color: var(--white); }
.footer-grid nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px 20px; align-content: start; }
.footer-grid nav a { color: #d5e1dc; font-size: .85rem; text-decoration: none; }
.footer-grid nav a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid #315047; display: flex; justify-content: space-between; gap: 30px; color: #afc1bb; font-size: .78rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .menu-button { display: flex; }
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 14px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(24,60,52,.12); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .finder-fields { grid-template-columns: repeat(2,1fr); }
  .card-grid.three { grid-template-columns: repeat(2,1fr); }
  .card-grid.four, .season-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 40px; height: 40px; }
  .site-nav { top: 68px; }
  .hero { padding: 38px 0 94px; }
  .hero-grid, .page-hero-grid, .balance-grid, .pack-grid, .partner-intro, .section-heading.split, .two-col-copy, .check-grid, .signup-inner, .footer-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-art { order: 2; margin: 12px 12px 0 0; }
  .hero-art::before { inset: 12px -12px -12px 12px; }
  .hero-caption { left: 10px; bottom: -20px; }
  .hero-copy h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .trust-line { display: none; }
  .finder-wrap { margin-top: -54px; }
  .finder-title { display: block; }
  .finder-title .eyebrow { margin-bottom: 8px; }
  .finder-fields { grid-template-columns: 1fr; gap: 9px; }
  .finder-button { width: 100%; }
  .finder-note { margin: 16px 0 0; text-align: center; }
  .card-grid.three, .card-grid.four, .card-grid.two, .choice-grid, .provider-grid, .mini-grid, .season-list { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 28px; }
  .travel-card { display: grid; grid-template-columns: 38% 62%; min-height: 190px; }
  .card-image, .card-image .art { height: 100%; }
  .card-image .art { object-fit: cover; }
  .card-body { padding: 19px; }
  .card-body .eyebrow { display: none; }
  .card-body h3 { font-size: 1.3rem; }
  .card-body p:not(.eyebrow) { font-size: .84rem; line-height: 1.45; }
  .card-body .text-link { font-size: .8rem; }
  .balance-grid { gap: 34px; }
  .balance-grid .art { border-radius: 100px 100px 20px 20px; }
  .pack-numbers { display: none; }
  .season-grid { gap: 1px; }
  .season-card { min-height: 230px; }
  .page-hero-grid > div:first-child { order: 1; }
  .page-hero-grid > div:last-child { order: 2; }
  .page-hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .page-hero .art { border-radius: 80px 18px 18px 18px; }
  .notice { grid-template-columns: 1fr; gap: 6px; }
  .choice-grid article { padding: 23px; }
  .mini-link { min-height: 128px; }
  .season-list article { min-height: auto; padding: 26px 22px; }
  .guide-list article { grid-template-columns: 40px 1fr; gap: 10px; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .article-aside { position: static; }
  .field-button { grid-template-columns: 1fr; }
  .signup-inner { gap: 24px; }
  .footer-grid nav { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .brand-text { font-size: 1.05rem; }
  .menu-button span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .travel-card { grid-template-columns: 1fr; }
  .card-image .art { height: auto; aspect-ratio: 8/4.5; }
  .card-body p:not(.eyebrow) { font-size: .9rem; }
  .footer-grid nav { grid-template-columns: 1fr 1fr; }
}

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

@media print {
  .site-header, .breadcrumbs, .signup, .site-footer, .button { display: none !important; }
  body { color: #000; background: #fff; }
}
