/*
Theme Name: TourDecoded
Theme URI: https://tourdecoded.com/
Author: TourDecoded
Description: Lightweight editorial theme for independent tour and excursion guides.
Version: 1.1.0
Text Domain: tourdecoded
*/

:root {
  --ink: #102a35;
  --ink-soft: #405862;
  --ocean: #087f8c;
  --ocean-dark: #075f69;
  --aqua: #dff5f3;
  --sand: #f6f0e4;
  --coral: #e96b4c;
  --white: #fff;
  --line: #dbe4e5;
  --shadow: 0 18px 50px rgba(16,42,53,.10);
  --radius: 20px;
  --wrap: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfdfd;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--ocean-dark); text-underline-offset: 3px; }
a:hover { color: var(--coral); }
h1, h2, h3 { color: var(--ink); line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 7vw, 5.3rem); margin: 0 0 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 22px; }
h3 { font-size: 1.3rem; margin: 0 0 10px; }
p { margin: 0 0 1.25em; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 18px; top: 18px; z-index: 1000; background: var(--ink); color: #fff; padding: 12px 16px; }
.site-wrap { width: var(--wrap); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,253,253,.94); border-bottom: 1px solid rgba(219,228,229,.9); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 850; letter-spacing: -.025em; font-size: 1.18rem; }
.brand-mark { width: 42px; height: 42px; display: block; flex: 0 0 42px; border-radius: 13px; box-shadow: 0 8px 24px rgba(8,127,140,.22); }
.brand-word { line-height: 1; }
.primary-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { color: var(--ink); text-decoration: none; font-weight: 720; font-size: .94rem; }
.primary-nav .current-menu-item a { color: var(--ocean-dark); }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; padding: clamp(76px, 10vw, 136px) 0 72px; background: radial-gradient(circle at 85% 15%, rgba(90,210,196,.25), transparent 30%), linear-gradient(155deg,#f8fcfb 0%,#eaf8f6 62%,#f8f1e5 100%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(8,127,140,.16); border-radius: 50%; right: -160px; bottom: -250px; box-shadow: 0 0 0 55px rgba(8,127,140,.035), 0 0 0 110px rgba(8,127,140,.025); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(45px,8vw,100px); align-items: center; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; color: var(--ocean-dark); text-transform: uppercase; letter-spacing: .13em; font-weight: 850; font-size: .76rem; margin-bottom: 20px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--coral); }
.hero-copy { max-width: 760px; font-size: clamp(1.12rem,2vw,1.35rem); color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border-radius: 999px; background: var(--ocean-dark); color: #fff; text-decoration: none; font-weight: 800; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(7,95,105,.2); }
.button-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.button-secondary:hover { color: var(--ocean-dark); }
.hero-panel { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.9); border-radius: 26px; padding: 28px; box-shadow: var(--shadow); }
.hero-panel h2 { font-size: 1.25rem; }
.decision-list { list-style: none; margin: 0; padding: 0; }
.decision-list li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--ink-soft); }
.decision-list li::before { content: "✓"; color: var(--ocean); font-weight: 900; }

