.foyer-snapshot-wrap,
.foyer-snapshot-wrap * {
  box-sizing: border-box;
}

.foyer-snapshot-wrap {
  --foyer-bg: #f7f2ea;
  --foyer-card: #fffaf2;
  --foyer-cream: #fffdf8;
  --foyer-ink: #181611;
  --foyer-muted: #6f675b;
  --foyer-line: #e4d8c9;
  --foyer-olive: #46523c;
  --foyer-olive-dark: #2d3728;
  --foyer-clay: #a7654d;
  --foyer-gold: #c09a59;
  --foyer-shadow: 0 24px 70px rgba(24, 22, 17, 0.09);
  width: 100%;
  color: var(--foyer-ink);
  background:
    radial-gradient(circle at 88% 1%, rgba(192, 154, 89, 0.2), transparent 25rem),
    var(--foyer-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow: hidden;
}

.foyer-snapshot-wrap button,
.foyer-snapshot-wrap input,
.foyer-snapshot-wrap select {
  font: inherit;
}

.foyer-snapshot-wrap a {
  color: inherit;
  text-decoration: none;
}

.foyer-snapshot-shell {
  width: min(1180px, calc(100% - 36px));
  min-height: 720px;
  margin: 0 auto;
  padding-bottom: clamp(64px, 8vw, 112px);
}

.foyer-snapshot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(228, 216, 201, 0.9);
}

.foyer-snapshot-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
}

.foyer-snapshot-logo-word {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.foyer-snapshot-logo-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--foyer-clay);
  transform: translateY(-2px);
}

.foyer-snapshot-header-note {
  color: var(--foyer-muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.foyer-snapshot-alert {
  margin: 22px 0 -2px;
  padding: 14px 17px;
  border: 1px solid rgba(167, 101, 77, 0.28);
  border-radius: 18px;
  background: rgba(167, 101, 77, 0.09);
  color: #713c2d;
  font-size: 14px;
}

.foyer-snapshot-view[hidden],
.foyer-snapshot-alert[hidden] {
  display: none !important;
}

.foyer-snapshot-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.38fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: end;
  padding: clamp(66px, 9vw, 118px) 0 clamp(50px, 7vw, 86px);
}

.foyer-snapshot-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(70, 82, 60, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.7);
  color: var(--foyer-olive-dark);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.foyer-snapshot-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--foyer-clay);
  box-shadow: 0 0 0 5px rgba(167, 101, 77, 0.13);
}

.foyer-snapshot-hero h1,
.foyer-snapshot-stage-card > h1,
.foyer-snapshot-loading-card > h1,
.foyer-snapshot-report-hero h1,
.foyer-snapshot-report-heading h2,
.foyer-snapshot-cta h2 {
  margin: 20px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.foyer-snapshot-hero h1 {
  max-width: 850px;
  font-size: clamp(54px, 7.6vw, 100px);
}

.foyer-snapshot-hero-copy > p {
  max-width: 780px;
  margin: 0;
  color: var(--foyer-muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.72;
}

.foyer-snapshot-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.foyer-snapshot-trust-row span {
  padding: 8px 11px;
  border: 1px solid var(--foyer-line);
  border-radius: 999px;
  color: var(--foyer-muted);
  background: rgba(255, 253, 248, 0.55);
  font-size: 12px;
  font-weight: 680;
}

.foyer-snapshot-hero-card {
  padding: 25px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 14%, rgba(192, 154, 89, 0.24), transparent 32%),
    linear-gradient(135deg, #20261d, #3f4a36);
  color: var(--foyer-cream);
  box-shadow: 0 26px 70px rgba(45, 55, 40, 0.2);
}

.foyer-snapshot-hero-card strong {
  display: block;
  margin-bottom: 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.foyer-snapshot-hero-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 250, 242, 0.78);
  font-size: 14px;
}

.foyer-snapshot-hero-card li {
  position: relative;
  padding-left: 18px;
}

.foyer-snapshot-hero-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--foyer-clay);
}

.foyer-snapshot-form-card,
.foyer-snapshot-stage-card,
.foyer-snapshot-loading-card {
  border: 1px solid rgba(24, 22, 17, 0.09);
  border-radius: 42px;
  background: rgba(255, 250, 242, 0.84);
  box-shadow: var(--foyer-shadow);
}

