/* Shared SEO page components. These extend the existing luxe theme without
   changing its typography, navigation, or core layout system. */
.section-heading-narrow,
.seo-copy-narrow {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.service-cards-section {
  background: var(--surface-warm);
}

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface-ivory);
  border: 1px solid rgba(10, 19, 48, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0, 16, 67, 0.07);
}

.service-card > img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.service-card-title {
  margin: 0 0 12px;
  font-family: "Playfair Display", "Heimat Display", "Gautreaux", serif;
  font-size: 30px;
  line-height: 1.15;
}

.service-card-body .text-link {
  margin-top: auto;
  padding-top: 12px;
  font-weight: 700;
  color: var(--brand-navy);
}

.service-start-panel {
  padding: 34px 28px;
  background: var(--surface-ivory);
  border: 1px solid rgba(10, 19, 48, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 16, 67, 0.06);
}

.service-start-panel h2,
.service-start-panel h3 {
  margin-top: 0;
}

.seo-service-hero {
  padding-top: 34px;
  padding-bottom: 86px;
}

.seo-kicker-light {
  color: var(--brand-gold) !important;
}

.seo-breadcrumb {
  margin-bottom: 42px;
  font-size: 13px;
}

.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-breadcrumb li + li::before {
  margin-right: 8px;
  content: "/";
  opacity: 0.65;
}

.seo-breadcrumb-dark,
.seo-breadcrumb-dark a {
  color: rgba(255, 255, 255, 0.82);
}

.seo-breadcrumb-dark a:hover,
.seo-breadcrumb-dark a:focus-visible {
  color: var(--brand-gold);
}

.seo-service-hero-media {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.seo-service-hero-media img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.seo-content-section:nth-of-type(even),
.seo-gallery-section,
.seo-related-section {
  background: var(--surface-warm);
}

.seo-content-section p,
.seo-gallery-section p,
.seo-faq-section p,
.seo-related-section p,
.seo-final-cta-section p {
  font-size: 17px;
  line-height: 1.75;
}

.service-option-card {
  padding: 26px;
  background: var(--surface-white);
  border: 1px solid rgba(10, 19, 48, 0.08);
  border-radius: 16px;
}

.service-option-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.seo-gallery-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  background: var(--surface-white);
  border: 1px solid rgba(10, 19, 48, 0.08);
  border-radius: 16px;
}

.seo-gallery-card img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.seo-gallery-card figcaption {
  flex: 1;
  padding: 16px 18px 20px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.service-faq-list {
  border-top: 1px solid rgba(10, 19, 48, 0.14);
}

.service-faq-item {
  border-bottom: 1px solid rgba(10, 19, 48, 0.14);
}

.service-faq-item summary {
  position: relative;
  padding: 20px 48px 20px 0;
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.service-faq-item summary::-webkit-details-marker {
  display: none;
}

.service-faq-item summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  content: "+";
  color: var(--brand-navy);
  font-size: 24px;
  font-weight: 400;
}

.service-faq-item[open] summary::after {
  content: "−";
}

.service-faq-item summary:focus-visible,
.related-service-link:focus-visible,
.site-footer a:focus-visible,
.service-card a:focus-visible {
  outline: 3px solid var(--brand-gold);
  outline-offset: 4px;
}

.service-faq-item > div {
  padding: 0 48px 22px 0;
}

.related-service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 700;
  background: var(--surface-white);
  border: 1px solid rgba(10, 19, 48, 0.08);
  border-radius: 14px;
}

.related-service-link:hover {
  color: var(--brand-navy);
  border-color: rgba(0, 16, 67, 0.22);
}

.seo-final-cta-section {
  background: var(--surface-white);
}

.site-footer {
  padding: 64px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  background: var(--brand-ink);
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.site-footer-brand p {
  max-width: 320px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.65;
}

.site-footer-logo {
  color: #ffffff;
  font-family: "Playfair Display", "Heimat Display", "Gautreaux", serif;
  font-size: 28px;
}

.site-footer-logo:hover,
.site-footer a:hover {
  color: var(--brand-gold);
}

.site-footer-heading {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-links li + li {
  margin-top: 8px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 54px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 767.98px) {
  .seo-service-hero {
    padding-top: 100px;
    padding-bottom: 64px;
  }

  .seo-breadcrumb {
    margin-bottom: 30px;
  }

  .seo-service-hero-media img {
    max-height: 430px;
  }

  .seo-gallery-card img {
    height: 300px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer-bottom {
    flex-direction: column;
    gap: 8px;
    margin-top: 38px;
  }
}
