:root {
  color-scheme: dark;
  --ink: #f8f0df;
  --muted: #c9c0ae;
  --dim: #938979;
  --night: #101716;
  --night-2: #17211d;
  --moss: #395144;
  --leaf: #6b8f60;
  --berry: #d85a52;
  --berry-dark: #8f332f;
  --gold: #f5c56b;
  --cream: #fff4dc;
  --line: rgba(255, 244, 220, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  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;
  background: var(--night);
  color: var(--ink);
  line-height: 1.6;
}

body::selection {
  background: var(--berry);
  color: #fff;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--cream);
  color: var(--night);
  padding: 0.7rem 1rem;
  border-radius: 4px;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 4.25rem;
  padding: 0 5vw;
  background: rgba(16, 23, 22, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #fff4ca 0 14%, transparent 15%),
    radial-gradient(circle, var(--gold) 0 56%, #a35242 57% 100%);
  box-shadow: 0 0 24px rgba(245, 197, 107, 0.55);
  flex: 0 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a:focus {
  color: var(--cream);
}

.hero {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  padding: 8.3rem 5vw 3.5rem;
  background:
    linear-gradient(115deg, rgba(16, 23, 22, 0.98) 0%, rgba(16, 23, 22, 0.9) 42%, rgba(24, 29, 24, 0.58) 66%, rgba(16, 23, 22, 0.9) 100%),
    radial-gradient(circle at 80% 35%, rgba(245, 197, 107, 0.25), transparent 32%),
    linear-gradient(180deg, #111717 0%, #17211d 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 25%;
  background:
    linear-gradient(180deg, transparent 0%, rgba(57, 81, 68, 0.5) 100%),
    repeating-linear-gradient(100deg, transparent 0 1.1rem, rgba(107, 143, 96, 0.22) 1.2rem 1.3rem);
  opacity: 0.62;
}

.hero-moon {
  position: absolute;
  right: 4vw;
  top: 6.5rem;
  width: 43rem;
  max-width: 48vw;
  height: auto;
  border-radius: 50%;
  opacity: 0.96;
  filter: sepia(0.16) saturate(1.15) drop-shadow(0 0 70px rgba(245, 197, 107, 0.28));
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 23, 22, 1) 0%, rgba(16, 23, 22, 0.9) 35%, transparent 67%),
    radial-gradient(circle at 12% 90%, rgba(216, 90, 82, 0.16), transparent 27%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(46rem, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  color: var(--cream);
  font-size: 4.8rem;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.45);
}

h2 {
  margin-bottom: 1rem;
  color: var(--cream);
  font-size: 2.55rem;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  color: var(--cream);
  font-size: 1.2rem;
  line-height: 1.25;
}

.hero-copy {
  width: min(39rem, 100%);
  color: var(--muted);
  font-size: 1.18rem;
}

.byline {
  margin: 0.9rem 0 0;
  color: #6a7468;
  font-size: 0.9rem;
}

.byline time {
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.75rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--berry);
  color: #fff;
  box-shadow: 0 16px 38px rgba(216, 90, 82, 0.26);
}

.button-primary:hover,
.button-primary:focus {
  background: #eb6b61;
}

.button-secondary {
  background: rgba(255, 244, 220, 0.08);
  color: var(--cream);
  border-color: var(--line);
}

.button-secondary:hover,
.button-secondary:focus {
  background: rgba(255, 244, 220, 0.15);
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(46rem, 100%);
  margin: 2.2rem 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact-strip div {
  padding: 1rem 1rem 1rem 0;
}

.fact-strip dt {
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fact-strip dd {
  margin: 0.22rem 0 0;
  color: var(--cream);
  font-weight: 800;
}

.container {
  width: min(1120px, 90vw);
  margin: 0 auto;
}

.narrow {
  width: min(780px, 90vw);
}

.answer-band {
  padding: 3rem 0;
  background: var(--cream);
  color: #1c241f;
}

.answer-band h2,
.answer-band .section-kicker {
  color: #1c241f;
}

.answer-band .section-kicker {
  color: var(--berry-dark);
}

.answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 21rem;
  align-items: center;
  gap: 2rem;
}

.lead {
  margin-bottom: 0;
  color: #354039;
  font-size: 1.14rem;
}

.time-box {
  padding: 1.2rem;
  border: 1px solid rgba(28, 36, 31, 0.12);
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: 0 18px 40px rgba(28, 36, 31, 0.12);
}

.time-label {
  margin-bottom: 0.35rem;
  color: var(--berry-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.time-value {
  margin-bottom: 0.35rem;
  color: #1c241f;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.2;
}

.time-note {
  margin-bottom: 0;
  color: #596259;
  font-size: 0.92rem;
}

.section {
  padding: 5.5rem 0;
}

.soft-band {
  background: #18231f;
}

.source-band {
  border-top: 1px solid var(--line);
  background: #111817;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  align-items: center;
  gap: 4rem;
}

.two-column.reverse {
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1fr);
}

.two-column p,
.source-band p,
.faq-section p {
  color: var(--muted);
}

.detail-panel {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 244, 220, 0.06);
}

.clean-list {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.clean-list strong {
  color: var(--cream);
}

.image-note {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 244, 220, 0.04);
}

.image-note img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  filter: sepia(0.1) saturate(1.08);
}

.image-note p {
  margin: 0;
  padding: 0.75rem 0.9rem;
  color: var(--dim);
  font-size: 0.82rem;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.step-grid article {
  min-height: 14rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 244, 220, 0.055);
}

.step-number {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--berry);
  font-weight: 900;
}

.step-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.faq-section {
  background: var(--cream);
  color: #1c241f;
}

.faq-section h2,
.faq-section .section-kicker {
  color: #1c241f;
}

.faq-section .section-kicker {
  color: var(--berry-dark);
}

details {
  border-bottom: 1px solid rgba(28, 36, 31, 0.15);
}

summary {
  padding: 1.1rem 0;
  color: #1c241f;
  font-size: 1.08rem;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin-bottom: 1.2rem;
  color: #4a554d;
}

.source-band a {
  color: var(--gold);
}

.about-note {
  margin-top: 1.1rem;
  color: var(--dim);
  font-size: 0.92rem;
}

.site-footer {
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  background: #0d1211;
}

.not-found {
  display: grid;
  align-content: center;
  min-height: 100svh;
  width: min(720px, 90vw);
  margin: 0 auto;
  padding: 3rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--dim);
  font-size: 0.92rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--muted);
  text-decoration: none;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    padding: 0 1rem;
  }

  .nav {
    gap: 0.7rem;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 74svh;
    padding: 7.6rem 1.1rem 2.5rem;
  }

  .hero-moon {
    right: -5.5rem;
    top: 6.2rem;
    max-width: none;
    width: 23rem;
    opacity: 0.62;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(16, 23, 22, 0.97) 0%, rgba(16, 23, 22, 0.76) 100%),
      radial-gradient(circle at 5% 84%, rgba(216, 90, 82, 0.16), transparent 30%);
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2rem;
  }

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

  .fact-strip {
    grid-template-columns: 1fr;
  }

  .fact-strip div {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
  }

  .fact-strip div:last-child {
    border-bottom: 0;
  }

  .answer-grid,
  .two-column,
  .two-column.reverse,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .two-column,
  .two-column.reverse {
    gap: 2rem;
  }

  .section {
    padding: 4rem 0;
  }
}

@media (max-width: 620px) {
  .brand span:last-child {
    max-width: 9.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav a:nth-child(3),
  .nav a:nth-child(4) {
    display: none;
  }

  .hero {
    min-height: 76svh;
  }

  h1 {
    font-size: 2.65rem;
  }

  .button {
    width: 100%;
  }

  .time-value {
    font-size: 1.22rem;
  }
}
