:root {
  --bg: #0c1110;
  --bg-soft: #111816;
  --surface: #17201e;
  --surface-raised: #1d2926;
  --surface-copper: #261e16;
  --text: #f1f5f1;
  --muted: #a9b6b0;
  --muted-strong: #c8d2cd;
  --border: rgba(169, 194, 182, 0.18);
  --border-strong: rgba(232, 167, 63, 0.36);
  --copper: #e5a33b;
  --copper-bright: #ffc857;
  --teal: #2bc9c2;
  --teal-deep: #12666a;
  --danger: #f28368;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.2);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(37, 119, 116, 0.14), transparent 32rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--copper-bright);
  text-decoration: none;
}

a:hover {
  color: #ffe39c;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.shell {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.narrow-shell {
  width: min(820px, calc(100% - 48px));
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--border);
  background: rgba(12, 17, 16, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 11px;
  color: var(--text);
}

.brand:hover {
  color: var(--text);
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.35));
}

.brand span {
  display: grid;
  line-height: 1.1;
}

.brand strong {
  color: var(--copper-bright);
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--muted-strong);
  font-size: 0.87rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--copper-bright);
  background: rgba(229, 163, 59, 0.1);
  outline: none;
}

.site-nav .nav-cta {
  margin-left: 8px;
  color: #16120c;
  background: var(--copper);
  box-shadow: 0 7px 18px rgba(229, 163, 59, 0.18);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #16120c;
  background: var(--copper-bright);
}

.language-menu {
  position: relative;
  margin-left: 4px;
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

.language-menu summary {
  padding: 9px 10px;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary:hover,
.language-menu summary:focus-visible {
  color: var(--copper-bright);
  background: rgba(229, 163, 59, 0.1);
  outline: none;
}

.language-menu-list {
  position: absolute;
  z-index: 5;
  top: calc(100% + 4px);
  right: 0;
  display: grid;
  min-width: 138px;
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.language-menu-list a {
  padding: 7px 9px;
  border-radius: 6px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: var(--muted-strong);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 72px;
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(120deg, rgba(36, 25, 16, 0.98), rgba(15, 29, 27, 0.86)),
    radial-gradient(circle at 88% 18%, rgba(229, 163, 59, 0.24), transparent 25rem);
}

.hero-section::before {
  position: absolute;
  top: 0;
  right: -12rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(43, 201, 194, 0.12);
  border-radius: 50%;
  content: "";
  transform: translateY(-45%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.07fr) minmax(360px, 0.93fr);
  gap: 70px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 5.2vw, 5.35rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.3vw, 3.25rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  letter-spacing: -0.025em;
}

p {
  margin-top: 0;
  color: var(--muted);
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 30px;
  color: #d7dfda;
  font-size: clamp(1.05rem, 1.5vw, 1.23rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  color: inherit;
  transform: translateY(-2px);
}

.button-primary {
  color: #1b1409;
  background: var(--copper-bright);
  box-shadow: 0 12px 24px rgba(229, 163, 59, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #1b1409;
  background: #ffda76;
}

.button-ghost {
  color: var(--text);
  border-color: var(--border-strong);
  background: rgba(19, 28, 26, 0.6);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  color: var(--copper-bright);
  border-color: var(--copper);
  background: rgba(229, 163, 59, 0.1);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.fact-card {
  min-height: 80px;
  padding: 13px 14px;
  border: 1px solid rgba(229, 163, 59, 0.24);
  border-radius: var(--radius-sm);
  background: rgba(12, 17, 16, 0.48);
}

.fact-card span,
.fact-card strong {
  display: block;
}

.fact-card span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fact-card strong {
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.25;
}

.media-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-media {
  min-height: 500px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(45, 37, 24, 0.98), rgba(13, 25, 24, 0.98)),
    var(--surface);
}

.hero-media .media-glow {
  position: absolute;
  top: 8%;
  left: 10%;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 201, 194, 0.3), transparent 66%);
  filter: blur(10px);
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 438px;
  border-radius: 17px;
  object-fit: cover;
}

figcaption {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.hero-media figcaption {
  position: relative;
  z-index: 1;
  padding: 14px 3px 2px;
}

.hero-media-label {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 70px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #e8f1ec;
  background: rgba(12, 17, 16, 0.76);
  font-size: 0.7rem;
  font-weight: 700;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(43, 201, 194, 0.12);
  vertical-align: 1px;
}

.section {
  padding: 92px 0;
  border-bottom: 1px solid var(--border);
  scroll-margin-top: 88px;
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(17, 24, 22, 0.66), rgba(12, 17, 16, 0.88)),
    var(--bg);
}

.section-muted {
  background: var(--bg-soft);
}

.video-section {
  background: var(--bg-soft);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 40px;
  align-items: center;
}

.video-section .section-heading {
  margin-bottom: 0;
}

.video-card {
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.youtube-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #070b0a;
}

.youtube-placeholder,
.youtube-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-placeholder {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: inherit;
  background: #070b0a;
  cursor: pointer;
}

.youtube-placeholder::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 11, 10, 0.08), rgba(7, 11, 10, 0.64));
  content: "";
}

