
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  --lime: #00FF00;
  --navy: #0E2746;
  --deep: #07182B;
  --ink: #102238;
  --paper: #F4F7F1;
  --paper-alt: #E9EFE8;
  --muted: #5D6A72;
  --line: #C9D5CE;
  --white: #FFFFFF;
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
  --shell: min(1180px, calc(100% - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); max-width: 1180px; margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 20px; top: -60px; z-index: 20; background: var(--lime); color: var(--deep); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 10; background: var(--navy); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); }
.nav-wrap { width: var(--shell); max-width: 1180px; min-height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 178px; flex: 0 0 auto; }
.brand img { width: 178px; height: 62px; object-fit: contain; object-position: left center; }
.site-menu { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.site-menu a { position: relative; padding: 31px 0; color: rgba(255,255,255,.76); transition: color .2s ease; }
.site-menu a:hover, .site-menu a[aria-current="page"] { color: var(--lime); }
.site-menu a:not(.nav-cta)::after { content: ''; position: absolute; right: 0; bottom: 23px; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-menu a:hover::after, .site-menu a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-menu .nav-cta { padding: 12px 17px; color: var(--deep); background: var(--lime); }
.site-menu .nav-cta:hover { color: var(--deep); background: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--lime); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .95; letter-spacing: -.02em; }
h1 { margin-bottom: 22px; font-size: clamp(58px, 8vw, 112px); font-weight: 800; text-transform: uppercase; }
h2 { font-size: clamp(37px, 5vw, 68px); font-weight: 700; }
h3 { font-size: 30px; font-weight: 700; }
.eyebrow { margin-bottom: 18px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .2em; line-height: 1.35; text-transform: uppercase; }
.section-number { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.35; }
.button-row, .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 13px 18px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--lime); color: var(--deep); }
.button-lime:hover { background: var(--white); }
.button-navy { background: var(--navy); color: var(--white); }
.button-navy:hover { background: var(--deep); }
.button-outline-light { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-outline-light:hover { border-color: var(--lime); color: var(--lime); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link:hover { color: #287000; }
.section { padding: 110px 0; }
.section-light { background: var(--paper); }
.section-paper { background: var(--paper-alt); }
.section-mobile { background: var(--paper-alt); }
.section-navy { background: var(--navy); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 30px; margin-bottom: 54px; }
.section-heading h2 { max-width: 760px; margin-bottom: 18px; }
.section-heading p { max-width: 690px; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.section-heading-light .section-number { color: var(--lime); }
.section-heading-light p { color: rgba(255,255,255,.68); }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 90px 0 112px; background: var(--deep); color: var(--white); }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .35; background: radial-gradient(circle at 77% 22%, rgba(0,255,0,.19), transparent 28%), linear-gradient(115deg, transparent 0 58%, rgba(255,255,255,.05) 58% 58.15%, transparent 58.15%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); align-items: center; gap: clamp(44px, 8vw, 116px); }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .eyebrow span { margin: 0 7px; color: rgba(255,255,255,.35); }
.hero-copy h1 { max-width: 670px; }
.hero-description { max-width: 610px; margin-bottom: 28px; color: rgba(255,255,255,.86); font-family: var(--body); font-size: clamp(18px, 2vw, 25px); font-weight: 500; letter-spacing: -.02em; line-height: 1.33; }
.hero-intro { max-width: 565px; margin-bottom: 32px; color: rgba(255,255,255,.63); font-size: 16px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: rgba(255,255,255,.53); font-size: 12px; }
.status-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,255,0,.1); }
.hero-media { position: relative; min-height: 560px; }
.hero-media > img { position: absolute; inset: 0 34px 34px 0; width: calc(100% - 34px); height: calc(100% - 34px); object-fit: cover; border: 1px solid rgba(255,255,255,.35); filter: saturate(.92) contrast(1.05); }
.hero-frame { position: absolute; inset: 34px 0 0 34px; border: 2px solid var(--lime); pointer-events: none; }
.hero-sticker { position: absolute; right: -8px; top: 56px; display: grid; gap: 6px; width: 140px; padding: 18px 14px; background: var(--lime); color: var(--deep); transform: rotate(3deg); box-shadow: 8px 8px 0 rgba(0,0,0,.22); }
.hero-sticker strong { font-family: var(--display); font-size: 28px; letter-spacing: -.02em; line-height: .8; }
.hero-sticker span { font-size: 10px; font-weight: 700; letter-spacing: .11em; line-height: 1.3; text-transform: uppercase; }
.signal-bar { background: var(--lime); color: var(--deep); }
.signal-inner { min-height: 68px; display: flex; align-items: center; gap: 18px; font-family: var(--display); font-size: clamp(20px, 2.3vw, 30px); font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.signal-inner i { font-family: var(--body); font-style: normal; font-size: 24px; }
.signal-inner a { margin-left: auto; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.signal-inner a:hover { text-decoration: underline; }

.split-intro, .split-heading, .process-layout, .gallery-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .68fr); align-items: start; gap: 60px; }
.stat-card { padding: 30px; border-top: 5px solid var(--lime); background: var(--navy); color: var(--white); }
.stat-label { display: block; margin-bottom: 7px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.stat-card strong { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 84px; line-height: .8; }
.stat-card > span:not(.stat-label) { display: block; max-width: 180px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.45; }
.stat-card a { display: inline-flex; margin-top: 28px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.feature-service { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); margin-top: 15px; background: var(--white); }
.feature-service-photo { position: relative; min-height: 500px; }
.feature-service-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-label, .image-index { position: absolute; left: 18px; bottom: 18px; padding: 7px 10px; background: var(--lime); color: var(--deep); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.feature-service-copy { padding: clamp(32px, 5vw, 68px); }
.feature-service-copy h3 { max-width: 380px; margin-bottom: 20px; }
.feature-service-copy p { max-width: 530px; color: var(--muted); }
.check-list { display: grid; gap: 11px; margin: 25px 0 28px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink); font-size: 13px; line-height: 1.4; }
.check-list li span { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 18px; width: 18px; height: 18px; background: var(--lime); color: var(--deep); font-size: 17px; font-weight: 700; line-height: 1; }
.section-overlap { position: relative; }
.standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.standard-grid article { min-height: 250px; padding: 32px; background: var(--navy); }
.standard-grid article > span, .process-grid li > span { display: block; margin-bottom: 32px; color: var(--lime); font-family: var(--display); font-size: 32px; line-height: .8; }
.standard-grid h3 { margin-bottom: 14px; }
.standard-grid p { max-width: 270px; margin-bottom: 0; color: rgba(255,255,255,.65); font-size: 14px; }
.split-heading { align-items: end; margin-bottom: 45px; }
.split-heading .section-heading { margin-bottom: 0; }
.split-heading > .button { justify-self: end; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-card { margin: 0; }
.gallery-trigger { position: relative; display: block; width: 100%; padding: 0; border: 0; background: var(--navy); cursor: zoom-in; overflow: hidden; }
.gallery-trigger::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(7,24,43,.54)); pointer-events: none; }
.gallery-trigger img { width: 100%; aspect-ratio: 1 / 1.13; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-trigger:hover img { transform: scale(1.04); filter: saturate(1.2); }
.gallery-count, .gallery-expand { position: absolute; z-index: 1; top: 13px; color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.gallery-count { left: 13px; }
.gallery-expand { right: 13px; color: var(--lime); font-size: 17px; }
.gallery-card figcaption { padding: 10px 0 0; color: var(--muted); font-size: 11px; }
.gallery-grid-home .gallery-card:nth-child(2) { margin-top: 28px; }
.gallery-grid-home .gallery-card:nth-child(3) { margin-top: 56px; }
.gallery-grid-home .gallery-card:nth-child(4) { margin-top: 84px; }
.gallery-grid-full { grid-template-columns: repeat(5, 1fr); }
.gallery-grid-full .gallery-card:nth-child(3n) { margin-top: 30px; }
.gallery-note { display: flex; align-items: end; justify-content: flex-end; gap: 15px; }
.gallery-note strong { color: var(--navy); font-family: var(--display); font-size: 96px; line-height: .7; }
.gallery-note span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }

.process-layout { gap: 80px; }
.process-layout > :last-child { padding-top: 5px; }
.process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--navy); font-family: var(--display); font-size: 33px; line-height: .8; }
.process-list h3 { margin-bottom: 8px; font-size: 28px; }
.process-list p { max-width: 480px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.mobile-service-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); align-items: stretch; gap: 0; }
.mobile-service-card { padding: clamp(32px, 5vw, 64px); background: var(--white); }
.mobile-service-card h2 { max-width: 650px; margin-bottom: 20px; }
.mobile-service-card > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 16px; }
.mobile-service-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 31px 0 26px; background: var(--line); }
.mobile-service-details > div { display: grid; gap: 8px; padding: 18px; background: var(--paper-alt); }
.mobile-service-details strong { color: var(--navy); font-family: var(--display); font-size: 28px; line-height: .9; text-transform: uppercase; }
.mobile-service-details span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mobile-service-poster { position: relative; display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(32px, 5vw, 58px); background: var(--navy); color: var(--white); }
.mobile-service-poster::after { content: '100%'; position: absolute; right: -20px; bottom: -48px; color: rgba(0,255,0,.12); font-family: var(--display); font-size: 180px; line-height: .8; }
.mobile-service-poster span { position: relative; z-index: 1; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.mobile-service-poster strong { position: relative; z-index: 1; max-width: 270px; font-family: var(--display); font-size: clamp(48px, 6vw, 78px); line-height: .84; text-transform: uppercase; }
.mobile-service-poster i { position: relative; z-index: 1; align-self: flex-end; color: var(--lime); font-size: 40px; font-style: normal; }

.service-ledger { max-width: 960px; margin: 0 auto; }
.service-ledger-top { display: flex; justify-content: space-between; padding: 0 0 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-ledger-top .section-number { color: var(--navy); }
.service-row { display: grid; grid-template-columns: 70px minmax(0, 1fr) auto 22px; align-items: center; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.service-row:hover { padding-right: 12px; padding-left: 12px; background: var(--white); }
.service-row-number { align-self: start; color: var(--navy); font-family: var(--display); font-size: 40px; line-height: .8; }
.service-row h2 { margin-bottom: 11px; font-size: 40px; }
.service-row p { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.service-row > strong { align-self: start; color: var(--navy); font-family: var(--display); font-size: 30px; line-height: .9; text-align: right; white-space: nowrap; }
.service-arrow { color: var(--navy); font-size: 24px; }
.fit-note { align-self: end; padding: 28px; border-left: 3px solid var(--lime); background: rgba(255,255,255,.07); }
.fit-note > span { display: block; margin-bottom: 13px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.fit-note strong { display: block; color: var(--white); font-family: var(--display); font-size: 34px; line-height: .92; text-transform: uppercase; }
.fit-note p { margin: 20px 0; color: rgba(255,255,255,.63); font-size: 13px; }

.page-hero { padding: 78px 0 82px; background: var(--deep); color: var(--white); }
.page-hero-compact { padding-top: 48px; padding-bottom: 54px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); align-items: center; gap: 70px; }
.page-hero-copy h1 { max-width: 760px; font-size: clamp(54px, 7vw, 94px); }
.page-hero-copy .hero-description { max-width: 700px; }
.hero-intro { max-width: 600px; color: rgba(255,255,255,.68); font-size: 15px; }
.page-hero-media { position: relative; min-height: 280px; }
.page-hero-media img { width: 100%; height: 280px; object-fit: cover; border: 1px solid rgba(255,255,255,.3); }
.page-hero-media::after { content: ''; position: absolute; inset: 18px -14px -14px 18px; border: 2px solid var(--lime); pointer-events: none; }
.page-hero-media .image-index { z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 29px; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--lime); }

.content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(44px, 8vw, 110px); align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 54px 0 18px; font-size: 43px; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin-bottom: 19px; color: var(--muted); font-size: 16px; }
.answer-block { margin: 42px 0; padding: 29px 31px; border-left: 4px solid var(--lime); background: var(--white); }
.answer-block h2 { margin: 0 0 13px; font-size: 34px; }
.answer-block p { margin: 0; color: var(--ink); font-size: 15px; }
.side-card { position: sticky; top: 112px; padding: 28px; background: var(--navy); color: var(--white); }
.side-card-top { display: grid; gap: 8px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.2); }
.side-card-top span, .side-card-top small { color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.side-card-top strong { font-family: var(--display); font-size: 78px; line-height: .74; }
.side-card h2 { margin: 28px 0 16px; font-size: 38px; }
.side-card .check-list { margin-top: 0; }
.side-card .check-list li { color: var(--white); font-size: 12px; }
.side-card .check-list li span { color: var(--deep); }
.side-note { margin: 22px 0; color: rgba(255,255,255,.62); font-size: 12px; }
.side-card .button { width: 100%; }
.side-link { display: block; margin-top: 14px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.side-link:hover { color: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(255,255,255,.16); }
.process-grid li { min-height: 275px; padding: 28px; background: var(--navy); }
.process-grid li h3 { font-size: 27px; }
.process-grid li p { color: rgba(255,255,255,.63); font-size: 13px; }
.narrow { width: min(800px, 100%); margin: 0 auto; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 0; cursor: pointer; font-size: 16px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--navy); font-size: 26px; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -3px 0 22px; color: var(--muted); font-size: 14px; }
.cta-band { padding: 76px 0; background: var(--deep); color: var(--white); }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.cta-inner h2 { max-width: 590px; margin-bottom: 15px; }
.cta-inner p:not(.eyebrow) { max-width: 560px; margin-bottom: 0; color: rgba(255,255,255,.63); }
.cta-inner .button-row { flex: 0 0 auto; }

.local-service-list { display: grid; border-top: 1px solid var(--line); }
.local-service-list a { display: grid; grid-template-columns: 52px 1fr auto; gap: 18px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.local-service-list a:hover strong, .local-service-list a:hover b { color: #287000; }
.local-service-list a > span { color: var(--navy); font-family: var(--display); font-size: 30px; line-height: .8; }
.local-service-list strong { display: block; margin-bottom: 6px; font-family: var(--display); font-size: 28px; }
.local-service-list p { margin: 0; color: var(--muted); font-size: 13px; }
.local-service-list b { color: var(--navy); font-size: 11px; text-transform: uppercase; }
.owner-quote { margin-top: 40px; padding: 26px 0 0; border-top: 1px solid var(--line); }
.owner-quote span { color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.owner-quote p { margin: 13px 0 0; color: var(--navy); font-family: var(--display); font-size: 31px; line-height: 1; }
.about-grid { align-items: stretch; }
.about-card { display: grid; grid-template-rows: minmax(280px, 1fr) auto; background: var(--navy); color: var(--white); }
.about-card > img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.about-card > div { padding: 28px; }
.about-card h2 { margin-bottom: 12px; font-size: 40px; }
.about-card p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.64); font-size: 14px; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .8fr); gap: 16px; }
.contact-card { padding: clamp(32px, 5vw, 68px); background: var(--white); }
.contact-card h2 { max-width: 500px; margin-bottom: 16px; }
.contact-card > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 16px; }
.contact-phone { display: block; margin: 32px 0; color: var(--navy); font-family: var(--display); font-size: clamp(45px, 6vw, 76px); line-height: .8; }
.contact-phone:hover { color: #287000; }
.contact-docket { padding: clamp(32px, 5vw, 58px); background: var(--navy); color: var(--white); }
.contact-docket ol { display: grid; gap: 0; margin: 35px 0; padding: 0; list-style: none; }
.contact-docket li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.17); }
.contact-docket li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.contact-docket li span { color: var(--lime); font-family: var(--display); font-size: 27px; line-height: .8; }
.contact-docket li strong { font-size: 13px; }
.contact-docket > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.legal-copy h1 { font-size: 62px; }

