.hero {
  display: grid;
  grid-template-columns: minmax(0,1.3fr) minmax(0,1fr);
  gap: 2.5rem;
  align-items: center;
  padding: 2rem 1rem 1.5rem;
}
.hero-kicker {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--accent-strong);
  font-weight: 600;
  margin-bottom: .75rem;
}
.hero-title { font-size: clamp(2.2rem,3.4vw + 1rem,3rem); line-height: 1.1; margin-bottom: 1rem; }
.hero-title span { background: linear-gradient(120deg,#d7b7a7,#c6907b,#b87863); -webkit-background-clip: text; color: transparent; }
.hero-subtitle { font-size: .98rem; color: var(--text-muted); max-width: 520px; margin-bottom: 1.25rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.4rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }

.hero-right { position: relative; }
.hero-card {
  background: linear-gradient(160deg, #fffaf6, #f2e7de);
  border-radius: var(--radius-xl);
  padding: 1.2rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.hero-ribbon {
  position: absolute;
  inset-inline: -40px;
  top: 12px;
  transform: rotate(-2.5deg);
  background: linear-gradient(120deg,#c6907b,#e2b6a5);
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  padding: .35rem 0;
  color: #fffaf6;
  box-shadow: 0 8px 25px rgba(198,144,123,.4);
}
.hero-photo-preview {
  margin-top: 2.2rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  background: radial-gradient(circle at top, rgba(198,144,123,.12), transparent 60%);
}
.hero-photo-preview img { width: 100%; height: auto; display: block; border-radius: 20px; }
.hero-photo-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(82,74,68,.25), transparent 55%); }
.hero-photo-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .9rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* Service pages */
.service-hero {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr);
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem 1rem 2rem;
}
.service-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--accent-strong);
  margin-bottom: .85rem;
  font-weight: 600;
}
.service-hero-title {
  font-size: clamp(2.1rem,3.2vw + 1rem,3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.service-hero-subtitle {
  font-size: .98rem;
  color: var(--text-muted);
  max-width: 560px;
  margin-bottom: .9rem;
}
.service-hero-note {
  font-size: .88rem;
  color: var(--text-muted);
  margin-top: .6rem;
}
.breadcrumbs {
  display: inline-flex;
  gap: .4rem;
  align-items: center;
  font-size: .78rem;
  color: var(--text-muted);
  margin-bottom: .6rem;
}
.breadcrumbs a {
  color: var(--text);
  text-decoration: none;
}
.breadcrumbs a:hover { text-decoration: underline; }
.service-hero-card {
  background: linear-gradient(160deg, #fffaf6, #f2e7de);
  border-radius: var(--radius-xl);
  padding: 1.4rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border);
}
.service-hero-photo {
  margin-bottom: 1rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: radial-gradient(circle at top, rgba(198,144,123,.12), transparent 60%);
}
.service-hero-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.service-hero-card-title {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--text-muted);
  margin-bottom: .8rem;
}
.service-hero-list {
  margin: 0 0 1.1rem;
  padding-left: 1rem;
  color: var(--text);
  line-height: 1.55;
  font-size: .92rem;
}
.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.related-grid .service-card h3 {
  font-size: 1.05rem;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.service-zones {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.zone-chip {
  display: inline-flex;
  align-items: center;
  padding: .4rem .85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  font-size: .82rem;
  box-shadow: 0 8px 18px rgba(90, 77, 70, 0.08);
}
.benefit-card {
  background: #fffaf6;
  border-radius: 22px;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--border);
  box-shadow: 0 16px 32px rgba(90, 77, 70, 0.12);
  position: relative;
  overflow: hidden;
}
.benefit-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -80px;
  top: -90px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(198,144,123,.18), transparent 70%);
  opacity: .85;
}
.benefit-card h3 {
  font-size: 1.05rem;
  margin-bottom: .35rem;
}
.benefit-card p {
  color: var(--text-muted);
  font-size: .88rem;
}
.step-grid {
  counter-reset: step;
}
.step-card {
  position: relative;
  padding-left: 2.6rem;
}
.step-card .step-index {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fffaf6;
  background: linear-gradient(135deg, #c6907b, #e2b6a5);
  box-shadow: 0 10px 22px rgba(198,144,123,.3);
  font-size: .85rem;
  background: rgba(245,194,68,.18);
  color: var(--accent);
  border: 1px solid rgba(245,194,68,.4);
}
.faq-grid {
  display: grid;
  gap: .8rem;
}
.faq-item {
  background: #fffaf6;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: .8rem 1rem;
  box-shadow: 0 10px 22px rgba(90, 77, 70, 0.08);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
}
.faq-item p {
  margin-top: .6rem;
  color: var(--text-muted);
}
.cta-strip {
  padding: 2.2rem 1rem;
}
.cta-strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(245,194,68,.16), rgba(16,19,34,.8));
  border: 1px solid rgba(255,255,255,.08);
}
.cta-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 860px) {
  .service-hero {
    grid-template-columns: minmax(0,1fr);
  }
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hero-photo-text { color: #fffaf6; }
.hero-photo-text h3 { font-size: .9rem; margin-bottom: .25rem; color: inherit; }
.hero-photo-text p { font-size: .75rem; color: rgba(255, 250, 246, 0.85); }
.hero-tag { background: rgba(255, 255, 255, 0.7); padding: .4rem .75rem; border-radius: 999px; font-size: .7rem; border: 1px solid var(--border); color: var(--text); }

.hub-intro .section-header {
  justify-content: center;
  text-align: center;
}
.hub-intro .section-heading-main {
  max-width: 720px;
  margin: 0 auto;
}
.hub-intro .section-eyebrow {
  justify-content: center;
}
.hub-intro .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}
.hub-intro-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin-top: .9rem;
}
.hub-intro-chips .section-chip {
    background: #fff;
    border: 1px solid var(--border);
    color: var(--text);
    box-shadow: 0 8px 18px rgba(90, 77, 70, 0.08);
  }

.policy-content {
  display: grid;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}
.policy-block {
  background: #fffaf6;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.2rem;
  box-shadow: 0 12px 28px rgba(90, 77, 70, 0.08);
}
.policy-block h2 {
  font-size: 1.05rem;
  margin-bottom: .4rem;
}
.policy-block p,
.policy-block li {
  color: var(--text-muted);
  font-size: .95rem;
}
.policy-block ul {
  margin: .6rem 0 0;
  padding-left: 1.1rem;
}
.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: center;
  margin-top: .2rem;
}

@media (max-width: 960px) {
  .hero { grid-template-columns: minmax(0,1fr); }
  .hero-right { order: -1; }
}

@media (max-width: 640px) {
  .hero-card { border-radius: 20px; }
}

.portfolio-gallery .gallery-item img {
  opacity: 0;
  transform: translateY(10px) scale(0.995);
  transition: opacity .6s ease, transform .6s ease;
  transition-delay: var(--reveal-delay, 0ms);
}
.portfolio-gallery .gallery-item img.is-loaded {
  opacity: 1;
  transform: none;
}
