/* At-home search answer, trust, and proof-to-product journey — G14 2026-07-19 */

.at-home-guide-page .at-home-answer-section {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(145deg, rgba(255, 253, 247, .98), rgba(244, 236, 220, .72));
}

.at-home-guide-page .at-home-answer-kicker,
.at-home-guide-page .at-home-proof-kicker {
  margin: 0;
  color: var(--bronze);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.at-home-guide-page .at-home-answer-section h2,
.at-home-guide-page .at-home-proof-copy h3 {
  margin: 0;
}

.at-home-guide-page .at-home-direct-answer {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.48;
}

.at-home-guide-page .at-home-answer-table-wrap {
  margin-top: 2px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.at-home-guide-page .at-home-answer-table {
  min-width: 1040px;
}

.at-home-guide-page .at-home-answer-table caption {
  padding: 14px 18px;
  color: var(--ink-soft);
  font-size: .82rem;
  font-weight: 750;
  text-align: left;
}

.at-home-guide-page .at-home-answer-table th {
  background: rgba(225, 205, 173, .32);
  color: var(--bronze);
}

.at-home-guide-page .at-home-answer-table td {
  font-size: .88rem;
}

.at-home-guide-page .at-home-answer-table td:first-child {
  width: 132px;
}

.at-home-guide-page .at-home-answer-table td:nth-child(2) {
  width: 190px;
}

.at-home-guide-page .at-home-answer-table a {
  color: var(--ink);
  font-weight: 850;
  text-decoration-color: rgba(167, 116, 48, .55);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.at-home-guide-page .at-home-answer-table a:hover {
  color: var(--bronze);
}

.at-home-guide-page .at-home-answer-table a:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(167, 116, 48, .3);
  outline-offset: 3px;
}

.at-home-guide-page .at-home-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.at-home-guide-page .at-home-trust-strip article {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 17px 18px;
  background: rgba(255, 253, 247, .96);
}

.at-home-guide-page .at-home-trust-strip span {
  color: var(--bronze);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.at-home-guide-page .at-home-trust-strip strong {
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  line-height: 1.25;
}

.at-home-guide-page .at-home-trust-strip p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .82rem;
  line-height: 1.55;
}

.at-home-guide-page .at-home-trust-strip a {
  color: var(--ink);
  font-weight: 800;
}

.at-home-guide-page .at-home-best-match-fit {
  margin: -2px 0 0;
  border-left: 3px solid var(--bronze);
  padding-left: 12px;
  color: var(--ink-soft);
  font-size: .84rem;
  line-height: 1.55;
}

.at-home-guide-page .at-home-proof-state {
  display: grid;
  gap: 20px;
  margin-top: 22px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255, 253, 247, .88);
}

.at-home-guide-page .at-home-proof-copy {
  display: grid;
  gap: 8px;
}

.at-home-guide-page .at-home-proof-copy h3 {
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
}

.at-home-guide-page [data-at-home-proof-status] {
  min-height: 1.55em;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.58;
}

.at-home-guide-page .at-home-proof-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.at-home-guide-page .at-home-proof-progress li {
  display: grid;
  gap: 7px;
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 13px;
  background: rgba(255, 255, 255, .64);
  color: var(--ink-soft);
}

.at-home-guide-page .at-home-proof-progress li span {
  color: var(--bronze);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.at-home-guide-page .at-home-proof-progress li strong {
  color: var(--ink);
  font-size: .86rem;
  line-height: 1.35;
}

.at-home-guide-page .at-home-proof-progress li.is-complete {
  border-color: rgba(72, 112, 83, .5);
  background: rgba(225, 239, 226, .66);
}

.at-home-guide-page .at-home-proof-progress li.is-current {
  border-color: var(--bronze);
  background: rgba(255, 248, 226, .92);
  box-shadow: 0 0 0 2px rgba(167, 116, 48, .1);
}

.at-home-guide-page .at-home-blocker-fieldset {
  margin: 0;
  border: 1px solid var(--bronze);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 248, 226, .64);
}

.at-home-guide-page .at-home-blocker-fieldset legend {
  padding: 0 8px;
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: 1.15rem;
  font-weight: 650;
}

.at-home-guide-page .at-home-blocker-fieldset > p {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: .86rem;
  line-height: 1.55;
}

.at-home-guide-page .at-home-blocker-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.at-home-guide-page .at-home-blocker-options label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

.at-home-guide-page .at-home-blocker-options label:has(input:checked) {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.at-home-guide-page .at-home-blocker-options input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--bronze);
}

.at-home-guide-page .at-home-blocker-options label:focus-within {
  outline: 3px solid rgba(167, 116, 48, .3);
  outline-offset: 3px;
}

.at-home-guide-page .at-home-starter-paths > summary[aria-disabled="true"] {
  border-color: var(--line-strong);
  background: rgba(238, 232, 221, .72);
  color: var(--ink-soft);
  cursor: not-allowed;
}

.at-home-guide-page .at-home-starter-paths > summary[aria-disabled="false"] {
  box-shadow: 0 12px 30px rgba(70, 49, 30, .08);
}

.at-home-guide-page .at-home-no-buy-branch {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(72, 112, 83, .45);
  border-radius: 8px;
  padding: 18px;
  background: rgba(225, 239, 226, .62);
  color: var(--ink-soft);
  line-height: 1.55;
}

.at-home-guide-page .at-home-no-buy-branch strong {
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: 1.15rem;
}

.at-home-guide-page [data-at-home-product-list] {
  max-width: 760px;
}

.at-home-guide-page .paid-link-label {
  margin-left: .25em;
}

@media (max-width: 820px) {
  .at-home-guide-page .at-home-trust-strip,
  .at-home-guide-page .at-home-proof-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .at-home-guide-page .at-home-answer-table {
    min-width: 0;
  }

  .at-home-guide-page .at-home-answer-table caption {
    padding: 0 0 12px;
  }

  .at-home-guide-page .at-home-answer-table td:first-child,
  .at-home-guide-page .at-home-answer-table td:nth-child(2) {
    width: auto;
  }

  .at-home-guide-page .at-home-trust-strip,
  .at-home-guide-page .at-home-proof-progress,
  .at-home-guide-page .at-home-blocker-options {
    grid-template-columns: 1fr;
  }

  .at-home-guide-page .at-home-proof-progress li {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .at-home-guide-page * {
    scroll-behavior: auto !important;
  }
}
