/* ==========================================================================
   Leiter Rahme — shared page components
   Loaded site-wide from the theme (wp_kses strips <style> in post_content).

   Tokens and reset live once here. Component rules follow the About page
   order: Story, Partners, Credentials, Testimonials, Get Started.
   ========================================================================== */

.wp-block-post-content:has(.lr-story),
.wp-block-post-content:has(.lr-partners),
.entry-content:has(.lr-story) {
  max-width: none !important;
  width: 100%;
}

.wp-block-post-content-is-layout-constrained:has(.lr-story) > *,
.wp-block-post-content-is-layout-constrained:has(.lr-partners) > *,
.wp-block-post-content-is-layout-constrained:has(.lr-credentials) > *,
.wp-block-post-content-is-layout-constrained:has(.lr-testimonials) > *,
.wp-block-post-content-is-layout-constrained:has(.lr-getstarted) > *,
.wp-block-post-content:has(.lr-story) > *,
.entry-content:has(.lr-story) > * {
  max-width: none !important;
  margin-inline: 0 !important;
}

.wp-block-group:has(.lr-story),
.wp-block-group:has(.lr-partners),
.wp-block-group:has(.lr-credentials),
.wp-block-group:has(.lr-testimonials),
.wp-block-group:has(.lr-getstarted) {
  padding: 0;
  background: transparent;
  max-width: none !important;
}

/* Close the theme's 8px strip between the fixed nav and the About hero */
.wp-site-blocks:has(.lr-story) > .wp-block-template-part:has(.lr-header) + * {
  margin-block-start: 0 !important;
}

.lr-story,
.lr-partners,
.lr-credentials,
.lr-testimonials,
.lr-getstarted {
  width: 100%;
  max-width: none;
  display: block;
}

/* ---------- Shared tokens (once) ---------- */
.lr-story,
.lr-credentials,
.lr-testimonials,
.lr-getstarted {
  --navy: #0E1524;
  --gold: #D4AF37;
  --gray-bg: #F5F5F5;
  --white: #FFFFFF;
  --text-gray: #333333;
  --text-gray-soft: #666666;
  --accent-red: #C41E3A;
  --border-gray: #E0E0E0;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Arial, Helvetica, sans-serif;
}

.lr-story *,
.lr-story *::before,
.lr-story *::after,
.lr-credentials *,
.lr-credentials *::before,
.lr-credentials *::after,
.lr-testimonials *,
.lr-testimonials *::before,
.lr-testimonials *::after,
.lr-getstarted *,
.lr-getstarted *::before,
.lr-getstarted *::after {
  box-sizing: border-box;
}

.lr-story img,
.lr-credentials img,
.lr-testimonials img,
.lr-getstarted img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lr-story a,
.lr-getstarted a {
  text-decoration: none;
}

/* ============================================
   SECTION 1: OUR STORY — Hero & Mission
   ============================================ */
.lr-story {
  font-family: var(--sans);
  color: var(--text-gray);
  background: var(--white);
}

.lr-story__container,
.lr-story__values-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Part 1A: Story + Photo/Sidebar (full-bleed) ---------- */

.lr-story__hero {
  width: 100%;
  max-width: none;
  padding: 0;
  background: var(--white);
}

.lr-story__hero-flex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.lr-story__hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--lr-hero-pad-top, 32px) 20px 48px;
}

.lr-story__hero-visual {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.lr-story__figure {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #efe7d8, #f8f5ee 55%, #eee6d5);
  aspect-ratio: 16 / 10;
  min-height: 280px;
}

.lr-story__photo {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
}

.lr-story__sidebar {
  flex: 0 0 170px;
  background: var(--navy);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 12px;
}

@media (min-width: 480px) {
  .lr-story__sidebar { flex-basis: 190px; }
}

@media (min-width: 640px) {
  .lr-story__sidebar { flex-basis: 210px; }
}

@media (max-width: 479px) {
  .lr-story__hero-visual { flex-direction: column; }
  .lr-story__figure { width: 100%; }
  .lr-story__sidebar {
    flex-basis: auto;
    width: 100%;
  }
}

/* Desktop: same height rule as Contact (.hero pad 32/64, image stretch + bleed).
   Text stays on the 1200px column; photo+sidebar run to the viewport edge. */
@media (min-width: 1100px) {
  .lr-story__hero-flex {
    flex-direction: row;
    align-items: stretch;
  }

  .lr-story__hero-text {
    flex: 0 0 auto;
    width: calc(560px + 40px + max(20px, (100vw - 1200px) / 2 + 20px));
    max-width: calc(100% - 220px);
    padding: var(--lr-hero-pad-top, 32px) 40px 64px max(20px, calc((100vw - 1200px) / 2 + 20px));
  }

  .lr-story__hero-visual {
    flex: 1 1 auto;
  }

  .lr-story__figure {
    aspect-ratio: auto;
    min-height: 0;
    min-width: 280px;
  }

  .lr-story__sidebar {
    flex: 0 0 220px;
  }
}

.lr-story__eyebrow-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.lr-story__eyebrow-line {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: var(--gold);
  flex: 0 0 auto;
}

.lr-story__eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin: 0;
}

