:root {
  --bg: #f5f2eb;
  --bg-soft: #ece8df;
  --surface: #ffffff;
  --ink: #151817;
  --muted: #626963;
  --line: #dcd6ca;
  --dark: #0b0d0c;
  --dark-2: #121513;
  --dark-3: #1a1e1b;
  --gold: #d6a64a;
  --gold-light: #f1d078;
  --gold-deep: #93611b;
  --gold-soft: #f4e6c5;
  --shadow: 0 22px 60px rgba(13, 16, 14, .12);
  --shadow-strong: 0 28px 80px rgba(6, 8, 7, .22);
  --radius: 24px;
  --radius-sm: 15px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 900px; }
.content-auto { content-visibility: auto; contain-intrinsic-size: 800px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -70px; z-index: 9999; padding: 12px 18px; border-radius: 10px; color: var(--dark); background: var(--gold-light); font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { top: 18px; }

h1, h2, h3 {
  margin: 0 0 .55em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(2.9rem, 5.4vw, 5.35rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); }
h3 { font-size: clamp(1.28rem, 2vw, 1.72rem); }
p { margin: 0 0 1.08em; }
ul { margin-top: 0; }
.lead { max-width: 760px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.45vw, 1.27rem); line-height: 1.65; }
.eyebrow { margin-bottom: 14px; color: var(--gold); font-size: .73rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.center { text-align: center; }
.section { padding: clamp(72px, 8vw, 118px) 0; }
.section--tight { padding: clamp(52px, 6vw, 82px) 0; }
.section--soft { background: var(--bg-soft); }
.section--dark { color: #fff; background: radial-gradient(circle at 78% 8%, rgba(214,166,74,.1), transparent 29%), var(--dark-2); }
.section-heading { max-width: 820px; margin-bottom: 44px; }
.section-heading.center { margin-inline: auto; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.section--dark .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.64); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #17130b;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 54%, #bc8126 100%);
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 12px 30px rgba(163, 107, 25, .24), inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn--small { min-height: 42px; padding: 10px 18px; font-size: .88rem; }
.btn--ghost { color: #fff; background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.28); box-shadow: none; }
.link-arrow { color: var(--gold-deep); font-weight: 900; }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(241,208,120,.7); outline-offset: 3px; }

.topbar { color: rgba(255,255,255,.7); background: #060706; border-bottom: 1px solid rgba(214,166,74,.16); font-size: .78rem; }
.topbar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__contact { display: flex; gap: 24px; }
.topbar a { color: #fff; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 1000; color: #fff; background: var(--dark); border-bottom: 1px solid rgba(214,166,74,.22); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.header__inner { position: relative; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 252px; flex: 0 0 auto; display: block; }
.brand picture, .brand img { width: 100%; }
.brand img { aspect-ratio: 3 / 1; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: .91rem; font-weight: 800; }
.main-nav > a:not(.btn) { position: relative; padding: 29px 0; color: rgba(255,255,255,.85); }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 21px; height: 2px; background: linear-gradient(90deg, var(--gold-deep), var(--gold-light)); transition: left .2s ease, right .2s ease; }
.main-nav > a.is-active { color: var(--gold-light); }
.main-nav > a.is-active::after { left: 0; right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid rgba(214,166,74,.3); border-radius: 12px; color: #fff; background: #171a18; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--gold-light); transition: transform .22s ease, opacity .22s ease; }
.nav-mobile-contact { display: none; }

.hero { position: relative; min-height: min(780px, calc(100vh - 117px)); display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--dark); }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,7,6,.96) 0%, rgba(5,7,6,.83) 42%, rgba(5,7,6,.35) 72%, rgba(5,7,6,.12) 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(5,7,6,.72)); }
.hero__inner { position: relative; z-index: 2; padding: 108px 0 142px; }
.hero__content { max-width: 825px; }
.hero h1 { max-width: 890px; text-wrap: balance; }
.hero h1 span { color: var(--gold-light); text-shadow: 0 2px 24px rgba(214,166,74,.18); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero__note { display: flex; flex-wrap: wrap; gap: 17px 28px; margin-top: 34px; color: rgba(255,255,255,.75); font-size: .91rem; }
.hero__note span { display: inline-flex; align-items: center; gap: 9px; }
.hero__note span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 5px rgba(214,166,74,.13); }

