:root {
  --black: #050505;
  --white: #ffffff;
  --soft: #f4f4f4;
  --soft-2: #e9e9e9;
  --line: rgba(255,255,255,.2);
  --line-dark: rgba(0,0,0,.16);
  --muted: #b9b9b9;
  --text-muted: #555;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(0,0,0,.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  color: var(--black);
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, iframe { max-width: 100%; }
:focus-visible { outline: 3px solid #ffca65; outline-offset: 3px; box-shadow: 0 0 0 6px var(--black); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.mobile-call { display: none; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; background: #d7aa62; color: var(--black); border: 1px solid #f2d29b; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 999; transform: translateY(-140%); background: var(--white); color: var(--black); padding: 12px 16px; border-radius: 999px; font-weight: 900; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section-dark { background: var(--black); color: var(--white); }
.section-light { background: var(--soft); color: var(--black); }

.site-header { position: fixed; inset: 18px 18px auto 18px; z-index: 50; display: flex; justify-content: center; align-items: flex-start; pointer-events: none; }
.pill { pointer-events: auto; border: 1px solid rgba(255,255,255,.24); background: rgba(5,5,5,.82); backdrop-filter: blur(18px); color: var(--white); border-radius: 0; box-shadow: 0 16px 50px rgba(0,0,0,.18); }
.nav-pill { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1180px, calc(100vw - 36px)); min-height: 60px; padding: 8px 10px; }
.brand { display: flex; align-items: center; gap: 22px; min-height: 44px; padding: 0 10px 0 4px; }
.brand::after { content: ''; width: 58px; height: 1px; background: rgba(255,255,255,.5); }
.brand-logo { position: relative; display: block; width: 108px; height: 64px; overflow: hidden; flex: 0 0 auto; }
.brand-logo img { position: absolute; top: -19px; left: -38px; width: 180px; max-width: none; height: auto; filter: invert(1); }
.nav-wrap { display: flex; align-items: center; min-height: 44px; padding: 0; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 12px 15px; border-radius: 0; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; opacity: .88; }
.site-nav a:hover, .site-nav a:focus-visible, .nav-cta { background: var(--white); color: var(--black); opacity: 1; }
.nav-toggle { display: none; background: var(--white); color: var(--black); border: 0; border-radius: 0; padding: 11px 16px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

@media (min-width: 1081px) {
  .nav-pill { width: min(1320px, calc(100vw - 48px)); padding: 8px 14px; }
  .site-nav { gap: 10px; }
  .site-nav a { padding-inline: 18px; }
}

.hero { position: relative; min-height: 800px; overflow: hidden; display: flex; align-items: center; padding: 126px 0 72px; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.18) 48%, rgba(0,0,0,.52)), url('images/roof replacement englewood nj.jpg') center/cover; transform: scale(1.01); }
.hero-overlay { background: radial-gradient(circle at 72% 42%, transparent 0 28%, rgba(0,0,0,.36) 72%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) 420px; gap: 40px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; width: fit-content; margin: 0 0 18px; padding: 8px 13px; border: 1px solid currentColor; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: 11px; line-height: 1; color: var(--muted); }
.eyebrow.dark { color: var(--text-muted); }
h1, h2, h3 { margin: 0; letter-spacing: 0; line-height: .95; }
h1 { font-size: clamp(44px, 6.2vw, 86px); max-width: 720px; }
h2 { font-size: clamp(42px, 6vw, 82px); }
h3 { font-size: clamp(36px, 4vw, 62px); }
.service-intro h2::after, .work-head h2::after, .scan-copy h2::after, .about-copy h2::after, .reviews-head h2::after, .business-card h2::after, .footer h2::after { content: ''; display: block; width: 76px; height: 3px; margin-top: 24px; background: currentColor; }
.hero-text { max-width: 560px; color: #f0f0f0; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 0; border: 1px solid currentColor; font-weight: 900; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-light { background: var(--white); color: var(--black); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-ghost { background: transparent; color: var(--white); }
.btn-outline { background: var(--white); color: var(--black); }
.proof-bar, .about-stats { display: flex; flex-wrap: wrap; gap: 10px; }
.proof-bar span, .about-stats span { border: 1px solid var(--line); border-radius: 0; padding: 12px 15px; color: #ddd; background: rgba(255,255,255,.04); }
.about-stats span { color: var(--black); border-color: var(--line-dark); background: var(--white); }

.lead-form { border-radius: 0; padding: 24px; display: grid; gap: 10px; }
.hero-form { background: rgba(255,255,255,.96); color: var(--black); box-shadow: var(--shadow); }
.footer-form { border: 1px solid var(--line); gap: 10px; }
.form-header { display: grid; gap: 6px; margin-bottom: 6px; }
.form-header span { text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 900; color: var(--text-muted); }
.form-header strong { font-size: 28px; letter-spacing: 0; }
label { font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 1px solid var(--line-dark); background: var(--white); color: var(--black); padding: 15px 14px; border-radius: 0; outline: none; }
select { appearance: none; -webkit-appearance: none; padding-right: 46px; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
textarea { min-height: 105px; resize: vertical; }
.footer-form input, .footer-form select, .footer-form textarea { background-color: #111; color: var(--white); border-color: var(--line); }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; text-transform: none; letter-spacing: 0; line-height: 1.45; font-size: 12px; font-weight: 700; color: var(--text-muted); }
.footer-form .consent-field { color: #d2d2d2; }
.consent-field input { width: 18px; height: 18px; margin: 1px 0 0; padding: 0; accent-color: var(--black); }
.footer-form .consent-field input { background: var(--white); accent-color: var(--white); }
.form-note { margin: 4px 0 0; color: var(--text-muted); font-size: 13px; }

.service-intro { padding: 90px 0 26px; display: grid; grid-template-columns: 1fr .9fr; gap: 40px; align-items: end; }
.service-intro p:last-child { color: var(--text-muted); font-size: 18px; line-height: 1.7; margin: 0; }
.services-showcase { padding-bottom: 90px; }
.service-menu { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 14px; scrollbar-width: thin; }
.service-tab { flex: 0 0 auto; border: 1px solid var(--line-dark); background: var(--white); padding: 14px 18px; border-radius: 0; font-weight: 900; transition: .2s ease; }
.service-tab.active, .service-tab:hover { background: var(--black); color: var(--white); transform: translateY(-2px); }
.service-panel { background: var(--black); color: var(--white); border-radius: 6px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; box-shadow: var(--shadow); min-height: 680px; }
.service-gallery { display: grid; grid-template-rows: 1fr 126px; gap: 12px; padding: 12px; }
.gallery-main { position: relative; width: 100%; min-height: 520px; border: 0; border-radius: 2px; overflow: hidden; background: #222 center/cover; }
.gallery-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.74)); }
.gallery-label { position: absolute; left: 20px; bottom: 20px; z-index: 1; background: var(--white); color: var(--black); padding: 12px 16px; font-weight: 900; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-thumb { border: 2px solid transparent; border-radius: 2px; background: #333 center/cover; min-height: 108px; position: relative; overflow: hidden; }
.gallery-thumb[aria-pressed="true"] { border-color: var(--white); }
.gallery-thumb span { position: absolute; left: 10px; right: 10px; bottom: 10px; color: var(--white); text-align: left; font-size: 12px; font-weight: 900; text-shadow: 0 2px 10px rgba(0,0,0,.9); }
.panel-content { padding: clamp(28px, 5vw, 58px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.panel-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 900; color: var(--muted); margin-bottom: 16px; }
.panel-content p { color: #d0d0d0; font-size: 18px; line-height: 1.7; }
.subservice-rail { display: flex; gap: 10px; overflow-x: auto; max-width: 100%; margin: 14px 0 22px; padding-bottom: 4px; }
.subservice-rail button { flex: 0 0 auto; border: 1px solid var(--line); color: var(--white); background: rgba(255,255,255,.06); border-radius: 0; padding: 13px 15px; font-weight: 900; }
.subservice-rail button.active { background: var(--white); color: var(--black); }
.service-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: 100%; margin: 0 0 28px; }
.service-details div { border: 1px solid var(--line); border-radius: 0; padding: 14px; background: rgba(255,255,255,.04); }
.service-details dt { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 7px; }
.service-details dd { margin: 0; font-weight: 800; }
.panel-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.work-strip { padding: 90px 0; }
.work-head { display: grid; grid-template-columns: 1fr .8fr; gap: 30px; align-items: end; margin-bottom: 28px; }
.work-head p:last-child { color: #ccc; line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 16px; }
.project-card { position: relative; border: 0; border-radius: 4px; overflow: hidden; background: #222; }
.project-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.85)), url('images/roof replacement ridgefield nj.jpg') center/cover; transition: transform .45s ease; }
.siding-card::before { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.85)), url('images/ggc-about-us.jpg'); }
.gutters-card::before { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.85)), url('images/gutter installation nj.jpg'); }
.commercial-card::before { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.85)), url('images/tpo roof installation nj.jpg'); }
.project-card:hover::before { transform: scale(1.08); }
.project-card.large { grid-column: span 2; grid-row: span 2; }
.project-card.wide { grid-column: span 2; }
.project-card span { position: absolute; left: 22px; bottom: 22px; padding: 12px 15px; color: var(--white); background: rgba(5,5,5,.72); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.scan-section { padding: 95px 0; background: var(--soft); }
.scan-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 54px; align-items: stretch; }
.scan-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px 0; }
.scan-copy > p:not(.eyebrow) { max-width: 580px; color: var(--text-muted); font-size: 18px; line-height: 1.7; margin: 24px 0; }
.scan-points { width: 100%; display: grid; gap: 0; margin: 2px 0 30px; border-top: 1px solid var(--line-dark); }
.scan-points div { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }
.scan-points strong { font-size: 12px; letter-spacing: .12em; color: var(--text-muted); }
.scan-points span { font-weight: 800; }