/* Hero eyebrow matches Contact: label, then 34×2px gold rule, 10px gap */
.lr-story__hero .lr-story__eyebrow-row {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.lr-story__hero .lr-story__eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #c9a13b;
}

.lr-story__hero .lr-story__eyebrow-line {
  width: 34px;
  height: 2px;
  background: #c9a13b;
}

.lr-story__heading {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--navy);
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .lr-story__heading { font-size: 48px; }
}

.lr-story__heading em {
  font-style: normal;
  color: var(--accent-red);
}

.lr-story__body p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-gray);
  margin: 0 0 16px;
}

@media (min-width: 1024px) {
  .lr-story__body p { font-size: 16px; }
}

.lr-story__body mark {
  background: none;
  color: var(--accent-red);
  font-weight: 700;
  padding: 0;
}

/* Read More — same treatment as Contact .btn.primary (navy fill, white text).
   Not .lr-getstarted__btn--solid (gold text / gold border). */
.lr-story__more {
  margin-top: 6px;
}

.lr-story__more-btn {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: #0e1524;
  color: #fff;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.05s ease;
}

.lr-story__more-btn::-webkit-details-marker,
.lr-story__more-btn::marker {
  display: none;
  content: "";
}

.lr-story__more-btn:hover {
  background: #1a2438;
}

.lr-story__more-btn:active {
  background: #050a14;
  transform: translateY(1px);
}

.lr-story__more-btn:focus-visible {
  outline: 2px solid #c9a13b;
  outline-offset: 2px;
}

.lr-story__more-open { display: none; }
.lr-story__more[open] .lr-story__more-closed { display: none; }
.lr-story__more[open] .lr-story__more-open { display: inline; }

.lr-story__more-body {
  margin-top: 16px;
}

.lr-story__sidebar-logo {
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
}

.lr-story__sidebar-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 4px;
}

.lr-story__sidebar-year {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 16px;
}

@media (min-width: 640px) {
  .lr-story__sidebar-year { font-size: 34px; }
}

.lr-story__sidebar-divider {
  width: 60%;
  height: 1px;
  background: var(--gold);
  border: 0;
  margin: 0 0 16px;
}

.lr-story__sidebar-flags {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
}

.lr-story__sidebar-hq {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}

/* ---------- Part 1B: Values (full-bleed gray band) ---------- */

.lr-story__values {
  background: var(--gray-bg);
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .lr-story__values { padding: 60px 0; }
}

.lr-story__values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .lr-story__values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .lr-story__values-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

.lr-story__value-card {
  background: var(--white);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 1px 6px rgba(14, 21, 36, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (min-width: 1024px) {
  .lr-story__value-card { padding: 30px; }
}

.lr-story__value-card:hover {
  box-shadow: 0 6px 18px rgba(14, 21, 36, 0.14);
  transform: translateY(-2px);
}

.lr-story__value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 16px;
  color: var(--gold);
}

.lr-story__value-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.lr-story__value-title {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 700;
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  .lr-story__value-title { font-size: 16px; }
}

.lr-story__value-desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-gray-soft);
  margin: 0;
}

@media (min-width: 1024px) {
  .lr-story__value-desc { font-size: 14px; }
}

/* ---------- Part 1C: Mission Statement ---------- */

.lr-story__mission {
  padding: 40px 0;
  background: var(--white);
}

@media (min-width: 1024px) {
  .lr-story__mission { padding: 80px 0; }
}

.lr-story__mission-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1024px) {
  .lr-story__mission-inner {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
  }

  .lr-story__mission-inner > div:first-child {
    flex: 1.1 1 0;
    min-width: 0;
  }

  .lr-story__mission-inner > .lr-story__quote {
    flex: 0.9 1 0;
    min-width: 0;
  }
}

