/* ==========================================================================
   Product Page Design System — Shingle Roofing & All Service Pages
   2026-03-15
   ========================================================================== */

/* ---------- Trust Bar — Badge variant ---------- */
.meb-trust--badges {
  background: #0C1B33;
  border: none;
  padding: 1.25rem 1.5rem;
}

.meb-trust--badges .meb-trust__inner {
  gap: 1.5rem;
}

.meb-trust__badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.meb-trust__badge-icon {
  color: #C17F4E;
  display: flex;
  align-items: center;
}

.meb-trust__badge-icon svg {
  width: 20px;
  height: 20px;
}

.meb-trust__badge-text {
  color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .meb-trust--badges .meb-trust__inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
  }

  .meb-trust__badge-icon svg {
    width: 16px;
    height: 16px;
  }

  .meb-trust__badge-text {
    font-size: 0.6875rem;
  }
}

/* ---------- Intro — Split layout ---------- */
.sr-intro {
  padding: 5rem 1.5rem;
  background: #fff;
}

.sr-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.sr-intro-text h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #0C1B33;
  line-height: 1.15;
  margin: 0 0 1.25rem;
}

.sr-intro-text p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #4A4F57;
  margin: 0 0 1rem;
}

.sr-intro-text strong {
  color: #0C1B33;
}

.sr-intro-logos {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(12, 27, 51, 0.08);
}

.sr-intro-logos img {
  height: 36px;
  width: auto;
  opacity: 0.45;
  filter: grayscale(100%);
  transition: opacity 0.3s, filter 0.3s;
}

.sr-intro-logos img:hover {
  opacity: 1;
  filter: none;
}

.sr-intro-photo {
  overflow: hidden;
  border-radius: 0.5rem;
}

.sr-intro-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .sr-intro-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sr-intro-photo {
    order: -1;
    max-height: 300px;
  }
}

/* ---------- Shingle Types Section ---------- */
.sr-shingles {
  padding: 5rem 1.5rem;
  background: #F5F7FA;
}

.sr-shingles-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sr-shingles-heading {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #0C1B33;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.sr-shingles-lead {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #4A4F57;
  margin: 0 0 2.5rem;
  max-width: 640px;
}

.sr-shingles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sr-shingle-item {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid rgba(12, 27, 51, 0.06);
}

.sr-shingle-item h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 0.75rem;
}

.sr-shingle-item p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4A4F57;
  margin: 0 0 1rem;
}

.sr-shingle-brands {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #8A8F96;
  display: block;
  padding-top: 1rem;
  border-top: 1px solid rgba(12, 27, 51, 0.06);
}

@media (max-width: 768px) {
  .sr-shingles-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Services — Dark section, 3 columns ---------- */
.sr-services {
  padding: 5rem 1.5rem;
  position: relative;
}

.sr-services-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sr-services-heading {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 2.5rem;
}

.sr-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sr-svc {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.sr-svc h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
}

.sr-svc p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  flex: 1;
}

.sr-svc-price {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #C17F4E;
  margin-top: 1.25rem;
}

.sr-svc-cta {
  display: inline-block;
  margin-top: 1rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #C17F4E;
  text-decoration: none;
  transition: color 0.2s;
}

.sr-svc-cta:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .sr-services-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Process — Split: steps left, photo right ---------- */
.sr-process {
  padding: 5rem 1.5rem;
  background: #fff;
}

.sr-process-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem 4rem;
}

.sr-process-kicker {
  grid-column: 1;
  color: #C17F4E;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.sr-process-heading {
  grid-column: 1;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #0C1B33;
  line-height: 1.15;
  margin: 0 0 2rem;
}

.sr-process-steps {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.sr-pstep {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.sr-pstep-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid rgba(12, 27, 51, 0.15);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #C17F4E;
  margin-top: 0.1rem;
}

.sr-pstep h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 0.2rem;
}

.sr-pstep p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4A4F57;
  margin: 0;
}

.sr-process-photo {
  grid-column: 2;
  grid-row: 1 / 4;
  overflow: hidden;
  border-radius: 0.5rem;
  align-self: center;
}

