:root {
  color-scheme: light;
  --ink: #17130e;
  --ink-soft: #3a332a;
  --paper: #f6f0e2;
  --paper-2: #e8dbc2;
  --cream: #fff8e8;
  --gold: #d8a638;
  --gold-dark: #9c6b16;
  --green: #103f33;
  --green-2: #1f6a52;
  --red: #7c2635;
  --black: #080705;
  --line: rgba(23, 19, 14, 0.18);
  --shadow: 0 24px 60px rgba(23, 19, 14, 0.18);
  --radius: 4px;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    repeating-linear-gradient(0deg, rgba(23, 19, 14, 0.018), rgba(23, 19, 14, 0.018) 1px, transparent 1px, transparent 6px),
    var(--paper);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 30;
  padding: 0.75rem 1rem;
  color: var(--cream);
  background: var(--green);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(15, 12, 8, 0.94);
  border-bottom: 3px solid var(--gold);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(var(--max), calc(100% - 32px));
  min-height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: max-content;
  color: var(--cream);
  font-weight: 950;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-crown {
  position: relative;
  width: 28px;
  height: 26px;
  flex: 0 0 28px;
  border-bottom: 4px solid var(--gold);
}

.brand-crown::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 4px;
  height: 14px;
  background: var(--gold);
  clip-path: polygon(0 100%, 0 36%, 24% 70%, 50% 0, 76% 70%, 100% 36%, 100% 100%);
}

.brand-crown::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 0;
  height: 2px;
  background: rgba(255, 248, 232, 0.75);
}

.brand-crown .beer-drop,
.brand-crown .beer-drop::before,
.brand-crown .beer-drop::after {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  padding: 0.65rem 0.8rem;
  color: rgba(255, 248, 232, 0.78);
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 750;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--black);
  background: var(--gold);
  outline: none;
}

