:root {
  --ink: #07131f;
  --ink-2: #0c1d2c;
  --ink-3: #142a3d;
  --paper: #f7f4ed;
  --paper-2: #fffdf8;
  --muted: #5b6772;
  --line: rgba(7, 19, 31, .13);
  --gold: #d4a94c;
  --gold-soft: #f6e5b6;
  --teal: #2aa9a1;
  --teal-dark: #187d79;
  --danger: #a23e3e;
  --success: #24725b;
  --shadow: 0 24px 70px rgba(7, 19, 31, .12);
  --shadow-sm: 0 10px 32px rgba(7, 19, 31, .08);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(circle at 10% 15%, rgba(42, 169, 161, .08), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(212, 169, 76, .09), transparent 24rem),
    linear-gradient(180deg, #fbf9f4 0, var(--paper) 42rem);
}
img, svg { max-width: 100%; }
a { color: var(--teal-dark); text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { color: var(--ink); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(42, 169, 161, .65); outline-offset: 3px; }
::selection { background: var(--gold-soft); color: var(--ink); }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 840px); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.top-note { padding: 7px 20px; text-align: center; color: #dfe9ef; background: #04101a; font-size: 13px; line-height: 1.45; }
.top-note strong { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(7, 19, 31, .94); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: white; text-decoration: none; line-height: 1; }
.brand img { width: 42px; height: 42px; flex: 0 0 auto; }
.brand span { display: grid; gap: 5px; }
.brand b { font-family: Georgia, "Times New Roman", serif; font-size: 20px; letter-spacing: .01em; }
.brand small { color: #9cb0bd; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 4px; }
.nav-link { padding: 9px 12px; border-radius: 999px; color: #d6e1e8; text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-link:hover, .nav-link.is-active { color: #fff; background: rgba(255,255,255,.08); }
.menu-button { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; border-radius: 2px; }

.button { display: inline-flex; min-height: 48px; padding: 12px 20px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--gold); border-radius: 999px; color: #07131f; background: linear-gradient(135deg, #f1d27d, #d4a94c); box-shadow: 0 8px 24px rgba(212,169,76,.22); text-decoration: none; font-weight: 850; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button:hover { color: #07131f; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,169,76,.34); filter: saturate(1.06); }
.button-small { min-height: 40px; padding: 9px 15px; font-size: 13px; }
.button-large { min-height: 55px; padding: 15px 25px; }
.button-dark { color: white; border-color: var(--ink); background: var(--ink); box-shadow: 0 9px 24px rgba(7,19,31,.18); }
.button-dark:hover { color: white; }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.55); box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.text-link { font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: 76px 0 66px; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 20%, rgba(42,169,161,.21), transparent 26rem), radial-gradient(circle at 18% 90%, rgba(212,169,76,.17), transparent 25rem), linear-gradient(145deg, transparent 42%, rgba(255,255,255,.025)); }
.hero::after { content: ""; position: absolute; right: -140px; bottom: -220px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.018), 0 0 0 110px rgba(255,255,255,.014); }
.hero .shell, .hero .narrow { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 55px; align-items: center; }
.hero-copy { max-width: 730px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 15px; color: var(--gold-soft); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0 0 .55em; line-height: 1.12; letter-spacing: -.025em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { max-width: 900px; font-size: clamp(42px, 6vw, 76px); font-weight: 700; }
.article-hero h1 { font-size: clamp(38px, 5.2vw, 64px); }
h2 { font-size: clamp(30px, 4vw, 45px); }
h3 { font-size: 21px; }
.lede { max-width: 760px; margin: 0 0 26px; color: #dce6ec; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.6; }
.hero .microcopy { color: #aebfca; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 24px 0 0; color: #b9cad4; font-size: 13px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta span::before { content: "✓"; display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid rgba(42,169,161,.45); border-radius: 50%; color: #77d7cf; font-size: 11px; }

.hero-panel, .product-card { border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.055); box-shadow: 0 28px 70px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.hero-panel { padding: 25px; }
.hero-panel h2 { font-family: inherit; font-size: 19px; letter-spacing: -.01em; }
.hero-panel p { color: #cedae1; }
.trust-list { display: grid; gap: 10px; padding: 0; margin: 18px 0; list-style: none; }
.trust-list li { display: flex; gap: 10px; color: #dce5ea; font-size: 14px; }
.trust-list li::before { content: "✓"; flex: 0 0 22px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #07131f; background: var(--teal); font-size: 12px; font-weight: 900; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 23px; color: #aebdc7; font-size: 13px; }
.breadcrumbs a { color: #dce6ec; }
.breadcrumbs span[aria-hidden] { opacity: .5; }
.breadcrumbs span[aria-current] { color: #aebdc7; }

.section { padding: 76px 0; }
.section-tight { padding: 48px 0; }
.section-white { background: var(--paper-2); border-block: 1px solid rgba(7,19,31,.06); }
.section-dark { color: white; background: var(--ink); }
.section-dark p { color: #cbd7de; }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); font-size: 19px; }
.section-dark .section-heading p { color: #cbd7de; }
.kicker { margin: 0 0 10px; color: var(--teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .kicker { color: #72d9d1; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card { position: relative; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.76); box-shadow: var(--shadow-sm); }
.card h3 { margin-bottom: 10px; }
.card p { margin: 0; color: var(--muted); }
.card a.stretched-link::after { content: ""; position: absolute; inset: 0; }
.card-number { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 13px; color: var(--ink); background: var(--gold-soft); font-weight: 900; }
.card-icon { width: 44px; height: 44px; margin-bottom: 18px; color: var(--teal-dark); }
.region-card { overflow: hidden; }
.region-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--teal); }
.region-card:nth-child(2)::before { background: var(--gold); }

.answer-box { position: relative; margin: -30px auto 0; padding: 28px 31px 30px 38px; border: 1px solid rgba(42,169,161,.25); border-radius: var(--radius); background: #f5fffd; box-shadow: var(--shadow); }
.answer-box::before { content: "Answer"; position: absolute; left: 32px; top: -13px; padding: 4px 10px; border-radius: 999px; color: white; background: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.answer-box p { margin: 0; font-size: 20px; line-height: 1.65; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 54px; align-items: start; }
.article-body { min-width: 0; }
.article-body > p:first-of-type { font-size: 20px; color: #263541; }
.article-body h2 { margin-top: 1.55em; font-size: clamp(28px, 3.4vw, 40px); }
.article-body h3 { margin-top: 1.4em; }
.article-body p, .article-body li { color: #2f3e49; }
.article-body ul, .article-body ol { padding-left: 1.25em; }
.article-body li + li { margin-top: .45em; }
.article-body blockquote { margin: 30px 0; padding: 22px 24px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: #fff9e9; }
.article-body blockquote p { margin: 0; color: var(--ink); font-size: 18px; }
.sidebar { position: sticky; top: 112px; display: grid; gap: 16px; }
.sidebar-card { padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); }
.sidebar-card h2 { font-family: inherit; font-size: 16px; }
.sidebar-card ol, .sidebar-card ul { margin: 0; padding-left: 18px; }
.sidebar-card a { font-size: 14px; font-weight: 700; }
.sidebar-card li + li { margin-top: 8px; }
.sidebar-product { color: white; border-color: rgba(255,255,255,.08); background: var(--ink); }
.sidebar-product p { color: #cbd8df; font-size: 14px; }
.sidebar-product .button { width: 100%; }

.check-list, .warning-list, .factor-list { display: grid; gap: 12px; padding: 0; margin: 24px 0; list-style: none; }
.check-list li, .warning-list li, .factor-list li { position: relative; min-height: 38px; padding: 8px 10px 8px 46px; border-radius: 12px; background: rgba(255,255,255,.72); }
.check-list li::before, .factor-list li::before, .warning-list li::before { position: absolute; left: 10px; top: 8px; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; font-size: 13px; font-weight: 900; }
.check-list li::before { content: "✓"; color: white; background: var(--success); }
.factor-list li::before { content: "•"; color: var(--ink); background: var(--gold-soft); }
.warning-list li::before { content: "!"; color: white; background: var(--danger); }

.local-care { margin: 34px 0; padding: 25px 28px; border: 1px solid rgba(42,169,161,.25); border-radius: 18px; background: linear-gradient(135deg, #eefaf8, #fffdf8); }
.local-care h2 { margin-top: 0; font-family: inherit; font-size: 22px; }
.local-care p:last-child { margin-bottom: 0; }

.commercial-box { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 25px; margin: 40px 0; padding: 30px; align-items: center; border-radius: 22px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.commercial-box::after { content: ""; position: absolute; right: -90px; top: -110px; width: 260px; height: 260px; border: 1px solid rgba(212,169,76,.25); border-radius: 50%; box-shadow: 0 0 0 35px rgba(212,169,76,.035); }
.commercial-box > * { position: relative; z-index: 1; }
.commercial-box h2 { margin: 0 0 7px; font-family: inherit; font-size: 23px; }
.commercial-box p { margin: 0; color: #cbd8df; font-size: 15px; }
.commercial-box .button { white-space: nowrap; }

.faq-list { display: grid; gap: 12px; margin: 25px 0; }
details.faq { border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.72); }
details.faq summary { padding: 18px 52px 18px 20px; list-style: none; font-weight: 850; cursor: pointer; position: relative; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; position: absolute; right: 18px; top: 15px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--teal-dark); background: #e9f6f4; font-size: 20px; }
details.faq[open] summary::after { content: "−"; }
details.faq p { margin: 0; padding: 0 20px 20px; color: var(--muted); }

.source-list { padding: 20px 24px 20px 44px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.58); font-size: 14px; }
.source-list li + li { margin-top: 8px; }
.source-note { color: var(--muted); font-size: 13px; }
.updated { display: inline-flex; gap: 8px; align-items: center; margin-top: 20px; color: #aebdc7; font-size: 13px; }
.updated::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(42,169,161,.13); }

.topic-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding: 0; list-style: none; }
.topic-list a { display: flex; min-height: 58px; padding: 14px 16px; align-items: center; justify-content: space-between; gap: 15px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.7); text-decoration: none; font-weight: 800; }
.topic-list a::after { content: "→"; color: var(--teal-dark); }
.topic-list a:hover { border-color: rgba(42,169,161,.42); transform: translateY(-1px); }

.product-showcase { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; }
.bottle-wrap { display: grid; min-height: 500px; place-items: center; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at 50% 30%, white, #e8e1d5 70%); box-shadow: var(--shadow); }
.bottle-wrap img { width: min(78%, 390px); filter: drop-shadow(0 30px 30px rgba(7,19,31,.23)); }
.concept-note { margin-top: 12px; color: var(--muted); text-align: center; font-size: 12px; }
.price-note { margin: 20px 0; padding: 14px 16px; border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; background: #fff8e5; color: #3c3524; font-size: 14px; }
.verification-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.verification-table th, .verification-table td { padding: 14px 13px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.verification-table th { width: 32%; color: var(--ink); }
.status-unknown { display: inline-flex; padding: 3px 8px; border-radius: 999px; color: #72581f; background: #fff1c8; font-size: 11px; font-weight: 900; text-transform: uppercase; }

.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.stat { padding: 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.045); }
.stat strong { display: block; color: white; font-family: Georgia, serif; font-size: 30px; line-height: 1; }
.stat span { display: block; margin-top: 8px; color: #aebdc7; font-size: 12px; }

.search-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; max-width: 760px; }
.search-form input { min-height: 55px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.search-results { display: grid; gap: 15px; margin-top: 30px; }
.search-result { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.search-result h2 { margin: 0 0 6px; font-family: inherit; font-size: 20px; }
.search-result p { margin: 0; color: var(--muted); }

.alpha-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.alpha-nav a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: white; text-decoration: none; font-weight: 800; }
.glossary-list { display: grid; gap: 14px; }
.glossary-item { padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.72); }
.glossary-item h2 { margin: 0 0 5px; font-family: inherit; font-size: 21px; }
.glossary-item p { margin: 0; color: var(--muted); }

.notice { padding: 18px 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.68); }
.notice.warning { border-color: rgba(162,62,62,.24); background: #fff4f1; }
.notice.success { border-color: rgba(36,114,91,.24); background: #effbf7; }
.notice p:last-child { margin-bottom: 0; }

.bridge-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; color: white; background: var(--ink); }
.bridge-card { width: min(100%, 620px); padding: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.055); box-shadow: 0 30px 80px rgba(0,0,0,.32); text-align: center; }
.bridge-card img { width: 58px; }
.bridge-card h1 { margin-top: 18px; font-size: 38px; }
.bridge-card p { color: #c8d5dd; }
.bridge-card .button { width: 100%; margin-top: 10px; }
.loader { width: 48px; height: 48px; margin: 20px auto; border: 4px solid rgba(255,255,255,.15); border-top-color: var(--gold); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { padding: 58px 0 22px; color: #cbd8df; background: #04101a; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, .75fr); gap: 38px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid p { max-width: 460px; color: #9fb1bd; font-size: 14px; }
.footer-grid h2 { margin: 0 0 13px; color: white; font-family: inherit; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.footer-grid a, .link-button { display: block; margin: 8px 0; padding: 0; border: 0; color: #b9cad4; background: none; text-align: left; text-decoration: none; font-size: 14px; }
.footer-grid a:hover, .link-button:hover { color: white; }
.fine-print { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.08); color: #7f949f; font-size: 12px; }

.cookie-banner { position: fixed; right: 18px; bottom: 18px; z-index: 200; display: grid; grid-template-columns: 1fr auto; gap: 22px; width: min(calc(100% - 36px), 760px); padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; color: white; background: rgba(7,19,31,.98); box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 0; color: #b8c8d1; font-size: 13px; }
.cookie-actions { display: flex; align-items: center; gap: 8px; }
.cookie-banner .button-ghost { color: white; border-color: rgba(255,255,255,.2); }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .desktop-cta { display: none; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #07131f; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .nav-link { padding: 13px 15px; }
  .hero-grid, .product-showcase { grid-template-columns: 1fr; }
  .hero-panel { max-width: 600px; }
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .card-grid.four { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .shell, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .top-note { padding-inline: 12px; }
  .header-inner { min-height: 68px; }
  .brand b { font-size: 17px; }
  .brand small { font-size: 9px; }
  .hero { padding: 53px 0 50px; }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  .article-hero h1 { font-size: clamp(35px, 10.5vw, 50px); }
  .section { padding: 56px 0; }
  .card-grid, .card-grid.two, .card-grid.four, .topic-list, .sidebar, .stat-row { grid-template-columns: 1fr; }
  .answer-box { padding: 26px 21px 23px; }
  .answer-box::before { left: 20px; }
  .answer-box p { font-size: 17px; }
  .commercial-box { grid-template-columns: 1fr; }
  .commercial-box .button { width: 100%; }
  .bottle-wrap { min-height: 390px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { flex-wrap: wrap; }
  .cookie-actions .button { flex: 1 1 180px; }
  .search-form { grid-template-columns: 1fr; }
}

@media print {
  .top-note, .site-header, .sidebar, .commercial-box, .site-footer, .cookie-banner, .button { display: none !important; }
  body { color: black; background: white; font-size: 12pt; }
  .hero { padding: 20px 0; color: black; background: white; }
  .hero::before, .hero::after { display: none; }
  .hero .lede, .hero-meta, .breadcrumbs, .updated { color: black; }
  .article-layout { display: block; }
  a { color: black; text-decoration: none; }
  .section { padding: 20px 0; }
}