.sr-process-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .sr-process-inner {
    grid-template-columns: 1fr;
  }

  .sr-process-photo {
    grid-column: 1;
    grid-row: auto;
    order: -1;
    max-height: 280px;
    margin-bottom: 1rem;
  }
}

/* ---------- Projects Gallery ---------- */
.sr-projects {
  padding: 5rem 1.5rem;
  background: #F5F7FA;
}

.sr-projects-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sr-projects-kicker {
  color: #C17F4E;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.sr-projects-heading {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #0C1B33;
  line-height: 1.15;
  margin: 0 0 2.5rem;
}

.sr-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sr-project {
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}

.sr-project img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.sr-project figcaption {
  padding: 1.25rem;
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid rgba(12, 27, 51, 0.06);
  border-top: none;
}

.sr-project figcaption strong {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9375rem;
  color: #0C1B33;
}

.sr-project figcaption span {
  display: block;
  margin-top: 0.35rem;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #8A8F96;
}

@media (max-width: 768px) {
  .sr-projects-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Testimonials ---------- */
.sr-testimonials {
  padding: 5rem 1.5rem;
  background: #fff;
}

.sr-testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sr-tcard {
  background: #F5F7FA;
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid rgba(12, 27, 51, 0.06);
  display: flex;
  flex-direction: column;
}

.sr-tcard-stars {
  color: #FBBF24;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.sr-tcard-quote {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1.6;
  color: #4A4F57;
  margin: 0;
  flex: 1;
}

.sr-tcard-author {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #8A8F96;
  margin: 1rem 0 0;
}

@media (max-width: 768px) {
  .sr-testimonials-inner {
    grid-template-columns: 1fr;
  }
}

/* ---------- Energy Efficiency — Dark split ---------- */
.sr-energy {
  padding: 5rem 1.5rem;
  position: relative;
}

.sr-energy-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

.sr-energy-text h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 1.25rem;
}

.sr-energy-text p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1rem;
}

.sr-energy-stat {
  text-align: center;
}

.sr-energy-num {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 800;
  color: #C17F4E;
  line-height: 0.85;
  display: block;
  margin-bottom: 0.5rem;
}

.sr-energy-pct {
  font-size: 0.5em;
  vertical-align: super;
}

.sr-energy-label {
  display: block;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}

.sr-energy-source {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 768px) {
  .sr-energy-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sr-energy-stat {
    max-width: 280px;
    margin: 0 auto;
  }
}

/* ---------- FAQ ---------- */
.sr-faq {
  padding: 5rem 1.5rem;
  background: #fff;
}

.sr-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}

.sr-faq-kicker {
  color: #C17F4E;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.5rem;
}

.sr-faq-heading {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #0C1B33;
  text-align: center;
  margin: 0 0 2.5rem;
  line-height: 1.15;
}

.sr-faq-list {
  border-top: 1px solid #DDE2E8;
}

.sr-faq-item {
  border-bottom: 1px solid #DDE2E8;
}

.sr-faq-item[open] .sr-faq-question::after {
  transform: rotate(45deg);
}

.sr-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  cursor: pointer;
  list-style: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #0C1B33;
}

.sr-faq-question::-webkit-details-marker {
  display: none;
}

.sr-faq-question::after {
  content: "+";
  color: #8A8F96;
  font-size: 1.5rem;
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.2s ease;
}

.sr-faq-answer {
  color: #4A4F57;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  padding: 0 0 1.25rem;
  margin: 0;
}

/* ---------- Inline content links ---------- */
.sr-inline-link {
  color: #C17F4E;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.sr-inline-link:hover {
  color: #B85C3A;
}

.sr-inline-link-light {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 2px;
  transition: color 0.2s, text-decoration-color 0.2s;
}

.sr-inline-link-light:hover {
  color: #C17F4E;
  text-decoration-color: #C17F4E;
}

/* ---------- CTA Band — Overlay fix for product pages ---------- */
.meb-cta--has-bg {
  position: relative;
  overflow: hidden;
}

.meb-cta--has-bg .meb-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.meb-cta--has-bg .meb-cta__inner {
  position: relative;
  z-index: 2;
}