.lr-story__mission-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.lr-story__mission-heading {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--navy);
  margin: 0 0 16px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .lr-story__mission-heading { font-size: 36px; }
}

.lr-story__mission-diamond {
  color: var(--gold);
  font-size: 18px;
  margin: 0 0 20px;
}

.lr-story__mission-body p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
}

@media (min-width: 1024px) {
  .lr-story__mission-body p { font-size: 16px; }
}

.lr-story__mission-body strong {
  color: var(--gold);
  font-weight: 700;
}

/* ---------- Part 1D: Mission Quote Box ---------- */

.lr-story__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--navy);
  border: 3px solid var(--gold);
  border-radius: 8px;
  padding: 40px 24px;
  text-align: center;
  color: var(--white);
  margin: 0;
}

@media (min-width: 1024px) {
  .lr-story__quote { padding: 60px 40px; }
}

.lr-story__quote-mark {
  font-family: var(--serif);
  font-size: 56px;
  line-height: 1;
  color: var(--gold);
  display: block;
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  .lr-story__quote-mark { font-size: 72px; }
}

.lr-story__quote p {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 6px;
  color: var(--gold);
}

@media (min-width: 1024px) {
  .lr-story__quote p { font-size: 26px; }
}

.lr-story__quote p:last-of-type {
  color: var(--white);
  margin-bottom: 0;
}

.lr-story__quote footer {
  margin-top: 24px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
}

.lr-story :focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ============================================
   SECTION: MEET THE PARTNERS
   ============================================ */
.lr-partners { background: #fdfcf8; }
.lr-partners svg { max-width: none !important; overflow: visible; }
.lr-partners__intro { text-align: center; margin-bottom: 56px; }
.lr-partners__kicker {
  display: block;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c9a13b;
  margin: 0 0 18px;
}
.lr-partners__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.15rem, 3.4vw, 2.85rem);
  font-weight: 600;
  line-height: 1.12;
  color: #232b39;
  margin: 0 0 18px;
}
.lr-partners__lead {
  margin: 0 auto;
  max-width: 46em;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #5c6472;
}
.lr-partners__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.lr-partner {
  display: grid;
  grid-template-columns: 38% 1fr;
  background: #fff;
  border: 1px solid #e8e4da;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(20, 33, 67, 0.06), 0 2px 8px rgba(20, 33, 67, 0.04);
  min-height: 100%;
}
.lr-partner__photo { background: #ece8df; min-height: 100%; }
.lr-partner__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
}
.lr-partner__body {
  display: flex;
  flex-direction: column;
  padding: 28px 26px 24px;
  min-width: 0;
}
.lr-partner__name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 1.6vw, 1.75rem);
  font-weight: 600;
  line-height: 1.15;
  color: #232b39;
  margin: 0 0 8px;
}
.lr-partner__role {
  font-family: Inter, -apple-system, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a13b;
  margin: 0 0 10px;
}
.lr-partner__practice {
  font-size: 0.98rem;
  font-weight: 500;
  color: #232b39;
  margin: 0 0 16px;
}
.lr-partner__facts { display: grid; gap: 8px; margin: 0 0 18px; }
.lr-partner__fact {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #5c6472;
}
.lr-partner__fact svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  flex: 0 0 16px;
  margin-top: 2px;
  color: #c9a13b;
}
.lr-partner__quote { margin: 0 0 22px; padding-top: 8px; }
.lr-partner__quote-mark {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.15rem;
  line-height: 0.55;
  color: #c9a13b;
  display: block;
  margin-bottom: 6px;
}
.lr-partner__quote p {
  font-size: 0.84rem;
  line-height: 1.6;
  color: #4a5260;
  margin: 0;
}
.lr-partner__profile { margin-top: auto; }
.lr-partner__profile > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #c9a13b;
  border-radius: 4px;
  background: transparent;
  color: #c9a13b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lr-partner__profile > summary::-webkit-details-marker,
