:root {
  --red: #c40505;
  --red-dark: #9f0505;
  --red-soft: #f8e7e5;
  --ink: #171717;
  --ink-soft: #484848;
  --paper: #f7f5f1;
  --cream: #eee9e2;
  --white: #fff;
  --line: rgba(23, 23, 23, .14);
  --shadow: 0 22px 58px rgba(18, 15, 14, .13);
  --radius-sm: 12px;
  --radius: 20px;
  --control: 48px;
  --reading: 70ch;
  --shell: min(1180px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { margin-bottom: .55em; font-weight: 700; letter-spacing: -.035em; line-height: 1.06; text-wrap: balance; }
h1 { font-size: clamp(2.55rem, 11vw, 5rem); }
h2 { font-size: clamp(2rem, 8vw, 3.55rem); }
h3 { font-size: 1.35rem; }
strong { font-weight: 680; }
p { margin-bottom: 1.2em; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 300; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-160%); border-radius: 8px; background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f04a3b; outline-offset: 3px; }

.eyebrow, .card-kicker { display: inline-block; margin-bottom: 14px; color: var(--red); font-size: .74rem; font-weight: 760; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: var(--white); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid var(--red); border-radius: 999px; background: var(--red); color: var(--white); font-size: .9rem; font-weight: 720; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--red-dark); background: var(--red-dark); }
.button-small { min-height: 44px; padding-inline: 17px; }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { border-color: var(--red-soft); background: var(--red-soft); color: var(--ink); }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-dark { border-color: var(--ink); background: var(--ink); }
.button-dark:hover { border-color: #000; background: #000; }
.button-ghost { border-color: rgba(255,255,255,.68); background: transparent; color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red-dark); font-size: .9rem; font-weight: 720; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(3px); }

.utility-bar { display: none; background: var(--ink); color: rgba(255,255,255,.8); font-size: .74rem; font-weight: 620; }
.utility-bar .shell, .utility-bar .shell > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar .shell { min-height: 34px; }
.utility-bar a { color: var(--white); font-weight: 700; text-decoration: none; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 5px 28px rgba(23,23,23,.05); backdrop-filter: blur(14px); }
.nav { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; }
.brand img { width: 154px; height: auto; }
.nav-links, .nav-actions { display: none; }
.menu-button { display: grid; width: 48px; height: 48px; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink); cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 95; inset: var(--menu-top, 88px) 0 auto; display: grid; max-height: calc(100dvh - var(--menu-top, 88px)); padding: 14px 18px calc(24px + env(safe-area-inset-bottom)); overflow-y: auto; visibility: hidden; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 42px rgba(23,23,23,.18); opacity: 0; transition: opacity .18s ease, visibility .18s ease; }
.mobile-menu[data-open] { visibility: visible; opacity: 1; }
.mobile-menu > a, .mobile-services > summary { min-height: 50px; padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 680; text-decoration: none; }
.mobile-menu > a { display: flex; align-items: center; }
.mobile-services > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; }
.mobile-services > summary::-webkit-details-marker, .nav-services > summary::-webkit-details-marker { display: none; }
.mobile-services svg, .nav-services svg { width: 12px; height: 8px; overflow: visible; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; transition: transform .18s ease; }
.mobile-services[open] > summary svg, .nav-services[open] > summary svg { transform: rotate(180deg); }
.mobile-services-menu { display: grid; padding: 5px 0 10px 14px; border-bottom: 1px solid var(--line); }
.mobile-services-menu a { display: grid; min-height: 48px; align-content: center; padding: 7px 12px; border-left: 2px solid var(--red-soft); text-decoration: none; }
.mobile-services-menu strong { font-size: .92rem; font-weight: 650; line-height: 1.3; }
.mobile-services-menu span { color: var(--ink-soft); font-size: .73rem; line-height: 1.35; }
.mobile-menu-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding-top: 18px; }

