:root {
  --green: #183a31;
  --cream: #ead8ba;
  --paper: #f4ead9;
  --terracotta: #9f4d30;
  --gold: #b78d35;
  --charcoal: #1b1a16;
  --muted: #53605b;
  --line: rgba(27, 26, 22, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--charcoal); background: var(--paper); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 8px clamp(14px, 4vw, 46px); border-bottom: 1px solid rgba(27, 26, 22, 0.22); background: rgba(234, 216, 186, 0.94); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-weight: 900; text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.site-nav { display: flex; justify-content: end; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 9px 11px; border-radius: 6px; color: rgba(32, 39, 37, 0.74); font-size: 0.9rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: #fff6e8; color: var(--green); }
.hero { position: relative; min-height: min(620px, 76svh); display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; background-image: url("/assets/hero-background.png"); background-position: center; background-size: cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(24, 58, 49, 0.94), rgba(24, 58, 49, 0.68) 48%, rgba(27, 26, 22, 0.2)); }
.hero-copy { width: min(760px, calc(100% - 32px)); margin-left: clamp(16px, 7vw, 92px); padding: 44px 0; }
.hero-copy, .hero-copy h1, .hero-copy p { color: #fff6e8; }
.hero-copy .eyebrow { color: var(--gold); }
.eyebrow { margin: 0 0 10px; color: var(--terracotta); font-size: 0.78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { line-height: 1.05; letter-spacing: 0; }
h1 { max-width: 920px; margin-bottom: 18px; font-size: 6.8rem; }
h2 { font-size: 3.6rem; }
.hero p { max-width: 680px; font-size: 1.34rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button, .plan-links a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 6px; font-weight: 900; text-decoration: none; }
.button.primary { color: #fff6e8; background: var(--green); }
.button.ghost { color: #fff6e8; background: rgba(27, 26, 22, 0.34); border: 1px solid rgba(255, 246, 232, 0.4); }
.section, .page-hero { padding: clamp(36px, 5vw, 68px) clamp(16px, 5vw, 64px); }
.page-hero { background: linear-gradient(135deg, #183a31, #382519 58%, #5a2f20); color: #fff6e8; text-align: center; }
.page-hero h1, .page-hero p { width: min(900px, 100%); margin-left: auto; margin-right: auto; }
.page-hero h1 { font-size: 4.8rem; }
.page-hero p { color: rgba(255, 246, 232, 0.82); font-size: 1.12rem; }
.section-heading { width: min(960px, 100%); margin: 0 auto 24px; text-align: center; }
.section-heading p { color: var(--muted); }
.page-hero .category-chips { justify-content: center; margin-top: 20px; }
.category-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 14px; }
.category-chips a { min-height: 36px; display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 6px; color: var(--green); background: #fff6e8; border: 1px solid rgba(27, 26, 22, 0.16); font-size: 0.9rem; font-weight: 900; text-decoration: none; }
.page-hero .category-chips a { background: rgba(255, 246, 232, 0.96); }
.category-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.category-grid a { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff6e8; text-decoration: none; box-shadow: 0 14px 34px rgba(32, 39, 37, 0.06); }
.category-grid span { color: var(--green); font-weight: 900; }
.category-grid small { color: var(--muted); }
.planning-preview { background: #ead8ba; }
.latest-layout { background: #fff6e8; }
.featured-post, .post-grid { width: min(1180px, 100%); margin: 0 auto; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featured-post { margin-bottom: 18px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 18px 44px rgba(32, 39, 37, 0.1); }
.featured-card { display: grid; grid-template-columns: 1.1fr 0.9fr; }
.post-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.featured-card .post-image img { height: 100%; min-height: 340px; }
.post-card-body { padding: 22px; }
.meta { color: var(--muted); font-size: 0.84rem; font-weight: 800; }
.post-card h3 { font-size: 1.32rem; line-height: 1.18; }
.post-card h3 a { color: var(--green); text-decoration: none; }
.older-section { background: #ead8ba; }
.older-list { width: min(980px, 100%); margin: 0 auto; display: grid; gap: 10px; }
.older-list a { display: grid; gap: 2px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; color: var(--charcoal); background: #fff6e8; text-decoration: none; box-shadow: 0 10px 26px rgba(27, 26, 22, 0.06); }
.older-list a:hover { border-color: rgba(24, 58, 49, 0.45); }
.older-list span { color: var(--terracotta); font-size: 0.82rem; font-weight: 900; }
.older-list strong { color: var(--green); font-size: 1.05rem; line-height: 1.25; }
.older-list small { color: var(--muted); line-height: 1.45; }
.plan-strip, .about-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: clamp(34px, 4vw, 58px) clamp(16px, 5vw, 64px); background: var(--green); color: #fff6e8; }
.plan-strip h2, .about-band h2 { max-width: 760px; margin-bottom: 0; }
.plan-links { display: flex; flex-wrap: wrap; gap: 10px; }
.plan-links a { color: var(--green); background: #fff6e8; }
.compact-links a { color: #fff6e8; background: var(--green); }
.about-band { background: #d8bd8f; color: var(--charcoal); }
.about-band p { max-width: 680px; color: var(--muted); }
.article { padding-bottom: 40px; }
.article-hero { padding: clamp(38px, 5vw, 70px) clamp(16px, 5vw, 64px) 24px; background: linear-gradient(135deg, #ead8ba, #fff6e8); text-align: center; }
.article-hero h1 { width: min(1000px, 100%); margin-left: auto; margin-right: auto; font-size: 4.65rem; }
.article-hero p { width: min(780px, 100%); margin-left: auto; margin-right: auto; color: var(--muted); font-size: 1.14rem; }
.article-image { width: min(1020px, calc(100% - 32px)); margin: 0 auto 34px; }
.article-image img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 8px; box-shadow: 0 22px 60px rgba(32, 39, 37, 0.14); }
.article-image-snapshot { padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff6e8; box-shadow: 0 16px 42px rgba(32, 39, 37, 0.08); }
.article-image-snapshot img { width: auto; max-width: 100%; max-height: none; margin: 0 auto; object-fit: contain; box-shadow: none; }
figcaption { margin-top: 8px; color: var(--muted); font-size: 0.92rem; }
.article-body { width: min(780px, calc(100% - 32px)); margin: 0 auto; }
.article-body h2 { margin-top: 34px; font-size: 2.35rem; }
.article-body h3 { margin-top: 26px; color: var(--green); font-size: 1.45rem; line-height: 1.2; }
.article-body p, .article-body li { font-size: 1.08rem; }
.article-body ul { padding-left: 1.2rem; }
.article-body li { margin-bottom: 8px; }
.article-body a { color: var(--green); font-weight: 800; }
.article-body blockquote { margin: 28px 0; padding: 18px 22px; border-left: 5px solid var(--terracotta); background: #fff; color: var(--green); font-weight: 800; }
.article-note { margin: 0 0 30px; padding: 22px; border: 1px solid rgba(183, 141, 53, 0.45); border-radius: 8px; background: #ead8ba; box-shadow: 0 14px 34px rgba(32, 39, 37, 0.08); }
.article-note h2 { margin-top: 0; font-size: 1.65rem; }
.article-note p:last-child { margin-bottom: 0; }
.trip-box, .empty-state, .tool-card { margin-top: 22px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff6e8; box-shadow: 0 14px 34px rgba(32, 39, 37, 0.08); }
.tool-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.media-grid .tool-card { margin-top: 0; padding: 0; overflow: hidden; }
.media-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.media-card div { padding: 18px; }
.media-card h3 { margin-bottom: 8px; color: var(--green); font-size: 1.5rem; line-height: 1.15; }
.affiliate-layout { background: #ead8ba; }
.affiliate-intro { width: min(1100px, 100%); margin: 0 auto; display: grid; grid-template-columns: 0.8fr 1fr; gap: 22px; align-items: center; }
.affiliate-intro img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; box-shadow: 0 16px 42px rgba(27, 26, 22, 0.16); }
.affiliate-intro h2 { font-size: 2.8rem; }
.widget-shell { width: min(1100px, 100%); margin: 24px auto 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff6e8; }
.affiliate-stack { display: grid; gap: 18px; }
.booking-frame { width: 100%; min-height: 620px; border: 0; }
.contact-panel { width: min(780px, 100%); margin: 0 auto; padding: 24px; border-radius: 8px; background: #fff6e8; border: 1px solid var(--line); }
.about-story { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr); gap: 34px; align-items: start; }
.about-story h2 { font-size: 3rem; }
.about-story p { color: var(--muted); font-size: 1.08rem; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 30px clamp(16px, 5vw, 64px); color: #fff6e8; background: var(--charcoal); }
.site-footer p { max-width: 620px; color: rgba(255, 246, 232, 0.72); }
.site-footer .copyright { margin-bottom: 0; font-size: 0.92rem; }
.footer-links { display: grid; gap: 8px; text-align: right; }
.footer-links a { color: #fff6e8; text-decoration: none; }
@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr; }
  .site-nav { justify-content: start; }
  .category-grid, .post-grid, .tool-grid { grid-template-columns: repeat(2, 1fr); }
  h1 { font-size: 4.8rem; }
  h2 { font-size: 2.85rem; }
  .page-hero h1, .article-hero h1 { font-size: 3.85rem; }
  .featured-card, .plan-strip, .about-band, .about-story, .affiliate-intro, .site-footer { grid-template-columns: 1fr; }
  .footer-links { text-align: left; }
}
@media (max-width: 640px) {
  .site-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; overflow: visible; }
  .site-nav a { justify-content: center; min-height: 38px; padding: 8px 6px; font-size: 0.84rem; }
  .hero { min-height: 650px; }
  .hero::after { background: linear-gradient(0deg, rgba(24, 58, 49, 0.94), rgba(24, 58, 49, 0.72)); }
  .hero-copy { width: calc(100% - 28px); margin: 0 auto; align-self: end; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.2rem; }
  .hero p { font-size: 1.12rem; }
  .page-hero h1, .article-hero h1 { font-size: 2.7rem; }
  .article-body h2, .about-story h2 { font-size: 2rem; }
  .category-grid, .post-grid, .tool-grid { grid-template-columns: 1fr; }
  .button-row, .button, .plan-links a { width: 100%; }
  .section, .page-hero { padding-inline: 14px; }
}