.meb-cta--accent.meb-cta--has-bg {
  padding: 4rem 1.5rem;
}

.meb-cta--accent .meb-cta__subtext {
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  margin: 0 0 1.5rem;
}

/* ==========================================================================
   ABOUT PAGE — EDITORIAL LAYOUT
   ========================================================================== */

/* ---------- Origin Story (asymmetric split) ---------- */
.about-story {
  padding: 6rem 1.5rem 5rem;
  background: #fff;
}

.about-story-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: start;
}

.about-story-since {
  display: inline-block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C17F4E;
  margin-bottom: 1rem;
}

.about-story-main h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 700;
  color: #0C1B33;
  line-height: 1.1;
  margin: 0 0 1.75rem;
}

.about-story-main p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #4A4F57;
  margin: 0 0 1.25rem;
}

.about-story-main p:last-child { margin-bottom: 0; }

.about-story-sidebar {
  position: sticky;
  top: 6rem;
}

.about-story-sidebar img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
}

.about-story-caption {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.75rem;
  color: #8A8F96;
  margin-top: 0.75rem;
  padding-left: 0.125rem;
}

@media (max-width: 768px) {
  .about-story-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-story-sidebar {
    position: static;
    order: -1;
  }
}

/* ---------- Customer Faces Mosaic ---------- */
.about-faces {
  padding: 5rem 1.5rem 4rem;
  background: #F5F7FA;
}

.about-faces-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.about-faces-header {
  max-width: 640px;
  margin-bottom: 3rem;
}

.about-faces-header h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 0.75rem;
}

.about-faces-header p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #4A4F57;
  margin: 0;
}

.about-faces-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 0.5rem;
}

.about-face {
  margin: 0;
  overflow: hidden;
  border-radius: 0.25rem;
}

.about-face img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-face:hover img {
  transform: scale(1.04);
}

.about-face--wide {
  grid-column: span 2;
}

.about-face--tall {
  grid-row: span 2;
}

@media (max-width: 768px) {
  .about-faces-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 170px;
  }

  .about-face--wide {
    grid-column: span 2;
  }

  .about-face--tall {
    grid-row: span 1;
  }
}

@media (max-width: 480px) {
  .about-faces-mosaic {
    grid-auto-rows: 140px;
  }
}

/* ---------- Philosophy (dark editorial, two columns) ---------- */
.about-philosophy {
  padding: 6rem 1.5rem;
}

.about-philosophy-inner {
  max-width: 960px;
  margin: 0 auto;
}

.about-philosophy-kicker {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C17F4E;
  margin-bottom: 1rem;
}

.about-philosophy h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2.25rem, 4.5vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 2.5rem;
}

.about-philosophy-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.about-philosophy-cols p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.25rem;
}

.about-philosophy-cols p:last-child { margin-bottom: 0; }

.about-philosophy-kicker-end {
  color: rgba(255, 255, 255, 0.95) !important;
  font-style: italic;
}

@media (max-width: 768px) {
  .about-philosophy-cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ---------- Proof (numbers + context) ---------- */
.about-proof {
  padding: 5rem 1.5rem;
  background: #fff;
}

.about-proof-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-proof-numbers {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.about-proof-num {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.about-proof-val {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 800;
  color: #0C1B33;
  line-height: 1;
}

.about-proof-unit {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #C17F4E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-proof-desc {
  width: 100%;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  color: #8A8F96;
  margin-top: -0.25rem;
}

.about-proof-context p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #4A4F57;
  margin: 0 0 1.25rem;
}

.about-proof-context p:last-child { margin-bottom: 0; }

@media (max-width: 768px) {
  .about-proof-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* ---------- Licensed (state cards) ---------- */
.about-licensed {
  padding: 5rem 1.5rem;
  background: #F5F7FA;
}

.about-licensed-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-licensed h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 2.5rem;
}

.about-licensed-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.about-licensed-state {
  background: #fff;
  padding: 2rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(12, 27, 51, 0.06);
}

.about-licensed-state h3 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 0.25rem;
}

.about-licensed-id {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #C17F4E;
  margin-bottom: 0.75rem;
}

.about-licensed-state p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #8A8F96;
  margin: 0;
}

