/* ==========================================================================
   HD Vehicle Mapping & AV Spatial Data Processing — site styles
   Light, professional palette. Mobile-first, widescreen-friendly.
   ========================================================================== */

:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-2: #eef3fa;
  --ink: #1a2336;
  --ink-soft: #3c4a64;
  --muted: #6b7891;
  --line: #e2e8f2;
  --line-strong: #cdd8e8;

  --primary: #3a56d4;
  --primary-ink: #2740a8;
  --accent: #0c8f6a;

  --code-bg: #f4f7fb;
  --code-border: #e4ebf5;
  --inline-code-bg: #eef2fb;

  --section: var(--primary);
  --grad-a: #4361ee;
  --grad-b: #23b5d3;

  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(20, 35, 70, 0.06), 0 2px 8px rgba(20, 35, 70, 0.05);
  --shadow-md: 0 6px 22px rgba(20, 35, 70, 0.10);
  --shadow-lg: 0 18px 50px rgba(20, 35, 70, 0.14);

  --header-h: 66px;
  --maxw: 1240px;

  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", ui-monospace, "JetBrains Mono", "Cascadia Code", Menlo, Consolas, "Liberation Mono", monospace;
}

/* Section theming ---------------------------------------------------------- */
.section-hd-mapping-architecture-spatial-data-standards {
  --section: #3a56d4; --grad-a: #4361ee; --grad-b: #23b5d3;
}
.section-lane-geometry-extraction-road-network-processing {
  --section: #0c8f6a; --grad-a: #0ca678; --grad-b: #5ec98a;
}
.section-sensor-fusion-spatial-data-alignment {
  --section: #7c3aed; --grad-a: #7c3aed; --grad-b: #ec4899;
}
.sec-bg-architecture { --grad-a: #4361ee; --grad-b: #23b5d3; }
.sec-bg-lanes { --grad-a: #0ca678; --grad-b: #5ec98a; }
.sec-bg-sensor { --grad-a: #7c3aed; --grad-b: #ec4899; }

/* Reset / base ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px); /* in-page anchors clear sticky header */
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
.site-main { flex: 1 0 auto; } /* footer sticks to the bottom on short pages */

img, svg { max-width: 100%; }
a { color: var(--primary-ink); text-decoration: none; }

.container { width: min(var(--maxw), 92vw); margin-inline: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--primary); color: #fff; padding: 0.6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid color-mix(in srgb, var(--section) 55%, white); outline-offset: 2px; border-radius: 4px; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: var(--header-h);
}
.brand { display: flex; align-items: center; gap: 0.65rem; margin-right: auto; }
.brand-mark { width: 40px; height: 40px; border-radius: 11px; box-shadow: var(--shadow-sm); transition: transform 0.25s ease; }
.brand:hover .brand-mark { transform: rotate(-4deg) scale(1.05); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-weight: 800; letter-spacing: -0.01em; color: var(--ink); font-size: 1.12rem; }
.brand-accent { background: linear-gradient(90deg, var(--grad-a), var(--grad-b)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-sub { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }

.site-nav { display: flex; align-items: center; gap: 0.35rem; }
.nav-link {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.5rem 0.8rem; border-radius: 999px;
  color: var(--ink-soft); font-weight: 600; font-size: 0.95rem;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.nav-ic { width: 18px; height: 18px; flex: none; }
.nav-link:hover { background: var(--surface-2); color: var(--primary-ink); transform: translateY(-1px); }
.nav-link.is-active { color: #fff; background: linear-gradient(90deg, var(--primary), #5b8def); box-shadow: var(--shadow-sm); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; width: 44px; height: 40px;
  align-items: center; justify-content: center; background: var(--surface-2);
  border: 1px solid var(--line); border-radius: 10px; cursor: pointer;
}
.nav-toggle-bar { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: 0.25s; }
.site-header.nav-open .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.nav-open .nav-toggle-bar:nth-child(2) { opacity: 0; }
.site-header.nav-open .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { margin-top: 4rem; background: #101a30; color: #c7d2e6; }
.footer-inner {
  display: flex; flex-wrap: wrap; gap: 2rem 3rem; padding: 2.6rem 0 1.6rem;
  align-items: flex-start; justify-content: space-between;
}
.footer-brand { display: flex; gap: 0.9rem; align-items: center; max-width: 30rem; }
.footer-brand .brand-mark { box-shadow: none; }
.footer-name { margin: 0; font-weight: 700; color: #fff; }
.footer-tag { margin: 0.2rem 0 0; font-size: 0.9rem; color: #9fb0cc; }
.footer-heading { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; color: #8295b6; margin: 0 0 0.6rem; }
.footer-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }
.footer-nav a { color: #c7d2e6; transition: color 0.2s ease; }
.footer-nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1rem 0 1.6rem; font-size: 0.82rem; color: #8295b6; }
.footer-bottom p { margin: 0; }

/* ==========================================================================
   Hero / homepage
   ========================================================================== */
.hero { padding: 3rem 0 1.5rem; background:
  radial-gradient(1100px 480px at 12% -8%, color-mix(in srgb, var(--grad-a) 16%, transparent), transparent 60%),
  radial-gradient(900px 440px at 92% 0%, color-mix(in srgb, #ec4899 13%, transparent), transparent 55%);
}
.logo-lockup { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.6rem; }
.hero-logo { width: 124px; height: 124px; filter: drop-shadow(0 12px 28px rgba(58,86,212,0.30)); animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero-wordmark { margin: 0; font-size: clamp(1.6rem, 4vw, 2.3rem); font-weight: 800; letter-spacing: -0.02em; }
.hero-dot { color: var(--muted); font-weight: 600; }
.hero-title { text-align: center; font-size: clamp(1.9rem, 4.8vw, 3rem); line-height: 1.12; margin: 1.4rem auto 0.6rem; max-width: 22ch; letter-spacing: -0.02em;
  background: linear-gradient(100deg, #1a2336, var(--primary) 60%, #7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { text-align: center; max-width: 60ch; margin: 0 auto 1.6rem; font-size: 1.18rem; color: var(--ink-soft); }
.hero-copy { max-width: none; margin: 0 auto; }
.hero-copy p { margin: 0 0 1rem; color: var(--ink-soft); }

.hero-ctas { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin: 2rem auto 0; max-width: none; }
.cta {
  display: flex; align-items: center; gap: 0.9rem; padding: 1rem 1.1rem;
  border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative; overflow: hidden;
}
.cta::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(180deg, var(--grad-a), var(--grad-b)); }
.cta:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: color-mix(in srgb, var(--grad-a) 40%, var(--line)); }
.cta-icon { display: grid; place-items: center; width: 52px; height: 52px; flex: none; border-radius: 13px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--grad-a) 18%, white), color-mix(in srgb, var(--grad-b) 18%, white)); }
.cta-icon .sec-icon { width: 32px; height: 32px; }
.cta-text { display: flex; flex-direction: column; }
.cta-label { font-weight: 750; color: var(--ink); font-size: 1.04rem; }
.cta-go { font-size: 0.85rem; color: var(--muted); transition: color 0.2s ease; }
.cta:hover .cta-go { color: var(--primary-ink); }
.cta:hover .cta-go span { padding-left: 4px; }
.cta-go span { transition: padding 0.2s ease; }

/* Section overview cards */
.sections-overview { padding: 3rem 0 1rem; }
.section-intro { max-width: 70ch; }
.section-heading { font-size: clamp(1.5rem, 3vw, 2rem); margin: 0 0 0.5rem; letter-spacing: -0.01em; }
.section-intro p { color: var(--ink-soft); margin: 0; }
.cards { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); margin-top: 1.8rem; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease; border-top: 4px solid transparent;
}
.card.section-hd-mapping-architecture-spatial-data-standards { border-top-color: #4361ee; }
.card.section-lane-geometry-extraction-road-network-processing { border-top-color: #0ca678; }
.card.section-sensor-fusion-spatial-data-alignment { border-top-color: #7c3aed; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card-icon { width: 58px; height: 58px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 1rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--grad-a) 16%, white), color-mix(in srgb, var(--grad-b) 16%, white)); }
.card-icon .sec-icon { width: 34px; height: 34px; }
.card-title { margin: 0 0 0.5rem; font-size: 1.2rem; line-height: 1.3; }
.card-title a { color: var(--ink); background-image: linear-gradient(var(--grad-a), var(--grad-a)); background-size: 0% 2px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size 0.25s ease; }
.card-title a:hover { background-size: 100% 2px; }
.card-blurb { color: var(--ink-soft); margin: 0 0 1rem; font-size: 0.96rem; }
.card-links { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: 0.35rem; }
.card-links a { color: var(--ink-soft); font-size: 0.92rem; display: inline-flex; gap: 0.4rem; transition: color 0.18s ease, transform 0.18s ease; }
.card-links a::before { content: "›"; color: var(--section); font-weight: 700; }
.card-links a:hover { color: var(--section); transform: translateX(2px); }
.card-cta { margin-top: auto; font-weight: 700; color: var(--section); align-self: flex-start; }
.card-cta span { transition: padding 0.2s ease; }
.card-cta:hover span { padding-left: 5px; }

/* ==========================================================================
   Article
   ========================================================================== */
.article { padding: 1.6rem 0 1rem; }

.breadcrumbs { font-size: 0.86rem; margin-bottom: 1rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.3rem 0.1rem; padding: 0; margin: 0; align-items: center; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 0.4rem; }
.breadcrumbs a { color: var(--muted); transition: color 0.18s ease; }
.breadcrumbs a:hover { color: var(--section); }
.breadcrumbs [aria-current] { color: var(--ink); font-weight: 600; }
.crumb-sep { color: var(--line-strong); }

.article-head { margin: 0.4rem 0 1.6rem; }
.article-title {
  font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.15; letter-spacing: -0.02em; margin: 0;
  background: linear-gradient(100deg, var(--grad-a), var(--grad-b));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---- Prose typography ---------------------------------------------------- */
.prose { font-size: 1.06rem; color: var(--ink); max-width: 100%; }
.prose > * + * { margin-top: 1.1rem; }
.prose p { margin: 0 0 1.1rem; }
.prose h2, .prose h3, .prose h4 { line-height: 1.25; letter-spacing: -0.01em; color: var(--ink); scroll-margin-top: calc(var(--header-h) + 18px); position: relative; }
.prose h2 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); margin: 2.4rem 0 0.9rem; padding-bottom: 0.4rem; border-bottom: 1px solid var(--line); }
.prose h2::before { content: ""; display: inline-block; width: 0.55em; height: 0.55em; margin-right: 0.5rem; border-radius: 3px; background: linear-gradient(135deg, var(--grad-a), var(--grad-b)); vertical-align: middle; }
.prose h3 { font-size: clamp(1.2rem, 2vw, 1.4rem); margin: 1.9rem 0 0.7rem; color: var(--section); }
.prose h4 { font-size: 1.1rem; margin: 1.5rem 0 0.5rem; }
.prose ul, .prose ol { margin: 0 0 1.1rem; padding-left: 1.4rem; }
.prose li { margin: 0.35rem 0; }
.prose ul li::marker { color: var(--section); }
.prose strong { color: var(--ink); font-weight: 700; }
.prose blockquote {
  margin: 1.4rem 0; padding: 0.6rem 1.2rem; border-left: 4px solid var(--section);
  background: var(--surface-2); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: var(--ink-soft);
}

/* anchor link inside headings */
.heading-anchor { opacity: 0; margin-left: 0.4rem; color: var(--section); text-decoration: none; font-weight: 600; transition: opacity 0.15s ease; }
.prose :is(h2,h3,h4):hover .heading-anchor, .heading-anchor:focus { opacity: 0.7; }

/* ---- Links in prose ------------------------------------------------------ */
.prose a {
  color: var(--primary-ink); font-weight: 600;
  background-image: linear-gradient(var(--section), var(--section));
  background-size: 100% 1.5px; background-repeat: no-repeat; background-position: 0 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
  padding-bottom: 1px;
}
.prose a:hover { color: var(--section); background-size: 100% 2.5px; }
.prose a.external-link::after { content: "↗"; font-size: 0.8em; margin-left: 0.15em; color: var(--muted); }

/* ---- Inline code --------------------------------------------------------- */
:not(pre) > code {
  font-family: var(--mono); font-size: 0.88em; padding: 0.12em 0.4em;
  background: var(--inline-code-bg); color: #344; border-radius: 6px;
  border: 0; white-space: break-spaces;
}

/* ---- Code blocks --------------------------------------------------------- */
.code-block {
  margin: 1.5rem 0; border: 1px solid var(--code-border); border-radius: var(--radius-sm);
  background: var(--code-bg); box-shadow: var(--shadow-sm); overflow: hidden;
}
.code-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.4rem 0.5rem 0.4rem 0.9rem; background: color-mix(in srgb, var(--code-bg) 60%, #e7eef8);
  border-bottom: 1px solid var(--code-border);
}
.code-lang { font: 600 0.72rem/1 var(--mono); text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.code-copy {
  display: inline-flex; align-items: center; gap: 0.35rem; font: 600 0.78rem var(--font);
  color: var(--primary-ink); background: var(--surface); border: 1px solid var(--line-strong);
  padding: 0.28rem 0.6rem; border-radius: 8px; cursor: pointer; transition: 0.18s;
}
.code-copy:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.code-copy.copied { background: var(--accent); color: #fff; border-color: var(--accent); }
.code-block pre { margin: 0; padding: 1rem 1.1rem; overflow-x: auto; font-family: var(--mono); font-size: 0.9rem; line-height: 1.6; }
.code-block code { font-family: var(--mono); background: none; padding: 0; }

/* Prism light token theme (matches the site palette) */
.token.comment, .token.prolog, .token.doctype, .token.cdata { color: #8a96ab; font-style: italic; }
.token.punctuation { color: #5a677d; }
.token.keyword, .token.control { color: #7c3aed; }
.token.boolean, .token.number, .token.constant { color: #c2410c; }
.token.string, .token.char, .token.attr-value, .token.inserted { color: #0c8f6a; }
.token.function { color: #2456c8; }
.token.class-name, .token.builtin, .token.tag { color: #b5179e; }
.token.operator, .token.entity, .token.url { color: #41506b; }
.token.decorator, .token.annotation, .token.attr-name { color: #c2410c; }
.token.property, .token.symbol, .token.deleted { color: #b5179e; }
.token.regex, .token.important, .token.variable { color: #b5651d; }
.token.important, .token.bold { font-weight: 700; }
.token.italic { font-style: italic; }

/* ---- Tables -------------------------------------------------------------- */
.table-wrap { overflow-x: auto; margin: 1.5rem 0; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); -webkit-overflow-scrolling: touch; }
table { border-collapse: collapse; width: 100%; min-width: 480px; font-size: 0.95rem; }
thead th { background: var(--surface-2); text-align: left; }
th, td { padding: 0.7rem 0.95rem; border-bottom: 1px solid var(--line); }
tbody tr:nth-child(even) { background: color-mix(in srgb, var(--surface-2) 45%, white); }
tbody tr:hover { background: color-mix(in srgb, var(--section) 7%, white); }
table tr:last-child td { border-bottom: 0; }

/* ---- Task-list checkboxes ------------------------------------------------ */
.contains-task-list { list-style: none; padding-left: 0.2rem; }
.task-list-item { display: flex; align-items: flex-start; gap: 0.6rem; }
.task-list-item::marker { content: ""; }
.task-list-item-checkbox { margin-top: 0.42em; width: 1.05em; height: 1.05em; accent-color: var(--section); cursor: pointer; flex: none; }
.task-list-item.is-checked { color: var(--muted); text-decoration: line-through; }
.task-list-item-checkbox:checked + label { color: var(--muted); text-decoration: line-through; }

/* ---- FAQ accordions ------------------------------------------------------ */
.faq-accordion { border: 1px solid var(--line); border-radius: var(--radius-sm); margin: 0.7rem 0; background: var(--surface); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-accordion > summary {
  cursor: pointer; list-style: none; padding: 0.95rem 1.1rem; font-weight: 650; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq-accordion > summary::-webkit-details-marker { display: none; }
.faq-accordion > summary::after { content: "+"; font-size: 1.3rem; color: var(--section); transition: transform 0.2s ease; line-height: 1; }
.faq-accordion[open] > summary::after { transform: rotate(45deg); }
.faq-accordion > summary:hover { background: var(--surface-2); }
.faq-body { padding: 0 1.1rem 1rem; color: var(--ink-soft); }

/* ---- Mermaid ------------------------------------------------------------- */
pre.mermaid {
  background: linear-gradient(180deg, var(--surface), color-mix(in srgb, var(--surface-2) 40%, white));
  border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.4rem;
  margin: 1.6rem 0; text-align: center; box-shadow: var(--shadow-sm); overflow-x: auto;
  min-height: 132px; display: flex; align-items: center; justify-content: center;
}
pre.mermaid svg { max-width: 100%; height: auto; }
/* Hide raw diagram source until rendered; show a placeholder to avoid a flash + layout shift. */
pre.mermaid:not([data-processed]):not(.mermaid-raw) { color: transparent; font-size: 0; position: relative; }
pre.mermaid:not([data-processed]):not(.mermaid-raw)::after {
  content: "Rendering diagram…"; position: absolute; color: var(--muted);
  font: 500 0.9rem var(--font); letter-spacing: 0.01em;
}
/* Fallback: if mermaid fails to load, reveal the source as readable monospace text. */
pre.mermaid.mermaid-raw {
  display: block; text-align: left; color: var(--ink-soft);
  font: 0.82rem/1.6 var(--mono); white-space: pre; min-height: 0;
}
.caption, .prose p em:only-child { color: var(--muted); }
.figure-caption { color: var(--muted); font-size: 0.92rem; text-align: center; margin: -0.6rem 0 1.4rem; }

/* ---- KaTeX --------------------------------------------------------------- */
.katex { font-size: 1.04em; }
.katex-display { overflow-x: auto; overflow-y: hidden; padding: 0.4rem 0; }

/* ---- Related content nav ------------------------------------------------- */
.related { margin-top: 3rem; display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.related-group { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem; box-shadow: var(--shadow-sm); }
.related-title { margin: 0 0 0.8rem; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.related-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.related-list a { display: inline-flex; gap: 0.5rem; color: var(--ink-soft); font-weight: 600; transition: color 0.18s ease, transform 0.18s ease; }
.related-arrow { color: var(--section); transition: transform 0.18s ease; }
.related-list a:hover { color: var(--section); }
.related-list a:hover .related-arrow { transform: translateX(3px); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 820px) {
  :root { --header-h: 60px; }
  .nav-toggle { display: flex; }
  .site-nav {
    display: none; position: absolute; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0.2rem;
    background: var(--surface); border-bottom: 1px solid var(--line);
    padding: 0.7rem 0.9rem 1rem; box-shadow: var(--shadow-md);
  }
  .site-header.nav-open .site-nav { display: flex; }
  .nav-link { justify-content: flex-start; }
  .brand-sub { display: none; }
}

@media (min-width: 1500px) {
  :root { --maxw: 1360px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

@media print {
  .site-header, .site-footer, .code-copy, .related, .hero-ctas { display: none !important; }
  a { color: inherit; }
}
