.combination-inner>h1 {
  display: table;
  max-width: 100%;
  margin: 0 0 34px;
  padding: 12px 18px 15px;
  background: #751d2a !important;
  background-color: #751d2a !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: Prata, Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  font-weight: 400;
  line-height: 1.12;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.combination-block { margin-top: 40px; }
.combination-block h2 {
  display: table;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 10px 16px 11px;
  background: #751d2a !important;
  background-color: #751d2a !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: Prata, Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  font-weight: 400;
  line-height: 1.22;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.results .ranking-heading h2 {
  display: table;
  max-width: 100%;
  margin: 10px 0 18px;
  padding: 10px 16px 12px;
  background: #751d2a !important;
  background-color: #751d2a !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1.16;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.results .meaning-section > h2,
.results .meaning-grid h3 {
  display: table;
  max-width: 100%;
  padding: 10px 16px 11px;
  background: #751d2a !important;
  background-color: #751d2a !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: Prata, Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.results .meaning-section > h2 {
  margin-bottom: 28px;
}
.results .meaning-grid h3 {
  margin: 0 0 18px;
}
.results .ranking-heading h2 {
  font-family: Prata, Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  font-weight: 400;
}
.results .ranking-heading {
  margin-bottom: 22px;
}
.results .ranking-list li {
  min-height: 48px;
  padding: 7px 0;
  line-height: 1.25;
}
.results .ranking-list {
  padding: 0 24px;
  border: 1px solid rgba(23, 21, 21, .16);
  background: #fffaf2;
}
.results .ranking-list li:last-child {
  border-bottom: 0;
}
.results .meaning-section > h2 {
  font-family: Prata, Georgia, serif;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
}
.combination-inner > p:not(.eyebrow),
.combination-block p,
.combination-block li {
  margin: 0 0 14px;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.58;
}
.combination-block strong { font-weight: 700; }
.combination-block ul { margin: 0 0 18px; padding-left: 1.25em; }
.combination-block th,
.combination-block td { line-height: 1.5; }
.combination-block th { font-weight: 700; }
.combination-block td:first-child { width: 25%; color: var(--wine); font-weight: 700; }
.results .download-card {
  background: #fffaf2 !important;
  color: #171515 !important;
  border: 1px solid rgba(23, 21, 21, .16);
}
.results .download-card.general {
  background: #fffaf2 !important;
  color: #171515 !important;
}
.results .download-card h2 {
  margin-top: 0;
  color: #751d2a !important;
  line-height: 1.15;
  opacity: 1 !important;
  visibility: visible !important;
}
.download-card p { margin: 0 0 22px; line-height: 1.55; }
.download-card > .button { display: inline-flex; }
.results .ranking-section,
.results .meaning-section,
.results .combination-section,
.results .download-stack,
.results footer { box-sizing: border-box; }
.results .ranking-section { padding-bottom: clamp(40px, 7vw, 82px); }
.results .ranking-heading p,
.results .meaning-section p,
.results .combination-block p,
.results .combination-block li,
.results .download-card p,
.results footer p { line-height: 1.55; }
.results .ranking-list li { line-height: 1.35; }
.results .ranking-list strong,
.results .ranking-score { font-size: .95rem; }
.results .ranking-score small { font-size: .8rem; }
.results .meaning-grid article p { margin: 0 0 10px; }
.results .meaning-grid article p:last-child { margin-bottom: 0; }
.result-download-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 2px solid #751d2a;
  border-radius: 999px;
  background: #751d2a;
  color: #fff;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(117,29,42,.22);
  transition: transform .18s ease, box-shadow .18s ease;
}
.result-download-button:hover,
.result-download-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
  outline: 3px solid rgba(117,29,42,.22);
  outline-offset: 3px;
}
@media (max-width: 700px) {
  .combination-inner > h1 {
    padding: 10px 13px 12px;
    font-size: clamp(1.35rem, 6.2vw, 1.8rem);
    line-height: 1.18;
  }
  .results .ranking-heading h2 {
    padding: 9px 13px 10px;
    font-size: clamp(1.35rem, 6.2vw, 1.8rem);
    line-height: 1.18;
  }
  .results .ranking-heading {
    margin-bottom: 18px;
  }
  .results .ranking-list li {
    min-height: 46px;
    padding: 6px 0;
  }
  .results .ranking-list {
    padding-right: 14px;
    padding-left: 14px;
  }
  .combination-block { margin-top: 32px; }
  .combination-block h2 {
    padding: 9px 13px 10px;
    font-size: clamp(1.35rem, 6.2vw, 1.8rem);
    line-height: 1.18;
  }
  .results .meaning-section > h2,
  .results .meaning-grid h3 {
    padding: 9px 13px 10px;
    font-size: clamp(1.35rem, 6.2vw, 1.8rem);
    line-height: 1.18;
  }
  .combination-block td:first-child { width: 100%; }
  .combination-recommendations {
    margin-top: 24px;
    overflow: visible;
  }
  .combination-recommendations table,
  .combination-recommendations tbody {
    display: block;
    width: 100%;
    background: transparent;
  }
  .combination-recommendations tr:first-child {
    display: none;
  }
  .combination-recommendations tr:not(:first-child) {
    display: block;
    margin: 0;
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    overflow: visible;
  }
  .combination-recommendations tr:nth-child(2) {
    padding-top: 0;
  }
  .combination-recommendations td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0 !important;
    font-size: 1rem;
    line-height: 1.55;
  }
  .combination-recommendations td:first-child {
    margin: 0 0 10px;
    color: var(--wine);
    font-family: Prata, Georgia, serif;
    font-size: 1.18rem;
    font-weight: 400;
    line-height: 1.3;
  }
  .combination-recommendations td:first-child::before,
  .combination-recommendations td:nth-child(2)::before {
    display: none !important;
    content: none !important;
  }
  .download-card > .button { width: 100%; }
  .results .ranking-list strong,
  .results .ranking-score { font-size: .86rem; }
  .results .ranking-score small { font-size: .72rem; }
  .result-download-button { width: 100%; }
}