.scan-card { position: relative; min-height: 620px; overflow: hidden; isolation: isolate; border-radius: 6px; background: var(--black); box-shadow: var(--shadow); border: 1px solid rgba(182,138,74,.3); }
.scan-card img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; filter: contrast(1.04) saturate(1.05) brightness(.74); }
.scan-vignette { position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 50% 45%, transparent 28%, rgba(5,5,5,.7) 100%), linear-gradient(180deg, rgba(182,138,74,.14), rgba(5,5,5,.34)); pointer-events: none; }
.scan-grid { position: absolute; inset: 0; z-index: 2; background-image: linear-gradient(rgba(215,170,98,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(215,170,98,.22) 1px, transparent 1px); background-size: 44px 44px; opacity: .6; mix-blend-mode: screen; pointer-events: none; }
.scan-line { position: absolute; z-index: 2; top: -120px; left: 0; right: 0; height: 120px; background: linear-gradient(180deg, transparent, rgba(215,170,98,.14), rgba(255,249,232,.82), rgba(215,170,98,.14), transparent); filter: blur(.2px); mix-blend-mode: screen; animation: exteriorScan 4.5s linear infinite; pointer-events: none; }
@keyframes exteriorScan {
  from { transform: translateY(-120px); }
  to { transform: translateY(860px); }
}
.scan-hud { position: absolute; z-index: 3; padding: 15px 17px; border: 1px solid rgba(215,170,98,.64); background: rgba(5,5,5,.58); color: var(--white); backdrop-filter: blur(9px); font-family: inherit; letter-spacing: .08em; text-transform: uppercase; }
.scan-hud strong, .scan-hud span { display: block; }
.scan-hud strong { margin-bottom: 6px; font-size: 13px; }
.scan-hud span { color: rgba(255,249,232,.72); font-size: 10px; }
.scan-hud-top { top: 24px; left: 24px; }
.scan-hud-bottom { right: 24px; bottom: 24px; }

.about { padding: 95px 0; display: grid; grid-template-columns: .92fr 1fr; gap: 54px; align-items: center; }
.team-photo { min-height: 570px; border-radius: 6px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.22)), url('images/ggc-about-us.jpg') center/cover; box-shadow: var(--shadow); }
.about-copy p { color: var(--text-muted); font-size: 18px; line-height: 1.7; }
.process-list { display: grid; gap: 12px; margin-top: 26px; }
.process-list div { display: flex; align-items: center; gap: 16px; border: 1px solid var(--line-dark); padding: 18px; border-radius: 0; }
.process-list strong { font-size: 22px; }

