@font-face {
  font-family: "Carter One HQV";
  src: url("/fonts/carter-one.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --guide-ink: #261814;
  --guide-muted: #6f5b4b;
  --guide-paper: #f7e9c8;
  --guide-paper-deep: #ddbd82;
  --guide-surface: #fff4d8;
  --guide-red: #861d18;
  --guide-red-dark: #2b0d0a;
  --guide-gold: #c8902d;
  --guide-gold-light: #f4cb61;
  --guide-green: #4f683c;
  --guide-blue: #315a73;
  --guide-line: rgba(80, 43, 24, .25);
  --guide-shadow: 0 4px 0 rgba(67, 30, 15, .14), 0 20px 48px rgba(40, 17, 8, .14);
  font-family: Arial, Helvetica, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--guide-ink);
  background:
    radial-gradient(circle at 50% -12rem, rgba(255, 222, 135, .54), transparent 34rem),
    linear-gradient(rgba(77, 42, 23, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 42, 23, .055) 1px, transparent 1px),
    #d8b980;
  background-size: auto, 29px 29px, 29px 29px, auto;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .34;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle at 17% 30%, rgba(107, 49, 16, .18) 0 1px, transparent 2px),
    radial-gradient(circle at 75% 66%, rgba(255, 241, 191, .28) 0 1px, transparent 2px),
    repeating-linear-gradient(8deg, transparent 0 19px, rgba(103, 55, 23, .04) 20px 21px);
  background-size: 19px 23px, 27px 31px, auto;
}