.hero { position: relative; overflow: hidden; background: var(--white); }
.hero::before { position: absolute; top: 0; left: 0; width: 7px; height: 100%; background: var(--red); content: ""; }
.hero-grid { position: relative; display: grid; gap: 32px; padding-block: 42px 50px; }
.hero-copy { align-self: center; }
.hero-copy h1 { max-width: 760px; margin-bottom: 20px; }
.hero-copy h1 em { display: block; color: var(--red); font-style: normal; }
.hero-lede { max-width: 670px; margin-bottom: 27px; color: var(--ink-soft); font-size: 1.06rem; line-height: 1.72; }
.hero-actions { display: grid; gap: 10px; }
.hero-proof { display: grid; gap: 7px; margin-top: 24px; color: var(--ink-soft); font-size: .83rem; font-weight: 630; }
.hero-proof span { display: flex; align-items: center; gap: 9px; }
.hero-proof span::before { width: 7px; height: 7px; border-radius: 50%; background: var(--red); content: ""; }
.hero-media { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-media picture { display: block; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; display: grid; padding: 13px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; background: rgba(18,18,18,.78); color: var(--white); line-height: 1.3; backdrop-filter: blur(9px); }
.hero-media figcaption strong { font-size: .84rem; }
.hero-media figcaption span { color: rgba(255,255,255,.72); font-size: .72rem; }

.estimate-band { padding-block: 24px; background: var(--ink); color: var(--white); }
.quick-form { display: grid; gap: 20px; }
.quick-intro h2 { margin-bottom: 0; font-size: 1.65rem; }
.quick-fields { display: grid; gap: 11px; }
.quick-form label, .estimate-form label { display: grid; gap: 7px; font-size: .79rem; font-weight: 680; }
input, select, textarea { width: 100%; border: 1px solid rgba(23,23,23,.22); border-radius: 10px; background: var(--white); color: var(--ink); }
input, select { min-height: 50px; padding: 10px 13px; }
textarea { min-height: 94px; padding: 12px 13px; resize: vertical; }
.quick-form input, .quick-form select { border-color: rgba(255,255,255,.2); background: #292929; color: var(--white); color-scheme: dark; }
.quick-form .button { align-self: end; width: 100%; }
.form-status { grid-column: 1 / -1; margin: 0; color: #ffc3bc; font-size: .82rem; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-strip .shell { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-strip .shell > div { display: grid; align-content: center; min-height: 104px; padding: 18px 14px; border-right: 1px solid var(--line); }
.trust-strip .shell > div:nth-child(2n) { border-right: 0; }
.trust-strip strong { color: var(--red); font-size: 1.25rem; line-height: 1.2; }
.trust-strip span { color: var(--ink-soft); font-size: .72rem; line-height: 1.4; }

.section { padding-block: 76px; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head h2 { margin-bottom: 15px; }
.section-head p { max-width: 680px; margin-bottom: 0; color: var(--ink-soft); font-size: 1rem; }
.services-section, .services-page { background: var(--cream); }
.split-head { max-width: none; }
.service-grid { display: grid; gap: 16px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 32px rgba(23,23,23,.06); }
.service-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #ddd; }
.service-media picture { display: block; width: 100%; height: 100%; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease; }
.service-card:hover .service-media img { transform: scale(1.025); }
.service-card > div { padding: 22px; }
.service-card .card-kicker { margin-bottom: 9px; }
.service-card h3 { margin-bottom: 10px; }
.service-card h3 a { text-decoration: none; }
.service-card p { min-height: 4.8em; margin-bottom: 18px; color: var(--ink-soft); font-size: .9rem; }
.section-action { margin-top: 29px; text-align: center; }

.about-preview { background: var(--ink); color: var(--white); }
.about-grid { display: grid; gap: 36px; align-items: center; }
.about-grid figure { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: var(--radius); }
.about-grid figure picture { display: block; width: 100%; height: 100%; }
.about-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.about-grid figure > span { position: absolute; right: 11px; bottom: 11px; padding: 7px 10px; border-radius: 999px; background: rgba(0,0,0,.72); color: var(--white); font-size: .7rem; }
.about-grid p { color: rgba(255,255,255,.72); }
.light-checks, .check-list { display: grid; gap: 11px; margin: 25px 0 30px; padding: 0; list-style: none; }
.light-checks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.light-checks li, .check-list li { position: relative; padding-left: 28px; }
.light-checks li::before, .check-list li::before { position: absolute; top: .35em; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--red); color: var(--white); content: "✓"; font-size: .65rem; font-weight: 800; }

.projects-preview { background: var(--white); }
.preview-grid, .projects-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.project-card { margin: 0; overflow: hidden; border-radius: var(--radius-sm); background: var(--cream); }
.project-card button { position: relative; width: 100%; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.project-card picture { display: block; width: 100%; height: 100%; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-card button > span { position: absolute; right: 9px; bottom: 9px; padding: 6px 9px; border-radius: 999px; background: rgba(0,0,0,.72); color: var(--white); font-size: .67rem; font-weight: 680; opacity: 0; transition: opacity .18s ease; }
.project-card button:hover > span, .project-card button:focus-visible > span { opacity: 1; }

.values-section { background: var(--paper); }
.values-grid { display: grid; gap: 14px; }
.values-grid article { padding: 24px; border-top: 4px solid var(--red); border-radius: var(--radius-sm); background: var(--white); box-shadow: 0 12px 30px rgba(23,23,23,.06); }
.values-grid article > span { color: var(--red); font-size: .72rem; font-weight: 760; letter-spacing: .14em; }
.values-grid h3 { margin: 28px 0 10px; }
.values-grid p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; gap: 34px; }
.faq-grid > div:first-child p { color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; font-weight: 680; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; width: 29px; height: 29px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); content: "+"; font-size: 1.25rem; line-height: 26px; text-align: center; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 42px 22px 0; color: var(--ink-soft); }

.contact-preview { background: var(--red); color: var(--white); }
.contact-preview-grid { display: grid; gap: 34px; }
.contact-preview p { color: var(--white); }
.contact-cards { display: grid; gap: 9px; }
.contact-cards a { display: grid; padding: 13px 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; text-decoration: none; }
.contact-cards span { color: var(--white); font-size: .7rem; font-weight: 680; letter-spacing: .09em; text-transform: uppercase; }
.contact-cards strong { overflow-wrap: anywhere; }
.map-card { position: relative; min-height: 330px; padding: 28px; overflow: hidden; border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.map-card > strong { position: relative; display: block; margin: 95px 0 8px; font-size: clamp(2rem, 9vw, 3.8rem); line-height: 1; }
.map-card p, .map-card .button { position: relative; }
.map-card p { color: var(--ink-soft); }
.map-ring { position: absolute; border: 1px solid rgba(196,5,5,.26); border-radius: 50%; }
.map-ring-one { top: -90px; right: -70px; width: 270px; height: 270px; }
.map-ring-two { top: -8px; right: 12px; width: 120px; height: 120px; background: var(--red-soft); }

.page-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.page-hero::before { position: absolute; top: 0; bottom: 0; left: 0; width: 7px; background: var(--red); content: ""; }
.page-hero-grid { position: relative; display: grid; gap: 32px; padding-block: 44px 54px; }
.page-hero-copy { align-self: center; }
.page-hero-copy h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(2.5rem, 9vw, 4.5rem); }
.page-hero-copy p { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.page-hero .hero-actions { margin-top: 26px; }
.page-hero-media { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); }
.page-hero-media picture { display: block; width: 100%; height: 100%; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media figcaption { position: absolute; right: 11px; bottom: 11px; padding: 7px 10px; border-radius: 8px; background: rgba(0,0,0,.72); color: rgba(255,255,255,.82); font-size: .69rem; }

.content-grid { display: grid; gap: 42px; }
.prose { min-width: 0; }
.prose h2 { margin-top: 1.3em; font-size: clamp(1.8rem, 7vw, 2.65rem); }
.prose h2:first-of-type { margin-top: 0; }
.prose p { max-width: var(--reading); color: var(--ink-soft); font-size: 1.01rem; }
.inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 29px; }
.side-card { align-self: start; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.side-card h2 { font-size: 1.9rem; }
.side-card p { color: var(--ink-soft); }
.side-contact { display: grid; gap: 2px; margin-top: 19px; padding-top: 18px; border-top: 1px solid var(--line); }
.side-contact span { color: var(--ink-soft); font-size: .72rem; }
.side-contact a { color: var(--red-dark); font-weight: 700; }
.related-section { background: var(--cream); }
.related-grid { display: grid; gap: 12px; }
.related-grid a { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); text-decoration: none; }
.related-grid span { grid-column: 1; color: var(--red); font-size: .7rem; font-weight: 740; letter-spacing: .1em; text-transform: uppercase; }
.related-grid strong { grid-column: 1; }
.related-grid i { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--red); font-style: normal; font-size: 1.25rem; }

.story-grid { display: grid; gap: 36px; align-items: center; }
.story-grid p { max-width: var(--reading); color: var(--ink-soft); }
.story-grid figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: var(--radius); }
.story-grid figure picture { display: block; width: 100%; height: 100%; }
.story-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.story-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.story-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: .8rem; font-weight: 650; }
.mission-section { background: var(--ink); color: var(--white); }
.mission-grid { display: grid; gap: 14px; }
.mission-grid article { padding: 25px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-sm); background: rgba(255,255,255,.04); }
.mission-grid article > span { color: #ffc3bc; font-size: .72rem; font-weight: 760; letter-spacing: .14em; }
.mission-grid h2 { margin: 25px 0 11px; font-size: 1.8rem; }
.mission-grid p { margin: 0; color: rgba(255,255,255,.7); }

.contact-grid { display: grid; gap: 34px; align-items: start; }
.contact-copy p { color: var(--ink-soft); }
.contact-list { display: grid; gap: 9px; margin: 27px 0; }
.contact-list > a, .contact-list > div { display: grid; gap: 2px; padding: 15px 17px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); text-decoration: none; }
.contact-list span { color: var(--red); font-size: .7rem; font-weight: 740; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong { overflow-wrap: anywhere; font-size: 1rem; }
.contact-list small { color: var(--ink-soft); }
.review-link { color: var(--red-dark); font-weight: 680; text-underline-offset: 4px; }
.estimate-form { scroll-margin-top: 112px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 25px; }
.form-heading h2 { font-size: 2rem; }
.form-heading p { margin-bottom: 0; color: var(--ink-soft); font-size: .92rem; }
.form-grid { display: grid; gap: 17px; }
.form-two { display: grid; gap: 17px; }
.estimate-form fieldset { margin: 0; padding: 0; border: 0; }
.estimate-form legend { margin-bottom: 8px; font-size: .79rem; font-weight: 680; }
.contact-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.contact-choice label { display: flex; min-height: 48px; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.contact-choice input { flex: 0 0 auto; width: 18px; min-height: auto; height: 18px; accent-color: var(--red); }
.estimate-form .button { width: 100%; }
.estimate-form .form-status { color: var(--red-dark); }

.final-cta { padding-block: 66px; background: var(--red); color: var(--white); }
.final-cta .shell { display: grid; gap: 26px; align-items: center; }
.final-cta h2 { max-width: 760px; margin-bottom: 13px; font-size: clamp(2rem, 8vw, 3.5rem); }
.final-cta p { max-width: 690px; margin: 0; color: var(--white); }
.final-actions { display: grid; gap: 10px; }
.site-footer { padding-block: 54px 98px; background: #111; color: rgba(255,255,255,.74); }
.footer-grid { display: grid; gap: 34px; }
.footer-brand { max-width: 370px; }
.footer-brand > a { display: block; width: fit-content; padding: 12px; border-radius: 12px; background: var(--white); }
.footer-brand img { width: 210px; height: auto; }
.footer-brand p { margin: 17px 0 0; color: var(--white); font-size: .9rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.social-links a { color: rgba(255,255,255,.78); font-size: .78rem; text-underline-offset: 3px; }
.footer-title { margin-bottom: 16px; color: var(--white); font-size: .77rem; font-weight: 740; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; font-size: .88rem; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.82); text-underline-offset: 3px; }
.footer-links span { max-width: 260px; }
.footer-bottom { display: grid; gap: 7px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .75rem; }
.mobile-dock { position: fixed; z-index: 120; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 8px; transform: translateY(calc(130% + env(safe-area-inset-bottom))); border: 1px solid rgba(255,255,255,.6); border-radius: 999px; background: rgba(247,245,241,.93); box-shadow: 0 12px 34px rgba(23,23,23,.24); opacity: 0; pointer-events: none; backdrop-filter: blur(14px); transition: transform .25s ease, opacity .25s ease; }
.mobile-dock .button { width: 100%; min-width: 0; min-height: 48px; padding-inline: 10px; }
body.hero-passed .mobile-dock { transform: translateY(0); opacity: 1; pointer-events: auto; }

.lightbox { width: min(1080px, calc(100% - 28px)); max-width: none; padding: 48px 12px 12px; border: 0; border-radius: 14px; background: var(--ink); color: var(--white); }
.lightbox::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(4px); }
.lightbox > button { position: absolute; top: 8px; right: 11px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 1.45rem; cursor: pointer; }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 9px 0 0; color: rgba(255,255,255,.74); font-size: .8rem; }
.not-found { min-height: 64vh; padding-block: 100px; }
.not-found p { color: var(--ink-soft); }

@media (min-width: 620px) {
  :root { --shell: min(1180px, calc(100% - 56px)); }
  .hero-actions, .page-hero .hero-actions, .final-actions { display: flex; flex-wrap: wrap; }
  .hero-proof { display: flex; flex-wrap: wrap; gap: 18px; }
  .quick-fields { grid-template-columns: 1fr 1fr; }
  .trust-strip .shell { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .trust-strip .shell > div, .trust-strip .shell > div:nth-child(2n) { border-right: 1px solid var(--line); }
  .trust-strip .shell > div:last-child { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .values-grid, .mission-grid, .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .projects-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .footer-grid { grid-template-columns: minmax(270px, 1.4fr) 1fr 1fr; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .form-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 780px) {
  .utility-bar { display: block; }
  .site-header { top: 0; }
  .nav { min-height: 98px; }
  .brand img { width: 190px; }
  .hero-grid { padding-block: 68px 72px; }
  .section { padding-block: 102px; }
  .quick-form { grid-template-columns: minmax(210px, .65fr) minmax(0, 2fr); align-items: end; gap: 32px; }
  .quick-fields { grid-template-columns: 1fr 1fr 1.2fr auto; align-items: end; }
  .quick-form .button { min-width: 175px; }
  .split-head { display: grid; grid-template-columns: 1.15fr .8fr; gap: 58px; align-items: end; }
  .split-head p { padding-bottom: 8px; }
  .about-grid, .story-grid { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 70px; }
  .about-grid figure { order: 0; }
  .preview-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 185px; gap: 13px; }
  .preview-grid .project-card { aspect-ratio: auto; }
  .preview-grid .project-card:first-child { grid-column: span 2; grid-row: span 2; }
  .preview-grid .project-card:nth-child(2) { grid-column: span 2; }
  .preview-grid .project-card button { height: 100%; aspect-ratio: auto; }
  .faq-grid { grid-template-columns: .72fr 1.28fr; gap: 84px; }
  .contact-preview-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); align-items: center; gap: 72px; }
  .page-hero-grid { grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); align-items: center; padding-block: 70px; }
  .content-grid { grid-template-columns: minmax(0, 1.6fr) minmax(290px, .72fr); gap: 78px; }
  .contact-grid { grid-template-columns: minmax(0, .82fr) minmax(430px, 1.18fr); gap: 72px; }
  .final-cta { padding-block: 80px; }
  .final-cta .shell { grid-template-columns: 1fr auto; gap: 54px; }
  .site-footer { padding-bottom: 54px; }
  .mobile-dock { display: none; }
}