.foyer-snapshot-form-card {
  padding: clamp(25px, 5vw, 54px);
}

.foyer-snapshot-form-heading {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 28px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--foyer-line);
}

.foyer-snapshot-form-heading > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--foyer-olive-dark);
  color: var(--foyer-cream);
  font-size: 12px;
  font-weight: 780;
}

.foyer-snapshot-form-heading h2 {
  margin: 0 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.foyer-snapshot-form-heading p,
.foyer-snapshot-stage-card > p,
.foyer-snapshot-loading-card > p {
  margin: 0;
  color: var(--foyer-muted);
}

.foyer-snapshot-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.foyer-snapshot-field {
  display: grid;
  align-content: start;
  gap: 8px;
}

.foyer-snapshot-field label,
.foyer-snapshot-stage-card legend {
  color: var(--foyer-ink);
  font-size: 13px;
  font-weight: 790;
}

.foyer-snapshot-field label b {
  color: var(--foyer-clay);
}

.foyer-snapshot-field label span {
  color: var(--foyer-muted);
  font-size: 11px;
  font-weight: 600;
}

.foyer-snapshot-field input,
.foyer-snapshot-field select {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(24, 22, 17, 0.13);
  border-radius: 18px;
  outline: 0;
  color: var(--foyer-ink);
  background: rgba(255, 253, 248, 0.9);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.foyer-snapshot-field input:focus,
.foyer-snapshot-field select:focus {
  border-color: rgba(70, 82, 60, 0.55);
  background: var(--foyer-cream);
  box-shadow: 0 0 0 4px rgba(70, 82, 60, 0.1);
}

.foyer-snapshot-field input[aria-invalid="true"] {
  border-color: var(--foyer-clay);
  box-shadow: 0 0 0 4px rgba(167, 101, 77, 0.1);
}

.foyer-snapshot-field small {
  color: var(--foyer-muted);
  font-size: 11px;
}

.foyer-snapshot-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.foyer-snapshot-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 720px;
  margin-top: 20px;
  color: var(--foyer-muted);
  font-size: 12px;
  cursor: pointer;
}

.foyer-snapshot-consent input {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: var(--foyer-olive-dark);
}

.foyer-snapshot-submit-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.foyer-snapshot-submit-row > p {
  max-width: 520px;
  margin: 0;
  color: var(--foyer-muted);
  font-size: 12px;
}

.foyer-snapshot-submit-row > p a {
  color: var(--foyer-olive-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.foyer-snapshot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 770;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.foyer-snapshot-btn:hover {
  transform: translateY(-2px);
}

.foyer-snapshot-btn:focus-visible,
.foyer-snapshot-text-btn:focus-visible,
.foyer-snapshot-choice-grid label:focus-within {
  outline: 3px solid rgba(167, 101, 77, 0.35);
  outline-offset: 3px;
}

.foyer-snapshot-btn:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.foyer-snapshot-btn-primary {
  color: var(--foyer-cream);
  background: var(--foyer-olive-dark);
  box-shadow: 0 16px 38px rgba(45, 55, 40, 0.22);
}

.foyer-snapshot-btn-primary:hover {
  background: #1f281d;
}

.foyer-snapshot-btn-secondary {
  color: var(--foyer-ink);
  border-color: rgba(255, 250, 242, 0.32);
  background: rgba(255, 253, 248, 0.95);
}

.foyer-snapshot-text-btn {
  padding: 10px 3px;
  border: 0;
  color: var(--foyer-muted);
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.foyer-snapshot-stage-card {
  max-width: 1020px;
  margin: clamp(58px, 8vw, 100px) auto 0;
  padding: clamp(28px, 6vw, 68px);
}

.foyer-snapshot-stage-card > h1,
.foyer-snapshot-loading-card > h1 {
  max-width: 800px;
  font-size: clamp(48px, 7vw, 78px);
}

.foyer-snapshot-stage-card > p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.7;
}

.foyer-snapshot-live-status {
  width: fit-content;
  margin-top: 18px !important;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--foyer-olive-dark) !important;
  background: rgba(70, 82, 60, 0.09);
  font-size: 12px !important;
  font-weight: 720;
}

.foyer-snapshot-stage-card fieldset {
  margin: 40px 0 28px;
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid var(--foyer-line);
}

.foyer-snapshot-stage-card legend {
  margin-bottom: 14px;
}

.foyer-snapshot-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.foyer-snapshot-choice-grid-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.foyer-snapshot-choice-grid label {
  position: relative;
  min-height: 54px;
  cursor: pointer;
}

.foyer-snapshot-choice-grid input {
  position: absolute;
  opacity: 0;
}

.foyer-snapshot-choice-grid span {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 12px;
  border: 1px solid rgba(24, 22, 17, 0.11);
  border-radius: 17px;
  color: var(--foyer-muted);
  background: rgba(255, 253, 248, 0.68);
  font-size: 13px;
  font-weight: 670;
  text-align: center;
}

.foyer-snapshot-choice-grid input:checked + span {
  border-color: var(--foyer-olive);
  color: var(--foyer-cream);
  background: var(--foyer-olive);
}

.foyer-snapshot-loading-card {
  max-width: 850px;
  margin: clamp(76px, 10vw, 130px) auto 0;
  padding: clamp(36px, 7vw, 78px);
  text-align: center;
}

.foyer-snapshot-loading-card .foyer-snapshot-kicker {
  margin: 0 auto;
}

.foyer-snapshot-loading-card > h1 {
  margin-left: auto;
  margin-right: auto;
}

.foyer-snapshot-loader {
  position: relative;
  width: 94px;
  height: 22px;
  margin: 0 auto 28px;
  border-bottom: 1px solid var(--foyer-line);
}

.foyer-snapshot-loader span {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--foyer-clay);
  box-shadow: 0 0 0 7px rgba(167, 101, 77, 0.13);
  animation: foyer-snapshot-travel 2.4s ease-in-out infinite;
}

@keyframes foyer-snapshot-travel {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(83px); }
}

