.guide-hub-g33 {
  --hub-forest: #17362e;
  --hub-forest-2: #0f2822;
  --hub-cream: #f7f2e7;
  --hub-paper: #fffdf7;
  --hub-copper: #cf8f54;
  --hub-line: rgba(23, 54, 46, .18);
  max-width: min(1240px, calc(100% - 40px));
}

.guide-hub-g33 .hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  min-height: 520px;
  padding: 0 !important;
  overflow: hidden;
  border-color: rgba(15, 40, 34, .42) !important;
  background: var(--hub-forest) !important;
}

.guide-hub-g33 .hub-hero::before,
.guide-hub-g33 .hub-hero::after {
  display: none !important;
}

.hub-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
  background:
    linear-gradient(125deg, rgba(255, 255, 255, .035), transparent 48%),
    var(--hub-forest);
}

.hub-hero .eyebrow {
  margin: 0 0 22px;
}

.hub-hero .eyebrow span {
  border-color: rgba(255, 255, 255, .24);
  color: #f2c99f !important;
  background: rgba(255, 255, 255, .06);
}

.guide-hub-g33 .hub-hero h1 {
  max-width: 690px;
  margin: 0;
  color: #fffdf7;
  font-size: clamp(3.1rem, 5.6vw, 5.75rem);
  line-height: .94;
  text-wrap: balance;
}

.guide-hub-g33 .hub-hero .guide-lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 253, 247, .78);
  font-size: 1.04rem;
  line-height: 1.68;
}

.hub-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hub-hero-actions .button {
  min-height: 48px;
  border-radius: 4px;
}

.guide-hub-g33 .hub-hero-actions .button.primary {
  border-color: #f5d0a7;
  color: #17362e;
  background: #f5d0a7 !important;
}

.guide-hub-g33 .hub-hero-actions .button.secondary {
  border-color: rgba(255, 255, 255, .36);
  color: #fffdf7;
  background: transparent !important;
}

.hub-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 28px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 253, 247, .7);
  font-size: .74rem;
  font-weight: 700;
}

.hub-proof-row span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px 1px 0;
  background: var(--hub-copper);
}

.hub-hero-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--hub-forest-2);
}

.hub-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.02);
}

.hub-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(8, 25, 21, .78));
  pointer-events: none;
}

.hub-hero-caption {
  position: absolute !important;
  z-index: 2;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  color: #fffdf7;
}

.hub-hero-caption b {
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 2.25rem;
  font-weight: 650;
}

.hub-hero-caption span {
  max-width: 230px;
  color: rgba(255, 253, 247, .76);
  font-size: .78rem;
  line-height: 1.4;
}

.guide-hub-g33 .hub-router {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding: clamp(28px, 4vw, 50px);
  border-color: var(--hub-line);
  background: var(--hub-paper);
}

.hub-router::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(207, 143, 84, .23);
  transform: rotate(35deg);
  pointer-events: none;
}

.hub-router-head,
.hub-router-form,
.hub-result {
  position: relative;
  z-index: 1;
}

.hub-router-head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(330px, 1.2fr);
  gap: 40px;
  align-items: end;
}

.hub-kicker,
.hub-section-kicker {
  margin: 0 0 10px;
  color: #986235 !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-hub-g33 .hub-router h2,
.hub-popular-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.7vw, 3.5rem);
  line-height: 1;
  text-wrap: balance;
}

.hub-router-head > p:last-child,
.hub-popular-heading > p:last-child {
  margin: 0;
  color: #59665f;
  line-height: 1.65;
}

.hub-router-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.hub-question {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--hub-line);
  background: #fbf8ef;
}

.hub-question legend {
  padding: 0 7px;
  color: var(--hub-forest);
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.04rem;
  font-weight: 650;
}

.hub-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.hub-option {
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid rgba(23, 54, 46, .2);
  border-radius: 3px;
  color: #344a42;
  font: inherit;
  font-size: .8rem;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}

.hub-option:hover,
.hub-option:focus-visible {
  border-color: var(--hub-forest);
}

.hub-option[aria-pressed="true"] {
  border-color: var(--hub-forest);
  color: #fffdf7;
  background: var(--hub-forest);
}

.hub-router-status {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  color: #65716b;
  font-size: .78rem;
}

