/* =====================================================================
   Cutting Edge Spraying — visual system (v2.1)
   Brand: deep navy + chrome/silver, from the logo. Fixes: service-card
   titles now dark on light cards; nav "Request a quote" readable on navy.
   ===================================================================== */

:root {
  --ink:          #091327;
  --ink-2:        #111F3D;
  --navy:         #14306B;
  --navy-deep:    #0A1B40;
  --chrome:       #CAD6E4;
  --chrome-hi:    #EEF4FA;
  --steel:        #6E90C8;
  --primer:       #EDF1F6;
  --on-light:     #0C1730;
  --on-light-mut: #4B5B77;
  --on-dark:      #EAF0F8;
  --on-dark-mut:  #96A6C4;
  --line-dark:    rgba(255,255,255,.12);
  --line-light:   rgba(12,23,48,.14);
  --display: "Montserrat", system-ui, sans-serif;
  --body:    "Inter", system-ui, sans-serif;
  --wrap: 1180px;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --sp: clamp(4.5rem, 9vw, 8rem);
  --r: 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body { font-family: var(--body); background: var(--ink); color: var(--on-dark); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--pad); }
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.05; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; }

.eyebrow { font-family: var(--body); font-size: .74rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--chrome); display: inline-flex; align-items: center; gap: .6rem; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--chrome); opacity: .7; }