.youtube-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 220ms ease, opacity 220ms ease;
}

.youtube-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  padding-left: 4px;
  border-radius: 50%;
  color: #1b1409;
  background: var(--copper-bright);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
  font-size: 1.28rem;
  transform: translate(-50%, -50%);
  transition: transform 160ms ease, background 160ms ease;
}

.youtube-placeholder:hover img,
.youtube-placeholder:focus-visible img {
  opacity: 1;
  transform: scale(1.025);
}

.youtube-placeholder:hover .youtube-play,
.youtube-placeholder:focus-visible .youtube-play {
  background: #ffda76;
  transform: translate(-50%, -50%) scale(1.06);
}

.youtube-placeholder:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: -3px;
}

.video-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
}

.video-details span {
  color: var(--muted);
  font-size: 0.8rem;
}

.video-details a {
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 800;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 40px;
}

.section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1rem;
}

.compact-heading {
  margin-bottom: 26px;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  max-width: none;
}

.split-heading > div {
  max-width: 680px;
}

.section-heading-note,
.heading-aside {
  display: grid;
  justify-items: end;
  gap: 8px;
  max-width: 340px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: right;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(43, 201, 194, 0.3);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(43, 201, 194, 0.08);
  font-size: 0.74rem;
  font-weight: 800;
}

.live-pill .status-dot {
  margin-right: 7px;
}

.narrow-intro {
  max-width: 780px;
  margin-bottom: 28px;
}

.quick-grid,
.principles-grid,
.ore-grid,
.tier-lens-grid,
.gear-grid,
.media-grid {
  display: grid;
  gap: 14px;
}

.quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-card,
.principle-card,
.ore-card,
.tier-lens-card,
.gear-card,
.gallery-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(23, 32, 30, 0.66);
  box-shadow: var(--shadow-soft);
}

.quick-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px;
  color: var(--text);
}

.quick-card:hover {
  color: var(--text);
  border-color: var(--border-strong);
  background: rgba(41, 48, 40, 0.78);
  transform: translateY(-3px);
}

.quick-number,
.step-number,
.ore-index,
.lens-icon {
  color: var(--copper-bright);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.quick-card h3 {
  margin-bottom: 9px;
}

.quick-card p {
  min-height: 84px;
  margin-bottom: 14px;
  font-size: 0.88rem;
}

.text-link {
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 800;
}

.codes-layout,
.guide-layout,
.ores-lower-grid,
.editorial-layout,
.faq-layout {
  display: grid;
  gap: 28px;
}

.codes-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
}

.panel-surface,
.steps-panel,
.checklist-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.codes-panel {
  padding: 17px;
}

.code-list {
  display: grid;
  gap: 7px;
}

.code-row {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(155px, 1fr) minmax(150px, 0.9fr) auto;
  gap: 12px;
  padding: 12px 13px;
  border: 1px solid rgba(169, 194, 182, 0.1);
  border-radius: 10px;
  background: rgba(12, 17, 16, 0.48);
}