.foyer-snapshot-progress {
  height: 4px;
  max-width: 460px;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 999px;
  background: var(--foyer-line);
}

.foyer-snapshot-progress i {
  display: block;
  width: 14%;
  height: 100%;
  border-radius: inherit;
  background: var(--foyer-olive);
  transition: width 900ms ease;
}

.foyer-snapshot-report {
  padding-top: clamp(54px, 7vw, 92px);
}

.foyer-snapshot-report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 50px;
  align-items: end;
  padding-bottom: clamp(48px, 6vw, 76px);
  border-bottom: 1px solid var(--foyer-line);
}

.foyer-snapshot-report-hero h1 {
  max-width: 820px;
  font-size: clamp(50px, 7vw, 90px);
}

.foyer-snapshot-report-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--foyer-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.72;
}

.foyer-snapshot-overall {
  padding: 25px;
  border: 1px solid rgba(24, 22, 17, 0.09);
  border-radius: 30px;
  background: var(--foyer-card);
  box-shadow: 0 18px 48px rgba(24, 22, 17, 0.07);
}

.foyer-snapshot-score-ring {
  display: grid;
  place-items: center;
  width: 144px;
  height: 144px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: conic-gradient(var(--foyer-olive) calc(var(--score, 0) * 1%), var(--foyer-line) 0);
}

.foyer-snapshot-score-ring::before {
  content: "";
  grid-area: 1 / 1;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--foyer-card);
}

.foyer-snapshot-score-ring strong {
  z-index: 1;
  grid-area: 1 / 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.foyer-snapshot-overall > strong,
.foyer-snapshot-overall > span {
  display: block;
  text-align: center;
}

.foyer-snapshot-overall > strong {
  font-size: 14px;
}

.foyer-snapshot-overall > span {
  margin-top: 4px;
  color: var(--foyer-muted);
  font-size: 12px;
}

.foyer-snapshot-scan-note {
  margin-top: 18px !important;
  font-size: 12px !important;
}

.foyer-snapshot-link-expiry {
  margin-top: 10px !important;
  color: var(--foyer-muted);
  font-size: 11px !important;
}

.foyer-snapshot-report-hero .foyer-snapshot-pdf-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--foyer-olive);
  color: var(--foyer-olive-dark);
  font-size: 13px;
  font-weight: 760;
}