@media (max-width: 640px) {
  .about-licensed-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Services (editorial link list) ---------- */
.about-services {
  padding: 5rem 1.5rem;
  background: #fff;
}

.about-services-inner {
  max-width: 900px;
  margin: 0 auto;
}

.about-services h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 2rem;
}

.about-services-list {
  display: flex;
  flex-direction: column;
}

.about-svc-link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(12, 27, 51, 0.08);
  text-decoration: none;
  transition: padding-left 0.3s ease;
}

.about-svc-link:first-child {
  border-top: 1px solid rgba(12, 27, 51, 0.08);
}

.about-svc-link:hover {
  padding-left: 0.75rem;
}

.about-svc-name {
  display: block;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0C1B33;
  line-height: 1.2;
}

.about-svc-detail {
  display: block;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #8A8F96;
  margin-top: 0.25rem;
}

.about-svc-arrow {
  font-size: 1.75rem;
  color: #C17F4E;
  transition: transform 0.3s ease;
}

.about-svc-link:hover .about-svc-arrow {
  transform: translateX(4px);
}

@media (max-width: 640px) {
  .about-svc-name {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   REQUEST A QUOTE PAGE — CONVERSION-OPTIMIZED
   
   Hero + form side-by-side. Everything below reduces friction.
   ========================================================================== */

/* ---------- Hero with inline form ---------- */
.rq-hero {
  padding: 3rem 1.5rem;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.rq-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  width: 100%;
}

.rq-hero h1 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 1.25rem;
}

.rq-hero-sub {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin: 0 0 2rem;
}

.rq-hero-trust {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 2rem;
}

.rq-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
}

.rq-trust-item svg { flex-shrink: 0; }