.code-value code {
  display: block;
  color: #fff0c1;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.87rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.code-value span,
.code-reward {
  color: var(--muted);
  font-size: 0.74rem;
}

.code-value span {
  display: block;
  margin-top: 3px;
  color: var(--teal);
}

.copy-code {
  min-width: 64px;
  padding: 7px 9px;
  border: 1px solid rgba(229, 163, 59, 0.34);
  border-radius: 8px;
  color: var(--copper-bright);
  background: rgba(229, 163, 59, 0.08);
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.copy-code:hover,
.copy-code:focus-visible {
  color: #1d1508;
  background: var(--copper-bright);
  outline: none;
}

.panel-note,
.section-note {
  margin: 16px 4px 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.copy-status {
  min-height: 1.3em;
  margin: 6px 4px 0;
  color: var(--teal);
  font-size: 0.78rem;
}

.steps-panel {
  padding: 26px;
}

.steps-panel h3 {
  font-size: 1.35rem;
}

.numbered-list {
  display: grid;
  gap: 15px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
  counter-reset: redeem;
}

.numbered-list li {
  position: relative;
  padding-left: 35px;
  color: var(--muted-strong);
  font-size: 0.88rem;
}

.numbered-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  color: var(--copper-bright);
  content: counter(redeem);
  counter-increment: redeem;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 21px;
  text-align: center;
}

.editorial-callout {
  padding: 15px;
  border-left: 3px solid var(--teal);
  background: rgba(43, 201, 194, 0.07);
}

.editorial-callout strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 0.86rem;
}

.editorial-callout p {
  margin: 0;
  font-size: 0.78rem;
}

.guide-layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: start;
}

.step-stack {
  display: grid;
  gap: 10px;
}

.guide-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}

.guide-step:first-child {
  padding-top: 0;
}

.step-number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  background: rgba(229, 163, 59, 0.08);
}

.guide-step h3 {
  margin-bottom: 6px;
  font-size: 1.25rem;
}

.guide-step p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.content-figure img,
.gallery-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.content-figure figcaption,
.gallery-card figcaption {
  padding: 13px 15px 15px;
}

.subsection-heading {
  margin: 70px 0 24px;
}

.subsection-heading h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.principles-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.principle-card {
  padding: 21px;
}

.principle-mark {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 1.3rem;
}

.principle-card h3 {
  min-height: 2.5em;
}

.principle-card p,
.ore-card p,
.gear-card p {
  margin-bottom: 0;
  font-size: 0.84rem;
}

.ore-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
}

.ore-card {
  min-height: 245px;
  padding: 21px;
  background:
    linear-gradient(150deg, rgba(23, 32, 30, 0.88), rgba(17, 24, 22, 0.92)),
    var(--surface);
}

.ore-index {
  display: block;
  margin-bottom: 28px;
}

.ore-card h3 {
  margin-bottom: 9px;
}

.ore-card strong {
  display: block;
  margin-bottom: 11px;
  color: var(--teal);
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ores-lower-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  align-items: stretch;
}

.checklist-card {
  padding: 27px;
}

.checklist-card h3 {
  margin-bottom: 21px;
  font-size: 1.45rem;
}

.check-list,
.source-rules {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.source-rules li {
  position: relative;
  padding-left: 25px;
  color: var(--muted-strong);
  font-size: 0.86rem;
}

.check-list li::before,
.source-rules li::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  content: "";
}

.tier-lens-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 30px;
}

.tier-lens-card {
  padding: 25px;
  background: linear-gradient(150deg, rgba(34, 40, 32, 0.86), rgba(18, 29, 27, 0.92));
}

.lens-icon {
  display: inline-flex;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  border: 1px solid var(--border-strong);
  border-radius: 9px;
}