.reviews { padding: 90px 0; }
.reviews-head { display: grid; grid-template-columns: 1fr .9fr; gap: 30px; margin-bottom: 32px; align-items: end; }
.reviews-head p:last-child { color: var(--text-muted); line-height: 1.7; }
.reel-row { display: grid; grid-template-columns: repeat(4, minmax(220px, 1fr)); gap: 18px; overflow-x: auto; padding-bottom: 8px; }
.reel-card { background: var(--white); border: 1px solid var(--line-dark); border-radius: 4px; padding: 12px; min-width: 235px; box-shadow: 0 16px 45px rgba(0,0,0,.08); }
.reel-frame { position: relative; aspect-ratio: 9 / 16; border-radius: 2px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.72)), url('images/roof repair nj.jpg') center/cover; overflow: hidden; }
.reel-two { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.8)), url('images/roof replacement closter nj.jpg'); }
.reel-three { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.8)), url('images/gutter cleaning nj.jpg'); }
.reel-four { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.8)), url('images/junk removal nj.jpg'); }
.reel-frame::before { content: 'Customer Review'; position: absolute; left: 14px; top: 14px; background: rgba(255,255,255,.9); color: var(--black); border-radius: 0; padding: 8px 10px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.reel-frame::after { content: 'Project Video'; position: absolute; left: 14px; bottom: 16px; color: var(--white); font-size: 20px; font-weight: 900; letter-spacing: 0; }
.play-button { position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; border: 2px solid var(--white); border-radius: 50%; background: rgba(0,0,0,.42); }
.play-button::after { content: ''; position: absolute; left: 29px; top: 22px; border-left: 22px solid var(--white); border-top: 14px solid transparent; border-bottom: 14px solid transparent; }
.reel-card span { display: block; padding: 13px 4px 3px; font-weight: 900; }

.city-band { padding: 34px 0; }
.city-inner { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; }
.city-title { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; color: var(--muted); }
.city-badges { display: flex; flex-wrap: wrap; gap: 9px; }
.city-badges a { border: 1px solid var(--line); border-radius: 0; padding: 11px 14px; font-weight: 900; color: var(--white); background: rgba(255,255,255,.04); transition: .18s ease; }
.city-badges a:hover, .city-badges a:focus-visible { background: var(--white); color: var(--black); transform: translateY(-3px); }

.business { padding: 95px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: stretch; }
.business-card { position: relative; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 6px; padding: clamp(26px, 4vw, 46px); }
.business-card address { margin: 24px 0; font-style: normal; line-height: 1.8; font-size: 18px; }
.business-card address a, .footer a { text-decoration: underline; text-underline-offset: 4px; }
.info-grid { display: grid; gap: 10px; }
.info-grid span { display: block; border: 1px solid var(--line-dark); border-radius: 0; padding: 15px; line-height: 1.45; }
.info-grid strong { display: block; margin-bottom: 5px; }
.map-embed { min-height: 540px; border: 2px solid var(--black); border-radius: 6px; overflow: hidden; }
.map-embed iframe { width: 100%; height: 100%; min-height: 540px; border: 0; display: block; }

.footer { padding: 90px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 470px; gap: 60px; align-items: start; }
.footer p { color: #d2d2d2; line-height: 1.8; }
.footer-logo { position: relative; display: block; width: 150px; height: 88px; overflow: hidden; margin: -10px 0 26px; }
.footer-logo img { position: absolute; top: -27px; left: -53px; width: 250px; max-width: none; height: auto; filter: invert(1); }

.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: block; }
body.modal-open { overflow: hidden; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.75); }
.modal-card { position: relative; width: min(720px, calc(100% - 32px)); margin: 8vh auto; background: var(--white); color: var(--black); border-radius: 4px; padding: 30px; box-shadow: var(--shadow); }
.modal-close { float: right; background: var(--black); color: var(--white); border: 0; border-radius: 0; padding: 10px 14px; font-weight: 900; }
.modal-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.modal-gallery span { min-height: 130px; border-radius: 2px; background: #ddd center/cover; }
.modal-gallery span:nth-child(1) { background-image: url('images/roof replacement ridgefield nj.jpg'); }
.modal-gallery span:nth-child(2) { background-image: url('images/gutter replacement.jpg'); }
.modal-gallery span:nth-child(3) { background-image: url('images/flat roof repair nj.jpg'); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .scan-line { animation: none !important; transform: translateY(370px); }
}

@media (max-width: 1080px) {
  .site-header { align-items: flex-start; justify-content: center; }                                                                                 
  .brand::after { display: none; }
  .mobile-call, .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 96px; min-height: 44px; padding: 0 12px; font-size: 12px; line-height: 1; }
  .mobile-call { margin-left: auto; text-align: center; }
  .nav-wrap { position: relative; }                      
  .site-nav { position: absolute; top: 66px; right: 0; display: none; flex-direction: column; align-items: stretch; width: min(320px, calc(100vw - 36px)); background: var(--black); border: 1px solid var(--line); border-radius: 0; padding: 10px; }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; }
}

