:root {
  --ink: #111c23;
  --ink-soft: #26343d;
  --green: #1d6962;
  --green-light: #e2ece8;
  --lime: #f0ca4d;
  --yellow: #f0ca4d;
  --cream: #f3f1ea;
  --paper: #fbfaf6;
  --muted: #657078;
  --line: #d9dedb;
  --white: #ffffff;
  --radius: 10px;
  --shadow: 0 16px 34px rgba(17, 28, 35, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 16px; background: var(--lime); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0;
  color: var(--white);
  transition: background .25s ease, padding .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(17, 28, 35, .98); padding: 12px 0; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); border-radius: 7px; }
.brand-mark svg { width: 30px; height: 30px; fill: var(--ink); }
.brand-mark .brand-sun { fill: var(--lime); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 800 19px/1 "Manrope", sans-serif; letter-spacing: -.6px; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { color: rgba(255,255,255,.8); transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--lime); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; transition: transform .2s, opacity .2s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  border: 0;
  border-radius: 5px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #f7d86c; }
.button-small { min-height: 44px; padding: 0 19px; }
.section-dark { background: var(--ink); color: var(--white); }

.hero { position: relative; overflow: hidden; padding: 160px 0 0; min-height: 760px; }
.hero::before { display: none; }
.hero-glow { display: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; min-height: 530px; }
.eyebrow { margin: 0 0 22px; color: var(--green); text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700; }
.eyebrow span { display: inline-block; width: 26px; height: 2px; margin-right: 9px; vertical-align: middle; background: currentColor; }
.hero .eyebrow, .eyebrow.light { color: var(--lime); }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 6vw, 78px); line-height: 1.04; letter-spacing: -3.8px; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-intro { max-width: 600px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.88); font-weight: 600; }
.text-link span { color: var(--lime); font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.hero-trust { display: flex; margin-top: 55px; }
.hero-trust div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-trust div:first-child { padding-left: 0; }
.hero-trust div:last-child { border: 0; }
.hero-trust strong { color: var(--lime); font: 700 23px/1 "Manrope", sans-serif; }
.hero-trust span { max-width: 95px; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.25; }

.hero-visual { position: relative; min-height: 490px; }
.orbit { position: absolute; border: 1px solid rgba(240,202,77,.23); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; top: 40px; right: 35px; }
.orbit-two { width: 300px; height: 300px; top: 95px; right: 90px; border-style: dashed; animation: rotate 30s linear infinite; }
.visual-core { position: absolute; top: 155px; right: 148px; display: flex; flex-direction: column; align-items: center; width: 185px; height: 185px; padding-top: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: #1a2b34; }
.visual-core svg { width: 47px; fill: var(--lime); }
.visual-core small { margin-top: 7px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.visual-core strong { font: 700 13px "Manrope", sans-serif; }
.core-pulse { position: absolute; inset: -12px; border: 1px solid rgba(201,242,100,.18); border-radius: 50%; animation: pulse 3s ease-out infinite; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 185px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: #1a2b34; box-shadow: 7px 7px 0 rgba(0,0,0,.16); animation: float 6s ease-in-out infinite; }
.floating-card .icon-box { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 9px; background: rgba(201,242,100,.12); }
.floating-card svg { width: 20px; fill: none; stroke: var(--lime); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.floating-card span:last-child { display: flex; flex-direction: column; }
.floating-card small { color: rgba(255,255,255,.47); font-size: 10px; }
.floating-card strong { font: 700 13px "Manrope", sans-serif; }
.card-solar { top: 38px; left: 50px; }
.card-electrical { top: 28px; right: 4px; animation-delay: -1s; }
.card-cctv { right: -20px; top: 202px; animation-delay: -2s; }
.card-property { bottom: 20px; left: 50px; animation-delay: -4s; }
.card-contracting { right: -4px; bottom: 12px; animation-delay: -5s; }
.service-strip { position: relative; z-index: 3; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.09); background: rgba(0,0,0,.12); }
.strip-content { min-height: 68px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.52); font-size: 12px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
.strip-content i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); opacity: .75; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 55px; }
.section-heading h2, .about h2, .quote h2, .contact h2 { margin-bottom: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.08; letter-spacing: -2.6px; }
.section-heading h2 em, .about h2 em { color: var(--green); }
.section-heading > p { max-width: 380px; margin: 0 0 6px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { position: relative; grid-column: span 2; overflow: hidden; min-height: 500px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:nth-child(n+4) { grid-column: span 3; }
.service-card:hover { transform: translateY(-7px); border-color: #c3d0c8; box-shadow: var(--shadow); }
.service-card::after { display: none; }
.service-number { color: #a5afa9; font: 600 12px "Manrope", sans-serif; letter-spacing: 1px; }
.service-icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 43px 0 30px; border-radius: 6px; background: var(--green-light); }
.service-icon svg { width: 29px; fill: none; stroke: var(--green); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 280px; margin-bottom: 15px; font-size: 23px; line-height: 1.25; letter-spacing: -.5px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card ul { margin: 22px 0 30px; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 9px 0; padding-left: 19px; font-size: 13px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.service-card > a { position: absolute; bottom: 32px; display: flex; gap: 9px; color: var(--green); font-weight: 700; font-size: 14px; }
.service-card > a span { transition: transform .2s; }
.service-card > a:hover span { transform: translate(3px,-3px); }
.service-featured { background: var(--ink); color: white; border-color: var(--ink); }
.service-featured .service-icon { background: rgba(201,242,100,.12); }
.service-featured .service-icon svg { stroke: var(--lime); }
.service-featured p { color: rgba(255,255,255,.6); }
.service-featured li::before { background: var(--lime); }
.service-featured > a { color: var(--lime); }

.planner-promo { background: #e8ece5; }
.planner-promo-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 95px; align-items: center; }
.planner-promo-copy h2 { max-width: 650px; margin-bottom: 22px; font-size: clamp(40px, 4.7vw, 61px); line-height: 1.07; letter-spacing: -2.7px; }
.planner-promo-copy h2 em { color: var(--green); font-style: normal; }
.planner-promo-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); }
.planner-promo-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.planner-promo-points span { padding: 7px 10px; border: 1px solid #cbd4cc; border-radius: 4px; background: var(--paper); color: var(--green); font-size: 10px; font-weight: 700; }
.planner-promo-visual { overflow: hidden; border: 1px solid #2a3d47; border-radius: 10px; background: var(--ink); color: white; box-shadow: 12px 12px 0 #d2d9d1; }
.promo-preview-head { display: flex; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.11); }
.promo-preview-head span { color: var(--lime); font: 700 12px "Manrope", sans-serif; }
.promo-preview-head small { color: rgba(255,255,255,.42); font-size: 9px; }
.promo-preview-stats { display: grid; grid-template-columns: repeat(2, 1fr); padding: 22px 20px 15px; }
.promo-preview-stats div { padding: 7px 14px; border-right: 1px solid rgba(255,255,255,.11); }
.promo-preview-stats div:first-child { padding-left: 0; }
.promo-preview-stats div:last-child { border: 0; }
.promo-preview-stats strong, .promo-preview-stats span { display: block; }
.promo-preview-stats strong { color: var(--lime); font: 700 24px "Manrope", sans-serif; }
.promo-preview-stats span { color: rgba(255,255,255,.45); font-size: 10px; }
.promo-load-list { margin: 0 20px; padding: 18px 0; border-block: 1px solid rgba(255,255,255,.11); }
.promo-load-list div { display: grid; grid-template-columns: 68px 1fr 30px; gap: 10px; align-items: center; margin: 10px 0; color: rgba(255,255,255,.58); font-size: 9px; }
.promo-load-list div::after { content: ""; grid-column: 2; grid-row: 1; z-index: 0; height: 5px; background: rgba(255,255,255,.1); }
.promo-load-list i { grid-column: 2; grid-row: 1; z-index: 1; height: 5px; background: var(--lime); }
.promo-load-list strong { font-size: 9px; text-align: right; }
.promo-package { margin: 20px; padding: 18px; border-left: 3px solid var(--lime); background: #1a2b34; }
.promo-package span, .promo-package strong, .promo-package small { display: block; }
.promo-package span { color: var(--lime); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.promo-package strong { margin: 4px 0; font: 700 17px "Manrope", sans-serif; }
.promo-package small { color: rgba(255,255,255,.47); font-size: 9px; }

.about { background: #edf2ec; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 95px; align-items: center; }
.about-visual { position: relative; overflow: hidden; min-height: 560px; border-radius: 12px; background: #172830; box-shadow: var(--shadow); }
.about-visual::before, .about-visual::after { display: none; }
.panel-grid { position: absolute; inset: 80px 55px 150px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; transform: perspective(700px) rotateX(56deg) rotateZ(-20deg); }
.panel-grid span { border: 2px solid #6e9991; background: #285d5b; box-shadow: inset 0 0 0 4px rgba(255,255,255,.03), 0 12px 24px rgba(0,0,0,.22); }
.panel-grid span::after { content: ""; display: block; width: 50%; height: 100%; border-right: 1px solid rgba(255,255,255,.13); }
.about-badge { position: absolute; left: 35px; right: 35px; bottom: 35px; display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: #243740; color: white; }
.about-badge strong { font: 700 21px "Manrope", sans-serif; }
.about-badge span { color: var(--lime); font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; }
.about-copy .lead { margin: 28px 0 36px; color: var(--muted); font-size: 17px; }
.values-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 19px 0; border-top: 1px solid #d1dad2; }
.values-list > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--green); font-size: 11px; font-weight: 700; }
.values-list p { margin: 0; color: var(--muted); font-size: 13px; }
.values-list strong { display: block; margin-bottom: 3px; color: var(--ink); font: 700 15px "Manrope", sans-serif; }

.process { background: var(--ink); color: white; }
.process .section-heading { margin-bottom: 60px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { position: relative; padding: 0 30px 0 0; }
.process-grid article:not(:last-child)::after { content: "→"; position: absolute; right: 22px; top: 4px; color: rgba(201,242,100,.38); }
.process-grid article > span { display: block; margin-bottom: 62px; color: var(--lime); font-size: 12px; letter-spacing: 1px; }
.process-grid article > span::after { content: ""; display: block; width: calc(100% - 25px); height: 1px; margin-top: 16px; background: rgba(255,255,255,.12); }
.process-grid h3 { margin-bottom: 12px; font-size: 18px; }
.process-grid p { max-width: 225px; margin: 0; color: rgba(255,255,255,.52); font-size: 13px; }

.projects { background: var(--cream); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: none; }
.project-art { position: relative; overflow: hidden; height: 300px; background: #dfeae2; }
.project-meta { padding: 27px 28px 30px; }
.project-meta > span { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.project-meta h3 { margin: 8px 0; font-size: 19px; }
.project-meta p { margin: 0; color: var(--muted); font-size: 13px; }
.project-solar .project-art { background: #e7ece5; }
.sun { position: absolute; width: 90px; height: 90px; right: 36px; top: 34px; border-radius: 50%; background: var(--yellow); border: 10px solid #f6e8ac; }
.roof { position: absolute; width: 360px; height: 200px; left: -20px; bottom: -90px; transform: rotate(-8deg) skewX(-25deg); background: #29433f; }
.panels { position: absolute; left: 60px; bottom: 27px; display: grid; grid-template-columns: repeat(2, 110px); gap: 5px; transform: rotate(-8deg) skewX(-25deg); }
.panels i { height: 61px; border: 5px solid #8eb5ad; background: #255d5a; box-shadow: 0 10px 18px rgba(0,0,0,.18); }
.project-security .project-art { background: #172b34; }
.camera { position: absolute; width: 180px; height: 76px; left: calc(50% - 90px); top: 95px; transform: rotate(-8deg); border-radius: 18px 34px 34px 18px; background: #eaf0eb; box-shadow: 0 22px 40px rgba(0,0,0,.25); }
.camera::after { content: ""; position: absolute; right: 13px; top: 14px; width: 48px; height: 48px; border: 7px solid #aebdb8; border-radius: 50%; background: #102d2a; box-shadow: inset 0 0 0 7px #1f5a53; }
.camera::before { content: ""; position: absolute; left: 35px; bottom: -44px; width: 22px; height: 55px; transform: rotate(-18deg); background: #cad6cf; }
.camera i { position: absolute; width: 62px; height: 16px; left: 5px; bottom: -48px; border-radius: 5px; background: #eaf0eb; }
.scan-line { position: absolute; inset: 30px; border: 1px solid rgba(201,242,100,.2); border-radius: 50%; animation: pulse 3s infinite; }
.scan-corner { position: absolute; width: 38px; height: 38px; border-color: var(--lime); opacity: .7; }
.scan-corner.one { top: 28px; left: 28px; border-top: 2px solid; border-left: 2px solid; }
.scan-corner.two { right: 28px; bottom: 28px; border-right: 2px solid; border-bottom: 2px solid; }
.project-property .project-art { background: #e0e9e5; }
.building { position: absolute; bottom: 0; background: #234a46; box-shadow: -10px 0 35px rgba(0,0,0,.13); }
.building.back { width: 130px; height: 180px; right: 25px; opacity: .65; }
.building.front { width: 190px; height: 235px; left: 38px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 20px; padding: 30px 24px; }
.building.front::before { content: ""; position: absolute; height: 8px; inset: -8px -10px auto; background: var(--lime); }
.building i { background: #b7d6cb; box-shadow: inset 0 0 0 5px #35625b; }
.project-gallery-link { width: fit-content; display: flex; align-items: center; gap: 12px; margin: 34px auto 0; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.project-gallery-link span { color: var(--green); font-size: 18px; transition: transform .2s ease; }
.project-gallery-link:hover span { transform: translateX(4px); }

.quote { background: #172830; color: white; }
.quote-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: start; }
.quote-intro { position: sticky; top: 120px; padding-top: 28px; }
.quote-intro h2 { font-size: clamp(39px, 4.4vw, 58px); }
.quote-intro > p:not(.eyebrow) { color: rgba(255,255,255,.67); margin: 26px 0 36px; }
.quote-promise { display: flex; gap: 13px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.17); }
.quote-promise > span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 30px; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 700; }
.quote-promise p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }
.quote-promise strong { display: block; margin-bottom: 3px; color: white; font-size: 14px; }
.quote-planner-link { display: flex; flex-direction: column; gap: 2px; margin-top: 18px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); border-left: 3px solid var(--lime); background: rgba(255,255,255,.04); }
.quote-planner-link span { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .8px; }
.quote-planner-link strong { color: var(--lime); font-size: 13px; }
.quote-form { position: relative; padding: 42px; border-radius: 10px; background: var(--white); color: var(--ink); box-shadow: 8px 8px 0 rgba(0,0,0,.16); }
.form-progress { display: flex; justify-content: space-between; padding-bottom: 22px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.form-progress span { font-weight: 700; }
.form-progress small { color: var(--muted); }
.quote-form fieldset { padding: 0; border: 0; margin: 0 0 29px; }
.quote-form legend { margin-bottom: 14px; font-weight: 700; }
.service-options { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.service-options label { grid-column: span 2; }
.service-options label:nth-child(n+4) { grid-column: span 3; }
.service-options input { position: absolute; opacity: 0; pointer-events: none; }
.service-options label > span { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: 13px; font-weight: 600; cursor: pointer; transition: .2s; }
.service-options svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-options input:checked + span { border-color: var(--green); background: #e9f5f1; color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.service-options input:focus-visible + span { outline: 3px solid rgba(14,98,88,.22); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span { font-size: 12px; font-weight: 700; }
.field > span i { color: #8f9995; font-weight: 400; font-style: normal; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #fafbf8; color: var(--ink); padding: 14px 15px; transition: border .2s, box-shadow .2s; }
.field input { height: 51px; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(14,98,88,.1); }
.field input::placeholder, .field textarea::placeholder { color: #a2aaa6; }
.field-full { grid-column: 1 / -1; }
.field-error { display: none; margin-top: 5px; color: #b33e36; font-size: 11px; font-style: normal; }
.invalid .field-error, fieldset.invalid > .field-error { display: block; }
.invalid input { border-color: #b33e36; }
.form-submit { width: 100%; margin-top: 25px; background: var(--ink); color: white; }
.form-submit:hover { background: #173a35; }
.form-privacy { margin: 12px 0 0; color: #8d9692; text-align: center; font-size: 10px; }
.form-success { display: none; align-items: flex-start; gap: 14px; margin-top: 22px; padding: 18px; border-radius: 12px; background: #e6f6ec; color: #185d3b; }
.form-success.show { display: flex; }
.form-success > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border-radius: 50%; background: #2d8b58; color: white; }
.form-success strong { display: block; margin-bottom: 3px; }
.form-success p { margin: 0; font-size: 12px; line-height: 1.5; }
.form-success a { display: inline-block; margin-top: 7px; color: #185d3b; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.contact { padding: 85px 0; background: var(--lime); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.contact .eyebrow { color: var(--ink); }
.contact h2 { font-size: clamp(30px, 3.5vw, 46px); }
.contact-actions { display: grid; gap: 10px; }
.contact-card { position: relative; display: grid; grid-template-columns: 40px minmax(0, 1fr) 22px; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 6px; background: var(--ink); color: white; }
.contact-card:hover { transform: translateX(4px); }
.contact-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; color: var(--lime); }
.contact-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-copy { min-width: 0; display: flex; flex-direction: column; }
.contact-copy small { color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.contact-copy strong { overflow-wrap: anywhere; margin-top: 2px; font-size: 13px; }
.contact-card i { color: var(--lime); font-style: normal; font-size: 19px; }
.contact-card.whatsapp { background: #205d50; }

.site-footer { padding: 65px 0 22px; background: #0c151b; color: white; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; padding-bottom: 55px; }
.brand-footer { margin-bottom: 18px; }
.footer-main > div:first-child > p { max-width: 240px; color: rgba(255,255,255,.43); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.footer-links strong { margin-bottom: 8px; font: 700 13px "Manrope", sans-serif; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.46); }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 11px; }
.footer-bottom a:hover { color: var(--lime); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(.9); opacity: .65; } 80%,100% { transform: scale(1.15); opacity: 0; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

@media (max-width: 1000px) {
  .main-nav { gap: 20px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 70px; }
  .hero-copy { max-width: 680px; padding-top: 20px; }
  .hero-visual { width: min(560px, 100%); margin: -10px auto 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(n+4) { grid-column: span 1; min-height: 435px; }
  .service-card:last-child { grid-column: 1 / -1; }
  .planner-promo-grid { gap: 50px; }
  .about-grid { gap: 50px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 20px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:last-child { grid-column: 1 / -1; }
  .quote-shell { gap: 40px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 78px 0; }
  .site-header { padding: 13px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 17px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; background: var(--ink); font-size: 21px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav .button { font-size: 15px; }
  .hero { padding-top: 125px; }
  .hero-grid { gap: 35px; }
  h1 { font-size: clamp(43px, 13vw, 62px); letter-spacing: -2.8px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 44px; }
  .hero-trust div { display: flex; flex-direction: column; align-items: flex-start; padding: 0 12px; }
  .hero-trust div:first-child { padding-left: 0; }
  .hero-trust span { max-width: 85px; }
  .hero-visual { min-height: 395px; transform: scale(.83); transform-origin: center top; margin-bottom: -60px; }
  .orbit-one { width: 360px; height: 360px; right: calc(50% - 180px); }
  .orbit-two { width: 260px; height: 260px; right: calc(50% - 130px); }
  .visual-core { top: 132px; right: calc(50% - 88px); width: 176px; height: 176px; }
  .card-solar { left: 0; }
  .card-electrical { right: 0; }
  .card-cctv { right: 0; top: 190px; }
  .card-property { bottom: -12px; left: 10px; }
  .card-contracting { right: 0; bottom: -12px; }
  .strip-content { min-height: 60px; overflow: hidden; justify-content: flex-start; gap: 22px; white-space: nowrap; }
  .strip-content span:nth-of-type(n+3), .strip-content i:nth-of-type(n+3) { display: none; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > p { margin-top: 22px; }
  .section-heading h2, .about h2, .quote h2, .contact h2 { font-size: clamp(35px, 10vw, 48px); letter-spacing: -2px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 485px; padding: 28px; }
  .service-card:last-child { grid-column: auto; }
  .about-grid { grid-template-columns: 1fr; }
  .planner-promo-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { min-height: 440px; }
  .panel-grid { inset: 50px 30px 130px; }
  .about-badge { left: 20px; right: 20px; bottom: 20px; align-items: flex-start; flex-direction: column; gap: 4px; }
  .about-copy { order: -1; }
  .process-grid { grid-template-columns: 1fr; gap: 45px; }
  .process-grid article { padding-right: 0; }
  .process-grid article:not(:last-child)::after { display: none; }
  .process-grid article > span { margin-bottom: 24px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:last-child { grid-column: auto; }
  .quote-shell { grid-template-columns: 1fr; }
  .quote-intro { position: static; padding: 0; }
  .quote-form { padding: 26px 20px; }
  .service-options { grid-template-columns: 1fr; }
  .service-options label, .service-options label:nth-child(n+4) { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
}

@media (max-width: 430px) {
  .hero-visual { width: 100%; min-height: 430px; margin: 0; transform: none; }
  .orbit-one { width: 330px; height: 330px; top: 40px; right: calc(50% - 165px); }
  .orbit-two { width: 240px; height: 240px; top: 85px; right: calc(50% - 120px); }
  .visual-core { width: 164px; height: 164px; top: 123px; right: calc(50% - 82px); padding-top: 32px; }
  .floating-card { min-width: 154px; padding: 10px 11px; gap: 8px; }
  .floating-card .icon-box { width: 34px; height: 34px; flex-basis: 34px; }
  .floating-card strong { font-size: 12px; }
  .card-solar { top: 22px; left: 0; }
  .card-electrical { top: 22px; right: 0; }
  .card-cctv { top: 185px; right: 0; }
  .card-property { bottom: 0; left: 0; }
  .card-contracting { right: 0; bottom: 0; }
  .hero-trust strong { font-size: 19px; }
  .hero-trust span { font-size: 10px; }
  .project-art { height: 270px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

@media (max-width: 350px) {
  .hero-visual { min-height: 510px; }
  .orbit-one { width: 290px; height: 290px; top: 104px; right: calc(50% - 145px); }
  .orbit-two { width: 210px; height: 210px; top: 144px; right: calc(50% - 105px); }
  .visual-core { width: 150px; height: 150px; top: 174px; right: calc(50% - 75px); padding-top: 28px; }
  .floating-card { width: 154px; min-width: 0; max-width: 154px; }
  .floating-card strong { line-height: 1.15; }
  .card-solar { top: 10px; left: 0; }
  .card-electrical { top: 82px; right: 0; }
  .card-cctv { top: 212px; right: 0; }
  .card-property { bottom: 92px; left: 0; }
  .card-contracting { right: 0; bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
