:root {
  --bg: #eef2f4;
  --paper: #ffffff;
  --ink: #12181f;
  --muted: #5d6b78;
  --line: #d7e0e6;
  --accent: #0f766e;
  --accent-dark: #115e59;
  --warn: #c2410c;
  --nav: #0b1220;
  --nav-dark: #060910;
  --card: #ffffff;
  --copper: #ea580c;
  --shadow: 0 18px 50px rgba(12, 20, 32, 0.08);
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Figtree", "Segoe UI", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-dark); text-underline-offset: 3px; }
a:hover { color: var(--accent); }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 12px; background: #fff; padding: 8px 12px; z-index: 40; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--nav);
  color: #e8eef3;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 72px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: #fff;
  flex-shrink: 0;
}
.mark {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: block;
  background: #0f766e;
}
.brand-text {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
.nav-toggle {
  display: none;
  margin-left: auto;
  font: inherit;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
}
.mega-nav { flex: 1; min-width: 0; }
.mega-nav-inner { display: flex; align-items: stretch; justify-content: flex-end; gap: 2px; flex-wrap: nowrap; }
.mega-item { position: relative; }
.mega-link {
  color: #d5dee6;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 22px 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.mega-link:hover { color: #fff; }
.caret {
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #93a4b3;
}
.mega-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  box-shadow: var(--shadow);
  z-index: 40;
  padding: 8px 0;
  border-radius: 0 0 12px 12px;
}
.mega-item:hover .mega-panel,
.mega-item:focus-within .mega-panel { display: block; }
.mega-panel a {
  display: block;
  padding: 10px 16px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}
.mega-panel a:hover { background: #f0f7f6; color: var(--accent-dark); }
.search-toggle {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  display: inline-flex;
}
.search-drawer {
  background: #101826;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0 18px;
}
.search-drawer .search input { background: #fff; }

.hero-bleed {
  position: relative;
  min-height: min(78vh, 680px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,18,32,0.28) 0%, rgba(11,18,32,0.62) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 80px 0 72px;
  max-width: 760px;
  margin: 0 auto;
  width: min(1180px, calc(100% - 32px));
  text-align: center;
}
.hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 8px auto 12px;
  font-weight: 700;
  max-width: none;
  color: #fff;
}
.hero-copy .lede {
  color: #d7e2ea;
  font-size: 1.15rem;
  max-width: 42ch;
  margin: 0 auto;
}
.search-hero {
  margin: 28px auto 0;
  max-width: 560px;
  background: rgba(255,255,255,0.96);
  padding: 8px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.search-hero input {
  flex: 1;
  border: 0;
  background: transparent;
  border-radius: 12px;
  color: var(--ink);
}
.search-hero button {
  border-radius: 12px;
  padding: 12px 22px;
  background: var(--ink);
}

.stats-band {
  width: 100%;
  background: var(--bg);
  padding: 40px 16px 12px;
}
.stats-row {
  width: min(920px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  justify-items: stretch;
  gap: 20px;
  align-items: stretch;
}
.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 20px 24px;
  min-height: 210px;
  box-shadow: var(--shadow);
}
.stat-icon {
  width: 56px;
  height: 56px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: var(--accent-dark);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stat-icon svg { width: 24px; height: 24px; }
.stat-num {
  font-family: var(--serif);
  font-size: 1.45rem;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--ink);
}
.stat-title {
  font-weight: 600;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 22ch;
  line-height: 1.4;
}

.site-footer {
  background: var(--nav);
  color: #8b97a3;
  margin-top: 48px;
  padding: 20px 0 22px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  flex-wrap: wrap;
}
.footer-brand a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}
.footer-brand p {
  margin: 3px 0 0;
  font-size: 0.75rem;
  color: #8b97a3;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.82rem;
}
.footer-nav a {
  color: #c5d0d9;
  text-decoration: none;
  padding: 0 11px;
  border-left: 1px solid rgba(255,255,255,0.12);
  line-height: 1.2;
}
.footer-nav a:first-child { border-left: 0; padding-left: 0; }
.footer-nav a:hover { color: #fff; }

.tagline { color: var(--muted); font-size: 0.92rem; margin: 0; }
.nav { display: flex; gap: 18px; flex-wrap: wrap; }
.header-row, .grid, .split, .cards { display: grid; gap: 24px; }
.header-row { grid-template-columns: 1fr auto; align-items: center; padding: 18px 0; }
.search { display: flex; gap: 8px; }
.search input, .search button, .btn, select, textarea {
  font: inherit; border-radius: 12px; border: 1px solid var(--line); padding: 10px 14px;
}
.search button, .btn {
  background: var(--ink); color: #fff; border: 0; cursor: pointer; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 600;
}
.btn.secondary { background: transparent; color: var(--accent-dark); border: 1px solid var(--accent); }
.btn[rel~="sponsored"] { background: var(--accent-dark); }
.hero { padding: 48px 0 24px; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.15; letter-spacing: -0.02em; font-weight: 560; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); max-width: 16ch; margin: 0 0 12px; }
.lede { font-size: 1.15rem; max-width: 62ch; color: var(--muted); }
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 8px;
}
.kicker-light { color: #5eead4; }
.cards { grid-template-columns: repeat(3, 1fr); }
.card, .panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 0 16px;
  box-shadow: none;
  overflow: hidden;
}
.panel { padding: 18px; }
.card h2, .card h3 { margin: 0 12px 8px; font-size: 1.15rem; }
.card h3 a { color: var(--ink); text-decoration: none; }
.card h3 a:hover { color: var(--accent-dark); }
.card .kicker, .card .muted, .card .meta, .card .badge, .card .price { margin-left: 12px; margin-right: 12px; }
.card .btn { margin: 8px 12px 0; }
.meta { color: var(--muted); font-size: 0.88rem; }
.badge {
  display: inline-block; background: #ecfdf8; color: var(--accent-dark);
  border-radius: 999px; padding: 4px 10px; font-size: 0.75rem; font-weight: 700;
}
.badge.warn { background: #ffedd5; color: var(--warn); }
.prose { max-width: 72ch; }
.prose p, .prose li { font-size: 1.125rem; line-height: 1.8; }
.prose h2 { margin-top: 2.1rem; font-size: 1.4rem; }
.legal-page { padding: 12px 0 64px; }
.legal-page h1 { margin: 0 0 24px; letter-spacing: -0.03em; }
.disclosure, .note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #f7fafb;
  border: 1px solid var(--line);
  padding: 16px 18px;
  margin: 0 0 28px;
  border-radius: 14px;
}
.disclosure p, .note p { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.55; }
.disclosure strong, .note strong { color: var(--ink); font-weight: 700; }
.disclosure-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ecfdf8;
  color: var(--accent-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.disclosure-icon svg { width: 20px; height: 20px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid var(--line); padding: 10px 8px; text-align: left; vertical-align: top; }
.price { font-variant-numeric: tabular-nums; font-weight: 700; }
.old { text-decoration: line-through; color: var(--muted); margin-right: 6px; }
.breadcrumbs { padding: 16px 0; color: var(--muted); font-size: 0.9rem; }
.breadcrumbs ol { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--line); }
.consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  width: min(320px, calc(100% - 24px));
  background: #111827;
  color: #d5dde3;
  padding: 16px 16px 14px;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.28);
}
.consent p {
  margin: 0 0 12px;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #c5d0d9;
}
.consent a { color: #5eead4; }
.consent-actions { display: grid; gap: 8px; }
.consent-btn {
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 10px;
  padding: 9px 12px;
  cursor: pointer;
  border: 0;
  background: var(--accent);
  color: #fff;
  width: 100%;
}
.consent-btn.ghost {
  background: transparent;
  color: #d5dde3;
  border: 1px solid #4b5563;
}
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.split { grid-template-columns: 2fr 1fr; align-items: start; }

.category-block { margin-top: 72px; }
.category-block-head { text-align: center; }
.section-rule {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 auto 22px;
  max-width: 920px;
}
.section-rule .rule {
  flex: 1;
  height: 1px;
  background: currentColor;
  color: var(--accent);
  opacity: 0.45;
}
.section-rule h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  white-space: nowrap;
}
.section-rule h2 a,
.section-rule-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.section-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ecfdf8;
  color: var(--accent-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.12);
}
.section-icon svg { width: 22px; height: 22px; }
.category-block-head h2 a { color: inherit; text-decoration: none; }
.section-lead { color: var(--muted); max-width: 62ch; margin: 0 auto 16px; }
.subcats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; justify-content: center; }
.subcats a {
  color: var(--ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 600;
}
.subcats a:hover { border-color: var(--accent); color: var(--accent-dark); }
.products-block { margin-top: 64px; }

.article-thumb-card .thumb,
.product-card .thumb {
  display: block;
  margin: 0 0 14px;
  aspect-ratio: 16 / 10;
  background: #dbe4ea;
  overflow: hidden;
}
.article-thumb-card .thumb img,
.product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-empty {
  background:
    linear-gradient(135deg, rgba(15,118,110,0.18), rgba(11,18,32,0.12)),
    repeating-linear-gradient(-12deg, transparent, transparent 12px, rgba(255,255,255,0.35) 12px, rgba(255,255,255,0.35) 13px);
}

.category-title {
  font-family: var(--sans);
  font-size: clamp(2rem, 4.2vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 4px 0 28px;
}
.category-feature {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--nav);
  color: #fff;
  text-decoration: none;
}
.category-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-feature-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,18,32,0.08) 40%, rgba(11,18,32,0.72) 100%);
}
.category-feature-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px 24px 26px;
}
.kicker-on-photo {
  display: inline-block;
  margin: 0 0 8px;
  color: #fff;
  background: var(--accent-dark);
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 700;
}
.category-feature-title {
  display: block;
  font-family: var(--sans);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}