.lr-partner__profile > summary::marker {
  display: none;
  content: "";
}
.lr-partner__profile > summary:hover {
  background: #c9a13b;
  color: #fff;
}
.lr-partner__cta-open { display: none; }
.lr-partner__profile[open] .lr-partner__cta-closed { display: none; }
.lr-partner__profile[open] .lr-partner__cta-open { display: inline; }
.lr-partner__bio { margin-top: 20px; display: grid; gap: 12px; }
.lr-partner__bio p {
  font-size: 0.84rem;
  line-height: 1.65;
  color: #4a5260;
  margin: 0;
}
.lr-partners-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid #e6e1d6;
}
.lr-partners-bar__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 4px 28px;
  border-right: 1px solid #e6e1d6;
}
.lr-partners-bar__item:first-child { padding-left: 0; }
.lr-partners-bar__item:last-child {
  border-right: 0;
  padding-right: 0;
}
.lr-partners-bar__item svg {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  flex: 0 0 28px;
  color: #c9a13b;
  margin-top: 2px;
}
.lr-partners-bar__text {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #232b39;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .lr-partners__grid { gap: 22px; }
  .lr-partner { grid-template-columns: 34% 1fr; }
  .lr-partner__body { padding: 22px 20px 20px; }
}
@media (max-width: 900px) {
  .lr-partners__grid { grid-template-columns: 1fr; }
  .lr-partner { grid-template-columns: 240px 1fr; }
  .lr-partners-bar {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .lr-partners-bar__item {
    border-right: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid #e6e1d6;
  }
  .lr-partners-bar__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .lr-partner { grid-template-columns: 1fr; }
  .lr-partner__photo { aspect-ratio: 4 / 5; max-height: 420px; }
}

/* ============================================
   SECTION 3: CREDENTIALS & AFFILIATIONS
   ============================================ */
.lr-credentials {
  font-family: var(--sans);
  background: var(--white);
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .lr-credentials { padding: 80px 0; }
}

.lr-credentials__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.lr-credentials__header {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .lr-credentials__header { margin-bottom: 50px; }
}

.lr-credentials__badge {
  display: inline-block;
  background: var(--navy);
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.lr-credentials__heading {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--navy);
  margin: 0 0 16px;
}

@media (min-width: 1024px) {
  .lr-credentials__heading { font-size: 36px; }
}

.lr-credentials__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gold);
}

.lr-credentials__divider-line {
  height: 1px;
  width: 50px;
  background: var(--gold);
}

.lr-credentials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .lr-credentials__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .lr-credentials__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.lr-credentials__card {
  background: var(--white);
  border: 1px solid var(--border-gray);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 1px 6px rgba(14, 21, 36, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (min-width: 1024px) {
  .lr-credentials__card { padding: 30px; }
}

.lr-credentials__card:hover {
  box-shadow: 0 8px 20px rgba(14, 21, 36, 0.12);
  transform: translateY(-2px);
}

.lr-credentials__logo {
  height: 56px;
  width: auto;
  max-width: 140px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lr-credentials__logo svg,
.lr-credentials__logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.lr-credentials__title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  .lr-credentials__title { font-size: 18px; }
}

.lr-credentials__desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-gray-soft);
  margin: 0 0 14px;
}

@media (min-width: 1024px) {
  .lr-credentials__desc { font-size: 14px; }
}

.lr-credentials__status {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin: 0;
}

.lr-credentials :focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ============================================
   SECTION 2: TESTIMONIALS
   ============================================ */
.lr-testimonials {
  font-family: var(--sans);
  background: var(--gray-bg);
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .lr-testimonials { padding: 80px 0; }
}

.lr-testimonials__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.lr-testimonials__header {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .lr-testimonials__header { margin-bottom: 50px; }
}

.lr-testimonials__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.lr-testimonials__eyebrow-line {
  height: 1px;
  width: 40px;
  background: var(--gold);
  flex: 0 0 auto;
}

@media (min-width: 640px) {
  .lr-testimonials__eyebrow-line { width: 90px; }
}

.lr-testimonials__eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  white-space: nowrap;
}

.lr-testimonials__heading {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--navy);
  margin: 0 0 12px;
}

@media (min-width: 1024px) {
  .lr-testimonials__heading { font-size: 36px; }
}

.lr-testimonials__subheading {
  font-size: 14px;
  color: var(--text-gray-soft);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .lr-testimonials__subheading { font-size: 16px; }
}

