@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-500-latin-ext.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+1E00-1E9F, U+20AC; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-500-latin.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+2000-206F; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-600-latin-ext.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+1E00-1E9F, U+20AC; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-600-latin.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+2000-206F; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-700-latin-ext.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+1E00-1E9F, U+20AC; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-700-latin.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+2000-206F; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-800-latin-ext.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+1E00-1E9F, U+20AC; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-800-latin.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+2000-206F; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2"); font-weight: 400 800; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+1E00-1E9F, U+20AC; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin.woff2") format("woff2"); font-weight: 400 800; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+2000-206F; }

:root {
  --bg: #070809;
  --panel: #101216;
  --panel-2: #171a1f;
  --text: #f6f3ec;
  --muted: #a7a9ae;
  --gold: #c9a23f;
  --gold-light: #efd078;
  --line: rgba(255, 255, 255, .1);
  --danger: #d97662;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html:focus-within { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(201, 162, 63, .08), transparent 26rem),
    var(--bg);
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: #080808; background: var(--gold-light); }
:target { scroll-margin-top: 100px; }
:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}
.skip-link {
  position: fixed; z-index: 2000; top: 10px; left: 10px; padding: 12px 16px;
  border-radius: 8px; color: #080808; background: var(--gold-light);
  font-weight: 800; transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important;
}

.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: 110px 0; overflow: hidden; }
.section--tight { padding: 70px 0; }
.section--panel { background: var(--panel); }
.section--glow::before {
  position: absolute; inset: auto -10% 5% auto; width: 420px; height: 420px;
  border-radius: 50%; content: ""; pointer-events: none;
  background: rgba(201, 162, 63, .07); filter: blur(100px);
}
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px;
  color: var(--gold-light); font-size: .74rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 1px; content: ""; background: currentColor; }