.category-more { margin-top: 36px; }
.article-title {
  font-size: clamp(2rem, 4vw, 2.7rem);
  margin: 8px 0 20px;
  max-width: 22ch;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.article-hero {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: none;
  margin: 0;
  overflow: hidden;
  background: var(--nav);
  border-radius: 0;
}
.article-aside { position: sticky; top: 88px; }
.article-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.article-hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,18,32,0.05) 45%, rgba(11,18,32,0.38) 100%);
}
.article-hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 1;
  width: auto;
  padding: 0 12px;
}
.article-updated {
  display: inline-block;
  margin: 0;
  background: rgba(255,255,255,0.62);
  color: rgba(18, 24, 31, 0.78);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 7px 11px;
  border-radius: 8px;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 40px;
  align-items: start;
  padding-bottom: 48px;
}
.article-main { min-width: 0; }
.article-main .disclosure {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 12px 0 4px;
  margin: 0 0 22px;
  opacity: 0.72;
}
.article-main .disclosure p {
  font-size: 0.86rem;
  color: #6b7784;
  line-height: 1.55;
}
.article-main .disclosure strong {
  color: #5d6b78;
  font-weight: 600;
}
.article-main .disclosure-icon {
  background: transparent;
  color: #8b97a3;
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}
.article-layout .prose { max-width: none; }
.article-intro {
  margin: 0 0 24px;
}
.article-intro p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #222;
  margin: 0 0 1.15em;
}
.article-intro p:last-child { margin-bottom: 0; }
.article-intro-continue { margin: 8px 0 28px; }
.article-main .prose p,
.article-main .prose li {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #222;
}
.article-main .prose h2,
.article-main .prose h3 {
  font-family: var(--sans);
  letter-spacing: 0;
  font-weight: 700;
}
.article-main .prose h2 { font-size: 1.4rem; margin: 2.1rem 0 0.7rem; }
.article-main .prose h3 { font-size: 1.15rem; margin: 1.6rem 0 0.5rem; }
.article-body { overflow: auto; }
.article-float {
  width: min(320px, 48%);
  margin: 0.15rem 0 1rem 1.2rem;
  float: right;
  border-radius: 6px;
  overflow: hidden;
  background: #eef2f4;
}
.article-float.is-left {
  float: left;
  margin: 0.15rem 1.2rem 1rem 0;
}
.article-float img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.rank-board { margin: 8px 0 40px; }
.rank-board-head { margin-bottom: 14px; }
.rank-board-head h2 { margin: 0; font-size: 1.45rem; }
.rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.rank-row {
  display: grid;
  grid-template-columns: 64px 112px minmax(0, 1fr) 92px 170px;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #eef3f6;
}
.rank-row:last-child { border-bottom: 0; }
.rank-index { text-align: center; color: var(--accent-dark); }
.rank-index strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}
.rank-index span { font-size: 0.72rem; color: #8b97a3; }
.rank-photo {
  position: relative;
  width: 112px;
  height: 112px;
  background: #f4f7f9;
  border-radius: 16px;
  display: grid;
  place-items: center;
}
.rank-photo img { width: 92px; height: 92px; object-fit: contain; }
.rank-copy h3 { margin: 0 0 4px; font-size: 1.02rem; font-family: var(--sans); font-weight: 700; letter-spacing: 0; }
.rank-copy h3 a { color: inherit; text-decoration: none; }
.rank-copy h3 a:hover { color: var(--accent-dark); }
.rank-photo a { display: grid; place-items: center; }
.rank-copy p { margin: 0; }
.rank-note { margin-top: 8px !important; font-size: 0.88rem; line-height: 1.45; color: var(--muted); }
.rank-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ecfdf8;
  color: var(--accent-dark);
}
.rank-score-value { font-size: 1.45rem; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; }
.rank-score-label { font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; color: #5d6b78; margin-top: 4px; }
.rank-score-source { display: block; font-size: 0.68rem; color: #5d6b78; margin-top: 4px; line-height: 1.25; max-width: 7.5rem; }
.rank-cta { text-align: center; }
.price-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 999px;
  padding: 12px 16px;
  min-width: 150px;
}
.price-btn:hover { background: var(--accent-dark); color: #fff !important; }
.rank-merchant { margin: 6px 0 0; font-size: 0.8rem; color: var(--muted); }
.discount-pill {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--copper);
  color: #fff;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 7px;
}
.related-panel h2 { font-size: 1.1rem; margin-top: 0; }
.related-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  margin: 12px 0;
  font-weight: 600;
}
.related-item img, .related-placeholder {
  width: 72px; height: 56px; object-fit: cover; background: #e8eef2; border-radius: 6px;
}

