/* ======================================
   RELATIONAL ROOTS™
   TRUST + POLICY PAGES
====================================== */

.trust-body {
  margin: 0;
  background:
    linear-gradient(
      180deg,
      #f3eee3 0%,
      #faf9f6 32%,
      #faf9f6 100%
    );
  color: #3b2a1f;
}

.trust-page {
  min-height: 100vh;
}

.trust-header {
  padding: 88px 0 58px;
  text-align: center;
  border-bottom: 1px solid rgba(62, 78, 60, .12);
}

.trust-header-inner {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
}

.trust-header h1 {
  margin: 12px 0 18px;
  color: #3e4e3c;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 8vw, 5.2rem);
  line-height: 1;
}

.trust-header p {
  max-width: 720px;
  margin: 0 auto;
  color: #5a4b43;
  line-height: 1.75;
}

.trust-meta {
  display: inline-flex;
  margin-top: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(197, 164, 109, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #5a4b43;
  font-size: .88rem;
  font-weight: 700;
}

.trust-layout {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 90px;
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.trust-nav {
  position: sticky;
  top: 24px;
  padding: 22px;
  border: 1px solid rgba(62, 78, 60, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 38px rgba(59, 42, 31, .07);
}

.trust-nav strong {
  display: block;
  margin-bottom: 12px;
  color: #3e4e3c;
}

.trust-nav a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(62, 78, 60, .08);
  color: #5a4b43;
  text-decoration: none;
  line-height: 1.4;
}

.trust-nav a:last-child {
  border-bottom: 0;
}

.trust-nav a:hover,
.trust-nav a[aria-current="page"] {
  color: #3e4e3c;
  font-weight: 700;
}

.trust-content {
  min-width: 0;
  padding: 46px;
  border: 1px solid rgba(62, 78, 60, .14);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(59, 42, 31, .08);
}

.trust-content section + section {
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid rgba(62, 78, 60, .11);
}

.trust-content h2 {
  margin: 0 0 16px;
  color: #3e4e3c;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.1;
}

.trust-content h3 {
  margin: 28px 0 10px;
  color: #3e4e3c;
  font-size: 1.12rem;
}

.trust-content p,
.trust-content li {
  color: #5a4b43;
  line-height: 1.78;
}

.trust-content ul {
  padding-left: 22px;
}

.trust-callout {
  margin: 26px 0;
  padding: 22px;
  border-left: 4px solid #c5a46d;
  border-radius: 0 16px 16px 0;
  background: #f8f4eb;
}

.trust-callout strong {
  color: #3e4e3c;
}

.trust-contact-card {
  padding: 24px;
  border-radius: 18px;
  background: #eef2ea;
}

.trust-contact-card a {
  color: #3e4e3c;
  font-weight: 700;
}

.trust-footer {
  padding: 34px 16px;
  background: #3b2a1f;
  color: #faf9f6;
  text-align: center;
}

.trust-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 14px;
}

.trust-footer a {
  color: #faf9f6;
}

.trust-return {
  display: inline-block;
  margin-top: 28px;
}

@media (max-width: 820px) {
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .trust-nav {
    position: static;
  }
}

@media (max-width: 600px) {
  .trust-header {
    padding: 66px 0 42px;
  }

  .trust-layout {
    width: min(100% - 20px, 100%);
    padding: 28px 0 58px;
    gap: 20px;
  }

  .trust-content {
    padding: 28px 18px;
    border-radius: 20px;
  }

  .trust-nav {
    padding: 18px;
  }

  .trust-content h1,
  .trust-content h2,
  .trust-content h3,
  .trust-content p,
  .trust-content li {
    overflow-wrap: anywhere;
  }
}