.trust-strip { position: relative; z-index: 4; margin-top: -52px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(147,97,27,.15); border-radius: var(--radius); background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.trust-item { min-height: 122px; display: flex; align-items: center; gap: 15px; padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.icon-box { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border: 1px solid rgba(214,166,74,.25); border-radius: 14px; color: var(--gold-deep); background: linear-gradient(145deg, #fff7e3, var(--gold-soft)); }
.icon-box svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-item strong { display: block; font-size: .97rem; }
.trust-item span:not(.icon-box) { color: var(--muted); font-size: .84rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.service-card { position: relative; min-height: 490px; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); color: #fff; background: var(--dark); box-shadow: var(--shadow); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(6,8,7,.02) 20%, rgba(6,8,7,.93) 100%); }
.service-card::after { content: ""; position: absolute; z-index: 1; inset: 14px; border: 1px solid rgba(241,208,120,.32); border-radius: 16px; pointer-events: none; }
.service-card__body { position: relative; z-index: 2; width: 100%; padding: 32px; }
.service-card__body p { color: rgba(255,255,255,.7); }
.service-card__body a { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-light); font-weight: 900; }
.service-card__body a::after { content: "→"; }

.split { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(42px, 7vw, 92px); }
.split--reverse > :first-child { order: 2; }
.split__media { position: relative; }
.split__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-strong); }
.split__media::before { content: ""; position: absolute; left: -20px; bottom: -20px; z-index: -1; width: 48%; height: 50%; border: 2px solid var(--gold); border-radius: var(--radius); }
.split__content > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 25px 0 31px; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-deep); font-weight: 900; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-card { position: relative; padding: 30px 24px 27px; border: 1px solid rgba(241,208,120,.15); border-radius: var(--radius-sm); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); counter-increment: process; }
.process-card::before { content: "0" counter(process); display: block; margin-bottom: 22px; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 2.25rem; line-height: 1; }
.process-card p { margin-bottom: 0; color: rgba(255,255,255,.63); }

.gallery-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(2, minmax(245px, 320px)); gap: 17px; }
.gallery-item { position: relative; overflow: hidden; border: 1px solid rgba(147,97,27,.16); border-radius: var(--radius); background: #ddd; cursor: zoom-in; box-shadow: 0 10px 35px rgba(13,16,14,.1); }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 62%, rgba(6,8,7,.66)); pointer-events: none; }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 18px; padding: 8px 13px; border: 1px solid rgba(241,208,120,.28); border-radius: 999px; color: #fff; background: rgba(8,10,9,.82); font-size: .78rem; font-weight: 800; }
.lightbox { position: fixed; inset: 0; z-index: 1600; display: none; place-items: center; padding: 28px; background: rgba(3,4,4,.95); }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 88vh; border: 1px solid rgba(241,208,120,.26); border-radius: 14px; }
.lightbox button { position: absolute; right: 22px; top: 18px; width: 48px; height: 48px; border: 1px solid rgba(241,208,120,.4); border-radius: 50%; color: #16130d; background: var(--gold-light); font-size: 1.7rem; }

.area-panel { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 45px; overflow: hidden; padding: clamp(34px, 5vw, 62px); border: 1px solid rgba(214,166,74,.34); border-radius: var(--radius); color: #fff; background: radial-gradient(circle at 85% 10%, rgba(214,166,74,.12), transparent 34%), var(--dark-2); box-shadow: var(--shadow-strong); }
.area-panel::before { content: ""; position: absolute; left: 0; top: 0; width: 150px; height: 2px; background: linear-gradient(90deg, var(--gold-light), transparent); }
.area-panel p { color: rgba(255,255,255,.66); }
.city-tags { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 9px; }
.city-tags a, .city-tags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.035); font-size: .86rem; }