/* Recommendations use the same compact card language on every screen. */
.combination-recommendations {
  margin-top: 18px;
  overflow: visible;
}
.combination-recommendations table,
.combination-recommendations tbody {
  display: block;
  width: 100%;
  background: transparent;
}
.combination-recommendations tr:first-child {
  display: none;
}
.combination-recommendations tr:not(:first-child) {
  display: block;
  margin: 0 0 10px;
  padding: 15px 18px;
  border: 1px solid rgba(23, 21, 21, .16);
  background: #fffaf2;
}
.combination-recommendations td,
.combination-recommendations td:first-child {
  display: block;
  width: 100%;
  padding: 0;
  border: 0 !important;
}
.combination-recommendations td:first-child {
  margin: 0 0 6px;
  color: #751d2a;
  font-family: Prata, Georgia, serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.28;
}
.combination-recommendations td:nth-child(2) {
  font-size: 1rem;
  line-height: 1.48;
}
.combination-recommendations td:first-child::before,
.combination-recommendations td:nth-child(2)::before {
  display: none !important;
  content: none !important;
}
@media (max-width: 700px) {
  .combination-recommendations {
    margin-top: 16px;
  }
  .combination-recommendations tr:not(:first-child) {
    margin-bottom: 8px;
    padding: 13px 14px;
    border: 1px solid rgba(23, 21, 21, .16);
    background: #fffaf2;
  }
  .combination-recommendations tr:nth-child(2) {
    padding-top: 13px;
  }
  .combination-recommendations td:first-child {
    margin-bottom: 5px;
    font-size: 1.05rem;
  }
  .combination-recommendations td:nth-child(2) {
    font-size: .96rem;
    line-height: 1.46;
  }
}

/* Keep the interpretation heading on the same content axis as its cards. */
.results .meaning-section > h2 {
  width: min(980px, 100%);
  margin-right: auto;
  margin-left: auto;
}

/* v24: align result copy and headings to the shared reading column. */
.results .meaning-section > h2 {
  width: min(850px, 100%);
}
.results .meaning-grid article > p {
  margin-left: 0;
}
@media (max-width: 700px) {
  .results .meaning-grid article > p {
    margin-left: 0;
  }
}

/* v21: lead form and email delivery block. */
.cover-photo img {
  filter: saturate(.8) brightness(.72);
}
.cover:after {
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.58));
}
.lead-overlay {
  width: min(720px, calc(100% - 32px));
  padding: 42px 0 7vh;
}
.lead-overlay .cover-title {
  margin-bottom: 14px;
  font-size: clamp(3.25rem, 7vw, 6.8rem);
}
.lead-description {
  max-width: 670px;
  margin: 0 auto 18px;
  color: #fffaf2;
  font-size: 1.02rem;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.lead-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(117,29,42,.48);
  background: rgba(255,250,242,.96);
  color: #171515;
  text-align: left;
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
}
.lead-form > label:not(.consent-row) {
  display: grid;
  gap: 6px;
  color: #751d2a;
  font-size: .82rem;
  font-weight: 700;
}
.lead-form input[type="text"],
.lead-form input[type="tel"],
.lead-form input[type="email"],
.lead-form input:not([type]) {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(23,21,21,.22);
  background: #fff;
  padding: 0 13px;
  color: #171515;
  font: inherit;
}
.lead-form input:focus,
.resend-form input:focus {
  border-color: #751d2a;
  outline: 2px solid rgba(117,29,42,.16);
  outline-offset: 1px;
}
.lead-note {
  margin: 0;
  color: #716b65;
  font-size: .77rem;
  line-height: 1.45;
}
.consent-row {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 9px;
  align-items: start;
  font-size: .78rem;
  line-height: 1.42;
}
.consent-row input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: #751d2a;
}
.consent-row a,
.technical-help a {
  color: #751d2a;
  font-weight: 700;
}
.lead-form .button {
  width: 100%;
  margin-top: 2px;
}
.form-error {
  min-height: 0;
  margin: 0;
  color: #9f162b;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.4;
}
.form-error:empty {
  display: none;
}

