:root {
  --ink: #111514;
  --ink-2: #19201e;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #aeb5b2;
  --line: rgba(255,255,255,.13);
  --orange: #ff5a1f;
  --orange-2: #ff713d;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; padding: 12px 18px; background: var(--orange); color: #fff; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid var(--line); }
.header-inner { height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 184px; }
.brand > span:last-child { display: grid; line-height: 1; text-transform: uppercase; }
.brand strong { font-size: 16px; letter-spacing: .12em; }
.brand small { margin-top: 5px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .29em; }
.brand-mark { position: relative; width: 39px; height: 39px; display: block; border: 1px solid rgba(255,255,255,.35); overflow: hidden; }
.brand-mark i { position: absolute; left: 6px; width: 27px; height: 5px; background: var(--orange); transform: skew(-25deg); }
.brand-mark i:nth-child(1) { top: 8px; }.brand-mark i:nth-child(2) { top: 17px; }.brand-mark i:nth-child(3) { top: 26px; }
.desktop-nav { flex: 1; display: flex; justify-content: center; gap: clamp(18px, 2.7vw, 42px); }
.desktop-nav a { color: #d8dcda; font-size: 13px; font-weight: 700; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--orange); }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 21px; }
.button-accent { background: var(--orange); border-color: var(--orange); color: #fff; }
.button-accent:hover { background: var(--orange-2); }
.button-outline { border-color: rgba(255,255,255,.4); color: #fff; }
.button-outline:hover { border-color: #fff; background: rgba(255,255,255,.07); }
.button-light { background: #fff; color: var(--ink); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 46px; height: 44px; border: 1px solid var(--line); display: grid; place-content: center; gap: 5px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 20px; height: 2px; background: #fff; }
.mobile-menu nav { position: absolute; right: 0; top: 54px; width: 220px; display: grid; padding: 10px; background: #1c2422; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.mobile-menu nav a { padding: 12px; border-bottom: 1px solid var(--line); font-weight: 700; }

.hero { position: relative; min-height: 860px; padding: 176px 0 0; overflow: hidden; background: radial-gradient(circle at 72% 33%, #34413e 0, #202826 28%, #111514 67%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.28), transparent 43%); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero-copy { padding-bottom: 112px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: #d5d9d7; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #59605d; }
h1, h2 { margin: 20px 0 24px; font-weight: 800; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 760px; font-size: clamp(54px, 6.2vw, 90px); text-transform: uppercase; }
h2 { font-size: clamp(40px, 4.6vw, 66px); }
h1 em, h2 em { display: block; color: var(--orange); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: #c7cdca; font-size: 18px; line-height: 1.7; }
.hero-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; padding: 0; margin: 38px 0 34px; list-style: none; border-block: 1px solid var(--line); }
.hero-points li { display: grid; align-content: center; min-height: 76px; padding: 15px 18px; border-right: 1px solid var(--line); color: #e8ebe9; font-size: 12px; font-weight: 700; }
.hero-points li:first-child { padding-left: 0; }
.hero-points li:last-child { border-right: 0; }
.hero-points b { margin-bottom: 4px; color: var(--orange); font-size: 10px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.photo-link { display: inline-flex; gap: 22px; margin-top: 22px; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 5px; color: #dfe3e1; font-size: 13px; font-weight: 700; }
.hero-visual { position: relative; min-height: 590px; }
.industrial-art { position: absolute; inset: 0 -12vw 0 0; overflow: hidden; border-left: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,0)); }
.industrial-art::before, .industrial-art::after { content:""; position:absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.industrial-art::before { width: 480px; height: 480px; right: -70px; top: 20px; }.industrial-art::after { width: 300px; height: 300px; right: 20px; top: 110px; }
.beam { position: absolute; width: 500px; height: 78px; right: -65px; background: linear-gradient(#303a37, #090c0b 60%, #1e2724); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 25px 45px rgba(0,0,0,.45); transform: rotate(-22deg) skewX(-10deg); }
.beam::before { content:""; position:absolute; inset: 19px 0; border-block: 3px solid rgba(255,90,31,.85); background: rgba(255,90,31,.1); }
.beam-one { top: 100px; }.beam-two { top: 255px; right: -5px; }.beam-three { top: 410px; right: -95px; }
.spray-cloud { position:absolute; width: 260px; height: 260px; top: 185px; left: 30px; background: radial-gradient(circle, rgba(255,90,31,.24), transparent 63%); filter: blur(8px); }
.art-label { position:absolute; right: 45px; bottom: 30px; color: rgba(255,255,255,.06); font-size: 70px; font-weight: 900; line-height: .8; letter-spacing: -.06em; text-align: right; }
.location-card { position:absolute; left: -55px; bottom: 38px; z-index:2; width: min(360px, 86%); padding: 24px 27px; background: rgba(16,21,20,.92); border: 1px solid rgba(255,255,255,.14); border-left: 3px solid var(--orange); backdrop-filter: blur(12px); box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.location-card > span { display:block; color: var(--orange); font-size:10px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }.location-card strong { display:block; margin:5px 0 7px; font-size:22px; }.location-card p { margin:0; color:#bac1be; font-size:12px; line-height:1.6; }
.hero-strip { position:absolute; z-index:3; inset:auto 0 0; background: var(--orange); color:#fff; }
.strip-inner { min-height:66px; display:flex; align-items:center; justify-content:space-between; gap:24px; overflow:hidden; white-space:nowrap; font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }.strip-inner i { width:5px; height:5px; flex:0 0 auto; background:#fff; transform:rotate(45deg); }

.section { padding: 112px 0; }
.section-light { background: var(--paper); color: var(--ink); }
.section-warm { background: #e7e3da; color: var(--ink); }
.section-heading { margin-bottom: 55px; }
.split-heading { display:grid; grid-template-columns: 1.2fr .7fr; gap:90px; align-items:end; }
.section-heading h2 { margin-bottom:0; }
.section-heading > p { max-width:480px; margin:0; color:#59605d; font-size:15px; line-height:1.8; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid #d5d5d0; }
.service-card { min-height:280px; padding:28px 28px 32px; background:#f9f8f4; border-right:1px solid #d5d5d0; border-bottom:1px solid #d5d5d0; transition:background .25s, transform .25s; }
.service-card:nth-child(3n) { border-right:0; }.service-card:nth-child(n+4) { border-bottom:0; }
.service-card:hover { position:relative; z-index:1; background:#fff; transform:translateY(-5px); box-shadow:0 20px 50px rgba(17,21,20,.08); }
.card-top { display:flex; justify-content:space-between; color:#808682; font-size:11px; font-weight:800; }.card-top i { width:32px; height:32px; display:grid; place-items:center; border:1px solid #d0d1cd; color:var(--orange); font-size:17px; font-style:normal; }
.service-card h3 { margin:62px 0 12px; font-size:21px; }.service-card p { margin:0; color:#666c69; font-size:13px; line-height:1.75; }
.unusual-callout { margin-top:26px; padding:27px 30px; display:flex; align-items:center; justify-content:space-between; gap:25px; background:var(--ink); color:#fff; }
.unusual-callout > div { display:flex; align-items:center; gap:20px; }.unusual-callout p { margin:0; color:#c8cecb; font-size:14px; }.unusual-callout p strong { color:#fff; }.callout-mark { width:42px; height:42px; flex:0 0 auto; display:grid; place-items:center; border:1px solid rgba(255,255,255,.25); color:var(--orange); font-size:20px; font-weight:900; }.unusual-callout a { color:var(--orange); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; white-space:nowrap; }

.b2b { position:relative; overflow:hidden; background:linear-gradient(120deg,#151b1a,#232c29); }
.b2b::after { content:"B2B"; position:absolute; right:-25px; bottom:-115px; color:rgba(255,255,255,.025); font-size:420px; font-weight:900; line-height:1; }
.b2b-layout { position:relative; z-index:1; display:grid; grid-template-columns:1.25fr .75fr; gap:90px; align-items:start; }
.b2b-copy h2 { max-width:700px; }.section-lead { max-width:690px; color:#c6ccca; font-size:16px; line-height:1.8; }
.b2b-list { display:grid; grid-template-columns:1fr 1fr; gap:0 34px; margin:48px 0 42px; }
.b2b-list > div { display:flex; gap:17px; padding:21px 0; border-top:1px solid var(--line); }.b2b-list b { color:var(--orange); font-size:10px; }.b2b-list span { display:grid; gap:5px; }.b2b-list strong { font-size:14px; }.b2b-list small { color:#aeb6b3; font-size:12px; line-height:1.55; }
.b2b-panel { padding:38px; background:var(--orange); color:#fff; box-shadow:0 30px 80px rgba(0,0,0,.25); }.panel-label { padding-bottom:25px; border-bottom:1px solid rgba(255,255,255,.35); font-size:10px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.b2b-panel ul { padding:0; margin:0; list-style:none; }.b2b-panel li { min-height:61px; display:flex; align-items:center; gap:16px; border-bottom:1px solid rgba(255,255,255,.3); font-size:14px; font-weight:800; }.b2b-panel li span { font-size:9px; opacity:.75; }.b2b-panel p { margin:28px 0 0; font-size:12px; line-height:1.7; }

.two-column { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; }.two-column h2 { margin-bottom:0; }.individual-content > p:first-child { margin:44px 0 28px; color:#565d5a; font-size:17px; line-height:1.8; }
.tag-cloud { display:flex; flex-wrap:wrap; gap:9px; }.tag-cloud span { padding:12px 16px; background:#f6f4ee; border:1px solid #d2d0c8; font-size:12px; font-weight:800; }.small-note { margin:25px 0 0; padding-left:18px; border-left:2px solid var(--orange); color:#676d69; font-size:12px; }

.prep { background:#101514; }.prep-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:center; }
.prep-visual { position:relative; min-height:540px; border:1px solid var(--line); background:linear-gradient(140deg,#29322f,#151a19); overflow:hidden; }.prep-visual > span { position:relative; z-index:2; display:block; padding:22px; border-bottom:1px solid var(--line); color:#68716d; font-size:10px; font-weight:800; }
.surface { position:absolute; width:310px; height:148px; right:-45px; display:grid; place-items:center; transform:skewY(-9deg); font-size:42px; font-weight:900; letter-spacing:-.05em; box-shadow:0 30px 45px rgba(0,0,0,.35); }.surface.before { top:105px; color:#7a4d38; background:repeating-radial-gradient(circle at 30% 20%,#65412f 0 2px,#392d27 3px 8px); }.surface.after { top:292px; right:34px; color:rgba(255,255,255,.22); background:linear-gradient(135deg,#fc7442,#d13a09); }
.prep-copy > p { max-width:650px; color:#b8bfbc; line-height:1.8; }.prep-points { margin-top:38px; }.prep-points article { padding:21px 0 21px 24px; border-top:1px solid var(--line); border-left:2px solid transparent; }.prep-points article:hover { border-left-color:var(--orange); }.prep-points h3 { margin:0 0 7px; font-size:15px; }.prep-points p { margin:0; color:#9fa7a4; font-size:12px; line-height:1.65; }.prep-points .confirmation { border:1px dashed rgba(255,90,31,.45); padding:20px 23px; }.prep-points .confirmation h3 { color:var(--orange); font-size:11px; letter-spacing:.1em; }

.process-list { display:grid; grid-template-columns:repeat(7,1fr); padding:0; margin:0; list-style:none; border-top:1px solid #cdd0cb; }.process-list li { position:relative; min-height:255px; padding:25px 19px 20px; border-right:1px solid #cdd0cb; }.process-list li:first-child { border-left:1px solid #cdd0cb; }.process-list li::after { content:""; position:absolute; right:-4px; top:-4px; width:7px; height:7px; background:var(--orange); transform:rotate(45deg); }.process-list > li > span { color:var(--orange); font-size:10px; font-weight:900; }.process-list div { margin-top:80px; }.process-list h3 { margin:0 0 9px; font-size:14px; }.process-list p { margin:0; color:#686e6b; font-size:11px; line-height:1.6; }

.local-section { background:#1a2220; }.local-layout { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }.local-map { position:relative; min-height:430px; overflow:hidden; border:1px solid var(--line); background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:35px 35px; }.local-map::before { content:""; position:absolute; width:250px; height:250px; left:90px; top:70px; border:1px solid rgba(255,90,31,.25); border-radius:50%; box-shadow:0 0 0 65px rgba(255,90,31,.035),0 0 0 130px rgba(255,90,31,.02); }.route-line { position:absolute; width:230px; height:100px; top:153px; left:120px; border-top:2px dashed var(--orange); transform:rotate(28deg); }.map-point { position:absolute; z-index:2; display:grid; grid-template-columns:18px auto; align-items:center; gap:7px; font-size:12px; font-weight:800; }.map-point i { width:12px; height:12px; background:var(--orange); border:3px solid #fff; border-radius:50%; box-shadow:0 0 0 5px rgba(255,90,31,.23); }.point-a { left:75px; top:115px; }.point-b { right:40px; bottom:108px; }.point-b small { grid-column:2; color:var(--orange); font-size:9px; text-transform:uppercase; letter-spacing:.12em; }.map-caption { position:absolute; left:22px; bottom:20px; color:#6f7975; font-size:9px; font-weight:900; letter-spacing:.2em; }.local-copy > p { color:#b9c0bd; line-height:1.8; }.truth-note { margin-top:28px; display:flex; gap:18px; padding:20px; border:1px solid var(--line); }.truth-note b { color:var(--orange); font-size:11px; text-transform:uppercase; letter-spacing:.1em; }.truth-note span { color:#bdc4c1; font-size:12px; }

.gallery-grid { display:grid; grid-template-columns:repeat(12,1fr); grid-auto-rows:260px; gap:14px; }.gallery-item { position:relative; margin:0; overflow:hidden; background:#222a28; }.gallery-1,.gallery-4 { grid-column:span 7; }.gallery-2,.gallery-3 { grid-column:span 5; }.gallery-5,.gallery-6 { grid-column:span 6; }.placeholder-art { position:absolute; inset:0; background:linear-gradient(135deg,#202725,#303a37); }.placeholder-art::before { content:""; position:absolute; width:65%; height:75%; top:12%; left:18%; border:1px solid rgba(255,255,255,.08); transform:skew(-15deg); }.placeholder-art i { position:absolute; height:25px; background:linear-gradient(90deg,#35413d,#151a18); border:1px solid rgba(255,255,255,.1); transform:rotate(-18deg); }.placeholder-art i:nth-child(1) { width:70%; top:30%; left:22%; }.placeholder-art i:nth-child(2) { width:54%; top:49%; left:12%; }.placeholder-art i:nth-child(3) { width:62%; top:67%; left:29%; }.gallery-item:nth-child(even) .placeholder-art i:nth-child(2),.gallery-item:nth-child(3n) .placeholder-art i:nth-child(1) { background:linear-gradient(90deg,#732f18,var(--orange)); }.gallery-item figcaption { position:absolute; inset:auto 0 0; display:flex; gap:18px; padding:20px; background:linear-gradient(transparent,rgba(6,8,8,.9)); }.gallery-item figcaption > span { color:var(--orange); font-size:10px; font-weight:900; }.gallery-item figcaption div { display:grid; gap:4px; }.gallery-item strong { color:#fff; font-size:15px; }.gallery-item small { color:#9fa7a4; font-size:9px; text-transform:uppercase; letter-spacing:.09em; }

.faq-section { background:#111514; }.faq-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:90px; align-items:start; }.faq-intro { position:sticky; top:30px; }.faq-intro p { max-width:400px; margin:0 0 32px; color:#aeb6b3; line-height:1.8; }.faq-list { border-top:1px solid var(--line); }.faq-list details { border-bottom:1px solid var(--line); }.faq-list summary { min-height:77px; display:grid; grid-template-columns:38px 1fr 30px; align-items:center; gap:12px; cursor:pointer; list-style:none; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { color:var(--orange); font-size:9px; font-weight:900; }.faq-list summary strong { font-size:14px; }.faq-list summary i { width:28px; height:28px; display:grid; place-items:center; border:1px solid var(--line); color:var(--orange); font-style:normal; transition:transform .2s; }.faq-list details[open] summary i { transform:rotate(45deg); }.faq-list details > p { margin:0; padding:0 52px 24px 50px; color:#aab2af; font-size:13px; line-height:1.75; }

.contact-section { position:relative; padding:105px 0; overflow:hidden; background:var(--orange); }.contact-grid { opacity:.2; }.contact-layout { position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:85px; align-items:center; }.contact-copy h2 em { color:#fff; }.contact-copy p { max-width:600px; color:rgba(255,255,255,.85); font-size:17px; line-height:1.8; }.contact-copy .eyebrow span { background:#fff; }.contact-card { padding:34px; background:#151b1a; box-shadow:0 35px 90px rgba(72,19,0,.28); }.contact-actions { display:grid; grid-template-columns:1fr 1fr; gap:9px; padding-bottom:25px; border-bottom:1px solid var(--line); }.contact-card dl { margin:0; }.contact-card dl > div { display:grid; grid-template-columns:140px 1fr; gap:20px; padding:15px 0; border-bottom:1px solid var(--line); }.contact-card dt { color:#8f9894; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }.contact-card dd { margin:0; color:#fff; font-size:12px; font-weight:700; text-align:right; }.contact-card dd a { color:#fff; }

.site-footer { padding:55px 0 22px; background:#090c0b; }.footer-layout { display:grid; grid-template-columns:.6fr 1fr .5fr; gap:60px; align-items:start; }.footer-layout > p { max-width:490px; margin:0; color:#818a86; font-size:12px; line-height:1.8; }.footer-layout > div { display:grid; justify-content:end; gap:8px; font-size:12px; font-weight:700; }.footer-layout > div a:hover { color:var(--orange); }.footer-bottom { margin-top:45px; padding-top:18px; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.08); color:#5e6763; font-size:9px; text-transform:uppercase; letter-spacing:.1em; }.mobile-cta { display:none; }

@media (max-width: 980px) {
  .desktop-nav { display:none; }.header-phone { margin-left:auto; }.mobile-menu { display:block; }.hero { min-height:auto; padding-top:150px; }.hero-layout { grid-template-columns:1fr; }.hero-copy { padding-bottom:20px; }.hero-visual { min-height:470px; }.industrial-art { inset:0; }.location-card { left:20px; }.hero-strip { position:relative; margin-top:50px; }.split-heading,.b2b-layout,.prep-layout,.local-layout,.contact-layout { grid-template-columns:1fr; }.split-heading { gap:25px; }.service-grid { grid-template-columns:repeat(2,1fr); }.service-card:nth-child(3n) { border-right:1px solid #d5d5d0; }.service-card:nth-child(2n) { border-right:0; }.service-card:nth-child(4) { border-bottom:1px solid #d5d5d0; }.b2b-layout,.prep-layout,.local-layout,.contact-layout { gap:55px; }.b2b-panel { max-width:650px; }.two-column,.faq-layout { grid-template-columns:1fr; gap:30px; }.individual-content > p:first-child { margin-top:0; }.process-list { grid-template-columns:repeat(4,1fr); }.process-list li { border-bottom:1px solid #cdd0cb; }.process-list li:nth-child(5) { border-left:1px solid #cdd0cb; }.faq-intro { position:static; }.contact-card { max-width:650px; }
}

@media (max-width: 680px) {
  .shell { width:min(calc(100% - 28px),var(--max)); }.site-header { position:absolute; }.header-inner { height:78px; gap:10px; }.brand { min-width:0; margin-right:auto; }.brand > span:last-child { display:none; }.header-phone { min-height:42px; padding-inline:16px; font-size:11px; }.section { padding:76px 0; }.hero { padding-top:126px; }.hero-layout { gap:30px; } h1 { font-size:clamp(45px,14vw,66px); }.hero-lead { font-size:15px; }.hero-points { grid-template-columns:1fr; }.hero-points li,.hero-points li:first-child { min-height:58px; padding:11px 0; border-right:0; border-bottom:1px solid var(--line); }.hero-points li:last-child { border-bottom:0; }.hero-actions { display:grid; grid-template-columns:1fr 1fr; }.hero-actions .button { padding-inline:12px; font-size:10px; }.hero-visual { min-height:390px; }.beam { width:400px; height:63px; }.beam-one { top:65px; }.beam-two { top:185px; }.beam-three { top:300px; }.art-label { right:18px; font-size:51px; }.location-card { left:0; bottom:15px; padding:19px; }.location-card strong { font-size:18px; }.strip-inner { justify-content:flex-start; overflow:hidden; }.strip-inner span:nth-of-type(n+3),.strip-inner i:nth-of-type(n+2) { display:none; }.split-heading { display:block; }.split-heading > p { margin-top:24px; }.service-grid { grid-template-columns:1fr; }.service-card,.service-card:nth-child(n) { min-height:235px; border-right:0; border-bottom:1px solid #d5d5d0; }.service-card:last-child { border-bottom:0; }.service-card h3 { margin-top:45px; }.unusual-callout { align-items:flex-start; flex-direction:column; }.unusual-callout > div { align-items:flex-start; }.b2b::after { font-size:240px; }.b2b-list { grid-template-columns:1fr; }.b2b-panel { padding:27px 22px; }.two-column { gap:18px; }.prep-visual { min-height:390px; }.surface { width:250px; height:110px; font-size:32px; }.surface.before { top:85px; }.surface.after { top:240px; }.process-list { grid-template-columns:1fr 1fr; }.process-list li { min-height:210px; }.process-list li:nth-child(odd) { border-left:1px solid #cdd0cb; }.process-list li:nth-child(5) { border-left:1px solid #cdd0cb; }.process-list div { margin-top:46px; }.local-map { min-height:340px; }.local-map::before { left:25px; }.route-line { left:65px; width:180px; }.point-a { left:32px; }.point-b { right:15px; }.gallery-grid { grid-template-columns:1fr; grid-auto-rows:235px; }.gallery-item[class*="gallery-"] { grid-column:auto; }.faq-list summary { grid-template-columns:29px 1fr 30px; }.faq-list details > p { padding-left:41px; padding-right:15px; }.contact-section { padding:75px 0; }.contact-card { padding:22px 18px; }.contact-actions { grid-template-columns:1fr; }.contact-card dl > div { grid-template-columns:1fr; gap:5px; }.contact-card dd { text-align:left; }.footer-layout { grid-template-columns:1fr; gap:28px; }.footer-layout > div { justify-content:start; grid-template-columns:repeat(4,auto); gap:17px; }.footer-bottom { padding-bottom:68px; gap:14px; flex-direction:column; }.mobile-cta { position:fixed; z-index:50; inset:auto 0 0; display:grid; grid-template-columns:1fr 1fr; padding:8px; background:#090c0b; border-top:1px solid var(--line); }.mobile-cta a { min-height:48px; display:grid; place-items:center; color:#fff; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }.mobile-cta a:first-child { background:var(--orange); }.mobile-cta a:last-child { border:1px solid rgba(255,255,255,.22); }
}

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

.gallery-item > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.industrial-art > img { position:absolute; inset:0; z-index:1; width:100%; height:100%; object-fit:cover; }

/* Strona regionalna i podstrony miast */
.header-inner > a:first-child { flex:0 0 auto; }
.city-nav { display:flex; align-items:center; gap:14px; margin-left:22px; padding-left:22px; border-left:1px solid var(--line); }
.city-nav a { color:#adb5b2; font-size:9px; font-weight:900; letter-spacing:.07em; text-transform:uppercase; white-space:nowrap; }
.city-nav a:hover { color:var(--orange); }
.header-inner .desktop-nav { margin-left:auto; gap:15px; }
.header-inner .desktop-nav a { font-size:9px; }
.breadcrumbs { display:flex; gap:8px; margin-bottom:22px; color:#8f9995; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.breadcrumbs a:hover { color:var(--orange); }
.transport-banner { color:#fff; background:#e84911; }
.transport-banner > .shell { min-height:130px; display:grid; grid-template-columns:72px 1fr auto; align-items:center; gap:26px; }
.transport-icon { width:64px; height:64px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.45); font-size:30px; font-weight:900; }
.transport-banner strong { display:block; margin-bottom:6px; font-size:22px; }
.transport-banner p { max-width:760px; margin:0; color:rgba(255,255,255,.83); font-size:13px; line-height:1.6; }
.transport-banner a { padding:15px 0; border-bottom:2px solid #fff; font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; white-space:nowrap; }
.city-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid #d5d5d0; }
.city-card { min-height:330px; display:flex; flex-direction:column; padding:28px; color:var(--ink); background:#f9f8f4; border-right:1px solid #d5d5d0; transition:.25s; }
.city-card:last-child { border-right:0; }
.city-card:hover { position:relative; z-index:1; background:#fff; transform:translateY(-6px); box-shadow:0 22px 55px rgba(17,21,20,.1); }
.city-card > span { color:var(--orange); font-size:11px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.city-card h3 { margin:55px 0 16px; font-size:22px; }
.city-card p { margin:0 0 22px; color:#646b68; font-size:12px; line-height:1.7; }
.city-card b { margin-top:auto; color:#d7420d; font-size:10px; text-transform:uppercase; letter-spacing:.07em; }
.distance-note { margin:18px 0 0; color:#737a77; font-size:10px; }
.distance-locator { position:relative; min-height:430px; display:grid; grid-template-rows:auto 1fr auto; align-items:center; padding:45px; overflow:hidden; border:1px solid var(--line); background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:35px 35px; }
.distance-locator::before { content:""; position:absolute; width:280px; height:280px; left:50%; top:50%; border:1px solid rgba(255,90,31,.22); border-radius:50%; transform:translate(-50%,-50%); box-shadow:0 0 0 70px rgba(255,90,31,.035),0 0 0 140px rgba(255,90,31,.018); }
.distance-locator > span { position:relative; z-index:2; font-size:17px; font-weight:900; }
.locator-to { text-align:right; }.locator-to small { display:block; margin-top:5px; color:var(--orange); font-size:9px; text-transform:uppercase; letter-spacing:.1em; }
.locator-route { position:relative; z-index:2; display:grid; grid-template-columns:12px 1fr 12px; align-items:center; gap:12px; }
.locator-route::before { content:""; position:absolute; z-index:-1; left:8px; right:8px; border-top:2px dashed var(--orange); }
.locator-route i { width:12px; height:12px; background:var(--orange); border:3px solid #fff; border-radius:50%; box-shadow:0 0 0 5px rgba(255,90,31,.2); }
.locator-route b { justify-self:center; padding:11px 18px; color:#fff; background:#1a2220; border:1px solid var(--orange); font-size:25px; }
.distance-locator > em { position:absolute; left:20px; bottom:18px; color:#73807b; font-size:9px; font-style:normal; text-transform:uppercase; letter-spacing:.12em; }
.contact-company { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; padding-bottom:16px; border-bottom:1px solid var(--line); }
.contact-company small { color:#8f9894; font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.contact-company strong { color:#fff; font-size:18px; letter-spacing:.08em; }
.gallery-7,.gallery-8 { grid-column:span 6; }

@media (max-width:1180px) {
  .city-nav { gap:9px; margin-left:10px; padding-left:10px; }.city-nav a { font-size:8px; }.header-inner .desktop-nav { display:none; }
}
@media (max-width:980px) {
  .city-nav { display:none; }.city-grid { grid-template-columns:1fr 1fr; }.city-card:nth-child(2) { border-right:0; }.city-card:nth-child(-n+2) { border-bottom:1px solid #d5d5d0; }
  .transport-banner > .shell { grid-template-columns:58px 1fr; padding-block:24px; }.transport-icon { width:52px; height:52px; }.transport-banner a { grid-column:2; justify-self:start; }.transport-banner strong { font-size:19px; }
}
@media (max-width:680px) {
  .city-grid { grid-template-columns:1fr; }.city-card,.city-card:nth-child(n) { min-height:260px; border-right:0; border-bottom:1px solid #d5d5d0; }.city-card:last-child { border-bottom:0; }.city-card h3 { margin-top:38px; }
  .transport-banner > .shell { grid-template-columns:1fr; gap:12px; }.transport-icon { width:46px; height:46px; }.transport-banner a { grid-column:1; }.distance-locator { min-height:340px; padding:30px 24px; }.locator-route b { font-size:20px; }.gallery-7,.gallery-8 { grid-column:auto; }
}