.proof-strip { background: var(--ink); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-item { padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-size: 1.02rem; }
.proof-item span { color: #bcd0d5; font-size: .9rem; }

.section { padding: clamp(70px,9vw,112px) 0; }
.section-sand { background: var(--sand); }
.section-aqua { background: var(--aqua); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.section-head p { max-width: 600px; color: var(--ink-soft); margin: 0; }
.kicker { color: var(--coral); font-weight: 850; text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; margin-bottom: 12px; }
.card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3,1fr); }
.guide-card { display: block; min-height: 230px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 8px 26px rgba(16,42,53,.045); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.guide-card:hover { color: var(--ink); transform: translateY(-4px); border-color: rgba(8,127,140,.5); box-shadow: var(--shadow); }
.card-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: var(--aqua); color: var(--ocean-dark); font-weight: 900; margin-bottom: 30px; }
.guide-card p { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.card-link { display: inline-block; margin-top: 18px; color: var(--ocean-dark); font-size: .87rem; font-weight: 850; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,8vw,100px); align-items: center; }
.feature-box { border-radius: 28px; background: var(--ink); color: #d7e5e7; padding: clamp(30px,5vw,52px); box-shadow: var(--shadow); }
.feature-box h2, .feature-box h3 { color: #fff; }
.feature-row { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.feature-row:first-of-type { margin-top: 25px; }
.feature-row p { margin: 5px 0 0; color: #bcd0d5; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step { counter-increment: step; padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.step::before { content: "0" counter(step); display: block; color: var(--coral); font-weight: 900; letter-spacing: .1em; margin-bottom: 28px; }

.page-hero { padding: clamp(65px,8vw,100px) 0 48px; background: linear-gradient(150deg,#f3fbfa,#f8f2e7); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem,6vw,4.5rem); max-width: 900px; }
.page-content { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 100px; }
.page-content > :first-child { margin-top: 0; }
.page-content h2 { margin-top: 2.1em; font-size: clamp(1.7rem,3vw,2.35rem); }
.page-content h3 { margin-top: 1.7em; }
.page-content .wide { width: min(1120px, calc(100vw - 40px)); margin-left: 50%; transform: translateX(-50%); }
.lead { color: var(--ink-soft); font-size: 1.22rem; line-height: 1.65; }
.notice { padding: 20px 22px; margin: 28px 0; border-left: 4px solid var(--ocean); border-radius: 0 12px 12px 0; background: var(--aqua); }
.disclosure { padding: 17px 20px; margin: 24px 0; border: 1px solid #eed5c9; background: #fff5ef; border-radius: 12px; font-size: .92rem; }
.choice-table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: .95rem; }
.choice-table th, .choice-table td { padding: 15px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.choice-table th { color: var(--ink); background: #eef7f6; }
.choice-table td { color: var(--ink-soft); }
.check-list li { margin-bottom: 10px; }
.callout { margin: 42px 0; padding: 30px; border-radius: var(--radius); background: var(--ink); color: #d7e5e7; }
.callout h2, .callout h3 { color: #fff; margin-top: 0; }

/* Long-form editorial guides */
.article-meta { margin: 22px 0 30px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-meta p { margin: 0; }
.article-meta span { color: var(--ink-soft); font-size: .9rem; }
.page-content figure { margin-top: 34px; margin-bottom: 38px; }
.page-content figure img { display: block; width: 100%; border-radius: 18px; box-shadow: 0 12px 34px rgba(16,42,53,.10); }
.page-content figcaption { margin-top: 11px; color: var(--ink-soft); font-size: .84rem; line-height: 1.5; }
.page-content .compact-photo { width: min(680px,100%); margin-left: auto; margin-right: auto; }
.article-hero img { aspect-ratio: 16 / 9; object-fit: cover; }
.article-toc { margin: 38px 0 52px; padding: 25px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 28px rgba(16,42,53,.05); }
.article-toc .toc-title { margin: 0 0 12px; color: var(--ink); font-weight: 850; }
.article-toc ol { columns: 2; column-gap: 42px; margin: 0; padding-left: 21px; }
.article-toc li { break-inside: avoid; margin: 7px 0; color: var(--ink-soft); }
.article-toc ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.article-toc ul li { margin: 0; }
.article-toc ul a { display: block; padding: 7px 0; font-size: .9rem; font-weight: 750; }
.fact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; margin-bottom: 42px; }
.fact-grid > div { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.fact-grid span { display: block; margin-bottom: 7px; color: var(--coral); font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.fact-grid strong { display: block; margin-bottom: 8px; font-size: 1.08rem; }
.fact-grid p { margin: 0; color: var(--ink-soft); font-size: .88rem; line-height: 1.5; }
.experience-timeline { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; overflow: hidden; margin-top: 30px; margin-bottom: 52px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.experience-timeline > div { position: relative; min-height: 178px; padding: 25px 26px 25px 74px; background: #fff; }
.experience-timeline > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.experience-timeline span { position: absolute; top: 26px; left: 25px; color: var(--coral); font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.experience-timeline h3 { margin: 0 0 8px; }
.experience-timeline p { margin: 0; color: var(--ink-soft); font-size: .92rem; line-height: 1.55; }
.image-feature { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(30px,6vw,70px); align-items: center; margin-top: 44px; margin-bottom: 58px; }
.image-feature figure { margin: 0; }
.image-feature h3 { font-size: clamp(1.55rem,3vw,2.2rem); }
.image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 36px; margin-bottom: 46px; }
.image-pair figure { margin: 0; }
.image-pair img { aspect-ratio: 4 / 5; object-fit: cover; }
.difficulty-table td:nth-child(2) { color: var(--ink); font-weight: 800; white-space: nowrap; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 38px; margin-bottom: 52px; }
.fit-card { padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.fit-card h3 { margin-top: 0; }
.fit-card ul { margin-bottom: 0; padding-left: 21px; }
.fit-card li { margin: 9px 0; }
.fit-yes { border-top: 5px solid var(--ocean); }
.fit-no { border-top: 5px solid var(--coral); }
.tour-analysis { margin-top: 38px; margin-bottom: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.tour-analysis-primary { border-top: 3px solid var(--ocean); }
.tour-analysis-label { margin-bottom: 12px; color: var(--ocean-dark); font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.tour-analysis h3 { margin: 0 0 8px; font-size: clamp(1.55rem,3vw,2.2rem); }
.tour-proof { color: var(--ink-soft); font-size: .9rem; font-weight: 750; }
.tour-facts { display: grid; gap: 8px; margin: 24px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; }
.affiliate-button { margin-top: 4px; }
.viator-widget-section { min-height: 280px; margin-top: 38px; margin-bottom: 58px; padding: 24px; border-radius: var(--radius); background: var(--sand); border: 1px solid #e9ddc8; }
.viator-widget-heading { margin: 0 0 20px; }
.viator-widget-heading span { color: var(--ink-soft); font-size: .88rem; }
.decision-steps { margin: 30px 0 46px; padding: 0; list-style: none; counter-reset: decision; }
.decision-steps li { position: relative; min-height: 54px; margin: 0; padding: 15px 0 15px 58px; border-bottom: 1px solid var(--line); counter-increment: decision; }
.decision-steps li::before { content: counter(decision); position: absolute; left: 0; top: 11px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--ocean-dark); font-weight: 900; }
.author-box { display: grid; grid-template-columns: 86px 1fr; gap: 28px; align-items: start; margin-top: 70px; padding: 34px; border-radius: 24px; background: var(--ink); color: #d7e5e7; }
.author-box h2 { color: #fff; margin-top: 0; }
.author-box a { color: #fff; }
.author-mark { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: linear-gradient(145deg,var(--ocean),var(--coral)); font-size: 1.55rem; font-weight: 900; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.author-profile-head { display: flex; align-items: center; gap: 26px; margin: 18px 0 48px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.author-profile-head h2, .author-profile-head p { margin: 0; }
.author-mark-large { width: 88px; height: 88px; border-radius: 28px; font-size: 2rem; flex: 0 0 auto; }
.source-notes { margin-top: 56px; padding-top: 34px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .91rem; }
.source-notes h2 { color: var(--ink); }
.source-notes li { margin: 8px 0; }

/* Scan-friendly snorkeling guide components */
.table-scroll { overflow-x: auto; }
.quick-pick-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 28px 0 44px; }
.quick-pick { display: flex; flex-direction: column; min-height: 220px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.quick-pick span, .tour-badge { color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quick-pick h3 { margin: 12px 0 9px; font-size: 1.15rem; }
.quick-pick p { color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }
.quick-pick a { margin-top: auto; font-size: .86rem; font-weight: 850; }
.stop-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0 46px; }
.stop-compare section { padding: 28px; border: 1px solid var(--line); border-top: 5px solid var(--ocean); border-radius: 15px; background: #fff; }
.stop-compare section:last-child { border-top-color: var(--coral); }
.stop-compare h3 { font-size: 1.55rem; }
.micro-note { margin: 22px 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; }
.field-note { display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start; margin: 42px 0 54px; padding: 28px; border-radius: 16px; background: #fff8e8; border: 1px solid #eddfbd; }
.field-note h3, .field-note p { margin-top: 0; }
.field-note-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #ffd878; color: #6b4c00; font-size: 1.4rem; }
.decision-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 44px; padding: 0; list-style: none; }
.decision-chips li { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink-soft); font-size: .86rem; }
.confidence-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 30px 0 44px; }
.confidence-grid > div { padding: 22px; border-radius: 14px; background: var(--ink); color: #c9dade; }
.confidence-grid span { color: #79d8cf; font-weight: 900; }
.confidence-grid h3 { margin: 20px 0 8px; color: #fff; font-size: 1.08rem; }
.confidence-grid p { margin: 0; font-size: .86rem; line-height: 1.5; }
.wildlife-likelihood { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 28px 0 46px; }
.wildlife-likelihood > div { padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.wildlife-likelihood h3 { margin: 14px 0 8px; font-size: 1.12rem; }
.wildlife-likelihood p { margin: 0; color: var(--ink-soft); font-size: .88rem; line-height: 1.5; }
.signal { display: inline-block; padding: 5px 9px; border-radius: 999px; font-size: .69rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.signal-strong { background: #dff5f3; color: #075f69; }
.signal-possible { background: #fff0d7; color: #805b06; }
.signal-bonus { background: #f3e8f7; color: #693277; }
.departure-map { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; margin: 30px 0 42px; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.departure-map > div { padding: 24px; background: #fff; }
.departure-map span { display: block; color: var(--coral); font-size: .71rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.departure-map strong { display: block; margin: 12px 0 8px; }
.departure-map p { margin: 0; color: var(--ink-soft); font-size: .87rem; line-height: 1.5; }
.location-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.location-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.packing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 30px 0 28px; }
.packing-grid section { padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.packing-grid h3 { margin-top: 0; }
.packing-grid ul { margin-bottom: 0; padding-left: 20px; }
.packing-grid li { margin: 8px 0; color: var(--ink-soft); }
.tour-card-featured { margin: 30px 0; padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(16,42,53,.055); scroll-margin-top: 100px; }
.tour-card-featured:first-of-type { border-top: 4px solid var(--ocean); }
.tour-card-head { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.tour-card-head h3 { margin: 9px 0 7px; font-size: clamp(1.35rem,2.4vw,1.75rem); }
.tour-card-head p { margin: 0; color: var(--ink-soft); font-size: .85rem; font-weight: 700; }
.tour-duration { flex: 0 0 auto; align-self: start; padding: 7px 11px; border-radius: 9px; background: var(--aqua); color: var(--ocean-dark); font-size: .84rem; }
.tour-card-body { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 23px 0 5px; }
.tour-card-body h4 { margin: 0 0 9px; color: var(--ink); font-size: .92rem; }
.tour-card-body ul { margin: 0; padding-left: 20px; color: var(--ink-soft); font-size: .9rem; }
.tour-card-body li { margin: 7px 0; }
.tour-verdict { margin: 20px 0; padding: 15px 17px; border-radius: 10px; background: #f2f8f7; color: var(--ink-soft); font-size: .92rem; }
.faq-item { margin: 0; border-bottom: 1px solid var(--line); }
.faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-item summary { cursor: pointer; padding: 19px 38px 19px 0; color: var(--ink); font-weight: 820; list-style-position: outside; }
.faq-item div { padding: 0 0 18px; color: var(--ink-soft); }
.faq-item p { margin: 0; }

/* Hol Chan editorial layout */
.page-id-53 .page-hero { padding: clamp(26px,3.5vw,40px) 0 24px; background: linear-gradient(145deg,#eef9f7 0%,#f8f2e7 100%); }
.page-id-53 .page-hero h1 { max-width: 1120px; margin-bottom: 8px; font-size: clamp(2rem,3vw,2.7rem); line-height: 1.08; letter-spacing: -.032em; }
.page-id-53 .page-hero .eyebrow { margin-bottom: 9px; }
.page-id-53 .page-content { width: min(760px,calc(100% - 40px)); padding: 30px 0 92px; }
.page-id-53 .page-content h2 { margin-top: 2.2em; font-size: clamp(1.72rem,2.7vw,2.13rem); }
.page-id-53 .page-content h3 { margin-top: 1.5em; }
.page-id-53 .lead { max-width: 735px; font-size: 1.15rem; line-height: 1.58; }
.page-id-53 .page-content .wide { width: min(1040px,calc(100vw - 40px)); }
.page-id-53 .page-content figure img { border-radius: 12px; box-shadow: 0 8px 24px rgba(16,42,53,.08); }
.page-id-53 .article-toc, .page-id-53 .fit-card, .page-id-53 .viator-widget-section { border-radius: 14px; }
.page-id-53 .decision-heading { margin-top: 1.45em; margin-bottom: 18px; font-size: clamp(1.48rem,2.2vw,1.82rem); }
.page-id-53 .above-fold-picks { margin-top: 0; margin-bottom: 28px; }
.page-id-53 .above-fold-picks .quick-pick { min-height: 190px; padding: 19px; }
.page-id-53 .above-fold-picks .quick-pick h3 { margin-top: 9px; font-size: 1.05rem; }
.page-id-53 .above-fold-picks .quick-pick p { margin-bottom: 14px; }
.page-id-53 .article-toc { margin: 28px 0 38px; padding: 19px 22px; box-shadow: none; }
.page-id-53 .in-article-photo { margin-top: 34px; margin-bottom: 44px; }
.page-id-53 .tour-card-featured { border-left: 4px solid var(--ocean); }
.page-id-53 .page-content .viator-widget-section { width: min(940px,calc(100vw - 40px)); padding: 22px; }
.page-id-53 .affiliate-button { min-height: 46px; padding: 10px 18px; font-size: .92rem; }

/* Belize City cave tubing decision guide */
.page-id-66 .page-hero { padding: clamp(24px,3.2vw,36px) 0 22px; background: linear-gradient(145deg,#edf8f6 0%,#f8f2e7 100%); }
.page-id-66 .page-hero h1 { max-width: 1040px; margin-bottom: 7px; font-size: clamp(1.95rem,2.9vw,2.58rem); line-height: 1.08; letter-spacing: -.032em; }
.page-id-66 .page-hero .eyebrow { margin-bottom: 8px; }
.page-id-66 .page-content { width: min(760px,calc(100% - 40px)); padding: 29px 0 92px; }
.page-id-66 .page-content h2 { margin-top: 2.15em; font-size: clamp(1.68rem,2.6vw,2.08rem); }
.page-id-66 .page-content h3 { margin-top: 1.45em; }
.page-id-66 .lead { max-width: 735px; font-size: 1.13rem; line-height: 1.57; }
.page-id-66 .page-content .wide { width: min(1040px,calc(100vw - 40px)); }
.page-id-66 .decision-heading { margin-top: 1.4em; margin-bottom: 17px; font-size: clamp(1.45rem,2.15vw,1.78rem); }
.page-id-66 .cave-choice-grid { margin-top: 0; margin-bottom: 28px; }
.page-id-66 .cave-choice-grid .quick-pick { min-height: 185px; padding: 18px; }
.page-id-66 .cave-choice-grid .quick-pick h3 { margin: 8px 0; font-size: 1.02rem; }
.page-id-66 .cave-choice-grid .quick-pick p { margin-bottom: 13px; font-size: .84rem; }
.page-id-66 .article-toc { margin: 27px 0 37px; padding: 18px 21px; border-radius: 14px; box-shadow: none; }
.page-id-66 .fact-grid { gap: 10px; }
.page-id-66 .fact-grid > div { padding: 19px; border-radius: 12px; }
.page-id-66 .experience-timeline { border-radius: 14px; }
.page-id-66 .experience-timeline > div { min-height: 148px; padding: 21px 23px 21px 67px; }
.page-id-66 .experience-timeline span { top: 22px; left: 21px; }
.page-id-66 .coded-visual { margin-top: 34px; margin-bottom: 42px; }
.page-id-66 .coded-visual img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 9px 27px rgba(16,42,53,.07); }
.page-id-66 .coded-visual figcaption { max-width: 760px; margin: 11px auto 0; color: var(--ink-soft); font-size: .83rem; line-height: 1.5; }
.page-id-66 .tour-card-featured { border-left: 4px solid var(--ocean); }
.page-id-66 .affiliate-button { min-height: 46px; padding: 10px 18px; font-size: .92rem; }

/* Four day San Pedro itinerary */
.page-id-69 .page-hero { padding: clamp(24px,3.2vw,36px) 0 22px; background: linear-gradient(145deg,#edf8f6 0%,#f8f2e7 100%); }
.page-id-69 .page-hero h1 { max-width: 1040px; margin-bottom: 7px; font-size: clamp(1.95rem,2.9vw,2.58rem); line-height: 1.08; letter-spacing: -.032em; }
.page-id-69 .page-hero .eyebrow { margin-bottom: 8px; }
.page-id-69 .page-content { width: min(760px,calc(100% - 40px)); padding: 29px 0 92px; }
.page-id-69 .page-content h2 { margin-top: 2.15em; font-size: clamp(1.68rem,2.6vw,2.08rem); }
.page-id-69 .page-content h3 { margin-top: 1.45em; }
.page-id-69 .lead { max-width: 735px; font-size: 1.13rem; line-height: 1.57; }
.page-id-69 .page-content .wide { width: min(1040px,calc(100vw - 40px)); }
.page-id-69 .article-toc { margin: 27px 0 37px; padding: 18px 21px; border-radius: 14px; box-shadow: none; }
.page-id-69 .fact-grid { gap: 10px; }
.page-id-69 .fact-grid > div { padding: 19px; border-radius: 12px; }
.page-id-69 .experience-timeline { border-radius: 14px; }
.page-id-69 .experience-timeline > div { min-height: 150px; padding: 22px 24px 22px 68px; }
.page-id-69 .experience-timeline span { top: 23px; left: 22px; }
.page-id-69 .itinerary-picks .quick-pick { min-height: 185px; padding: 18px; }
.page-id-69 .itinerary-picks .quick-pick h3 { margin: 8px 0; font-size: 1.02rem; }
.page-id-69 .itinerary-picks .quick-pick p { margin-bottom: 13px; font-size: .84rem; }
.page-id-69 .coded-visual { margin-top: 34px; margin-bottom: 42px; }
.page-id-69 .coded-visual img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 9px 27px rgba(16,42,53,.07); }
.page-id-69 .coded-visual figcaption { max-width: 760px; margin: 11px auto 0; color: var(--ink-soft); font-size: .83rem; line-height: 1.5; }
.page-id-69 .image-feature figure img { border-radius: 12px; box-shadow: 0 8px 24px rgba(16,42,53,.08); }
.page-id-69 .stop-compare section { border-radius: 14px; }
.page-id-69 .page-content .viator-widget-section { width: min(940px,calc(100vw - 40px)); padding: 22px; border-radius: 14px; }
.page-id-69 .tour-card-featured { border-left: 4px solid var(--ocean); }
.page-id-69 .affiliate-button { min-height: 46px; padding: 10px 18px; font-size: .92rem; }

/* ATM Cave editorial layout */
.page-id-32 .page-hero { padding: clamp(48px,6vw,72px) 0 42px; background: linear-gradient(145deg,#f4faf8 0%,#f7f4ed 100%); }
.page-id-32 .page-hero h1 { max-width: 980px; font-size: clamp(2.35rem,4.2vw,3.5rem); line-height: 1.08; letter-spacing: -.035em; }
.page-id-32 .page-hero .eyebrow { margin-bottom: 15px; }
.page-id-32 .page-content { width: min(760px,calc(100% - 40px)); padding: 46px 0 92px; }
.page-id-32 .page-content h2 { margin-top: 2.25em; font-size: clamp(1.75rem,2.7vw,2.15rem); }
.page-id-32 .page-content h3 { margin-top: 1.55em; }
.page-id-32 .lead { max-width: 730px; color: #314b56; font-size: 1.16rem; line-height: 1.58; }
.page-id-32 .article-meta { margin: 20px 0 26px; padding: 13px 0; }
.page-id-32 .page-content .wide { width: min(1040px,calc(100vw - 40px)); }
.page-id-32 .page-content figure img { border-radius: 12px; box-shadow: 0 8px 24px rgba(16,42,53,.08); }
.page-id-32 .article-toc { border-radius: 14px; box-shadow: none; }
.page-id-32 .fact-grid { gap: 10px; }
.page-id-32 .fact-grid > div { padding: 19px; border-radius: 12px; }
.page-id-32 .experience-timeline { border-radius: 14px; }
.page-id-32 .experience-timeline > div { min-height: 150px; padding: 22px 24px 22px 68px; }
.page-id-32 .experience-timeline span { top: 23px; left: 22px; }
.page-id-32 .fit-card { border-radius: 14px; }
.page-id-32 .page-content .viator-widget-section { width: min(940px,calc(100vw - 40px)); padding: 22px; border-radius: 14px; }
.page-id-32 .tour-analysis { margin-top: 34px; margin-bottom: 38px; padding-top: 26px; }
.page-id-32 .tour-analysis h3 { font-size: clamp(1.45rem,2.4vw,1.85rem); }
.page-id-32 .affiliate-button { min-height: 46px; padding: 10px 18px; font-size: .92rem; }

/* ATM Cave versus cave tubing decision guide */
.page-id-76 .page-hero { padding: clamp(24px,3.2vw,36px) 0 22px; background: linear-gradient(145deg,#edf8f6 0%,#f8f2e7 100%); }
.page-id-76 .page-hero h1 { max-width: 1080px; margin-bottom: 7px; font-size: clamp(1.95rem,2.9vw,2.58rem); line-height: 1.08; letter-spacing: -.032em; }
.page-id-76 .page-hero .eyebrow { margin-bottom: 8px; }
.page-id-76 .page-content { width: min(760px,calc(100% - 40px)); padding: 29px 0 92px; }
.page-id-76 .page-content h2 { margin-top: 2.15em; font-size: clamp(1.68rem,2.6vw,2.08rem); }
.page-id-76 .page-content h3 { margin-top: 1.45em; }
.page-id-76 .lead { max-width: 735px; font-size: 1.13rem; line-height: 1.57; }
.page-id-76 .page-content .wide { width: min(1040px,calc(100vw - 40px)); }
.page-id-76 .decision-heading { margin-top: 1.4em; margin-bottom: 17px; font-size: clamp(1.45rem,2.15vw,1.78rem); }
.page-id-76 .comparison-picks { margin-top: 0; margin-bottom: 28px; }
.page-id-76 .comparison-picks .quick-pick { min-height: 185px; padding: 18px; }
.page-id-76 .comparison-picks .quick-pick h3 { margin: 8px 0; font-size: 1.02rem; }
.page-id-76 .comparison-picks .quick-pick p { margin-bottom: 13px; font-size: .84rem; }
.page-id-76 .article-toc { margin: 27px 0 37px; padding: 18px 21px; border-radius: 14px; box-shadow: none; }
.page-id-76 .fact-grid { gap: 10px; }
.page-id-76 .fact-grid > div { padding: 19px; border-radius: 12px; }
.page-id-76 .experience-timeline { border-radius: 14px; }
.page-id-76 .experience-timeline > div { min-height: 148px; padding: 21px 23px 21px 67px; }
.page-id-76 .experience-timeline span { top: 22px; left: 21px; }
.page-id-76 .comparison-images { gap: 20px; margin-top: 28px; }
.page-id-76 .comparison-images img { border-radius: 12px; box-shadow: 0 8px 24px rgba(16,42,53,.08); }
.page-id-76 .comparison-images figcaption { font-size: .82rem; }
.page-id-76 .field-note, .page-id-76 .callout, .page-id-76 .fit-card, .page-id-76 .tour-card-featured { border-radius: 14px; }
.page-id-76 .tour-card-featured { border-left: 4px solid var(--ocean); }
.page-id-76 .affiliate-button { min-height: 46px; padding: 10px 18px; font-size: .92rem; }
.page-id-76 .comparison-table th:first-child { min-width: 150px; }
.page-id-76 .comparison-table td:first-child { color: var(--ink); }
.page-id-76 .traveler-fit-grid > div { min-height: 180px; }

/* Belize activity difficulty guide */
.page-id-82 .page-hero { padding: clamp(24px,3.2vw,36px) 0 22px; background: linear-gradient(145deg,#edf8f6 0%,#f8f2e7 100%); }
.page-id-82 .page-hero h1 { max-width: 1080px; margin-bottom: 7px; font-size: clamp(1.95rem,2.9vw,2.58rem); line-height: 1.08; letter-spacing: -.032em; }
.page-id-82 .page-hero .eyebrow { margin-bottom: 8px; }
.page-id-82 .page-content { width: min(760px,calc(100% - 40px)); padding: 29px 0 92px; }
.page-id-82 .page-content h2 { margin-top: 2.15em; font-size: clamp(1.68rem,2.6vw,2.08rem); }
.page-id-82 .page-content h3 { margin-top: 1.45em; }
.page-id-82 .lead { max-width: 735px; font-size: 1.13rem; line-height: 1.57; }
.page-id-82 .page-content .wide { width: min(1040px,calc(100vw - 40px)); }
.page-id-82 .decision-heading { margin-top: 1.4em; margin-bottom: 17px; font-size: clamp(1.45rem,2.15vw,1.78rem); }
.page-id-82 .difficulty-picks { margin-top: 0; margin-bottom: 28px; }
.page-id-82 .difficulty-picks .quick-pick { min-height: 185px; padding: 18px; }
.page-id-82 .difficulty-picks .quick-pick h3 { margin: 8px 0; font-size: 1.02rem; }
.page-id-82 .difficulty-picks .quick-pick p { margin-bottom: 13px; font-size: .84rem; }
.page-id-82 .article-toc { margin: 27px 0 37px; padding: 18px 21px; border-radius: 14px; box-shadow: none; }
.page-id-82 .fact-grid { gap: 10px; }
.page-id-82 .fact-grid > div { padding: 19px; border-radius: 12px; }
.page-id-82 .difficulty-matrix-visual { overflow-x: auto; margin-top: 31px; margin-bottom: 42px; }
.page-id-82 .difficulty-matrix-visual img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 9px 27px rgba(16,42,53,.07); }
.page-id-82 .difficulty-matrix-visual figcaption { max-width: 760px; margin: 11px auto 0; color: var(--ink-soft); font-size: .83rem; line-height: 1.5; }
.page-id-82 .field-note, .page-id-82 .fit-card { border-radius: 14px; }
.page-id-82 .difficulty-measures-table th:first-child, .page-id-82 .activity-fit-table th:first-child { min-width: 138px; }
.page-id-82 .difficulty-measures-table td:first-child, .page-id-82 .activity-fit-table td:first-child, .page-id-82 .senior-table td:first-child, .page-id-82 .group-plan-table td:first-child, .page-id-82 .listing-table td:first-child { color: var(--ink); }
.page-id-82 .difficulty-traveler-grid > div { min-height: 260px; }
.page-id-82 .difficulty-departure-map { margin-top: 28px; }
.page-id-82 .next-guides-grid { margin-top: 25px; margin-bottom: 48px; }
.page-id-82 .next-guides-grid .quick-pick { min-height: 170px; padding: 18px; }
.page-id-82 .next-guides-grid .quick-pick h3 { margin: 8px 0; font-size: 1.02rem; }
.page-id-82 .decision-chips { margin-top: 21px; margin-bottom: 32px; }

.contact-form { display: grid; gap: 18px; margin-top: 30px; }
.contact-form label { display: grid; gap: 7px; font-weight: 750; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #bfcfd2; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(8,127,140,.18); border-color: var(--ocean); }
.form-status { padding: 14px 16px; border-radius: 10px; background: var(--aqua); }
.hp-field { position: absolute !important; left: -9999px !important; }

.site-footer { background: #0c242e; color: #bed0d4; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.footer-title { color: #fff; font-size: 1.15rem; font-weight: 850; }
.site-footer h2 { color: #fff; font-size: .84rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 9px 0; }
.site-footer a { color: #dce7e9; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 960px) {
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; }
  .fact-grid { grid-template-columns: repeat(2,1fr); }
  .quick-pick-grid, .confidence-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  :root { --wrap: min(100% - 28px, 1160px); }
  body { font-size: 16px; }
  .primary-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; list-style: none; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav ul { position: absolute; right: 0; top: 48px; width: min(280px, calc(100vw - 28px)); list-style: none; padding: 12px; margin: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .mobile-nav li a { display: block; padding: 10px; color: var(--ink); text-decoration: none; font-weight: 750; }
  .proof-grid, .steps, .footer-grid, .card-grid, .card-grid.three { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .section-head, .footer-bottom { display: block; }
  .section-head p { margin-top: 16px; }
  .guide-card { min-height: 0; }
  .choice-table { display: block; overflow-x: auto; }
  .article-toc ol { columns: 1; }
  .article-toc ul { grid-template-columns: 1fr; gap: 0; }
  .fact-grid, .experience-timeline, .image-feature, .image-pair, .fit-grid, .quick-pick-grid, .stop-compare, .confidence-grid, .wildlife-likelihood, .departure-map, .packing-grid, .tour-card-body { grid-template-columns: 1fr; }
  .experience-timeline > div { min-height: 0; }
  .experience-timeline > div:last-child:nth-child(odd) { grid-column: auto; }
  .image-feature { gap: 24px; }
  .author-box { grid-template-columns: 1fr; }
  .author-profile-head { align-items: flex-start; }
  .page-id-32 .page-hero { padding: 38px 0 32px; }
  .page-id-32 .page-hero h1 { max-width: 350px; font-size: 2.1rem; line-height: 1.08; }
  .page-id-32 .page-content { width: min(100% - 40px,760px); padding: 38px 0 76px; }
  .page-id-32 .lead { font-size: 1.06rem; line-height: 1.55; }
  .page-id-32 .page-content h2 { margin-top: 2em; font-size: 1.65rem; }
  .page-id-32 .page-content .wide, .page-id-32 .page-content .viator-widget-section { width: calc(100vw - 28px); }
  .page-id-32 .viator-widget-section { padding: 14px; }
  .page-id-32 .experience-timeline > div { padding: 20px 20px 20px 62px; }
  .page-id-32 .experience-timeline span { top: 21px; left: 20px; }
  .field-note { grid-template-columns: 1fr; }
  .tour-card-head { display: block; }
  .tour-duration { display: inline-block; margin-top: 14px; }
  .page-id-53 .page-hero { padding: 22px 0 20px; }
  .page-id-53 .page-hero h1 { max-width: 360px; font-size: 1.72rem; line-height: 1.1; }
  .page-id-53 .page-hero .eyebrow { margin-bottom: 7px; font-size: .68rem; }
  .page-id-53 .page-content { width: min(100% - 40px,760px); padding: 25px 0 76px; }
  .page-id-53 .lead { font-size: 1.05rem; line-height: 1.54; }
  .page-id-53 .page-content h2 { margin-top: 2em; font-size: 1.62rem; }
  .page-id-53 .page-content .wide, .page-id-53 .page-content .viator-widget-section { width: calc(100vw - 28px); }
  .page-id-53 .viator-widget-section { padding: 14px; }
  .page-id-53 .decision-answer { margin: 20px 0 24px; padding: 17px 18px; }
  .page-id-53 .decision-heading { margin-top: 1.3em; margin-bottom: 14px; font-size: 1.42rem; }
  .page-id-53 .above-fold-picks { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-bottom: 22px; }
  .page-id-53 .above-fold-picks .quick-pick { min-height: 170px; padding: 15px; }
  .page-id-53 .above-fold-picks .quick-pick span { font-size: .62rem; }
  .page-id-53 .above-fold-picks .quick-pick h3 { margin: 7px 0; font-size: .98rem; }
  .page-id-53 .above-fold-picks .quick-pick p { font-size: .81rem; line-height: 1.42; }
  .page-id-53 .above-fold-picks .quick-pick a { font-size: .79rem; }
  .page-id-53 .article-toc { margin: 22px 0 32px; padding: 16px 18px; }
  .page-id-53 .article-toc ul { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 14px; }
  .page-id-53 .article-toc ul a { padding: 6px 0; font-size: .82rem; }
  .page-id-66 .page-hero { padding: 21px 0 19px; }
  .page-id-66 .page-hero h1 { max-width: 360px; font-size: 1.68rem; line-height: 1.1; }
  .page-id-66 .page-hero .eyebrow { margin-bottom: 7px; font-size: .68rem; }
  .page-id-66 .page-content { width: min(100% - 40px,760px); padding: 24px 0 76px; }
  .page-id-66 .lead { font-size: 1.04rem; line-height: 1.53; }
  .page-id-66 .page-content h2 { margin-top: 1.95em; font-size: 1.58rem; }
  .page-id-66 .page-content .wide { width: calc(100vw - 28px); }
  .page-id-66 .decision-answer { margin: 19px 0 23px; padding: 16px 17px; }
  .page-id-66 .decision-heading { margin-top: 1.25em; margin-bottom: 13px; font-size: 1.38rem; }
  .page-id-66 .cave-choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-bottom: 21px; }
  .page-id-66 .cave-choice-grid .quick-pick { min-height: 163px; padding: 14px; }
  .page-id-66 .cave-choice-grid .quick-pick span { font-size: .61rem; }
  .page-id-66 .cave-choice-grid .quick-pick h3 { margin: 7px 0; font-size: .94rem; }
  .page-id-66 .cave-choice-grid .quick-pick p { font-size: .79rem; line-height: 1.4; }
  .page-id-66 .cave-choice-grid .quick-pick a { font-size: .78rem; }
  .page-id-66 .article-toc { margin: 21px 0 31px; padding: 15px 17px; }
  .page-id-66 .article-toc ul { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 13px; }
  .page-id-66 .article-toc ul a { padding: 6px 0; font-size: .81rem; }
  .page-id-66 .experience-timeline > div { padding: 19px 19px 19px 61px; }
  .page-id-66 .experience-timeline span { top: 20px; left: 19px; }
  .page-id-69 .page-hero { padding: 21px 0 19px; }
  .page-id-69 .page-hero h1 { max-width: 360px; font-size: 1.68rem; line-height: 1.1; }
  .page-id-69 .page-hero .eyebrow { margin-bottom: 7px; font-size: .68rem; }
  .page-id-69 .page-content { width: min(100% - 40px,760px); padding: 24px 0 76px; }
  .page-id-69 .lead { font-size: 1.04rem; line-height: 1.53; }
  .page-id-69 .page-content h2 { margin-top: 1.95em; font-size: 1.58rem; }
  .page-id-69 .page-content .wide, .page-id-69 .page-content .viator-widget-section { width: calc(100vw - 28px); }
  .page-id-69 .itinerary-picks { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-bottom: 21px; }
  .page-id-69 .itinerary-picks .quick-pick { min-height: 163px; padding: 14px; }
  .page-id-69 .itinerary-picks .quick-pick span { font-size: .61rem; }
  .page-id-69 .itinerary-picks .quick-pick h3 { margin: 7px 0; font-size: .94rem; }
  .page-id-69 .itinerary-picks .quick-pick p { font-size: .79rem; line-height: 1.4; }
  .page-id-69 .itinerary-picks .quick-pick a { font-size: .78rem; }
  .page-id-69 .article-toc { margin: 21px 0 31px; padding: 15px 17px; }
  .page-id-69 .article-toc ul { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 13px; }
  .page-id-69 .article-toc ul a { padding: 6px 0; font-size: .81rem; }
  .page-id-69 .experience-timeline > div { padding: 19px 19px 19px 61px; }
  .page-id-69 .experience-timeline span { top: 20px; left: 19px; }
  .page-id-69 .viator-widget-section { padding: 14px; }
  .page-id-76 .page-hero { padding: 21px 0 19px; }
  .page-id-76 .page-hero h1 { max-width: 360px; font-size: 1.68rem; line-height: 1.1; }
  .page-id-76 .page-hero .eyebrow { margin-bottom: 7px; font-size: .68rem; }
  .page-id-76 .page-content { width: min(100% - 40px,760px); padding: 24px 0 76px; }
  .page-id-76 .lead { font-size: 1.04rem; line-height: 1.53; }
  .page-id-76 .page-content h2 { margin-top: 1.95em; font-size: 1.58rem; }
  .page-id-76 .page-content .wide { width: calc(100vw - 28px); }
  .page-id-76 .comparison-picks { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-bottom: 21px; }
  .page-id-76 .comparison-picks .quick-pick { min-height: 163px; padding: 14px; }
  .page-id-76 .comparison-picks .quick-pick span { font-size: .61rem; }
  .page-id-76 .comparison-picks .quick-pick h3 { margin: 7px 0; font-size: .94rem; }
  .page-id-76 .comparison-picks .quick-pick p { font-size: .79rem; line-height: 1.4; }
  .page-id-76 .comparison-picks .quick-pick a { font-size: .78rem; }
  .page-id-76 .article-toc { margin: 21px 0 31px; padding: 15px 17px; }
  .page-id-76 .article-toc ul { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 13px; }
  .page-id-76 .article-toc ul a { padding: 6px 0; font-size: .81rem; }
  .page-id-76 .comparison-images { gap: 18px; }
  .page-id-76 .experience-timeline > div { padding: 19px 19px 19px 61px; }
  .page-id-76 .experience-timeline span { top: 20px; left: 19px; }
  .page-id-82 .page-hero { padding: 21px 0 19px; }
  .page-id-82 .page-hero h1 { max-width: 360px; font-size: 1.68rem; line-height: 1.1; }
  .page-id-82 .page-hero .eyebrow { margin-bottom: 7px; font-size: .68rem; }
  .page-id-82 .page-content { width: min(100% - 40px,760px); padding: 24px 0 76px; }
  .page-id-82 .lead { font-size: 1.04rem; line-height: 1.53; }
  .page-id-82 .page-content h2 { margin-top: 1.95em; font-size: 1.58rem; }
  .page-id-82 .page-content .wide { width: calc(100vw - 28px); }
  .page-id-82 .difficulty-picks { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-bottom: 21px; }
  .page-id-82 .difficulty-picks .quick-pick { min-height: 163px; padding: 14px; }
  .page-id-82 .difficulty-picks .quick-pick span { font-size: .61rem; }
  .page-id-82 .difficulty-picks .quick-pick h3 { margin: 7px 0; font-size: .94rem; }
  .page-id-82 .difficulty-picks .quick-pick p { font-size: .79rem; line-height: 1.4; }
  .page-id-82 .difficulty-picks .quick-pick a { font-size: .78rem; }
  .page-id-82 .article-toc { margin: 21px 0 31px; padding: 15px 17px; }
  .page-id-82 .article-toc ul { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 13px; }
  .page-id-82 .article-toc ul a { padding: 6px 0; font-size: .81rem; }
  .page-id-82 .difficulty-matrix-visual { width: calc(100vw - 28px); padding-bottom: 3px; }
  .page-id-82 .difficulty-matrix-visual img { min-width: 760px; width: 760px; max-width: none; }
  .page-id-82 .difficulty-traveler-grid > div { min-height: 0; }
  .page-id-82 .next-guides-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .page-id-82 .next-guides-grid .quick-pick { min-height: 150px; padding: 14px; }
  .page-id-82 .next-guides-grid .quick-pick span { font-size: .61rem; }
  .page-id-82 .next-guides-grid .quick-pick h3 { margin: 7px 0; font-size: .94rem; }
  .page-id-82 .next-guides-grid .quick-pick p { font-size: .79rem; line-height: 1.4; }
  .page-id-82 .next-guides-grid .quick-pick a { font-size: .78rem; }
  .quick-pick { min-height: 0; }
  .tour-card-featured { padding: 22px; }
}

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