:root {
  --ink: #17211d;
  --muted: #5f6d66;
  --green: #183d32;
  --green-2: #245847;
  --green-3: #dce8e2;
  --sand: #f3eee3;
  --sand-2: #e5dac4;
  --paper: #fffdf8;
  --white: #ffffff;
  --amber: #bc7b2e;
  --warning: #fff4dc;
  --border: rgba(24, 61, 50, 0.16);
  --shadow: 0 24px 70px rgba(23, 33, 29, 0.12);
  --shadow-soft: 0 12px 34px rgba(23, 33, 29, 0.08);
  --radius: 22px;
  --content: 1240px;
  --reading: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: #d0dfd7; color: #102a22; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--white);
  color: var(--green);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(18, 46, 38, .96);
  color: var(--white);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(calc(100% - 40px), var(--content));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.04));
  box-shadow: inset 0 1px rgba(255,255,255,.2), 0 10px 24px rgba(0,0,0,.18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.brand > span:last-child { display: grid; line-height: 1.15; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.header-inner nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 750; }
.header-inner nav a { text-decoration: none; color: rgba(255,255,255,.83); }
.header-inner nav a:hover, .header-inner nav a:focus-visible { color: white; }
.header-cta {
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: linear-gradient(180deg, #f5e9d3 0%, #d9c29a 100%);
  color: #17352c !important;
  box-shadow: inset 0 1px rgba(255,255,255,.8), 0 7px 18px rgba(0,0,0,.16);
}

.blog-index { min-height: 80vh; }
.blog-intro {
  padding: 94px max(24px, calc((100vw - var(--content))/2)) 78px;
  background:
    radial-gradient(circle at 84% 12%, rgba(189,153,91,.18), transparent 26%),
    linear-gradient(145deg, #173b31 0%, #0f2b23 72%);
  color: white;
}
.eyebrow, .section-kicker, .card-kicker, .rail-label, .quick-answer-label, .footer-kicker, .affiliate-label {
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.blog-intro .eyebrow { color: #d8c294; }
.blog-intro h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 84px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.045em;
}
.blog-intro > p:not(.eyebrow) { max-width: 760px; margin: 27px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 21px); }
.intro-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.intro-trust span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.78); font-size: 12px; }
.featured-post {
  width: min(calc(100% - 40px), var(--content));
  margin: -34px auto 86px;
  display: grid;
  grid-template-columns: 1.25fr .9fr;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}
.featured-media { position: relative; min-height: 500px; background: #cbd7d0; }
.featured-media img { object-fit: cover; }
.featured-copy { padding: clamp(34px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; }
.card-kicker { color: var(--amber); }
.featured-copy h2, .library-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.featured-copy h2 { font-size: clamp(34px, 4vw, 55px); }
.featured-copy p:not(.card-kicker) { color: var(--muted); font-size: 17px; }
.featured-copy > a {
  align-self: flex-start;
  margin-top: 14px;
  padding: 14px 19px;
  border-radius: 13px;
  background: linear-gradient(180deg, #245847, #183d32);
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  box-shadow: inset 0 1px rgba(255,255,255,.2), 0 10px 20px rgba(24,61,50,.18);
}
.guide-library { width: min(calc(100% - 40px), var(--content)); margin: 0 auto 110px; }
.library-heading { display: grid; grid-template-columns: 1fr .68fr; gap: 40px; align-items: end; margin-bottom: 34px; }
.library-heading h2 { font-size: clamp(34px, 4.5vw, 58px); }
.library-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 17px; }
.section-kicker { color: var(--amber); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.post-card-media { position: relative; min-height: 230px; display: block; overflow: hidden; }
.post-card-media img { object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-card-media img { transform: scale(1.035); }
.post-card-media span { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--green); font-weight: 900; font-size: 12px; box-shadow: 0 8px 18px rgba(0,0,0,.16); }
.post-card-copy { padding: 25px 25px 29px; }
.post-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.14; font-weight: 500; letter-spacing: -.02em; }
.post-card h3 a { text-decoration: none; }
.post-card-copy > p:not(.card-kicker) { color: var(--muted); font-size: 14px; }
.text-link { font-size: 13px; font-weight: 900; color: var(--green-2); text-decoration: none; }

.article-shell { background: var(--paper); }
.article-hero { position: relative; }
.hero-image-wrap { position: relative; min-height: min(780px, 75vh); display: flex; align-items: flex-end; overflow: hidden; background: #233e35; }
.hero-image { object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,20,16,.12) 10%, rgba(7,20,16,.24) 38%, rgba(7,20,16,.92) 100%); }
.hero-copy { position: relative; z-index: 1; width: min(calc(100% - 40px), 1040px); margin: 0 auto; padding: 90px 0 70px; color: white; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 12px; }
.breadcrumbs a { color: white; }
.hero-copy .eyebrow { color: #e5c98f; }
.hero-copy h1 { max-width: 990px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6.4vw, 82px); line-height: .99; letter-spacing: -.045em; font-weight: 500; text-wrap: balance; }
.hero-description { max-width: 800px; margin: 25px 0 0; color: rgba(255,255,255,.82); font-size: clamp(17px, 2.1vw, 21px); line-height: 1.55; }
.article-meta { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-top: 30px; color: rgba(255,255,255,.68); font-size: 12px; }
.article-meta span { position: relative; }
.article-meta span:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #d9bd83; }
.image-credit { width: min(calc(100% - 40px), 1040px); margin: 8px auto 0; color: #78837e; font-size: 10px; text-align: right; }
.article-grid { width: min(calc(100% - 40px), 1120px); margin: 72px auto 0; display: grid; grid-template-columns: 230px minmax(0, var(--reading)); gap: 70px; justify-content: center; align-items: start; }
.article-rail { position: sticky; top: 105px; }
.rail-card { padding: 21px 21px 20px; border: 1px solid var(--border); border-radius: 17px; background: white; box-shadow: var(--shadow-soft); }
.rail-label { color: var(--amber); }
.rail-card ol { margin: 0; padding-left: 21px; color: #89928e; }
.rail-card li { margin: 9px 0; padding-left: 3px; font-size: 12px; }
.rail-card a { color: var(--green); text-decoration: none; font-weight: 750; }
.article-content { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.82; }
.article-content p { margin: 0 0 22px; }
.article-content a { color: #1f6954; font-weight: 700; }
.quick-answer { padding: clamp(27px, 5vw, 44px); border: 1px solid rgba(24,61,50,.22); border-radius: 24px; background: linear-gradient(145deg, #edf4f0 0%, #f9f5ea 100%); box-shadow: var(--shadow-soft); }
.quick-answer-label { color: var(--amber); font-family: Inter, ui-sans-serif, sans-serif; }
.quick-answer h2 { margin: 0 0 15px; font-size: clamp(31px, 4vw, 45px); line-height: 1.08; font-weight: 500; letter-spacing: -.025em; }
.quick-answer p { margin: 0; color: #34463f; font-size: 19px; line-height: 1.68; }
.affiliate-disclosure { margin: 17px 4px 0 !important; color: #76817c; font-family: Inter, ui-sans-serif, sans-serif; font-size: 11px; line-height: 1.5; }
.article-section { padding: 70px 0 0; }
.article-section h2 { margin: 0 0 25px; font-size: clamp(34px, 4.5vw, 51px); line-height: 1.08; font-weight: 500; letter-spacing: -.034em; text-wrap: balance; }
.article-section h3 { margin: 38px 0 14px; font-size: 26px; line-height: 1.2; font-weight: 600; letter-spacing: -.015em; }
.article-section .section-kicker { font-family: Inter, ui-sans-serif, sans-serif; }
.article-quote { margin: 38px 0; padding: 28px 33px; border-left: 5px solid var(--amber); background: #f2eadb; color: #344139; font-size: 25px; line-height: 1.5; font-style: italic; }
.callout { margin: 34px 0; padding: 25px 28px; border-radius: 18px; border: 1px solid var(--border); font-size: 16px; line-height: 1.7; }
.callout h3 { margin: 0 0 8px; font-family: Inter, ui-sans-serif, sans-serif; font-size: 15px; font-weight: 900; letter-spacing: -.01em; }
.callout p:last-child { margin-bottom: 0; }
.callout-sand { background: #f4ede0; }
.callout-green { background: #e4eee9; border-color: #bbd3c7; }
.callout-warning { background: var(--warning); border-color: #e7c988; }
.callout-dark { background: var(--green); color: white; border-color: var(--green); }
.callout-dark a { color: white; }
.checklist, .numbered-steps { margin: 30px 0; padding: 0; list-style: none; }
.checklist li, .numbered-steps li { position: relative; margin: 12px 0; padding: 14px 18px 14px 51px; border: 1px solid var(--border); border-radius: 13px; background: white; font-size: 16px; line-height: 1.65; box-shadow: 0 5px 15px rgba(23,33,29,.035); }
.checklist li::before { content: "✓"; position: absolute; left: 17px; top: 14px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--green-3); color: var(--green); font-family: Inter, sans-serif; font-size: 12px; font-weight: 900; }
.numbered-steps { counter-reset: steps; }
.numbered-steps li { counter-increment: steps; }
.numbered-steps li::before { content: counter(steps); position: absolute; left: 16px; top: 14px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: var(--green); color: white; font-family: Inter, sans-serif; font-size: 11px; font-weight: 900; }
.key-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 32px 0; }
.key-points > div { padding: 19px; border: 1px solid var(--border); border-radius: 15px; background: white; }
.key-points dt { margin-bottom: 6px; color: var(--amber); font-family: Inter, sans-serif; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.key-points dd { margin: 0; color: #37463f; font-size: 15px; line-height: 1.55; }
.table-scroll { margin: 33px 0; overflow-x: auto; border: 1px solid var(--border); border-radius: 17px; background: white; box-shadow: var(--shadow-soft); }
table { width: 100%; min-width: 650px; border-collapse: collapse; font-family: Inter, ui-sans-serif, sans-serif; font-size: 13px; line-height: 1.55; }
caption { padding: 15px 18px; background: var(--green); color: white; font-weight: 850; text-align: left; }
th, td { padding: 15px 17px; border-bottom: 1px solid #e6ebe8; text-align: left; vertical-align: top; }
thead th { background: #edf3f0; color: var(--green); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
tbody th { width: 25%; color: var(--green); font-weight: 850; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.affiliate-card { margin: 36px 0; padding: 28px; border: 1px solid #d7c196; border-radius: 18px; background: linear-gradient(145deg, #fbf5e9, #edf4f0); box-shadow: var(--shadow-soft); font-family: Inter, ui-sans-serif, sans-serif; }
.affiliate-label { color: var(--amber); }
.affiliate-card h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.affiliate-card p:not(.affiliate-label) { margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.affiliate-card a { display: inline-block; padding: 11px 15px; border-radius: 11px; background: var(--green); color: white; text-decoration: none; font-size: 12px; font-weight: 900; }
.sources ul { padding-left: 22px; }
.sources li { margin: 10px 0; font-size: 15px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { padding: 20px 40px 20px 0; cursor: pointer; font-family: Inter, sans-serif; font-size: 15px; font-weight: 850; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 17px; color: var(--green); font-size: 23px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); font-size: 16px; }
.related-posts { width: min(calc(100% - 40px), 1120px); margin: 100px auto 110px; padding-top: 48px; border-top: 1px solid var(--border); }
.related-posts h2 { margin: 0 0 25px; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; font-weight: 500; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { padding: 25px; border: 1px solid var(--border); border-radius: 18px; background: white; text-decoration: none; box-shadow: var(--shadow-soft); }
.related-card span { color: var(--amber); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.related-card h3 { margin: 9px 0; font-family: Georgia, serif; font-size: 23px; line-height: 1.15; font-weight: 500; }
.related-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.related-card strong { color: var(--green-2); font-size: 12px; }
.back-to-top { position: fixed; right: 22px; bottom: 24px; z-index: 90; display: flex; gap: 7px; align-items: center; padding: 11px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: var(--green); color: white; box-shadow: 0 10px 28px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; font-weight: 850; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.mobile-action-bar { display: none; }

.site-footer { padding: 70px max(24px, calc((100vw - var(--content))/2)) 28px; background: #102a22; color: white; }
.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 50px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-kicker { color: #d9bf89; }
.footer-top h2 { max-width: 720px; margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 53px); line-height: 1.06; font-weight: 500; }
.footer-top p:not(.footer-kicker) { max-width: 700px; color: rgba(255,255,255,.66); }
.footer-actions { display: grid; gap: 11px; align-content: center; }
.footer-actions a { min-width: 190px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; text-decoration: none; text-align: center; font-size: 12px; font-weight: 850; }
.footer-actions a:first-child { background: #e5d2ad; color: #17352c; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 42px 0; }
.footer-grid h3 { margin: 0 0 12px; color: #d9bf89; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 8px 0; color: rgba(255,255,255,.7); text-decoration: none; font-size: 13px; }
.copyright { margin: 0; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 11px; }
.not-found { min-height: 70vh; padding: 100px 24px; text-align: center; }
.not-found h1 { max-width: 700px; margin: 0 auto 18px; font-family: Georgia, serif; font-size: clamp(40px, 6vw, 70px); line-height: 1; font-weight: 500; }
.not-found p:not(.eyebrow) { color: var(--muted); }
.not-found a { display: inline-block; margin-top: 20px; padding: 13px 18px; border-radius: 12px; background: var(--green); color: white; text-decoration: none; font-weight: 850; }

@media (max-width: 1050px) {
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: 1fr; max-width: var(--reading); gap: 20px; }
  .article-rail { position: static; }
  .rail-card ol { columns: 2; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .related-card:last-child { grid-column: span 2; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 58px; }
  .header-inner { width: min(calc(100% - 24px), var(--content)); min-height: 66px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .header-inner nav { gap: 7px; }
  .header-inner nav > a:not(.header-cta) { display: none; }
  .header-cta { padding: 9px 11px; font-size: 11px; }
  .blog-intro { padding: 65px 20px 68px; }
  .blog-intro h1 { font-size: clamp(42px, 13vw, 62px); }
  .blog-intro > p:not(.eyebrow) { font-size: 16px; }
  .featured-post { width: calc(100% - 24px); margin-top: -30px; margin-bottom: 68px; grid-template-columns: 1fr; border-radius: 22px; }
  .featured-media { min-height: 280px; }
  .featured-copy { padding: 29px 24px 34px; }
  .featured-copy h2 { font-size: 35px; }
  .guide-library { width: calc(100% - 24px); margin-bottom: 75px; }
  .library-heading { grid-template-columns: 1fr; gap: 12px; }
  .library-heading h2 { font-size: 38px; }
  .post-grid { grid-template-columns: 1fr; gap: 17px; }
  .post-card { display: grid; grid-template-columns: 132px 1fr; border-radius: 16px; }
  .post-card-media { min-height: 100%; }
  .post-card-media span { top: 8px; right: 8px; width: 29px; height: 29px; font-size: 9px; }
  .post-card-copy { padding: 18px 16px 19px; }
  .post-card h3 { font-size: 21px; }
  .post-card-copy > p:not(.card-kicker) { display: none; }
  .card-kicker { font-size: 8px; }
  .hero-image-wrap { min-height: 640px; }
  .hero-copy { width: calc(100% - 30px); padding: 65px 0 46px; }
  .breadcrumbs { margin-bottom: 23px; }
  .hero-copy h1 { font-size: clamp(42px, 12.5vw, 61px); }
  .hero-description { font-size: 16px; }
  .article-meta { gap: 6px 16px; font-size: 10px; }
  .article-meta span:not(:last-child)::after { right: -9px; }
  .image-credit { width: calc(100% - 30px); }
  .article-grid { width: calc(100% - 30px); margin-top: 39px; }
  .rail-card { padding: 18px; }
  .rail-card ol { columns: 1; }
  .article-content { font-size: 17px; line-height: 1.76; }
  .quick-answer { padding: 25px 21px; border-radius: 19px; }
  .quick-answer h2 { font-size: 33px; }
  .quick-answer p { font-size: 17px; }
  .article-section { padding-top: 54px; }
  .article-section h2 { font-size: 36px; }
  .article-section h3 { font-size: 24px; }
  .article-quote { margin: 30px 0; padding: 23px 22px; font-size: 21px; }
  .callout { padding: 22px 20px; }
  .checklist li, .numbered-steps li { padding-right: 14px; font-size: 15px; }
  .key-points { grid-template-columns: 1fr; }
  .related-posts { width: calc(100% - 30px); margin: 75px auto; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card:last-child { grid-column: auto; }
  .back-to-top { display: none; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; height: 58px; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(16,42,34,.97); box-shadow: 0 -8px 25px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
  .mobile-action-bar a { display: grid; place-items: center; color: white; text-decoration: none; font-size: 10px; font-weight: 850; border-right: 1px solid rgba(255,255,255,.12); }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-actions { grid-template-columns: 1fr 1fr; }
  .footer-actions a { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 430px) {
  .post-card { grid-template-columns: 110px 1fr; }
  .post-card h3 { font-size: 19px; }
  .footer-actions, .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Thirty-guide editorial collection navigation */
.collection-nav{max-width:1180px;margin:0 auto 4rem;padding:1.15rem 1.3rem;border:1px solid rgba(24,61,50,.16);border-radius:20px;background:rgba(255,255,255,.76);box-shadow:0 16px 45px rgba(23,44,37,.08)}
.collection-nav p{margin:0 0 .8rem;font-size:.78rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#5b6c64}
.collection-nav div{display:flex;flex-wrap:wrap;gap:.65rem}
.collection-nav a{display:inline-flex;align-items:center;min-height:42px;padding:.64rem .9rem;border-radius:999px;background:#edf2ed;color:#183d32;font-weight:750;text-decoration:none;border:1px solid rgba(24,61,50,.12);box-shadow:0 4px 0 rgba(24,61,50,.11);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.collection-nav a:hover,.collection-nav a:focus-visible{transform:translateY(-2px);box-shadow:0 7px 0 rgba(24,61,50,.12);background:#fff}
.guide-collections{display:grid;gap:5rem}.guide-collection{scroll-margin-top:7rem}.guide-collection+.guide-collection{padding-top:1.5rem;border-top:1px solid rgba(24,61,50,.12)}
.article-next-links{margin-top:1.35rem;padding-top:1rem;border-top:1px solid rgba(24,61,50,.12);font-size:.95rem;font-weight:650;color:#53645d}.article-next-links a{color:#1f5c49;text-underline-offset:3px}
@media(max-width:640px){.collection-nav{margin-bottom:3rem;border-radius:16px}.collection-nav div{display:grid;grid-template-columns:1fr}.collection-nav a{justify-content:space-between}.guide-collections{gap:3.7rem}}

.featured-media>img,.post-card-media>img,.hero-image{width:100%;height:100%;object-fit:cover}.featured-media>img,.hero-image{position:absolute;inset:0}.post-card-media>img{position:absolute;inset:0}

/* MPC R16 integrated editorial navigation */
.site-header .brand span:last-child{display:grid}.site-header .brand small{font-size:.68rem;opacity:.72}.site-header nav{display:flex;align-items:center;gap:clamp(.65rem,1.7vw,1.5rem);flex-wrap:wrap}.site-footer .footer-grid strong{display:block;margin-bottom:.55rem}.site-footer .footer-grid a{display:block;margin:.34rem 0}@media(max-width:760px){.site-header .header-inner{align-items:flex-start}.site-header nav{gap:.55rem}.site-header nav a{font-size:.76rem}.site-header nav .header-cta{display:none}.site-header .brand small{display:none}}