.hero {
  position: relative;
  min-height: clamp(540px, 76svh, 760px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 4rem 0 4.2rem;
  color: var(--cream);
}

.hero-image,
.guide-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-image {
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 4, 3, 0.92) 0%, rgba(4, 4, 3, 0.68) 38%, rgba(4, 4, 3, 0.16) 72%, rgba(4, 4, 3, 0.48) 100%),
    linear-gradient(0deg, rgba(4, 4, 3, 0.62), rgba(4, 4, 3, 0.08));
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  width: min(680px, calc(100% - 32px));
  margin-left: max(16px, calc((100vw - var(--max)) / 2));
  padding-left: 1.1rem;
  border-left: 5px solid var(--gold);
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 11vw, 8.2rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.45);
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-copy {
  width: min(650px, 100%);
  margin: 1.4rem 0 0;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(1.02rem, 2.4vw, 1.25rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.primary {
  color: var(--black);
  background: linear-gradient(180deg, #edc24d, var(--gold));
  box-shadow: 0 16px 36px rgba(216, 166, 56, 0.22);
}

.button.secondary {
  color: var(--cream);
  border-color: rgba(255, 250, 240, 0.36);
  background: rgba(255, 250, 240, 0.08);
}

.button.dark {
  color: var(--cream);
  background: var(--green);
}

.hero-panel {
  align-self: end;
  width: min(420px, calc(100% - 32px));
  margin: 2rem max(16px, calc((100vw - var(--max)) / 2)) 0 auto;
  padding: 1rem 1rem 1rem 1.15rem;
  border: 1px solid rgba(216, 166, 56, 0.7);
  border-left: 8px solid var(--gold);
  border-radius: 3px;
  background: rgba(255, 248, 232, 0.9);
  color: var(--ink);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

.hero-panel span,
.signal-kicker,
.guide-type,
.verdict-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  font-size: 1.05rem;
}

.hero-panel p {
  margin: 0.5rem 0 0;
  color: rgba(23, 19, 14, 0.75);
  line-height: 1.45;
}

.baron-shelf {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.baron-shelf span {
  padding: 0.35rem 0.48rem;
  border: 1px solid rgba(255, 248, 232, 0.28);
  border-radius: 3px;
  color: rgba(255, 248, 232, 0.82);
  background: rgba(8, 7, 5, 0.38);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(23, 19, 14, 0.12);
  background:
    linear-gradient(90deg, rgba(16, 63, 51, 0.96), rgba(124, 38, 53, 0.88)),
    var(--green);
  color: var(--cream);
}

.signal-item {
  min-height: 140px;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-right: 1px solid rgba(255, 250, 240, 0.16);
}

.signal-item:last-child {
  border-right: 0;
}

.signal-item p {
  margin: 0.55rem 0 0;
  color: rgba(255, 250, 240, 0.75);
  line-height: 1.45;
}

.section {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.section-heading {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.8fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  border-top: 2px solid rgba(23, 19, 14, 0.2);
  padding-top: 1rem;
}

.section-heading p:last-child {
  margin: 0;
  color: rgba(23, 19, 14, 0.72);
  font-size: 1.02rem;
  line-height: 1.62;
}

.finder-section {
  background: var(--cream);
}

.finder-grid {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.finder,
.verdict {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--paper);
  box-shadow: 0 14px 40px rgba(23, 19, 14, 0.08);
}

.finder {
  padding: 1rem;
  display: grid;
  gap: 1rem;
}

.finder label {
  display: grid;
  gap: 0.45rem;
}

.finder label span {
  color: rgba(23, 19, 14, 0.68);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.finder select {
  width: 100%;
  min-height: 48px;
  padding: 0 0.85rem;
  border: 1px solid rgba(23, 19, 14, 0.18);
  border-radius: 3px;
  color: var(--ink);
  background: var(--cream);
}

.verdict {
  padding: clamp(1rem, 4vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.verdict:focus {
  outline: none;
}

.verdict-updated {
  animation: verdict-flash 850ms ease-out;
}

.verdict h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1;
}

.verdict p {
  margin: 0.9rem 0 1.2rem;
  color: rgba(23, 19, 14, 0.72);
  font-size: 1.05rem;
  line-height: 1.58;
}

@keyframes verdict-flash {
  0% {
    border-color: rgba(219, 171, 42, 0.95);
    box-shadow: 0 0 0 3px rgba(219, 171, 42, 0.26), 0 14px 40px rgba(23, 19, 14, 0.08);
  }

  100% {
    border-color: var(--line);
    box-shadow: 0 14px 40px rgba(23, 19, 14, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .verdict-updated {
    animation: none;
    border-color: rgba(219, 171, 42, 0.95);
    box-shadow: 0 0 0 3px rgba(219, 171, 42, 0.18), 0 14px 40px rgba(23, 19, 14, 0.08);
  }
}

.guide-section {
  background: var(--paper);
}

.filter-row {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 1rem;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
  display: none;
}

.filter-pill {
  min-height: 40px;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(23, 19, 14, 0.16);
  border-radius: 3px;
  color: rgba(23, 19, 14, 0.75);
  background: var(--cream);
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

.filter-pill.active,
.filter-pill:hover,
.filter-pill:focus-visible {
  color: var(--cream);
  background: var(--green);
  outline: none;
}

.guide-grid {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.guide-card {
  grid-column: span 12;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 16px 44px rgba(23, 19, 14, 0.08);
}

.guide-card.compact {
  grid-column: span 6;
  display: grid;
  grid-template-columns: 1fr;
}

.guide-card:nth-child(even):not(.compact) .image-link {
  order: 2;
}

.image-link {
  display: block;
  min-height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
}

.image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.guide-card:hover .image-link img {
  transform: scale(1.025);
}

.card-body {
  padding: clamp(1rem, 2.4vw, 1.4rem);
  align-self: center;
}

.card-body h3 a {
  text-decoration: none;
}

.card-body p {
  margin: 0.75rem 0 1rem;
  color: rgba(23, 19, 14, 0.7);
  line-height: 1.58;
}

.score-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.score-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.55rem;
  border-radius: 3px;
  color: rgba(23, 19, 14, 0.74);
  background: rgba(216, 166, 56, 0.16);
  font-size: 0.82rem;
  font-weight: 800;
}

.score-row strong {
  margin-left: 0.3rem;
  color: var(--ink);
}

.text-link {
  color: var(--green);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}

.category-section {
  background: var(--cream);
}

.category-cloud {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.category-cloud a {
  min-height: 38px;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(23, 19, 14, 0.14);
  border-radius: 3px;
  background: var(--paper);
  color: rgba(23, 19, 14, 0.78);
  text-decoration: none;
  font-weight: 800;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.category-cloud a:hover,
.category-cloud a:focus-visible {
  color: var(--cream);
  background: var(--red);
  transform: translateY(-1px);
  outline: none;
}

.matrix-section {
  background: var(--green);
  color: var(--cream);
}

.matrix-section .section-heading p:last-child {
  color: rgba(255, 250, 240, 0.76);
}

.matrix-wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 3px;
  overflow-x: auto;
  background: rgba(255, 250, 240, 0.06);
}

.matrix-head,
.matrix-row {
  min-width: 760px;
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(255, 250, 240, 0.14);
}

.matrix-head {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.matrix-row:last-child {
  border-bottom: 0;
}

.matrix-row span {
  color: rgba(255, 250, 240, 0.72);
}

.gear-section {
  background: var(--paper);
}

.gear-layout {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
  gap: 1rem;
  align-items: stretch;
}

.gear-layout > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.gear-list {
  display: grid;
  gap: 1rem;
}

.gear-list article,
.rule-grid article,
.product-link,
.cheat-item,
.article-callout,
.quick-pick {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--cream);
}

.gear-list article {
  padding: 1.1rem;
}

.gear-list article span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 0.65rem;
  border-radius: 3px;
  color: var(--cream);
  background: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
}

.gear-list p,
.rule-grid p {
  margin: 0.6rem 0 0.9rem;
  color: rgba(23, 19, 14, 0.7);
  line-height: 1.55;
}

.throne-section {
  background: var(--cream);
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 1rem;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.throne-copy {
  align-self: center;
}

.throne-copy p:last-child {
  color: rgba(23, 19, 14, 0.72);
  line-height: 1.62;
}

.rule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.rule-grid article {
  padding: 1rem;
}

.site-footer {
  padding: 2.4rem max(16px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 1.5rem;
  color: var(--cream);
  background: var(--black);
}

.footer-brand {
  margin-bottom: 0.8rem;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  line-height: 1.5;
}

.footer-links {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.footer-links a {
  color: rgba(255, 250, 240, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold);
  outline: none;
}

.disclosure {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 250, 240, 0.14);
  font-size: 0.9rem;
}

.guide-hero {
  position: relative;
  min-height: clamp(420px, 58svh, 620px);
  display: grid;
  align-items: end;
  padding: 5rem 0 3.5rem;
  overflow: hidden;
  color: var(--cream);
}

.guide-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 4, 3, 0.88), rgba(4, 4, 3, 0.38)),
    linear-gradient(0deg, rgba(4, 4, 3, 0.78), rgba(4, 4, 3, 0.12));
}

.guide-hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, calc(100% - 32px));
  margin-left: max(16px, calc((100vw - var(--max)) / 2));
}

.guide-hero h1 {
  max-width: 900px;
  font-size: clamp(2.6rem, 6vw, 5.15rem);
}

.guide-hero p {
  max-width: 680px;
  color: rgba(255, 250, 240, 0.84);
  font-size: 1.08rem;
  line-height: 1.58;
}

.legal-main {
  background: var(--paper);
}

.legal-hero,
.legal-content {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
}

.legal-hero {
  padding: clamp(4.6rem, 9vw, 7rem) 0 clamp(2rem, 5vw, 3rem);
}

.legal-hero h1 {
  margin: 0.15rem 0 0.7rem;
  font-size: clamp(2.7rem, 7vw, 5.4rem);
}

.legal-hero p:last-child {
  max-width: 700px;
  color: rgba(23, 19, 14, 0.72);
  font-size: 1.08rem;
  line-height: 1.65;
}

.legal-content {
  padding: 0 0 clamp(3.5rem, 7vw, 5rem);
}

.legal-block {
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
}

.legal-block h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.legal-block p {
  max-width: 760px;
  margin: 0.45rem 0 0;
  color: rgba(23, 19, 14, 0.76);
  line-height: 1.72;
}

.legal-block a {
  color: var(--green);
  font-weight: 850;
}

.guide-main {
  background: var(--paper);
}

.article-shell {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}

.article-content {
  min-width: 0;
}

.article-content h2 {
  margin-top: 2rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content p,
.article-content li {
  color: rgba(23, 19, 14, 0.75);
  line-height: 1.72;
}

.article-content ul {
  padding-left: 1.15rem;
}

.article-callout {
  margin: 1.4rem 0;
  padding: 1rem;
  background: var(--cream);
}

.article-callout strong {
  display: block;
  margin-bottom: 0.35rem;
}

.quick-picks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.2rem 0;
}

.quick-pick {
  padding: 1rem;
}

.quick-pick span {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sidebar {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 1rem;
}

.product-link,
.cheat-item {
  padding: 1rem;
}

.product-link h3,
.cheat-item h3 {
  font-size: 1rem;
}

.product-link p,
.cheat-item p {
  margin: 0.55rem 0 0.9rem;
  color: rgba(23, 19, 14, 0.7);
  line-height: 1.5;
}

.mini-nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 1rem 0 0;
}

.mini-nav a {
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  color: rgba(255, 250, 240, 0.82);
  background: rgba(255, 250, 240, 0.1);
  text-decoration: none;
  font-weight: 850;
}

@media (max-width: 900px) {
  .section-heading,
  .finder-grid,
  .gear-layout,
  .throne-section,
  .article-shell,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .signal-band {
    grid-template-columns: 1fr;
  }

  .signal-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 240, 0.16);
  }

  .signal-item:last-child {
    border-bottom: 0;
  }

  .guide-card,
  .guide-card.compact {
    grid-column: span 12;
    grid-template-columns: 1fr;
  }

  .guide-card:nth-child(even):not(.compact) .image-link {
    order: 0;
  }

  .sidebar {
    position: static;
  }
}

@media (max-width: 620px) {
  .nav-shell {
    width: calc(100% - 24px);
    min-height: 62px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0.55rem 0;
  }

  .brand-crown {
    width: 24px;
    height: 20px;
    flex-basis: 24px;
  }

  .nav-links {
    width: 100%;
  }

  .nav-links a {
    padding: 0.48rem 0.62rem;
    font-size: 0.86rem;
  }

  .hero {
    min-height: clamp(560px, 74svh, 760px);
    padding: 2.8rem 0 3.2rem;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 4, 3, 0.9), rgba(4, 4, 3, 0.62)),
      linear-gradient(0deg, rgba(4, 4, 3, 0.68), rgba(4, 4, 3, 0.18));
  }

  .hero-content,
  .hero-panel,
  .section-heading,
  .finder-grid,
  .guide-grid,
  .filter-row,
  .category-cloud,
  .matrix-wrap,
  .gear-layout,
  .throne-section,
  .article-shell,
  .guide-hero-content {
    width: calc(100% - 24px);
  }

  .hero-content {
    padding-left: 0.75rem;
    border-left-width: 4px;
  }

  .hero-panel {
    display: none;
  }

  h1 {
    font-size: clamp(3.3rem, 19vw, 5rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .quick-picks,
  .rule-grid {
    grid-template-columns: 1fr;
  }

  .gear-layout > img {
    min-height: 260px;
  }
}
