:root {
  --bg: #090806;
  --panel: #15120e;
  --cream: #f3ecdf;
  --gold: #cda85f;
  --gold-light: #ecd69b;
  --text: #f8f4ed;
  --muted: #b4aca0;
  --line: rgba(236, 214, 155, .2);
  --green: #25d366;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, sans-serif; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; right: 10px; z-index: 100; background: #fff; color: #111; padding: 10px 14px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.service-header { height: 82px; position: absolute; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 0 6vw; border-bottom: 1px solid rgba(255,255,255,.12); }
.service-logo { display: grid; grid-template-columns: 30px auto; grid-template-rows: auto auto; column-gap: 10px; line-height: 1; }
.service-logo-mark { grid-row: 1/3; color: var(--gold-light); font-size: 24px; }
.service-logo-main { font-family: Georgia, serif; color: var(--gold-light); letter-spacing: 1.5px; font-size: 18px; }
.service-logo-sub { font-size: 8px; color: #c5bca8; letter-spacing: 2px; margin-top: 6px; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; border-bottom: 1px solid var(--gold); padding: 4px 0; }
.breadcrumbs { position: absolute; top: 103px; right: 7vw; z-index: 11; color: #d6cfc3; font-size: 13px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: "/"; margin-left: 8px; color: var(--gold); }
.breadcrumbs a { border-bottom: 1px solid rgba(236,214,155,.55); }

.service-hero { min-height: 760px; min-height: 92svh; position: relative; display: grid; align-items: end; padding: 150px 7vw 90px; overflow: hidden; }
.service-hero-media, .service-hero-shade { position: absolute; inset: 0; }
.service-hero-media img { height: 100%; object-fit: cover; object-position: center; }
.service-hero-shade { background: linear-gradient(90deg,rgba(5,5,4,.96),rgba(5,5,4,.72) 52%,rgba(5,5,4,.28)),linear-gradient(0deg,rgba(5,5,4,.9),transparent 55%); }
.service-hero-copy { position: relative; z-index: 1; max-width: 860px; }
.kicker, .eyebrow { font-size: 11px; letter-spacing: 2.5px; color: var(--gold-light); font-weight: 700; }
.kicker { margin: 0 0 18px; }
h1, h2 { font-family: Georgia, serif; font-weight: 500; }
h1 { font-size: clamp(48px, 8vw, 104px); line-height: 1.02; margin: 0 0 25px; }
h1 em { display: block; color: var(--gold-light); font-style: italic; }
.service-hero-lead { font-size: clamp(17px,2vw,21px); max-width: 700px; color: #e2dbcf; margin: 0; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; background: var(--gold-light); color: #17130c; font-weight: 700; }
.button.secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); }

.service-section { padding: 105px 7vw; }
.intro { background: var(--cream); color: #211d17; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.intro .eyebrow, .faq .eyebrow { color: #987436; }
h2 { font-size: clamp(38px,5vw,68px); line-height: 1.1; margin: 15px 0 28px; }
.intro-copy > p, .local-copy > p { font-size: 18px; max-width: 720px; }
.intro-copy > p { color: #5e574d; }
.intro figure { margin: 0; position: relative; }
.intro img { height: 560px; object-fit: cover; }

.facts { background: var(--panel); }
.facts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.fact { padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.fact span { color: var(--gold-light); font-family: Georgia, serif; font-size: 22px; }
.fact h3 { font-size: 21px; margin: 12px 0 8px; }
.fact p { color: var(--muted); margin: 0; }

.local { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }
.local-copy > p { color: var(--muted); }
.contact-card { border: 1px solid var(--line); padding: 34px; background: #0f0d0a; }
.contact-row { display: block; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 0; }
.contact-row small { display: block; color: var(--muted); }
.contact-row strong { font-family: Georgia, serif; color: var(--gold-light); font-size: 26px; }

.related { background: #0f0d0a; }
.related-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 35px; }
.related-links a { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px; border: 1px solid var(--line); color: var(--gold-light); }
.related-links a span { color: var(--muted); font-size: 21px; }

.faq { background: var(--cream); color: #211d17; }
.faq-list { max-width: 920px; border-top: 1px solid rgba(0,0,0,.18); }
details { border-bottom: 1px solid rgba(0,0,0,.18); }
summary { cursor: pointer; font-size: 19px; font-weight: 700; padding: 23px 0; }
details p { color: #625b51; margin: 0 0 23px; max-width: 760px; }

.service-footer { padding: 45px 7vw; text-align: center; border-top: 1px solid var(--line); color: var(--muted); }
.service-footer strong { color: var(--gold-light); }
.floating-whatsapp { position: fixed; left: 20px; bottom: 20px; z-index: 20; min-height: 52px; padding: 13px 20px; border-radius: 30px; background: var(--green); color: #fff; font-weight: 700; box-shadow: 0 14px 35px rgba(0,0,0,.4); }

@media (max-width: 820px) {
  .service-header { height: 74px; padding-inline: 20px; }
  .service-logo-main { font-size: 15px; }
  .service-logo-sub { letter-spacing: 1px; }
  .back-link { font-size: 12px; }
  .breadcrumbs { top: 86px; right: 20px; left: 20px; font-size: 12px; }
  .service-hero { min-height: 760px; padding: 125px 20px 65px; }
  h1 { font-size: clamp(40px, 13vw, 58px); overflow-wrap: anywhere; }
  .service-hero-shade { background: linear-gradient(0deg,rgba(5,5,4,.96),rgba(5,5,4,.42)),rgba(5,5,4,.22); }
  .service-section { padding: 78px 20px; }
  .intro, .local { grid-template-columns: 1fr; }
  .intro figure { order: -1; }
  .intro img { height: 390px; }
  .facts-grid, .related-links { grid-template-columns: 1fr; }
  .actions { flex-direction: column; }
  .button { width: 100%; max-width: 370px; }
  .floating-whatsapp { left: max(14px,env(safe-area-inset-left)); bottom: max(14px,env(safe-area-inset-bottom)); padding: 13px 17px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
