
/* Imported */
:root {
  --ink: #17201f;
  --muted: #5a6663;
  --paper: #f7f4ed;
  --surface: #ffffff;
  --line: #d8dedb;
  --accent: #7a5b32;
  --accent-soft: #eee5d6;
  --deep: #21302d;
  --max: 1160px;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(23, 32, 31, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.68; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(247,244,237,.96); border-bottom: 1px solid var(--line); }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; }
.brand { font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
nav { display: flex; flex-wrap: wrap; gap: 18px; }
nav a { text-decoration: none; color: var(--muted); font-weight: 650; }
nav a:hover { color: var(--ink); }
.hero { padding: 72px 0 54px; background: linear-gradient(180deg, #f4efe5 0%, var(--paper) 100%); }
.hero-grid, .two-col { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: start; }
.eyebrow { margin: 0 0 10px; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 5vw, 5rem); margin: 0 0 24px; max-width: 15ch; }
h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); margin: 0 0 22px; }
h3 { font-size: 1.2rem; margin-top: 28px; }
.lead { font-size: 1.18rem; color: #2b3734; }
.hero-figure, figure { margin: 0; }
.hero-figure img, .two-col figure img { border-radius: var(--radius); box-shadow: var(--shadow); background: #dedad1; aspect-ratio: 16/10; object-fit: cover; }
figcaption { margin-top: 10px; color: var(--muted); font-size: .9rem; }
.quick-actions { display: flex; gap: 20px; align-items: center; margin-top: 28px; }
.button { display: inline-block; background: var(--deep); color: white; padding: 12px 18px; border-radius: 999px; text-decoration: none; font-weight: 750; }
.text-link { font-weight: 750; }
.section { padding-top: 64px; padding-bottom: 64px; }
.scope-box, .pros-card, .sources-box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 44px); box-shadow: var(--shadow); }
.scope-box { border-left: 6px solid var(--accent); }
.table-wrap { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
table { width: 100%; border-collapse: collapse; min-width: 520px; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { width: 34%; color: var(--muted); }
tr:last-child th, tr:last-child td { border-bottom: 0; }
.band { background: #e8ece7; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dark-band { background: var(--deep); color: #f5f5f0; }
.dark-band .eyebrow { color: #dfc59d; }
.dark-band a { color: #ffffff; }
.pros-card ul { padding-left: 20px; }
.route-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 54px; }
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.card { display: flex; flex-direction: column; gap: 8px; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.card span { color: var(--muted); }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; margin: 12px 0; }
.faq summary { cursor: pointer; font-weight: 750; }
.site-footer { border-top: 1px solid var(--line); background: #eeeae1; color: var(--muted); }
.site-footer p { max-width: 620px; }
@media (max-width: 820px) {
  .hero-grid, .two-col, .route-grid { grid-template-columns: 1fr; gap: 32px; }
  .cards { grid-template-columns: 1fr; }
  .header-inner, .footer-inner { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .site-header { position: static; }
  h1 { font-size: clamp(2.3rem, 11vw, 4rem); }
}
@media (max-width: 520px) {
  .wrap { width: min(calc(100% - 24px), var(--max)); }
  .hero { padding-top: 44px; }
  .section { padding-top: 44px; padding-bottom: 44px; }
  .quick-actions { align-items: flex-start; flex-direction: column; }
}

.site-header { background-color: #ffffff !important; border-bottom: 1px solid rgba(0,0,0,0.06) !important; box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important; position: sticky; top: 0; z-index: 100; }
.top-navigation-bar { width: 100%; margin: 0 auto; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; }
.site-logo { min-width: 180px; margin: 0; }
.site-logo img { max-height: 50px !important; max-width: none !important; width: auto !important; display: block; transition: transform 0.2s ease; }
.site-logo img:hover { transform: scale(1.02); }

/* Force Burger Menu on all devices, hide old nav completely */
.site-nav--desktop, #mobile-menu, .mobile-menu, .mobile-menu-overlay, .mobile-menu__close { display: none !important; }
.burger { display: flex; flex-direction: column; gap: 6px; background: transparent; border: none; cursor: pointer; padding: 5px; z-index: 1000; margin-left: auto; margin-right: 100px; }
.burger span { display: block; width: 28px; height: 3px; background-color: var(--color-text, #111827) !important; border-radius: 2px; }

/* Accordion Sidebar */
.cam-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 999998; opacity: 0; visibility: hidden; transition: opacity 0.3s; }
.cam-overlay.is-active { opacity: 1; visibility: visible; }
.cam-sidebar { position: fixed; top: 0; right: -100%; width: 100%; max-width: 450px; height: 100vh; background: #fff; z-index: 999999; overflow-y: auto; transition: right 0.3s ease; box-shadow: -5px 0 25px rgba(0,0,0,0.1); }
.cam-sidebar.is-open { right: 0; }
.cam-header { display: flex; justify-content: space-between; align-items: center; padding: 25px 20px; border-bottom: 1px solid #f0f0f0; }
.cam-header-title { font-size: 22px; font-weight: 800; color: #111; }
.cam-close { background: none; border: none; font-size: 34px; line-height: 1; cursor: pointer; color: #666; }
.cam-nav { list-style: none; margin: 0; padding: 0; }
.cam-item { border-bottom: 1px solid #f0f0f0; }
.cam-item-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; transition: background 0.2s; }
.cam-item-header:hover { background: #f9f9f9; }
.cam-item-header a { font-size: 16px; font-weight: 700; color: #111; text-decoration: none; flex: 1; display: block; }
.cam-toggle { background: none; border: none; cursor: pointer; padding: 5px 10px; display: flex; align-items: center; justify-content: center; }
.cam-toggle svg { width: 14px; height: 8px; transition: transform 0.3s ease; }
.cam-toggle.is-open svg { transform: rotate(180deg); }
.cam-children { list-style: none; margin: 0; padding: 0; display: none; background: #fafafa; border-top: 1px solid #f0f0f0; }
.cam-children.is-open { display: block; }
.cam-child-item a { display: flex; padding: 15px 20px; text-decoration: none; color: #333; border-bottom: 1px solid #eee; gap: 15px; align-items: center; transition: background 0.2s; }
.cam-child-item a:hover { background: #f0f0f0; }
.cam-child-item img { width: 70px; height: 45px; object-fit: cover; border-radius: 6px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.cam-child-text strong { display: block; font-size: 14px; margin-bottom: 4px; color: #111; line-height: 1.3; }
.cam-child-text span { display: block; font-size: 13px; color: #666; line-height: 1.4; }

main > *:not([data-content="hero"]):not(.cl-header):not(header):not(.cl-hero), main article > *:not([data-content="hero"]):not(.cl-header):not(header):not(.cl-hero) { max-width: var(--content-max-width, 1180px) !important; margin-left: auto !important; margin-right: auto !important; padding-left: 20px !important; padding-right: 20px !important; box-sizing: border-box !important; }
main iframe, main article iframe { max-width: 100% !important; margin-left: auto !important; margin-right: auto !important; transform: none !important; width: 100% !important; }
main h1 { font-size: clamp(2rem, 4vw, 3.5rem) !important; font-weight: 800; margin-top: 30px; margin-bottom: 20px; line-height: 1.2; }
.cl-hero img, .content-article img, img.article-image, img.wp-post-image { max-width: 100%; width: 100%; height: auto !important; object-fit: cover; border-radius: 8px; display: block; margin: 0 auto; }
@media (max-width: 768px) {
    section table, table { display: block !important; width: 100% !important; max-width: 100vw !important; min-width: 0 !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; }
    table th, table td { min-width: 150px !important; word-wrap: break-word !important; }
}