a { color: var(--guide-red); text-underline-offset: 3px; }
a:hover { color: #b42b22; }
a:focus-visible { outline: 3px solid rgba(170, 113, 25, .45); outline-offset: 3px; }

h1,
h2,
h3,
h4,
p { margin-top: 0; }

h1,
h2,
h3,
h4 {
  font-family: "Carter One HQV", Arial Black, sans-serif;
  font-weight: 400;
  letter-spacing: -.018em;
}

p,
li { line-height: 1.72; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  text-decoration: none;
  background: var(--guide-red-dark);
  border: 2px solid var(--guide-gold-light);
  border-radius: 7px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.guide-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 10px max(20px, calc((100vw - 1160px) / 2));
  color: #fff1cf;
  background: rgba(38, 12, 9, .97);
  border-bottom: 3px solid var(--guide-gold);
  box-shadow: 0 8px 30px rgba(30, 9, 5, .26);
  backdrop-filter: blur(12px);
}

.guide-brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.guide-brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  color: var(--guide-gold-light);
  font-family: "Carter One HQV", Arial Black, sans-serif;
  font-size: 12px;
  background: linear-gradient(145deg, #94241d, #3b0c09);
  border: 2px solid var(--guide-gold);
  border-radius: 7px;
  box-shadow: inset 0 0 0 2px #4b110e;
  place-items: center;
}

.guide-brand span:last-child { display: grid; }
.guide-brand strong { font-family: "Carter One HQV", Arial Black, sans-serif; font-size: 15px; }
.guide-brand small { color: rgba(255, 238, 195, .64); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.guide-topnav { display: flex; gap: 8px; align-items: center; }

.guide-topnav a {
  padding: 9px 11px;
  color: #f8e8bd;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 8px;
}

.guide-topnav a:hover,
.guide-topnav a[aria-current="page"] { color: #2b0d0a; background: var(--guide-gold-light); }

.guide-shell { width: min(calc(100% - 32px), 1160px); margin: 0 auto; }

.guide-breadcrumbs { padding: 22px 0 13px; color: var(--guide-muted); font-size: 11px; }
.guide-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.guide-breadcrumbs li:not(:last-child)::after { margin-left: 7px; color: #9b7d59; content: "/"; }

.guide-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(240px, .65fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: 390px;
  padding: clamp(34px, 7vw, 72px);
  overflow: hidden;
  color: #fff0c9;
  background:
    radial-gradient(circle at 87% 18%, rgba(244, 203, 97, .2), transparent 17rem),
    linear-gradient(135deg, #240c09, #5b1511 62%, #2c0d0a);
  border: 1px solid #1f0705;
  border-bottom: 5px solid var(--guide-gold);
  border-radius: 16px;
  box-shadow: var(--guide-shadow);
}

.guide-hero::after {
  position: absolute;
  right: -82px;
  bottom: -118px;
  width: 330px;
  height: 330px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(244, 203, 97, .17);
  transform: rotate(45deg);
}

.guide-hero-copy,
.guide-hero-aside { position: relative; z-index: 1; }

.guide-eyebrow {
  margin-bottom: 10px;
  color: var(--guide-gold-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.guide-hero h1 { max-width: 820px; margin-bottom: 17px; color: #fff7e4; font-size: clamp(2.15rem, 6vw, 4.65rem); line-height: 1.01; }
.guide-hero .guide-deck { max-width: 760px; margin-bottom: 18px; color: rgba(255, 240, 201, .79); font-size: clamp(1rem, 2vw, 1.17rem); }

.guide-meta { display: flex; flex-wrap: wrap; gap: 8px 15px; color: rgba(255, 239, 197, .67); font-size: 10px; }
.guide-meta span { display: inline-flex; gap: 6px; align-items: center; }
.guide-meta b { color: #fff0c9; }

.guide-hero-aside {
  display: grid;
  gap: 13px;
  padding: 22px;
  color: #2b1810;
  background: linear-gradient(145deg, #f7e8bd, #dcb86f);
  border: 1px solid #f0ca67;
  border-radius: 12px;
  box-shadow: 0 13px 35px rgba(15, 4, 2, .22);
}

.guide-hero-aside strong { font-family: "Carter One HQV", Arial Black, sans-serif; font-size: 18px; }
.guide-hero-aside p { margin: 0; font-size: 12px; line-height: 1.55; }
.guide-hero-aside ul { display: grid; gap: 8px; margin: 0; padding: 0; font-size: 11px; list-style: none; }
.guide-hero-aside li { position: relative; padding-left: 17px; line-height: 1.45; }
.guide-hero-aside li::before { position: absolute; top: 6px; left: 0; width: 7px; height: 7px; content: ""; background: var(--guide-red); transform: rotate(45deg); }

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
  padding: 48px 0 70px;
}

.guide-article { min-width: 0; }
.guide-article > section { scroll-margin-top: 96px; }
.guide-article > section + section { margin-top: 54px; padding-top: 8px; }
.guide-article h2 { margin-bottom: 16px; font-size: clamp(1.65rem, 3.5vw, 2.35rem); line-height: 1.1; }
.guide-article h3 { margin: 31px 0 10px; font-size: clamp(1.18rem, 2.5vw, 1.45rem); }
.guide-article h4 { margin: 24px 0 7px; font-size: 1rem; }
.guide-article p,
.guide-article li { font-size: 15px; }
.guide-article p { margin-bottom: 17px; }
.guide-article ul,
.guide-article ol { display: grid; gap: 7px; padding-left: 23px; }
.guide-article strong { color: #35130e; }

.guide-summary {
  padding: 24px 26px;
  background: rgba(255, 244, 216, .82);
  border: 1px solid #936322;
  border-left: 6px solid var(--guide-red);
  border-radius: 10px;
  box-shadow: 0 3px 0 rgba(67, 30, 15, .08);
}

.guide-summary h2 { margin-bottom: 10px; font-size: 1.5rem; }
.guide-summary p:last-child { margin-bottom: 0; }

.guide-toc {
  position: sticky;
  top: 93px;
  max-height: calc(100vh - 116px);
  padding: 20px;
  overflow-y: auto;
  background: rgba(247, 233, 200, .93);
  border: 1px solid var(--guide-line);
  border-radius: 11px;
  box-shadow: 0 8px 30px rgba(50, 21, 9, .1);
  scrollbar-gutter: stable;
}

.guide-toc strong { display: block; margin-bottom: 12px; font-family: "Carter One HQV", Arial Black, sans-serif; }
.guide-toc ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.guide-toc li { position: relative; padding-left: 24px; counter-increment: toc; }
.guide-toc li::before { position: absolute; left: 0; color: #9b6b24; font-size: 10px; font-weight: 900; content: counter(toc, decimal-leading-zero); }
.guide-toc a { color: #563428; font-size: 11px; font-weight: 800; text-decoration: none; }
.guide-toc a:hover { color: var(--guide-red); text-decoration: underline; }

.guide-note,
.guide-warning,
.guide-source-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-radius: 9px;
}

.guide-note { background: rgba(221, 234, 213, .72); border: 1px solid rgba(79, 104, 60, .46); }
.guide-warning { background: rgba(250, 224, 169, .74); border: 1px solid rgba(151, 95, 23, .5); }
.guide-source-note { background: rgba(217, 229, 237, .72); border: 1px solid rgba(49, 90, 115, .42); }
.guide-note p:last-child,
.guide-warning p:last-child,
.guide-source-note p:last-child { margin-bottom: 0; }
.guide-note strong,
.guide-warning strong,
.guide-source-note strong { display: block; margin-bottom: 4px; font-family: "Carter One HQV", Arial Black, sans-serif; }

.guide-table-wrap {
  max-width: 100%;
  margin: 23px 0;
  overflow-x: auto;
  background: rgba(255, 244, 216, .72);
  border: 1px solid var(--guide-line);
  border-radius: 10px;
  box-shadow: 0 3px 0 rgba(67, 30, 15, .08);
}

.guide-table { width: 100%; min-width: 700px; border-collapse: collapse; }
.guide-table th,
.guide-table td { padding: 13px 14px; vertical-align: top; font-size: 12px; line-height: 1.55; text-align: left; border-bottom: 1px solid rgba(80, 43, 24, .16); }
.guide-table thead th { color: #fff0c9; background: #45120e; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.guide-table tbody tr:last-child td { border-bottom: 0; }
.guide-table tbody tr:nth-child(even) { background: rgba(222, 190, 129, .18); }
.guide-table td:first-child { font-weight: 800; }
.guide-table small { display: block; margin-top: 3px; color: var(--guide-muted); }

.guide-route { display: grid; gap: 12px; margin: 22px 0; padding: 0; list-style: none; counter-reset: route; }
.guide-route > li {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  padding: 18px;
  background: rgba(255, 244, 216, .75);
  border: 1px solid var(--guide-line);
  border-radius: 10px;
  counter-increment: route;
}
.guide-route > li::before {
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--guide-gold-light);
  font-family: "Carter One HQV", Arial Black, sans-serif;
  background: linear-gradient(145deg, #8f201a, #3b0c09);
  border: 2px solid var(--guide-gold);
  border-radius: 7px;
  content: counter(route);
  place-items: center;
}
.guide-route h3 { margin: 2px 0 4px; font-size: 1.1rem; }
.guide-route p { margin: 0; font-size: 13px; }

.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin: 22px 0; }
.guide-card {
  padding: 21px;
  background: linear-gradient(145deg, rgba(255, 244, 216, .9), rgba(231, 202, 146, .82));
  border: 1px solid #95652a;
  border-radius: 11px;
  box-shadow: 0 3px 0 rgba(67, 30, 15, .1);
}
.guide-card h3 { margin: 0 0 8px; font-size: 1.18rem; }
.guide-card p:last-child { margin-bottom: 0; }
.guide-card .guide-eyebrow { color: #8c5d1e; }

.guide-stage-figure {
  margin: 30px 0;
  padding: 8px;
  overflow: hidden;
  background: #2b0d0a;
  border: 1px solid #1f0705;
  border-bottom: 4px solid var(--guide-gold);
  border-radius: 12px;
  box-shadow: var(--guide-shadow);
}

.guide-stage-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: #4b1710;
  border-radius: 7px 7px 3px 3px;
}

.guide-stage-figure figcaption {
  display: grid;
  gap: 3px;
  padding: 16px 14px 12px;
  color: rgba(255, 240, 201, .72);
  font-size: 11px;
  line-height: 1.55;
}

.guide-stage-figure figcaption strong {
  color: #fff4d8;
  font-family: "Carter One HQV", Arial Black, sans-serif;
  font-size: 15px;
}

.guide-stage-legend {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: #2f1a11;
  background: rgba(200, 144, 45, .38);
  border-radius: 7px;
  list-style: none;
  counter-reset: stage;
}

.guide-stage-legend li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 2px 10px;
  padding: 13px;
  background: #f4dfac;
  counter-increment: stage;
}

.guide-stage-legend li::before {
  grid-row: 1 / 3;
  color: var(--guide-red);
  font-family: "Carter One HQV", Arial Black, sans-serif;
  font-size: 18px;
  content: counter(stage, decimal-leading-zero);
}

.guide-stage-legend b { font-size: 11px; text-transform: uppercase; }
.guide-stage-legend span { color: var(--guide-muted); font-size: 10px; line-height: 1.45; }

.guide-stage-figure-compact { max-width: 720px; }

.guide-buy-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 34px !important;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(80, 43, 24, .28);
}

.guide-buy-heading span {
  display: grid;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  color: var(--guide-gold-light);
  font-size: 10px;
  background: var(--guide-red-dark);
  border: 1px solid var(--guide-gold);
  border-radius: 5px;
  place-items: center;
}

.guide-buy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 17px 0 26px;
}

.guide-buy-card {
  display: flex;
  min-width: 0;
  padding: 19px;
  flex-direction: column;
  background: linear-gradient(150deg, rgba(255, 247, 226, .94), rgba(230, 200, 142, .86));
  border: 1px solid #95652a;
  border-top: 3px solid var(--guide-red);
  border-radius: 10px;
  box-shadow: 0 3px 0 rgba(67, 30, 15, .09);
}

.guide-buy-card .guide-buy-type {
  margin-bottom: 7px;
  color: #8a5b20;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guide-buy-card h4 { margin: 0 0 9px; font-size: 1.05rem; line-height: 1.2; }
.guide-buy-card > p:not(.guide-buy-type) { color: #4e382d; font-size: 12px; line-height: 1.58; }

.guide-buy-card dl {
  display: grid;
  gap: 8px;
  margin: auto 0 15px;
}

.guide-buy-card dl div { padding-top: 8px; border-top: 1px solid rgba(80, 43, 24, .16); }
.guide-buy-card dt { color: #692019; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.guide-buy-card dd { margin: 2px 0 0; color: var(--guide-muted); font-size: 10px; line-height: 1.45; }

.guide-buy-card > a {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 11px;
  color: #fff0c9;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  background: #50130f;
  border-radius: 7px;
}

.guide-buy-card > a:hover { color: white; background: #781c16; }
.guide-buy-card > a span { color: var(--guide-gold-light); font-size: 14px; }

.guide-checklist { margin: 20px 0; padding: 0; list-style: none; }
.guide-checklist li { position: relative; min-height: 30px; padding: 3px 0 3px 37px; }
.guide-checklist li::before { position: absolute; top: 2px; left: 0; display: grid; width: 24px; height: 24px; color: #6d1714; font-size: 12px; font-weight: 900; content: "✓"; background: rgba(255, 244, 216, .8); border: 1px solid #9e7541; border-radius: 5px; place-items: center; }

.guide-score { display: grid; gap: 11px; margin: 20px 0; }
.guide-score-row { display: grid; grid-template-columns: minmax(170px, .8fr) minmax(0, 1.3fr) 48px; gap: 12px; align-items: center; padding: 13px 15px; background: rgba(255, 244, 216, .7); border: 1px solid var(--guide-line); border-radius: 8px; }
.guide-score-row span { font-size: 12px; font-weight: 800; }
.guide-score-row p { margin: 0; color: var(--guide-muted); font-size: 11px; line-height: 1.45; }
.guide-score-row b { color: var(--guide-red); font-family: "Carter One HQV", Arial Black, sans-serif; font-size: 17px; text-align: right; }

.guide-faq { display: grid; gap: 12px; }
.guide-faq details { padding: 16px 18px; background: rgba(255, 244, 216, .72); border: 1px solid var(--guide-line); border-radius: 9px; }
.guide-faq summary { color: #35130e; font-family: "Carter One HQV", Arial Black, sans-serif; cursor: pointer; }
.guide-faq details p { margin: 12px 0 0; font-size: 13px; }

.guide-sources { padding: 24px; background: rgba(245, 231, 200, .72); border-top: 4px solid var(--guide-gold); border-radius: 7px; }
.guide-sources ol { gap: 12px; }
.guide-sources li { padding-left: 5px; font-size: 12px; }
.guide-sources small { display: block; color: var(--guide-muted); }

.guide-related { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.guide-related a { display: grid; gap: 5px; padding: 18px; color: #fff0c9; text-decoration: none; background: linear-gradient(135deg, #521511, #260b08); border: 1px solid #210706; border-bottom: 3px solid var(--guide-gold); border-radius: 10px; }
.guide-related a:hover { color: white; transform: translateY(-1px); }
.guide-related small { color: var(--guide-gold-light); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.guide-related strong { color: inherit; font-family: "Carter One HQV", Arial Black, sans-serif; }

.guide-index-hero { min-height: 430px; }
.guide-index-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; margin: 32px 0 58px; }
.guide-index-card { position: relative; display: grid; grid-template-rows: auto auto 1fr auto; gap: 12px; min-height: 310px; padding: 26px; overflow: hidden; color: inherit; text-decoration: none; background: linear-gradient(145deg, rgba(255, 247, 225, .94), rgba(226, 193, 130, .92)); border: 1px solid #875524; border-bottom: 4px solid var(--guide-red); border-radius: 12px; box-shadow: var(--guide-shadow); }
.guide-index-card::after { position: absolute; right: -47px; bottom: -66px; width: 150px; height: 150px; content: ""; border: 1px solid rgba(125, 65, 28, .15); transform: rotate(45deg); }
.guide-index-card:hover { color: inherit; transform: translateY(-3px); }
.guide-index-card .guide-eyebrow { color: #8b5f22; }
.guide-index-card h2 { margin: 0; font-size: 1.55rem; }
.guide-index-card p { color: var(--guide-muted); font-size: 13px; }
.guide-index-card span:last-child { position: relative; z-index: 1; color: var(--guide-red); font-size: 12px; font-weight: 900; }

.guide-method { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 28px 0 66px; }
.guide-method article { padding: 20px; background: rgba(255, 244, 216, .72); border: 1px solid var(--guide-line); border-radius: 10px; }
.guide-method b { display: grid; width: 34px; height: 34px; margin-bottom: 13px; color: var(--guide-gold-light); font-family: "Carter One HQV", Arial Black, sans-serif; background: var(--guide-red-dark); border: 1px solid var(--guide-gold); border-radius: 6px; place-items: center; }
.guide-method h3 { font-size: 1.08rem; }
.guide-method p { margin-bottom: 0; color: var(--guide-muted); font-size: 12px; }

.guide-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin: 52px 0;
  padding: 28px;
  color: #fff0c9;
  background: linear-gradient(135deg, #24100c, #5f1712);
  border: 1px solid #210806;
  border-bottom: 4px solid var(--guide-gold);
  border-radius: 12px;
}
.guide-cta h2 { margin-bottom: 6px; color: #fff7e4; font-size: 1.55rem; }
.guide-cta p { margin: 0; color: rgba(255, 240, 201, .72); font-size: 12px; }
.guide-button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 43px; padding: 11px 17px; color: white; font-size: 12px; font-weight: 900; text-decoration: none; background: linear-gradient(180deg, #ad2b20, #701713); border: 1px solid #4b100d; border-radius: 10px; box-shadow: inset 0 0 0 2px rgba(240,190,60,.24), 0 3px 0 #3a0b09; }
.guide-button:hover { color: white; transform: translateY(-1px); }
.guide-button.light { color: #35130e; background: linear-gradient(#f8dda0, #d8a747); border-color: #f3c866; box-shadow: 0 3px 0 #6e4218; }

.guide-footer { padding: 30px max(16px, calc((100vw - 1160px) / 2)); color: #6b5443; text-align: center; border-top: 1px solid var(--guide-line); }
.guide-footer strong { display: block; margin-bottom: 7px; color: var(--guide-ink); font-family: "Carter One HQV", Arial Black, sans-serif; }
.guide-footer nav { display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: center; margin: 12px 0; }
.guide-footer a { font-size: 10px; font-weight: 800; }
.guide-footer small { display: block; max-width: 850px; margin: 0 auto; font-size: 9px; line-height: 1.6; }

@media (max-width: 920px) {
  .guide-hero { grid-template-columns: 1fr; }
  .guide-hero-aside { max-width: 610px; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-toc { position: static; grid-row: 1; max-height: none; overflow-y: visible; scrollbar-gutter: auto; }
  .guide-index-grid { grid-template-columns: 1fr; }
  .guide-index-card { min-height: 0; }
}

@media (max-width: 680px) {
  .guide-topbar { padding: 9px 14px; }
  .guide-topnav a:first-child { display: none; }
  .guide-brand small { display: none; }
  .guide-shell { width: min(calc(100% - 22px), 1160px); }
  .guide-breadcrumbs { padding-top: 16px; }
  .guide-hero { min-height: 0; padding: 28px 22px; border-radius: 11px; }
  .guide-hero h1 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .guide-hero-aside { padding: 18px; }
  .guide-layout { gap: 25px; padding-top: 28px; }
  .guide-article > section + section { margin-top: 43px; }
  .guide-grid,
  .guide-buy-grid,
  .guide-stage-legend,
  .guide-method,
  .guide-related { grid-template-columns: 1fr; }
  .guide-stage-figure { margin-right: -3px; margin-left: -3px; padding: 5px; }
  .guide-stage-figure figcaption { padding: 13px 10px 10px; }
  .guide-stage-legend li { grid-template-columns: 22px minmax(0, 1fr); padding: 11px; }
  .guide-route > li { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 15px; }
  .guide-route > li::before { width: 36px; height: 36px; }
  .guide-score-row { grid-template-columns: 1fr 42px; }
  .guide-score-row p { grid-column: 1 / -1; grid-row: 2; }
  .guide-cta { align-items: stretch; flex-direction: column; }
  .guide-button { width: 100%; }
}

@media print {
  body { color: #111; background: white; }
  body::before,
  .guide-topbar,
  .guide-breadcrumbs,
  .guide-toc,
  .guide-related,
  .guide-cta,
  .guide-footer { display: none !important; }
  .guide-shell { width: 100%; }
  .guide-hero { min-height: 0; padding: 0 0 22px; color: #111; background: none; border: 0; box-shadow: none; }
  .guide-hero h1,
  .guide-hero .guide-deck,
  .guide-meta,
  .guide-eyebrow { color: #111; }
  .guide-hero-aside { display: none; }
  .guide-layout { display: block; padding: 0; }
  .guide-article > section { break-inside: avoid-page; }
  .guide-table-wrap { overflow: visible; }
  .guide-table { min-width: 0; }
  a { color: #111; text-decoration: none; }
  a[href^="http"]::after { color: #555; font-size: 8px; content: " (" attr(href) ")"; }
}

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