.site-footer { background: var(--navy); color: var(--white); }
.footer-main { width: var(--shell); max-width: 1180px; margin: 0 auto; padding: 65px 0 56px; display: grid; grid-template-columns: 1.5fr .7fr .9fr; gap: 70px; }
.footer-brand img { width: 200px; height: 66px; object-fit: contain; object-position: left center; margin-bottom: 20px; }
.footer-brand p { max-width: 360px; margin-bottom: 20px; color: rgba(255,255,255,.6); font-size: 13px; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 17px; }
.footer-actions a { color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-actions a:hover { color: var(--white); }
.footer-col { display: grid; align-content: start; gap: 10px; }
.footer-col h2 { margin-bottom: 8px; color: var(--lime); font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a, .footer-col p { margin: 0; color: rgba(255,255,255,.67); font-size: 13px; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom { width: var(--shell); max-width: 1180px; margin: 0 auto; padding: 18px 0 23px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom span:last-child { display: flex; gap: 16px; }
.footer-bottom a:hover { color: var(--lime); }

.lightbox { width: min(950px, calc(100% - 32px)); padding: 15px; border: 0; background: var(--deep); color: var(--white); }
.lightbox::backdrop { background: rgba(7,24,43,.88); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: 12px; }
.lightbox-close { position: absolute; top: 4px; right: 8px; border: 0; background: transparent; color: var(--lime); font-size: 34px; line-height: 1; cursor: pointer; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .nav-wrap { min-height: 72px; }
  .brand, .brand img { width: 150px; }
  .brand img { height: 52px; }
  .menu-toggle { display: block; }
  .site-menu { position: absolute; top: 72px; right: 18px; left: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 8px 18px 18px; background: var(--deep); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 15px 35px rgba(0,0,0,.25); }
  .site-menu.open { display: flex; }
  .site-menu a, .site-menu .nav-cta { padding: 14px 0; }
  .site-menu a:not(.nav-cta)::after { bottom: 7px; }
  .site-menu .nav-cta { padding: 14px; text-align: center; }
  .hero { padding: 68px 0 80px; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-media { min-height: min(590px, 76vw); }
  .page-hero-media { width: min(100%, 520px); }
  .page-hero-media img { height: 300px; }
  .feature-service, .content-grid, .contact-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .split-intro, .split-heading, .mobile-service-layout, .process-layout, .gallery-intro { grid-template-columns: 1fr; gap: 34px; }
  .gallery-note { justify-content: flex-start; }
  .standard-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid-full { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid-full .gallery-card:nth-child(3n) { margin-top: 0; }
  .gallery-grid-full .gallery-card:nth-child(2n) { margin-top: 25px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1.3fr 1fr; gap: 40px; }
  .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); }
  h1 { font-size: clamp(52px, 16vw, 80px); }
  h2 { font-size: 44px; }
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 13px; margin-bottom: 35px; }
  .signal-inner { flex-wrap: wrap; gap: 8px 12px; padding: 13px 0; font-size: 22px; }
  .signal-inner a { width: 100%; margin: 2px 0 0; }
  .hero { padding-top: 52px; }
  .hero-media { min-height: 96vw; }
  .hero-media > img { inset: 0 18px 18px 0; width: calc(100% - 18px); height: calc(100% - 18px); }
  .hero-frame { inset: 18px 0 0 18px; }
  .hero-sticker { right: -4px; top: 32px; width: 116px; padding: 14px 11px; }
  .hero-sticker strong { font-size: 22px; }
  .hero-sticker span { font-size: 8px; }
  .feature-service-photo { min-height: 300px; }
  .feature-service-copy { padding: 30px 24px; }
  .mobile-service-details { grid-template-columns: 1fr; }
  .mobile-service-poster { min-height: 240px; }
  .standard-grid, .process-grid, .gallery-grid, .gallery-grid-full { grid-template-columns: repeat(2, 1fr); }
  .standard-grid article, .process-grid li { min-height: 0; padding: 23px 18px; }
  .standard-grid article > span, .process-grid li > span { margin-bottom: 25px; }
  .standard-grid h3, .process-grid li h3 { font-size: 26px; }
  .gallery-grid-home .gallery-card:nth-child(n), .gallery-grid-full .gallery-card:nth-child(n) { margin-top: 0; }
  .gallery-grid-home .gallery-card:nth-child(2n), .gallery-grid-full .gallery-card:nth-child(2n) { margin-top: 20px; }
  .service-row { grid-template-columns: 42px 1fr 22px; gap: 12px; }
  .service-row > strong { grid-column: 2; justify-self: start; margin-top: 5px; font-size: 25px; text-align: left; }
  .service-row h2 { font-size: 35px; }
  .service-row p { font-size: 13px; }
  .page-hero { padding: 48px 0 59px; }
  .page-hero-copy h1 { font-size: 59px; }
  .page-hero-media, .page-hero-media img { min-height: 220px; height: 220px; }
  .prose h2 { font-size: 37px; }
  .prose p { font-size: 15px; }
  .answer-block { padding: 23px 20px; }
  .answer-block h2 { font-size: 31px; }
  .contact-phone { font-size: 53px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; padding: 50px 0 42px; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
