:root {
  --ink: #10191f;
  --muted: #536168;
  --green: #286a3e;
  --gold: #d4a72c;
  --blue: #244760;
  --soft: #f4f7f2;
  --mist: #eef4f6;
  --line: #dde5dd;
  --footer: #111d16;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; }
a { color: inherit; }
img { max-width: 100%; display: block; }
p, h1, h2, h3 { margin-top: 0; }
p { color: var(--muted); line-height: 1.65; font-size: 17px; }
h1 { font-size: 88px; line-height: .94; letter-spacing: 0; margin-bottom: 22px; }
h2 { font-size: 54px; line-height: 1; letter-spacing: 0; margin-bottom: 18px; }
h3 { font-size: 25px; line-height: 1.12; margin-bottom: 12px; letter-spacing: 0; }
.site-shell { position: fixed; top: 16px; left: 0; right: 0; z-index: 50; display: flex; justify-content: center; pointer-events: none; }
.nav-wrap { width: 100%; display: flex; justify-content: center; padding: 0 18px; pointer-events: auto; }
.nav-pill { display: inline-flex; align-items: center; gap: 26px; width: fit-content; max-width: calc(100vw - 36px); margin: 0 auto; padding: 8px 8px 8px 14px; border: 1px solid rgba(16,25,31,.12); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 18px 50px rgba(16,25,31,.16); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; min-width: 154px; text-decoration: none; }
.brand img { width: 154px; height: auto; max-height: 42px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 20px; margin: 0; }
.nav-links a, .mobile-nav a { text-decoration: none; font-size: 14px; font-weight: 800; color: #152119; white-space: nowrap; }
.nav-call { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 19px; border-radius: 999px; background: #0a0a0a; color: #fff; text-decoration: none; font-weight: 900; }
.mobile-menu-toggle { display: none; border: 0; background: #0a0a0a; border-radius: 999px; width: 42px; height: 42px; place-items: center; padding: 0; }
.mobile-menu-toggle span { width: 18px; height: 2px; background: #fff; margin: 3px 0; display: block; }
.mobile-nav { display: none; }
main { overflow: hidden; }
.hero-home { position: relative; min-height: 88svh; display: grid; align-items: end; padding: 138px max(22px, calc((100vw - 1180px) / 2)) 72px; isolation: isolate; }
.hero-home picture, .hero-home picture img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-home picture { z-index: -2; }
.hero-home picture img { object-fit: cover; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(6,12,8,.82) 0%, rgba(6,12,8,.55) 45%, rgba(6,12,8,.10) 100%); }
.hero-content { max-width: 830px; color: #fff; }
.hero-content h1 { max-width: 790px; }
.hero-content p { color: rgba(255,255,255,.86); max-width: 640px; font-size: 20px; }
.availability { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: rgba(255,255,255,.86); font-weight: 900; }
.availability span { width: 10px; height: 10px; border-radius: 99px; background: var(--gold); box-shadow: 0 0 0 7px rgba(212,167,44,.18); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.hero-actions.left { justify-content: flex-start; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-weight: 900; white-space: nowrap; font: inherit; cursor: pointer; }
.btn-primary { background: var(--green); color: #fff; border-color: var(--green); box-shadow: 0 14px 34px rgba(40,106,62,.24); }
.btn-secondary { background: #fff; color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); border-color: #fff; }
.text-link { color: var(--green); font-weight: 900; text-decoration: none; border-bottom: 2px solid rgba(40,106,62,.24); }
.eyebrow { margin-bottom: 13px; color: var(--green); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.intro-band, .proof-band, .contact-panel, .gallery-strip { margin: 0; padding: 86px max(22px, calc((100vw - 1180px) / 2)); }
.intro-band { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: end; background: var(--soft); }
.section, .page-hero, .split-section { max-width: 1180px; margin: 0 auto; padding: 92px 22px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.section-head h2 { max-width: 760px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.service-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-card div { padding: 20px; display: grid; gap: 10px; flex: 1; }
.card-index { color: var(--gold); font-weight: 900; }
.proof-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; background: var(--mist); }
.proof-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.proof-list li { display: grid; grid-template-columns: 58px 1fr; gap: 13px; padding: 22px; border-radius: 8px; background: #fff; border: 1px solid var(--line); }
.proof-list span { grid-row: span 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 900; }
.proof-list strong { font-size: 21px; }
.proof-list p { grid-column: 2; margin: 0; }
.gallery-strip { display: grid; grid-template-columns: .9fr .75fr .85fr; gap: 18px; align-items: stretch; background: #fff; }
.gallery-strip img { width: 100%; height: 420px; object-fit: cover; border-radius: 8px; }
.gallery-strip div { align-self: center; padding: 24px; }
.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; background: #fbfbf7; }
.quote-form { display: grid; gap: 14px; border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: #fff; }
.quote-form label { display: grid; gap: 8px; font-weight: 900; color: var(--ink); }
input, textarea { width: 100%; border: 1px solid #cbd7ce; border-radius: 8px; padding: 13px 14px; font: inherit; color: var(--ink); background: #fff; }
textarea { resize: vertical; }
.form-note { min-height: 1.4em; margin: 0; font-size: 14px; }
.page-hero { padding-top: 146px; padding-bottom: 54px; }
.page-hero h1 { max-width: 900px; }
.page-hero p { max-width: 730px; font-size: 19px; }
.split-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.split-section img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: 0 20px 48px rgba(16,25,31,.12); }
.check-list { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); line-height: 1.5; }
.check-list li::before { content: ''; position: absolute; left: 0; top: .55em; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
details { border: 1px solid var(--line); border-radius: 8px; padding: 20px; background: #fff; }
summary { cursor: pointer; font-weight: 900; font-size: 18px; }
details p { margin: 14px 0 0; }
.gallery-page { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-page figure { margin: 0; }
.gallery-page img { width: 100%; height: 440px; object-fit: cover; border-radius: 8px; }
figcaption { margin-top: 9px; color: var(--muted); font-size: 14px; }
.social-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.social-row a { text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; font-weight: 900; background: #fff; }
.site-footer { background: var(--footer); color: #fff; padding: 72px max(22px, calc((100vw - 1180px) / 2)) 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr .9fr; gap: 42px; }
.footer-brand { display: inline-flex; margin-bottom: 18px; max-width: 240px; background: #fff; border-radius: 8px; padding: 8px; }
.footer-brand img { width: 210px; height: auto; }
.site-footer p, .site-footer a, .site-footer span { color: rgba(255,255,255,.78); }
.site-footer h2 { color: #fff; font-size: 15px; line-height: 1.2; margin-bottom: 16px; }
.site-footer a { display: block; text-decoration: none; margin-bottom: 10px; }
.footer-cta { display: inline-flex !important; width: fit-content; color: #fff !important; background: var(--green); border-radius: 999px; padding: 12px 18px; font-weight: 900; }
.nap { margin-top: 22px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 24px; margin-top: 44px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 14px; }
.footer-credit { display: inline-flex; gap: 4px; }
.footer-credit a { display: inline; color: #fff; margin: 0; }
.sticky-mobile-cta { display: none; }
@media (min-width: 1024px) { .mobile-menu-toggle { display: none !important; } }
@media (max-width: 1120px) { .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } h1 { font-size: 72px; } h2 { font-size: 46px; } }
@media (max-width: 1023px) {
  .site-shell { top: 10px; }
  .nav-pill { width: calc(100vw - 24px); justify-content: space-between; gap: 10px; }
  .brand { min-width: 132px; }
  .brand img { width: 132px; }
  .nav-links, .nav-call { display: none; }
  .mobile-menu-toggle { display: grid; }
  .mobile-nav { position: fixed; top: 72px; left: 12px; right: 12px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(16,25,31,.18); z-index: 51; }
  .mobile-nav.open { display: grid; gap: 14px; }
}
@media (max-width: 780px) {
  h1 { font-size: 50px; line-height: .98; }
  h2 { font-size: 36px; line-height: 1.04; }
  p { font-size: 16px; }
  .hero-home { min-height: 86svh; padding: 116px 18px 48px; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,12,8,.86) 0%, rgba(6,12,8,.48) 70%, rgba(6,12,8,.22) 100%); }
  .hero-content p { font-size: 17px; }
  .hero-actions .btn { flex: 1 1 170px; }
  .intro-band, .proof-band, .contact-panel, .gallery-strip, .split-section { grid-template-columns: 1fr; gap: 28px; padding-left: 18px; padding-right: 18px; }
  .section, .page-hero, .split-section { padding-left: 18px; padding-right: 18px; }
  .page-hero { padding-top: 118px; }
  .section-head { display: block; }
  .service-grid, .faq-grid, .gallery-page, .footer-grid { grid-template-columns: 1fr; }
  .gallery-strip img, .gallery-page img { height: auto; aspect-ratio: 4 / 3; }
  .site-footer { padding-bottom: 88px; }
  .sticky-mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; z-index: 80; box-shadow: 0 -10px 30px rgba(0,0,0,.18); }
  .sticky-mobile-cta a { min-height: 58px; display: grid; place-items: center; text-decoration: none; color: #fff; font-weight: 900; }
  .sticky-mobile-cta a:first-child { background: var(--green); }
  .sticky-mobile-cta a:last-child { background: #0a0a0a; }
}
@media (max-width: 420px) { h1 { font-size: 42px; } .brand img { width: 118px; } .nav-pill { padding-left: 10px; } }
