﻿.service-detail-shell {
  padding-top: 34px;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border-radius: 34px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--business-shadow-strong);
}

.detail-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 15, 11, 0.34), rgba(18, 15, 11, 0.62)),
    linear-gradient(120deg, rgba(200, 167, 91, 0.18), transparent 50%);
}

.detail-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 52px 40px 44px;
  color: #fff;
}

.detail-hero-content .business-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff4da;
}

.detail-hero-content h1 {
  margin: 18px 0 12px;
  font-family: "Vesper Libre", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}

.hero-subtitle,
.hero-copy {
  max-width: 640px;
  line-height: 1.8;
}

.hero-subtitle {
  margin: 0 0 8px;
  color: #f4ead6;
  font-size: 12px;
}

.hero-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-cta,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--business-gold), var(--business-gold-dark));
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(168, 132, 50, 0.22);
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid rgba(20, 33, 61, 0.2);
  background: linear-gradient(135deg, #14213d 0%, #22345e 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(20, 33, 61, 0.22);
}

.content {
  margin-top: 24px;
  overflow: visible;
}

.service-intro-card {
  margin-top: 0;
}

.service-intro-eyebrow {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(200, 167, 91, 0.12);
  color: var(--business-gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-intro-layout {
  margin-top: 16px;
}

.service-intro {
  margin: 0;
  color: var(--business-ink-soft);
  line-height: 1.9;
}

.checklist-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 26px 0 18px;
}

.checklist-header h2 {
  margin: 0;
  font-family: "Vesper Libre", serif;
  font-size: clamp(1rem, 2.2vw, 2rem);
}

.check-icon,
.card-icon {
  color: var(--business-gold-dark);
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.checklist-card,
.eco-section,
.detail-background-image-section,
.contact-section {
  border-radius: 28px;
  border: 1px solid var(--business-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 244, 236, 0.94));
  box-shadow: 0 18px 44px rgba(31, 24, 14, 0.08);
}

.checklist-card {
  padding: 22px;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.card-title h3 {
  margin: 0;
  font-family: "Vesper Libre", serif;
  font-size: 18px;
}

.checklist-card ul {
  margin: 0;
  padding-left: 18px;
}

.checklist-card li {
  color: var(--business-ink-soft);
  line-height: 1.75;
}

.eco-section {
  margin-top: 24px;
  padding: 28px;
}

.eco-section h2,
.contact-section h2 {
  margin: 0 0 8px;
  font-family: "Vesper Libre", serif;
  font-size: clamp(2rem, 2.4vw, 2rem);
}

.eco-subtitle,
.contact-subtitle,
.eco-item p {
  color: var(--business-ink-soft);
  line-height: 1.8;
}

.eco-subtitle {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-family: "Vesper Libre", serif;
  font-size: 15px;
  color: #6f5c43;
  line-height: 1.9;
}

.eco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 420px));
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}

.eco-item {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(200, 167, 91, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.eco-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.eco-item-header h3 {
  margin: 0;
  font-family: "Vesper Libre", serif;
  font-size: 16px;
}

.eco-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 167, 91, 0.12);
  color: var(--business-gold-dark);
  font-size: 16px;
}

.eco-glyph {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.detail-background-image-section {
  margin-top: 24px;
  padding: 0;
  position: relative;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
  max-width: 100vw !important;
  border-radius: 0;
  height: 320px;
  margin-left: 0;
  margin-right: 0;
  background: linear-gradient(135deg, rgba(10, 14, 12, 0.92), rgba(19, 26, 22, 0.88));
  border: 0;
  box-shadow: none;
}

.detail-background-image {
  width: 100%;
  height: 320px;
  display: block;
  border-radius: 0;
  object-fit: cover;
  opacity: 0.22;
  filter: saturate(0.7) brightness(0.6);
  box-shadow: none;
}

.detail-background-image-section::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(8, 11, 10, 0.28), rgba(8, 11, 10, 0.42)),
    linear-gradient(135deg, rgba(200, 167, 91, 0.08), rgba(20, 33, 61, 0.14));
  pointer-events: none;
}

.contact-section {
  margin-top: 24px;
}

.contact-form {
  margin-top: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field.full {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .detail-hero-content {
    padding: 34px 24px 30px;
  }

  .checklist-grid,
  .eco-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}