@media (min-width: 1040px) {
  .nav-links { display: flex; align-items: center; gap: 25px; }
  .nav-links > a, .nav-services > summary { position: relative; display: flex; min-height: 44px; align-items: center; padding-block: 10px; color: var(--ink); font-size: .83rem; font-weight: 680; text-decoration: none; cursor: pointer; list-style: none; }
  .nav-links > a::after, .nav-services > summary::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--red); content: ""; transition: transform .18s ease; }
  .nav-links > a:hover::after, .nav-services > summary:hover::after, .nav-services[open] > summary::after { transform: scaleX(1); }
  .nav-services { position: relative; }
  .nav-services > summary { gap: 7px; }
  .nav-services-menu { position: absolute; z-index: 30; top: calc(100% + 33px); left: 50%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 570px; padding: 9px; transform: translate(-50%, -7px); visibility: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: 0 20px 48px rgba(23,23,23,.18); opacity: 0; pointer-events: none; transition: transform .18s ease, opacity .18s ease, visibility .18s ease; }
  .nav-services[open] .nav-services-menu { transform: translate(-50%, 0); visibility: visible; opacity: 1; pointer-events: auto; }
  .nav-services-menu a { display: grid; min-height: 58px; align-content: center; padding: 9px 12px; border-radius: 9px; text-decoration: none; }
  .nav-services-menu a:hover { background: var(--red-soft); }
  .nav-services-menu strong { font-size: .86rem; line-height: 1.3; }
  .nav-services-menu span { color: var(--ink-soft); font-size: .71rem; line-height: 1.4; }
  .nav-actions { display: flex; align-items: center; gap: 13px; }
  .nav-phone { font-size: .82rem; font-weight: 710; text-decoration: none; }
  .menu-button, .mobile-menu { display: none; }
  .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); min-height: 615px; align-items: center; gap: 62px; padding-block: 48px; }
  .service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .service-card > div { padding: 23px; }
  .projects-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1240px) {
  .brand img { width: 205px; }
  .nav-links { gap: 31px; }
}

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