h1, h2, h3 {
  margin: 0 0 18px; font-family: "Barlow Condensed", sans-serif;
  line-height: .98; letter-spacing: -.025em; text-transform: uppercase;
}
h1 { max-width: 900px; font-size: clamp(3.4rem, 8vw, 7.4rem); }
h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.05; }
p { margin: 0 0 18px; color: var(--muted); }
.lead { max-width: 720px; font-size: clamp(1rem, 1.7vw, 1.22rem); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-head > div:first-child { max-width: 780px; }
.gold { color: var(--gold-light); }
.muted { color: var(--muted); }
.fine-print { font-size: .78rem; color: #808287; }
.editor-note {
  color: #a9aaad; font-size: .72rem; letter-spacing: .04em;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 25px; border: 1px solid transparent;
  border-radius: 10px; cursor: pointer; font-size: .85rem; font-weight: 800;
  letter-spacing: .045em; text-transform: uppercase; transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { color: #0a0a0a; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 10px 35px rgba(201, 162, 63, .18); }
.btn--gold:hover { box-shadow: 0 14px 40px rgba(201, 162, 63, .3); }
.btn--line { border-color: var(--line); background: rgba(10, 10, 10, .45); backdrop-filter: blur(10px); }
.btn--line:hover { border-color: rgba(239, 208, 120, .6); }
.btn--ghost { min-height: 44px; padding-inline: 17px; color: var(--gold-light); border-color: rgba(201, 162, 63, .28); background: rgba(201, 162, 63, .06); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.site-header {
  position: fixed; z-index: 1000; top: 0; width: 100%;
  border-bottom: 1px solid transparent; transition: .3s ease;
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(7, 8, 9, .88); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; }
.brand strong { display: block; font-family: "Barlow Condensed"; font-size: 1.4rem; line-height: 1; letter-spacing: .03em; text-transform: uppercase; }
.brand small { display: block; margin-top: 5px; color: var(--gold-light); font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a:not(.btn) { position: relative; color: #d5d5d5; font-size: .82rem; font-weight: 700; }
.desktop-nav a:not(.btn)::after {
  position: absolute; right: 0; bottom: -9px; left: 0; height: 1px;
  content: ""; background: var(--gold); transform: scaleX(0); transition: .25s;
}
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); cursor: pointer; }
.mobile-menu {
  position: fixed; z-index: 999; inset: 0; display: grid; align-content: center; gap: 12px;
  padding: 100px 28px 120px; background: rgba(7, 8, 9, .98);
  visibility: hidden; pointer-events: none; transform: translateY(-105%);
  transition: transform .4s cubic-bezier(.77, 0, .18, 1), visibility .4s;
}
.mobile-menu.open { visibility: visible; pointer-events: auto; transform: translateY(0); }
.mobile-menu a { padding: 10px 0; font-family: "Barlow Condensed"; font-size: 2.2rem; font-weight: 700; text-transform: uppercase; }

.hero {
  min-height: 100svh; display: flex; align-items: center; padding: 140px 0 80px;
  background: #050607;
}
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; animation: heroZoom 14s ease-out both; }
.hero__media::before {
  position: absolute; z-index: 1; inset: 0; content: "";
  background: linear-gradient(90deg, rgba(4, 5, 6, .98) 0%, rgba(4, 5, 6, .8) 38%, rgba(4, 5, 6, .22) 72%, rgba(4, 5, 6, .45) 100%),
              linear-gradient(0deg, #070809 0%, transparent 32%);
}
.hero__media::after {
  position: absolute; z-index: 2; top: -35%; left: 35%; width: 18%; height: 170%;
  content: ""; background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
  filter: blur(18px); opacity: .75; transform: rotate(18deg); animation: lightSweep 11s 1.4s ease-in-out infinite;
}
.hero__content { position: relative; z-index: 3; max-width: 830px; }
.hero__content h1 { animation: rise .8s .15s both; }
.hero__content .lead { max-width: 610px; animation: rise .8s .28s both; }
.hero__content .btn-row { animation: rise .8s .42s both; }
.hero__meta { display: flex; gap: 28px; margin-top: 34px; animation: rise .8s .55s both; }
.hero__meta span { display: block; color: #888b90; font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.hero__meta strong { font-size: .92rem; }
.placeholder-tag {
  position: absolute; z-index: 4; right: 20px; bottom: 20px; padding: 8px 12px;
  border: 1px solid var(--line); border-radius: 99px; color: #c4c4c4;
  background: rgba(0,0,0,.58); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase;
}
.quick-services .card { min-height: 190px; }
.quick-services .card__num { margin-bottom: 22px; }

.page-hero { min-height: 58vh; display: flex; align-items: end; padding: 170px 0 85px; background: linear-gradient(135deg, #111318, #060708); }
.page-hero::after { position: absolute; right: 5%; bottom: -40%; width: 480px; height: 480px; border-radius: 50%; content: ""; background: rgba(201,162,63,.09); filter: blur(100px); }
.page-hero h1 { max-width: 1000px; font-size: clamp(3.4rem, 8vw, 6.7rem); }
.breadcrumbs { margin-bottom: 24px; color: #96989d; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a { color: var(--gold-light); }

.card {
  position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line);
  border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.card::before {
  position: absolute; inset: 0 18% auto; height: 1px; content: "";
  background: linear-gradient(90deg, transparent, rgba(239,208,120,.22), transparent);
  opacity: 0; transition: opacity .3s ease;
}
.card:hover::before { opacity: 1; }
.card:hover { transform: translateY(-5px); border-color: rgba(201,162,63,.36); box-shadow: var(--shadow); }
.card__num { margin-bottom: 28px; color: var(--gold-light); font-family: "Barlow Condensed"; font-size: 1rem; font-weight: 700; letter-spacing: .1em; }
.card ul, .check-list { margin: 18px 0 0; padding: 0; list-style: none; }
.card li, .check-list li { position: relative; margin: 9px 0; padding-left: 22px; color: var(--muted); font-size: .9rem; }
.card li::before, .check-list li::before { position: absolute; left: 0; content: "—"; color: var(--gold); }

.service-card { min-height: 410px; display: flex; flex-direction: column; justify-content: end; padding: 0; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,8,9,.98) 4%, rgba(7,8,9,.54) 58%, rgba(7,8,9,.08)); }
.service-card:hover img { transform: scale(1.04); }
.service-card__body { position: relative; z-index: 2; padding: 30px; }
.service-card__body p { font-size: .9rem; }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 60px; border: 1px solid rgba(239,208,120,.4); border-radius: 50%; color: var(--gold-light); background: rgba(7,8,9,.65); }

.problem-grid { counter-reset: problem; }
.problem-card::before { counter-increment: problem; content: "0" counter(problem); display: block; margin-bottom: 50px; color: var(--gold-light); font-family: "Barlow Condensed"; font-weight: 700; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.media-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.media-frame img { width: 100%; min-height: 470px; object-fit: cover; }
.media-frame::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); pointer-events: none; }

.before-after { position: relative; overflow: hidden; min-height: 560px; border: 1px solid var(--line); border-radius: var(--radius); background: #121212; user-select: none; }
.before-after img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.before-after .before { filter: saturate(.45) brightness(.55) contrast(.85); }
.before-after .after-wrap { position: absolute; inset: 0; width: 56%; overflow: hidden; border-right: 2px solid var(--gold-light); }
.before-after .after-wrap img { width: min(1180px, calc(100vw - 40px)); max-width: none; }
.before-after input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.before-after:focus-within { box-shadow: 0 0 0 3px rgba(239,208,120,.35), var(--shadow); }
.ba-label { position: absolute; z-index: 3; top: 20px; padding: 8px 11px; border-radius: 7px; background: rgba(0,0,0,.65); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ba-label--before { left: 20px; }
.ba-label--after { right: 20px; color: #111; background: var(--gold-light); }
.ba-handle { position: absolute; z-index: 4; top: 50%; left: 56%; display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); background: #090a0c; transform: translate(-50%,-50%); pointer-events: none; }

.steps { counter-reset: step; }
.step { position: relative; padding-top: 65px; }
.step::before { position: absolute; top: 0; left: 0; counter-increment: step; content: "0" counter(step); color: var(--gold-light); font-family: "Barlow Condensed"; font-size: 1.8rem; font-weight: 700; }
.step::after { position: absolute; top: 18px; right: -14px; width: calc(100% - 60px); height: 1px; content: ""; background: var(--line); }
.step:last-child::after { display: none; }

.review-card { min-height: 250px; }
.review-source { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .75rem; color: #8f9195; }
.placeholder-card { border-style: dashed; }
.placeholder-card h3 { color: #c7c7c7; }
.placeholder-card::after { position: absolute; top: 18px; right: 18px; content: "DO UZUPEŁNIENIA"; color: var(--gold-light); font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.review-empty {
  display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 35px;
  padding: clamp(28px, 5vw, 52px); border: 1px dashed rgba(201,162,63,.35);
  border-radius: var(--radius); background: linear-gradient(135deg, rgba(201,162,63,.06), rgba(255,255,255,.015));
}
.review-empty__mark {
  display: grid; place-items: center; width: 110px; height: 110px; margin-left: auto;
  border: 1px solid rgba(239,208,120,.35); border-radius: 50%;
  color: var(--gold-light); font-family: "Barlow Condensed"; font-size: 4rem;
}

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; background: transparent; cursor: pointer; text-align: left; font-family: "Barlow Condensed"; font-size: 1.45rem; font-weight: 600; text-transform: uppercase; }
.faq-question span:last-child { color: var(--gold-light); transition: transform .25s; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { max-width: 780px; padding-bottom: 25px; }

.cta-strip { overflow: hidden; border-block: 1px solid rgba(201,162,63,.25); background: #0c0d0f; }
.cta-marquee { display: flex; width: max-content; padding: 15px 0; animation: marquee 38s linear infinite; }
.cta-marquee:hover { animation-play-state: paused; }
.cta-marquee span { display: flex; align-items: center; gap: 22px; padding-right: 22px; color: #d3d3d3; font-family: "Barlow Condensed"; font-size: 1rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cta-marquee span::after { content: "◆"; color: var(--gold); font-size: .55rem; }

.cta-block { padding: clamp(35px, 7vw, 75px); border: 1px solid rgba(201,162,63,.25); border-radius: 28px; background: radial-gradient(circle at 85% 30%, rgba(201,162,63,.13), transparent 28rem), linear-gradient(135deg,#17191d,#0b0c0e); }
.cta-block h2 { max-width: 780px; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 35px; }
.filter-btn { padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; color: #b7b8ba; background: transparent; cursor: pointer; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.filter-btn.active { color: #111; border-color: var(--gold-light); background: var(--gold-light); }
.gallery { grid-template-columns: repeat(12, 1fr); }
.gallery-item { grid-column: span 4; overflow: hidden; padding: 0; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; height: 340px; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-caption { padding: 22px; }
.gallery-caption small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .1em; }

.estimator { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.option-group label { display: block; margin-bottom: 8px; color: #d6d6d6; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.field, .option-group select {
  width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid var(--line);
  border-radius: 10px; outline: none; color: var(--text); background: #0c0e11;
}
textarea.field { min-height: 145px; padding-top: 14px; resize: vertical; }
.field:focus, .option-group select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,63,.08); }
.estimate-result { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; border: 1px solid rgba(201,162,63,.22); border-radius: 12px; background: rgba(201,162,63,.05); }
.estimate-result p { margin: 0; }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-field label { display: block; margin-bottom: 8px; color: #d2d2d2; font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.form-field.full { grid-column: 1/-1; }
.upload-box { min-height: 130px; display: grid; place-items: center; padding: 20px; border: 1px dashed rgba(201,162,63,.45); border-radius: 12px; color: #aaa; background: rgba(201,162,63,.025); text-align: center; cursor: pointer; }
.upload-box input {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap;
}
.upload-box:focus-within { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(201,162,63,.1); }
.form-status { display: none; margin-top: 16px; padding: 14px; border-radius: 10px; color: #d7ca9d; background: rgba(201,162,63,.09); }
.form-status.show { display: block; }

.contact-card a:not(.btn) { color: var(--gold-light); }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.map { min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #0c0e11; }
.map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: grayscale(1) invert(.88) contrast(.85); }
.map-placeholder {
  min-height: 520px; display: grid; place-items: center; padding: 35px;
  background:
    linear-gradient(rgba(7,8,9,.68), rgba(7,8,9,.9)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.035) 0 1px, transparent 1px 34px);
  text-align: center;
}
.map-placeholder__pin {
  display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 22px;
  border: 1px solid rgba(239,208,120,.4); border-radius: 50%;
  color: var(--gold-light); font-size: 1.6rem;
}

.calendar { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.demo-notice {
  margin-bottom: 20px; padding: 12px 14px; border: 1px solid rgba(239,208,120,.3);
  border-radius: 9px; color: #e3d3a4; background: rgba(201,162,63,.07);
  font-size: .78rem; font-weight: 700;
}
.calendar-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.calendar-grid span, .calendar-grid button { min-height: 42px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 8px; background: transparent; }
.calendar-grid .day-name { min-height: 26px; color: #75777b; font-size: .65rem; text-transform: uppercase; }
.calendar-grid button { border-color: var(--line); cursor: pointer; }
.calendar-grid button:hover, .calendar-grid button.selected { color: #111; border-color: var(--gold-light); background: var(--gold-light); }
.calendar-grid button.unavailable,
.calendar-grid button:disabled { color: #505156; text-decoration: line-through; cursor: not-allowed; opacity: .7; }
.time-slots { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.time-slot { padding: 9px 13px; border: 1px solid var(--line); border-radius: 8px; background: transparent; cursor: pointer; }
.time-slot.selected { color: #111; background: var(--gold-light); }

.site-footer { padding: 75px 0 110px; border-top: 1px solid var(--line); background: #050607; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 45px; }
.footer-title { margin-bottom: 17px; color: #fff; font-family: "Barlow Condensed"; font-size: 1.1rem; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; color: #999b9f; font-size: .84rem; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--line); color: #737579; font-size: .72rem; }

.mobile-actions { position: fixed; z-index: 1100; right: 12px; bottom: 12px; left: 12px; display: none; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7,8,9,.94); backdrop-filter: blur(16px); }
.mobile-actions .btn { min-height: 48px; padding: 0 12px; }
.floating-facebook { position: fixed; z-index: 900; right: 22px; bottom: 26px; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(201,162,63,.35); border-radius: 50%; color: var(--gold-light); background: rgba(9,10,12,.9); box-shadow: var(--shadow); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.inline-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  margin-top: 32px; padding: 20px 22px; border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.inline-cta p { margin: 0; color: #d8d8d8; }
.service-keywords {
  max-width: 900px; margin: 30px auto 0; color: #8d8f94; font-size: .8rem; text-align: center;
}
.blog-ready {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px;
}
.blog-ready span {
  padding: 15px; border: 1px solid var(--line); border-radius: 10px;
  color: #a9aaad; background: rgba(255,255,255,.015); font-size: .82rem;
}

@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1); } }
@keyframes lightSweep { 0%, 30% { transform: translateX(-250%) rotate(18deg); opacity: 0; } 48% { opacity: 1; } 70%, 100% { transform: translateX(420%) rotate(18deg); opacity: 0; } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-row { grid-template-columns: 1fr; }
  .split .media-frame { order: -1; }
  .gallery-item, .gallery-item.wide { grid-column: span 6; }
  .estimator { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .hero__media img { object-position: 70% center; }
  .review-empty { grid-template-columns: 1fr; }
  .review-empty__mark { margin: 0; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 16px; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .section { padding: 58px 0; }
  .section--tight { padding: 42px 0; }
  .header-inner { min-height: 70px; }
  .brand img { width: 38px; height: 38px; }
  .brand strong { font-size: 1.18rem; }
  h1 { font-size: clamp(2.9rem, 13.5vw, 4rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .hero { min-height: 100svh; padding: 100px 0 160px; align-items: end; }
  .hero__media img { object-position: 69% center; }
  .hero__media::before { background: linear-gradient(0deg, #070809 8%, rgba(7,8,9,.92) 42%, rgba(7,8,9,.15) 82%), linear-gradient(90deg, rgba(7,8,9,.5), transparent); }
  .hero__content { padding-bottom: 0; }
  .hero .btn-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .hero .btn-row .btn { width: 100%; padding-inline: 10px; font-size: .76rem; }
  .hero .btn-row .btn:first-child { grid-column: 1/-1; }
  .hero__meta {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
    margin-top: 23px; padding-top: 16px; border-top: 1px solid var(--line);
  }
  .hero__meta span { font-size: .56rem; }
  .hero__meta strong { font-size: .68rem; line-height: 1.35; }
  .placeholder-tag { top: 85px; right: 14px; bottom: auto; }
  .btn-row:not(.hero .btn-row) .btn { width: 100%; }
  .section-head { display: block; }
  .section-head .btn { margin-top: 16px; }
  .grid-2, .grid-3, .grid-4, .form-grid, .estimator { grid-template-columns: 1fr; }
  .quick-services { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .quick-services .card { min-height: 0; padding: 18px 15px; }
  .quick-services .card__num { margin-bottom: 12px; font-size: .8rem; }
  .quick-services h3 { margin-bottom: 8px; font-size: 1.22rem; }
  .quick-services p { margin: 0; font-size: .78rem; line-height: 1.5; }
  .problem-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .problem-grid .card, .audience-grid .card { padding: 18px 15px; }
  .problem-grid .problem-card::before { margin-bottom: 18px; }
  .problem-grid h3, .audience-grid h3 { font-size: 1.24rem; }
  .problem-grid p, .audience-grid p { margin: 0; font-size: .77rem; line-height: 1.5; }
  .estimate-result { display: block; }
  .estimate-result .btn { width: 100%; margin-top: 15px; }
  .steps { gap: 0; }
  .step { padding: 60px 0 25px; border-bottom: 1px solid var(--line); }
  .step::after { display: none; }
  .before-after { min-height: 350px; }
  .gallery { display: grid; grid-template-columns: 1fr; }
  .gallery-item, .gallery-item.wide { grid-column: auto; }
  .gallery-item img { height: 280px; }
  .page-hero { min-height: 56vh; padding: 125px 0 60px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { display: grid; bottom: max(10px, env(safe-area-inset-bottom)); }
  .floating-facebook { display: none; }
  .calendar { padding: 17px; }
  .calendar-grid { gap: 4px; }
  .calendar-grid span, .calendar-grid button { min-height: 37px; font-size: .8rem; }
  .map, .map iframe { min-height: 390px; }
  .map-placeholder { min-height: 390px; }
  .inline-cta { align-items: stretch; flex-direction: column; padding-inline: 0; }
  .inline-cta .btn { width: 100%; }
  .review-empty__mark { width: 82px; height: 82px; font-size: 3rem; }
  .blog-ready { grid-template-columns: 1fr; }
}

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