.consultation-disclaimer {
  max-width: 720px;
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.65;
}

.consultation-disclaimer p {
  margin: 0;
}

.consultation-disclaimer p::before {
  content: "Disclaimer: ";
  color: #fff;
  font-weight: 700;
}

.consultation-disclaimer a,
.footer-disclaimer-link {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.48);
  text-underline-offset: 0.18em;
}

.consultation-disclaimer a:hover,
.consultation-disclaimer a:focus-visible,
.footer-disclaimer-link:hover,
.footer-disclaimer-link:focus-visible {
  text-decoration-color: currentColor;
}

.footer-disclaimer-link {
  margin-left: 0.35rem;
  white-space: nowrap;
}

/* Main-site footer directory */
.site-footer .footer-main.footer-directory {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(145px, 1fr));
  gap: clamp(2rem, 4vw, 4.25rem);
  align-items: start;
}

.footer-directory-column {
  min-width: 0;
}

.footer-directory-brand-column {
  max-width: 340px;
}

.footer-directory-brand {
  width: fit-content;
  margin-bottom: 0.9rem;
}

.footer-directory-tagline {
  margin: 0 0 0.8rem;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.footer-directory-copy {
  margin: 0;
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  line-height: 1.7;
}

.footer-directory-heading {
  margin: 0 0 0.72rem;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--sans);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer .footer-directory-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.site-footer .footer-directory-links a {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer .footer-directory-links a:hover,
.site-footer .footer-directory-links a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.footer-contact-links a:last-child {
  margin-top: 0 !important;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
}

.site-footer .footer-bottom.footer-bottom-clean {
  justify-content: flex-start;
}

.footer-legal-left {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.48rem;
}

.footer-legal-left > * {
  margin: 0;
}

.trademark-notice {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  line-height: 1.5;
}

/* Dedicated legal pages */
.legal-page {
  min-height: 100vh;
  background: #f7f0e4;
  color: #2e2522;
}

.legal-shell {
  width: min(100% - 2rem, 920px);
  margin-inline: auto;
}

.legal-header {
  border-bottom: 1px solid rgba(103, 32, 45, 0.14);
  background: rgba(255, 253, 249, 0.94);
}

.legal-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.legal-brand {
  color: #681f2e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.legal-back {
  color: #681f2e;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-back:hover,
.legal-back:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.legal-main {
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
}

.legal-hero {
  max-width: 720px;
  margin-bottom: 3rem;
}

.legal-eyebrow {
  margin: 0 0 0.8rem;
  color: #956323;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0;
  color: #681f2e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 7vw, 4.6rem);
  font-weight: 600;
  line-height: 1.02;
}

.legal-updated {
  margin: 1rem 0 0;
  color: #6e615c;
  font-size: 0.86rem;
}

.legal-content {
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border: 1px solid rgba(103, 32, 45, 0.12);
  border-radius: 1.1rem;
  background: #fffdf9;
  box-shadow: 0 20px 55px rgba(79, 51, 42, 0.06);
}

.legal-section + .legal-section {
  margin-top: 2.2rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(103, 32, 45, 0.1);
}

.legal-section h2 {
  margin: 0 0 0.8rem;
  color: #681f2e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  line-height: 1.25;
}

.legal-section p {
  margin: 0;
  color: #514743;
  font-size: 0.98rem;
  line-height: 1.8;
}

.legal-section a {
  color: #681f2e;
  font-weight: 700;
  text-underline-offset: 0.16em;
}

.legal-note {
  margin-top: 2.6rem;
  padding: 1.25rem 1.35rem;
  border-left: 3px solid #b08a52;
  background: #fbf5eb;
  color: #681f2e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.7;
}

.legal-footer {
  padding-block: 1.5rem 2.2rem;
  border-top: 1px solid rgba(103, 32, 45, 0.12);
  color: #6e615c;
  font-size: 0.8rem;
}

.legal-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.legal-footer-stacked {
  align-items: stretch;
  flex-direction: column;
  gap: 1rem;
}

.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
}

.legal-footer-links a[aria-current="page"] {
  text-decoration-thickness: 2px;
}

.legal-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.legal-footer a {
  color: #681f2e;
  font-weight: 700;
  text-underline-offset: 0.18em;
}

@media (max-width: 900px) {
  .site-footer .footer-main.footer-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 2rem;
  }
}

@media (max-width: 640px) {
  .consultation-disclaimer {
    margin-top: 1.1rem;
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .footer-disclaimer-link {
    display: inline-block;
    margin: 0.35rem 0 0;
  }

  .site-footer .footer-main.footer-directory {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .footer-directory-column:nth-child(1) {
    order: 1;
  }

  .footer-directory-column:nth-child(4) {
    order: 2;
  }

  .footer-directory-column:nth-child(2) {
    order: 3;
  }

  .footer-directory-column:nth-child(3) {
    order: 4;
  }

  .footer-directory-brand-column,
  .footer-directory-copy {
    max-width: none;
  }

  .footer-directory-heading {
    margin-bottom: 0.72rem;
  }

  .site-footer .footer-directory-links {
    gap: 0.62rem;
  }

  .site-footer .footer-directory-links a {
    font-size: 0.88rem;
  }

  .footer-contact-links a:last-child {
    margin-top: 0.15rem !important;
  }

  .footer-legal-left {
    gap: 0.5rem;
  }

  .trademark-notice {
    font-size: 0.72rem;
  }

  .legal-shell {
    width: min(100% - 1.35rem, 920px);
  }

  .legal-header-inner {
    min-height: 66px;
  }

  .legal-brand {
    font-size: 0.94rem;
  }

  .legal-back {
    font-size: 0.78rem;
  }

  .legal-main {
    padding-block: 2.8rem 4rem;
  }

  .legal-hero {
    margin-bottom: 2rem;
  }

  .legal-content {
    padding: 1.3rem;
    border-radius: 0.85rem;
  }

  .legal-section + .legal-section {
    margin-top: 1.7rem;
    padding-top: 1.7rem;
  }

  .legal-footer-links,
  .legal-footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}


.testimonial-experience-note {
  max-width: 760px;
  margin: 1.35rem auto 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
}