:root {
  --bg: #080b0f;
  --bg-soft: #0d1117;
  --panel: #11161d;
  --panel-2: #151b23;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.16);
  --text: #f4f6f8;
  --muted: #a2a9b3;
  --yellow: #ffc515;
  --yellow-2: #ffdc68;
  --green: #2ad366;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --radius: 22px;
  --radius-sm: 14px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { display: block; }
section[id] { scroll-margin-top: 92px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 999;
  padding: .8rem 1rem;
  border-radius: 10px;
  background: var(--yellow);
  color: #090b0f;
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(8,11,15,.88);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; }
.brand-mark { width: 40px; height: 40px; color: var(--text); }
.brand span { display: grid; line-height: .9; }
.brand strong { font-size: 1.35rem; letter-spacing: .02em; }
.brand small { margin-top: .35rem; font-size: .66rem; letter-spacing: .22em; color: var(--muted); }
.site-menu { display: flex; align-items: center; gap: 1.7rem; margin-left: auto; }
.site-menu a { color: #d6dae0; font-size: .93rem; transition: color .2s ease; }
.site-menu a:hover { color: var(--yellow); }
.nav-actions { display: flex; align-items: center; gap: 1.1rem; }
.phone-link { display: inline-flex; align-items: center; gap: .65rem; }
.phone-link svg { width: 22px; height: 22px; }
.phone-link span { display: grid; line-height: 1.15; }
.phone-link small { color: var(--muted); font-size: .72rem; }
.phone-link strong { font-size: .92rem; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .4rem; color: var(--text); }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 48px;
  padding: .8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 780;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: #0b0d10; box-shadow: 0 10px 30px rgba(255,197,21,.16); }
.button-primary:hover { background: var(--yellow-2); box-shadow: 0 14px 36px rgba(255,197,21,.24); }
.button-secondary { border-color: var(--line-strong); background: rgba(255,255,255,.02); color: var(--text); }
.button-secondary:hover { border-color: rgba(255,197,21,.55); color: var(--yellow); }
.button-large { min-height: 58px; padding-inline: 1.55rem; }
.button svg { width: 20px; height: 20px; }

.hero { position: relative; overflow: clip; padding: 78px 0 0; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #080b0f 0%, rgba(8,11,15,.95) 38%, rgba(8,11,15,.4) 74%, #080b0f 100%);
}
.hero-glow {
  position: absolute;
  width: 680px;
  height: 680px;
  right: 2%;
  top: -300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,197,21,.13), transparent 66%);
  filter: blur(8px);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; min-height: 590px; gap: 2.7rem; }
.hero-copy { padding: 30px 0 74px; }
.kicker, .eyebrow {
  margin: 0 0 1rem;
  color: var(--yellow);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 1.35rem; font-size: clamp(3rem, 5.45vw, 5.35rem); line-height: .99; letter-spacing: -.052em; }