@media(max-width:960px){.hero{min-height:auto}.hero-grid,.service-intro,.service-panel,.work-head,.scan-layout,.about,.reviews-head,.business,.footer-grid{grid-template-columns:1fr}.hero-grid{gap:26px}.service-panel{min-height:0}.service-gallery{grid-template-rows:390px 116px}.gallery-main{min-height:390px}.project-grid{grid-template-columns:1fr;grid-auto-rows:240px}.project-card.large,.project-card.wide{grid-column:auto;grid-row:auto}.scan-card{min-height:560px}.reel-row{grid-template-columns:repeat(4,235px)}.city-inner{grid-template-columns:1fr}}
@media(max-width:560px){.site-header{inset:10px}.nav-pill{width:100%;justify-content:space-between;min-height:54px}.brand{min-height:38px;padding:0 6px 0 2px}.brand-logo{width:88px;height:52px}.brand-logo img{top:-15px;left:-31px;width:146px}.mobile-call,.nav-toggle{width:76px;min-height:44px;padding:0 8px;font-size:11px}.nav-wrap{min-height:38px}.hero{padding-top:112px}h1{font-size:42px}.lead-form{padding:18px}.proof-bar span{width:100%}.service-menu{display:grid;grid-template-columns:1fr 1fr;overflow:visible}.service-tab{min-height:48px;padding:12px 8px;white-space:normal;line-height:1.2}.service-panel{overflow:visible}.service-gallery{grid-template-rows:320px auto}.gallery-main{min-height:320px}.gallery-thumbs{grid-template-columns:1fr 1fr}.gallery-thumb{min-height:96px}.panel-content{padding:24px 18px}.subservice-rail{flex-wrap:wrap;overflow:visible}.subservice-rail button{flex:1 1 45%;white-space:normal}.service-details{grid-template-columns:1fr}.scan-card{min-height:460px}.reel-row{grid-template-columns:repeat(4,minmax(245px,82vw));padding:0 18px 10px;scroll-snap-type:x mandatory}.reel-card{min-width:0;scroll-snap-align:center}}