.rq-hero-phone {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

.rq-hero-phone a {
  color: #C17F4E;
  text-decoration: none;
  font-weight: 600;
}

.rq-hero-phone a:hover { text-decoration: underline; }

/* ---------- The Form ---------- */
.rq-hero-form {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

.rq-form-heading {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 0.25rem;
}

.rq-form-sub {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.875rem;
  color: #8A8F96;
  margin: 0 0 1.75rem;
}

.rq-field { margin-bottom: 1rem; }

.rq-field label {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0C1B33;
  margin-bottom: 0.35rem;
}

.rq-req { color: #C17F4E; }
.rq-optional { font-weight: 400; color: #8A8F96; }

.rq-field input,
.rq-field select,
.rq-field textarea {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  color: #0C1B33;
  background: #F5F7FA;
  border: 1.5px solid transparent;
  border-radius: 0.375rem;
  transition: border-color 0.2s, background 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.rq-field input:focus,
.rq-field select:focus,
.rq-field textarea:focus {
  outline: none;
  border-color: #C17F4E;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(193,127,78,0.1);
}

.rq-field input::placeholder,
.rq-field textarea::placeholder { color: #B0B5BC; }

.rq-field select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238A8F96' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.rq-field textarea {
  resize: vertical;
  min-height: 80px;
}

.rq-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.rq-submit {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-top: 0.5rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #C17F4E;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.rq-submit:hover { background: #B85C3A; }
.rq-submit:active { transform: scale(0.99); }
.rq-submit:disabled { opacity: 0.7; cursor: not-allowed; }

.rq-form-note {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  color: #B0B5BC;
  text-align: center;
  margin: 0.75rem 0 0;
}

.rq-form-error {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.875rem;
  color: #c0392b;
  background: #fdf0ef;
  border-radius: 0.375rem;
  border: 1px solid rgba(192,57,43,0.15);
}

.rq-form-success {
  text-align: center;
  padding: 3rem 2rem;
}

.rq-form-success h3 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0C1B33;
  margin: 1.25rem 0 0.75rem;
}

.rq-form-success p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  color: #4A4F57;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}

.rq-success-phone { margin-top: 1.5rem !important; }
.rq-success-phone a { color: #C17F4E; font-weight: 600; text-decoration: none; }

/* ---------- Process (split layout with photo) ---------- */
.rq-process {
  padding: 5rem 1.5rem;
  background: #fff;
}

.rq-process-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 4rem;
  align-items: center;
}

.rq-process-kicker {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C17F4E;
  margin: 0 0 0.75rem;
}

.rq-process h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 2.5rem;
}

.rq-process-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rq-pstep {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.rq-pstep-num {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #C17F4E;
  border: 2px solid rgba(193,127,78,0.25);
  border-radius: 50%;
}

.rq-pstep h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 0.2rem;
}

.rq-pstep p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4A4F57;
  margin: 0;
}

.rq-process-photo img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

/* ---------- Social proof (dark cinematic with photos) ---------- */
.rq-social-proof {
  padding: 5rem 1.5rem;
}

.rq-social-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.rq-social-kicker {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C17F4E;
  margin: 0 0 2rem;
}

.rq-social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.rq-review--dark {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
}

.rq-review--dark .rq-review-stars {
  color: #C17F4E;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.rq-review--dark .rq-review-text {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  margin: 0 0 auto;
  padding-bottom: 1.25rem;
}

.rq-review-bottom {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.rq-review-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.15);
}

.rq-review--dark .rq-review-author {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

/* ---------- Numbers band ---------- */
.rq-numbers {
  padding: 3.5rem 1.5rem;
  background: #F5F7FA;
}

.rq-numbers-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.rq-num-val {
  display: block;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #0C1B33;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.rq-num-label {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #8A8F96;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* ---------- FAQ ---------- */
.rq-faq {
  padding: 4rem 1.5rem;
  background: #fff;
}

.rq-faq-inner {
  max-width: 700px;
  margin: 0 auto;
}

.rq-faq h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 2rem;
}

.rq-faq-item {
  border-bottom: 1px solid rgba(12,27,51,0.08);
}

.rq-faq-item:first-child {
  border-top: 1px solid rgba(12,27,51,0.08);
}

.rq-faq-item summary {
  padding: 1.25rem 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #0C1B33;
  cursor: pointer;
  list-style: none;
}

.rq-faq-item summary::-webkit-details-marker { display: none; }
.rq-faq-item summary::marker { content: ''; }

.rq-faq-item p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4A4F57;
  margin: 0 0 1.25rem;
  padding-right: 1rem;
}

/* ---------- Bottom CTA (copper cinematic) ---------- */
.rq-bottom-cta {
  padding: 5rem 1.5rem;
  text-align: center;
}

.rq-bottom-inner {
  max-width: 500px;
  margin: 0 auto;
}

.rq-bottom-cta h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
}

.rq-bottom-cta p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.0625rem;
  color: rgba(255,255,255,0.8);
  margin: 0 0 2rem;
}

.rq-phone-btn {
  display: inline-block;
  padding: 1.125rem 3rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0C1B33;
  background: #fff;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.rq-phone-btn:hover {
  background: #F5F7FA;
  transform: translateY(-1px);
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .rq-hero {
    padding: 2rem 1rem;
    min-height: auto;
  }

  .rq-hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .rq-hero-text { text-align: center; }
  .rq-hero-trust { align-items: center; }
  .rq-hero-phone { text-align: center; }

  .rq-hero-form {
    padding: 1.75rem 1.25rem;
    border-radius: 0.375rem;
  }

  .rq-field-row { grid-template-columns: 1fr; }

  .rq-process-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .rq-process-photo { order: -1; }

  .rq-social-grid { grid-template-columns: 1fr; }

  .rq-numbers-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .rq-hero-form {
    padding: 1.5rem 1rem;
    margin: 0 -0.5rem;
  }

  .rq-form-heading { font-size: 1.375rem; }
}

/* ==========================================================================
   SERVICE AREA PAGE
   ========================================================================== */

/* ---------- State blocks ---------- */
.sa-states {
  padding: 5rem 1.5rem 3rem;
  background: #fff;
}

.sa-states-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sa-state-block {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(12,27,51,0.08);
}

.sa-state-block:first-child {
  padding-top: 0;
}

.sa-state-block:last-child {
  border-bottom: none;
}

.sa-state-header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.sa-state-header h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #0C1B33;
  margin: 0;
}