@media (max-width: 960px) {
  .cards { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .header-row, .split, .article-layout { grid-template-columns: 1fr; }
  .rank-row {
    grid-template-columns: 48px 88px minmax(0, 1fr);
    grid-template-areas:
      "index photo copy"
      "score score cta";
  }
  .rank-index { grid-area: index; }
  .rank-photo { grid-area: photo; width: 88px; height: 88px; }
  .rank-photo img { width: 72px; height: 72px; }
  .rank-copy { grid-area: copy; }
  .rank-score { grid-area: score; width: 72px; height: 72px; margin: 0; }
  .rank-cta { grid-area: cta; text-align: left; }
  .article-hero { width: 100%; max-height: none; }
  .article-float,
  .article-float.is-left {
    float: none;
    width: min(100%, 420px);
    margin: 0 0 1.1rem;
  }
  .cards { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; }
  .mega-nav { display: none; width: 100%; }
  .header-bar { flex-wrap: wrap; }
  .mega-nav.is-open { display: block; flex-basis: 100%; }
  .mega-nav-inner { flex-direction: column; justify-content: flex-start; padding-bottom: 12px; }
  .mega-link { padding: 10px 0; color: #fff; }
  .mega-panel { position: static; display: block; background: transparent; box-shadow: none; border-radius: 0; }
  .mega-panel a { color: #c5d0d9; padding-left: 8px; }
  .hero-copy { padding: 48px 0 64px; }
  .hero-bleed { min-height: 560px; }
  .section-rule h2 { white-space: normal; text-align: center; }
  .section-rule { gap: 10px; }
}
