.gift-g66-page .gift-finder-intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gift-g66-page .gift-finder-intro .buy-box-note {
  margin-bottom: 0;
}

.gift-finder-intro-steps {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gift-finder-intro-steps li {
  align-items: center;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(30, 48, 39, 0.14);
  border-radius: 0.8rem;
  display: grid;
  gap: 0.15rem 0.75rem;
  grid-template-columns: auto 1fr;
  padding: 0.72rem 0.78rem;
}

.gift-finder-intro-steps span {
  align-items: center;
  background: #1e3027;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  grid-row: 1 / span 2;
  height: 2rem;
  justify-content: center;
  letter-spacing: 0.05em;
  width: 2rem;
}

.gift-finder-intro-steps b {
  color: #1e3027;
  font-size: 0.92rem;
}

.gift-finder-intro-steps small {
  color: #5e685f;
  font-size: 0.78rem;
  line-height: 1.35;
}

.gift-finder-entry {
  justify-content: center;
  min-height: 48px;
  width: 100%;
}

.gift-mobile-entry {
  display: none;
}

.gift-finder-intro-note {
  color: #667068;
  font-size: 0.78rem;
  line-height: 1.45;
  margin: -0.25rem 0 0;
}

.gift-finder {
  background:
    radial-gradient(circle at 94% 8%, rgba(219, 174, 40, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 243, 234, 0.95));
  border-color: rgba(30, 48, 39, 0.2);
  overflow: hidden;
}

.gift-finder-kicker,
.gift-related-kicker {
  color: #8b5d18;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.gift-finder-progress {
  background: rgba(30, 48, 39, 0.1);
  border-radius: 999px;
  height: 0.42rem;
  margin: 1.25rem 0 0.55rem;
  overflow: hidden;
}

.gift-finder-progress span {
  background: linear-gradient(90deg, #1e3027, #d7a321);
  border-radius: inherit;
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.gift-finder-status {
  color: #5e685f;
  font-size: 0.86rem;
  margin: 0 0 1.1rem;
}

.gift-finder-questions {
  display: grid;
  gap: 0.8rem;
}

.gift-finder fieldset {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(30, 48, 39, 0.15);
  border-radius: 0.9rem;
  margin: 0;
  min-width: 0;
  padding: 1rem;
}

.gift-finder legend {
  color: #1e3027;
  font-family: Manrope, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 0 0.25rem;
}

.gift-finder legend span {
  color: #9c6a16;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  margin-right: 0.4rem;
}

.gift-finder-options {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  margin-top: 0.35rem;
}

.gift-finder-options button {
  align-items: center;
  appearance: none;
  background: #fffdfa;
  border: 1px solid rgba(30, 48, 39, 0.22);
  border-radius: 999px;
  color: #26362d;
  cursor: pointer;
  display: inline-flex;
  font: 750 0.84rem/1.2 Manrope, sans-serif;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gift-finder-options button:hover {
  border-color: #1e3027;
  transform: translateY(-1px);
}

.gift-finder-options button[aria-pressed="true"] {
  background: #1e3027;
  border-color: #1e3027;
  color: #fff;
}

.gift-finder-options button:focus-visible,
.gift-finder-reset:focus-visible,
.gift-result-cta:focus-visible,
.gift-related a:focus-visible {
  outline: 3px solid #d7a321;
  outline-offset: 3px;
}

.gift-finder-result {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
  margin-top: 1.1rem;
}

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

.gift-best-fit,
.gift-related {
  border-radius: 1rem;
  padding: clamp(1rem, 2.5vw, 1.45rem);
}

.gift-best-fit {
  background: #fff9e8;
  border: 1px solid rgba(139, 93, 24, 0.45);
}

.gift-best-fit.is-no-buy {
  background: #edf5ee;
  border-color: rgba(30, 99, 54, 0.36);
}

.gift-result-label {
  color: #8b5d18;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.gift-best-fit.is-no-buy .gift-result-label {
  color: #2f6c43;
}

.gift-best-fit h3 {
  color: #1e3027;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  line-height: 1.02;
  margin: 0 0 0.75rem;
}

.gift-result-reason {
  color: #455249;
  line-height: 1.62;
}

.gift-result-facts {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0;
}

.gift-result-facts div {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(30, 48, 39, 0.12);
  border-radius: 0.75rem;
  padding: 0.85rem;
}

.gift-result-facts dt {
  color: #6d521e;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.gift-result-facts dd {
  color: #37433b;
  font-size: 0.83rem;
  line-height: 1.5;
  margin: 0;
}

.gift-commerce-box,
.gift-no-buy-box {
  border-radius: 0.8rem;
  margin-top: 1rem;
  padding: 1rem;
}

.gift-commerce-box {
  background: #fff;
  border: 1px solid rgba(30, 48, 39, 0.18);
}

.gift-commerce-box .affiliate-note {
  color: #626b64;
  font-size: 0.76rem;
  line-height: 1.45;
  margin: 0 0 0.75rem;
}

.gift-result-cta {
  align-items: center;
  background: #1e3027;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0.72rem 1rem;
  text-decoration: none;
  width: 100%;
}

.gift-no-buy-box {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(30, 99, 54, 0.22);
  color: #34503e;
  line-height: 1.5;
}

.gift-related {
  background: #1e3027;
  color: rgba(255, 255, 255, 0.76);
}

.gift-g66-page .gift-finder .gift-related h3 {
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.08;
  margin: 0 0 0.55rem;
}

.gift-g66-page .gift-finder .gift-related-kicker {
  color: #e4bc62;
}

.gift-g66-page .gift-finder .gift-related > p:not(.gift-related-kicker) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.5;
}

.gift-related [data-gift-related] {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.gift-related a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.75rem;
  color: #fff;
  display: grid;
  gap: 0.2rem;
  min-height: 48px;
  padding: 0.78rem;
  text-decoration: none;
}

.gift-related a b {
  font-size: 0.85rem;
}

.gift-related a small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  line-height: 1.4;
}

.gift-finder-reset {
  appearance: none;
  background: transparent;
  border: 0;
  color: #6d521e;
  cursor: pointer;
  font: 800 0.8rem/1.2 Manrope, sans-serif;
  margin-top: 0.85rem;
  min-height: 44px;
  padding: 0.5rem 0;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

@media (max-width: 820px) {
  .gift-finder-result {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .gift-g66-page .commerce-guide-hero {
    gap: 1rem;
  }

  .gift-mobile-entry {
    display: inline-flex;
    justify-content: center;
    margin-top: 0.2rem;
    min-height: 52px;
    width: 100%;
  }

  .gift-finder-intro-steps {
    gap: 0.5rem;
  }

  .gift-finder {
    padding-inline: 1rem;
  }

  .gift-finder fieldset {
    padding: 0.85rem;
  }

  .gift-finder-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gift-finder-options button {
    border-radius: 0.72rem;
    min-height: 52px;
    padding-inline: 0.55rem;
  }

  .gift-result-facts {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gift-finder-progress span,
  .gift-finder-options button {
    transition: none;
  }
}
