/*
Theme Name: P.K. Scaffold Tower Hire
Theme URI: https://www.scaffoldtowercy.com/
Author: P.K. Scaffold Tower Hire Ltd.
Description: A responsive one-page WordPress theme for P.K. Scaffold Tower Hire in Paphos, Cyprus.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: pk-scaffold-tower-hire
*/

:root {
  --ink: #0c1725;
  --ink-soft: #18283a;
  --safety: #f2c400;
  --safety-light: #ffdf43;
  --paper: #f4f1e8;
  --white: #ffffff;
  --muted: #607080;
  --line: #d9d5ca;
  --font-display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.topbar { background: var(--safety); color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; }
.topbar a { border-bottom: 1px solid rgba(12,23,37,.35); }

.site-header { position: absolute; left: 0; right: 0; z-index: 10; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 210px; height: auto; image-rendering: auto; }
.site-header .site-navigation { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-header .site-navigation a { position: relative; color: white; font-size: 13px; font-weight: 700; line-height: normal; }
.site-header .site-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--safety); transition: right .25s ease; }
.site-header .site-navigation a:hover::after { right: 0; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 22px; border: 0; background: var(--safety); color: var(--ink); font-weight: 800; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--safety-light); }
.button span { font-size: 20px; line-height: 1; }
.button-small { min-height: 44px; padding: 0 17px; gap: 14px; }

