/* Isolated to the two item guides; no shared page behavior or scripts. */
body.guide-refresh { background: #f5f2ed; color: #242321; line-height: 1.7; }
body.guide-refresh .header-content-wrapper { max-width: 1120px; }
body.guide-refresh header nav { display: block; }
body.guide-refresh header nav ul.nav-links { display: flex !important; position: static !important; flex-direction: row !important; gap: 12px !important; list-style: none; background: transparent !important; padding: 0 !important; box-shadow: none !important; }
body.guide-refresh header nav ul.nav-links li { width: auto !important; margin: 0 !important; }
body.guide-refresh header nav ul.nav-links a { display: inline-flex !important; align-items: center; min-height: 48px; padding: 6px !important; color: #fff !important; font-size: 16px !important; border: 0 !important; }
body.guide-refresh .guide-skip { position: fixed; top: 8px; left: 16px; z-index: 2000; padding: 12px 20px; background: #fff; color: #222; transform: translateY(-160%); }
body.guide-refresh .guide-skip:focus { transform: translateY(0); }
body.guide-refresh a:focus-visible { outline: 3px solid #0b70d0; outline-offset: 5px; }
body.guide-refresh .guide-main { max-width: 1040px; margin: 0 auto; padding: 130px 28px 72px; }
body.guide-refresh .guide-main:focus { outline: none; }
body.guide-refresh .guide-main section[id], body.guide-refresh .guide-main { scroll-margin-top: 110px; }
body.guide-refresh .guide-main a { color: #a42329; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
body.guide-refresh .guide-breadcrumb { font-size: 15px; margin-bottom: 28px; }
body.guide-refresh .guide-breadcrumb a { display: inline-block; padding-block: 10px; }
body.guide-refresh .guide-eyebrow, body.guide-refresh .guide-label { color: #974047; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
body.guide-refresh .guide-intro h1 { max-width: 850px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.12; letter-spacing: -.035em; margin: 14px 0 22px; color: #201f1d; text-wrap: balance; }
body.guide-refresh .guide-lead { max-width: 740px; font-size: 21px; line-height: 1.55; }
body.guide-refresh .guide-reviewed { font-size: 14px; color: #625d56; margin-top: 18px; }
body.guide-refresh .guide-jump { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 44px; }
body.guide-refresh .guide-jump a { display: inline-flex; align-items: center; padding: 10px 16px; min-height: 48px; border: 1px solid #c9c3bb; border-radius: 6px; font-weight: 600; font-size: 15px; background: #fff; text-decoration: none; color: #34312d; }
body.guide-refresh .guide-jump a:hover { border-color: #a42329; color: #a42329; }
body.guide-refresh .guide-section { margin: 44px 0; }
body.guide-refresh .guide-main h2 { font-size: clamp(1.55rem, 3vw, 2rem); line-height: 1.25; letter-spacing: -.02em; margin: 0 0 24px; color: #242321; }
body.guide-refresh .guide-main h3 { font-size: 1.25rem; line-height: 1.35; margin: 10px 0 14px; color: #242321; }
body.guide-refresh .guide-main p + p { margin-top: 14px; }
body.guide-refresh .guide-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
body.guide-refresh .guide-card { background: #fff; border: 1px solid #ddd7cf; border-radius: 12px; padding: 28px; }
body.guide-refresh .guide-resource { display: inline-block; margin-top: 16px; padding-block: 8px; font-weight: 600; }
body.guide-refresh .guide-note { margin-top: 20px; border-left: 3px solid #b3a68c; padding: 16px 20px; background: #ebe6dc; border-radius: 0 6px 6px 0; }
body.guide-refresh .guide-service { background: #232321; padding: 36px; border-radius: 12px; color: #f5f2ed; margin: 44px 0; }
body.guide-refresh .guide-service h2 { color: #fff; margin: 12px 0 18px; }
body.guide-refresh .guide-service .guide-label { color: #f2b8b6; }
body.guide-refresh .guide-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 12px; }
body.guide-refresh .guide-main .guide-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 20px; background: #c52830; color: #fff; border: 1px solid #c52830; border-radius: 7px; font-size: 17px; font-weight: 700; line-height: 1.4; text-align: center; text-decoration: none; }
body.guide-refresh .guide-main .guide-button:hover { background: #a42329; }
body.guide-refresh .guide-main .guide-button-secondary { background: transparent; border-color: #c5bdb2; }
body.guide-refresh .guide-main .guide-button-secondary:hover { background: #3c3b38; }
body.guide-refresh .guide-main .guide-proof { color: #eee3d2; display: inline-block; font-size: 15px; padding-block: 10px; }
body.guide-refresh .guide-service a:focus-visible { outline-color: #8bc5ff; }
body.guide-refresh .guide-checklist { padding-left: 24px; }
body.guide-refresh .guide-checklist li { padding-left: 8px; margin-bottom: 18px; }
body.guide-refresh .guide-faq > section { padding: 22px 0; border-top: 1px solid #d4cec5; }
body.guide-refresh .guide-faq > section h3 { margin-top: 0; }
body.guide-refresh .guide-related { padding: 26px; background: #fff; border: 1px solid #ddd7cf; border-radius: 12px; }
body.guide-refresh .guide-related h2 { font-size: 1.4rem; margin-bottom: 12px; }
body.guide-refresh .guide-source-note { font-size: 14px; color: #625d56; margin-top: 24px; }
@media (max-width: 700px) {
  body.guide-refresh .header-content-wrapper { height: auto !important; flex-wrap: wrap; justify-content: center; padding: 8px 16px !important; gap: 0 !important; }
  body.guide-refresh header .logo { flex: 0 1 auto !important; }
  body.guide-refresh header .logo a { font-size: 18px !important; }
  body.guide-refresh header .logo img { height: 32px !important; }
  body.guide-refresh header nav { width: 100%; max-width: none !important; margin: 0 !important; }
  body.guide-refresh header nav ul.nav-links { justify-content: center; gap: 6px !important; width: auto; }
  body.guide-refresh header nav ul.nav-links a { font-size: 14px !important; }
  body.guide-refresh .guide-main { padding: 148px 20px 48px; }
  body.guide-refresh .guide-main section[id], body.guide-refresh .guide-main { scroll-margin-top: 130px; }
  body.guide-refresh .guide-breadcrumb { margin-bottom: 18px; }
  body.guide-refresh .guide-lead { font-size: 18px; }
  body.guide-refresh .guide-options { grid-template-columns: 1fr; }
  body.guide-refresh .guide-card, body.guide-refresh .guide-service, body.guide-refresh .guide-related { padding: 22px; }
  body.guide-refresh .guide-actions { flex-direction: column; }
  body.guide-refresh .guide-jump { gap: 8px; }
  body.guide-refresh .guide-jump a { padding-inline: 12px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  body.guide-refresh *, body.guide-refresh *::before, body.guide-refresh *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
