/* Shared page layout system */

body.rouge-unified-page {
  --ru-ink: #1d1d1f;
  --ru-muted: #6e6e73;
  --ru-accent: #8b2438;
  --ru-accent-dark: #711c2d;
  --ru-soft: #f5f5f7;
  --ru-card: #ffffff;
  --ru-line: #e5e5e7;
  --ru-soft-line: #dedee2;
  --ru-max: 1120px;
  margin: 0;
  background: #fff;
  color: var(--ru-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.rouge-unified-page .page-wrapper {
  background: #fff;
}

body.rouge-unified-page p,
body.rouge-unified-page li,
body.rouge-unified-page label,
body.rouge-unified-page input,
body.rouge-unified-page textarea,
body.rouge-unified-page select,
body.rouge-unified-page button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.rouge-unified-page h1,
body.rouge-unified-page h2,
body.rouge-unified-page .rouge-title,
body.rouge-unified-page .block-title__title,
body.rouge-unified-page .rouge-seo-service h2,
body.rouge-unified-page .rouge-seo-service h3,
body.rouge-unified-page .page-section h2,
body.rouge-unified-page .page-section h3,
body.rouge-unified-page .rcap-page h2,
body.rouge-unified-page .rcap-page h3 {
  font-family: "Source Serif 4", "Times New Roman", serif;
  color: var(--ru-ink);
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

body.rouge-unified-page h3,
body.rouge-unified-page h4,
body.rouge-unified-page h5,
body.rouge-unified-page h6 {
  color: var(--ru-ink);
}

body.rouge-unified-page a {
  color: var(--ru-accent);
}
body.rouge-unified-page a:hover,
body.rouge-unified-page a:focus {
  color: var(--ru-accent-dark);
}

/* ---------- Shared editorial page hero: replaces all image banners ---------- */
body.rouge-unified-page .rouge-page-title {
  position: relative;
  min-height: 0;
  padding: 88px 0 82px !important;
  background: #fff !important;
  background-image: none !important;
  color: var(--ru-ink) !important;
  text-align: center;
  border: 0 !important;
}
body.rouge-unified-page .rouge-page-title::before,
body.rouge-unified-page .rouge-page-title::after {
  display: none !important;
  content: none !important;
}
body.rouge-unified-page .rouge-page-title .container {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
}
body.rouge-unified-page .rouge-breadcrumb {
  margin: 0 auto 13px;
  color: var(--ru-muted) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.01em;
}
body.rouge-unified-page .rouge-breadcrumb a {
  color: var(--ru-muted) !important;
}
body.rouge-unified-page .rouge-breadcrumb a:hover {
  color: var(--ru-accent) !important;
}
body.rouge-unified-page .rouge-page-title h1 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto !important;
  color: var(--ru-ink) !important;
  font-family: "Source Serif 4", "Times New Roman", serif !important;
  font-size: clamp(46px, 5.1vw, 70px) !important;
  font-weight: 700 !important;
  line-height: 1.10 !important;
  letter-spacing: -.03em !important;
  text-align: center;
  text-wrap: balance;
}

/* ---------- Section landing pages ---------- */
body.rouge-unified-page .rouge-section-page {
  --rp-ink: var(--ru-ink);
  --rp-muted: var(--ru-muted);
  --rp-accent: var(--ru-accent);
  --rp-soft: var(--ru-soft);
  --rp-line: var(--ru-line);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body.rouge-unified-page .rp-hero {
  padding: 88px 0 80px;
}
body.rouge-unified-page .rp-hero .rp-wrap {
  width: min(1280px, calc(100% - 40px));
}
body.rouge-unified-page .rp-kicker {
  color: var(--ru-muted);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.02em;
}
body.rouge-unified-page .rp-hero h1 {
  width: 100%;
  max-width: 1220px;
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(46px, 4.8vw, 66px);
  line-height: 1.10;
  letter-spacing: -.03em;
  text-wrap: balance;
}
body.rouge-unified-page .rp-hero p {
  max-width: 780px;
  color: var(--ru-muted);
}
body.rouge-unified-page .rp-section-head {
  max-width: 820px;
}
body.rouge-unified-page .rp-section-head h2,
body.rouge-unified-page .rp-cta h2 {
  font-family: "Source Serif 4", "Times New Roman", serif;
  text-wrap: balance;
}
body.rouge-unified-page .rp-card {
  border-radius: 22px;
  box-shadow: none;
}

/* ---------- Content following page title ---------- */
body.rouge-unified-page .rouge-unified-first-section {
  background: var(--ru-soft) !important;
  background-image: none !important;
}

/* ---------- General section rhythm ---------- */
body.rouge-unified-page .rouge-section,
body.rouge-unified-page .rouge-about-body-section,
body.rouge-unified-page .rouge-faq-modern,
body.rouge-unified-page .rouge-tax-page,
body.rouge-unified-page .page-section,
body.rouge-unified-page .rouge-seo-service,
body.rouge-unified-page .rcap-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

body.rouge-unified-page .rouge-section-soft,
body.rouge-unified-page .rab-alt,
body.rouge-unified-page .rcap-alt,
body.rouge-unified-page .rouge-services-splash,
body.rouge-unified-page .rouge-pricing,
body.rouge-unified-page .rouge-faq-modern,
body.rouge-unified-page .rouge-tax-page,
body.rouge-unified-page .rouge-seo-service {
  background: var(--ru-soft) !important;
  background-image: none !important;
}

body.rouge-unified-page .container,
body.rouge-unified-page .rouge-seo-wrap,
body.rouge-unified-page .rcap-wrap {
  max-width: var(--ru-max);
}

/* ---------- SEO/service landing pages ---------- */
body.rouge-unified-page .rouge-seo-service {
  color: var(--ru-ink);
}
body.rouge-unified-page .rouge-seo-wrap {
  width: min(var(--ru-max), calc(100% - 40px));
  margin: 0 auto;
}
body.rouge-unified-page .rouge-seo-eyebrow {
  margin-bottom: 10px;
  color: var(--ru-muted) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.rouge-unified-page .rouge-seo-service > .rouge-seo-wrap > h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(34px, 4vw, 50px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em;
}
body.rouge-unified-page .rouge-seo-lead {
  max-width: 780px;
  margin-top: 16px;
  color: var(--ru-muted) !important;
  font-size: 18px;
  line-height: 1.58;
}
body.rouge-unified-page .rouge-seo-actions,
body.rouge-unified-page .rouge-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
body.rouge-unified-page .rouge-seo-btn,
body.rouge-unified-page .rouge-btn,
body.rouge-unified-page .thm-btn,
body.rouge-unified-page .btn,
body.rouge-unified-page .rcap-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px !important;
  border: 1px solid var(--ru-accent) !important;
  border-radius: 999px !important;
  background: var(--ru-accent) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: transform .16s ease, background-color .16s ease;
}
body.rouge-unified-page .rouge-seo-btn:hover,
body.rouge-unified-page .rouge-btn:hover,
body.rouge-unified-page .thm-btn:hover,
body.rouge-unified-page .btn:hover,
body.rouge-unified-page .rcap-btn:hover {
  background: var(--ru-accent-dark) !important;
  transform: translateY(-1px);
}
body.rouge-unified-page .rouge-seo-btn-secondary,
body.rouge-unified-page .rouge-btn-outline,
body.rouge-unified-page .btn-outline,
body.rouge-unified-page .rcap-btn-secondary {
  background: #fff !important;
  color: var(--ru-accent) !important;
}
body.rouge-unified-page .rouge-seo-grid {
  gap: 18px !important;
  margin-top: 40px !important;
}
body.rouge-unified-page .rouge-seo-panel,
body.rouge-unified-page .rouge-seo-card,
body.rouge-unified-page .rouge-seo-aside,
body.rouge-unified-page .rouge-card,
body.rouge-unified-page .contact-box,
body.rouge-unified-page .owner-note,
body.rouge-unified-page .rcap-card,
body.rouge-unified-page .rcap-panel,
body.rouge-unified-page .faq-one__single,
body.rouge-unified-page .rouge-faq-item {
  overflow: hidden;
  border: 1px solid var(--ru-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
}
body.rouge-unified-page .rouge-card::before,
body.rouge-unified-page .rouge-card::after {
  display: none !important;
  content: none !important;
}
body.rouge-unified-page .rouge-seo-panel,
body.rouge-unified-page .rouge-seo-card,
body.rouge-unified-page .rouge-seo-aside,
body.rouge-unified-page .rouge-card,
body.rouge-unified-page .contact-box,
body.rouge-unified-page .owner-note,
body.rouge-unified-page .rcap-card,
body.rouge-unified-page .rcap-panel {
  padding: 28px !important;
}
body.rouge-unified-page .rouge-seo-panel h3,
body.rouge-unified-page .rouge-seo-card h3,
body.rouge-unified-page .contact-box h3,
body.rouge-unified-page .rcap-card h3,
body.rouge-unified-page .rcap-panel h3 {
  font-size: 24px !important;
  line-height: 1.14 !important;
  letter-spacing: -.025em;
}
body.rouge-unified-page .rouge-seo-panel p,
body.rouge-unified-page .rouge-seo-card p,
body.rouge-unified-page .contact-box p,
body.rouge-unified-page .owner-note p,
body.rouge-unified-page .rcap-card p,
body.rouge-unified-page .rcap-panel p {
  color: var(--ru-muted) !important;
}

/* ---------- About ---------- */
body.rouge-unified-page .rouge-about-body {
  --rab-red: var(--ru-accent) !important;
  --rab-red-dark: var(--ru-accent-dark) !important;
  --rab-ink: var(--ru-ink) !important;
  --rab-muted: var(--ru-muted) !important;
  --rab-soft: var(--ru-soft) !important;
  --rab-border: var(--ru-line) !important;
}
body.rouge-unified-page .rouge-about-body-section h2,
body.rouge-unified-page .rouge-about-body-section .rab-title {
  font-family: "Source Serif 4", "Times New Roman", serif !important;
  color: var(--ru-ink) !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em !important;
  text-wrap: balance;
}
body.rouge-unified-page .rab-eyebrow {
  color: var(--ru-muted) !important;
}
body.rouge-unified-page .rab-card,
body.rouge-unified-page .rab-story-card,
body.rouge-unified-page .rab-credential-card {
  border-color: var(--ru-line) !important;
  border-radius: 22px !important;
  box-shadow: none !important;
}

/* ---------- FAQ ---------- */
body.rouge-unified-page .rouge-faq-modern {
  color: var(--ru-ink) !important;
}
body.rouge-unified-page .rouge-faq-modern h2,
body.rouge-unified-page .rouge-faq-modern .rfm-title {
  font-family: "Source Serif 4", "Times New Roman", serif !important;
  color: var(--ru-ink) !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em !important;
  text-wrap: balance;
}
body.rouge-unified-page .rfm-kicker,
body.rouge-unified-page .rfm-eyebrow {
  color: var(--ru-muted) !important;
}
body.rouge-unified-page .rfm-item,
body.rouge-unified-page .rfm-card,
body.rouge-unified-page details {
  border-color: var(--ru-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}

/* ---------- Services and pricing ---------- */
body.rouge-unified-page .rouge-services-splash,
body.rouge-unified-page .rouge-pricing {
  color: var(--ru-ink);
}
body.rouge-unified-page .rouge-services-splash h2,
body.rouge-unified-page .rouge-pricing h2,
body.rouge-unified-page .rouge-pricing .rouge-title {
  font-family: "Source Serif 4", "Times New Roman", serif !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em;
  text-wrap: balance;
}
body.rouge-unified-page [class*="service-card"],
body.rouge-unified-page [class*="pricing-card"],
body.rouge-unified-page [class*="service-box"],
body.rouge-unified-page [class*="price-card"] {
  border-radius: 22px !important;
  border-color: var(--ru-line) !important;
  box-shadow: none !important;
  background: #fff !important;
}

/* ---------- Tax ---------- */
body.rouge-unified-page .rouge-tax-page {
  color: var(--ru-ink) !important;
}
body.rouge-unified-page .rouge-tax-page h1,
body.rouge-unified-page .rouge-tax-page h2,
body.rouge-unified-page .rouge-tax-page .rt-title {
  font-family: "Source Serif 4", "Times New Roman", serif !important;
  color: var(--ru-ink) !important;
  text-wrap: balance;
}
body.rouge-unified-page .rouge-tax-page [class*="card"],
body.rouge-unified-page .rouge-tax-page [class*="box"],
body.rouge-unified-page .rouge-tax-page [class*="panel"] {
  border-radius: 22px !important;
  border-color: var(--ru-line) !important;
  box-shadow: none !important;
}

/* ---------- Legal / privacy / terms ---------- */
body.rouge-unified-page .page-section {
  background: #fff !important;
  color: var(--ru-muted);
}
body.rouge-unified-page .page-section:nth-of-type(even) {
  background: var(--ru-soft) !important;
}
body.rouge-unified-page .page-section > .container {
  max-width: 920px;
}
body.rouge-unified-page .page-section h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1.1;
  letter-spacing: -.035em;
}
body.rouge-unified-page .page-section h3 {
  font-size: 23px !important;
  line-height: 1.2;
}
body.rouge-unified-page .page-section p,
body.rouge-unified-page .page-section li {
  color: var(--ru-muted);
}

/* ---------- Community Access ---------- */
body.rouge-unified-page .rcap-page {
  --rcap-red: var(--ru-accent) !important;
  --rcap-ink: var(--ru-ink) !important;
  --rcap-muted: var(--ru-muted) !important;
  --rcap-soft: var(--ru-soft) !important;
  --rcap-line: var(--ru-line) !important;
  background: #fff !important;
  color: var(--ru-ink) !important;
}
body.rouge-unified-page .rcap-hero,
body.rouge-unified-page .rcap-banner,
body.rouge-unified-page [class*="rcap-hero"] {
  background-image: none !important;
}

/* ---------- Forms ---------- */
body.rouge-unified-page input:not([type="checkbox"]):not([type="radio"]):not(.rouge-search-input),
body.rouge-unified-page textarea,
body.rouge-unified-page select {
  border: 1px solid var(--ru-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--ru-ink) !important;
  box-shadow: none !important;
}
body.rouge-unified-page input:not(.rouge-search-input):focus,
body.rouge-unified-page textarea:focus,
body.rouge-unified-page select:focus {
  border-color: rgba(139,36,56,.5) !important;
  outline: 2px solid rgba(139,36,56,.12) !important;
}

/* ---------- Footer: light, quiet, consistent ---------- */
body.rouge-unified-page .site-footer {
  padding-top: 66px !important;
  padding-bottom: 22px !important;
  background: var(--ru-soft) !important;
  border-top: 1px solid var(--ru-line);
}
body.rouge-unified-page .site-footer .footer-widget__logo img {
  width: 220px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
body.rouge-unified-page .footer-widget__title {
  color: var(--ru-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}
body.rouge-unified-page .footer-widget__title::after {
  display: none !important;
  content: none !important;
}
body.rouge-unified-page .footer-widget p,
body.rouge-unified-page .footer-widget__links li a,
body.rouge-unified-page .site-footer__copy,
body.rouge-unified-page .site-footer__social a {
  color: var(--ru-muted) !important;
}
body.rouge-unified-page .footer-widget__links li a:hover,
body.rouge-unified-page .footer-widget p a:hover,
body.rouge-unified-page .site-footer__copy a,
body.rouge-unified-page .site-footer__social a:hover {
  color: var(--ru-accent) !important;
}
body.rouge-unified-page .site-footer__bottom {
  padding-top: 24px !important;
  padding-bottom: 28px !important;
  background: var(--ru-soft) !important;
  border-top: 1px solid var(--ru-line) !important;
}
body.rouge-unified-page .site-footer__social a {
  opacity: .65 !important;
}

/* ---------- Remove leftover decorative / banner imagery on non-index pages ---------- */
body.rouge-unified-page .inner-banner,
body.rouge-unified-page .inner-banner-one,
body.rouge-unified-page .page-header,
body.rouge-unified-page [class*="inner-banner"] {
  background-image: none !important;
}

/* ---------- Heading orphan protection ---------- */
body.rouge-unified-page h1,
body.rouge-unified-page h2 {
  text-wrap: balance;
}

@media (min-width: 1000px) {
  body.rouge-unified-page .rp-hero h1 {
    max-width: 1220px;
  }
  body.rouge-unified-page .rouge-page-title h1 {
    max-width: 1180px;
  }
}

@media (max-width: 880px) {
  body.rouge-unified-page .rouge-page-title {
    padding: 72px 0 66px !important;
  }
  body.rouge-unified-page .rouge-page-title h1,
  body.rouge-unified-page .rp-hero h1 {
    font-size: clamp(42px, 8vw, 58px) !important;
    max-width: 820px;
  }
}

@media (max-width: 620px) {
  body.rouge-unified-page .rouge-page-title {
    padding: 54px 0 52px !important;
  }
  body.rouge-unified-page .rouge-page-title .container,
  body.rouge-unified-page .rouge-seo-wrap,
  body.rouge-unified-page .rp-hero .rp-wrap {
    width: min(100% - 28px, var(--ru-max));
  }
  body.rouge-unified-page .rouge-page-title h1,
  body.rouge-unified-page .rp-hero h1 {
    font-size: clamp(38px, 11vw, 50px) !important;
    line-height: 1.10 !important;
    letter-spacing: -.025em !important;
  }
  body.rouge-unified-page .rp-hero {
    padding: 56px 0 54px;
  }
  body.rouge-unified-page .rp-kicker {
    font-size: 15px;
  }
  body.rouge-unified-page .rouge-section,
  body.rouge-unified-page .rouge-about-body-section,
  body.rouge-unified-page .rouge-faq-modern,
  body.rouge-unified-page .rouge-tax-page,
  body.rouge-unified-page .page-section,
  body.rouge-unified-page .rouge-seo-service,
  body.rouge-unified-page .rcap-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  body.rouge-unified-page .rouge-seo-actions,
  body.rouge-unified-page .rouge-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  body.rouge-unified-page .rouge-seo-btn,
  body.rouge-unified-page .rouge-btn,
  body.rouge-unified-page .thm-btn,
  body.rouge-unified-page .btn,
  body.rouge-unified-page .rcap-btn {
    width: 100%;
  }
  body.rouge-unified-page .site-footer {
    padding-top: 50px !important;
  }
}

.contact-line-label{display:inline-block;min-width:52px;margin-right:12px;color:#922c43;font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}