.foyer-snapshot-report-section {
  padding: clamp(52px, 7vw, 86px) 0 0;
}

.foyer-snapshot-report-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.foyer-snapshot-report-heading h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
}

.foyer-snapshot-report-heading p {
  margin: 0;
  color: var(--foyer-muted);
  line-height: 1.7;
}

.foyer-snapshot-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.foyer-snapshot-category {
  padding: 26px;
  border: 1px solid rgba(24, 22, 17, 0.09);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.72);
}

.foyer-snapshot-category:first-child {
  grid-column: 1 / -1;
}

.foyer-snapshot-category-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--foyer-line);
}

.foyer-snapshot-category h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.foyer-snapshot-category-score {
	min-width: 118px;
  text-align: right;
}

.foyer-snapshot-category-score strong,
.foyer-snapshot-category-score span {
  display: block;
}

.foyer-snapshot-category-score strong {
  font-size: 24px;
}

.foyer-snapshot-category-score span {
  color: var(--foyer-muted);
  font-size: 10px;
}

.foyer-snapshot-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 20px;
}

.foyer-snapshot-evidence-grid h4 {
  margin: 0 0 10px;
  color: var(--foyer-muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.foyer-snapshot-evidence-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--foyer-muted);
  font-size: 13px;
}

.foyer-snapshot-evidence-grid li {
  position: relative;
  padding-left: 14px;
}

.foyer-snapshot-evidence-grid li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--foyer-olive);
}

.foyer-snapshot-evidence-grid > div:last-child li::before {
  background: var(--foyer-clay);
}

.foyer-snapshot-assessment-unavailable {
  margin-top: 20px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(167, 101, 77, 0.08);
}

.foyer-snapshot-assessment-unavailable h4 {
  margin: 0 0 7px;
  color: var(--foyer-clay);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.foyer-snapshot-assessment-unavailable p {
  margin: 0;
  color: var(--foyer-muted);
  font-size: 13px;
  line-height: 1.6;
}

.foyer-snapshot-category-why {
  margin: 20px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--foyer-line);
  color: var(--foyer-muted);
  font-size: 13px;
  line-height: 1.6;
}

.foyer-snapshot-confidence {
  margin: 8px 0 0;
  color: var(--foyer-olive-dark);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.foyer-snapshot-methodology {
  margin-top: 18px;
  padding: 26px;
  border: 1px solid rgba(24, 22, 17, 0.09);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.55);
}

.foyer-snapshot-methodology h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
}

.foyer-snapshot-methodology p,
.foyer-snapshot-methodology ul {
  margin: 8px 0 0;
  color: var(--foyer-muted);
  font-size: 12px;
  line-height: 1.65;
}

.foyer-snapshot-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.foyer-snapshot-opportunity {
  padding: 26px;
  border: 1px solid rgba(24, 22, 17, 0.09);
  border-radius: 28px;
  background: var(--foyer-card);
}

.foyer-snapshot-opportunity-number {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  border-radius: 50%;
  color: var(--foyer-cream);
  background: var(--foyer-clay);
  font-size: 12px;
  font-weight: 800;
}

