:root {
  --bg: #0f0b08;
  --surface: #1b120c;
  --surface-2: #25180f;
  --gold: #e4ad54;
  --gold-light: #f2d08c;
  --text: #f8eee0;
  --muted: #c2b29e;
  --line: rgba(230, 177, 86, 0.22);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.65;
  background:
    radial-gradient(circle at 10% 5%, rgba(204, 124, 31, 0.2), transparent 26rem),
    radial-gradient(circle at 92% 35%, rgba(233, 179, 86, 0.1), transparent 30rem),
    linear-gradient(180deg, #0d0907, #17100c 48%, #0b0806);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(244, 202, 126, 0.18) 0 1px, transparent 1.2px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.shell { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: #1a1007; background: linear-gradient(135deg, #f1cc82, #d79836 52%, #b36d1a); box-shadow: 0 16px 38px rgba(204, 126, 31, 0.28); }
.button-gold:hover { box-shadow: 0 20px 45px rgba(220, 150, 46, 0.4), 0 0 28px rgba(236, 188, 102, 0.18); }
.button-dark { color: #f0d39f; background: rgba(48, 30, 17, 0.76); }
.service-hero { padding: clamp(3.5rem, 7vw, 6.5rem) 0 4rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr); align-items: center; gap: clamp(2.5rem, 6vw, 5rem); }
.breadcrumb { margin-bottom: 1rem; color: #d9a64f; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; }
h1 { max-width: 12ch; margin: 0 0 1.2rem; font-size: clamp(3rem, 5.8vw, 5.3rem); line-height: 0.98; letter-spacing: -0.03em; text-wrap: balance; }
.lead { max-width: 42rem; margin: 0; color: var(--muted); font-size: 1.08rem; }
.local-copy { margin: 1.2rem 0 0; color: #d6c6b1; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.service-photo { position: relative; min-height: 35rem; overflow: hidden; border: 1px solid rgba(237, 188, 101, 0.3); border-radius: 2rem; box-shadow: 0 38px 100px rgba(0,0,0,.58), 0 0 45px rgba(205,126,32,.1); }
.service-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,5,3,.04), rgba(8,5,3,.52)), linear-gradient(135deg, rgba(238,186,96,.12), transparent 40%); }
.service-photo img { width: 100%; height: 100%; min-height: 35rem; object-fit: cover; filter: brightness(.72) saturate(.88) sepia(.12); }
.photo-note { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; z-index: 2; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(14,9,6,.76); backdrop-filter: blur(14px); }
.photo-note strong { display: block; color: var(--gold-light); }
.photo-note span { color: var(--muted); font-size: 0.88rem; }
.content-section { padding: 4rem 0; border-top: 1px solid rgba(230,177,86,.1); }
.content-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
h2 { margin: 0 0 1rem; font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: 1.05; }
.content-copy p { margin: 0 0 1rem; color: var(--muted); }
.feature-grid, .related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.feature, .related-link {
  min-height: 100%;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: linear-gradient(145deg, rgba(38,25,17,.96), rgba(15,10,7,.98));
  box-shadow: 0 22px 54px rgba(0,0,0,.32);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.feature:hover, .related-link:hover { transform: translateY(-5px); border-color: rgba(239,190,102,.52); box-shadow: 0 28px 62px rgba(0,0,0,.44), 0 0 30px rgba(205,126,32,.1); }
.feature span { color: var(--gold); font-size: 0.75rem; font-weight: 800; letter-spacing: .14em; }
.feature h3, .related-link strong { display: block; margin: .65rem 0 .4rem; color: #f6e7d2; font-size: 1.45rem; line-height: 1.12; }
.feature p, .related-link small { margin: 0; color: var(--muted); }
.related-section { padding: 4rem 0; background: linear-gradient(180deg, rgba(38,25,17,.42), rgba(10,7,5,.55)); }
.related-link { min-height: 8.5rem; }
.related-link small { display: block; margin-top: .45rem; }
.service-cta-panel { margin: 4rem auto; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(239,188,99,.32); border-radius: 2rem; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(218,139,39,.2), transparent 42%), linear-gradient(145deg, #291a10, #0d0906); box-shadow: 0 36px 90px rgba(0,0,0,.5); }
.service-cta-panel p { max-width: 42rem; margin: 0 auto 1.5rem; color: var(--muted); }
.service-cta-panel .hero-actions { justify-content: center; margin-top: 0; }
@media (max-width: 900px) {
  .hero-grid, .content-grid { grid-template-columns: 1fr; }
  .service-photo, .service-photo img { min-height: 28rem; }
  .feature-grid, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-grid > :last-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  body { padding-bottom: 5.5rem; }
  .shell { width: min(calc(100% - 1.5rem), var(--max)); }
  .service-hero { padding: 3rem 0; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  .lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .service-photo, .service-photo img { min-height: 21rem; }
  .content-section, .related-section { padding: 3rem 0; }
  .feature-grid, .related-grid { grid-template-columns: 1fr; }
  .related-grid > :last-child { grid-column: auto; }
}
