body {
  background: #11110f;
  color: #ece6da;
  font-family: Inter, ui-sans-serif, system-ui;
  margin: 0;
}
.guide-header,
.guide-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6vw;
  border-bottom: 1px solid rgba(198, 161, 91, 0.22);
}
.breadcrumbs {
  font-size: 0.78rem;
  color: #8e897f;
  margin-bottom: 34px;
}
.breadcrumbs a {
  color: #d4b574;
}
.guide-figure {
  margin: 44px 0;
}
.guide-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(198, 161, 91, 0.24);
  background: #181713;
}
.guide-figure figcaption {
  font-size: 0.78rem;
  color: #8e897f;
  margin-top: 10px;
}
.guide-header a,
.guide-footer a {
  color: inherit;
  text-decoration: none;
}
.guide-brand {
  font:
    700 1.1rem Georgia,
    serif;
}
.guide-brand span {
  color: #c6a15b;
}
.guide-cta {
  padding: 12px 18px;
  background: #c6a15b;
  color: #11110f !important;
  font-weight: 700;
}
.guide {
  max-width: 820px;
  margin: auto;
  padding: 90px 24px;
}
.kicker {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: #c6a15b;
}
.guide h1 {
  font:
    clamp(3rem, 7vw, 5.7rem) / 0.94 Georgia,
    serif;
  margin: 20px 0 32px;
}
.dek {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #b5afa3;
}
.byline {
  font-size: 0.8rem;
  color: #8e897f;
  border-bottom: 1px solid rgba(198, 161, 91, 0.22);
  padding: 22px 0 42px;
}
.answer {
  border-left: 3px solid #c6a15b;
  padding: 24px 30px;
  margin: 48px 0;
  background: #181713;
  font-size: 1.08rem;
  line-height: 1.75;
}
.guide h2 {
  font:
    2.25rem Georgia,
    serif;
  margin: 64px 0 18px;
}
.guide h3 {
  font:
    1.35rem Georgia,
    serif;
  margin: 34px 0 12px;
}
.guide p,
.guide li {
  line-height: 1.8;
  color: #c7c0b4;
}
.guide strong {
  color: #fff;
}
.guide a {
  color: #d4b574;
}
.guide table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
}
.guide th,
.guide td {
  text-align: left;
  padding: 15px;
  border: 1px solid rgba(198, 161, 91, 0.2);
  vertical-align: top;
}
.guide th {
  color: #c6a15b;
}
.callout {
  margin: 46px 0;
  padding: 30px;
  background: #c6a15b;
  color: #11110f;
}
.callout p {
  color: #11110f;
}
.guide-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 70px;
}
.guide-nav a {
  padding: 22px;
  border: 1px solid rgba(198, 161, 91, 0.3);
  text-decoration: none;
}
.guide-footer {
  border-top: 1px solid rgba(198, 161, 91, 0.22);
  border-bottom: 0;
  color: #999388;
}
@media (max-width: 650px) {
  .guide {
    padding-top: 60px;
  }
  .guide-header {
    gap: 15px;
  }
  .guide-header nav {
    display: none;
  }
  .guide-nav {
    grid-template-columns: 1fr;
  }
  .guide h1 {
    font-size: 3.2rem;
  }
}
