:root {
  --ink: #111512;
  --ink-soft: #1b211d;
  --paper: #f5f3ed;
  --paper-2: #ebe8df;
  --white: #fff;
  --muted: #6d746f;
  --line: rgba(17, 21, 18, .13);
  --gold: #d59b43;
  --gold-light: #edc477;
  --radius: 22px;
  --shadow: 0 26px 70px rgba(15, 22, 17, .14);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 840px; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--white); padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  color: var(--white); transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-scrolled { color: var(--ink); background: rgba(247, 245, 239, .93); backdrop-filter: blur(18px); box-shadow: 0 8px 35px rgba(17, 21, 18, .08); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 205px; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; }
.brand-mark rect { fill: none; stroke: var(--gold); stroke-width: 2.3; }
.brand-mark path { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1; letter-spacing: .105em; }
.brand-copy strong { font-size: 18px; }
.brand-copy span { margin-top: 5px; font-size: 9px; letter-spacing: .31em; opacity: .72; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 34px); margin-left: auto; }
.primary-nav a { position: relative; font-size: 14px; font-weight: 650; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.header-phone { display: flex; align-items: center; gap: 10px; border-left: 1px solid rgba(255,255,255,.28); padding-left: 24px; white-space: nowrap; }
.is-scrolled .header-phone { border-color: var(--line); }
.header-phone span:last-child { display: grid; font-size: 14px; font-weight: 800; }
.header-phone small { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; opacity: .68; }
.phone-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(213,155,67,.18); }
.nav-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 9px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 860px; position: relative; display: grid; align-items: center; color: var(--white); overflow: hidden; background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 12, 9, .88) 0%, rgba(8,12,9,.65) 46%, rgba(8,12,9,.22) 76%, rgba(8,12,9,.38) 100%), linear-gradient(0deg, rgba(8,12,9,.78) 0%, transparent 40%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.38) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.38) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 74%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .48fr); gap: 70px; align-items: end; padding: 170px 0 210px; }
.hero-copy { max-width: 850px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 800; color: var(--gold-light); }
.eyebrow i { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #9a6a28; }
.hero h1 { margin: 22px 0 24px; max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(52px, 6.2vw, 88px); line-height: .98; letter-spacing: -.04em; }
.hero-copy > p { max-width: 720px; margin: 0; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; padding: 0 25px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover { background: var(--gold-light); }
.button-primary span { font-size: 20px; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--white); }
.button-ghost svg { width: 19px; fill: currentColor; }
.button-dark { color: var(--white); background: var(--ink); }
.hero-card { align-self: end; padding: 30px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(13,18,14,.54); backdrop-filter: blur(13px); box-shadow: var(--shadow); }
.hero-card-number { font-family: Georgia, serif; font-size: 82px; line-height: .8; color: var(--gold-light); }
.hero-card-number span { font-family: inherit; font-size: 24px; margin-left: 5px; }
.hero-card > p { margin: 14px 0 23px; color: rgba(255,255,255,.72); }
.hero-card ul { list-style: none; padding: 20px 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 13px; }
.hero-card li { display: flex; gap: 10px; font-size: 13px; }
.hero-card li span { color: var(--gold-light); }
.hero-bottom { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(11,15,12,.56); backdrop-filter: blur(14px); }
.trust-strip { min-height: 112px; display: grid; grid-template-columns: repeat(3,1fr); }
.trust-strip > div { display: grid; align-content: center; padding: 18px 30px; border-right: 1px solid rgba(255,255,255,.15); }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip strong { font-size: 14px; }
.trust-strip span { margin-top: 6px; color: rgba(255,255,255,.58); font-size: 12px; }

.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .72fr; gap: 80px; align-items: end; }
.section-heading h2, .construction h2, .video-copy h2, .about-copy h2, .faq-intro h2, .contact-copy h2 { margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.6vw, 64px); line-height: 1.05; font-weight: 500; letter-spacing: -.035em; }
.section-heading p, .construction-copy > p, .video-copy > p, .about-copy > p, .faq-intro > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.center-heading { max-width: 850px; margin-inline: auto; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading p { max-width: 650px; margin: 18px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 350px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; border: 1px solid rgba(213,155,67,.3); border-radius: 50%; transition: transform .35s ease; }
.service-card:hover { transform: translateY(-7px); background: var(--white); box-shadow: 0 24px 60px rgba(17,21,18,.09); }
.service-card:hover::after { transform: scale(1.25); }
.service-index { float: right; color: #a6aaa7; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.service-card svg { width: 58px; height: 58px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 74px 0 14px; font-size: 21px; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 15px; }

.dark-section { color: var(--white); background: var(--ink); }
.construction { overflow: hidden; }
.construction-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.construction-copy > p { color: rgba(255,255,255,.64); }
.material-list { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.15); }
.material-list > div { display: grid; grid-template-columns: 46px 1fr; column-gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.material-list span { grid-row: 1/3; color: var(--gold-light); font-size: 12px; }
.material-list strong { font-size: 16px; }
.material-list p { margin: 5px 0 0; color: rgba(255,255,255,.55); font-size: 14px; }
.construction-images { min-height: 680px; position: relative; }
.construction-main { position: absolute; inset: 0 0 0 18%; margin: 0; overflow: hidden; border-radius: var(--radius); }
.construction-main img { width: 100%; height: 100%; object-fit: cover; }
.construction-small { position: absolute; width: 45%; left: 0; bottom: 40px; margin: 0; aspect-ratio: 4 / 5; border: 9px solid var(--ink); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.construction-small img { width: 100%; height: 100%; object-fit: cover; }
.construction-small figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; padding: 12px 14px; border-radius: 10px; background: rgba(11,15,12,.82); font-size: 12px; font-weight: 800; text-align: center; }

.projects { background: #f9f8f4; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: -20px 0 34px; }
.filter-button { border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 11px 17px; font-size: 13px; font-weight: 750; cursor: pointer; }
.filter-button.is-active, .filter-button:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 250px; gap: 12px; }
.project-item { position: relative; padding: 0; border: 0; border-radius: 16px; overflow: hidden; cursor: zoom-in; background: #ddd; }
.project-item:nth-child(1), .project-item:nth-child(7) { grid-column: span 2; grid-row: span 2; }
.project-item:nth-child(4), .project-item:nth-child(10) { grid-row: span 2; }
.project-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-item:hover img { transform: scale(1.045); }
.project-item.is-filtered-out { display: none; }
.project-overlay { position: absolute; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; padding: 60px 18px 17px; color: var(--white); background: linear-gradient(transparent, rgba(5,8,6,.76)); opacity: 0; transition: opacity .25s ease; }
.project-item:hover .project-overlay, .project-item:focus-visible .project-overlay { opacity: 1; }
.project-overlay span { font-size: 11px; color: var(--gold-light); }
.project-overlay strong { font-size: 12px; }

.process-section { background: var(--paper-2); }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 30px; align-items: center; padding: 29px 0; border-bottom: 1px solid var(--line); transition: padding-left .2s ease; }
.process-list li:hover { padding-left: 12px; }
.process-list > li > span { color: #a06e2c; font-family: Georgia, serif; font-size: 30px; }
.process-list div { display: grid; grid-template-columns: .45fr 1fr; gap: 40px; align-items: center; }
.process-list h3 { margin: 0; font-size: 22px; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.7; }

.video-section { overflow: hidden; }
.video-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.video-copy .text-link { display: inline-flex; gap: 12px; margin-top: 15px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-weight: 800; }
.video-cards { min-height: 650px; position: relative; display: flex; align-items: center; justify-content: center; gap: 28px; }
.video-cards::before { content: ""; position: absolute; width: 570px; height: 570px; border-radius: 50%; background: var(--paper-2); }
.phone-video { position: relative; z-index: 1; width: 260px; padding: 9px; border-radius: 35px; background: var(--ink); box-shadow: var(--shadow); }
.phone-video::before { content: ""; position: absolute; top: 16px; left: 50%; z-index: 2; width: 70px; height: 20px; transform: translateX(-50%); border-radius: 20px; background: var(--ink); }
.phone-video video { width: 100%; aspect-ratio: 9/16; object-fit: cover; border-radius: 28px; background: #000; }
.phone-video-offset { transform: translateY(54px); }

.about-section { background: #f9f8f4; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.about-image { position: relative; min-height: 610px; }
.about-image > img { width: 100%; height: 610px; object-fit: cover; border-radius: var(--radius); }
.about-badge { position: absolute; right: -28px; bottom: 38px; width: 190px; aspect-ratio: 1; display: grid; place-content: center; padding: 20px; border-radius: 50%; color: var(--ink); text-align: center; background: var(--gold); box-shadow: var(--shadow); }
.about-badge strong { font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.about-badge span { font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
.about-points div { display: flex; align-items: center; gap: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-size: 13px; }
.about-points span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--white); background: var(--ink); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { align-self: start; position: sticky; top: 120px; }
.faq-intro .button { margin-top: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 24px; color: var(--gold); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -8px 55px 24px 0; color: var(--muted); line-height: 1.7; }

.contact-section { position: relative; overflow: hidden; padding: 115px 0; color: var(--white); background: var(--ink); }
.contact-background { position: absolute; inset: 0; opacity: .18; }
.contact-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 5%, rgba(17,21,18,.84) 50%, var(--ink)); }
.contact-background img { width: 100%; height: 100%; object-fit: cover; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.contact-copy > p { color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.7; }
.contact-direct { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 38px; }
.contact-direct > * { display: grid; gap: 5px; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.05); }
.contact-direct span { color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.contact-direct strong { font-size: 16px; }
.contact-form-card { padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); color: var(--ink); background: var(--paper); box-shadow: 0 28px 90px rgba(0,0,0,.25); }
.contact-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #d9d6ce; border-radius: 11px; outline: 0; color: var(--ink); background: var(--white); padding: 14px 15px; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(213,155,67,.16); }
.contact-form textarea { resize: vertical; }
.consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; }
.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--gold); }
.consent span { font-weight: 500 !important; color: var(--muted); line-height: 1.5; }
.form-submit { width: 100%; border: 0; }
.form-help { margin: -5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-notice { margin-bottom: 18px; padding: 14px 16px; border-radius: 10px; font-size: 14px; }
.form-notice.success { color: #155b34; background: #dbf3e5; }
.form-notice.error { color: #842727; background: #f7dddd; }

.site-footer { padding: 75px 0 28px; color: rgba(255,255,255,.68); background: #090c0a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 80px; padding-bottom: 55px; }
.brand-footer { color: var(--white); }
.footer-grid p { max-width: 460px; line-height: 1.7; }
.footer-grid h3 { margin: 6px 0 20px; color: var(--white); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; font-size: 14px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.lightbox { position: fixed; inset: 0; z-index: 999; display: none; place-items: center; padding: 40px 90px; background: rgba(5,7,6,.94); }
.lightbox.is-open { display: grid; }
.lightbox figure { margin: 0; max-width: min(1100px, 86vw); max-height: 88vh; display: grid; justify-items: center; gap: 12px; }
.lightbox img { max-height: 80vh; width: auto; border-radius: 14px; }
.lightbox figcaption { color: rgba(255,255,255,.72); font-size: 13px; }
.lightbox button { position: absolute; border: 0; color: var(--white); background: transparent; cursor: pointer; }
.lightbox-close { top: 20px; right: 25px; font-size: 42px; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); font-size: 64px; }
.lightbox-prev { left: 25px; }
.lightbox-next { right: 25px; }
.mobile-call { display: none; }
.default-content { min-height: 70vh; padding-top: 150px; }
.default-content h1 { font-family: Georgia, serif; font-size: 52px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.service-grid .reveal:nth-child(2), .project-grid .reveal:nth-child(2) { transition-delay: .05s; }
.service-grid .reveal:nth-child(3), .project-grid .reveal:nth-child(3) { transition-delay: .1s; }
.service-grid .reveal:nth-child(4), .project-grid .reveal:nth-child(4) { transition-delay: .15s; }

@media (max-width: 1100px) {
  .primary-nav { gap: 16px; }
  .header-phone { display: none; }
  .hero-content { grid-template-columns: 1fr .42fr; gap: 35px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .construction-grid, .about-grid { gap: 55px; }
  .project-grid { grid-template-columns: repeat(3,1fr); }
  .project-item:nth-child(7) { grid-column: span 1; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .header-inner { height: 72px; }
  .brand { min-width: auto; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 16px; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 12px 20px 26px; color: var(--ink); background: var(--paper); box-shadow: 0 20px 40px rgba(17,21,18,.14); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .primary-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .primary-nav a { padding: 15px 5px; border-bottom: 1px solid var(--line); }
  .hero { min-height: 900px; }
  .hero-content { grid-template-columns: 1fr; align-items: center; padding: 130px 0 200px; }
  .hero-copy { align-self: end; }
  .hero h1 { font-size: clamp(48px, 11vw, 72px); }
  .hero-copy > p { font-size: 17px; }
  .hero-card { display: none; }
  .trust-strip { grid-template-columns: 1fr; padding: 13px 0; }
  .trust-strip > div { min-height: 60px; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .split-heading, .construction-grid, .video-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .construction-images { min-height: 600px; }
  .project-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 240px; }
  .project-item:nth-child(1), .project-item:nth-child(7) { grid-column: span 1; grid-row: span 1; }
  .project-item:nth-child(4), .project-item:nth-child(10) { grid-row: span 1; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .process-list div { grid-template-columns: 1fr; gap: 8px; }
  .video-copy { max-width: 640px; }
  .video-cards { min-height: 560px; }
  .about-image, .about-image > img { min-height: 500px; height: 500px; }
  .about-badge { right: 18px; }
  .faq-intro { position: static; }
  .contact-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 72px; }
  .section { padding: 68px 0; }
  .hero { min-height: 850px; }
  .hero-image { object-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,12,9,.9), rgba(8,12,9,.55)), linear-gradient(0deg, rgba(8,12,9,.84), transparent 48%); }
  .hero-content { padding: 120px 0 205px; }
  .hero h1 { margin-top: 17px; font-size: 47px; }
  .eyebrow { font-size: 9px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-strip > div:nth-child(3) { display: none; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .construction h2, .video-copy h2, .about-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; }
  .construction-images { min-height: 500px; }
  .construction-main { left: 10%; }
  .construction-small { width: 52%; bottom: 22px; }
  .filter-row { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .filter-button { flex: 0 0 auto; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 185px; gap: 8px; }
  .project-item:nth-child(3n+1) { grid-column: span 2; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .process-list > li > span { font-size: 23px; }
  .video-cards { min-height: 475px; gap: 12px; }
  .video-cards::before { width: 400px; height: 400px; }
  .phone-video { width: 46%; padding: 6px; border-radius: 25px; }
  .phone-video video { border-radius: 20px; }
  .phone-video::before { top: 10px; width: 50px; height: 14px; }
  .about-image, .about-image > img { min-height: 420px; height: 420px; }
  .about-badge { width: 145px; right: 10px; bottom: 20px; }
  .about-badge strong { font-size: 27px; }
  .about-points { grid-template-columns: 1fr; }
  .contact-direct, .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .lightbox { padding: 55px 15px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 15px; font-size: 50px; }
  .mobile-call { position: fixed; right: 14px; bottom: 14px; z-index: 90; display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 18px; border-radius: 999px; color: var(--ink); background: var(--gold); box-shadow: 0 15px 35px rgba(0,0,0,.24); font-size: 13px; font-weight: 800; }
  .mobile-call svg { width: 17px; fill: currentColor; }
}

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

/* Editable logo and flexible media additions (v1.1.0). */
.brand-image { display: block; width: auto; max-width: 240px; max-height: 58px; object-fit: contain; }
.brand-footer .brand-image { max-height: 66px; }
.video-cards { flex-wrap: wrap; }
.video-cards .phone-video:nth-child(n+3) { width: 220px; }
@media (max-width: 560px) {
  .brand-image { max-width: 175px; max-height: 48px; }
}
