
:root {
  color-scheme: light;
  --background: #faf8f5;
  --surface: #ffffff;
  --surface-muted: #f2eee8;
  --ink: #292724;
  --ink-muted: #6b6660;
  --primary: #1a5d4d;
  --primary-dark: #124236;
  --accent: #c85a3f;
  --border: rgba(42, 42, 42, 0.13);
  --shadow: 0 24px 70px rgba(37, 30, 24, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--ink); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.page-shell { margin: 0 auto; max-width: 1280px; padding: 0 32px; }
.site-header { align-items: center; display: flex; justify-content: space-between; min-height: 108px; }
.brand img { height: 68px; object-fit: contain; width: 145px; }
.site-header nav { align-items: center; display: flex; gap: 28px; }
.site-header nav a { color: var(--ink-muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--primary); }
.language-link { align-items: center; border: 1px solid var(--border); border-radius: 999px; display: inline-flex; height: 38px; justify-content: center; width: 44px; }
.hero { align-items: center; display: grid; gap: clamp(40px, 7vw, 100px); grid-template-columns: 1.05fr .95fr; min-height: 680px; padding: 62px 5% 92px; }
.hero-home { background: radial-gradient(circle at 83% 18%, rgba(200,90,63,.12), transparent 38%); border-radius: 28px; }
.hero-activity-image { background: var(--surface); object-fit: contain; padding: clamp(20px, 4vw, 55px); }
.product-hero { padding-top: 35px; }
.hero-copy { max-width: 650px; }
.hero-image { aspect-ratio: 1; border-radius: 22px; box-shadow: var(--shadow); object-fit: cover; width: min(100%, 560px); }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .14em; margin: 0 0 14px; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.025em; line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 76px); margin-bottom: 24px; }
h2 { font-size: clamp(31px, 4vw, 50px); margin-bottom: 20px; }
h3 { font-size: 23px; margin-bottom: 10px; }
p { color: var(--ink-muted); }
.lead { font-size: clamp(18px, 2vw, 22px); line-height: 1.65; margin: 0 0 30px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 800; justify-content: center; min-height: 52px; padding: 0 23px; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--primary); color: white; }
.button-primary:hover { background: var(--primary-dark); }
.button-secondary { background: var(--surface); border-color: var(--border); color: var(--primary); }
.button-light { background: white; color: var(--primary-dark); }
.booking-note { font-size: 13px; margin: 16px 0 0; max-width: 560px; }
.section { padding: 100px 5%; }
.section-heading { max-width: 760px; }
.feature-grid, .step-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin: 52px 0 0; padding: 0; }
.feature { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 30px; }
.feature > span { background: var(--accent); border-radius: 50%; display: block; height: 9px; margin-bottom: 35px; width: 9px; }
.feature p, .step-grid p { margin-bottom: 0; }
.activity-families { padding-bottom: 30px; }
.family-card { background: var(--surface); border: 1px solid var(--border); border-radius: 22px; display: grid; grid-template-columns: .72fr 1.28fr; margin-top: 46px; max-width: 920px; overflow: hidden; text-decoration: none; transition: box-shadow .2s ease, transform .2s ease; }
.family-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.family-card-visual { align-items: center; background: var(--surface-muted); display: flex; justify-content: center; min-height: 300px; padding: 28px; }
.family-card-visual img { max-height: 270px; object-fit: contain; }
.family-card-copy { align-self: center; padding: clamp(32px, 6vw, 65px); }
.family-card-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.family-card-meta span { background: var(--surface-muted); border-radius: 999px; color: var(--ink-muted); font-size: 11px; font-weight: 750; padding: 7px 10px; }
.family-card-copy strong { color: var(--primary); display: inline-block; font-size: 14px; margin-top: 12px; }
.featured-product { align-items: center; background: var(--surface-muted); border-radius: 24px; display: grid; gap: clamp(35px, 7vw, 90px); grid-template-columns: .9fr 1.1fr; margin: 45px 5% 110px; overflow: hidden; padding: clamp(25px, 5vw, 60px); }
.featured-product > img { aspect-ratio: 1; border-radius: 17px; object-fit: cover; width: 100%; }
.featured-product-copy { max-width: 610px; }
.featured-product-copy > p:not(.eyebrow) { font-size: 17px; margin-bottom: 28px; }
.cta-panel { align-items: center; background: var(--primary); border-radius: 24px; color: white; display: flex; gap: 40px; justify-content: space-between; margin: 40px 5% 110px; padding: 48px 54px; }
.cta-panel h2 { margin-bottom: 10px; }
.cta-panel p { color: rgba(255,255,255,.74); margin: 0; }
.cta-panel .eyebrow { color: #efb4a5; }
.site-footer { border-top: 1px solid var(--border); display: flex; justify-content: space-between; margin-top: 30px; padding: 45px 5% 60px; }
.site-footer p { margin: 4px 0 0; }
.footer-guides { display: flex; flex-direction: column; gap: 7px; }
.footer-guides strong { font-size: 13px; margin-bottom: 4px; }
.footer-guides a { color: var(--ink-muted); font-size: 13px; text-decoration: none; }
.footer-guides a:hover { color: var(--primary); }
.footer-links { align-items: flex-end; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: var(--ink-muted); font-size: 14px; }
.footer-consent { background: none; border: 0; color: var(--ink-muted); cursor: pointer; font: inherit; font-size: 14px; padding: 0; text-decoration: underline; }
.breadcrumbs { padding: 24px 5% 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li { color: var(--ink-muted); font-size: 13px; }
.breadcrumbs li:not(:last-child)::after { content: " /"; margin-left: 8px; }
.breadcrumbs a { text-decoration: none; }
.intro { max-width: 900px; padding: 90px 5% 70px; }
.product-card { align-items: stretch; background: var(--surface); border: 1px solid var(--border); border-radius: 22px; display: grid; grid-template-columns: .85fr 1.15fr; margin: 0 5%; overflow: hidden; }
.product-card > img { height: 100%; object-fit: cover; width: 100%; }
.product-card-copy { align-self: center; padding: clamp(34px, 6vw, 70px); }
.product-card-following { margin-top: 28px; }
.text-link { color: var(--primary); font-weight: 800; text-decoration: none; }
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.meta-row span { background: var(--surface-muted); border-radius: 999px; color: var(--ink-muted); font-size: 12px; font-weight: 750; padding: 7px 11px; }
.meta-row .request-badge { background: #fff0d7; color: #805712; }
.meta-row-large { margin: 24px 0 4px; }
.review-link { color: var(--primary); display: inline-block; font-size: 14px; font-weight: 800; margin-top: 10px; text-decoration: none; }
.review-link:hover { text-decoration: underline; }
.prose-narrow { max-width: 850px; }
.step-grid { grid-template-columns: repeat(4, 1fr); list-style: none; }
.step-grid li { border-top: 1px solid var(--border); padding: 24px 10px 0 0; }
.step-grid li > span { color: var(--accent); display: block; font-size: 12px; font-weight: 850; margin-bottom: 34px; }
.story-panel { background: var(--surface-muted); border-radius: 24px; display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; margin: 30px 5%; padding: clamp(40px, 7vw, 85px); }
.story-copy p:first-child { margin-top: 0; }
.audience-panel { align-items: start; border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); display: grid; gap: 70px; grid-template-columns: 1fr 1fr; margin: 100px 5% 10px; padding: 55px 0; }
.audience-panel p:last-child { font-size: 17px; margin: 0; }
.landmark-list { border-top: 1px solid var(--border); margin-top: 50px; }
.landmark-list div { align-items: center; border-bottom: 1px solid var(--border); display: flex; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 3vw, 34px); gap: 30px; padding: 19px 0; }
.landmark-list span { color: var(--accent); font-family: Inter, sans-serif; font-size: 11px; font-weight: 850; }
.practical-grid { background: var(--primary-dark); border-radius: 24px; color: white; display: grid; gap: 70px; grid-template-columns: .8fr 1.2fr; margin: 20px 5% 40px; padding: clamp(40px, 7vw, 80px); }
.practical-grid .eyebrow { color: #efb4a5; }
.practical-grid dl { margin: 0; }
.practical-grid dl > div { border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 20px; grid-template-columns: 1fr 1.5fr; padding: 17px 0; }
.practical-grid dt { color: rgba(255,255,255,.62); font-size: 13px; }
.practical-grid dd { font-weight: 650; margin: 0; }
.faq-list { border-top: 1px solid var(--border); margin-top: 45px; }
.faq details { border-bottom: 1px solid var(--border); padding: 22px 0; }
.faq summary { cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 700; }
.faq details p { max-width: 760px; }
.route-section { padding-top: 50px; }
.route-cards { border-top: 1px solid var(--border); margin-top: 48px; }
.route-cards article { align-items: start; border-bottom: 1px solid var(--border); display: grid; gap: 28px; grid-template-columns: 45px 1fr; padding: 24px 0; }
.route-cards article > span { color: var(--accent); font-size: 11px; font-weight: 850; padding-top: 7px; }
.route-cards h3 { margin-bottom: 5px; }
.route-cards p { margin: 0; max-width: 720px; }
.related-links { align-items: center; border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 18px 30px; margin: 0 5% 90px; padding: 28px 0; }
.related-links a { color: var(--primary); font-size: 14px; font-weight: 750; text-decoration: none; }
.guide-hero { border-radius: 26px; margin: 28px 0 70px; padding: clamp(50px, 9vw, 110px) clamp(30px, 8vw, 105px); }
.guide-hero h1 { max-width: 940px; }
.guide-hero .lead { max-width: 820px; }
.guide-hero-green { background: linear-gradient(135deg, #e5f0ea, #f7f3eb 70%); }
.guide-hero-coral { background: linear-gradient(135deg, #f7e8e2, #faf6ec 72%); }
.guide-hero-sand { background: linear-gradient(135deg, #efe5d4, #f8f2e8 72%); }
.answer-panel { align-items: start; background: var(--primary-dark); border-radius: 18px; color: white; display: grid; gap: 35px; grid-template-columns: 160px 1fr; margin: 0 5% 75px; padding: 35px 40px; }
.answer-panel strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.answer-panel p { color: rgba(255,255,255,.78); margin: 0; }
.article-section { margin: 0 auto; max-width: 1080px; padding: 75px 5%; }
.article-section > h2 { max-width: 850px; }
.article-split { align-items: start; display: grid; gap: clamp(40px, 8vw, 100px); grid-template-columns: .9fr 1.1fr; }
.article-split p:first-child { margin-top: 0; }
.check-list { display: grid; gap: 13px; list-style: none; margin: 0; padding: 0; }
.check-list li { border-bottom: 1px solid var(--border); color: var(--ink-muted); padding: 0 0 13px 28px; position: relative; }
.check-list li::before { color: var(--accent); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.comparison-table { border-top: 1px solid var(--border); margin-top: 42px; }
.comparison-row { border-bottom: 1px solid var(--border); display: grid; gap: 25px; grid-template-columns: 1fr 1.1fr 1.35fr; padding: 21px 0; }
.comparison-row span { color: var(--ink-muted); font-size: 14px; }
.choice-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
.choice-grid > a { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; color: inherit; display: grid; grid-template-columns: 180px 1fr; overflow: hidden; text-decoration: none; transition: box-shadow .2s ease, transform .2s ease; }
.choice-grid > a:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.choice-grid img { height: 100%; object-fit: cover; width: 100%; }
.choice-grid a > div { align-self: center; padding: 25px; }
.choice-grid span { color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.choice-grid h3 { font-size: 22px; margin: 8px 0; }
.choice-grid p { font-size: 12px; margin: 0; }
.idea-grid { display: grid; gap: 15px; grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
.idea-grid article { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 28px; }
.idea-grid article > span { color: var(--accent); display: block; font-size: 11px; font-weight: 850; margin-bottom: 28px; }
.idea-grid p { margin-bottom: 0; }
.family-feature { margin-bottom: 35px; }
.numbered-ideas { border-top: 1px solid var(--border); }
.numbered-ideas > article { align-items: start; border-bottom: 1px solid var(--border); display: grid; gap: 35px; grid-template-columns: 55px 1fr; padding: 35px 0; }
.numbered-ideas > article > span { color: var(--accent); font-size: 12px; font-weight: 850; padding-top: 7px; }
.numbered-ideas h2 { font-size: clamp(27px, 3vw, 39px); margin-bottom: 10px; }
.numbered-ideas p { max-width: 760px; }
.editorial-note { margin-top: 20px; }
.source-box { background: var(--surface-muted); border-left: 4px solid var(--accent); border-radius: 12px; margin: 10px auto 70px; max-width: 970px; padding: 24px 28px; }
.source-box strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 19px; margin-bottom: 8px; }
.source-box p { font-size: 14px; margin: 0; }
.source-box a { font-weight: 700; }
.privacy-choice { cursor: pointer; margin-top: 10px; }
@media (max-width: 820px) {
  .page-shell { padding: 0 18px; }
  .site-header { min-height: 86px; }
  .site-header nav > a:first-child { display: none; }
  .brand img { height: 56px; width: 120px; }
  .hero, .family-card, .featured-product, .product-card, .story-panel, .audience-panel, .practical-grid, .answer-panel, .article-split { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding: 45px 2% 75px; }
  .hero-image { grid-row: 1; }
  .feature-grid, .step-grid { grid-template-columns: 1fr; }
  .section { padding: 75px 2%; }
  .product-card { margin: 0; }
  .family-card { max-width: none; }
  .featured-product { margin-left: 0; margin-right: 0; }
  .comparison-row { grid-template-columns: 1fr; gap: 7px; padding: 22px 0; }
  .choice-grid, .idea-grid { grid-template-columns: 1fr; }
  .choice-grid > a { grid-template-columns: 120px 1fr; }
  .guide-hero { margin-left: 0; margin-right: 0; }
  .answer-panel { gap: 12px; margin-left: 0; margin-right: 0; padding: 30px; }
  .article-section { padding-left: 0; padding-right: 0; }
  .related-links { align-items: flex-start; flex-direction: column; margin-left: 0; margin-right: 0; }
  .cta-panel { align-items: flex-start; flex-direction: column; margin: 30px 0 80px; padding: 36px 30px; }
  .story-panel, .practical-grid { gap: 35px; margin-left: 0; margin-right: 0; }
  .practical-grid dl > div { grid-template-columns: 1fr; gap: 4px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 30px; padding-left: 2%; padding-right: 2%; }
  .footer-guides { align-items: flex-start; }
  .footer-links { align-items: flex-start; }
}