.results .meaning-section > h2 {
  width: min(980px, 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.email-result-card {
  width: min(1050px, calc(100% - 40px));
  margin: 38px auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(117,29,42,.25);
  background: #fffaf2;
}
.email-result-card h2 {
  margin: 0 0 14px;
  color: #751d2a;
  font-family: Prata, Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
}
.email-result-card > p:not(.eyebrow):not(.technical-help) {
  max-width: 820px;
  margin: 0 0 10px 18px;
  line-height: 1.55;
}
.resend-form {
  max-width: 760px;
  margin: 20px 0 0 18px;
}
.resend-form > label {
  display: block;
  margin-bottom: 7px;
  color: #751d2a;
  font-size: .82rem;
  font-weight: 700;
}
.resend-row {
  display: grid;
  grid-template-columns: minmax(220px,1fr) auto;
  gap: 10px;
}
.resend-row input {
  min-height: 52px;
  border: 1px solid rgba(23,21,21,.22);
  background: #fff;
  padding: 0 14px;
  color: #171515;
  font: inherit;
}
.resend-status {
  margin: 8px 0 0;
  font-size: .82rem;
  line-height: 1.4;
}
.resend-status.is-error { color: #9f162b; }
.resend-status.is-success { color: #355b3c; }
.technical-help {
  margin: 24px 0 0 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(23,21,21,.14);
  color: #716b65;
  font-size: .84rem;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .lead-overlay {
    width: min(100% - 20px, 620px);
    padding: 28px 0 4vh;
  }
  .lead-overlay .cover-title {
    font-size: clamp(2.8rem, 14vw, 4.5rem);
  }
  .lead-description {
    font-size: .9rem;
    line-height: 1.45;
  }
  .lead-form {
    gap: 10px;
    padding: 17px;
  }
  .email-result-card {
    width: calc(100% - 24px);
    margin: 26px auto;
    padding: 20px 18px;
  }
  .email-result-card > p:not(.eyebrow):not(.technical-help),
  .resend-form,
  .technical-help {
    margin-left: 14px;
  }
  .resend-row {
    grid-template-columns: 1fr;
  }
  .resend-row .button {
    width: 100%;
  }
}

/* v20: clear hierarchy and one shared left edge across the result copy. */
.results .meaning-grid h3 {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: #171515 !important;
  -webkit-text-fill-color: #171515 !important;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.results .meaning-grid article > p {
  margin-left: 18px;
}

.results .combination-inner > p:not(.eyebrow),
.results .combination-block > p,
.results .combination-block > ul {
  margin-left: 18px;
}

.results .combination-inner > h1,
.results .combination-block > h2,
.results .meaning-section > h2,
.results .ranking-heading > h2 {
  margin-left: 0;
}

@media (max-width: 700px) {
  .results .meaning-grid h3 {
    padding: 0;
    font-size: .98rem;
    line-height: 1.42;
  }

  .results .meaning-grid article > p,
  .results .combination-inner > p:not(.eyebrow),
  .results .combination-block > p,
  .results .combination-block > ul {
    margin-left: 14px;
  }
}

/* One reading rhythm for the whole result page. */
.results .ranking-section,
.results .meaning-section,
.results .combination-section,
.results .result-profiles,
.results .download-stack {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.results .ranking-section,
.results .meaning-section,
.results .combination-section,
.results .download-stack {
  padding-right: clamp(20px, 5vw, 64px) !important;
  padding-left: clamp(20px, 5vw, 64px) !important;
}
.results .ranking-heading {
  margin-bottom: 18px;
}
.results .ranking-heading h2,
.results .meaning-section > h2,
.results .combination-inner > h1 {
  margin-bottom: 20px;
}
.results .meaning-grid {
  gap: 12px;
  margin-top: 0;
}
.results .meaning-grid article {
  padding: 20px 22px;
}
.results .meaning-grid h3 {
  margin-bottom: 12px;
}
.results .combination-block {
  margin-top: 25px;
}
.results .combination-inner > p:not(.eyebrow),
.results .combination-block p,
.results .combination-block li {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.52;
}
.results .combination-block ul {
  margin-bottom: 14px;
}
.results .download-stack {
  gap: 12px;
}
.results .download-card {
  padding: 24px 26px;
}
.results .download-card h2 {
  margin-bottom: 8px;
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
}
.results .download-card p {
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.5;
}
.results .download-actions {
  margin-top: 12px;
}
.results footer {
  gap: 24px;
  padding: 30px clamp(20px, 5vw, 64px);
}
.results footer p {
  margin-bottom: 0;
  font-size: .94rem;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .results .ranking-section,
  .results .meaning-section,
  .results .combination-section,
  .results .result-profiles,
  .results .download-stack {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .results .ranking-section,
  .results .meaning-section,
  .results .combination-section,
  .results .download-stack {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .results .meaning-grid article {
    padding: 16px;
  }
  .results .combination-block {
    margin-top: 21px;
  }
  .results .download-card {
    padding: 20px 18px;
  }
  .results footer {
    display: grid;
    gap: 18px;
    padding: 24px 16px;
  }
}

/* Final desktop alignment override. */
.results .meaning-section > h2 {
  width: min(980px, 100%);
  margin-right: auto;
  margin-left: auto;
}
