:root {
  --ink: #171714;
  --ink-soft: #262621;
  --paper: #f4f1e9;
  --paper-2: #ebe6da;
  --white: #fff;
  --accent: #f0ad20;
  --accent-2: #d9781e;
  --muted: #6e6b63;
  --line: rgba(23, 23, 20, .14);
  --line-light: rgba(255, 255, 255, .14);
  --shadow: 0 30px 80px rgba(25, 24, 20, .14);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
::selection { color: var(--ink); background: var(--accent); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 10000; padding: 10px 16px; background: var(--accent); color: var(--ink); font-weight: 800; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--ink); color: rgba(255, 255, 255, .72); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; }
.topbar p span { margin-inline: 8px; color: var(--accent); }
.topbar a { text-decoration: none; transition: color .2s; }
.topbar a:hover { color: var(--accent); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(244, 241, 233, .92); border-bottom: 1px solid rgba(23, 23, 20, .1); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { margin-right: auto; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 10px; box-shadow: 0 8px 18px rgba(0, 0, 0, .16); }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font-family: var(--display); font-size: 27px; letter-spacing: .02em; }
.brand-copy small { margin-top: 2px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; background: var(--accent-2); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-phone { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; padding-left: 24px; border-left: 1px solid var(--line); }
.nav-phone svg { width: 22px; color: var(--accent-2); }
.nav-phone span { display: grid; font-family: var(--display); font-size: 21px; line-height: 1; letter-spacing: .03em; }
.nav-phone small { margin-bottom: 4px; color: var(--muted); font-family: var(--body); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.menu-toggle { display: none; width: 46px; height: 46px; place-items: center; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: calc(100svh - 116px); display: grid; align-items: end; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; display: block; overflow: hidden; transform: scale(1.03); animation: heroZoom 18s ease-out both; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17, 17, 14, .93) 0%, rgba(17, 17, 14, .68) 48%, rgba(17, 17, 14, .22) 100%), linear-gradient(0deg, rgba(17, 17, 14, .7), transparent 48%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; padding-top: 96px; padding-bottom: 104px; }
.hero-copy { max-width: 850px; }
.overline, .eyebrow { margin: 0 0 22px; color: var(--accent-2); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.overline { display: flex; align-items: center; color: rgba(255,255,255,.8); }
.overline span { width: 42px; height: 2px; margin-right: 14px; background: var(--accent); }
.hero h1 { margin: 0; max-width: 830px; font-family: var(--display); font-size: clamp(70px, 8.5vw, 138px); font-weight: 800; line-height: .78; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 690px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.7vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button svg { width: 20px; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--accent); }
.button-primary:hover { background: #ffc23e; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.hero-side { align-self: end; display: flex; flex-direction: column; align-items: center; gap: 18px; min-width: 0; }
.hero-logo-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 350px);
  aspect-ratio: 1.48 / 1;
  padding: 3px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(240,173,32,.95) 38%, rgba(217,120,30,.7) 72%, rgba(255,255,255,.36));
  box-shadow: 0 26px 70px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.08);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}
.hero-logo-stage::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: -1;
  background: radial-gradient(circle at 50% 58%, rgba(240,173,32,.34), transparent 62%);
  filter: blur(18px);
}
.hero-logo-stage::after {
  content: "";
  position: absolute;
  inset: 11px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 0 38px rgba(0,0,0,.28);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.hero-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.015);
}