.btn { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--display); font-weight: 700; font-size: .92rem; padding: .95rem 1.6rem; border-radius: 100px; border: 1px solid transparent; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.btn-primary { background: linear-gradient(180deg, var(--chrome-hi) 0%, var(--chrome) 100%); color: #0C1730; box-shadow: 0 1px 0 rgba(255,255,255,.6) inset; }
.btn-primary:hover { transform: translateY(-2px); background: var(--chrome-hi); }
.btn-ghost { border-color: var(--line-dark); color: var(--on-dark); }
.btn-ghost:hover { border-color: var(--chrome); color: var(--chrome); transform: translateY(-2px); }
.btn-lg { padding: 1.1rem 2rem; font-size: 1rem; }

.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 1rem var(--pad); transition: background .3s ease, padding .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.nav.scrolled { background: color-mix(in srgb, var(--ink) 90%, transparent); backdrop-filter: blur(12px); border-bottom-color: var(--line-dark); padding-block: .65rem; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 44px; width: auto; display: block; transition: height .3s ease; }
.nav.scrolled .brand img { height: 38px; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: .92rem; color: var(--on-dark-mut); transition: color .2s; }
.nav-links a:hover { color: var(--on-dark); }
.nav-toggle { display: none; background: none; border: 0; color: var(--on-dark); font-size: 1.5rem; cursor: pointer; }

/* Nav quote button — readable on navy in both states */
.nav .btn-primary { background: var(--chrome); color: #0A1B40; font-weight: 800; box-shadow: none; }
.nav .btn-primary:hover { background: var(--navy-deep); color: var(--chrome-hi); border-color: var(--chrome); }

.hero { position: relative; min-height: 92vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,19,39,.78) 0%, rgba(9,19,39,.42) 30%, rgba(9,19,39,.44) 60%, rgba(9,19,39,.84) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 5rem; display: flex; flex-direction: column; align-items: center; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.hero .eyebrow { justify-content: center; }
.hero h1 { font-size: clamp(2.6rem, 6.5vw, 5rem); max-width: 18ch; margin: 1.2rem 0 1.2rem; color: var(--on-dark); }
.hero h1 em { font-style: normal; color: var(--chrome); }
.hero p.lede { font-size: clamp(1.05rem, 2vw, 1.25rem); color: #dce4f1; max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.2rem; justify-content: center; }
.hero-trust { margin-top: 2.6rem; display: flex; flex-wrap: wrap; gap: 1.2rem 2rem; justify-content: center; font-size: .85rem; color: #c3cee0; }
.hero-trust b { color: #fff; font-weight: 700; }
.hero .btn-ghost { border-color: rgba(255,255,255,.4); }

.strip { background: var(--ink-2); border-block: 1px solid var(--line-dark); }
.strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.strip .cell { padding: 2rem 1.25rem; }
.strip .num { font-family: var(--display); font-size: 1.9rem; color: var(--chrome); font-weight: 800; }
.strip .lab { font-size: .85rem; color: var(--on-dark-mut); margin-top: .35rem; }

.section { padding-block: var(--sp); }
.section-light { background: var(--primer); color: var(--on-light); }
.section-light .eyebrow { color: #3a5a94; }
.section-light .eyebrow::before { background: #3a5a94; }
.section-head { max-width: 60ch; margin-bottom: 3.2rem; }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin: 1rem 0 1rem; color: var(--on-dark); }
.section-light .section-head h2 { color: var(--on-light); }
.section-light .section-head p { color: var(--on-light-mut); font-size: 1.08rem; }

.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); border-radius: var(--r); overflow: hidden; }
.svc { background: var(--primer); padding: 2.2rem 1.9rem; transition: background .3s ease; }
.svc:hover { background: #fff; }
.svc .idx { font-family: var(--display); font-weight: 700; font-size: .8rem; color: #3a5a94; letter-spacing: .1em; }
.svc h3 { font-size: 1.3rem; margin: .8rem 0 .6rem; color: var(--on-light); }
.svc p { color: var(--on-light-mut); font-size: .96rem; }

.approach { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.approach .card { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r); padding: clamp(1.8rem, 4vw, 3rem); }
.approach h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); color: var(--on-dark); }
.approach ul { list-style: none; margin-top: 1.6rem; display: grid; gap: 1.1rem; }
.approach li { display: flex; gap: .9rem; color: var(--on-dark-mut); }
.approach li b { color: var(--on-dark); font-weight: 600; }
.approach li::before { content: "\2713"; color: var(--chrome); font-weight: 700; }

.grid-projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.pcard { border-radius: var(--r); overflow: hidden; background: var(--ink-2); border: 1px solid var(--line-dark); transition: transform .3s ease, border-color .3s ease; }
.pcard:hover { transform: translateY(-4px); border-color: var(--chrome); }
.pcard .thumb { aspect-ratio: 4/3; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); position: relative; overflow: hidden; }
.pcard .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pcard .thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 45%, rgba(255,255,255,.12) 50%, transparent 55%); }
.pcard .body { padding: 1.4rem 1.5rem 1.7rem; }
.pcard h3 { font-size: 1.2rem; color: var(--on-dark); }
.pcard p { color: var(--on-dark-mut); font-size: .93rem; margin-top: .5rem; }

.cta { background: radial-gradient(120% 140% at 20% 20%, var(--navy) 0%, var(--navy-deep) 60%, var(--ink) 100%); border-radius: calc(var(--r) + 6px); padding: clamp(2.5rem, 6vw, 5rem); text-align: center; position: relative; overflow: hidden; }
.cta h2 { font-size: clamp(2rem, 5vw, 3.4rem); margin-bottom: 1rem; color: var(--on-dark); }
.cta p { color: var(--on-dark-mut); max-width: 48ch; margin: 0 auto 2rem; }

.form { display: grid; gap: 1.3rem; max-width: 640px; width: 100%; min-width: 0; }
.form .row { display: grid; gap: 1.3rem; grid-template-columns: 1fr 1fr; min-width: 0; }
.field { display: grid; gap: .5rem; min-width: 0; }
.field label { font-size: .85rem; color: var(--on-dark-mut); font-weight: 500; }
.field input, .field textarea { width: 100%; max-width: 100%; min-width: 0; background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 10px; padding: .85rem 1rem; color: var(--on-dark); font: inherit; font-size: .98rem; transition: border-color .2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--chrome); }
.field textarea { min-height: 130px; resize: vertical; }
.form .note { font-size: .82rem; color: var(--on-dark-mut); }
.alert { padding: 1rem 1.2rem; border-radius: 10px; font-size: .95rem; }
.alert-ok { background: rgba(202,214,228,.14); border: 1px solid var(--chrome); color: var(--chrome-hi); }
.alert-err { background: rgba(220,90,90,.12); border: 1px solid #d98a8a; color: #f0c2c2; }
.errs { list-style: none; display: grid; gap: .3rem; }

.footer { border-top: 1px solid var(--line-dark); padding-block: 3.5rem; margin-top: var(--sp); }
.footer .wrap { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; }
.footer .brand img { height: 54px; width: auto; }
.footer a { color: var(--on-dark-mut); font-size: .92rem; display: block; margin-top: .5rem; transition: color .2s; }
.footer a:hover { color: var(--chrome); }
.footer strong { font-family: var(--display); }
.footer .fine { width: 100%; border-top: 1px solid var(--line-dark); margin-top: 2rem; padding-top: 1.5rem; color: var(--on-dark-mut); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }


/* ---- reusable feature banner (image + centred overlay text) -------- */
.feature-banner { position: relative; min-height: clamp(540px, 74vh, 780px); display: flex; align-items: center; justify-content: center; text-align: center; padding: 5rem 0; overflow: hidden; }
.feature-banner .fb-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.feature-banner .fb-overlay { position: absolute; inset: 0; background: radial-gradient(135% 105% at 50% 50%, rgba(9,19,39,.60) 0%, rgba(9,19,39,.46) 55%, rgba(9,19,39,.72) 100%); }
.feature-banner .fb-content { position: relative; z-index: 2; text-shadow: 0 2px 22px rgba(0,0,0,.45); }
.feature-banner .eyebrow { justify-content: center; }
.feature-banner h2 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); color: var(--on-dark); max-width: 20ch; margin: 1.1rem auto 1.2rem; }
.feature-banner p { color: #dce4f1; max-width: 54ch; margin: 0 auto 2.1rem; font-size: 1.1rem; }

@media (max-width: 860px) {
  .hero { min-height: 88vh; }
  .hero-content { padding-top: 6rem; padding-bottom: 2.5rem; }
  .hero h1 { font-size: clamp(2.2rem, 9vw, 3rem); margin: 1rem 0; }
  .hero p.lede { font-size: 1rem; }
  .hero-actions { width: 100%; flex-direction: column; gap: .8rem; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-trust { flex-direction: column; gap: .75rem; margin-top: 2rem; }
  .feature-banner .btn { width: auto; }
  .nav-links { position: fixed; top: 0; right: 0; height: 100vh; height: 100dvh; width: min(80vw, 320px); background: var(--ink-2); flex-direction: column; align-items: flex-start; padding: 6rem 2rem 2rem; transform: translateX(100%); transition: transform .3s ease; border-left: 1px solid var(--line-dark); overflow-y: auto; z-index: 55; }
  .nav-links.open { transform: none; }
  .nav-toggle { display: block; z-index: 60; }
  .brand img { height: 38px; }
  .strip .wrap { grid-template-columns: 1fr 1fr; }
  .services, .grid-projects, .approach { grid-template-columns: 1fr; }
  .form .row { grid-template-columns: 1fr; }
  .feature-banner { min-height: clamp(460px, 82vh, 640px); padding: 6rem 0; }
}

/* ---- project gallery (public) ---- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.gallery figure { margin: 0; }
.gallery img.lb-item, .gallery video.lb-item {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block;
  border-radius: 12px; border: 1px solid var(--line-dark); background: var(--ink-2);
  cursor: zoom-in; transition: transform .25s ease, border-color .25s ease;
}
.gallery img.lb-item:hover, .gallery video.lb-item:hover { transform: translateY(-3px); border-color: var(--chrome); }
.gallery figcaption { color: var(--on-dark-mut); font-size: .85rem; margin-top: .5rem; }
@media (max-width: 600px) { .gallery { grid-template-columns: 1fr; } }

/* ---- SEO in-depth services grid ---- */
.seo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 2.4rem; }
.seo-block h3 { font-size: 1.2rem; margin-bottom: .5rem; color: var(--on-dark); }
.seo-block p { color: var(--on-dark-mut); font-size: .97rem; }
@media (max-width: 760px) { .seo-grid { grid-template-columns: 1fr; gap: 1.6rem; } }

/* ---- service cards as links ---- */
.svc { display: block; color: inherit; }
.svc-more { display: inline-block; margin-top: .9rem; font-family: var(--display); font-weight: 700; font-size: .82rem; color: #3a5a94; }
.svc:hover .svc-more { color: var(--navy); }

/* ---- service page hero ---- */
.svc-hero { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 68vh; overflow: hidden; background: radial-gradient(120% 80% at 78% 12%, var(--navy) 0%, var(--navy-deep) 55%, var(--ink) 100%); }
.svc-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,19,39,.80) 0%, rgba(9,19,39,.55) 38%, rgba(9,19,39,.55) 62%, rgba(9,19,39,.85) 100%); }
.svc-hero-content { position: relative; z-index: 2; padding-top: 6rem; padding-bottom: 2.5rem; display: flex; flex-direction: column; align-items: center; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.svc-hero-content .eyebrow { justify-content: center; }
.svc-hero-content h1 { font-size: clamp(2rem, 5vw, 3.5rem); max-width: 22ch; margin: 1rem auto 1.2rem; color: var(--on-dark); }
.svc-hero-content .lede { font-size: clamp(1.02rem, 2vw, 1.2rem); color: #dce4f1; max-width: 60ch; margin: 0 auto; }
.svc-hero-content .hero-actions { justify-content: center; margin-top: 2rem; }

/* ---- reviews / testimonials ---- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.review { margin: 0; background: #fff; border: 1px solid var(--line-light); border-radius: var(--r); padding: 1.8rem; }
.review .stars { color: #d8a43a; letter-spacing: .1em; margin-bottom: .8rem; }
.review blockquote { margin: 0 0 1rem; color: var(--on-light); font-size: 1rem; line-height: 1.55; }
.review figcaption { color: var(--on-light-mut); font-size: .88rem; font-weight: 600; }
@media (max-width: 860px) { .reviews { grid-template-columns: 1fr; } }

/* ---- service "what's involved" with optional square image ---- */
.involved { max-width: 820px; }
.involved.has-square { max-width: var(--wrap); display: grid; grid-template-columns: 1fr 380px; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.involved-img img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--r); border: 1px solid var(--line-light); display: block; }
@media (max-width: 860px) {
  .involved.has-square { grid-template-columns: 1fr; }
  .involved-img { order: -1; }
  .involved.has-square .involved-img img { max-width: 420px; margin: 0 auto; }
}

/* ---- legal / privacy page ---- */
.legal-body { max-width: 760px; }
.legal-body h3 { font-size: 1.25rem; color: var(--on-dark); margin: 2rem 0 .7rem; }
.legal-body p { color: var(--on-dark-mut); margin-bottom: 1rem; line-height: 1.7; }
.legal-body ul { color: var(--on-dark-mut); margin: 0 0 1.2rem 1.2rem; display: grid; gap: .4rem; }
.legal-body a { color: var(--chrome); text-decoration: underline; }