.foyer-snapshot-opportunity small {
  color: var(--foyer-olive);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.foyer-snapshot-opportunity h3 {
  margin: 10px 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.foyer-snapshot-opportunity p {
  margin: 0 0 12px;
  color: var(--foyer-muted);
  font-size: 13px;
  line-height: 1.65;
}

.foyer-snapshot-opportunity p:last-child {
  margin-bottom: 0;
  color: var(--foyer-ink);
}

.foyer-snapshot-cta {
  margin-top: clamp(54px, 8vw, 100px);
  padding: clamp(34px, 6vw, 68px);
  border-radius: 46px;
  color: var(--foyer-cream);
  background:
    radial-gradient(circle at 84% 16%, rgba(192, 154, 89, 0.24), transparent 31%),
    linear-gradient(135deg, #181611, #303929);
  box-shadow: 0 28px 80px rgba(24, 22, 17, 0.22);
}

.foyer-snapshot-cta h2 {
  max-width: 820px;
  font-size: clamp(42px, 6vw, 78px);
}

.foyer-snapshot-cta > p {
  max-width: 720px;
  color: rgba(255, 250, 242, 0.75);
  font-size: 17px;
  line-height: 1.7;
}

.foyer-snapshot-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.foyer-snapshot-cta .foyer-snapshot-btn-primary {
  color: var(--foyer-ink);
  background: var(--foyer-card);
  box-shadow: none;
}

.foyer-snapshot-cta .foyer-snapshot-btn-secondary {
  color: var(--foyer-ink) !important;
  border-color: var(--foyer-card);
  background: var(--foyer-card);
}

.foyer-snapshot-cta .foyer-snapshot-btn-secondary:hover {
  color: var(--foyer-cream) !important;
  border-color: rgba(255, 250, 242, 0.7);
  background: transparent;
}

.foyer-snapshot-disclaimer {
  max-width: 880px;
  margin: 30px auto 0;
  color: var(--foyer-muted);
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}

.foyer-snapshot-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-top: clamp(58px, 8vw, 96px);
  padding-top: 28px;
  border-top: 1px solid rgba(228, 216, 201, 0.9);
}

.foyer-snapshot-footer-logo .foyer-snapshot-logo-word {
  font-size: 30px;
}

.foyer-snapshot-footer-logo .foyer-snapshot-logo-dot {
  width: 8px;
  height: 8px;
}

.foyer-snapshot-footer-brand p {
  margin: 12px 0 5px;
  color: var(--foyer-muted);
  font-size: 13px;
}

.foyer-snapshot-footer-brand small {
  color: var(--foyer-muted);
  font-size: 11px;
}

.foyer-snapshot-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 24px;
  color: var(--foyer-olive-dark);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.foyer-snapshot-footer-links a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: text-decoration-color 160ms ease;
}

.foyer-snapshot-footer-links a:hover,
.foyer-snapshot-footer-links a:focus-visible {
  text-decoration-color: var(--foyer-clay);
}

@media (max-width: 960px) {
  .foyer-snapshot-hero,
  .foyer-snapshot-report-hero,
  .foyer-snapshot-report-heading {
    grid-template-columns: 1fr;
  }

  .foyer-snapshot-hero-card {
    max-width: 520px;
  }

  .foyer-snapshot-choice-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .foyer-snapshot-report-hero {
    align-items: start;
  }

  .foyer-snapshot-overall {
    max-width: 240px;
  }

  .foyer-snapshot-opportunity-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .foyer-snapshot-shell {
    width: min(100% - 24px, 1180px);
    min-height: 0;
    padding-bottom: 32px;
  }

  .foyer-snapshot-header-note {
    display: none;
  }

  .foyer-snapshot-hero {
    padding-top: 52px;
  }

  .foyer-snapshot-hero h1 {
    font-size: clamp(49px, 14vw, 70px);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .foyer-snapshot-field-grid,
  .foyer-snapshot-choice-grid,
  .foyer-snapshot-choice-grid-wide,
  .foyer-snapshot-category-grid,
  .foyer-snapshot-evidence-grid {
    grid-template-columns: 1fr;
  }

  .foyer-snapshot-category:first-child {
    grid-column: auto;
  }

  .foyer-snapshot-submit-row,
  .foyer-snapshot-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .foyer-snapshot-btn {
    width: 100%;
  }

  .foyer-snapshot-form-card,
  .foyer-snapshot-stage-card,
  .foyer-snapshot-loading-card {
    border-radius: 32px;
  }

  .foyer-snapshot-cta {
    border-radius: 34px;
  }

  .foyer-snapshot-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 44px;
    padding-top: 24px;
  }

  .foyer-snapshot-footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .foyer-snapshot-wrap *,
  .foyer-snapshot-wrap *::before,
  .foyer-snapshot-wrap *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .foyer-snapshot-wrap { background: #fff; }
  .foyer-snapshot-header,
  .foyer-snapshot-cta-actions { display: none; }
  .foyer-snapshot-shell { width: 100%; }
  .foyer-snapshot-category,
  .foyer-snapshot-opportunity,
  .foyer-snapshot-overall { break-inside: avoid; box-shadow: none; }
}