.tier-lens-card h3 {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.tier-lens-card dl {
  display: grid;
  gap: 13px;
  margin: 0;
}

.tier-lens-card dl div {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 9px;
  padding-top: 11px;
  border-top: 1px solid var(--border);
}

.tier-lens-card dt {
  color: var(--copper-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tier-lens-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.45;
}

.gear-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gear-card {
  min-height: 170px;
  padding: 20px;
  background: rgba(12, 17, 16, 0.4);
}

.gear-label {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gear-card h3 {
  margin-bottom: 8px;
}

.media-section {
  background: #101715;
}

.media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card {
  overflow: hidden;
  background: var(--surface);
}

.gallery-card img {
  transition: transform 300ms ease;
}

.gallery-card:hover img {
  transform: scale(1.025);
}

.editorial-layout {
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.45fr);
  align-items: start;
}

.editorial-layout .section-heading {
  margin-bottom: 0;
}

.editorial-copy {
  max-width: 780px;
}

.editorial-copy p {
  color: var(--muted-strong);
  font-size: 0.98rem;
}

.source-rules {
  margin-top: 25px;
  padding: 21px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(23, 32, 30, 0.66);
}

.faq-layout {
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  align-items: start;
}

.faq-layout .section-heading {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(23, 32, 30, 0.72);
}

.faq-list details[open] {
  border-color: var(--border-strong);
}

.faq-list summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--copper-bright);
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  transform: translateY(-54%);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-answer {
  padding: 0 20px 19px;
  border-top: 1px solid var(--border);
}

.faq-answer p {
  margin: 15px 0 0;
  font-size: 0.88rem;
}

.site-footer {
  padding: 62px 0 24px;
  background: #090d0c;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(150px, 0.45fr));
  gap: 52px;
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 440px;
  margin-bottom: 13px;
  font-size: 0.84rem;
}

.footer-email {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 700;
}

.site-footer h2 {
  margin-bottom: 16px;
  color: var(--text);
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li a {
  color: var(--muted);
  font-size: 0.83rem;
}

.site-footer li a:hover {
  color: var(--copper-bright);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.footer-bottom p {
  max-width: 620px;
  margin: 0;
  color: #78857f;
  font-size: 0.73rem;
}

.static-hero {
  padding: 88px 0 64px;
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(120deg, rgba(37, 29, 20, 0.94), rgba(14, 27, 25, 0.96)),
    radial-gradient(circle at 80% 0%, rgba(43, 201, 194, 0.14), transparent 28rem);
}

.static-hero h1 {
  max-width: 760px;
  margin-bottom: 17px;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.static-hero p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--muted-strong);
  font-size: 1.05rem;
}

.static-section {
  min-height: 55vh;
  background: var(--bg-soft);
}

.legal-copy {
  color: var(--muted-strong);
}

.legal-copy .updated-label {
  margin-bottom: 34px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-copy h2 {
  margin-top: 42px;
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.legal-copy h2:first-of-type {
  margin-top: 0;
}

.legal-copy p,
.legal-copy li {
  color: var(--muted-strong);
  font-size: 0.94rem;
}

.legal-copy ul {
  display: grid;
  gap: 10px;
  padding-left: 21px;
}

.legal-copy strong {
  color: var(--text);
}

.error-page {
  min-height: 65vh;
}

@media (max-width: 1050px) {
  .hero-grid {
    gap: 38px;
  }

  .site-nav a {
    padding-inline: 8px;
    font-size: 0.8rem;
  }

  .principles-grid,
  .ore-grid,
  .gear-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .header-inner {
    position: relative;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    padding: 12px;
    border: 1px solid var(--border);
    border-top: 0;
    background: rgba(12, 17, 16, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 12px;
  }

  .site-nav .nav-cta {
    margin: 6px 0 0;
    text-align: center;
  }

  .language-menu {
    margin: 6px 0 0;
  }

  .language-menu-list {
    position: static;
    margin-top: 4px;
    box-shadow: none;
  }

  .hero-grid,
  .video-layout,
  .codes-layout,
  .guide-layout,
  .ores-lower-grid,
  .editorial-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-media {
    max-width: 650px;
  }

  .split-heading {
    display: grid;
    align-items: start;
  }

  .section-heading-note,
  .heading-aside {
    justify-items: start;
    margin-bottom: 0;
    text-align: left;
  }

  .editorial-layout .section-heading,
  .faq-layout .section-heading {
    margin-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .shell,
  .narrow-shell {
    width: min(100% - 32px, var(--max-width));
  }

  .hero-section {
    padding: 62px 0 54px;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 4.1rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-facts,
  .quick-grid,
  .principles-grid,
  .ore-grid,
  .tier-lens-grid,
  .gear-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    gap: 8px;
  }

  .fact-card {
    min-height: auto;
  }

  .hero-media {
    min-height: 0;
    padding: 10px;
  }

  .hero-media img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .hero-media-label {
    right: 20px;
    bottom: 60px;
  }

  .video-details {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .section {
    padding: 66px 0;
  }

  .quick-card p {
    min-height: 0;
  }

  .code-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .code-reward {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .copy-code {
    grid-column: 2;
    grid-row: 1;
  }

  .steps-panel,
  .checklist-card,
  .tier-lens-card {
    padding: 21px;
  }

  .static-hero {
    padding: 68px 0 52px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