.hero-card { width: 100%; align-self: end; padding: 28px; border: 1px solid rgba(255,255,255,.18); background: rgba(23,23,20,.54); backdrop-filter: blur(16px); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.hero-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); }
.status i { width: 8px; height: 8px; border-radius: 50%; background: #65cf7d; box-shadow: 0 0 0 5px rgba(101,207,125,.13); }
.hero-card > p { margin: 22px 0; color: rgba(255,255,255,.7); font-size: 14px; }
.hero-card dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-card dl div { padding: 18px 12px; border-top: 1px solid rgba(255,255,255,.15); border-right: 1px solid rgba(255,255,255,.15); }
.hero-card dl div:last-child { border-right: 0; }
.hero-card dt { color: var(--accent); font-family: var(--display); font-size: 26px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.hero-card dd { margin: 7px 0 0; color: rgba(255,255,255,.56); font-size: 9px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.hero-card > a { margin-top: 20px; display: flex; justify-content: space-between; text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hero-card > a span { color: var(--accent); font-size: 18px; }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; z-index: 4; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.6); text-decoration: none; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 38px; height: 1px; background: rgba(255,255,255,.5); }

.section-head { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-head.compact { margin-bottom: 44px; }
.section-head h2, .about h2, .coverage h2, .faq h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(56px, 6.4vw, 92px); font-weight: 800; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.section-head > p { max-width: 560px; margin: 0 0 4px; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 28px; background: var(--paper); overflow: hidden; transition: background .25s, color .25s; }
.service-card:not(.service-card-featured)::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 150px; height: 150px; border: 1px solid rgba(23,23,20,.08); border-radius: 50%; transition: transform .35s, border-color .35s; }
.service-card:not(.service-card-featured):hover { color: var(--white); background: var(--ink); }
.service-card:not(.service-card-featured):hover::after { transform: scale(1.4); border-color: rgba(240,173,32,.3); }
.service-card-featured { min-height: 430px; grid-column: span 2; color: var(--white); }
.service-card-featured img, .showcase-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(20deg, rgba(23,23,20,.94), rgba(23,23,20,.2)); }
.service-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.service-number { position: relative; z-index: 1; margin-left: auto; color: var(--accent-2); font-family: var(--display); font-size: 16px; font-weight: 800; }
.service-card-featured .service-number { color: var(--accent); }
.icon-box { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid var(--line); transition: border-color .25s, color .25s; }
.icon-box svg { width: 27px; }
.service-card:hover .icon-box { color: var(--accent); border-color: rgba(240,173,32,.4); }
.service-card h3 { position: relative; z-index: 1; margin: 30px 0 12px; font-family: var(--display); font-size: 34px; line-height: .95; text-transform: uppercase; }
.service-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card:not(.service-card-featured):hover p { color: rgba(255,255,255,.64); }
.service-card-featured h3 { font-size: clamp(42px, 5vw, 68px); }
.service-card-featured p { max-width: 590px; color: rgba(255,255,255,.74); font-size: 15px; }

.dark-section { color: var(--white); background: var(--ink); }
.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 104px; align-items: center; }
.about-visual { position: relative; min-height: 720px; }
.about-main { width: 83%; height: 620px; object-fit: cover; }
.about-detail { position: absolute; right: 0; bottom: 0; width: 48%; height: 340px; object-fit: cover; border: 12px solid var(--ink); }
.year-badge { position: absolute; right: 11%; top: 35px; width: 170px; height: 170px; display: grid; place-content: center; padding: 20px; color: var(--ink); background: var(--accent); text-align: center; transform: rotate(3deg); }
.year-badge strong { font-family: var(--display); font-size: 57px; line-height: 1; }
.year-badge span { margin-top: 5px; font-size: 9px; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: var(--accent); }
.about-lead { margin-top: 34px !important; color: var(--white) !important; font-size: 19px; font-weight: 700; }
.about-copy > p { color: rgba(255,255,255,.63); }
.check-list { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.check-list li { display: flex; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line-light); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.check-list span { color: var(--accent); font-family: var(--display); font-size: 17px; }

.process { background: var(--paper-2); }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-list li { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--accent-2); font-family: var(--display); font-size: 16px; font-weight: 800; }
.process-list h3 { margin: 70px 0 10px; font-family: var(--display); font-size: 32px; line-height: 1; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.showcase { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); }
.showcase-panel { position: relative; min-height: 680px; display: flex; align-items: end; overflow: hidden; }
.showcase-panel > img { transition: transform .7s; }
.showcase-panel:hover > img { transform: scale(1.045); }
.showcase-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,17,14,.9), rgba(17,17,14,.08) 75%); }
.showcase-content { position: relative; z-index: 2; padding: 70px; color: var(--white); }
.showcase-content > p { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.showcase-content h2 { margin: 0 0 30px; font-family: var(--display); font-size: clamp(52px, 5.4vw, 80px); line-height: .88; text-transform: uppercase; }
.showcase-content a { display: inline-flex; gap: 12px; color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.showcase-content a span { color: var(--accent); }

.gallery-section { background: #faf8f3; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.gallery-filters button { padding: 11px 15px; border: 1px solid var(--line); background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.gallery-filters button:hover, .gallery-filters button.active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 12px; }
.gallery-item { margin: 0; min-width: 0; overflow: hidden; background: var(--ink); }
.gallery-item.gallery-wide { grid-column: span 2; }
.gallery-item.gallery-tall { grid-row: span 2; }
.gallery-item[hidden] { display: none; }
.gallery-item button { position: relative; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, opacity .35s; }
.gallery-item button::after { content: "+"; position: absolute; right: 18px; top: 18px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--ink); background: var(--accent); font-size: 24px; opacity: 0; transform: scale(.7); transition: opacity .25s, transform .25s; }
.gallery-item span { position: absolute; left: 18px; bottom: 16px; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.8); }
.gallery-item:hover img { opacity: .75; transform: scale(1.05); }
.gallery-item:hover button::after { opacity: 1; transform: scale(1); }

.coverage { position: relative; overflow: hidden; }
.coverage::before { content: "DM"; position: absolute; right: -4vw; bottom: -13vw; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 42vw; font-weight: 800; line-height: 1; }
.coverage-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.coverage-copy > p:not(.eyebrow) { max-width: 540px; margin: 30px 0; color: rgba(255,255,255,.64); }
.coverage-map { position: relative; min-height: 560px; display: grid; place-items: center; }
.coverage-map::before { content: ""; position: absolute; width: 310px; height: 390px; border: 2px solid rgba(240,173,32,.5); border-radius: 44% 55% 48% 56% / 38% 44% 58% 62%; transform: rotate(-9deg); }
.map-ring { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.ring-one { width: 390px; height: 390px; }
.ring-two { width: 520px; height: 520px; }
.map-dot { position: relative; z-index: 2; display: grid; place-items: center; color: var(--white); text-align: center; }
.map-dot > span { width: 16px; height: 16px; margin-bottom: 15px; border: 4px solid var(--accent); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 12px rgba(240,173,32,.12); }
.map-dot strong { font-family: var(--display); font-size: 30px; text-transform: uppercase; }
.map-dot small { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.coverage-map > p { position: absolute; right: 1%; bottom: 10%; color: rgba(255,255,255,.22); font-family: var(--display); font-size: 24px; line-height: .9; text-align: right; text-transform: uppercase; }
.coverage-map > p strong { color: rgba(240,173,32,.54); font-size: 52px; }

.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:not(.eyebrow) { max-width: 370px; color: var(--muted); }
.faq-intro > a { display: inline-flex; gap: 12px; margin-top: 22px; text-decoration: none; border-bottom: 1px solid var(--ink); font-family: var(--display); font-size: 28px; font-weight: 800; }
.faq-intro > a span { color: var(--accent-2); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 92px; display: grid; grid-template-columns: 54px 1fr 30px; align-items: center; gap: 18px; list-style: none; font-family: var(--display); font-size: 27px; font-weight: 700; line-height: 1; text-transform: uppercase; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary > span { color: var(--accent-2); font-size: 15px; }
.accordion summary i { position: relative; width: 20px; height: 20px; }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; left: 0; top: 9px; width: 20px; height: 2px; background: var(--ink); transition: transform .25s; }
.accordion summary i::after { transform: rotate(90deg); }
.accordion details[open] summary i::after { transform: rotate(0); }
.accordion details p { margin: -4px 0 28px 72px; max-width: 720px; color: var(--muted); }

.contact { background: var(--paper-2); }
.contact-header { max-width: 900px; margin-bottom: 64px; }
.contact h2 em { color: var(--accent-2); font-style: normal; }
.contact-header > p:last-child { max-width: 630px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; border: 1px solid var(--line); background: var(--paper); }
.contact-panel { padding: 44px; color: var(--white); background: var(--ink); }
.contact-person { display: flex; align-items: center; gap: 18px; padding-bottom: 30px; border-bottom: 1px solid var(--line-light); }
.contact-person img { width: 66px; height: 66px; object-fit: cover; border-radius: 10px; }
.contact-person div { display: grid; }
.contact-person strong { font-family: var(--display); font-size: 30px; line-height: 1; text-transform: uppercase; }
.contact-person span { color: rgba(255,255,255,.55); font-size: 12px; }
.contact-list { margin: 28px 0; padding: 0; list-style: none; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; margin: 23px 0; }
.contact-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: var(--accent); border: 1px solid var(--line-light); }
.contact-icon svg { width: 20px; }
.contact-list div { display: grid; min-width: 0; }
.contact-list small { margin-bottom: 4px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-list a, .contact-list div > span { color: var(--white); text-decoration: none; font-size: 14px; overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--accent); }
.social-links { display: grid; border-top: 1px solid var(--line-light); }
.social-links a { display: flex; justify-content: space-between; padding: 13px 0; color: rgba(255,255,255,.72); border-bottom: 1px solid var(--line-light); text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.social-links a span { color: var(--accent); }
.contact-form { padding: 50px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 15px 0; color: var(--ink); border: 0; border-bottom: 1px solid rgba(23,23,20,.25); outline: none; background: transparent; border-radius: 0; font-size: 15px; text-transform: none; transition: border-color .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent-2); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a968d; }
.contact-form .button { margin-top: 8px; border: 0; }
.form-note, .form-status { max-width: 650px; margin: 14px 0 0; color: var(--muted); font-size: 10px; }
.form-status.success { color: #387d48; font-weight: 800; }
.form-status.error { color: #a23d2d; font-weight: 800; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.map-wrap { height: 420px; margin-top: 20px; border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.95); }

.site-footer { padding: 54px 0 22px; color: var(--white); background: #0f0f0d; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: center; padding-bottom: 36px; }
.footer-brand { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; }
.footer-brand img { width: 60px; height: 60px; object-fit: cover; border-radius: 10px; }
.footer-brand > span { display: grid; }
.footer-brand strong { font-family: var(--display); font-size: 27px; text-transform: uppercase; }
.footer-brand small { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid nav { display: flex; gap: 28px; }
.footer-grid nav a, .back-top { color: rgba(255,255,255,.65); text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid nav a:hover, .back-top:hover { color: var(--accent); }
.back-top { display: flex; gap: 12px; align-items: center; }
.back-top span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--accent); font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.37); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.mobile-call { display: none; }

.lightbox { width: min(94vw, 1250px); max-width: none; padding: 0; color: var(--white); border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(8,8,7,.94); backdrop-filter: blur(10px); }
.lightbox img { max-width: 100%; max-height: 82vh; margin: auto; object-fit: contain; box-shadow: 0 28px 90px rgba(0,0,0,.5); }
.lightbox p { margin: 12px 0 0; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-close { position: absolute; right: 0; top: -52px; width: 42px; height: 42px; color: var(--white); border: 1px solid rgba(255,255,255,.3); background: transparent; font-size: 27px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.03); } }

@media (max-width: 1120px) {
  .nav-phone { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 60px; }
  .about-visual { min-height: 650px; }
  .about-main { height: 560px; }
  .showcase-content { padding: 46px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .faq-grid { gap: 60px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 76px; }
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 72px 0 auto; max-height: calc(100svh - 72px); display: grid; gap: 0; padding: 18px 24px 30px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .28s, opacity .28s, visibility .28s; }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 26px; }
  .main-nav a::after { display: none; }
  .hero { min-height: calc(100svh - 72px); }
  .hero-shade { background: linear-gradient(90deg, rgba(17,17,14,.94), rgba(17,17,14,.48)), linear-gradient(0deg, rgba(17,17,14,.8), transparent 52%); }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding-top: 80px; padding-bottom: 88px; }
  .hero h1 { font-size: clamp(66px, 15vw, 105px); }
  .hero-side { width: 100%; max-width: 600px; justify-self: start; gap: 20px; }
  .hero-logo-stage { width: min(78vw, 340px); }
  .hero-card { max-width: 600px; }
  .section { padding: 88px 0; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; }
  .section-head h2, .about h2, .coverage h2, .faq h2, .contact h2 { font-size: clamp(52px, 12vw, 78px); }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 680px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .showcase { grid-template-columns: 1fr; }
  .showcase-panel { min-height: 560px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-map { min-height: 500px; }
  .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .faq-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid nav { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 620px) {
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .brand-copy { display: none; }
  .hero-grid { padding-top: 66px; }
  .hero h1 { font-size: clamp(58px, 18vw, 82px); line-height: .82; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-logo-stage { width: min(88vw, 330px); clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px); }
  .hero-card { padding: 20px; }
  .hero-card dl { grid-template-columns: 1fr; }
  .hero-card dl div { display: flex; align-items: baseline; justify-content: space-between; border-right: 0; }
  .hero-card dd { text-align: right; }
  .scroll-cue { display: none; }
  .section { padding: 72px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: auto; min-height: 480px; }
  .service-card { min-height: 290px; }
  .about-visual { min-height: 500px; }
  .about-main { width: 92%; height: 420px; }
  .about-detail { width: 52%; height: 220px; border-width: 8px; }
  .year-badge { right: 0; top: 20px; width: 120px; height: 120px; }
  .year-badge strong { font-size: 42px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: auto; }
  .process-list h3 { margin-top: 38px; }
  .showcase-panel { min-height: 500px; }
  .showcase-content { padding: 28px; }
  .showcase-content h2 { font-size: 50px; }
  .gallery-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .gallery-filters button { flex: 0 0 auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery-item.gallery-wide { grid-column: auto; }
  .gallery-item.gallery-tall { grid-row: auto; }
  .coverage-map { min-height: 390px; transform: scale(.82); }
  .ring-one { width: 330px; height: 330px; }
  .ring-two { width: 430px; height: 430px; }
  .accordion summary { min-height: 80px; grid-template-columns: 36px 1fr 24px; font-size: 22px; }
  .accordion details p { margin-left: 54px; }
  .contact-panel, .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .map-wrap { height: 320px; }
  .footer-grid { grid-template-columns: 1fr auto; gap: 22px; }
  .footer-grid nav { display: none; }
  .footer-brand small { display: none; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-call { position: fixed; inset: auto 0 0; z-index: 1200; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--ink); background: var(--accent); text-decoration: none; font-size: 13px; font-weight: 900; }
  .mobile-call svg { width: 20px; }
  .lightbox-close { right: 0; }
}

@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; }
}

/* Zabezpieczenie układów grid przed rozszerzaniem strony przez dłuższe nagłówki. */
.hero-grid > *,
.section-head > *,
.about-grid > *,
.coverage-grid > *,
.faq-grid > *,
.contact-grid > *,
.showcase-content,
.footer-grid > * { min-width: 0; }

@media (max-width: 620px) {
  .hero h1 { font-size: clamp(52px, 15vw, 68px); overflow-wrap: anywhere; }
  .section-head h2,
  .about h2,
  .coverage h2,
  .faq h2,
  .contact h2,
  .showcase-content h2 { overflow-wrap: anywhere; }
  .gallery-filters { max-width: 100%; }
}

/* Ostatnia usługa zamyka siatkę pełnym, fotograficznym panelem. */
.services-grid > .service-card:last-child {
  grid-column: 1 / -1;
  min-height: 270px;
  padding-right: min(52%, 640px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 23, 20, .97) 0%, rgba(23, 23, 20, .86) 42%, rgba(23, 23, 20, .14) 100%),
    url("img/img1.webp") center 53% / cover no-repeat;
}
.services-grid > .service-card:last-child p { max-width: 620px; color: rgba(255, 255, 255, .7); }
.services-grid > .service-card:last-child .icon-box { color: var(--accent); border-color: rgba(240, 173, 32, .42); }
.services-grid > .service-card:last-child::after { border-color: rgba(255, 255, 255, .12); }
.services-grid > .service-card:last-child:hover {
  background:
    linear-gradient(90deg, rgba(23, 23, 20, .97) 0%, rgba(23, 23, 20, .82) 42%, rgba(23, 23, 20, .08) 100%),
    url("img/img1.webp") center 53% / cover no-repeat;
}

@media (max-width: 620px) {
  .services-grid > .service-card:last-child {
    grid-column: auto;
    min-height: 390px;
    padding-right: 28px;
    background:
      linear-gradient(0deg, rgba(23, 23, 20, .98) 0%, rgba(23, 23, 20, .68) 65%, rgba(23, 23, 20, .12) 100%),
      url("img/img1.webp") center / cover no-repeat;
  }
  .services-grid > .service-card:last-child:hover {
    background:
      linear-gradient(0deg, rgba(23, 23, 20, .98) 0%, rgba(23, 23, 20, .68) 65%, rgba(23, 23, 20, .12) 100%),
      url("img/img1.webp") center / cover no-repeat;
  }
}

/* SEO landing pages */
.service-card h3 a{color:inherit;text-decoration:none}.service-card h3 a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
.subpage-hero{padding:clamp(130px,16vw,220px) 0 80px;background:#171714;color:#fff;position:relative;overflow:hidden}.subpage-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.2)),var(--sub-bg) center/cover;z-index:0}.subpage-hero .container{position:relative;z-index:1}.breadcrumbs{font-size:.85rem;margin-bottom:28px}.breadcrumbs a{color:#fff}.breadcrumbs span{opacity:.65}.subpage-hero h1{font-family:"Barlow Condensed",sans-serif;font-size:clamp(3.3rem,8vw,7rem);line-height:.93;max-width:900px;margin:0 0 24px}.subpage-hero p{max-width:760px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.service-body{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:70px}.service-body h2{font-family:"Barlow Condensed",sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.02;margin:0 0 25px}.service-body h3{font-size:1.35rem;margin-top:36px}.service-body p,.service-body li{line-height:1.8;color:#555}.service-body ul{padding-left:20px}.service-aside{background:#171714;color:#fff;padding:32px;height:max-content;position:sticky;top:110px}.service-aside p{color:#ccc}.service-aside a{width:100%;justify-content:center;margin-top:12px}.related-links{display:grid;gap:10px;margin-top:20px}.related-links a{color:#fff;text-decoration:none;border-bottom:1px solid #3a3a35;padding:10px 0}.related-links a:hover{color:#f4b400}.local-box{background:#f3f0e8;padding:28px;margin-top:36px}.service-photo{width:100%;aspect-ratio:16/9;object-fit:cover;margin:32px 0}@media(max-width:850px){.service-body{grid-template-columns:1fr;gap:35px}.service-aside{position:static}}

/* Finalna korekta typografii — bez nachodzenia wierszy */
.hero h1 {
  line-height: 0.94;
  letter-spacing: -0.02em;
}
.section-head h2,
.about h2,
.coverage h2,
.faq h2,
.contact h2,
.showcase-content h2 {
  line-height: 1.04;
  letter-spacing: -0.015em;
}
.service-card h3,
.process-list h3,
.accordion summary,
.coverage-map > p {
  line-height: 1.12;
  letter-spacing: 0;
}
.subpage-hero h1,
.service-body h2 {
  line-height: 1.06;
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  .hero h1 { line-height: 0.98; }
  .section-head h2,
  .about h2,
  .coverage h2,
  .faq h2,
  .contact h2,
  .showcase-content h2,
  .subpage-hero h1,
  .service-body h2 { line-height: 1.08; }
}

@media (max-width: 620px) {
  .hero h1 { line-height: 1.01; letter-spacing: -0.01em; }
  .section-head h2,
  .about h2,
  .coverage h2,
  .faq h2,
  .contact h2,
  .showcase-content h2,
  .subpage-hero h1,
  .service-body h2 { line-height: 1.12; letter-spacing: 0; }
}


/* Opinie Google */
.reviews{background:#f3f0e8;overflow:hidden}.reviews-head{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:48px}.reviews-head h2{font-family:"Barlow Condensed",sans-serif;font-size:clamp(3rem,6vw,6.2rem);line-height:1.05;letter-spacing:-.015em;margin:0}.reviews-head h2 em{font-style:normal;color:var(--accent)}.google-rating{display:flex;align-items:center;gap:18px;background:#fff;padding:20px 24px;min-width:220px;box-shadow:0 12px 40px rgba(23,23,20,.08)}.google-g{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;font-weight:800;font-size:1.6rem;background:#fff;border:1px solid #ddd;color:#4285f4}.google-rating strong{font-size:1.65rem;line-height:1}.google-rating small{display:block;color:#68685f;margin-top:3px}.review-stars{color:#f4b400;letter-spacing:.12em;font-size:1.08rem}.reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) minmax(270px,.8fr);gap:22px}.review-card,.reviews-cta{background:#fff;padding:32px;min-height:285px}.review-card{display:flex;flex-direction:column}.review-card-top{display:flex;align-items:center;gap:14px;margin-bottom:24px}.review-card-top div{display:grid;gap:4px}.review-card-top span{color:#76766d;font-size:.83rem}.review-avatar{display:grid!important;place-items:center;width:46px;height:46px;border-radius:50%;background:#171714;color:#fff!important;font-weight:800;font-size:1.05rem!important}.review-card blockquote{margin:18px 0 0;font-size:1.06rem;line-height:1.75;color:#41413b}.reviews-cta{background:#171714;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.reviews-cta-mark{font-size:2.4rem;color:var(--accent);line-height:1}.reviews-cta h3{font-family:"Barlow Condensed",sans-serif;font-size:2.1rem;line-height:1.08;margin:22px 0 12px}.reviews-cta p{color:rgba(255,255,255,.68);line-height:1.65;margin:0 0 24px}.reviews-cta .button{margin-top:auto}.reviews-source{font-size:.78rem;color:#77776f;margin:18px 0 0}.nav-links a[href="#opinie"]{white-space:nowrap}@media(max-width:1000px){.reviews-grid{grid-template-columns:1fr 1fr}.reviews-cta{grid-column:1/-1;min-height:auto}.reviews-head{align-items:flex-start}}@media(max-width:700px){.reviews-head{display:grid;gap:28px}.google-rating{width:100%}.reviews-grid{grid-template-columns:1fr}.reviews-cta{grid-column:auto}.review-card,.reviews-cta{padding:26px;min-height:auto}.reviews-head h2{line-height:1.1}}


/* Poprawka sekcji opinii na telefonach */
.reviews .container,
.reviews-head,
.reviews-grid,
.review-card,
.reviews-cta,
.review-card-top,
.review-card-top > div,
.google-rating {
  min-width: 0;
  max-width: 100%;
}

.review-card blockquote,
.reviews-cta p,
.review-card-top strong,
.review-card-top span {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 700px) {
  .reviews {
    overflow: clip;
  }

  .reviews-head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    margin-bottom: 28px;
  }

  .reviews-head h2 {
    font-size: clamp(2.65rem, 14vw, 4.25rem);
    line-height: 1.08;
    max-width: 100%;
  }

  .google-rating {
    width: 100%;
    min-width: 0;
    padding: 18px;
    box-sizing: border-box;
  }

  .reviews-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .review-card,
  .reviews-cta {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 22px 18px;
  }

  .review-card-top {
    align-items: flex-start;
    gap: 12px;
  }

  .review-avatar {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .review-card blockquote {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .review-stars {
    letter-spacing: .07em;
  }

  .reviews-cta .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


/* Bezpieczny formularz i polityka prywatności */
.contact-form button[disabled]{cursor:not-allowed;opacity:.62;filter:grayscale(.15)}
.privacy-check{display:flex!important;align-items:flex-start;gap:11px;font-size:.84rem!important;line-height:1.55!important;color:var(--muted)!important}
.privacy-check input{flex:0 0 18px;width:18px!important;height:18px!important;margin-top:2px;accent-color:var(--accent)}
.privacy-check span{display:block}.privacy-check a{text-decoration:underline;text-underline-offset:3px}
.subpage-hero--demolition{--sub-bg:url('img/rozbiorka-budynku-koparka.webp')}
.subpage-hero--excavator{--sub-bg:url('img/uslugi-koparka-roboty-ziemne.webp')}
.subpage-hero--lowloader{--sub-bg:url('img/transport-niskopodwoziowy-koparki.webp')}
.subpage-hero--tow{--sub-bg:url('img/laweta-do-10-ton-transport-maszyny.webp')}
.subpage-hero--aggregate{--sub-bg:url('img/transport-kruszywa-wywrotka.webp')}
.subpage-hero--trees{--sub-bg:url('img/wycinka-drzew-alpinistyczna.webp')}
.subpage-hero--privacy{--sub-bg:linear-gradient(135deg,#23231f,#171714)}
.privacy-content{max-width:920px}.privacy-content h2{margin:52px 0 16px;font-family:"Barlow Condensed",sans-serif;font-size:clamp(2.2rem,5vw,4rem);line-height:1.08}.privacy-content h3{margin:30px 0 10px}.privacy-content p,.privacy-content li{line-height:1.8;color:#55554e}.privacy-content ul{padding-left:1.25rem}.privacy-content a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:620px){.privacy-check{font-size:.8rem!important}}


/* SEO: rozbudowane podstrony usług i galeria realizacji */
.subpage-hero--plots{--sub-bg:url('img/przygotowanie-dzialki-roboty-ziemne.webp')}
.subpage-hero--realizations{--sub-bg:url('img/rozbiorki-wyburzenia-hazlach-cieszyn.webp')}
.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:9px}
.service-lead{font-size:1.12rem;color:#363630!important}
.service-picture{display:block;margin:34px 0}
.service-picture .service-photo{margin:0}
.service-scope{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;padding:0;list-style:none}
.service-scope li{position:relative;padding:11px 0 11px 27px;border-bottom:1px solid var(--line)}
.service-scope li::before{content:"✓";position:absolute;left:0;color:var(--accent-2);font-weight:900}
.service-faq{margin-top:72px;padding-top:54px;border-top:1px solid var(--line)}
.service-faq h2{font-size:clamp(2.4rem,4.8vw,4.4rem)}
.service-faq .accordion{margin-top:28px}
.service-faq details{border-color:var(--line)}
.service-faq summary{color:var(--ink)}
.service-faq details p{color:#555!important}
.section-actions{display:flex;justify-content:center;margin-top:42px}
@media(max-width:700px){.service-scope{grid-template-columns:1fr}.service-faq{margin-top:52px;padding-top:40px}}
