:root {
  --ink: #080a09;
  --charcoal: #111512;
  --panel: #171d19;
  --green: #31e20c;
  --green-dark: #26ba0d;
  --white: #f7f8f6;
  --muted: #aeb7b0;
  --line: rgba(255,255,255,.14);
  --max: 1240px;
  --body: clamp(1.05rem, .98rem + .28vw, 1.2rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: var(--body); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.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: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--green); color: #071006; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 86px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 2rem; padding: .8rem max(1.3rem, calc((100vw - var(--max)) / 2)); background: rgba(8,10,9,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand img { width: 172px; height: 62px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; gap: clamp(1rem, 1.5vw, 1.5rem); }
.site-nav a { white-space: nowrap; }
.site-header { grid-template-columns: 172px 1fr auto; gap: 1.3rem; }
.page-intro { background: var(--charcoal); }
.page-intro h1 { max-width: 1000px; }
.page-intro .hero-intro { margin-bottom: 0; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.team-grid article { border-top: 3px solid var(--green); padding-top: 2rem; }
.team-initial { color: var(--green); font-size: 5rem; font-weight: 900; line-height: 1; margin-bottom: 2rem; }
.team-grid h2 { font-size: 2.8rem; }
.team-grid article > p:last-child { color: #c5cdc7; font-size: var(--body); }
@media (min-width: 901px) and (max-width: 1150px) { .header-call { display: none; } .site-header { grid-template-columns: 172px 1fr; } }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr; } }
.site-nav a, .header-call { text-decoration: none; font-weight: 700; font-size: .9rem; letter-spacing: .02em; }
.site-nav a { color: #dfe4e0; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green); }
.site-nav a[aria-current="page"] { color: var(--green); }
.header-call { padding: .7rem 1rem; border: 1px solid var(--green); color: var(--green); }
.menu-toggle { display: none; }

.hero { max-width: 1480px; margin: 0 auto; min-height: min(820px, calc(100vh - 86px)); display: grid; grid-template-columns: 1.02fr .98fr; border-inline: 1px solid var(--line); }
.hero-copy { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 5.5vw, 6rem); align-self: center; }
.eyebrow { margin: 0 0 1.2rem; color: var(--green); font-size: .78rem; line-height: 1.3; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 1.5rem; font-size: clamp(3.4rem, 7vw, 7rem); line-height: .93; letter-spacing: -.065em; text-wrap: balance; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.5rem, 5vw, 5.3rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
h3 { line-height: 1.15; letter-spacing: -.025em; }
.hero-intro { max-width: 680px; color: #d0d7d2; font-size: clamp(1.15rem, 1.35vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .75rem 1.3rem; text-decoration: none; font-weight: 900; font-size: .92rem; }
.button-primary { background: var(--green); color: #081007; }
.button-primary:hover, .button-primary:focus-visible { background: #55ff31; }
.button-secondary { border: 1px solid var(--line); color: var(--white); }
.hero-media { position: relative; min-height: 630px; overflow: hidden; background: var(--panel); }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,10,9,.04), rgba(8,10,9,.5)); }
.hero-media::after { content: ""; position: absolute; left: 0; top: 0; z-index: 2; height: 42%; width: 7px; background: var(--green); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.82) contrast(1.04); }
.media-stamp { position: absolute; z-index: 3; right: 1.5rem; bottom: 1.5rem; display: grid; min-width: 230px; padding: 1rem 1.15rem 1.15rem; overflow: hidden; background: rgba(8,10,9,.94); border-left: 5px solid var(--green); color: var(--white); font-family: "Arial Narrow", Impact, Arial, sans-serif; font-style: italic; font-weight: 900; line-height: .9; text-align: left; text-transform: uppercase; box-shadow: 0 12px 35px rgba(0,0,0,.3); }
.media-stamp::after { content: ""; width: 72%; height: 4px; margin-top: .65rem; background: var(--green); transform: skewX(-18deg); }
.media-stamp strong { color: var(--green); font-size: 1.75rem; letter-spacing: .01em; }
.media-stamp span { font-size: 1.1rem; letter-spacing: .035em; }

.proof { max-width: 1480px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; align-items: end; min-height: 570px; padding: 14rem clamp(1.25rem, 4vw, 4rem) 4rem; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.36)), url("facts-boarded-access.webp") center 65% / cover no-repeat; }
.proof div { min-width: 0; width: 90%; justify-self: center; min-height: 145px; display: flex; flex-direction: column; justify-content: center; gap: .65rem; padding: 1.25rem; background: rgba(8,10,9,.56); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.proof strong { color: #fff; font-size: clamp(2.4rem, 3.5vw, 3.5rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.05; }
.proof span { color: #fff; font-size: 1rem; line-height: 1.5; text-align: right; }


.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 4vw, 4rem); border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-label { display: flex; gap: .85rem; align-items: center; margin-bottom: clamp(3rem, 6vw, 6rem); color: var(--muted); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { color: var(--green); }
.section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.copy-stack { max-width: 640px; }
.copy-stack p, .section-heading p, .service-grid p, .experience-points p, .local-copy p { color: #c5cdc7; }
.copy-stack p:last-child { margin-bottom: 0; }
.text-link { display: inline-flex; gap: .65rem; align-items: center; margin-top: 1rem; color: var(--green); font-weight: 900; text-decoration: none; border-bottom: 2px solid var(--green); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(.3rem); }

.subhero { max-width: 1480px; min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.subhero-copy { align-self: center; padding: clamp(5rem, 8vw, 8rem) clamp(1.4rem, 5.5vw, 6rem); }
.subhero-copy h1 { font-size: clamp(3.3rem, 6.4vw, 6.5rem); }
.subhero-media { position: relative; min-height: 600px; overflow: hidden; }
.subhero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8,10,9,.45)); }
.subhero-media img { width: 100%; height: 100%; object-fit: cover; }

.services { background: var(--charcoal); }
.service-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.service-photo { position: relative; display: flex; align-items: flex-end; min-height: 37rem; overflow: hidden; isolation: isolate; background: var(--panel); }
.service-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.service-photo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.02) 20%, rgba(0,0,0,.65) 55%, rgba(0,0,0,.95) 100%); }
.service-photo-copy { width: 100%; padding: clamp(1.4rem, 3vw, 2.2rem); padding-top: 15rem; }
.service-photo-copy > span { color: var(--green); font-size: .9rem; font-weight: 900; }
.service-photo-copy h3 { margin: .7rem 0 .8rem; font-size: clamp(1.8rem, 2.7vw, 2.6rem); }
.service-photo-copy p { margin: 0; color: #f2f4f2; font-size: var(--body); line-height: 1.55; }
@media (max-width: 650px) { .service-photo-grid { grid-template-columns: 1fr; } .service-photo { min-height: 34rem; } }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-page .service-grid { grid-template-columns: repeat(4, 1fr); }
.service-grid article { min-height: 300px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-grid article:hover { background: var(--panel); transform: translateY(-3px); }
.service-grid article > span { color: var(--green); font-size: .75rem; font-weight: 900; }
.service-grid h3 { margin: 3.5rem 0 1rem; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.service-grid p { margin-bottom: 0; font-size: 1rem; }

.values-section { background: var(--charcoal); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 300px; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid article > span { color: var(--green); font-size: .75rem; font-weight: 900; }
.value-grid h3 { margin: 4rem 0 1rem; font-size: clamp(1.6rem, 2.4vw, 2.4rem); }
.value-grid p { margin-bottom: 0; color: #c5cdc7; font-size: 1rem; }

.experience { position: relative; overflow: hidden; }
.experience::after { content: ""; position: absolute; right: -8%; top: 8%; width: 44%; height: 84%; opacity: .13; background: repeating-linear-gradient(90deg, var(--green) 0 3px, transparent 3px 70px), repeating-linear-gradient(0deg, var(--green) 0 3px, transparent 3px 70px); transform: skewY(-5deg); pointer-events: none; }
.experience-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.experience-points article { padding: 0 0 2.2rem 1.5rem; border-left: 3px solid var(--green); }
.experience-points article + article { padding-top: 2.2rem; border-top: 1px solid var(--line); }
.experience-points h3 { font-size: 1.5rem; }
.experience-points p { margin-bottom: 0; }

.project-gallery { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; margin-top: clamp(4rem, 8vw, 8rem); }
.project-gallery figure { position: relative; grid-column: span 4; min-height: 430px; margin: 0; overflow: hidden; background: var(--panel); }
.project-gallery .project-feature { grid-column: span 8; }
.project-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.03); transition: transform .45s ease, filter .45s ease; }
.project-gallery figure:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.project-gallery figcaption { position: absolute; inset: auto 0 0; display: grid; gap: .15rem; padding: 3.5rem 1.2rem 1.2rem; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.project-gallery figcaption span { color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-gallery figcaption strong { font-size: 1rem; }

.local { position: relative; min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; background: var(--green); color: #071006; overflow: hidden; }
.local-mark { position: absolute; left: -1.4rem; bottom: -4rem; color: rgba(7,16,6,.09); font-size: clamp(6rem, 15vw, 13rem); font-weight: 900; letter-spacing: -.08em; white-space: nowrap; }
.local-copy { position: relative; z-index: 1; grid-column: 2; }
.community-photo { position: relative; z-index: 1; align-self: stretch; min-height: 520px; margin: 0; overflow: hidden; box-shadow: 18px 18px 0 rgba(7,16,6,.18); }
.community-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.community-photo figcaption { position: absolute; inset: auto 1rem 1rem; width: fit-content; padding: .55rem .75rem; background: #071006; color: var(--white); font-size: .78rem; font-weight: 800; }
.local .eyebrow, .local-copy p { color: #173310; }
.local h2 { max-width: 650px; }

.testimonial blockquote { margin: 0; }
.testimonial blockquote > p { max-width: 1020px; margin-bottom: 2.2rem; font-size: clamp(2rem, 4.2vw, 4rem); line-height: 1.14; letter-spacing: -.045em; }
.testimonial blockquote footer { display: flex; gap: 1rem; align-items: center; font-size: .9rem; }
.testimonial blockquote footer span { color: var(--muted); }

.contact { max-width: 1480px; min-height: 480px; margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) max(1.3rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; background: var(--white); color: var(--ink); }
.contact h2 { max-width: 760px; margin-bottom: 0; }
.contact .eyebrow { color: #218f0d; }
.contact-number { color: var(--ink); font-size: clamp(2rem, 4.5vw, 4.8rem); font-weight: 900; letter-spacing: -.045em; text-decoration-color: var(--green-dark); text-decoration-thickness: 5px; text-underline-offset: .18em; }
.contact > p { grid-column: 2; margin: -3.5rem 0 0; color: #4b514d; }

.contact-page-hero { max-width: 1480px; min-height: 680px; margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) max(1.3rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; border-bottom: 1px solid var(--line); background: var(--charcoal); }
.contact-page-hero > div:first-child { max-width: 750px; }
.contact-page-hero h1 { margin-bottom: 1.6rem; }
.contact-card { position: relative; padding: clamp(2rem, 4vw, 4rem); overflow: hidden; background: var(--white); color: var(--ink); }
.contact-card > span { display: block; margin-bottom: 1.5rem; color: #218f0d; font-size: .875rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-card > a { position: relative; color: var(--ink); font-size: clamp(3rem, 6vw, 6rem); font-weight: 900; line-height: 1.05; letter-spacing: -.06em; text-decoration: underline; text-decoration-color: var(--green-dark); text-decoration-thickness: 4px; text-underline-offset: .14em; }
.contact-card p { margin: 2rem 0 0; color: #4b514d; font-size: .875rem; font-weight: 600; }
.quote-details .button { margin-top: 1rem; }
.contact-details-section { background: var(--charcoal); color: var(--white); padding-block: 2.5rem; }
.contact-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.contact-detail-grid article { min-width: 0; padding: 1.4rem; display: flex; flex-direction: column; justify-content: flex-start; gap: .75rem; border: 1px solid var(--line); border-top: 2px solid var(--green); background: var(--black, #080a09); }
.contact-detail-grid article > span { color: var(--muted); font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-detail-grid strong { max-width: 320px; font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.3; }
.contact-detail-grid article div { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; }
.contact-detail-grid a { color: var(--white); font-weight: 700; text-decoration-color: var(--green); text-underline-offset: .25em; padding-block: .35rem; }
.contact-detail-grid a:hover { color: var(--green); }

.site-footer { max-width: 1480px; margin: 0 auto; padding: 3rem max(1.3rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 180px 1fr auto; gap: 2rem; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.site-footer img { width: 160px; height: 60px; object-fit: contain; }
.site-footer p { margin: 0; }
.social-links { display: flex; gap: 1.2rem; }
.social-links a { color: var(--white); font-weight: 700; text-decoration-color: var(--green); text-underline-offset: .25em; }
.copyright { grid-column: 2; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 74px; padding-block: .55rem; }
  .brand img { width: 145px; height: 54px; }
  .header-call { display: none; }
  .menu-toggle { display: grid; width: 48px; height: 48px; padding: 12px; place-content: center; gap: 5px; background: transparent; border: 1px solid var(--line); color: var(--white); }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: currentColor; }
  .site-nav { position: fixed; inset: 74px 0 auto; display: none; padding: 1.4rem; flex-direction: column; align-items: center; gap: 0; background: #0d100e; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 1rem; text-align: center; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; }
  .subhero { grid-template-columns: 1fr; }
  .subhero-media { min-height: 540px; }
  .hero-copy { padding-top: 5rem; padding-bottom: 4rem; }
  .hero-media { min-height: 72vh; max-height: 760px; }
  .proof { grid-template-columns: 1fr; min-height: 520px; align-content: end; gap: 1.25rem; padding: 7rem 1.25rem 2rem; background-position: right center; }
  .proof div { width: 90%; max-width: 460px; min-height: 105px; padding: 1rem 1.15rem; gap: .5rem; }
  .proof strong { font-size: clamp(2rem, 8vw, 2.8rem); }
  .proof span { font-size: .9375rem; line-height: 1.4; }
  .section-grid, .section-heading, .experience-layout, .local { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .local-copy { grid-column: 1; }
  .community-photo { min-height: 360px; }
  .project-gallery figure, .project-gallery .project-feature { grid-column: span 6; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-page .service-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 240px; }
  .contact-page-hero { grid-template-columns: 1fr; }
  .contact-card { max-width: 580px; }
  .contact-detail-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact > p { grid-column: 1; margin: 0; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .copyright { grid-column: 1; }
}

@media (max-width: 590px) {
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-actions, .button { width: 100%; }
  .hero-media { min-height: 560px; }
  .subhero { min-height: 0; }
  .subhero-media { min-height: 470px; }
  .media-stamp { right: 1rem; bottom: 1rem; min-width: 205px; }
  .section { padding-inline: 1.25rem; }
  .section-label { margin-bottom: 3rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-page .service-grid { grid-template-columns: 1fr; }
  .project-gallery { grid-template-columns: 1fr; }
  .project-gallery figure, .project-gallery .project-feature { grid-column: 1; min-height: 420px; }
  .service-grid article { min-height: 250px; }
  .local { min-height: 590px; }
  .testimonial blockquote > p { font-size: 1.9rem; }
  .testimonial blockquote footer { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .contact { min-height: 530px; }
  .contact-number { font-size: 2.15rem; }
}

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

/* Compact brand signature in the mobile header. */
.header-slogan { display: none; }
@media (max-width: 900px) {
 .site-header { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: .65rem; }
 .site-header .brand { min-width: 0; justify-self: start; }
 .site-header .menu-toggle { justify-self: end; }
 .header-slogan { display: grid; justify-self: center; color: var(--white); font-family: "Arial Narrow", Impact, Arial, sans-serif; font-style: italic; font-weight: 900; text-transform: uppercase; line-height: 1; white-space: nowrap; }
 .header-slogan span { font-size: .8rem; }
 .header-slogan strong { color: var(--green); font-size: 1.1rem; }
 .header-slogan::after { content: ""; height: 2px; margin-top: .25rem; background: var(--green); }
 .brand img { width: min(100%, 145px); }
}
@media (max-width: 360px) {
 .site-header { padding-inline: .75rem; gap: .45rem; }
 .header-slogan span { font-size: .7rem; }
 .header-slogan strong { font-size: .95rem; }
}

/* Team portraits and introductions. */
.team-photo { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; margin-bottom: 2rem; background: var(--panel); }
.team-photo-sam { object-position: 50% 50%; }
.team-photo-jack { object-position: 65% 65%; }
.team-photo-eddi { object-position: 50% 20%; }
.team-grid article > p:not(.eyebrow) { color: #c5cdc7; font-size: var(--body); }
.team-grid .eyebrow { min-height: 2.6em; line-height: 1.5; }

/* Linked Google rating; figures are maintained manually. */
.google-rating { display: inline-flex; flex-direction: column; align-items: center; gap: .65rem; width: 290px; max-width: 100%; padding: 1.5rem 1.25rem; border: 2px solid transparent; border-radius: 12px; background: #fff; color: #151715; text-decoration: none; line-height: 1.3; }
.google-rating:hover, .google-rating:focus-visible { border-color: var(--green); outline: 3px solid var(--green); outline-offset: 3px; }
.google-rating-title { font-size: 1.1rem; font-weight: 700; }
.google-rating-score { display: flex; align-items: center; gap: .7rem; }
.google-rating-score strong { font-size: 2.5rem; line-height: 1; }
.google-rating-stars { position: relative; display: inline-block; font-family: Arial, sans-serif; font-size: 2rem; letter-spacing: 0; line-height: 1.2; white-space: nowrap; color: #dadce0; }
.google-rating-stars > span:last-child { position: absolute; inset: 0 auto 0 0; width: 96%; overflow: hidden; color: #fbbc04; }
.google-rating-count { color: #595f63; font-size: 1rem; text-decoration: underline; text-underline-offset: .2em; }

/* Pre-launch readability, keyboard access and compact-screen fixes. */
:where(a, button):focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.section-label, .eyebrow, .project-gallery figcaption span, .community-photo figcaption { font-size: .875rem; }
.section-grid > *, .section-heading > *, .team-grid > *, .contact > *, .site-footer > * { min-width: 0; }
.footer-email, .company-details-link { grid-column: 1 / -1; }
.footer-email a, .contact-email a { overflow-wrap: anywhere; text-underline-offset: .2em; }
.footer-email a { color: var(--white); }
.company-details-link { font-size: .875rem; }
.company-information { padding-block: 2rem; }
.company-information h2 { font-size: 1.25rem; letter-spacing: 0; margin-bottom: 1rem; }
.company-information p { font-size: .875rem; line-height: 1.7; color: var(--muted); margin: 0; }
.contact-email { margin: 1.25rem 0 0; }
section[id] { scroll-margin-top: 100px; }
.site-nav.open { max-height: calc(100dvh - 74px); overflow-y: auto; }
@media (min-width: 901px) and (max-width: 1150px) {
 .contact { grid-template-columns: 1fr; }
 .contact > p { grid-column: 1; margin: 0; }
}
@media (max-width: 590px) {
 .page-intro { padding-block: 3.5rem; }
 .google-rating-score { flex-wrap: wrap; justify-content: center; }
}

/* Homepage introduction over the Bostock Hall project photo. */
.hero-overlay { position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr; min-height: 720px; overflow: hidden; }
.hero-overlay .hero-media { position: absolute; inset: 0; z-index: -1; min-height: 0; max-height: none; }
.hero-overlay .hero-media img { height: 100%; width: 100%; object-fit: cover; object-position: center 48%; filter: none; }
.hero-overlay .hero-media::before { background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.67) 43%, rgba(0,0,0,.15) 100%); }
.hero-overlay .hero-media::after { display: none; }
.hero-overlay .hero-copy { position: relative; z-index: 2; width: 100%; padding: clamp(4rem, 7vw, 7rem) clamp(1.4rem, 5.5vw, 6rem); }
.hero-overlay h1 { max-width: 830px; font-size: clamp(3.2rem, 5.7vw, 5.6rem); line-height: 1.03; letter-spacing: -.045em; color: #fff; }
.hero-overlay .eyebrow { color: #fff; }
.hero-overlay .hero-intro { max-width: 620px; color: #f0f2ef; }
.hero-overlay .button-secondary { background: rgba(0,0,0,.4); border-color: rgba(255,255,255,.65); }
.hero-overlay .button-secondary:hover { background: rgba(0,0,0,.7); }
@media (max-width: 900px) {
 .hero-overlay { min-height: 660px; }
 .hero-overlay .hero-media::before { background: linear-gradient(180deg, rgba(0,0,0,.64), rgba(0,0,0,.6) 55%, rgba(0,0,0,.82)); }
 .hero-overlay .hero-media img { object-position: 58% center; }
}
@media (max-width: 590px) {
 .hero-overlay { min-height: 640px; }
 .hero-overlay .hero-copy { padding: 3.5rem 1.25rem; align-self: end; }
 .hero-overlay h1 { max-width: 100%; font-size: clamp(2.5rem, 10.3vw, 3.6rem); line-height: 1.06; letter-spacing: -.04em; }
 .hero-overlay .eyebrow { font-size: .875rem; letter-spacing: .08em; }
 .hero-overlay .hero-intro { font-size: 1.0625rem; line-height: 1.6; }
 .hero-overlay .hero-actions { margin-top: 1.5rem; }
}

/* Page introductions over their project photos. */
.subhero-overlay { position: relative; isolation: isolate; grid-template-columns: 1fr; min-height: 680px; overflow: hidden; }
.subhero-overlay .subhero-media { position: absolute; inset: 0; z-index: -1; min-height: 0; }
.subhero-overlay .subhero-media img { object-position: center 40%; }
.subhero-overlay .subhero-media::after { background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.68) 45%, rgba(0,0,0,.22)); }
.subhero-overlay .subhero-copy { position: relative; z-index: 1; padding: clamp(4rem, 7vw, 7rem) clamp(1.4rem, 5.5vw, 6rem); }
.subhero-overlay h1 { max-width: 820px; font-size: clamp(3.2rem, 5.7vw, 5.6rem); line-height: 1.03; letter-spacing: -.045em; color: #fff; }
.subhero-overlay .eyebrow { color: #fff; }
.subhero-overlay .hero-intro { max-width: 620px; color: #f0f2ef; }
@media (max-width: 900px) {
 .subhero-overlay { min-height: 620px; }
 .subhero-overlay .subhero-media img { object-position: center center; }
 .subhero-overlay .subhero-media::after { background: linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.65) 40%, rgba(0,0,0,.84)); }
 .subhero-overlay .subhero-copy { align-self: end; }
}
@media (max-width: 590px) {
 .subhero-overlay { min-height: 580px; }
 .subhero-overlay .subhero-copy { padding: 3rem 1.25rem; }
 .subhero-overlay h1 { max-width: 100%; font-size: clamp(2.5rem, 10.3vw, 3.6rem); line-height: 1.06; letter-spacing: -.04em; }
 .subhero-overlay .eyebrow { font-size: .875rem; letter-spacing: .08em; }
 .subhero-overlay .hero-intro { font-size: 1.0625rem; line-height: 1.6; }
}

/* Services photograph keeps the scaffold in the lower part of the frame. */
.services-hero-overlay .subhero-media img { object-position: center 62%; }
@media (max-width: 590px) {
 .services-hero-overlay { min-height: 640px; }
 .services-hero-overlay .subhero-media img { object-position: center center; }
}

/* Distinct project photographs for the remaining page introductions. */
.projects-hero-overlay .subhero-media img { object-position: center 55%; }
.team-hero-overlay .subhero-media img { object-position: center 58%; }
.contact-photo-overlay { position: relative; isolation: isolate; overflow: hidden; background: transparent; }
.contact-photo-overlay > div:not(.subhero-media) { position: relative; z-index: 1; min-width: 0; }
.contact-photo-overlay .subhero-media { position: absolute; inset: 0; z-index: -1; min-height: 0; }
.contact-photo-overlay .subhero-media img { object-position: center 45%; }
.contact-photo-overlay .subhero-media::after { background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.68) 50%, rgba(0,0,0,.4)); }
.contact-photo-overlay h1 { font-size: clamp(3.2rem, 5.7vw, 5.6rem); line-height: 1.03; letter-spacing: -.045em; color: #fff; }
.contact-photo-overlay .eyebrow { color: #fff; }
.contact-photo-overlay .hero-intro { color: #f0f2ef; }
@media (max-width: 900px) {
 .contact-photo-overlay { gap: 2rem; padding-block: 4rem; }
 .contact-photo-overlay .subhero-media::after { background: linear-gradient(180deg, rgba(0,0,0,.6), rgba(0,0,0,.8)); }
}
@media (max-width: 590px) {
 .contact-photo-overlay { padding: 3rem 1.25rem; }
 .contact-photo-overlay h1 { font-size: clamp(2.5rem, 10.3vw, 3.6rem); line-height: 1.06; letter-spacing: -.04em; }
 .contact-photo-overlay .eyebrow { font-size: .875rem; letter-spacing: .08em; }
 .contact-photo-overlay .hero-intro { font-size: 1.0625rem; line-height: 1.6; }
 .contact-photo-overlay .contact-card { padding: 1.5rem; }
 .contact-photo-overlay .contact-card > a { font-size: 3rem; }
 .projects-hero-overlay .subhero-media img { object-position: 52% center; }
}

/* Tap-to-call shortcut alongside the mobile menu. */
.header-mobile-actions { display: none; }
@media (max-width: 900px) {
 .header-mobile-actions { display: flex; align-items: center; justify-self: end; gap: .25rem; }
 .header-phone { display: grid; place-items: center; width: 44px; height: 44px; color: var(--white); border: 1px solid var(--line); text-decoration: none; }
 .header-phone:hover { color: var(--green); border-color: var(--green); }
 .header-mobile-actions .menu-toggle { width: 44px; height: 44px; padding: 10px; }
}

/* Frame the selected phone screenshot inside its actual photograph. */
.project-gallery .project-photo-window { position: relative; width: 100%; height: 100%; min-height: 430px; aspect-ratio: 709 / 1120; overflow: hidden; }
.project-gallery .project-photo-window img { position: absolute; left: 0; top: -16.071429%; width: 100%; height: 137.142857%; object-fit: fill; }

/* Bostock Hall homepage background video. */
.hero-drone .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; opacity: 0; transition: opacity 1.2s ease; }
.hero-drone .hero-media video.is-playing { opacity: 1; }
.hero-drone .hero-copy { padding-bottom: 6rem; }
.drone-toggle { position: absolute; right: 1.25rem; bottom: 1.25rem; z-index: 3; padding: .6rem .9rem; min-height: 44px; background: rgba(8,10,9,.8); border: 1px solid rgba(255,255,255,.6); color: #fff; font: inherit; font-size: .875rem; cursor: pointer; }
.drone-toggle[hidden] { display: none; }
.drone-toggle:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { .hero-drone .hero-media video { transition: none; } }

/* A compact reviews link within the homepage quote panel. */
.contact-google-link { grid-column: 1 / -1; justify-self: start; display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; font-size: 1rem; font-weight: 700; color: var(--ink); text-decoration-color: #218f0d; text-underline-offset: .3em; }
.contact-google-link:hover { color: #218f0d; }
.contact-google-link:focus-visible { outline: 2px solid #218f0d; outline-offset: 4px; }