.hero { position: relative; min-height: clamp(730px, 52vw, 900px); display: flex; align-items: center; overflow: hidden; color: white; background: #063a9b; }
.hero-image { position: absolute; inset: 0; background-image: url('assets/images/hero-enhanced.webp'); background-repeat: no-repeat; background-size: contain; background-position: right center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,73,.78) 0%, rgba(4,31,91,.42) 44%, rgba(4,36,110,.08) 74%, rgba(4,36,110,0) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--safety); }
.hero-content { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-top: 120px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--safety); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #a88400; }
.hero h1, .section h2, .price-list-section h2, .process h2, .projects-section h2, .quote-section h2, .final-cta h2 { margin: 0; font-family: var(--font-display); font-weight: 700; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 { max-width: 700px; font-size: clamp(68px, 8.1vw, 116px); line-height: .82; }
.hero h1 em { color: var(--safety); font-style: normal; }
.hero-lead { max-width: 600px; margin: 32px 0 0; color: #dce3e8; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 3px; }
.availability-card { width: 262px; flex: 0 0 262px; padding: 24px; background: rgba(10,24,38,.86); border: 1px solid rgba(255,255,255,.21); backdrop-filter: blur(8px); }
.status-dot { display: block; width: 9px; height: 9px; margin-bottom: 18px; border-radius: 50%; background: #48cf78; box-shadow: 0 0 0 6px rgba(72,207,120,.12); }
.availability-card p { margin: 0 0 8px; color: #bac5cd; font-size: 12px; }
.availability-card strong { display: block; font: 600 24px/1.16 var(--font-display); text-transform: uppercase; }
.availability-card a { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); color: var(--safety); font-size: 12px; font-weight: 800; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { min-height: 106px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-left: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 1px solid var(--line); }
.trust-grid strong { font: 700 24px/1 var(--font-display); text-transform: uppercase; }
.trust-grid span { margin-top: 8px; color: var(--muted); font-size: 12px; }

.section { padding: 118px 0; }
.section-heading h2, .price-list-section h2, .process h2, .projects-section h2, .quote-section h2 { font-size: clamp(48px, 6vw, 76px); line-height: .92; }
.split-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 60px; }
.service-card { position: relative; min-height: 360px; padding: 30px; overflow: hidden; background: white; border: 1px solid #e2ded3; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(27,37,48,.09); }
.service-number { color: #a5aeb5; font: 600 13px/1 var(--font-display); }
.service-icon { width: 68px; height: 86px; margin: 38px 0 30px; padding: 7px 10px; border-left: 4px solid var(--safety); border-right: 4px solid var(--safety); display: flex; flex-direction: column; justify-content: space-between; }
.service-icon span { height: 4px; background: var(--ink); transform: skewY(-7deg); }
.service-card:nth-child(2) .service-icon { transform: rotate(90deg) scale(.83); }
.service-card:nth-child(3) .service-icon span:nth-child(2) { transform: skewY(7deg); }
.service-card h3 { margin: 0; font: 700 29px/1 var(--font-display); text-transform: uppercase; }
.service-card p { margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 5px; background: var(--safety); transition: width .25s ease; }
.service-card:hover::after { width: 100%; }

.price-list-section { padding: 110px 0; background: #e8e5dc; border-top: 1px solid var(--line); }
.price-intro { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; }
.price-intro > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 56px; }
.price-card { overflow: hidden; background: white; border: 1px solid #d8d5cb; box-shadow: 0 18px 45px rgba(27,37,48,.07); }
.price-card-header { min-height: 148px; display: flex; align-items: center; justify-content: space-between; padding: 24px 32px; background: var(--ink); color: white; border-bottom: 5px solid var(--safety); }
.price-card-header span:not(.price-card-number) { display: block; color: var(--safety); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.price-card-header h3 { margin: 5px 0 0; font: 700 68px/.82 var(--font-display); letter-spacing: -.03em; text-transform: uppercase; }
.price-card-number { align-self: flex-start; color: rgba(255,255,255,.35); font: 600 14px/1 var(--font-display); }
.price-card table { width: 100%; border-collapse: collapse; }
.price-card caption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.price-card thead { background: #f5f3ec; }
.price-card th, .price-card td { padding: 17px 32px; border-bottom: 1px solid #e2ded3; text-align: left; }
.price-card thead th { color: #7b8791; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.price-card th:last-child, .price-card td:last-child { text-align: right; }
.price-card tbody th { font-size: 15px; font-weight: 700; }
.price-card tbody td { color: var(--ink); font: 700 29px/1 var(--font-display); }
.price-card tbody tr:last-child { background: rgba(242,196,0,.12); }
.price-card tbody tr:last-child th, .price-card tbody tr:last-child td { border-bottom: 0; }
.price-notes { display: grid; grid-template-columns: .75fr 1.45fr 1.1fr; margin-top: 24px; background: var(--safety); }
.price-notes > div { min-height: 120px; padding: 25px 28px; border-right: 1px solid rgba(12,23,37,.2); }
.price-notes > div:last-child { border-right: 0; }
.price-notes strong { display: block; font: 700 22px/1 var(--font-display); text-transform: uppercase; }
.price-notes p { margin: 9px 0 0; font-size: 12px; font-weight: 600; line-height: 1.6; }

.process { padding: 105px 0; color: white; background: var(--ink); }
.process-inner { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; align-items: center; }
.process h2 { color: white; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; background: var(--safety); color: var(--ink); font: 700 19px var(--font-display); }
.steps strong { display: block; font: 600 22px/1.1 var(--font-display); text-transform: uppercase; }
.steps p { margin: 8px 0 0; color: #aab7c2; font-size: 13px; line-height: 1.5; }

.uses-band { overflow: hidden; background: var(--safety); }
.uses-track { display: flex; width: max-content; animation: ticker 28s linear infinite; }
.uses-track span { min-height: 76px; display: inline-flex; align-items: center; gap: 34px; padding: 0 34px; font: 700 24px/1 var(--font-display); text-transform: uppercase; white-space: nowrap; }
.uses-track b { font-weight: 400; font-size: 32px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.safety-photo { position: relative; min-height: 610px; background: #d3d7d7 url('assets/images/scaffold-service.png') center/cover no-repeat; }
.safety-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,19,31,.52), transparent 45%); }
.photo-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px; color: white; }
.photo-label small { display: block; color: var(--safety); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.photo-label strong { display: block; margin-top: 7px; font: 600 27px/1 var(--font-display); text-transform: uppercase; }
.safety-copy h2 { font-size: clamp(50px, 5.6vw, 76px); line-height: .9; }
.section-intro { margin: 28px 0 0; color: var(--muted); line-height: 1.75; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; }
.check-list li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.check-list span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; background: var(--safety); font-size: 12px; }
.safety-note { margin: 28px 0 0; padding: 18px 20px; background: white; border-left: 4px solid var(--safety); color: var(--muted); font-size: 13px; line-height: 1.65; }
.safety-note strong { color: var(--ink); }

.projects-section { padding: 110px 0 100px; overflow: hidden; background: var(--white); color: var(--ink); }
.projects-section .eyebrow { color: #a88400; }
.projects-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.project-controls { display: flex; align-items: center; gap: 18px; }
.project-controls button { width: 52px; height: 52px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(12,23,37,.28); background: white; color: var(--ink); transition: border-color .2s, background .2s, color .2s; }
.project-controls button:hover { border-color: var(--safety); background: var(--safety); color: var(--ink); }
.project-controls button:focus-visible, .project-dots button:focus-visible { outline: 3px solid var(--safety); outline-offset: 3px; }
.project-controls button span { font-size: 23px; line-height: 1; }
.project-controls p { min-width: 62px; margin: 0; color: #7c8b99; font: 600 16px/1 var(--font-display); text-align: center; }
.project-controls p strong { color: #a88400; font-size: 25px; }
.projects-window { margin-top: 50px; overflow: hidden; border: 1px solid var(--line); border-bottom: 5px solid var(--safety); box-shadow: 0 20px 55px rgba(12,23,37,.08); }
.projects-track { display: flex; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.project-slide { min-width: 100%; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr); background: white; }
.project-image-wrap { position: relative; min-height: 610px; overflow: hidden; background: #142538; }
.project-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(8,18,30,.28)); pointer-events: none; }
.project-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; }
.project-image-sprite { position: absolute; inset: 0; background-image: url('assets/images/projects/villa-tree-landscape.webp'); background-repeat: no-repeat; background-size: auto 200%; }
.project-image-sprite-top { background-position: center top; }
.project-image-sprite-bottom { background-position: center bottom; }
.project-caption { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; padding: 36px 32px 42px; border-left: 1px solid var(--line); }
.project-caption > span { color: #a88400; font: 600 14px/1 var(--font-display); }
.project-caption h3 { margin: 0; color: var(--ink); font: 700 40px/.95 var(--font-display); letter-spacing: -.02em; text-transform: uppercase; }
.project-caption p { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.project-dots { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; }
.project-dots button { width: 34px; height: 4px; padding: 0; border: 0; background: #c7cbd0; transition: width .25s, background .25s; }
.project-dots button[aria-pressed="true"] { width: 58px; background: var(--safety); }

.quote-section { padding: 110px 0; background: #142538; color: white; }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.quote-copy > p:not(.eyebrow) { max-width: 410px; margin: 28px 0 0; color: #afbdc8; line-height: 1.7; }
.quote-contact { margin-top: 65px; }
.quote-contact small { display: block; color: #8798a6; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.quote-contact a { display: block; margin-top: 6px; color: var(--safety); font: 600 33px/1 var(--font-display); }
.quote-form { padding: 40px; background: white; color: var(--ink); }
.quote-form label { display: block; margin-bottom: 20px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 9px; border: 1px solid #d6d9dc; border-radius: 0; background: #f8f8f5; color: var(--ink); outline: 0; padding: 14px; font-size: 14px; text-transform: none; letter-spacing: normal; resize: vertical; transition: border .2s, box-shadow .2s; }
.quote-form input, .quote-form select { height: 50px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #b89a0d; box-shadow: 0 0 0 3px rgba(242,196,0,.16); }
.form-button { width: 100%; margin-top: 3px; }
.form-note { margin: 14px 0 0; color: #34794a; font-size: 12px; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; width: 100%; min-height: 76px; display: flex; align-items: center; padding: 0 54px 0 0; list-style: none; font: 600 21px/1.2 var(--font-display); text-transform: uppercase; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::marker { content: ""; }
.faq-list summary .faq-toggle-icon { position: absolute; top: 50%; right: 0; width: 32px; height: 32px; display: grid; place-items: center; margin: 0; color: #a88700; font: 400 27px/1 var(--font-body); transform: translateY(-50%); transform-origin: center; transition: transform .2s; pointer-events: none; }
.faq-list details[open] summary .faq-toggle-icon { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { margin: -4px 42px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding: 70px 0; background: var(--safety); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta p { margin: 0 0 6px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.final-cta h2 { font-size: clamp(40px, 5vw, 60px); line-height: .95; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #263b50; }

footer { padding: 75px 0 26px; background: #08121e; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.25fr 1fr; gap: 55px; }
.brand-footer { margin-bottom: 24px; }
.brand-footer .brand-logo { width: 260px; }
.footer-grid > div:first-child > p { max-width: 290px; color: #91a0ac; font-size: 13px; line-height: 1.65; }
.footer-grid h3 { margin: 0 0 18px; color: var(--safety); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a, .footer-grid div > p { display: block; margin: 0 0 10px; color: #afbac4; font-size: 13px; line-height: 1.65; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #73818e; font-size: 11px; }
.footer-bottom p { margin: 0; }
.mobile-call { display: none; }
.scroll-top { position: fixed; z-index: 30; right: 28px; bottom: 28px; width: 52px; height: 52px; display: grid; place-items: center; padding: 0; border: 2px solid var(--ink); background: var(--safety); color: var(--ink); box-shadow: 0 10px 28px rgba(0,0,0,.22); opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .22s ease, visibility .22s ease, transform .22s ease, background .22s ease; }
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--safety-light); transform: translateY(-3px); }
.scroll-top:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.scroll-top span { font-size: 27px; font-weight: 800; line-height: 1; }

@media (max-width: 980px) {
  .site-header .site-navigation { display: none; }
  .hero { min-height: 700px; }
  .hero-content { align-items: flex-start; }
  .availability-card { margin-top: 250px; }
  .split-heading, .price-intro, .process-inner, .quote-grid, .faq-grid { gap: 55px; }
  .safety-grid { gap: 45px; }
  .project-image-wrap { min-height: 520px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 620px); }
  .topbar-inner { min-height: 36px; }
  .topbar p { font-size: 9px; }
  .topbar a { font-size: 9px; }
  .site-header { position: absolute; }
  .nav-wrap { height: 74px; }
  .nav-wrap > .button { display: none; }
  .brand-logo { width: 162px; }
  .hero { min-height: auto; display: block; padding-top: 64.55vw; background: #061b48; }
  .hero-image { bottom: auto; height: 64.55vw; background-size: 100% 100%; background-position: center top; }
  .hero-shade { bottom: auto; height: 64.55vw; background: linear-gradient(90deg, rgba(4,22,73,.36) 0%, rgba(4,31,91,.1) 52%, rgba(4,36,110,0) 100%); }
  .hero-content { display: block; padding-top: 58px; padding-bottom: 76px; }
  .hero h1 { font-size: clamp(64px, 20vw, 88px); }
  .hero-lead { font-size: 16px; line-height: 1.6; }
  .hero-actions { gap: 20px; }
  .availability-card { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { min-height: 92px; padding: 0 15px; }
  .trust-grid div:nth-child(3) { border-top: 1px solid var(--line); }
  .trust-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .trust-grid strong { font-size: 20px; }
  .trust-grid span { font-size: 10px; }
  .section { padding: 82px 0; }
  .split-heading, .price-intro, .price-grid, .price-notes, .safety-grid, .process-inner, .quote-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-heading, .price-intro { gap: 28px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .service-card { min-height: 300px; }
  .service-icon { margin: 26px 0 24px; }
  .price-list-section { padding: 82px 0; }
  .price-grid { margin-top: 40px; }
  .price-card-header { min-height: 130px; padding: 22px 24px; }
  .price-card-header h3 { font-size: 60px; }
  .price-card th, .price-card td { padding: 16px 24px; }
  .price-notes > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(12,23,37,.2); }
  .price-notes > div:last-child { border-bottom: 0; }
  .process { padding: 80px 0; }
  .process-inner { gap: 48px; }
  .uses-track span { min-height: 64px; font-size: 20px; }
  .safety-photo { min-height: 470px; order: 2; }
  .safety-copy { order: 1; }
  .projects-section { padding: 82px 0 76px; }
  .projects-heading { align-items: flex-start; flex-direction: column; gap: 30px; }
  .projects-window { margin-top: 36px; }
  .project-slide { grid-template-columns: 1fr; }
  .project-image-wrap { min-height: 66vw; }
  .project-image-wrap::after { background: linear-gradient(0deg, rgba(8,18,30,.28), transparent 40%); }
  .project-caption { min-height: 220px; padding: 26px 24px 30px; border-top: 1px solid var(--line); border-left: 0; }
  .project-caption h3 { font-size: 34px; }
  .project-controls button { width: 48px; height: 48px; }
  .quote-section { padding: 82px 0; }
  .quote-grid { gap: 45px; }
  .quote-contact { margin-top: 30px; }
  .quote-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .faq-grid { gap: 35px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { padding-bottom: 54px; }
  .mobile-call { position: fixed; z-index: 20; left: 16px; right: 16px; bottom: 12px; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: var(--safety); color: var(--ink); box-shadow: 0 10px 35px rgba(0,0,0,.25); font-weight: 800; }
  .scroll-top { right: 16px; bottom: 80px; width: 48px; height: 48px; }
}

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