.lr-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 1024px) {
  .lr-testimonials__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.lr-testimonials__card {
  background: var(--white);
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 1px 6px rgba(14, 21, 36, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (min-width: 1024px) {
  .lr-testimonials__card { padding: 30px; }
}

.lr-testimonials__card:hover {
  box-shadow: 0 8px 20px rgba(14, 21, 36, 0.14);
  transform: translateY(-2px);
}

.lr-testimonials__quote-mark {
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1;
  color: var(--gold);
  display: block;
  margin-bottom: 4px;
}

@media (min-width: 1024px) {
  .lr-testimonials__quote-mark { font-size: 48px; }
}

.lr-testimonials__stars {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 2px;
  margin: 0 0 12px;
}

.lr-testimonials__stars[aria-hidden="true"] { display: inline-block; }

.lr-testimonials__quote {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-gray);
  margin: 0 0 16px;
}

@media (min-width: 1024px) {
  .lr-testimonials__quote { font-size: 14px; }
}

.lr-testimonials__quote mark,
.lr-testimonials__name {
  background: none;
  color: var(--accent-red);
  font-weight: 700;
  padding: 0;
}

.lr-testimonials__cite {
  border-top: 1px solid var(--border-gray);
  padding-top: 12px;
  font-style: normal;
}

.lr-testimonials__client-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}

.lr-testimonials__client-credential {
  display: block;
  font-size: 12px;
  color: var(--text-gray-soft);
}

.lr-testimonials__footer {
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .lr-testimonials__footer { margin-top: 40px; }
}

.lr-testimonials__rating-badge {
  font-size: 12px;
  color: var(--navy);
  font-weight: 700;
  margin: 0 0 20px;
}

.lr-testimonials__rating-badge .lr-testimonials__stars {
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.lr-testimonials__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: var(--gold);
  border: 2px solid var(--gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.lr-testimonials__btn:hover,
.lr-testimonials__btn:focus-visible {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.lr-testimonials :focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ============================================
   SECTION 4: GET STARTED — CTA
   ============================================ */
.lr-getstarted {
  position: relative;
  font-family: var(--sans);
  background: #0E1524 !important;
  color: var(--white);
  padding: 40px 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .lr-getstarted { padding: 60px 0; }
}

.lr-getstarted::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 260px;
  height: 260px;
  border: 2px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.06;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .lr-getstarted::before {
    width: 420px;
    height: 420px;
    right: -100px;
  }
}

.lr-getstarted__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.lr-getstarted__rating {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--white);
}

.lr-getstarted__stars {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}

.lr-getstarted__header {
  text-align: center;
  padding: 20px 0 30px;
  max-width: 760px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .lr-getstarted__header { padding: 40px 0; }
}

.lr-getstarted__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.lr-getstarted__eyebrow-line {
  height: 2px;
  width: 40px;
  background: var(--gold);
}

@media (min-width: 640px) {
  .lr-getstarted__eyebrow-line { width: 80px; }
}

.lr-getstarted__eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  white-space: nowrap;
}

.lr-getstarted__heading {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 18px;
  color: var(--white);
}

@media (min-width: 1024px) {
  .lr-getstarted__heading { font-size: 42px; }
}

.lr-getstarted__heading-underline {
  display: inline-block;
  width: 160px;
  max-width: 90%;
  height: 3px;
  background: var(--gold);
  margin-bottom: 20px;
}

.lr-getstarted__body {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 1024px) {
  .lr-getstarted__body { font-size: 16px; }
}

.lr-getstarted__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .lr-getstarted__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
}

.lr-getstarted__card {
  border: 2px solid var(--gold);
  border-radius: 4px;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}

@media (min-width: 1024px) {
  .lr-getstarted__card { padding: 40px; }
}

.lr-getstarted__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  color: var(--gold);
}

@media (min-width: 1024px) {
  .lr-getstarted__card-icon { width: 48px; height: 48px; }
}

.lr-getstarted__card-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.lr-getstarted__card-title {
  font-family: var(--serif);
  font-size: 20px;
  margin: 0 0 12px;
  color: var(--white);
}

@media (min-width: 1024px) {
  .lr-getstarted__card-title { font-size: 24px; }
}

.lr-getstarted__card-underline {
  display: block;
  width: 50px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 16px;
}

.lr-getstarted__card-desc {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.lr-getstarted__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.lr-getstarted__btn--solid {
  background: var(--navy);
  color: var(--gold);
  border: 2px solid var(--gold);
}

.lr-getstarted__btn--solid:hover,
.lr-getstarted__btn--solid:focus-visible {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.lr-getstarted__btn--outline {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
}

.lr-getstarted__btn--outline:hover,
.lr-getstarted__btn--outline:focus-visible {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.lr-getstarted__disclaimer {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.6;
  padding-top: 10px;
  max-width: 640px;
  margin: 0 auto;
  color: var(--white);
  opacity: 0.85;
}

.lr-getstarted :focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