.hero-lead { max-width: 640px; margin-bottom: 2rem; color: #c2c7ce; font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .8rem 1.45rem; margin: 1.65rem 0 0; padding: 0; list-style: none; color: #d7dbe0; font-size: .91rem; }
.hero-points li { display: inline-flex; align-items: center; gap: .45rem; }
.hero-points svg { width: 18px; height: 18px; color: var(--yellow); }

.hero-visual { position: relative; min-height: 560px; isolation: isolate; }
.house-scene {
  position: absolute;
  inset: 74px -90px 20px 0;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  background:
    radial-gradient(circle at 70% 62%, rgba(255,193,104,.33), transparent 20%),
    linear-gradient(180deg, #121c28 0%, #0b121a 48%, #11100d 100%);
  box-shadow: inset 0 0 80px rgba(0,0,0,.55);
}
.house-scene::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 52%;
  right: 7%;
  bottom: 19%;
  background: linear-gradient(160deg, #26282b 0%, #111418 56%, #080a0d 100%);
  clip-path: polygon(18% 15%, 85% 0, 100% 20%, 100% 100%, 0 100%, 0 39%);
  box-shadow: -34px 30px 50px rgba(0,0,0,.5);
}
.house-scene::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -22%;
  height: 45%;
  transform: rotate(-2deg);
  background: linear-gradient(180deg, #131713, #060808);
}
.window, .door { position: absolute; z-index: 1; background: linear-gradient(180deg, rgba(255,217,153,.95), rgba(199,124,44,.3)); box-shadow: 0 0 34px rgba(255,190,89,.24); }
.w1 { width: 18%; height: 25%; right: 50%; bottom: 35%; }
.w2 { width: 15%; height: 22%; right: 31%; bottom: 35%; }
.w3 { width: 14%; height: 26%; right: 12%; bottom: 36%; }
.door { width: 8%; height: 29%; right: 5%; bottom: 30%; }
.path { position: absolute; z-index: 2; right: -5%; bottom: 3%; width: 58%; height: 17%; transform: skewX(-28deg); background: linear-gradient(90deg, rgba(113,94,70,.2), rgba(220,170,108,.16), transparent); }
.camera { position: absolute; right: -28px; top: 96px; z-index: 5; width: 470px; height: 285px; filter: drop-shadow(0 34px 38px rgba(0,0,0,.52)); transform: rotate(-2deg); }
.camera-body { position: absolute; right: 18px; top: 16px; width: 360px; height: 145px; border-radius: 72px 26px 30px 72px; background: linear-gradient(145deg, #424952 0%, #15191e 46%, #090b0e 100%); box-shadow: inset 0 1px rgba(255,255,255,.15), inset -30px -24px 44px rgba(0,0,0,.52); }
.camera-shade { position: absolute; left: -17px; top: -26px; width: 362px; height: 76px; border-radius: 68px 34px 18px 62px; background: linear-gradient(160deg, #31363d, #101317); box-shadow: 0 14px 18px rgba(0,0,0,.28); }
.lens-ring { position: absolute; left: -28px; top: 9px; width: 128px; height: 128px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #606a75 0%, #20262d 38%, #07090b 66%, #000 100%); box-shadow: inset 0 0 0 10px #13171c, inset 0 0 0 12px rgba(255,255,255,.09), 0 0 0 3px #343b43; }
.lens-glass { position: absolute; inset: 34px; border-radius: 50%; background: radial-gradient(circle at 36% 33%, #607487 0%, #14202c 26%, #05090e 55%, #000 100%); box-shadow: inset 0 0 0 4px #050607, 0 0 22px rgba(78,135,194,.18); }
.lens-glass::after { content: ""; position: absolute; width: 18px; height: 18px; top: 16px; left: 17px; border-radius: 50%; background: rgba(147,196,255,.23); filter: blur(1px); }
.led { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #d8dde3; box-shadow: 0 0 5px rgba(255,255,255,.6); }
.led-1 { left: 60px; top: 13px; }.led-2 { right: 26px; top: 29px; }.led-3 { right: 14px; top: 61px; }.led-4 { right: 29px; bottom: 25px; }.led-5 { left: 60px; bottom: 13px; }.led-6 { left: 18px; top: 60px; }
.camera-joint { position: absolute; right: 129px; top: 150px; width: 72px; height: 58px; border-radius: 14px 14px 24px 24px; background: linear-gradient(160deg, #262c33, #080a0d); }
.camera-arm { position: absolute; right: 109px; top: 190px; width: 105px; height: 34px; border-radius: 12px; transform: rotate(11deg); transform-origin: right center; background: linear-gradient(180deg, #343b42, #0f1215); }
.camera-base { position: absolute; right: 46px; top: 175px; width: 72px; height: 96px; border-radius: 50%; background: radial-gradient(circle at 42% 40%, #3a4149 0%, #12161a 55%, #050607 100%); box-shadow: inset 0 0 0 8px rgba(255,255,255,.04); }
.signal-card { position: absolute; left: 18px; bottom: 42px; z-index: 6; display: flex; align-items: center; gap: .75rem; padding: .8rem 1rem; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(12,15,19,.82); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.signal-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(42,211,102,.12), 0 0 20px rgba(42,211,102,.55); }
.signal-card div { display: grid; line-height: 1.15; }
.signal-card small { color: var(--muted); font-size: .7rem; }
.signal-card strong { margin-top: .25rem; font-size: .88rem; }

.trust-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, rgba(20,25,32,.93), rgba(12,16,21,.93)); box-shadow: var(--shadow); transform: translateY(50%); }
.trust-item { display: flex; align-items: center; gap: .85rem; min-height: 112px; padding: 1.2rem; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border: 1px solid rgba(255,197,21,.28); border-radius: 14px; color: var(--yellow); background: rgba(255,197,21,.06); }
.trust-icon svg { width: 24px; height: 24px; }
.trust-item > span:last-child { display: grid; line-height: 1.25; }
.trust-item strong { font-size: .92rem; }
.trust-item small { margin-top: .35rem; color: var(--muted); font-size: .76rem; }

.section { padding: 132px 0 96px; }
.section-muted { background: var(--bg-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.3rem; }
.section-heading > div { max-width: 660px; }
.section-heading > p { max-width: 470px; margin-bottom: .2rem; color: var(--muted); }
.compact-heading { margin-bottom: 2rem; }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -.045em; }
h3 { letter-spacing: -.02em; }

.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.service-card { position: relative; min-height: 300px; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,197,21,.35); background: var(--panel-2); }
.featured-card { background: linear-gradient(160deg, rgba(255,197,21,.14), var(--panel) 42%); border-color: rgba(255,197,21,.26); }
.card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 2.2rem; border-radius: 14px; color: var(--yellow); background: rgba(255,197,21,.08); }
.card-icon svg { width: 27px; height: 27px; }
.card-label { position: absolute; top: 1.6rem; right: 1.6rem; margin: 0; color: var(--yellow); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.service-card h3 { margin-bottom: .8rem; font-size: 1.32rem; }
.service-card p { color: var(--muted); font-size: .92rem; }
.service-card a, .text-link { position: absolute; left: 1.6rem; bottom: 1.45rem; color: var(--yellow); font-size: .89rem; font-weight: 750; }

.property-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: center; }
.property-copy > p:not(.eyebrow) { max-width: 580px; margin-top: 1.4rem; color: var(--muted); }
.check-list { display: grid; gap: .8rem; margin: 1.8rem 0 2.2rem; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .7rem; color: #d9dde2; }
.check-list span { color: var(--yellow); font-weight: 900; }
.property-copy .text-link { position: static; }
.property-cards { display: grid; gap: 1rem; }
.property-cards article { display: grid; grid-template-columns: 68px 1fr; column-gap: 1.2rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: #10151b; }
.property-number { grid-row: 1 / span 2; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,197,21,.22); border-radius: 16px; color: var(--yellow); font-weight: 850; background: rgba(255,197,21,.05); }
.property-cards h3 { margin: .1rem 0 .35rem; font-size: 1.2rem; }
.property-cards p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { position: relative; min-height: 250px; padding: 1.6rem; border-top: 1px solid var(--line-strong); background: linear-gradient(180deg, rgba(255,255,255,.025), transparent); }
.step-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 2.1rem; border-radius: 50%; background: var(--yellow); color: #090b0f; font-weight: 900; }
.process-grid h3 { margin-bottom: .7rem; font-size: 1.22rem; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.faq-section { padding-top: 96px; background: #0b0f14; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: start; }
.faq-intro > p:not(.eyebrow) { max-width: 450px; margin: 1.4rem 0 1.8rem; color: var(--muted); }
.faq-list { display: grid; gap: .8rem; }
details { border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.35rem; cursor: pointer; list-style: none; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
summary span::before, summary span::after { content: ""; position: absolute; top: 8px; left: 1px; width: 16px; height: 2px; background: var(--yellow); transition: transform .2s ease; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: 0; padding: 0 1.35rem 1.3rem; color: var(--muted); }

.contact-section { padding: 96px 0; background: radial-gradient(circle at 78% 10%, rgba(255,197,21,.1), transparent 28%), #07090c; border-top: 1px solid var(--line); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4.5rem; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 510px; margin: 1.4rem 0 2rem; color: var(--muted); }
.direct-contact { display: grid; gap: .7rem; }
.direct-contact a { display: grid; width: max-content; }
.direct-contact span { color: var(--muted); font-size: .75rem; }
.direct-contact strong { margin-top: .15rem; font-size: 1.02rem; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.form-row { display: grid; gap: .4rem; }
.form-row:nth-child(4) { grid-column: 1 / -1; }
.form-row label { color: #d8dce1; font-size: .82rem; font-weight: 700; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 10px; background: #0b0f14; color: var(--text); outline: none; padding: .85rem .9rem; }
.form-row textarea { resize: vertical; min-height: 120px; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,197,21,.1); }
.form-submit { grid-column: 1 / -1; }
.form-note { grid-column: 1 / -1; margin: -.25rem 0 0; text-align: center; color: var(--muted); font-size: .78rem; }

.site-footer { padding: 68px 0 28px; border-top: 1px solid var(--line); background: #06080b; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 2.5rem; }
.footer-brand { margin-bottom: 1rem; }
.footer-grid > div:first-child p { max-width: 330px; color: var(--muted); font-size: .9rem; }
.footer-grid h3 { margin-bottom: .9rem; font-size: .95rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-grid a:not(.brand) { color: var(--muted); font-size: .86rem; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--line); color: #737b86; font-size: .76rem; }
.mobile-action-bar { display: none; }

@media (max-width: 1080px) {
  .nav-actions .phone-link { display: none; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; }
  .camera { right: -120px; transform: scale(.88) rotate(-2deg); transform-origin: center; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .property-layout, .faq-layout, .contact-shell { gap: 3rem; }
}

@media (max-width: 860px) {
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-menu { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 1rem 20px 1.5rem; border-bottom: 1px solid var(--line); background: rgba(8,11,15,.98); transform: translateY(-140%); transition: transform .25s ease; }
  .site-menu.open { transform: translateY(0); }
  .site-menu a { padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .nav-actions { display: none; }
  .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); }
  .hero { padding-top: 42px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-bottom: 16px; }
  .hero-visual { min-height: 430px; }
  .house-scene { inset: 30px -40px 0 0; }
  .camera { right: -44px; top: 42px; transform: scale(.82) rotate(-2deg); }
  .signal-card { bottom: 25px; }
  .trust-strip { grid-template-columns: repeat(2,1fr); transform: translateY(30%); }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 110px 0 76px; }
  .section-heading { display: grid; gap: 1.1rem; }
  .property-layout, .faq-layout, .contact-shell { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  h2 { font-size: clamp(2.1rem, 9vw, 3rem); }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 1.18rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: .65rem; }
  .hero-visual { min-height: 350px; }
  .house-scene { inset: 18px -70px 0 -26px; border-radius: 22px; }
  .camera { right: -128px; top: 18px; transform: scale(.63) rotate(-2deg); }
  .signal-card { left: 8px; bottom: 18px; }
  .trust-strip { grid-template-columns: 1fr; transform: translateY(22%); }
  .trust-item { min-height: 88px; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding-top: 112px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .property-cards article { grid-template-columns: 54px 1fr; padding: 1.25rem; }
  .property-number { width: 48px; height: 48px; }
  .quote-form { grid-template-columns: 1fr; }
  .form-row:nth-child(4), .form-submit, .form-note { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-action-bar { position: fixed; z-index: 110; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; padding: .65rem; border-top: 1px solid var(--line); background: rgba(8,11,15,.94); backdrop-filter: blur(14px); }
  .mobile-action-bar a { display: grid; place-items: center; min-height: 48px; border: 1px solid var(--line-strong); font-weight: 800; }
  .mobile-action-bar a:first-child { border-radius: 10px 0 0 10px; }
  .mobile-action-bar a:last-child { border-color: var(--yellow); border-radius: 0 10px 10px 0; background: var(--yellow); color: #090b0f; }
  .site-footer { padding-bottom: 96px; }
}

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


/* Area directory and local service pages */
.home-areas { background: #0b0f14; border-top: 1px solid var(--line); }
.home-area-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; }
.home-area-grid a, .area-index-card, .related-area { display: grid; gap: .25rem; padding: 1.1rem 1.15rem; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.home-area-grid a:hover, .area-index-card:hover, .related-area:hover { transform: translateY(-2px); border-color: rgba(255,197,21,.5); background: #151b22; }
.home-area-grid span, .area-index-card span, .related-area span { font-weight: 780; }
.home-area-grid small, .area-index-card small, .related-area small { color: var(--muted); font-size: .77rem; }
.home-area-action { margin-top: 1.4rem; }

.area-hero, .areas-index-hero { position: relative; overflow: hidden; padding: 82px 0 76px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 8%, rgba(255,197,21,.11), transparent 28%), #080b0f; }
.area-hero-glow { position: absolute; width: 520px; height: 520px; right: -140px; top: -280px; border-radius: 50%; background: rgba(255,197,21,.08); filter: blur(40px); }
.area-hero-inner { position: relative; z-index: 1; }
.area-hero h1, .areas-index-hero h1 { max-width: 900px; font-size: clamp(2.75rem,6vw,5rem); }
.area-hero-lead, .areas-index-hero > .shell > p:not(.kicker) { max-width: 760px; margin: 1.25rem 0 1.8rem; color: var(--muted); font-size: 1.08rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; color: #89919b; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--yellow); }
.area-trust { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 1.6rem 0 0; padding: 0; list-style: none; color: #d5dae0; font-size: .85rem; }
.area-trust li::before { content: "✓"; margin-right: .45rem; color: var(--yellow); font-weight: 900; }
.area-content-wrap { padding: 82px 0; }
.area-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 5rem; align-items: start; }
.area-article { max-width: 790px; }
.area-article > p:first-child { font-size: 1.08rem; color: #d9dde2; }
.area-article p { color: var(--muted); }
.area-copy-section { padding: 2rem 0 0; }
.area-copy-section + .area-copy-section { margin-top: 1.2rem; border-top: 1px solid var(--line); }
.area-copy-section h2 { margin-bottom: 1rem; font-size: clamp(1.65rem,3vw,2.35rem); }
.area-sidebar { position: sticky; top: 104px; display: grid; gap: 1rem; }
.area-cta-card, .area-service-list { padding: 1.45rem; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.area-cta-card h2 { font-size: 1.75rem; }
.area-cta-card > p:not(.eyebrow) { color: var(--muted); }
.area-cta-card .button { width: 100%; }
.sidebar-phone { display: block; margin-top: 1rem; text-align: center; color: var(--yellow); font-weight: 800; }
.area-service-list { display: grid; gap: .65rem; }
.area-service-list h3 { margin-bottom: .4rem; font-size: 1rem; }
.area-service-list a { color: var(--muted); font-size: .88rem; }
.area-service-list a:hover { color: var(--yellow); }
.area-faq-section { padding-top: 88px; background: #0b0f14; }
.related-section { padding-top: 82px; }
.static-link { position: static; align-self: end; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.area-bottom-cta { padding: 62px 0; border-top: 1px solid var(--line); background: radial-gradient(circle at 18% 0%, rgba(255,197,21,.1), transparent 34%), #07090c; }
.area-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.area-bottom-inner h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2rem,4vw,3.25rem); }

.areas-index-hero { padding-bottom: 66px; }
.areas-index-hero .shell > p { max-width: 760px; color: var(--muted); }
.area-search-wrap { display: grid; gap: .45rem; max-width: 620px; margin-top: 2rem; }
.area-search-wrap label { font-size: .82rem; font-weight: 750; }
.area-search-wrap input { width: 100%; min-height: 56px; padding: .9rem 1rem; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--panel); color: var(--text); outline: none; }
.area-search-wrap input:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,197,21,.1); }
.areas-directory { padding-top: 72px; }
.directory-heading { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.5rem; }
.directory-heading p { margin-bottom: 0; color: var(--muted); }
.area-index-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; }
.area-index-card[hidden] { display: none; }
.no-area-results { padding: 2rem; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); text-align: center; }
.not-found { min-height: 70vh; display: grid; align-items: center; padding: 80px 0; }
.not-found p:not(.eyebrow) { max-width: 620px; color: var(--muted); }

@media (max-width: 920px) {
  .home-area-grid { grid-template-columns: repeat(3,1fr); }
  .area-content-grid { grid-template-columns: 1fr; gap: 3rem; }
  .area-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .area-index-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 700px) {
  .home-area-grid, .related-grid { grid-template-columns: repeat(2,1fr); }
  .area-sidebar { grid-template-columns: 1fr; }
  .area-bottom-inner, .directory-heading { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .home-area-grid, .area-index-grid, .related-grid { grid-template-columns: 1fr; }
  .area-hero, .areas-index-hero { padding-top: 52px; }
  .area-content-wrap { padding: 62px 0; }
}

/* Clean homepage layout, image and trust strip */
:root { --shell: 1320px; }

.hero {
  padding: 64px 0 64px;
  overflow: hidden;
}
.hero::before {
  background: linear-gradient(90deg, #080b0f 0%, rgba(8,11,15,.97) 40%, rgba(8,11,15,.58) 72%, #080b0f 100%);
}
.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr);
  min-height: 540px;
  gap: 64px;
  align-items: center;
}
.hero-copy { padding: 0; }
.quote-promise {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  padding: .62rem .85rem;
  border: 1px solid rgba(255,197,21,.32);
  border-radius: 999px;
  background: rgba(255,197,21,.08);
  color: #ffe27e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.quote-promise svg { width: 17px; height: 17px; flex: 0 0 17px; color: var(--yellow); }
.hero-copy h1 {
  max-width: 690px;
  margin-bottom: 1.25rem;
  font-size: clamp(3.1rem, 4.15vw, 4.15rem);
  line-height: 1.01;
  letter-spacing: -.047em;
}
.hero-lead {
  max-width: 650px;
  margin-bottom: 1.75rem;
  font-size: 1.08rem;
  line-height: 1.68;
}
.hero-photo-visual {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-photo-frame {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: 650px;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #080b0f 0%, rgba(8,11,15,.74) 7%, transparent 25%, transparent 88%, rgba(8,11,15,.32) 100%),
    linear-gradient(180deg, rgba(8,11,15,.12) 0%, transparent 18%, transparent 68%, #080b0f 100%);
}
.hero-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(.92) contrast(1.02);
}
.hero-photo-caption { display: none; }

.trust-strip {
  transform: none;
  margin-top: 42px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(0,0,0,.24);
}
.trust-item {
  min-height: 100px;
  padding: 1.15rem 1.25rem;
}
.trust-item strong { font-size: .95rem; }
.trust-item small { font-size: .78rem; }

.section { padding: 96px 0; }
#services.section { padding-top: 96px; }

.visual-showcase { padding: 96px 0; }
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 1120px;
  margin-inline: auto;
}
.showcase-card,
.showcase-card.showcase-card-large {
  position: relative;
  min-height: 320px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}
.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.showcase-card:hover img { transform: scale(1.02); }
.showcase-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(5,7,9,.9));
}
.showcase-card figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: .25rem;
  padding: 1.3rem;
}
.showcase-card figcaption strong { font-size: 1.08rem; }
.showcase-card figcaption span { color: #c0c6ce; font-size: .86rem; }

@media (max-width: 1180px) {
  :root { --shell: 1120px; }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
    gap: 42px;
  }
  .hero-copy h1 {
    max-width: 600px;
    font-size: clamp(2.8rem, 4.5vw, 3.6rem);
  }
  .hero-photo-frame { max-width: 570px; }
}

@media (max-width: 980px) {
  .hero { padding: 50px 0 52px; }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 34px;
  }
  .hero-copy { max-width: 760px; }
  .hero-copy h1 {
    max-width: 720px;
    font-size: clamp(2.75rem, 7vw, 3.7rem);
  }
  .hero-photo-visual { justify-content: flex-start; }
  .hero-photo-frame { max-width: 760px; }
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 34px;
  }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .hero { padding: 38px 0 42px; }
  .hero-grid { gap: 26px; }
  .hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.05rem);
    line-height: 1.03;
  }
  .hero-lead { font-size: 1rem; line-height: 1.6; }
  .hero-photo-frame {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }
  .hero-photo-frame::after {
    background:
      linear-gradient(90deg, rgba(8,11,15,.34), transparent 16%, transparent 88%, rgba(8,11,15,.18)),
      linear-gradient(180deg, transparent 58%, #080b0f 100%);
  }
  .quote-promise { font-size: .73rem; }
  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .trust-item { min-height: 86px; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card,
  .showcase-card.showcase-card-large { min-height: 250px; }
  .section, .visual-showcase { padding: 76px 0; }
  #services.section { padding-top: 76px; }
}

/* Laptop height refinement */
@media (min-width: 981px) {
  .hero { padding-top: 48px; padding-bottom: 38px; }
  .hero-grid { min-height: 440px; }
  .trust-strip { margin-top: 24px; }
  .trust-item { min-height: 92px; }
}


/* Homepage hero background image, blended into the dark layout */
.hero.hero-image-background {
  isolation: isolate;
  min-height: 0;
  background:
    linear-gradient(90deg,
      #080b0f 0%,
      #080b0f 34%,
      rgba(8, 11, 15, .98) 42%,
      rgba(8, 11, 15, .78) 57%,
      rgba(8, 11, 15, .34) 78%,
      rgba(8, 11, 15, .22) 100%),
    linear-gradient(180deg,
      rgba(8, 11, 15, .08) 0%,
      rgba(8, 11, 15, .02) 58%,
      #080b0f 100%),
    url("../images/home/luxury-villa-cctv-dubai.webp") right center / auto 100% no-repeat,
    #080b0f;
}
.hero.hero-image-background::before { display: none; }
.hero.hero-image-background .hero-glow { display: none; }
.hero.hero-image-background .hero-grid {
  display: flex;
  align-items: center;
  min-height: 560px;
  gap: 0;
}
.hero.hero-image-background .hero-copy {
  position: relative;
  z-index: 2;
  width: min(700px, 58%);
  padding: 26px 0 34px;
}
.hero.hero-image-background .trust-strip {
  position: relative;
  z-index: 3;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .hero.hero-image-background {
    background:
      linear-gradient(90deg,
        #080b0f 0%,
        #080b0f 39%,
        rgba(8, 11, 15, .96) 50%,
        rgba(8, 11, 15, .60) 73%,
        rgba(8, 11, 15, .28) 100%),
      linear-gradient(180deg, rgba(8,11,15,.10), rgba(8,11,15,.04) 58%, #080b0f 100%),
      url("../images/home/luxury-villa-cctv-dubai.webp") right center / auto 100% no-repeat,
      #080b0f;
  }
  .hero.hero-image-background .hero-grid { min-height: 520px; }
  .hero.hero-image-background .hero-copy { width: min(620px, 59%); }
}

@media (max-width: 980px) {
  .hero.hero-image-background {
    background:
      linear-gradient(90deg, #080b0f 0%, rgba(8,11,15,.97) 48%, rgba(8,11,15,.70) 100%),
      linear-gradient(180deg, rgba(8,11,15,.18), rgba(8,11,15,.34) 58%, #080b0f 100%),
      url("../images/home/luxury-villa-cctv-dubai.webp") 72% center / cover no-repeat,
      #080b0f;
  }
  .hero.hero-image-background .hero-grid { min-height: 540px; }
  .hero.hero-image-background .hero-copy { width: min(680px, 84%); }
}

@media (max-width: 700px) {
  .hero.hero-image-background {
    background:
      linear-gradient(90deg, rgba(8,11,15,.98) 0%, rgba(8,11,15,.93) 70%, rgba(8,11,15,.82) 100%),
      linear-gradient(180deg, rgba(8,11,15,.26), rgba(8,11,15,.52) 62%, #080b0f 100%),
      url("../images/home/luxury-villa-cctv-dubai.webp") 66% center / cover no-repeat,
      #080b0f;
  }
  .hero.hero-image-background .hero-grid { min-height: 0; }
  .hero.hero-image-background .hero-copy { width: 100%; padding: 16px 0 24px; }
}

/* Project preview on the homepage */
.project-preview {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,197,21,.08), transparent 24%),
    #0b0f14;
}
.project-preview-heading { align-items: end; }
.project-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.project-preview-card {
  position: relative;
  display: block;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}
.project-preview-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  display: block;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.project-preview-card::after {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(180deg, transparent, rgba(5,7,9,.93));
  pointer-events: none;
}
.project-preview-card > span {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: .25rem;
  padding: 1.4rem;
}
.project-preview-card strong { font-size: 1.12rem; }
.project-preview-card small { color: #c4cad2; font-size: .87rem; }
.project-preview-card:hover img { transform: scale(1.025); filter: brightness(1.04); }
.project-preview-action { display: flex; justify-content: center; margin-top: 2rem; }

/* Projects page */
.projects-page-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 68px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 18%, rgba(255,197,21,.10), transparent 27%),
    linear-gradient(135deg, #080b0f 0%, #0b1016 62%, #080b0f 100%);
}
.projects-page-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -240px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(255,197,21,.055);
  filter: blur(34px);
  pointer-events: none;
}
.projects-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  align-items: end;
  gap: 64px;
}
.projects-page-hero .breadcrumbs { margin-bottom: 1.75rem; }
.projects-page-hero h1 {
  max-width: 760px;
  margin-bottom: 1.1rem;
  font-size: clamp(2.9rem, 5.2vw, 4.9rem);
  line-height: .98;
}
.projects-page-hero-copy > p:not(.eyebrow) {
  max-width: 710px;
  margin-bottom: 1.8rem;
  color: #c1c7cf;
  font-size: 1.04rem;
  line-height: 1.75;
}
.projects-assurance {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(15,20,27,.78);
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}
.projects-assurance-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,197,21,.42);
  border-radius: 14px;
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 900;
  background: rgba(255,197,21,.07);
}
.projects-assurance span,
.projects-assurance strong { display: block; }
.projects-assurance span { margin-bottom: .28rem; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.projects-assurance strong { color: #f3f5f7; font-size: .96rem; line-height: 1.5; }

.projects-gallery-section {
  padding-top: 76px;
  background:
    radial-gradient(circle at 10% 8%, rgba(255,197,21,.045), transparent 20%),
    #0a0e13;
}
.projects-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  align-items: end;
  gap: 54px;
  margin-bottom: 30px;
}
.projects-gallery-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.projects-gallery-heading > p { margin: 0; color: var(--muted); line-height: 1.72; }
.projects-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.project-gallery-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: #0c1117;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}
.project-gallery-image,
.project-gallery-image img { width: 100%; height: 100%; }
.project-gallery-image { overflow: hidden; }
.project-gallery-image img {
  display: block;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.project-gallery-card::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(4,6,8,.92));
  pointer-events: none;
}
.project-gallery-card figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: .2rem;
  padding: 1.05rem 1.05rem 1rem;
}
.project-gallery-card figcaption strong { color: #fff; font-size: .98rem; line-height: 1.25; }
.project-gallery-card figcaption span { color: #c5cbd2; font-size: .76rem; line-height: 1.35; }
.project-gallery-card:hover .project-gallery-image img { transform: scale(1.035); filter: brightness(1.04); }
.projects-note {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  margin-top: 30px;
  padding: 1.55rem 1.65rem;
  border: 1px solid rgba(255,197,21,.23);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,197,21,.08), rgba(255,255,255,.018));
}
.projects-note strong { display: block; margin-bottom: .35rem; font-size: 1.1rem; }
.projects-note p { margin: 0; color: var(--muted); }

@media (max-width: 1180px) {
  .projects-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .projects-page-hero-grid { gap: 40px; }
}
@media (max-width: 900px) {
  .projects-page-hero-grid,
  .projects-gallery-heading { grid-template-columns: 1fr; gap: 28px; }
  .projects-assurance { max-width: 620px; }
  .projects-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .projects-page-hero { padding: 56px 0 52px; }
  .projects-page-hero h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .projects-gallery-section { padding-top: 58px; }
  .projects-gallery-grid { grid-template-columns: 1fr; gap: 13px; }
  .project-gallery-card { aspect-ratio: 16 / 10.5; }
  .projects-note { grid-template-columns: 1fr; }
  .projects-note .button { width: 100%; }
}



/* Professional 4K project gallery, July 2026 */
.project-portfolio-page { background: #080b0f; }
.portfolio-shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.portfolio-intro { padding: 78px 0 64px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 83% 12%, rgba(255,197,21,.09), transparent 28%), linear-gradient(180deg,#090d12 0%,#080b0f 100%); }
.portfolio-intro-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 72px; align-items: end; }
.portfolio-intro .breadcrumbs { margin: 0 0 1.6rem; }
.portfolio-intro h1 { max-width: 820px; margin: .4rem 0 1.3rem; font-size: clamp(3rem,5vw,5.25rem); line-height: .98; letter-spacing: -.055em; }
.portfolio-lead { max-width: 760px; margin: 0; color: #b5bcc5; font-size: 1.08rem; line-height: 1.75; }
.portfolio-intro-panel { padding: 1.7rem; border: 1px solid rgba(255,197,21,.2); border-radius: 20px; background: linear-gradient(145deg,rgba(255,197,21,.08),rgba(16,21,28,.92) 45%); box-shadow: 0 20px 55px rgba(0,0,0,.3); }
.portfolio-intro-panel strong { display: block; margin-bottom: .5rem; color: #fff; font-size: 1.15rem; }
.portfolio-intro-panel p { margin: 0 0 1.25rem; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.portfolio-gallery-section { padding: 82px 0 96px; background: #0b0f14; }
.portfolio-heading-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.55fr); gap: 60px; align-items: end; margin-bottom: 2.1rem; }
.portfolio-heading-row h2 { max-width: 820px; margin: .3rem 0 0; font-size: clamp(2.2rem,3.7vw,3.75rem); }
.portfolio-heading-row > p { margin: 0; color: var(--muted); line-height: 1.75; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.portfolio-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #11161d; box-shadow: 0 18px 45px rgba(0,0,0,.22); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.portfolio-card:hover { transform: translateY(-4px); border-color: rgba(255,197,21,.34); box-shadow: 0 26px 60px rgba(0,0,0,.32); }
.portfolio-image-link { display: block; aspect-ratio: 16/9; overflow: hidden; background: #0a0d11; }
.portfolio-card img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.001); transition: transform .35s ease,filter .35s ease; }
.portfolio-card:hover img { transform: scale(1.025); filter: brightness(1.04); }
.portfolio-card figcaption { display: grid; gap: .38rem; min-height: 112px; padding: 1.15rem 1.2rem 1.25rem; }
.portfolio-card figcaption strong { color: #fff; font-size: 1.04rem; line-height: 1.3; }
.portfolio-card figcaption span { color: var(--muted); font-size: .84rem; line-height: 1.5; }
.portfolio-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 44px; align-items: center; margin-top: 64px; padding: 2.2rem 2.35rem; border: 1px solid rgba(255,197,21,.22); border-radius: 22px; background: radial-gradient(circle at 85% 0,rgba(255,197,21,.12),transparent 32%),#10151b; }
.portfolio-cta h2 { max-width: 760px; margin: .3rem 0 .8rem; font-size: clamp(2rem,3vw,3rem); }
.portfolio-cta p:not(.eyebrow) { max-width: 760px; margin: 0; color: var(--muted); }
@media (max-width: 1050px) {
  .portfolio-intro-grid,.portfolio-heading-row { grid-template-columns: 1fr; gap: 32px; }
  .portfolio-intro-panel { max-width: 620px; }
  .portfolio-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .portfolio-shell { width: min(100% - 28px,1320px); }
  .portfolio-intro { padding: 52px 0 44px; }
  .portfolio-intro h1 { font-size: clamp(2.65rem,12vw,4.1rem); }
  .portfolio-gallery-section { padding: 58px 0 74px; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 16px; }
  .portfolio-card figcaption { min-height: auto; }
  .portfolio-cta { grid-template-columns: 1fr; gap: 24px; padding: 1.5rem; }
  .portfolio-cta .button { width: 100%; }
}

/* Project image performance optimisation */
.portfolio-image-link picture,
.project-preview-card picture { display:block; width:100%; height:100%; }
.portfolio-image-link picture img,
.project-preview-card picture img { width:100%; height:100%; object-fit:cover; }
.portfolio-card { content-visibility:auto; contain-intrinsic-size: 430px; }
@media (max-width: 720px) { .portfolio-card { contain-intrinsic-size: 390px; } }


/* Revised content and SEO page system */
.site-menu { gap: 1.25rem; }
.nav-quote { white-space: nowrap; }
.hero-quote-note { max-width: 640px; margin: -1rem 0 1.5rem; padding-left: 1rem; border-left: 2px solid rgba(255,197,21,.6); color: #aeb5be; font-size: .88rem; line-height: 1.65; }
.quote-promise { display: inline-flex; margin-bottom: 1.1rem; padding: .55rem .78rem; border: 1px solid rgba(255,197,21,.28); border-radius: 999px; color: var(--yellow); background: rgba(255,197,21,.07); font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.hero-points li::before { content: "✓"; color: var(--yellow); font-weight: 900; }
.trust-item > span { display:grid; }
.trust-item small { margin-top:.3rem; color:var(--muted); }
.split-copy { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:5rem; align-items:start; }
.split-copy p { color:var(--muted); font-size:1.02rem; }
.home-services-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.home-services-grid .service-card { min-height:270px; }
.center-action { display:flex; justify-content:center; margin-top:2rem; }
.project-preview-card { min-height:320px; border-radius:18px; }
.project-preview-card picture,.project-preview-card img { width:100%; height:100%; display:block; object-fit:cover; }
.project-preview-card::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(180deg,transparent,rgba(4,6,8,.92)); }
.project-preview-card > span { position:absolute; z-index:2; left:1.2rem; right:1.2rem; bottom:1rem; display:grid; }
.project-preview-card strong { font-size:1.05rem; }
.project-preview-card small { color:#c7cdd4; }
.area-pills { display:flex; flex-wrap:wrap; gap:.75rem; }
.area-pills a { padding:.72rem 1rem; border:1px solid var(--line); border-radius:999px; background:var(--panel); color:#dfe3e8; }
.area-pills a:hover { border-color:rgba(255,197,21,.42); color:var(--yellow); }
.form-full { grid-column:1/-1; }
.inner-page { min-height:70vh; background:#080b0f; }
.inner-hero { padding:76px 0 72px; border-bottom:1px solid var(--line); background:radial-gradient(circle at 82% 8%,rgba(255,197,21,.09),transparent 28%),linear-gradient(180deg,#0b1016,#080b0f); }
.inner-hero h1 { max-width:940px; margin:.55rem 0 1.35rem; font-size:clamp(2.85rem,5.2vw,5rem); }
.inner-lead { max-width:830px; margin-bottom:0; color:#bcc3cc; font-size:1.12rem; line-height:1.8; }
.inner-actions { display:flex; flex-wrap:wrap; gap:.8rem; margin-top:1.8rem; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:.55rem; margin-bottom:1.65rem; color:#8f98a4; font-size:.82rem; }
.breadcrumbs a:hover { color:var(--yellow); }
.breadcrumbs i { color:#535c67; font-style:normal; }
.content-section { padding:78px 0 96px; }
.content-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:54px; align-items:start; }
.prose-card { min-width:0; padding:clamp(1.35rem,3vw,2.5rem); border:1px solid var(--line); border-radius:22px; background:#0f141b; }
.prose-card > :first-child { margin-top:0; }
.prose-card h2 { margin:2.7rem 0 1rem; padding-top:.2rem; font-size:clamp(1.75rem,3vw,2.55rem); letter-spacing:-.035em; }
.prose-card h3 { margin:1.8rem 0 .7rem; font-size:1.28rem; }
.prose-card p { color:#b8c0ca; line-height:1.85; }
.prose-card a { color:var(--yellow); text-decoration:underline; text-underline-offset:3px; }
.content-list { display:grid; gap:.65rem; margin:1rem 0 1.5rem; padding-left:1.3rem; color:#c5cbd3; }
.content-step { padding-left:1rem; border-left:3px solid var(--yellow); }
.article-faq { display:grid; gap:.75rem; margin-top:1.2rem; }
.content-sidebar { position:sticky; top:100px; display:grid; gap:1rem; }
.side-card { padding:1.35rem; border:1px solid var(--line); border-radius:18px; background:#10151c; }
.side-card h2 { margin:0 0 1rem; font-size:1.25rem; letter-spacing:-.02em; }
.side-card p { color:var(--muted); font-size:.9rem; }
.side-cta { border-color:rgba(255,197,21,.22); background:linear-gradient(145deg,rgba(255,197,21,.08),#10151c 48%); }
.side-cta .button { width:100%; }
.side-cta small { display:block; margin-top:1rem; color:#8f98a4; line-height:1.55; }
.side-phone { display:block; margin-top:.9rem; color:var(--yellow); font-weight:800; text-align:center; }
.side-links { display:grid; }
.side-links a { display:flex; justify-content:space-between; gap:1rem; padding:.8rem 0; border-top:1px solid var(--line); color:#d8dde3; font-size:.9rem; }
.side-links a:first-child { border-top:0; }
.side-links a span { color:var(--yellow); }
.hub-section { padding:72px 0 96px; }
.hub-heading { display:grid; grid-template-columns:1fr .65fr; gap:3rem; align-items:end; margin-bottom:2rem; }
.hub-heading p { color:var(--muted); }
.hub-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.hub-card { display:flex; flex-direction:column; min-height:280px; padding:1.5rem; border:1px solid var(--line); border-radius:18px; background:var(--panel); }
.hub-card:hover { transform:translateY(-3px); border-color:rgba(255,197,21,.35); }
.hub-card > span { color:var(--yellow); font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.hub-card h3 { margin:1.3rem 0 .7rem; font-size:1.35rem; }
.hub-card p { color:var(--muted); font-size:.9rem; }
.hub-card strong { margin-top:auto; color:var(--yellow); }
.area-search-wrap { max-width:620px; margin-bottom:1.5rem; }
.area-search-wrap label { display:block; margin-bottom:.55rem; font-weight:750; }
.area-search-wrap input { width:100%; padding:1rem 1.1rem; border:1px solid var(--line-strong); border-radius:12px; background:#0f141b; color:#fff; }
.area-directory-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.8rem; }
.area-directory-card { display:grid; gap:.3rem; min-height:108px; padding:1.05rem; border:1px solid var(--line); border-radius:14px; background:#10151b; }
.area-directory-card:hover { border-color:rgba(255,197,21,.35); }
.area-directory-card span { color:var(--muted); font-size:.78rem; }
.contact-page-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.8fr); gap:42px; align-items:start; }
.not-found { min-height:62vh; display:grid; place-items:center; padding:90px 0; text-align:center; }
.not-found h1 { margin-inline:auto; }
.not-found p { color:var(--muted); }
.not-found .hero-actions { justify-content:center; }
@media (max-width:1180px) { .site-menu { gap:.85rem; } .nav-actions .phone-link { display:none; } .area-directory-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:980px) { .split-copy,.content-layout,.contact-page-grid,.hub-heading { grid-template-columns:1fr; gap:32px; } .content-sidebar { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); } .home-services-grid,.hub-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:760px) { .inner-hero { padding:52px 0; } .content-section,.hub-section { padding:54px 0 72px; } .prose-card { border-radius:16px; } .content-sidebar,.home-services-grid,.hub-grid,.area-directory-grid { grid-template-columns:1fr; } .project-preview-grid { grid-template-columns:1fr; } .project-preview-card { min-height:250px; } .quote-form { grid-template-columns:1fr; } .form-full { grid-column:auto; } }

/* Homepage compact layout and higher project preview */
.home-page .section {
  padding: 82px 0 70px;
}
.home-page .home-intro {
  padding-top: 108px;
  padding-bottom: 58px;
}
.home-page .section-heading {
  gap: 2rem;
  margin-bottom: 1.55rem;
}
.home-page h2 {
  font-size: clamp(2.05rem, 3.25vw, 3.3rem);
}
.home-page .project-preview {
  padding-top: 60px;
  padding-bottom: 66px;
}
.home-page .project-preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.home-page .project-preview-card {
  min-height: 0;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0,0,0,.2);
}
.home-page .project-preview-card picture,
.home-page .project-preview-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
}
.home-page .project-preview-card::after {
  inset: 38% 0 0;
}
.home-page .project-preview-card > span {
  left: .9rem;
  right: .9rem;
  bottom: .8rem;
  padding: 0;
}
.home-page .project-preview-card strong {
  font-size: .98rem;
  line-height: 1.2;
}
.home-page .project-preview-card small {
  font-size: .74rem;
}
.home-page .center-action {
  margin-top: 1.35rem;
}
.home-page .home-services-grid {
  gap: .8rem;
}
.home-page .home-services-grid .service-card {
  min-height: 238px;
  padding: 1.25rem;
  border-radius: 16px;
}
.home-page .home-services-grid .card-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1.35rem;
  border-radius: 12px;
}
.home-page .home-services-grid .card-icon svg {
  width: 23px;
  height: 23px;
}
.home-page .home-services-grid .card-label {
  top: 1.25rem;
  right: 1.25rem;
}
.home-page .home-services-grid .service-card h3 {
  margin-bottom: .55rem;
  font-size: 1.18rem;
}
.home-page .home-services-grid .service-card p {
  font-size: .86rem;
  line-height: 1.55;
}
.home-page .home-services-grid .service-card a {
  left: 1.25rem;
  bottom: 1.1rem;
}
.home-page .process-grid {
  gap: .75rem;
}
.home-page .process-grid li {
  min-height: 198px;
  padding: 1.25rem;
}
.home-page .step-number {
  width: 38px;
  height: 38px;
  margin-bottom: 1.2rem;
}
.home-page .process-grid h3 {
  margin-bottom: .5rem;
  font-size: 1.12rem;
}
.home-page .process-grid p {
  font-size: .84rem;
  line-height: 1.58;
}
.home-page .area-pills {
  gap: .55rem;
}
.home-page .area-pills a {
  padding: .58rem .82rem;
  font-size: .86rem;
}
.home-page .faq-section {
  padding-top: 72px;
  padding-bottom: 72px;
}
.home-page .faq-layout {
  gap: 3.4rem;
}
.home-page .faq-list {
  gap: .6rem;
}
.home-page summary {
  padding: 1rem 1.15rem;
  font-size: .94rem;
}
.home-page details p {
  padding: 0 1.15rem 1rem;
  font-size: .88rem;
  line-height: 1.65;
}
.home-page .contact-section {
  padding: 72px 0;
}
.home-page .contact-shell {
  gap: 3.4rem;
}
.home-page .contact-copy > p:not(.eyebrow) {
  margin: 1.1rem 0 1.5rem;
}
.home-page .quote-form {
  gap: .78rem;
  padding: 1.3rem;
  border-radius: 18px;
}
.home-page .form-row input,
.home-page .form-row select,
.home-page .form-row textarea {
  padding: .72rem .8rem;
}
.home-page .form-row textarea {
  min-height: 88px;
}
.home-page + .site-footer,
.home-page .site-footer {
  padding-top: 52px;
}

@media (max-width: 1180px) {
  .home-page .project-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-page .project-preview-card {
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 760px) {
  .home-page .section {
    padding: 58px 0 54px;
  }
  .home-page .home-intro {
    padding-top: 92px;
    padding-bottom: 48px;
  }
  .home-page .project-preview {
    padding-top: 50px;
    padding-bottom: 54px;
  }
  .home-page .project-preview-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home-page .project-preview-card {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
  .home-page .home-services-grid .service-card {
    min-height: 220px;
  }
  .home-page .process-grid li {
    min-height: 0;
  }
  .home-page .faq-section,
  .home-page .contact-section {
    padding: 56px 0;
  }
}

/* iPhone and small-screen conversion refinement, July 2026 */
.hero-lead-mobile,
.mobile-hero-actions,
.mobile-contact-actions { display: none; }

@media (max-width: 700px) {
  html { scroll-padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  body.home-page { overflow-x: hidden; }

  .shell { width: min(100% - 28px, var(--shell)); }
  .site-header {
    padding-top: env(safe-area-inset-top);
    background: rgba(8,11,15,.96);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .nav-wrap { min-height: 62px; gap: .7rem; }
  .brand { gap: .55rem; }
  .brand-mark { width: 31px; height: 31px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { margin-top: .25rem; font-size: .57rem; letter-spacing: .18em; }
  .menu-toggle { min-width: 46px; min-height: 46px; display: grid; place-content: center; border-radius: 12px; }
  .site-menu {
    inset: calc(62px + env(safe-area-inset-top)) 0 auto;
    max-height: calc(100dvh - 62px - env(safe-area-inset-top));
    padding: .45rem 14px calc(1rem + env(safe-area-inset-bottom));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 22px 50px rgba(0,0,0,.45);
  }
  .site-menu a { min-height: 52px; display: flex; align-items: center; padding: .8rem .35rem; font-size: 1rem; }

  .hero.hero-image-background {
    min-height: auto;
    padding: 24px 0 20px;
    background:
      linear-gradient(90deg, rgba(8,11,15,.98) 0%, rgba(8,11,15,.93) 72%, rgba(8,11,15,.84) 100%),
      linear-gradient(180deg, rgba(8,11,15,.28), rgba(8,11,15,.58) 68%, #080b0f 100%),
      url("../images/home/luxury-villa-cctv-dubai.webp") 64% center / cover no-repeat,
      #080b0f;
  }
  .hero.hero-image-background .hero-grid { min-height: 0; }
  .hero.hero-image-background .hero-copy { width: 100%; padding: 4px 0 8px; }
  .quote-promise {
    margin-bottom: .75rem;
    padding: .48rem .68rem;
    font-size: .68rem;
    white-space: nowrap;
  }
  .hero .kicker { display: none; }
  .hero-copy h1 {
    max-width: 350px;
    margin-bottom: .75rem;
    font-size: clamp(2.18rem, 10.6vw, 2.75rem);
    line-height: 1.01;
    letter-spacing: -.045em;
  }
  .hero-lead-desktop,
  .hero-quote-note,
  .hero-actions-desktop,
  .hero-points { display: none; }
  .hero-lead-mobile {
    display: block;
    max-width: 350px;
    margin-bottom: 1rem;
    color: #d0d5dc;
    font-size: .94rem;
    line-height: 1.52;
  }
  .mobile-hero-actions {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: .55rem;
  }
  .mobile-hero-actions .button {
    min-height: 50px;
    padding: .72rem .75rem;
    border-radius: 12px;
    font-size: .88rem;
  }

  .hero.hero-image-background .trust-strip {
    display: flex;
    gap: .55rem;
    width: auto;
    margin: 18px -14px 0;
    padding: 0 14px 2px;
    overflow-x: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .hero.hero-image-background .trust-strip::-webkit-scrollbar { display: none; }
  .trust-item {
    min-width: 156px;
    min-height: 52px;
    flex: 0 0 156px;
    padding: .68rem .75rem;
    border: 1px solid var(--line) !important;
    border-radius: 12px;
    background: rgba(15,20,27,.86);
    scroll-snap-align: start;
  }
  .trust-item strong { font-size: .76rem; line-height: 1.25; }
  .trust-item small { display: none; }

  .home-page .home-intro { display: none; }
  .home-page .section { padding: 42px 0; }
  .home-page .section-heading { display: block; margin-bottom: 1rem; }
  .home-page .section-heading > p { display: none; }
  .home-page .eyebrow { margin-bottom: .5rem; font-size: .68rem; }
  .home-page h2 { font-size: clamp(1.75rem, 8vw, 2.15rem); line-height: 1.06; }

  .home-page .project-preview { padding: 34px 0 40px; }
  .home-page .project-preview-grid {
    display: flex;
    gap: 10px;
    width: auto;
    margin: 0 -14px;
    padding: 0 14px 4px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .home-page .project-preview-grid::-webkit-scrollbar { display: none; }
  .home-page .project-preview-card {
    flex: 0 0 min(82vw, 330px);
    width: min(82vw, 330px);
    aspect-ratio: 4 / 3;
    scroll-snap-align: center;
  }
  .home-page .project-preview-card > span { left: .8rem; right: .8rem; bottom: .7rem; }
  .home-page .project-preview-card strong { font-size: .92rem; }
  .home-page .project-preview-card small { display: none; }
  .home-page .center-action { margin-top: 1rem; }
  .home-page .center-action .button { width: 100%; min-height: 48px; }

  .home-page #services { padding: 40px 0 42px; }
  .home-page #services .home-services-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
  }
  .home-page #services .service-card:nth-child(n+5) { display: none; }
  .home-page #services .service-card {
    min-height: 122px;
    padding: .9rem;
    border-radius: 13px;
  }
  .home-page #services .service-card p { display: none; }
  .home-page #services .service-card h3 { margin: 0; font-size: .98rem; line-height: 1.18; }
  .home-page #services .service-card a {
    position: absolute;
    left: .9rem;
    bottom: .78rem;
    font-size: .73rem;
  }

  .home-page #process { padding: 40px 0; }
  .home-page #process .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .home-page #process .process-grid li {
    min-height: 120px;
    padding: .85rem;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--panel);
  }
  .home-page #process .step-number {
    width: 29px;
    height: 29px;
    margin-bottom: .65rem;
    font-size: .76rem;
  }
  .home-page #process .process-grid h3 { margin: 0; font-size: .92rem; line-height: 1.2; }
  .home-page #process .process-grid p { display: none; }

  .home-page #process + .section .area-pills { gap: .42rem; }
  .home-page #process + .section .area-pills a { padding: .52rem .68rem; font-size: .76rem; }
  .home-page #process + .section .area-pills a:nth-child(n+7) { display: none; }

  .home-page .faq-section { padding: 40px 0; }
  .home-page .faq-layout { gap: 1rem; }
  .home-page .faq-intro > p:not(.eyebrow),
  .home-page .faq-intro .button { display: none; }
  .home-page .faq-list details:nth-child(n+4) { display: none; }
  .home-page .faq-list { gap: .5rem; }
  .home-page summary { min-height: 52px; padding: .84rem .9rem; font-size: .84rem; line-height: 1.3; }
  .home-page details p { padding: 0 .9rem .9rem; font-size: .8rem; line-height: 1.5; }

  .home-page .contact-section { padding: 40px 0 34px; }
  .home-page .contact-shell { display: block; }
  .home-page .contact-copy > p:not(.eyebrow) { margin: .75rem 0 1rem; font-size: .9rem; line-height: 1.5; }
  .home-page .direct-contact,
  .home-page .quote-form { display: none; }
  .mobile-contact-actions { display: grid; gap: .55rem; }
  .mobile-contact-actions .button { width: 100%; min-height: 50px; border-radius: 12px; }

  .site-footer { padding: 34px 0 calc(18px + env(safe-area-inset-bottom)); }
  .footer-grid { display: block; }
  .footer-grid > div:first-child p { margin-bottom: 0; font-size: .8rem; line-height: 1.5; }
  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3),
  .footer-grid > div:nth-child(4) { display: none; }
  .footer-brand { margin-bottom: .7rem; }
  .footer-bottom { margin-top: 1.2rem; padding-top: 1rem; font-size: .68rem; }
  .footer-bottom span:last-child { display: none; }

  .mobile-action-bar {
    grid-template-columns: .82fr 1.18fr;
    gap: .45rem;
    padding: .5rem .6rem calc(.5rem + env(safe-area-inset-bottom));
    background: rgba(8,11,15,.97);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .mobile-action-bar a {
    min-height: 50px;
    border-radius: 12px !important;
    font-size: .86rem;
  }

  input, select, textarea { font-size: 16px; }
  a, button, summary { -webkit-tap-highlight-color: transparent; }
}

@media (max-width: 380px) {
  .hero-copy h1 { font-size: 2.05rem; }
  .quote-promise { font-size: .63rem; }
  .mobile-hero-actions { grid-template-columns: 1fr; }
  .home-page #services .home-services-grid,
  .home-page #process .process-grid { grid-template-columns: 1fr 1fr; }
}

@media (hover: none) and (pointer: coarse) {
  .button:hover,
  .service-card:hover,
  .project-preview-card:hover img,
  .home-area-grid a:hover { transform: none; }
}


/* Calm, minimal mobile homepage, July 2026 */
.mobile-title,
.mobile-promise,
.mobile-contact-title,
.mobile-process-summary,
.mobile-area-summary { display: none; }

@media (max-width: 700px) {
  body.home-page {
    background: #080b0f;
  }

  .desktop-title,
  .desktop-promise,
  .desktop-contact-title { display: none; }
  .mobile-title,
  .mobile-promise,
  .mobile-contact-title { display: inline; }

  .site-header {
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
  .nav-wrap { min-height: 58px; }
  .brand-mark { width: 28px; height: 28px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .53rem; }
  .menu-toggle {
    min-width: 42px;
    min-height: 42px;
    border: 0;
    background: transparent;
  }

  .hero.hero-image-background {
    padding: 28px 0 30px;
    background:
      linear-gradient(90deg, rgba(8,11,15,.99) 0%, rgba(8,11,15,.96) 62%, rgba(8,11,15,.82) 100%),
      linear-gradient(180deg, rgba(8,11,15,.18), #080b0f 100%),
      url("../images/home/luxury-villa-cctv-dubai.webp") 72% center / cover no-repeat,
      #080b0f;
  }
  .hero.hero-image-background .hero-copy { padding: 0; }
  .quote-promise {
    width: auto;
    margin: 0 0 .8rem;
    padding: .42rem .62rem;
    border-radius: 999px;
    font-size: .65rem;
    letter-spacing: .04em;
  }
  .hero-copy h1 {
    max-width: 280px;
    margin: 0 0 .75rem;
    font-size: clamp(2rem, 9.2vw, 2.35rem);
    line-height: 1.02;
    letter-spacing: -.04em;
  }
  .hero-lead-mobile {
    max-width: 315px;
    margin: 0 0 1.05rem;
    font-size: .9rem;
    line-height: 1.48;
  }
  .mobile-hero-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .55rem;
    max-width: 315px;
  }
  .mobile-hero-actions .button {
    min-height: 47px;
    padding: .68rem .8rem;
    border-radius: 10px;
    font-size: .84rem;
  }
  .mobile-hero-actions .button-secondary { min-width: 78px; }
  .hero.hero-image-background .trust-strip { display: none; }

  .home-page .section { padding: 34px 0; }
  .home-page .section-heading { margin-bottom: .85rem; }
  .home-page .section-heading .eyebrow { display: none; }
  .home-page h2 {
    max-width: 330px;
    font-size: 1.52rem;
    line-height: 1.12;
    letter-spacing: -.025em;
  }

  .home-page .project-preview {
    padding: 30px 0 34px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .home-page .project-preview .section-heading h2 {
    font-size: 1.42rem;
  }
  .home-page .project-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .home-page .project-preview-card {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.15 / 1;
    border-radius: 11px;
  }
  .home-page .project-preview-card > span {
    left: .6rem;
    right: .55rem;
    bottom: .5rem;
  }
  .home-page .project-preview-card strong {
    font-size: .72rem;
    line-height: 1.18;
  }
  .home-page .project-preview-card small { display: none; }
  .home-page .project-preview .center-action { margin-top: .8rem; }
  .home-page .project-preview .center-action .button {
    width: auto;
    min-height: 42px;
    padding: .6rem .82rem;
    font-size: .78rem;
  }

  .home-page #services {
    padding: 32px 0 34px;
    background: #0b0f14;
  }
  .home-page #services .section-heading h2 {
    font-size: 1.42rem;
  }
  .home-page #services .home-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .home-page #services .service-card:nth-child(n+5) { display: none; }
  .home-page #services .service-card {
    min-height: 0;
    padding: .88rem 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .home-page #services .service-card h3 {
    padding-right: 5.5rem;
    font-size: .94rem;
  }
  .home-page #services .service-card p { display: none; }
  .home-page #services .service-card a {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    font-size: .72rem;
  }
  .home-page #services .center-action { margin-top: .9rem; }
  .home-page #services .center-action .button {
    width: 100%;
    min-height: 44px;
    font-size: .8rem;
  }

  .home-page #process {
    padding: 31px 0 33px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .home-page #process .section-heading h2 { font-size: 1.42rem; }
  .home-page #process .process-grid { display: none; }
  .mobile-process-summary {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .mobile-process-summary > div {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: .7rem;
    min-height: 48px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .mobile-process-summary span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,197,21,.12);
    color: var(--accent);
    font-size: .7rem;
    font-weight: 800;
  }
  .mobile-process-summary strong {
    font-size: .86rem;
    font-weight: 650;
  }

  .home-page #process + .section {
    padding: 28px 0 30px;
    background: #0b0f14;
  }
  .home-page #process + .section .section-heading,
  .home-page #process + .section .area-pills,
  .home-page #process + .section > .shell > .center-action { display: none; }
  .mobile-area-summary {
    display: grid;
    gap: .8rem;
  }
  .mobile-area-summary p {
    margin: 0;
    color: #d7dce3;
    font-size: .92rem;
    line-height: 1.45;
  }
  .mobile-area-summary .button {
    width: 100%;
    min-height: 44px;
    font-size: .8rem;
  }

  .home-page .faq-section { padding: 31px 0 33px; }
  .home-page .faq-layout { display: block; }
  .home-page .faq-intro h2 { font-size: 1.42rem; }
  .home-page .faq-list { margin-top: .8rem; }
  .home-page .faq-list details:nth-child(n+3) { display: none; }
  .home-page summary {
    min-height: 48px;
    padding: .78rem 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    font-size: .82rem;
  }
  .home-page details p {
    padding: 0 0 .85rem;
    font-size: .78rem;
  }

  .home-page .contact-section {
    padding: 32px 0 28px;
    background: #0b0f14;
  }
  .home-page .contact-copy .eyebrow { display: none; }
  .home-page .contact-copy h2 { font-size: 1.55rem; }
  .home-page .contact-copy > p:not(.eyebrow) { display: none; }
  .mobile-contact-actions {
    margin-top: 1rem;
    grid-template-columns: 1fr auto;
    gap: .55rem;
  }
  .mobile-contact-actions .button {
    min-height: 47px;
    padding: .68rem .8rem;
    font-size: .82rem;
  }
  .mobile-contact-actions .button-secondary { width: auto; min-width: 84px; }

  .site-footer {
    padding: 24px 0 calc(14px + env(safe-area-inset-bottom));
  }
  .footer-grid > div:first-child p { display: none; }
  .footer-brand { margin-bottom: 0; }
  .footer-bottom {
    margin-top: .8rem;
    padding-top: .8rem;
    font-size: .64rem;
  }

  .mobile-action-bar {
    gap: .4rem;
    padding: .42rem .5rem calc(.42rem + env(safe-area-inset-bottom));
  }
  .mobile-action-bar a {
    min-height: 46px;
    border-radius: 10px !important;
    font-size: .8rem;
  }
}

@media (max-width: 360px) {
  .home-page .project-preview-grid { gap: 6px; }
  .home-page .project-preview-card strong { font-size: .66rem; }
  .mobile-hero-actions,
  .mobile-contact-actions { grid-template-columns: 1fr auto; }
}


/* Mobile balanced homepage section, July 2026 */
.mobile-balanced-section { display: none; }

@media (max-width: 700px) {
  /* Keep the approved hero and four existing project images. Replace the long
     desktop sections beneath them with a calmer mobile-only page flow. */
  .home-page #services,
  .home-page #process,
  .home-page #process + .section,
  .home-page .faq-section,
  .home-page .contact-section,
  .home-page .mobile-conversion-section {
    display: none !important;
  }

  .mobile-balanced-section {
    display: block;
    background: #090d12;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  .mobile-balanced-section > .shell {
    padding-top: 34px;
    padding-bottom: 32px;
  }

  .mobile-mini-label {
    margin: 0 0 .55rem;
    color: var(--yellow);
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .09em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .mobile-value-intro,
  .mobile-block-heading {
    max-width: 350px;
  }

  .mobile-value-intro h2,
  .mobile-block-heading h2,
  .mobile-area-block h2,
  .mobile-final-cta h2 {
    margin: 0;
    color: #f5f7f9;
    font-size: 1.5rem;
    line-height: 1.12;
    letter-spacing: -.03em;
  }

  .mobile-value-intro > p:last-child {
    margin: .72rem 0 0;
    color: #aeb6c1;
    font-size: .86rem;
    line-height: 1.55;
  }

  .mobile-value-points {
    display: grid;
    gap: 0;
    margin-top: 1.3rem;
    border-top: 1px solid rgba(255,255,255,.09);
  }

  .mobile-value-points article {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: .72rem;
    padding: .95rem 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }

  .mobile-value-points article > span {
    color: var(--yellow);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.4;
  }

  .mobile-value-points h3 {
    margin: 0;
    color: #f0f3f6;
    font-size: .94rem;
    line-height: 1.25;
  }

  .mobile-value-points p {
    margin: .28rem 0 0;
    color: #8f99a6;
    font-size: .77rem;
    line-height: 1.46;
  }

  .mobile-property-block,
  .mobile-steps-block,
  .mobile-area-block,
  .mobile-faq-block {
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255,255,255,.08);
  }

  .mobile-property-list {
    display: grid;
    gap: .58rem;
    margin-top: 1rem;
  }

  .mobile-property-list a {
    display: grid;
    gap: .24rem;
    padding: .9rem .95rem;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: #0f141a;
    text-decoration: none;
  }

  .mobile-property-list strong {
    color: #f1f3f5;
    font-size: .9rem;
    line-height: 1.25;
  }

  .mobile-property-list span {
    color: #8f98a4;
    font-size: .75rem;
    line-height: 1.4;
  }

  .mobile-text-link {
    display: inline-flex;
    gap: .42rem;
    margin-top: .9rem;
    color: var(--yellow);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-steps-block ol {
    display: grid;
    gap: .78rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
  }

  .mobile-steps-block li {
    display: grid;
    grid-template-columns: 31px 1fr;
    gap: .72rem;
    align-items: start;
  }

  .mobile-steps-block li > span {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border: 1px solid rgba(255,197,21,.28);
    border-radius: 50%;
    color: var(--yellow);
    background: rgba(255,197,21,.07);
    font-size: .7rem;
    font-weight: 900;
  }

  .mobile-steps-block strong {
    display: block;
    color: #eef1f4;
    font-size: .88rem;
    line-height: 1.25;
  }

  .mobile-steps-block small {
    display: block;
    margin-top: .25rem;
    color: #8e98a4;
    font-size: .75rem;
    line-height: 1.45;
  }

  .mobile-area-block {
    display: grid;
  }

  .mobile-area-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
    margin-top: .95rem;
  }

  .mobile-area-pills span {
    padding: .48rem .62rem;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    color: #b4bdc7;
    background: #0e1319;
    font-size: .7rem;
    line-height: 1;
  }

  .mobile-faq-block details {
    border-bottom: 1px solid rgba(255,255,255,.09);
  }

  .mobile-faq-block details:first-of-type {
    margin-top: .85rem;
    border-top: 1px solid rgba(255,255,255,.09);
  }

  .mobile-faq-block summary {
    position: relative;
    padding: .92rem 1.5rem .92rem 0;
    color: #eef1f4;
    font-size: .84rem;
    font-weight: 750;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
  }

  .mobile-faq-block summary::-webkit-details-marker { display: none; }

  .mobile-faq-block summary::after {
    content: '+';
    position: absolute;
    top: .82rem;
    right: .05rem;
    color: var(--yellow);
    font-size: 1rem;
    font-weight: 500;
  }

  .mobile-faq-block details[open] summary::after { content: '−'; }

  .mobile-faq-block details p {
    margin: -.1rem 0 .95rem;
    padding-right: .75rem;
    color: #8f99a5;
    font-size: .76rem;
    line-height: 1.5;
  }

  .mobile-final-cta {
    margin-top: 2rem;
    padding: 1.2rem;
    border: 1px solid rgba(255,197,21,.2);
    border-radius: 15px;
    background:
      linear-gradient(145deg, rgba(255,197,21,.09), rgba(255,255,255,.02) 45%),
      #10151b;
  }

  .mobile-final-cta > p:not(.mobile-mini-label) {
    margin: .68rem 0 0;
    color: #a9b2bd;
    font-size: .8rem;
    line-height: 1.48;
  }

  .mobile-final-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .5rem;
    margin-top: .95rem;
  }

  .mobile-final-actions .button {
    min-height: 47px;
    padding: .7rem .78rem;
    border-radius: 10px;
    font-size: .77rem;
    white-space: nowrap;
  }

  .mobile-final-actions .button-secondary { min-width: 68px; }

  .mobile-final-cta small {
    display: block;
    margin-top: .68rem;
    color: #7f8995;
    font-size: .67rem;
    line-height: 1.4;
  }

  .site-footer { padding-top: 22px; }
}

@media (max-width: 360px) {
  .mobile-final-actions { grid-template-columns: 1fr; }
  .mobile-final-actions .button { width: 100%; }
}


/* Technical SEO update: compact area directory and contextual quote link */
.area-directory-title{margin:0 0 18px;font-size:clamp(1.6rem,2.5vw,2.3rem)}
.area-directory-groups{display:grid;gap:28px}
.area-directory-group{min-width:0}
.area-directory-group h3{margin:0 0 12px;color:#ffc515;font-size:.9rem;letter-spacing:.09em;text-transform:uppercase}
.area-directory-group-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.quote-process-link{margin-top:14px;font-size:.94rem;color:var(--muted,#aeb7c3)}
.quote-process-link a{color:#ffc515;text-decoration:underline;text-underline-offset:3px}
@media(max-width:1100px){.area-directory-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.area-directory-groups{gap:22px}.area-directory-group-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.area-directory-title{margin-bottom:14px}}
@media(max-width:440px){.area-directory-group-grid{grid-template-columns:1fr}}


/* Areas directory layout correction */
.area-directory-title {
  max-width: 760px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  line-height: 1.02;
}
.area-search-wrap {
  max-width: 520px;
  margin: 0 0 2.25rem;
}
.area-search-wrap input {
  min-height: 52px;
  padding: .8rem .95rem;
}
.area-directory-groups {
  display: grid;
  gap: 2.25rem;
}
.area-directory-group {
  min-width: 0;
}
.area-directory-group h3 {
  margin: 0 0 .85rem;
  color: var(--yellow);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.area-directory-group-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .72rem;
}
.area-directory-card {
  display: flex;
  min-width: 0;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  gap: .32rem;
  padding: .85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #10151b;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.area-directory-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,197,21,.42);
  background: #151b22;
}
.area-directory-card strong {
  overflow: hidden;
  font-size: .94rem;
  line-height: 1.25;
  text-overflow: ellipsis;
}
.area-directory-card span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  color: var(--muted);
  font-size: .72rem;
}
.area-directory-card span b {
  color: var(--yellow);
  font-size: .9rem;
}
.area-directory-card[hidden],
.area-directory-group[hidden] {
  display: none !important;
}
#no-area-results {
  margin-top: 1.25rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  text-align: center;
}
@media (max-width: 1100px) {
  .area-directory-group-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .area-directory-title { font-size: clamp(1.9rem, 8vw, 2.45rem); }
  .area-directory-groups { gap: 1.8rem; }
  .area-directory-group-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-directory-card { min-height: 72px; padding: .78rem .85rem; }
  .area-directory-card strong { font-size: .88rem; }
}
@media (max-width: 480px) {
  .area-directory-group-grid { grid-template-columns: 1fr; }
}

/* Email / WhatsApp enquiry choice + email CAPTCHA */
.quote-form[data-dual-enquiry="true"] .enquiry-method-tabs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #0b0f14;
}
.quote-form[data-dual-enquiry="true"] .enquiry-method-tab {
  display: flex;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .7rem .85rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}
.quote-form[data-dual-enquiry="true"] .enquiry-method-tab + .enquiry-method-tab { border-left: 1px solid var(--line-strong); }
.quote-form[data-dual-enquiry="true"] .enquiry-method-tab svg { width: 21px; height: 21px; flex: 0 0 21px; }
.quote-form[data-dual-enquiry="true"] .enquiry-method-tab:hover { color: var(--text); }
.quote-form[data-dual-enquiry="true"] .enquiry-method-tab.is-active,
.quote-form[data-dual-enquiry="true"] .enquiry-method-tab[aria-selected="true"] { background: var(--yellow); color: #090b0e; }
.quote-form[data-dual-enquiry="true"] .form-full { grid-column: 1 / -1; }
.quote-form[data-dual-enquiry="true"] .email-only-field[hidden],
.quote-form[data-dual-enquiry="true"] .whatsapp-note[hidden],
.quote-form[data-dual-enquiry="true"] .email-note[hidden] { display: none !important; }
.quote-form[data-dual-enquiry="true"] .hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.quote-form[data-dual-enquiry="true"] .captcha-row { display: block; min-height: 66px; overflow: visible; }
.quote-form[data-dual-enquiry="true"] .captcha-row .cf-turnstile { width: 100%; max-width: 100%; }
.quote-form[data-dual-enquiry="true"] .captcha-row iframe { max-width: 100%; }
.quote-form[data-dual-enquiry="true"] .form-status { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .84rem; text-align: center; }
.quote-form[data-dual-enquiry="true"] .form-status.is-success { color: #9fe3ad; }
.quote-form[data-dual-enquiry="true"] .form-status.is-error { color: #ff9d9d; }
.contact-process-wrap { padding-top: 14px; }
.contact-process-wrap .quote-process-link { margin: 0; }
@media (max-width: 760px) {
  .home-page .quote-form { display: grid; margin-top: 1.2rem; }
  .quote-form[data-dual-enquiry="true"] .enquiry-method-tab { min-height: 50px; padding: .65rem .5rem; gap: .4rem; font-size: .76rem; }
  .quote-form[data-dual-enquiry="true"] .enquiry-method-tab svg { width: 18px; height: 18px; flex-basis: 18px; }
  .quote-form[data-dual-enquiry="true"] .captcha-row { min-height: 65px; }
}
@media (max-width: 360px) {
  .quote-form[data-dual-enquiry="true"] .enquiry-method-tab { font-size: .72rem; }
  .quote-form[data-dual-enquiry="true"] .enquiry-method-tab svg { display: none; }
}