.hub-progress {
  display: flex;
  gap: 5px;
}

.hub-progress span {
  width: 32px;
  height: 3px;
  background: #d9d8d0;
}

.hub-progress span.is-complete {
  background: var(--hub-copper);
}

.hub-result {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--hub-line);
}

.hub-result[hidden] {
  display: none;
}

.hub-result-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 14px;
}

.hub-result-head h3 {
  margin: 0;
  color: var(--hub-forest);
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
}

.hub-result-head p {
  margin: 0;
  color: #65716b;
  font-size: .78rem;
}

.hub-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hub-result-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  min-height: 138px;
  overflow: hidden;
  border: 1px solid var(--hub-line);
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: transform .16s ease, border-color .16s ease;
}

.hub-result-card:hover,
.hub-result-card:focus-visible {
  border-color: rgba(23, 54, 46, .55);
  transform: translateY(-2px);
}

.hub-result-card img {
  width: 96px;
  height: 100%;
  object-fit: cover;
}

.hub-result-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
}

.hub-result-copy small {
  color: #986235;
  font-size: .67rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hub-result-copy b {
  margin-top: 5px;
  color: var(--hub-forest);
  line-height: 1.2;
}

.hub-result-copy span {
  margin-top: 7px;
  color: #65716b;
  font-size: .74rem;
  line-height: 1.35;
}

.hub-popular-heading {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
  gap: 34px;
  align-items: end;
  margin: 42px 0 16px;
}

.guide-hub-g33 .guide-index-visual {
  grid-template-columns: 2fr 1fr 1fr !important;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 10px;
}

.guide-hub-g33 .index-scene-card,
.guide-hub-g33 .index-scene-feature {
  position: relative;
  min-height: 220px !important;
  overflow: hidden;
  border: 0;
  color: #fffdf7;
  background: var(--hub-forest-2);
}

.guide-hub-g33 .index-scene-feature {
  grid-row: 1 / 3 !important;
}

.guide-hub-g33 .index-scene-card::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 22, 18, .02) 25%, rgba(6, 22, 18, .86));
}

.guide-hub-g33 .index-scene-card img {
  position: absolute !important;
  inset: 0 !important;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .35s ease !important;
}

.guide-hub-g33 .index-scene-card:hover img {
  transform: scale(1.025) !important;
}

.guide-hub-g33 .index-scene-card span,
.guide-hub-g33 .index-scene-card b {
  position: absolute !important;
  right: 18px !important;
  left: 18px !important;
  z-index: 2;
  max-width: none !important;
  margin: 0;
  color: #fffdf7 !important;
}

.guide-hub-g33 .index-scene-card span {
  bottom: 58px !important;
  font-size: .66rem;
}

.guide-hub-g33 .index-scene-card b {
  bottom: 18px !important;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.1rem !important;
}

.guide-hub-g33 .index-scene-feature span {
  bottom: 76px !important;
}

.guide-hub-g33 .index-scene-feature b {
  bottom: 24px !important;
  font-size: clamp(1.65rem, 3vw, 2.7rem) !important;
}

@media (max-width: 940px) {
  .guide-hub-g33 .hub-hero {
    grid-template-columns: 1fr;
  }

  .hub-hero-media {
    min-height: 360px;
  }

  .hub-router-head,
  .hub-popular-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hub-router-form,
  .hub-result-grid {
    grid-template-columns: 1fr;
  }

  .guide-hub-g33 .guide-index-visual {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
  }

  .guide-hub-g33 .index-scene-feature {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    min-height: 360px !important;
  }
}

@media (max-width: 620px) {
  .guide-hub-g33 {
    max-width: min(100% - 20px, 1240px);
  }

  .hub-hero-copy {
    padding: 32px 22px;
  }

  .guide-hub-g33 .hub-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem) !important;
  }

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

  .hub-hero-media {
    min-height: 300px;
  }

  .hub-hero-caption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .hub-router-status,
  .hub-result-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-hub-g33 .guide-index-visual {
    grid-template-columns: 1fr !important;
  }

  .guide-hub-g33 .index-scene-card,
  .guide-hub-g33 .index-scene-feature {
    min-height: 270px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-hub-g33 *,
  .guide-hub-g33 *::before,
  .guide-hub-g33 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