.faq { display: grid; gap: 11px; }
.faq details { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); box-shadow: 0 4px 20px rgba(13,16,14,.035); }
.faq summary { position: relative; padding: 21px 55px 21px 23px; font-weight: 850; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--gold-deep); font-size: 1.45rem; }
.faq details[open] summary::after { content: "-"; }
.faq__answer { padding: 0 23px 20px; color: var(--muted); }
.faq__answer p { margin-bottom: 0; }

.cta-section { padding: clamp(64px, 8vw, 104px) 0; }
.cta-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 38px; overflow: hidden; padding: clamp(34px, 5vw, 60px); border: 1px solid rgba(214,166,74,.32); border-radius: var(--radius); color: #fff; background: radial-gradient(circle at 88% 8%, rgba(241,208,120,.14), transparent 34%), var(--dark-2); box-shadow: var(--shadow-strong); }
.cta-card::before { content: ""; position: absolute; left: 0; bottom: 0; width: 44%; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
.cta-card > div:first-child { max-width: 710px; }
.cta-card p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.cta-card__actions { display: flex; flex-direction: column; gap: 11px; min-width: 260px; }

.page-hero { position: relative; min-height: 430px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--dark); }
.page-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(6,8,7,.95), rgba(6,8,7,.72) 55%, rgba(6,8,7,.3)); }
.page-hero__inner { position: relative; z-index: 2; padding: 98px 0 68px; }
.page-hero h1 { max-width: 1000px; font-size: clamp(2.5rem, 5vw, 4.65rem); text-wrap: balance; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 17px; padding-bottom: 17px; color: var(--muted); font-size: .85rem; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 335px; gap: clamp(38px, 6vw, 72px); align-items: start; }
.prose { font-size: 1.03rem; }
.prose h2 { margin-top: 1.4em; }
.prose h3 { margin-top: 1.4em; font-family: Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.02em; }
.prose p, .prose li { color: #4e5751; }
.prose strong { color: var(--ink); }
.prose ul { padding-left: 1.2em; }
.sidebar-card { position: sticky; top: 112px; padding: 28px; border: 1px solid rgba(214,166,74,.28); border-radius: var(--radius); color: #fff; background: radial-gradient(circle at 100% 0, rgba(214,166,74,.12), transparent 42%), var(--dark-2); box-shadow: var(--shadow); }
.sidebar-card p { color: rgba(255,255,255,.64); }
.sidebar-card .btn { width: 100%; margin-top: 8px; }
.contact-mini { display: grid; gap: 9px; margin-top: 21px; }
.contact-mini a { color: var(--gold-light); font-weight: 800; }

.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.offer-grid--visual { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.offer-tile { position: relative; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 28px rgba(13,16,14,.04); }
.offer-tile::after { content: ""; position: absolute; left: 28px; right: 28px; bottom: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .55; }
.offer-tile__number { display: inline-grid; place-items: center; width: 43px; height: 43px; margin-bottom: 21px; border: 1px solid rgba(214,166,74,.28); border-radius: 50%; color: var(--gold-deep); background: var(--gold-soft); font-weight: 900; }
.offer-tile p { color: var(--muted); }
.offer-tile--visual { min-height: 100%; display: flex; flex-direction: column; overflow: hidden; padding: 0; border-color: rgba(214,166,74,.28); color: #fff; background: var(--dark-2); box-shadow: 0 18px 48px rgba(7,9,8,.14); }
.offer-tile--visual::after { left: 24px; right: 24px; z-index: 3; background: linear-gradient(90deg, transparent, var(--gold-light), transparent); opacity: .7; }
.offer-tile--visual .offer-tile__number { position: absolute; z-index: 4; top: 16px; left: 16px; width: 46px; height: 46px; margin: 0; border-color: rgba(255,255,255,.48); color: #17130b; background: linear-gradient(145deg, var(--gold-light), var(--gold)); box-shadow: 0 10px 28px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.55); }
.offer-tile__media { position: relative; display: block; overflow: hidden; aspect-ratio: 14 / 9; background: #242824; }
.offer-tile__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,7,6,.03), rgba(5,7,6,.16)); }
.offer-tile__media img { width: 100%; height: 100%; object-fit: cover; }
.offer-tile__body { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 27px 27px 30px; }
.offer-tile__body h3 { margin-bottom: 12px; color: #fff; }
.offer-tile__body p { flex: 1; color: rgba(255,255,255,.66); }
.offer-tile__body .link-arrow { color: var(--gold-light); }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.stat { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); }
.stat strong { display: block; color: var(--gold-deep); font-family: Georgia, "Times New Roman", serif; font-size: 2.45rem; line-height: 1; }
.stat span { display: block; margin-top: 10px; color: var(--muted); }

.local-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.local-image { overflow: hidden; min-height: 420px; border: 1px solid rgba(147,97,27,.18); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.local-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.local-box { padding: 27px; border-left: 4px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: #eee5d2; }
.local-box p:last-child { margin-bottom: 0; }
.city-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.city-link { padding: 18px 19px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); font-weight: 850; box-shadow: 0 5px 22px rgba(13,16,14,.035); }
.city-link small { display: block; margin-top: 4px; color: var(--muted); font-weight: 500; }

.contact-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(36px, 7vw, 84px); }
.contact-cards { display: grid; gap: 13px; }
.contact-card { padding: 23px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); }
.contact-card span { display: block; color: var(--muted); font-size: .86rem; }
.contact-card a, .contact-card strong { display: block; margin-top: 4px; font-size: 1.08rem; font-weight: 850; overflow-wrap: anywhere; }
.contact-form { padding: clamp(27px, 5vw, 46px); border: 1px solid rgba(147,97,27,.12); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.form-field { display: grid; gap: 7px; margin-bottom: 15px; }
.form-field label { font-size: .88rem; font-weight: 850; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 13px 14px; border: 1px solid #cfc8bb; border-radius: 11px; color: var(--ink); background: #fbfaf7; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 9px 0 20px; color: var(--muted); font-size: .82rem; }
.form-consent input { margin-top: 4px; }
.form-message { margin-bottom: 21px; padding: 14px 16px; border-radius: 11px; font-weight: 750; }
.form-message--success { color: #174727; background: #dff3e5; border: 1px solid #9dceb0; }
.form-message--error { color: #7a2525; background: #fae3e3; border: 1px solid #dfaaaa; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding-top: 68px; color: rgba(255,255,255,.67); background: #070807; border-top: 1px solid rgba(214,166,74,.2); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr 1.15fr; gap: 42px; padding-bottom: 50px; }
.site-footer h2 { margin-bottom: 17px; color: var(--gold-light); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p { max-width: 390px; }
.site-footer a { display: block; margin: 7px 0; }
.brand--footer { width: min(320px, 100%); margin-bottom: 20px; }
.brand--footer img { width: 100%; }
.site-footer address { display: grid; }
.footer-cities { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-cities a, .footer-cities span { display: inline-flex; margin: 0; padding: 5px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: .73rem; }
.footer-more { margin-top: 17px !important; color: var(--gold-light); font-weight: 850; }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: .79rem; }
.footer-bottom > div { display: flex; align-items: center; gap: 18px; }
.footer-bottom a { display: inline; }
.mobile-call { display: none; }

.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.error-page strong { display: block; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem, 16vw, 10rem); line-height: .8; }
.error-page p { max-width: 620px; color: var(--muted); font-size: 1.08rem; }

@media (hover: hover) {
  .btn:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 16px 38px rgba(163,107,25,.32); }
  .btn--ghost:hover { background: rgba(255,255,255,.09); box-shadow: none; }
  .topbar a:hover, .site-footer a:hover { color: var(--gold-light); }
  .main-nav > a:not(.btn):hover { color: var(--gold-light); }
  .main-nav > a:not(.btn):hover::after { left: 0; right: 0; }
  .service-card img { transition: transform .5s ease; }
  .service-card:hover img { transform: scale(1.035); }
  .service-card__body a::after { transition: transform .2s ease; }
  .service-card:hover .service-card__body a::after { transform: translateX(4px); }
  .gallery-item img { transition: transform .42s ease; }
  .gallery-item:hover img { transform: scale(1.03); }
  .city-tags a:hover { color: #fff; border-color: var(--gold); background: rgba(214,166,74,.1); }
  .offer-tile, .city-link { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
  .offer-tile__media img { transition: transform .48s ease, filter .48s ease; }
  .offer-tile:hover, .city-link:hover { transform: translateY(-4px); border-color: rgba(214,166,74,.62); box-shadow: var(--shadow); }
  .offer-tile--visual:hover { box-shadow: 0 26px 62px rgba(7,9,8,.23); }
  .offer-tile--visual:hover .offer-tile__media img { transform: scale(1.035); filter: brightness(1.04); }
  .breadcrumbs a:hover { color: var(--gold-deep); }
}

@media (max-width: 1080px) {
  .brand { width: 228px; }
  .main-nav { gap: 17px; font-size: .87rem; }
  .nav-phone { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .offer-grid--visual { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:last-child { grid-column: 1 / -1; min-height: 400px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .topbar__inner > span { display: none; }
  .topbar__inner { justify-content: center; }
  .topbar__contact { width: 100%; justify-content: space-between; }
  .header__inner { min-height: 74px; }
  .brand { width: 214px; }
  .nav-toggle { display: block; position: relative; z-index: 2; flex: 0 0 auto; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    background: rgba(9,10,9,.995);
    border-bottom: 1px solid rgba(214,166,74,.25);
    box-shadow: 0 22px 45px rgba(0,0,0,.32);
    transform: translateY(-8px);
    pointer-events: none;
    transition: max-height .28s ease, padding .28s ease, opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .main-nav.is-open { max-height: calc(100vh - 74px); padding: 14px 20px 24px; overflow-y: auto; visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav > a:not(.btn) { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.9); font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; text-align: center; }
  .main-nav > a:not(.btn)::after { display: none; }
  .main-nav .nav-phone { display: flex; width: min(100%, 360px); margin: 18px auto 4px; }
  .nav-mobile-contact { display: grid; gap: 3px; padding-top: 13px; color: rgba(255,255,255,.58); font-size: .78rem; text-align: center; }
  .nav-mobile-contact a { color: var(--gold-light); font-weight: 800; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 700px; }
  .hero::before { background: linear-gradient(90deg, rgba(5,7,6,.94), rgba(5,7,6,.67)); }
  .hero__inner { padding: 92px 0 125px; }
  .split, .local-hero-grid, .contact-layout, .content-grid, .area-panel { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: 0; }
  .sidebar-card { position: static; }
  .area-panel { gap: 26px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 270px; }
  .gallery-item:first-child { grid-row: auto; grid-column: 1 / -1; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-row: 2; }
  .city-link-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .cta-card__actions { width: 100%; min-width: 0; flex-direction: row; }
  .cta-card__actions .btn { flex: 1; }
}

@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .content-auto { contain-intrinsic-size: 650px; }
  .topbar { display: none; }
  .header__inner { min-height: 70px; gap: 12px; }
  .site-header .container { width: min(calc(100% - 22px), var(--container)); }
  .brand { width: min(206px, calc(100vw - 92px)); }
  .nav-toggle { width: 43px; height: 43px; }
  .main-nav.is-open { max-height: calc(100dvh - 70px); padding-bottom: max(24px, env(safe-area-inset-bottom)); }
  h1 { font-size: clamp(2.35rem, 11.2vw, 3.3rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.55rem); }
  .section { padding: 66px 0; }
  .section--tight { padding: 48px 0; }
  .section-heading, .section-heading.center { margin: 0 auto 34px; text-align: center; }
  .section-heading p:not(.eyebrow) { font-size: .99rem; }
  .hero { min-height: 660px; align-items: end; }
  .hero__media { object-position: 54% center; }
  .hero::before { background: linear-gradient(180deg, rgba(5,7,6,.34) 0%, rgba(5,7,6,.72) 42%, rgba(5,7,6,.98) 78%); }
  .hero::after { height: 120px; }
  .hero__inner { width: 100%; padding: 86px 0 72px; }
  .hero__content { margin-inline: auto; text-align: center; }
  .hero h1 { margin-inline: auto; }
  .hero .lead { margin-inline: auto; }
  .hero__actions { flex-direction: column; align-items: stretch; max-width: 380px; margin: 27px auto 0; }
  .hero__actions .btn { width: 100%; }
  .hero__note { display: none; }
  .trust-strip { margin-top: 0; padding-top: 14px; background: var(--bg); }
  .trust-grid { grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .trust-item { min-height: 128px; flex-direction: column; justify-content: center; gap: 9px; padding: 18px 12px; border-bottom: 1px solid var(--line); text-align: center; }
  .trust-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .trust-item:nth-child(even) { border-right: 0; }
  .trust-item:nth-child(n+3) { border-bottom: 0; }
  .trust-item strong { font-size: .9rem; }
  .trust-item span:not(.icon-box) { font-size: .75rem; line-height: 1.35; }
  .cards, .offer-grid, .stats, .process-grid, .city-link-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 415px; }
  .service-card__body { padding: 27px; text-align: center; }
  .split { gap: 42px; }
  .split__content { text-align: center; }
  .check-list { max-width: 500px; margin-inline: auto; text-align: left; }
  .split__media::before { left: -9px; bottom: -9px; }
  .process-card { text-align: center; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-item:first-child, .gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-row: auto; grid-column: auto; min-height: 310px; }
  .area-panel { padding: 30px 22px; text-align: center; }
  .city-tags { justify-content: center; }
  .page-hero { min-height: 390px; align-items: end; }
  .page-hero__media { object-position: center; }
  .page-hero::before { background: linear-gradient(180deg, rgba(6,8,7,.48), rgba(6,8,7,.93)); }
  .page-hero__inner { padding: 92px 0 48px; text-align: center; }
  .page-hero .lead { margin-inline: auto; }
  .breadcrumbs { justify-content: center; text-align: center; }
  .local-hero-grid { gap: 32px; text-align: center; }
  .local-image, .local-image img { min-height: 325px; }
  .local-box { border-left: 0; border-top: 4px solid var(--gold); border-radius: 0 0 var(--radius-sm) var(--radius-sm); text-align: center; }
  .prose h2, .prose h3 { text-align: center; }
  .sidebar-card { text-align: center; }
  .offer-tile, .city-link { text-align: center; }
  .offer-grid--visual { grid-template-columns: 1fr; gap: 18px; }
  .offer-tile--visual { max-width: 520px; margin-inline: auto; text-align: left; }
  .offer-tile__body { align-items: center; padding: 24px 22px 27px; text-align: center; }
  .offer-tile__media { aspect-ratio: 16 / 10; }
  .contact-layout { text-align: center; }
  .contact-form { text-align: left; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .cta-card { padding: 31px 22px; text-align: center; }
  .cta-card__actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .footer-brand p { margin-inline: auto; }
  .brand--footer { margin-inline: auto; }
  .site-footer address { justify-items: center; }
  .footer-cities { justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 22px 0 92px; text-align: center; }
  .footer-bottom > div { flex-direction: column; gap: 3px; }
  .mobile-call { position: fixed; z-index: 1400; left: 14px; right: 14px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #17130b; background: linear-gradient(135deg, var(--gold-light), var(--gold), #bc8126); font-weight: 900; box-shadow: 0 18px 42px rgba(0,0,0,.33); }
  .mobile-call svg { width: 20px; height: 20px; fill: currentColor; }
}

@media (max-width: 360px) {
  .brand { width: 172px; }
  .container { width: min(calc(100% - 22px), var(--container)); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(odd), .trust-item:nth-child(even), .trust-item:nth-child(n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Privacy and cookie consent */
[hidden] { display: none !important; }
body.cookie-open { overflow: hidden; }
.footer-cookie-button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.footer-cookie-button:hover,
.footer-cookie-button:focus-visible { color: var(--gold-light); }

.privacy-summary {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(214,166,74,.3);
  border-radius: var(--radius);
  background: radial-gradient(circle at 90% 0, rgba(214,166,74,.13), transparent 34%), var(--dark-2);
  color: #fff;
  box-shadow: var(--shadow-strong);
}
.privacy-summary h2 { max-width: 650px; }
.privacy-summary .check-list { margin-bottom: 26px; }
.btn--privacy { min-width: 230px; }
.privacy-prose > h2 { margin-top: 1.75em; scroll-margin-top: 110px; }
.privacy-prose > h2:first-of-type { margin-top: .5em; }
.privacy-prose ul { padding-left: 1.25rem; }
.privacy-prose li + li { margin-top: .55rem; }
.privacy-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 12px 34px rgba(13,16,14,.06);
}
.privacy-table { width: 100%; min-width: 690px; border-collapse: collapse; font-size: .94rem; }
.privacy-table th,
.privacy-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.privacy-table th { color: var(--dark); background: var(--gold-soft); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.privacy-table tr:last-child td { border-bottom: 0; }
.cookie-category-list { display: grid; gap: 14px; }
.cookie-category-list article { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.cookie-category-list h3 { margin-bottom: 8px; font-size: 1.28rem; }
.cookie-category-list p { margin: 0; color: var(--muted); }
.legal-note { margin-top: 38px; padding: 24px; border-left: 4px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--gold-soft); }
.legal-note strong { display: block; margin-bottom: 6px; }
.legal-note p { margin: 0; }

.cookie-layer,
.cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 4000;
  padding: 24px;
  background: rgba(2,4,3,.64);
}
.cookie-layer { display: grid; align-items: end; justify-items: end; }
.cookie-card {
  width: min(100%, 570px);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px 20px;
  padding: 26px;
  border: 1px solid rgba(214,166,74,.42);
  border-radius: 22px;
  color: #fff;
  background: radial-gradient(circle at 94% 5%, rgba(214,166,74,.17), transparent 34%), #101310;
  box-shadow: 0 26px 90px rgba(0,0,0,.45);
  outline: 0;
}
.cookie-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214,166,74,.38);
  border-radius: 16px;
  color: var(--gold-light);
  background: rgba(214,166,74,.08);
}
.cookie-card__icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cookie-card__content h2 { margin-bottom: 10px; font-size: clamp(1.65rem, 4vw, 2.25rem); }
.cookie-card__content p:not(.eyebrow) { margin-bottom: 10px; color: rgba(255,255,255,.72); font-size: .96rem; line-height: 1.55; }
.cookie-card__content > a { color: var(--gold-light); font-size: .88rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-card__actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-card__actions .cookie-text-button { grid-column: 1 / -1; }
.btn--cookie-outline {
  color: #fff;
  background: rgba(255,255,255,.035);
  border-color: rgba(241,208,120,.5);
  box-shadow: none;
}
.cookie-text-button {
  min-height: 42px;
  padding: 8px 14px;
  border: 0;
  color: var(--gold-light);
  background: transparent;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cookie-text-button:hover { color: #fff; }

.cookie-settings { display: grid; place-items: center; overflow-y: auto; }
.cookie-settings__panel {
  width: min(100%, 760px);
  max-height: min(880px, calc(100dvh - 48px));
  overflow-y: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(214,166,74,.42);
  border-radius: 24px;
  color: #fff;
  background: radial-gradient(circle at 90% 0, rgba(214,166,74,.14), transparent 32%), #101310;
  box-shadow: 0 28px 100px rgba(0,0,0,.5);
  outline: 0;
}
.cookie-settings__header { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
.cookie-settings__header h2 { margin-bottom: 10px; font-size: clamp(1.9rem, 5vw, 3rem); }
.cookie-settings__header p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.7); }
.cookie-close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(214,166,74,.35);
  border-radius: 12px;
  color: var(--gold-light);
  background: rgba(255,255,255,.035);
  font-size: 1.65rem;
  line-height: 1;
}
.cookie-options { display: grid; gap: 11px; margin: 24px 0 18px; }
.cookie-option {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: rgba(255,255,255,.035);
  cursor: pointer;
}
.cookie-option:hover { border-color: rgba(214,166,74,.4); }
.cookie-option span { display: grid; gap: 4px; }
.cookie-option strong { font-size: 1rem; }
.cookie-option small { color: rgba(255,255,255,.62); font-size: .85rem; line-height: 1.45; }
.cookie-option input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-option i {
  position: relative;
  width: 48px;
  height: 27px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: #2a2e2b;
  transition: .2s ease;
}
.cookie-option i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.35);
  transition: transform .2s ease;
}
.cookie-option input:checked + i { border-color: var(--gold); background: linear-gradient(135deg, var(--gold-light), var(--gold-deep)); }
.cookie-option input:checked + i::after { transform: translateX(21px); }
.cookie-option:has(input:focus-visible) { outline: 3px solid rgba(241,208,120,.7); outline-offset: 2px; }
.cookie-option.is-required { cursor: default; }
.cookie-option.is-required i { opacity: .7; }
.cookie-settings__links { margin: 0 0 20px; }
.cookie-settings__links a { color: var(--gold-light); font-size: .9rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-settings__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-settings__actions .cookie-text-button { grid-column: 1 / -1; }

@media (max-width: 640px) {
  .hero h1 {
    max-width: 360px;
    font-size: clamp(2rem, 8.6vw, 2.65rem);
    line-height: 1.03;
  }
  .hero__content { width: 100%; }
  .cookie-layer,
  .cookie-settings { padding: 10px; align-items: end; }
  .cookie-card {
    width: 100%;
    grid-template-columns: 44px 1fr;
    gap: 12px 14px;
    padding: 20px;
    border-radius: 20px;
  }
  .cookie-card__icon { width: 44px; height: 44px; border-radius: 13px; }
  .cookie-card__icon svg { width: 25px; }
  .cookie-card__content h2 { font-size: 1.62rem; }
  .cookie-card__content p:not(.eyebrow) { font-size: .89rem; }
  .cookie-card__actions,
  .cookie-settings__actions { grid-template-columns: 1fr; }
  .cookie-card__actions .cookie-text-button,
  .cookie-settings__actions .cookie-text-button { grid-column: auto; }
  .cookie-card__actions .btn,
  .cookie-settings__actions .btn { width: 100%; min-height: 48px; }
  .cookie-settings__panel {
    width: 100%;
    max-height: calc(100dvh - 20px);
    padding: 21px 18px;
    border-radius: 20px;
  }
  .cookie-settings__header { gap: 12px; }
  .cookie-settings__header h2 { font-size: 1.85rem; }
  .cookie-option { padding: 15px; gap: 12px; }
  .cookie-option small { font-size: .79rem; }
  .privacy-summary { padding: 26px 21px; }
  .privacy-summary .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-option i,
  .cookie-option i::after { transition: none; }
}
