:root {
  --primary: #25383B;
  --cyan: #009FD1;
  --lime: #B7C400;
  --magenta: #E0007A;
  --surface: #F5F7F6;
  --text: #333333;
  --white: #FFFFFF;
  --line: rgba(37, 56, 59, .14);
  --shadow: 0 18px 45px rgba(37, 56, 59, .13);
}
html { background: var(--surface); }
body { font-family: "Open Sans", Arial, sans-serif; color: var(--text); background: var(--surface); line-height: 1.62; }
h1, h2, h3, h4, .brand-logo, .eyebrow { font-family: "Raleway", Arial, sans-serif; letter-spacing: 0; }
a { color: var(--cyan); }
a:hover { color: var(--magenta); }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--cyan); color: var(--primary); padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 100; background: var(--primary); border-bottom: 3px solid var(--lime); box-shadow: 0 8px 28px rgba(37, 56, 59, .18); }
.site-nav { background: var(--primary); box-shadow: none; min-height: 74px; }
.site-nav .nav-wrapper { min-height: 74px; display: flex; align-items: center; }
.brand-logo { position: static !important; transform: none !important; font-size: 1.35rem; font-weight: 800; color: var(--white); max-width: 40%; white-space: normal; line-height: 1.1; }
.site-nav ul.right { margin-left: auto; display: flex; align-items: center; height: 74px; }
.site-nav li a { color: rgba(255,255,255,.86); font-family: "Raleway", Arial, sans-serif; font-weight: 600; }
.site-nav li a:hover, .dropdown-content li a:hover { color: var(--lime); background: rgba(255,255,255,.08); }
.dropdown-content { border-radius: 4px; overflow: hidden; }
.dropdown-content li a { color: var(--primary); }
.sidenav .child-link { padding-left: 48px; color: var(--cyan); }
.menu-mark, .menu-mark::before, .menu-mark::after { display: block; width: 24px; height: 2px; background: var(--white); content: ""; }
.menu-mark::before { transform: translateY(-7px); }
.menu-mark::after { transform: translateY(5px); }
.home-hero { position: relative; min-height: 74vh; background: var(--primary); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(37,56,59,.84), rgba(37,56,59,.24)), url("/assets/images/img_f99110b72b01.jpg") center/cover no-repeat; }
.hero-overlay { position: relative; min-height: 74vh; display: flex; align-items: center; color: var(--white); }
.home-hero h1 { max-width: 760px; font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 800; line-height: 1.05; margin: 0; }
.lede { font-size: 1.18rem; max-width: 780px; color: inherit; opacity: .88; }
.eyebrow { display: inline-block; color: var(--lime); font-weight: 800; text-transform: uppercase; font-size: .78rem; margin-bottom: 1rem; }
.tagline-band { background: var(--white); color: var(--primary); font-family: "Raleway", Arial, sans-serif; font-size: 1.35rem; font-weight: 800; text-align: center; padding: 1.2rem; box-shadow: var(--shadow); }
.compact-hero { background: var(--primary); color: var(--white); padding: 4rem 0 3.25rem; }
.compact-hero h1 { font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.1; margin: .35rem 0; }
.page-shell { padding: 4rem 0; }
.container.narrow { max-width: 880px; }
.article-prose, .listing-grid, .homepage-content { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 2rem; box-shadow: var(--shadow); }
.article-prose h1, .article-prose h2, .article-prose h3, .homepage-content h1, .homepage-content h3, .listing-grid h1, .listing-grid h3 { color: var(--primary); font-weight: 800; }
.homepage-content h2, .listing-grid h2 { color: var(--magenta); font-weight: 800; }
.article-prose p, .homepage-content p, .listing-grid p { margin-bottom: 1.05rem; }
.article-prose a, .homepage-content a, .listing-grid a, .site-footer a { text-decoration: underline; text-decoration-color: rgba(0,159,209,.35); text-underline-offset: 3px; }
.content-list { margin-left: 1.2rem; }
.content-list li { margin-bottom: .55rem; }
.image-block { margin: 1.2rem 0; background: var(--surface); border: 1px solid var(--line); overflow: hidden; border-radius: 6px; }
.image-block img { display: block; width: 100%; height: auto; }
.image-block figcaption { padding: .6rem .85rem; color: rgba(51,51,51,.7); }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; }
.gallery-grid { margin: 1.5rem 0; }
.listing-grid > .image-block, .homepage-content > .image-block { box-shadow: none; }
blockquote { border-left: 5px solid var(--magenta); background: var(--surface); padding: 1rem 1.25rem; color: var(--primary); font-family: "Raleway", Arial, sans-serif; }
.section-rule { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
.side-panel { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 1.5rem; box-shadow: var(--shadow); }
.side-panel h2 { font-size: 1rem; color: var(--primary); text-transform: uppercase; font-weight: 800; }
.social-stack, .social-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.social-stack a, .social-row a { background: var(--cyan); color: var(--white); border-radius: 4px; padding: .3rem .55rem; text-decoration: none; font-size: .8rem; }
.archive-links { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.archive-links h2 { font-size: 1.15rem; }
.archive-links ul { columns: 2; list-style: none; padding-left: 0; }
.archive-links li { break-inside: avoid; margin-bottom: .4rem; }
.toc-panel { background: var(--white); border-left: 4px solid var(--lime); padding: 1rem; margin-bottom: 1.5rem; }
.toc-panel a { display: block; margin-top: .4rem; }
.sticky-toc { position: sticky; top: 96px; }
.main-image { float: right; width: min(33%, 320px); margin: 0 0 1rem 1.5rem; }
.main-image img { width: 100%; height: auto; border-radius: 6px; }
.category-grid .card h2, .content-card h2 { font-size: 1.35rem; line-height: 1.25; }
.minimal-card { border-left: 4px solid var(--magenta); background: var(--white); padding: 1.25rem; margin-bottom: 1.5rem; }
.read-more { font-family: "Raleway", Arial, sans-serif; font-weight: 800; }
.site-footer { background: var(--primary); color: rgba(255,255,255,.78); padding: 3rem 0; }
.site-footer h2, .site-footer h3 { color: var(--white); font-weight: 800; }
.site-footer a { color: var(--lime); }
@media (max-width: 992px) {
  .brand-logo { max-width: 70%; font-size: 1.08rem; }
  .article-prose, .listing-grid, .homepage-content { padding: 1.25rem; }
  .main-image { float: none; width: 100%; margin: 0 0 1rem; }
  .archive-links ul { columns: 1; }
}