.sa-state-tag {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #C17F4E;
  background: rgba(193,127,78,0.08);
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
}

.sa-state-desc {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #4A4F57;
  margin: 0 0 1.75rem;
  max-width: 700px;
}

.sa-state-areas {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.sa-area-group h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sa-area-group p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #8A8F96;
  margin: 0;
}

.sa-area-group a {
  color: #4A4F57;
  text-decoration: none;
  border-bottom: 1px solid rgba(12,27,51,0.15);
  transition: color 0.2s, border-color 0.2s;
}

.sa-area-group a:hover {
  color: #C17F4E;
  border-color: #C17F4E;
}

/* ---------- Why local matters (dark) ---------- */
.sa-why {
  padding: 5rem 1.5rem;
}

.sa-why-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sa-why-kicker {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C17F4E;
  margin-bottom: 1rem;
}

.sa-why h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 2.5rem;
  max-width: 700px;
}

.sa-why-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.sa-why-cols h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
}

.sa-why-cols p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin: 0;
}

@media (max-width: 768px) {
  .sa-why-cols {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ---------- Services (reuses about-services-list) ---------- */
.sa-services {
  padding: 4rem 1.5rem;
  background: #F5F7FA;
}

.sa-services-inner {
  max-width: 900px;
  margin: 0 auto;
}

.sa-services h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0C1B33;
  margin: 0 0 2rem;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-top: 1.5rem;
}

.contact-method {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.contact-method-label {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8A8F96;
}

.contact-method-value {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0C1B33;
  text-decoration: none;
}

a.contact-method-value:hover {
  color: #C17F4E;
}

.contact-method-phone {
  font-size: 1.75rem;
  color: #C17F4E;
}

.contact-method-note {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.875rem;
  color: #8A8F96;
}

/* ---------- Contact form section ---------- */
.contact-form-section {
  padding: 4rem 1.5rem;
  background: #F5F7FA;
}

.contact-form-inner {
  max-width: 640px;
  margin: 0 auto;
}

.contact-form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-form-header h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0C1B33;
  margin: 0.25rem 0 0.75rem;
}

.contact-form-sub {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  color: #4A4F57;
  line-height: 1.6;
  margin: 0;
}

.contact-form {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(12,27,51,0.06);
}

@media (max-width: 640px) {
  .contact-form { padding: 1.25rem; }
}

/* ---------- Service Area widget spacing ---------- */
[id^="me-service-area"] {
    padding: 2.5rem 1.5rem 1rem;
    max-width: 700px;
    margin: 0 auto;
}

/* ==========================================================================
   THANK YOU PAGE
   ========================================================================== */
.ty-hero {
    background: linear-gradient(160deg, rgba(12,27,51,0.95) 0%, rgba(21,45,80,0.9) 100%);
    padding: 6rem 1.5rem 5rem;
    text-align: center;
}

.ty-hero-inner {
    max-width: 600px;
    margin: 0 auto;
}

.ty-check {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #C17F4E;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.ty-hero h1 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: clamp(2.25rem, 5vw, 3rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
}

.ty-sub {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
    margin: 0 0 1.5rem;
}

.ty-phone {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: #C17F4E;
    text-decoration: none;
    display: block;
    margin-bottom: 0.25rem;
    transition: color 0.2s;
}

.ty-phone:hover { color: #D4835C; }

.ty-hours {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.45);
}

/* Steps */
.ty-next {
    padding: 4rem 1.5rem;
    background: #fff;
}

.ty-next-inner {
    max-width: 900px;
    margin: 0 auto;
}

.ty-next h2 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    color: #0C1B33;
    text-align: center;
    margin: 0 0 2.5rem;
}

.ty-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.ty-step {
    text-align: center;
}

.ty-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5F7FA;
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #C17F4E;
    margin-bottom: 0.75rem;
}

.ty-step h3 {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0C1B33;
    margin: 0 0 0.4rem;
}

.ty-step p {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4A4F57;
    margin: 0;
}

@media (max-width: 640px) {
    .ty-steps { grid-template-columns: 1fr; gap: 1.5rem; }
}
