:root {
  --ink: #101214;
  --ink-soft: #171a1d;
  --steel: #2c3136;
  --muted: #6c7278;
  --line: #d9dbdc;
  --paper: #f5f5f2;
  --white: #ffffff;
  --copper: #d4682c;
  --copper-dark: #a84519;
  --header-height: 82px;
  --shell: min(1240px, calc(100% - 48px));
  --shadow: 0 22px 55px rgb(16 18 20 / 14%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.gallery-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--copper) 74%, white); outline-offset: 3px; }

.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: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: var(--white); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: var(--ink); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  color: var(--white);
  background: color-mix(in srgb, var(--ink) 91%, transparent);
  border-bottom: 1px solid rgb(255 255 255 / 13%);
  backdrop-filter: blur(14px);
  transition: height .25s ease, background-color .25s ease;
}
.site-header.is-scrolled { height: 70px; background: rgb(16 18 20 / 97%); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 4px 12px rgb(0 0 0 / 18%)); }
.brand-name { color: var(--white); font-size: 1.05rem; font-weight: 900; line-height: 1; letter-spacing: .08em; }
.brand-name span { color: #dd7440; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.main-nav a { position: relative; padding: 8px 0; color: rgb(255 255 255 / 74%); font-size: .88rem; font-weight: 700; letter-spacing: .035em; }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 2px; height: 1px; background: var(--copper); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: .93rem; }
.phone-link svg, .mobile-actions svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; color: var(--white); background: var(--copper); border: 1px solid var(--copper); border-radius: 3px; font-weight: 850; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { background: var(--copper-dark); border-color: var(--copper-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .85rem; }
.button-ghost { color: var(--white); background: transparent; border-color: rgb(255 255 255 / 45%); }
.button-ghost:hover { background: var(--white); border-color: var(--white); color: var(--ink); }

.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: var(--white); background: transparent; border: 1px solid rgb(255 255 255 / 22%); border-radius: 3px; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 820px; padding-top: var(--header-height); color: var(--white); background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: 3; inset: var(--header-height) auto 0 50%; width: 1px; background: linear-gradient(transparent, rgb(255 255 255 / 18%) 15%, rgb(255 255 255 / 18%) 85%, transparent); }
.hero-copy { position: relative; z-index: 4; min-height: 630px; display: grid; grid-template-columns: minmax(0, 49%) 1fr; align-items: center; }
.hero-content { padding: 72px 58px 72px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: rgb(255 255 255 / 65%); font-size: .78rem; font-weight: 800; line-height: 1.3; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 38px; height: 2px; background: var(--copper); }
.eyebrow-dark { color: var(--muted); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.9rem, 5.3vw, 5.6rem); line-height: .97; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { color: var(--copper); font-style: normal; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgb(255 255 255 / 70%); font-size: 1.08rem; line-height: 1.75; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-contact { display: flex; align-items: center; gap: 14px; margin-top: 34px; color: rgb(255 255 255 / 54%); font-size: .9rem; }
.hero-contact a { color: var(--white); font-weight: 800; border-bottom: 1px solid var(--copper); }
.hero-media { position: absolute; z-index: 1; inset: var(--header-height) 0 0 50%; overflow: hidden; }
.hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--ink) 0, rgb(16 18 20 / 32%) 26%, rgb(16 18 20 / 5%) 60%), linear-gradient(0deg, rgb(16 18 20 / 58%), transparent 44%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-media-label { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 124px; padding: 16px 19px; background: rgb(16 18 20 / 79%); border-left: 3px solid var(--copper); backdrop-filter: blur(10px); }
.hero-media-label strong, .hero-media-label span { display: block; }
.hero-media-label strong { font-size: .92rem; }
.hero-media-label span { color: rgb(255 255 255 / 60%); font-size: .75rem; }
.hero-proof { position: absolute; z-index: 5; inset: auto 0 0; min-height: 108px; display: grid; grid-template-columns: repeat(3, 1fr); padding-left: max(24px, calc((100vw - 1240px) / 2)); padding-right: max(24px, calc((100vw - 1240px) / 2)); background: var(--ink-soft); border-top: 1px solid rgb(255 255 255 / 10%); }
.hero-proof div { display: flex; align-items: center; gap: 18px; padding: 24px clamp(12px, 3vw, 46px); border-left: 1px solid rgb(255 255 255 / 10%); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof div:last-child { border-right: 1px solid rgb(255 255 255 / 10%); }
.hero-proof strong { color: var(--copper); font-size: clamp(1.4rem, 2.2vw, 2rem); line-height: 1; }
.hero-proof span { max-width: 150px; color: rgb(255 255 255 / 62%); font-size: .82rem; line-height: 1.35; }

.section-heading { margin-bottom: 58px; }
.heading-split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr); align-items: end; gap: 9%; }
.section-heading h2, .why h2, .process h2, .reviews h2, .contact h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.45rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.section-dark .section-heading > p { color: rgb(255 255 255 / 60%); }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 430px; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 54px); background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card-dark { color: var(--white); background: var(--ink-soft); border-color: var(--steel); }
.service-card-accent { color: var(--white); background: var(--copper); border-color: var(--copper); }
.service-number { margin-bottom: 36px; color: var(--copper); font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
.service-card-dark .service-number, .service-card-accent .service-number { color: rgb(255 255 255 / 60%); }
.service-card h3 { margin: 0 0 15px; font-size: clamp(1.55rem, 2.3vw, 2.1rem); line-height: 1.1; letter-spacing: -.035em; }
.service-card > p { max-width: 570px; margin: 0; color: var(--muted); }
.service-card-dark > p, .service-card-accent > p { color: rgb(255 255 255 / 68%); }
.service-card ul { display: grid; gap: 7px; margin: 24px 0 34px; padding: 0; list-style: none; font-size: .9rem; }
.service-card li::before { content: "—"; margin-right: 10px; color: var(--copper); }
.service-card-dark li::before, .service-card-accent li::before { color: rgb(255 255 255 / 72%); }
.service-card > a { align-self: flex-start; margin-top: auto; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .92rem; font-weight: 850; }

.portfolio { background: #0c0e10; }
.catalog-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 300px; gap: 14px; }
.catalog-card { position: relative; grid-column: span 4; min-height: 0; color: var(--white); background: var(--steel); border: 1px solid rgb(255 255 255 / 11%); overflow: hidden; isolation: isolate; }
.catalog-card-featured { grid-column: span 7; grid-row: span 2; }
.catalog-card-hall { grid-column: span 5; grid-row: span 2; }
.catalog-card-secondary { grid-column: span 4; }
.catalog-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.catalog-card-featured > img { object-position: center 42%; }
.catalog-card-hall > img { object-position: center 35%; }
.catalog-card__shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgb(8 9 10 / 9%) 18%, rgb(8 9 10 / 88%) 100%); }
.catalog-card__number { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; width: 44px; height: 44px; place-items: center; color: rgb(255 255 255 / 72%); background: rgb(10 11 12 / 65%); border: 1px solid rgb(255 255 255 / 20%); border-radius: 50%; font-size: .72rem; font-weight: 900; letter-spacing: .08em; backdrop-filter: blur(8px); }
.catalog-card__content { position: absolute; z-index: 2; inset: auto 0 0; display: grid; gap: 8px; padding: clamp(22px, 3vw, 38px); }
.catalog-card:not(.catalog-card-featured):not(.catalog-card-hall) .catalog-card__content { padding: 24px; }
.catalog-card__meta { color: #f2a47b; font-size: .7rem; font-weight: 850; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.catalog-card__video { display: inline-flex; width: max-content; align-items: center; gap: 7px; padding: 7px 10px; color: #151719; background: #fff; border-radius: 999px; box-shadow: 0 5px 18px rgb(0 0 0 / 22%); font-size: .66rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.catalog-card__video > span { color: var(--copper-dark); font-size: .72rem; }
.catalog-card__content > h3 { max-width: 700px; margin: 0; font-size: clamp(1.45rem, 2.6vw, 2.8rem); line-height: 1.02; letter-spacing: -.035em; }
.catalog-card:not(.catalog-card-featured):not(.catalog-card-hall) .catalog-card__content > h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
.catalog-card__description { max-width: 540px; color: rgb(255 255 255 / 70%); font-size: .88rem; line-height: 1.45; }
.catalog-card__action { display: inline-flex; width: max-content; align-items: center; gap: 9px; margin-top: 7px; padding-bottom: 3px; border-bottom: 1px solid rgb(255 255 255 / 50%); font-size: .82rem; font-weight: 850; }
.catalog-card__action span { transition: transform .2s ease; }
.catalog-card:hover > img { transform: scale(1.045); filter: saturate(1.08); }
.catalog-card:hover .catalog-card__action span { transform: translate(3px, -3px); }
.catalog-card:focus-visible { outline-color: var(--white); outline-offset: 4px; }
.catalog-note { display: flex; align-items: center; gap: 10px; margin: 24px 0 0; color: rgb(255 255 255 / 54%); font-size: .82rem; }
.catalog-note > span { color: #f2a47b; }

.gallery-dialog { width: min(1180px, calc(100% - 32px)); height: min(900px, calc(100dvh - 32px)); max-width: none; max-height: none; margin: auto; padding: 0; color: var(--white); background: #0b0d0f; border: 1px solid rgb(255 255 255 / 16%); border-radius: 5px; box-shadow: 0 34px 100px rgb(0 0 0 / 62%); overflow: hidden; }
.gallery-dialog:not([open]) { display: none; }
.gallery-dialog::backdrop { background: rgb(4 5 6 / 88%); backdrop-filter: blur(8px); }
.gallery-dialog__shell { height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.gallery-dialog__header { display: flex; align-items: start; justify-content: space-between; gap: 28px; padding: 24px 28px 20px; background: #111417; border-bottom: 1px solid rgb(255 255 255 / 11%); }
.gallery-dialog__header > div { min-width: 0; }
.gallery-dialog__eyebrow { margin: 0 0 5px; color: #ef9b6f; font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.gallery-dialog__header h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: 1.05; letter-spacing: -.035em; }
.gallery-dialog__header p:last-child { max-width: 760px; margin: 8px 0 0; color: rgb(255 255 255 / 58%); font-size: .86rem; line-height: 1.45; }
.gallery-dialog__close { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 20%); border-radius: 50%; cursor: pointer; }
.gallery-dialog__close span { margin-top: -3px; font-size: 2rem; font-weight: 300; line-height: 1; }
.gallery-dialog__close:hover { background: rgb(255 255 255 / 14%); }
.gallery-dialog__body { min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto auto; padding: 18px 28px 20px; overflow: hidden; overscroll-behavior: contain; }
.gallery-stage { position: relative; min-height: 0; height: auto; display: grid; place-items: center; background: #050607; border: 1px solid rgb(255 255 255 / 10%); overflow: hidden; }
.gallery-stage > img, .gallery-stage > video { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; display: block; object-fit: contain; object-position: center; }
.gallery-stage > video { background: #000; }
.gallery-stage.is-video::before { content: "▶  FILM REALIZACJI"; position: absolute; z-index: 2; top: 14px; left: 14px; padding: 8px 11px; color: #111417; background: rgb(255 255 255 / 92%); border-left: 3px solid var(--copper); font-size: .66rem; font-weight: 950; letter-spacing: .11em; pointer-events: none; text-transform: uppercase; backdrop-filter: blur(8px); }
.gallery-video-error { max-width: 480px; margin: 0; padding: 28px; color: rgb(255 255 255 / 70%); text-align: center; }
.gallery-stage.is-compare { min-height: 0; height: auto; }
.compare-pair { width: 100%; min-height: 0; height: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgb(255 255 255 / 15%); }
.compare-pair figure { position: relative; min-width: 0; min-height: 0; height: 100%; margin: 0; background: #050607; overflow: hidden; }
.compare-pair img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; display: block; object-fit: contain; object-position: center; }
.compare-pair figcaption { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 7px 11px; color: var(--white); background: rgb(8 9 10 / 82%); border-left: 3px solid var(--copper); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.gallery-caption-row { min-height: 68px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 12px 0 8px; }
.gallery-caption { margin: 0; color: rgb(255 255 255 / 68%); font-size: .88rem; line-height: 1.45; }
.gallery-controls { display: flex; align-items: center; gap: 9px; }
.gallery-controls button { width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; cursor: pointer; }
.gallery-controls button:hover:not(:disabled) { color: var(--ink); background: var(--white); }
.gallery-controls button:disabled { opacity: .32; cursor: not-allowed; }
.gallery-controls > p { min-width: 58px; margin: 0; color: rgb(255 255 255 / 58%); font-size: .78rem; font-variant-numeric: tabular-nums; text-align: center; }
.gallery-thumbnails { display: flex; gap: 9px; padding: 6px 2px 4px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-color: rgb(255 255 255 / 30%) transparent; }
.gallery-thumb { position: relative; flex: 0 0 104px; width: 104px; height: 72px; padding: 0; background: #15181b; border: 2px solid transparent; border-radius: 2px; cursor: pointer; overflow: hidden; scroll-snap-align: start; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; background: #050607; opacity: .67; transition: opacity .2s ease, transform .2s ease; }
.gallery-thumb:hover img, .gallery-thumb[aria-current="true"] img { opacity: 1; }
.gallery-thumb:hover img { transform: scale(1.04); }
.gallery-thumb[aria-current="true"] { border-color: #ef8d58; }
.gallery-thumb__badge { position: absolute; inset: auto 4px 4px auto; padding: 4px 7px; color: var(--white); background: rgb(5 6 7 / 90%); border: 1px solid rgb(255 255 255 / 24%); font-size: .58rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.gallery-thumb--video::after { content: "▶"; position: absolute; inset: 50% auto auto 50%; display: grid; width: 34px; height: 34px; place-items: center; color: #111417; background: rgb(255 255 255 / 94%); border-radius: 50%; box-shadow: 0 4px 14px rgb(0 0 0 / 35%); font-size: .78rem; transform: translate(-50%, -50%); pointer-events: none; }
.gallery-dialog__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 28px; background: #111417; border-top: 1px solid rgb(255 255 255 / 11%); }
.gallery-dialog__footer > span { color: rgb(255 255 255 / 62%); font-size: .86rem; }
.gallery-dialog__footer > div { display: flex; align-items: center; gap: 20px; }
.gallery-dialog__footer > div > a:first-child { font-size: .88rem; font-weight: 850; }
.gallery-dialog .button { background: var(--copper-dark); border-color: var(--copper-dark); }
.gallery-dialog .button:hover { background: #81320f; border-color: #81320f; }

.why { background: var(--white); }
.why-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: start; }
.why-intro { position: sticky; top: calc(var(--header-height) + 48px); }
.why-intro > p:not(.eyebrow) { max-width: 560px; margin: 28px 0; color: var(--muted); font-size: 1.03rem; }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 5px; border-bottom: 2px solid var(--copper); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.why-list { border-top: 1px solid var(--line); }
.why-list article { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.why-list article > span { color: var(--copper); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.why-list h3 { margin: 0 0 7px; font-size: 1.35rem; letter-spacing: -.02em; }
.why-list p { margin: 0; color: var(--muted); }

.process { color: var(--white); background: var(--ink-soft); overflow: hidden; }
.process-head { max-width: 830px; margin-bottom: 62px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; counter-reset: steps; list-style: none; border-top: 1px solid rgb(255 255 255 / 13%); border-left: 1px solid rgb(255 255 255 / 13%); }
.process-list li { position: relative; min-height: 310px; padding: 36px 34px; border-right: 1px solid rgb(255 255 255 / 13%); border-bottom: 1px solid rgb(255 255 255 / 13%); }
.process-list li::before { content: ""; position: absolute; top: -1px; left: 0; width: 0; height: 3px; background: var(--copper); transition: width .35s ease; }
.process-list li:hover::before { width: 100%; }
.process-no { display: block; margin-bottom: 80px; color: #e18b5d; font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.process-list h3 { margin: 0 0 12px; font-size: 1.45rem; }
.process-list p { margin: 0; color: rgb(255 255 255 / 58%); }

.reviews { background: var(--paper); }
.reviews-top { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 54px; }
.facebook-score { display: flex; align-items: center; gap: 18px; min-width: 345px; padding: 20px 24px; background: var(--white); border-left: 4px solid var(--copper); box-shadow: 0 14px 32px rgb(16 18 20 / 8%); }
.facebook-score strong { font-size: 2.25rem; line-height: 1; }
.facebook-score span { color: var(--muted); font-size: .86rem; line-height: 1.35; }
.facebook-score small { font-size: .7rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid blockquote { display: flex; min-height: 300px; flex-direction: column; margin: 0; padding: 32px; background: var(--white); border: 1px solid var(--line); }
.quote-mark { height: 54px; color: var(--copper); font-family: Georgia, serif; font-size: 4.3rem; line-height: 1; }
.review-grid blockquote > p { margin: 16px 0 34px; font-size: 1.03rem; line-height: 1.7; }
.review-grid footer { display: grid; gap: 2px; margin-top: auto; }
.review-grid footer strong { font-size: .92rem; }
.review-grid footer span { color: var(--muted); font-size: .78rem; }

.contact { background: #0b0d0f; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(440px, 1.05fr); gap: 8%; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; margin: 28px 0 0; color: rgb(255 255 255 / 62%); }
.contact-direct { display: grid; gap: 1px; margin-top: 48px; background: rgb(255 255 255 / 13%); border: 1px solid rgb(255 255 255 / 13%); }
.contact-direct a { display: grid; gap: 3px; padding: 20px 22px; background: var(--ink-soft); transition: background-color .2s ease; }
.contact-direct a:hover { background: var(--steel); }
.contact-direct small { color: rgb(255 255 255 / 48%); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct strong { font-size: 1.05rem; }
.contact-note { display: grid; gap: 3px; margin-top: 26px; padding-left: 20px; border-left: 2px solid var(--copper); }
.contact-note span { color: rgb(255 255 255 / 45%); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-note strong { font-size: .95rem; }
.quote-form { padding: clamp(26px, 4vw, 46px); color: var(--ink); background: var(--white); box-shadow: 0 28px 70px rgb(0 0 0 / 28%); }
.form-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-head span { font-size: 1.22rem; font-weight: 900; }
.form-head strong { color: var(--copper); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #35393d; font-size: .78rem; font-weight: 800; letter-spacing: .025em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #f6f6f4; border: 1px solid #d7d9da; border-radius: 2px; font-size: 1rem; font-weight: 500; line-height: 1.4; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form textarea { min-height: 108px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 0; border-color: var(--copper); box-shadow: 0 0 0 3px rgb(212 104 44 / 13%); }
.quote-form ::placeholder { color: #8b8e91; }
.quote-form .consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 11px; color: var(--muted); font-size: .75rem; font-weight: 500; line-height: 1.45; }
.quote-form .consent input { width: 18px; height: 18px; min-height: 0; margin: 1px 0 0; accent-color: var(--copper); }
.form-submit { width: 100%; margin-top: 8px; border: 0; }
.form-help, .form-status { margin: 12px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }
.form-status { min-height: 20px; color: var(--copper-dark); font-weight: 700; }

.site-footer { padding: 56px 0 26px; color: var(--white); background: #070809; border-top: 1px solid rgb(255 255 255 / 9%); }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 8%; align-items: center; padding-bottom: 40px; }
.brand-footer .brand-name { font-size: 1.12rem; }
.brand-footer img { width: 64px; height: 64px; }
.footer-top > p { margin: 0; color: rgb(255 255 255 / 54%); }
.footer-links { display: grid; justify-items: end; gap: 6px; font-size: .9rem; font-weight: 750; }
.footer-links a:hover { color: #e18b5d; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; color: rgb(255 255 255 / 39%); border-top: 1px solid rgb(255 255 255 / 9%); font-size: .76rem; }
.mobile-actions { display: none; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 36px, 1000px); }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .8rem; }
  .header-actions .phone-link span { display: none; }
  .hero-content { padding-right: 34px; }
  .catalog-grid { grid-auto-rows: 300px; }
  .contact-layout { gap: 5%; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .section { padding: 84px 0; }
  .menu-toggle { display: flex; order: 3; }
  .header-actions { margin-left: auto; }
  .header-actions .phone-link, .header-actions .button { display: none; }
  .main-nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; gap: 0; padding: 20px 24px 28px; background: rgb(16 18 20 / 99%); border-top: 1px solid rgb(255 255 255 / 9%); box-shadow: 0 24px 45px rgb(0 0 0 / 34%); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 16px 0; border-bottom: 1px solid rgb(255 255 255 / 10%); font-size: 1rem; }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero::before { display: none; }
  .hero-copy { min-height: 600px; grid-template-columns: minmax(0, 72%) 1fr; }
  .hero-content { padding: 60px 24px 60px 0; }
  .hero-media { inset: var(--header-height) 0 108px 42%; }
  .hero-media::before { background: linear-gradient(90deg, var(--ink) 0, rgb(16 18 20 / 78%) 21%, rgb(16 18 20 / 15%) 72%), linear-gradient(0deg, rgb(16 18 20 / 65%), transparent 54%); }
  .hero-media-label { display: none; }
  .hero-proof { position: relative; min-height: 108px; padding-inline: 18px; }
  .hero-proof div { padding: 22px 18px; }
  .heading-split { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 650px; }
  .service-card { min-height: 390px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 360px; grid-auto-flow: dense; }
  .catalog-card, .catalog-card-hall, .catalog-card-secondary { grid-column: span 1; grid-row: span 1; }
  .catalog-card-featured, .catalog-card-wide { grid-column: span 2; grid-row: span 1; }
  .catalog-card-featured > img { object-position: center 36%; }
  .gallery-dialog { width: calc(100% - 20px); height: calc(100dvh - 20px); }
  .gallery-dialog__header { padding: 20px; }
  .gallery-dialog__body { padding: 14px 20px 18px; }
  .gallery-dialog__footer { padding-inline: 20px; }
  .why-layout { grid-template-columns: 1fr; gap: 58px; }
  .why-intro { position: static; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: auto; }
  .process-no { margin-bottom: 38px; }
  .reviews-top { align-items: start; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .review-grid blockquote:last-child { grid-column: span 2; min-height: 240px; }
  .contact-layout { grid-template-columns: 1fr; gap: 56px; }
  .contact-direct { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > p { display: none; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 62px; }
  .section { padding: 70px 0; }
  .brand { gap: 7px; }
  .brand img { width: 46px; height: 46px; }
  .brand-name { font-size: .86rem; letter-spacing: .045em; }
  .hero-copy { min-height: 650px; display: block; }
  .hero-content { position: relative; z-index: 2; max-width: 100%; padding: 70px 0 72px; }
  .hero-media { inset: var(--header-height) 0 0; opacity: .62; }
  .hero-media::before { background: linear-gradient(90deg, rgb(16 18 20 / 93%), rgb(16 18 20 / 42%)), linear-gradient(0deg, var(--ink) 0, transparent 45%, rgb(16 18 20 / 20%)); }
  .hero-media img { object-position: 60% center; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); line-height: 1; }
  .hero-lead { max-width: 94%; font-size: 1rem; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button-row .button { width: 100%; }
  .hero-contact { display: grid; gap: 2px; }
  .hero-proof { grid-template-columns: 1fr; padding: 0 14px; }
  .hero-proof div, .hero-proof div:first-child { min-height: 82px; padding: 16px 4px; border-left: 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 10%); }
  .hero-proof div:last-child { border-right: 0; border-bottom: 0; }
  .hero-proof span { max-width: none; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .why h2, .process h2, .reviews h2, .contact h2 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .eyebrow { margin-bottom: 18px; font-size: .7rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 32px 26px; }
  .service-number { margin-bottom: 26px; }
  .catalog-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 360px; gap: 10px; }
  .catalog-card, .catalog-card-featured, .catalog-card-hall, .catalog-card-wide, .catalog-card-secondary { grid-column: span 1; grid-row: span 1; }
  .catalog-card-featured > img { object-position: center 34%; }
  .catalog-card__content { padding: 22px; }
  .catalog-card__content > h3, .catalog-card:not(.catalog-card-featured):not(.catalog-card-hall) .catalog-card__content > h3 { font-size: clamp(1.7rem, 8vw, 2.25rem); }
  .catalog-note { align-items: start; }
  .gallery-dialog { width: 100%; height: 100dvh; margin: 0; border: 0; border-radius: 0; }
  .gallery-dialog__header { gap: 14px; padding: 16px 14px 14px; }
  .gallery-dialog__header p:last-child { display: none; }
  .gallery-dialog__close { flex-basis: 44px; width: 44px; height: 44px; }
  .gallery-dialog__body { grid-template-rows: minmax(0, 1fr) auto auto; padding: 10px 14px 14px; }
  .gallery-stage.is-compare { min-height: 0; height: auto; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; }
  .compare-pair { display: flex; height: 100%; gap: 2px; background: rgb(255 255 255 / 15%); }
  .compare-pair figure { flex: 0 0 100%; height: 100%; border: 0; scroll-snap-align: start; }
  .gallery-caption-row { grid-template-columns: 1fr; gap: 8px; padding-top: 10px; }
  .gallery-caption { min-height: 42px; }
  .gallery-controls { justify-content: space-between; }
  .gallery-controls > p { margin-inline: auto; }
  .gallery-thumb { flex-basis: 92px; width: 92px; height: 66px; }
  .gallery-dialog__footer { align-items: stretch; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); }
  .gallery-dialog__footer > span { display: none; }
  .gallery-dialog__footer > div { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .gallery-dialog__footer > div > a:first-child { min-height: 52px; display: flex; align-items: center; justify-content: center; padding: 10px 12px; border: 1px solid rgb(255 255 255 / 28%); border-radius: 3px; text-align: center; }
  .gallery-dialog__footer .button { width: 100%; }
  .why-list article { grid-template-columns: 44px 1fr; gap: 14px; padding: 26px 0; }
  .process-head { margin-bottom: 38px; }
  .process-list li { padding: 30px 25px; }
  .process-no { margin-bottom: 30px; }
  .reviews-top { display: grid; gap: 30px; }
  .facebook-score { min-width: 0; width: 100%; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote, .review-grid blockquote:last-child { grid-column: span 1; min-height: 260px; padding: 26px; }
  .contact-direct { grid-template-columns: 1fr; }
  .quote-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-head strong { display: none; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { justify-items: start; }
  .footer-bottom { display: grid; gap: 6px; }
  .mobile-actions { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 62px; color: var(--white); background: var(--ink); border-top: 1px solid rgb(255 255 255 / 15%); box-shadow: 0 -10px 28px rgb(0 0 0 / 22%); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; font-size: .86rem; font-weight: 850; }
  .mobile-actions a:last-child { background: var(--copper); }
}

@media (max-height: 560px) {
  .gallery-dialog__body { grid-template-rows: minmax(180px, 45dvh) auto auto; overflow-y: auto; }
}

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