:root {
  --navy: #184479;
  --cyan: #5fc0d8;
  --gold: #f7c93b;
  --charcoal: #15353f;
  --ink: #18314f;
  --muted: #6f8298;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --line: rgba(24, 68, 121, 0.08);
  --shadow: 0 30px 60px rgba(24, 68, 121, 0.12);
  --glow-cyan: rgba(95, 192, 216, 0.2);
  --glow-gold: rgba(247, 201, 59, 0.2);
  --glass-edge: rgba(255, 255, 255, 0.76);
}

@font-face {
  font-family: "ArabTajLocal";
  src: local("arabtaj"), local("ArabTaj"), local("ARABTAJ");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "ArabTajLocal", "Tajawal", "Cairo", sans-serif;
  font-weight: 700;
  background: #edf4f7;
  color: var(--ink);
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-body {
  padding-bottom: 42px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.ui-icon,
.top-nav-icon,
.btn-icon,
.card-svg,
.inline-icon,
.feature-icon,
.search-icon,
.stat-svg,
.meta-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-bg {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(95, 192, 216, 0.18), transparent 35%),
    radial-gradient(circle at 16% 22%, rgba(247, 201, 59, 0.1), transparent 24%),
    radial-gradient(circle at bottom left, rgba(24, 68, 121, 0.09), transparent 32%),
    linear-gradient(180deg, #f8fcfd 0%, #edf4f7 100%);
  z-index: -1;
}

.app-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: grid;
  direction: ltr;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "actions brand"
    "nav nav";
  gap: 14px 18px;
  align-items: center;
  padding: 18px 28px;
  width: min(1240px, calc(100% - 24px));
  margin: 12px auto 0;
  border-radius: 30px;
  backdrop-filter: blur(16px);
  background: rgba(248, 252, 253, 0.85);
  border-bottom: 1px solid rgba(24, 68, 121, 0.06);
  box-shadow: 0 18px 36px rgba(24, 68, 121, 0.08);
  overflow: hidden;
  isolation: isolate;
}

.app-header.is-scrolled {
  top: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(248, 252, 253, 0.92);
  box-shadow: 0 22px 38px rgba(24, 68, 121, 0.1);
}

.app-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.17), transparent 34%),
    radial-gradient(circle at bottom left, rgba(24, 68, 121, 0.08), transparent 30%);
  pointer-events: none;
  z-index: 0;
}

.app-header > * {
  position: relative;
  z-index: 1;
}

.brand-wrap {
  grid-area: brand;
  display: flex;
  direction: ltr;
  justify-content: flex-end;
}

.brand {
  display: flex;
  direction: rtl;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  text-align: right;
}

.brand-mark {
  width: 66px;
  height: 66px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfc 100%);
  box-shadow: 0 18px 32px rgba(24, 68, 121, 0.14);
  border: 1px solid rgba(24, 68, 121, 0.08);
  padding: 10px;
}

.brand-copy {
  text-align: right;
}

.brand-copy strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
}

.brand-copy small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: 1.6;
}

.eyebrow,
.feature-pill,
.quick-tag,
.service-tags span,
.gallery-chip,
.gallery-category-count,
.portfolio-focus-count,
.page-hero-badge,
.portfolio-head-badge,
.portfolio-service-badge,
.detail-pill,
.request-side-pill,
.media-count,
.chip,
.cta-pill,
.mobile-rank {
  font-weight: 700;
}

.top-nav {
  grid-area: nav;
  display: flex;
  direction: rtl;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
  flex-wrap: nowrap;
  padding: 9px;
  border-radius: 24px;
  background: rgba(24, 68, 121, 0.035);
  border: 1px solid rgba(24, 68, 121, 0.06);
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
}

.top-nav::-webkit-scrollbar {
  display: none;
}

.top-nav-link,
.bottom-nav-link,
.chip,
.ghost-btn,
.primary-btn,
.quick-card,
.contact-card,
.text-link,
.app-header,
.service-card,
.home-portfolio-card,
.home-spotlight-card,
.closing-stat-card,
.cta-meta-pill,
.detail-pill--link,
.hero-mini-card,
.trust-card,
.value-card,
.audience-card,
.promise-card,
.assist-card,
.site-footer-link,
.site-footer-service-pill,
.site-footer-contact-item,
.site-footer-bottom-link {
  transition: 180ms ease;
}

.top-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  flex: 0 0 auto;
  overflow: visible;
}

.top-nav-link.is-active,
.top-nav-link:hover {
  background: rgba(70, 198, 206, 0.15);
  color: var(--navy);
}

.header-actions {
  grid-area: actions;
  display: flex;
  direction: rtl;
  gap: 12px;
  justify-content: flex-end;
  align-self: start;
}

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 18px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
}

.primary-btn {
  background: #5fc0d8;
  color: var(--charcoal);
  box-shadow:
    0 18px 34px rgba(95, 192, 216, 0.22),
    0 8px 22px rgba(24, 68, 121, 0.12);
}

.primary-btn:hover {
  transform: translateY(-2px);
}

.primary-btn--gold {
  background: #f7c93b;
  color: var(--charcoal);
  box-shadow:
    0 18px 34px rgba(247, 201, 59, 0.24),
    0 8px 22px rgba(24, 68, 121, 0.12);
}

.ghost-btn {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.62));
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(24, 68, 121, 0.08);
}

.ghost-btn.large,
.primary-btn.large {
  min-height: 56px;
  padding-inline: 24px;
}

.primary-btn::before,
.ghost-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
}

.primary-btn::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 68%);
}

.ghost-btn::before {
  background:
    radial-gradient(circle at top right, rgba(95, 192, 216, 0.16), transparent 36%),
    radial-gradient(circle at bottom left, rgba(247, 201, 59, 0.12), transparent 34%);
}

.primary-btn .btn-icon,
.ghost-btn .btn-icon {
  color: currentColor;
}

.primary-btn:hover,
.ghost-btn:hover {
  box-shadow:
    0 20px 36px rgba(24, 68, 121, 0.12),
    0 10px 24px rgba(95, 192, 216, 0.1);
}

.primary-btn--gold:hover {
  box-shadow:
    0 20px 36px rgba(24, 68, 121, 0.12),
    0 10px 24px rgba(247, 201, 59, 0.16);
}

.site-shell,
.closing-stats,
.cta-banner,
.site-footer {
  width: min(1200px, calc(100% - 24px));
  margin-inline: auto;
}

.site-shell {
  padding: 28px 0 48px;
}

.glass-card,
.quick-card,
.process-card,
.stat-card,
.contact-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-grid > *,
.about-grid > *,
.process-grid > *,
.services-grid > *,
.contact-grid > *,
.glass-card,
.quick-card,
.gallery-card,
.portfolio-mobile-card,
.meta-item,
.feature-pill {
  min-width: 0;
}

.brand-copy strong,
.brand-copy small,
.hero-copy h1,
.page-hero h1,
.hero-copy p,
.page-hero p,
.meta-copy small,
.detail-list span,
.about-story p,
.portfolio-mobile-card h3,
.portfolio-mobile-card p,
.contact-card span,
.site-footer p,
.footer-meta span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 22px;
  align-items: stretch;
}

.hero-copy {
  padding: 34px;
  border-radius: 34px;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(70, 198, 206, 0.14);
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
}

.hero-copy h1,
.page-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.08;
}

.hero-copy p,
.page-hero p,
.service-body p,
.quick-card p,
.process-card p,
.cta-copy p,
.contact-card span,
.about-story p {
  color: var(--muted);
  line-height: 1.95;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.06);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.meta-item {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(24, 68, 121, 0.04);
}

.meta-icon {
  width: 22px;
  height: 22px;
  color: var(--cyan);
}

.meta-copy {
  display: grid;
  gap: 4px;
}

.meta-copy strong {
  color: var(--navy);
  font-size: 14px;
}

.meta-copy small {
  color: var(--muted);
  line-height: 1.8;
}

.home-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 18px;
}

.home-hero-copy {
  position: relative;
  overflow: hidden;
  padding: 40px 36px;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 250, 0.94));
}

.home-hero-authority {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.home-hero-authority-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.home-hero-actions {
  margin-top: 28px;
}

.home-hero-metrics--inline {
  margin-top: 22px;
}

.home-hero-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "address address"
    "phone email";
  margin-top: 18px;
  padding-top: 18px;
}

.page-home .home-hero-meta .meta-item {
  min-height: 100%;
  padding: 12px 14px;
  border-radius: 20px;
}

.page-home .home-hero-meta .meta-copy small {
  font-size: 12px;
  line-height: 1.7;
}

.page-home .home-hero-meta .meta-item--phone {
  grid-area: phone;
}

.page-home .home-hero-meta .meta-item--address {
  grid-area: address;
}

.page-home .home-hero-meta .meta-item--email {
  grid-area: email;
}

.home-hero-meta .meta-item {
  transition: 180ms ease;
}

.home-hero-meta .meta-item:hover {
  transform: translateY(-2px);
  background: rgba(24, 68, 121, 0.07);
}

.home-hero-showcase {
  display: grid;
  align-content: start;
}

.shot-atmosphere {
  --bubble-scale: 1;
  --bubble-rise: 230px;
  --glow-size: 190px;
  --streak-width: 170px;
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.shot-atmosphere--tile,
.shot-atmosphere--gallery {
  --bubble-scale: 0.72;
  --bubble-rise: 150px;
  --glow-size: 132px;
  --streak-width: 112px;
}

.shot-atmosphere--tile-featured {
  --bubble-scale: 0.88;
  --bubble-rise: 185px;
  --glow-size: 158px;
  --streak-width: 138px;
}

.shot-streak,
.shot-glow,
.shot-bubble {
  position: absolute;
  pointer-events: none;
}

.shot-streak {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.2), rgba(95, 192, 216, 0.24), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 18px rgba(24, 68, 121, 0.08);
  filter: blur(0.3px);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.shot-streak--one {
  top: 14%;
  right: -8%;
  width: var(--streak-width);
  height: 34px;
  transform: rotate(-17deg);
}

.shot-streak--two {
  bottom: 26%;
  left: -9%;
  width: calc(var(--streak-width) * 0.76);
  height: 22px;
  transform: rotate(28deg);
  opacity: 0.54;
}

.shot-glow {
  border-radius: 999px;
  filter: blur(1px);
  opacity: 0.78;
}

.shot-glow--one {
  top: 10%;
  right: 8%;
  width: var(--glow-size);
  height: var(--glow-size);
  background: radial-gradient(circle, rgba(247, 201, 59, 0.28) 0%, rgba(247, 201, 59, 0.1) 34%, transparent 72%);
}

.shot-glow--two {
  bottom: 14%;
  left: 8%;
  width: calc(var(--glow-size) * 0.64);
  height: calc(var(--glow-size) * 0.64);
  background: radial-gradient(circle, rgba(95, 192, 216, 0.24) 0%, rgba(95, 192, 216, 0.08) 36%, transparent 74%);
}

.shot-bubble {
  bottom: -34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at 34% 32%, rgba(255, 255, 255, 0.96) 0 2px, rgba(255, 255, 255, 0.34) 22%, rgba(95, 192, 216, 0.18) 58%, transparent 74%);
  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, 0.2),
    0 8px 16px rgba(24, 68, 121, 0.08);
  opacity: 0.86;
}

.shot-bubble--one {
  left: 12%;
  width: calc(18px * var(--bubble-scale));
  height: calc(18px * var(--bubble-scale));
  --bubble-drift: -12px;
}

.shot-bubble--two {
  left: 24%;
  width: calc(10px * var(--bubble-scale));
  height: calc(10px * var(--bubble-scale));
  --bubble-drift: 8px;
}

.shot-bubble--three {
  left: 68%;
  width: calc(16px * var(--bubble-scale));
  height: calc(16px * var(--bubble-scale));
  --bubble-drift: -10px;
}

.shot-bubble--four {
  left: 82%;
  width: calc(12px * var(--bubble-scale));
  height: calc(12px * var(--bubble-scale));
  --bubble-drift: 12px;
}

.shot-bubble--five {
  left: 58%;
  width: calc(8px * var(--bubble-scale));
  height: calc(8px * var(--bubble-scale));
  --bubble-drift: 6px;
}

.js-motion .shot-streak--one {
  animation: karimShotStreakDrift 13s ease-in-out infinite;
}

.js-motion .shot-streak--two {
  animation: karimShotStreakDriftAlt 11s ease-in-out infinite;
}

.js-motion .shot-glow--one {
  animation: karimShotGlowPulse 7s ease-in-out infinite;
}

.js-motion .shot-glow--two {
  animation: karimShotGlowPulseAlt 9s ease-in-out infinite;
}

.js-motion .shot-bubble--one {
  animation: karimBubbleRise 11s linear infinite -1.8s;
}

.js-motion .shot-bubble--two {
  animation: karimBubbleRise 8s linear infinite -4.3s;
}

.js-motion .shot-bubble--three {
  animation: karimBubbleRise 12s linear infinite -2.2s;
}

.js-motion .shot-bubble--four {
  animation: karimBubbleRise 9s linear infinite -5.6s;
}

.js-motion .shot-bubble--five {
  animation: karimBubbleRise 7s linear infinite -3.1s;
}

@keyframes karimShotStreakDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-17deg);
    opacity: 0.68;
  }

  50% {
    transform: translate3d(-18px, 18px, 0) rotate(-10deg);
    opacity: 0.92;
  }
}

@keyframes karimShotStreakDriftAlt {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(28deg);
    opacity: 0.48;
  }

  50% {
    transform: translate3d(18px, -16px, 0) rotate(20deg);
    opacity: 0.8;
  }
}

@keyframes karimShotGlowPulse {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.56;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.92;
  }
}

@keyframes karimShotGlowPulseAlt {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.94);
    opacity: 0.48;
  }

  50% {
    transform: translate3d(8px, -10px, 0) scale(1.1);
    opacity: 0.84;
  }
}

@keyframes karimBubbleRise {
  0% {
    transform: translate3d(0, 0, 0) scale(0.72);
    opacity: 0;
  }

  14% {
    opacity: 0.82;
  }

  72% {
    opacity: 0.78;
  }

  100% {
    transform: translate3d(var(--bubble-drift), calc(-1 * var(--bubble-rise)), 0) scale(1.08);
    opacity: 0;
  }
}

.home-hero-visual {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 34px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  isolation: isolate;
}

.home-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.home-hero-visual:hover img,
.home-hero-visual:focus-visible img {
  transform: scale(1.03);
}

.home-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 21, 40, 0.08) 0%, rgba(8, 21, 40, 0.18) 42%, rgba(8, 21, 40, 0.88) 100%);
  pointer-events: none;
  z-index: 2;
}

.home-hero-visual-overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 10px;
  padding: 24px;
  color: #fff;
  text-align: right;
  z-index: 3;
}

.home-hero-visual-overlay strong {
  font-size: 28px;
  line-height: 1.2;
}

.home-hero-visual-overlay p {
  margin: 0;
  max-width: 30ch;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.86);
}

.home-hero-visual-fallback {
  min-height: 540px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 28px;
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(24, 68, 121, 0.94), rgba(32, 92, 151, 0.9));
  color: #fff;
}

.home-hero-visual-fallback > * {
  position: relative;
  z-index: 3;
}

.home-hero-visual-fallback p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.home-hero-floating {
  width: calc(100% - 56px);
  display: grid;
  gap: 16px;
  margin: -78px 0 0 auto;
  padding: 22px;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 46px rgba(24, 68, 121, 0.14);
}

.home-hero-floating-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-hero-floating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.home-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-hero-metric {
  display: grid;
  gap: 6px;
  padding: 16px 14px;
  border-radius: 22px;
  background: rgba(24, 68, 121, 0.05);
}

.home-hero-metric strong {
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
}

.home-hero-metric span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.home-hero-service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-hero-service-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.06);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.hero-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hero-stack .highlight-card {
  grid-column: 1 / -1;
}

.hero-stack .stat-card:last-child {
  grid-column: 1 / -1;
}

.stat-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 24px;
  border-radius: 26px;
  min-height: 132px;
  position: relative;
  overflow: hidden;
}

.stat-card::before,
.quick-card::before,
.service-card::before,
.process-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  left: -40px;
  bottom: -40px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(70, 198, 206, 0.16), transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.stat-card > *,
.quick-card > *,
.service-card > *,
.process-card > *,
.contact-card > * {
  position: relative;
  z-index: 1;
}

.highlight-card {
  background: linear-gradient(135deg, rgba(24, 68, 121, 0.94), rgba(32, 92, 151, 0.9));
  color: #fff;
}

.app-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(229, 246, 247, 0.92));
}

.highlight-card p {
  color: rgba(255, 255, 255, 0.88);
}

.stat-visual {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.stat-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  color: currentColor;
}

.stat-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.stat-card strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.home-insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.home-insight-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: 180ms ease;
}

.home-insight-card::before,
.home-sector-card::before,
.home-portfolio-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  left: -58px;
  bottom: -64px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(70, 198, 206, 0.16), transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.home-insight-card > *,
.home-sector-card > *,
.home-portfolio-card > * {
  position: relative;
  z-index: 1;
}

.home-insight-card:hover,
.home-sector-card:hover {
  transform: translateY(-2px);
}

.home-insight-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-insight-icon,
.home-sector-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.home-insight-metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(70, 198, 206, 0.14);
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
}

.home-insight-tag {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.06);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.home-insight-card strong,
.home-sector-card h3,
.home-portfolio-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.25;
}

.home-insight-card p,
.home-sector-card p,
.home-portfolio-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.home-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-sector-card {
  display: grid;
  gap: 12px;
  padding: 26px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 250, 0.92));
  transition: 180ms ease;
}

.home-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
  margin-top: 24px;
  align-items: stretch;
}

.home-spotlight-copy,
.home-spotlight-media {
  border-radius: 32px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.home-spotlight-copy::before,
.home-spotlight-media::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: -96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(70, 198, 206, 0.18), transparent 72%);
  pointer-events: none;
}

.home-spotlight-copy > *,
.home-spotlight-media > * {
  position: relative;
  z-index: 1;
}

.home-spotlight-copy h2 {
  margin: 14px 0 10px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
}

.home-spotlight-copy p {
  color: var(--muted);
  max-width: 58ch;
  line-height: 1.95;
}

.home-spotlight-grid {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.home-spotlight-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(24, 68, 121, 0.04);
}

.home-spotlight-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 30px rgba(24, 68, 121, 0.08);
}

.home-spotlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.home-spotlight-card-copy {
  display: grid;
  gap: 4px;
}

.home-spotlight-card-copy strong {
  font-size: 17px;
  color: var(--navy);
}

.home-spotlight-card-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}

.home-spotlight-count {
  display: none;
}

.home-spotlight-visual {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-radius: 26px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  isolation: isolate;
}

.home-spotlight-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.home-spotlight-visual:hover img,
.home-spotlight-visual:focus-visible img {
  transform: scale(1.03);
}

.home-spotlight-overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 8px;
  padding: 20px;
  text-align: right;
  background: linear-gradient(180deg, rgba(10, 24, 46, 0) 0%, rgba(10, 24, 46, 0.88) 100%);
  color: #fff;
  z-index: 3;
}

.home-spotlight-overlay strong {
  font-size: 24px;
  line-height: 1.25;
}

.home-spotlight-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.home-spotlight-floating {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(270px, calc(100% - 48px));
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 42px rgba(24, 68, 121, 0.12);
  backdrop-filter: blur(14px);
}

.home-spotlight-floating strong {
  font-size: 34px;
  line-height: 1;
  color: var(--navy);
}

.home-spotlight-floating p,
.home-spotlight-floating span {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.home-spotlight-floating span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
}

.home-spotlight-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.home-spotlight-links .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-home .home-spotlight {
  margin-top: 42px;
  gap: 22px;
}

.page-home .home-spotlight-copy {
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 247, 248, 0.94));
}

.page-home .home-spotlight-media {
  background:
    linear-gradient(180deg, rgba(24, 68, 121, 0.08), rgba(255, 255, 255, 0.94));
}

.page-home .home-spotlight-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 28px rgba(24, 68, 121, 0.06);
}

.quick-card {
  border-radius: 28px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.quick-card:hover,
.contact-card:hover {
  transform: translateY(-2px);
}

.quick-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.quick-icon,
.service-icon-badge,
.page-hero-icon,
.contact-icon,
.process-icon,
.detail-icon,
.gallery-zoom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.quick-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.quick-card strong,
.service-body h3,
.process-card h3,
.about-story h2,
.about-panel h3,
.cta-copy h2,
.contact-card strong {
  display: block;
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.2;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-top: 42px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(24, 68, 121, 0.08);
}

.section-head h2 {
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.2;
}

.section-lead {
  margin: 12px 0 0;
  max-width: 68ch;
  color: var(--muted);
  line-height: 1.9;
}

.text-link {
  color: var(--navy);
  font-weight: 800;
}

.service-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: 18px;
  padding: 18px;
  border-radius: 32px;
}

.service-showcase-nav {
  display: grid;
  gap: 10px;
}

.service-showcase-tab {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(24, 68, 121, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink);
  text-align: right;
  cursor: pointer;
  transition: 180ms ease;
}

.service-showcase-tab:hover,
.service-showcase-tab.is-active {
  border-color: color-mix(in srgb, var(--accent) 32%, white);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), color-mix(in srgb, var(--accent) 10%, white));
  box-shadow: 0 18px 32px rgba(24, 68, 121, 0.08);
}

.service-showcase-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--accent) 14%, white);
  color: var(--accent);
}

.service-showcase-tab-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.service-showcase-tab-copy strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.3;
}

.service-showcase-tab-copy small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.service-showcase-tab-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.service-showcase-stage {
  position: relative;
  min-width: 0;
}

.service-showcase-panel {
  display: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 250, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 52px rgba(24, 68, 121, 0.12);
}

.service-showcase-panel.is-active {
  display: grid;
}

.service-showcase-media {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.service-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(9, 24, 45, 0.18));
  pointer-events: none;
  z-index: 2;
}

.service-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  display: block;
}

.service-showcase-content {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 30px;
}

.service-showcase-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.service-showcase-content h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.14;
}

.service-showcase-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.95;
}

.service-showcase-points {
  display: grid;
  gap: 10px;
}

.service-showcase-points span {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--navy);
  line-height: 1.8;
  font-weight: 700;
}

.service-showcase-points .inline-icon {
  width: 18px;
  height: 18px;
  color: var(--cyan);
  margin-top: 4px;
}

.service-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.portfolio-preview-shell {
  padding: 24px;
  border-radius: 32px;
}

.portfolio-table-preview {
  width: 100%;
}

.portfolio-table-preview td {
  background: rgba(255, 255, 255, 0.56);
}

.portfolio-mobile-preview {
  display: none;
}

.portfolio-preview-mobile-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.portfolio-preview-mobile-row:last-child {
  border-bottom: 0;
}

.portfolio-preview-mobile-copy {
  display: grid;
  gap: 6px;
}

.portfolio-preview-mobile-copy h3 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.35;
}

.portfolio-preview-mobile-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.portfolio-preview-mobile-copy .inline-icon {
  margin-left: 8px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-home .home-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.service-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.service-body {
  padding: 22px;
  position: relative;
}

.service-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-index {
  display: inline-flex;
  min-width: 54px;
  padding: 8px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 18%, white);
  color: var(--accent);
  font-weight: 800;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.service-tags span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.06);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.page-home .home-services-grid .service-card:first-child {
  grid-column: auto;
  display: block;
}

.page-home .home-services-grid .service-card:first-child .service-media {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.page-home .home-services-grid .service-card:first-child .service-media img {
  height: 100%;
}

.page-home .home-services-grid .service-card:first-child .service-body {
  display: block;
  padding: 22px;
}

.service-card:hover,
.home-portfolio-card:hover,
.hero-mini-card:hover,
.trust-card:hover,
.value-card:hover,
.audience-card:hover,
.promise-card:hover,
.assist-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 46px rgba(24, 68, 121, 0.14);
}

.service-card:hover .service-media img {
  transform: scale(1.04);
}

.home-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.home-portfolio-card {
  display: grid;
  gap: 12px;
  min-height: 238px;
  padding: 20px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: rgba(255, 255, 255, 0.92);
}

.home-portfolio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.98) 100%),
    var(--portfolio-card-image, none);
  background-position: center center, center center;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat, no-repeat;
  opacity: 0.98;
  z-index: 0;
  transition: transform 260ms ease, opacity 260ms ease;
}

.home-portfolio-card:hover::before {
  transform: scale(1.04);
}

.home-portfolio-rank {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.home-portfolio-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.home-portfolio-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.home-portfolio-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  transition: 180ms ease;
}

.home-portfolio-link:hover {
  background: rgba(24, 68, 121, 0.96);
  color: #fff;
}

.gallery-preview-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 200px;
  gap: 18px;
  margin-top: 18px;
}

.gallery-card {
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.gallery-card.is-featured {
  grid-column: span 8;
  grid-row: span 2;
}

.gallery-preview-grid .gallery-card {
  grid-column: span 3;
}

.gallery-preview-grid .gallery-card.is-featured {
  grid-column: span 6;
}

.gallery-media-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  isolation: isolate;
}

.gallery-media-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-card:hover .gallery-media-btn img,
.gallery-media-btn:focus-visible img {
  transform: scale(1.03);
}

.gallery-overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 10px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(10, 24, 46, 0) 0%, rgba(10, 24, 46, 0.86) 100%);
  color: #fff;
  text-align: right;
  z-index: 3;
}

.gallery-overlay-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gallery-overlay strong {
  font-size: 22px;
  line-height: 1.35;
}

.gallery-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.gallery-zoom-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.gallery-filter-bar {
  margin-top: 18px;
}

.gallery-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.gallery-category-card,
.portfolio-focus-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 0;
  border-radius: 28px;
  text-align: right;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.gallery-category-card::before,
.portfolio-focus-card::before,
.portfolio-summary-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -74px;
  bottom: -92px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(70, 198, 206, 0.18), transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.gallery-category-card > *,
.portfolio-focus-card > *,
.portfolio-summary-card > * {
  position: relative;
  z-index: 1;
}

.gallery-category-card.is-active {
  background: linear-gradient(135deg, rgba(24, 68, 121, 0.96), rgba(32, 92, 151, 0.92));
  color: #fff;
}

.portfolio-focus-card.is-active {
  background: linear-gradient(135deg, rgba(24, 68, 121, 0.96), rgba(32, 92, 151, 0.92));
  color: #fff;
}

.gallery-category-card.is-active .gallery-category-icon,
.portfolio-focus-card.is-active .portfolio-focus-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.gallery-category-card.is-active p,
.portfolio-focus-card.is-active p {
  color: rgba(255, 255, 255, 0.82);
}

.gallery-category-card.is-active .gallery-category-count,
.portfolio-focus-card.is-active .portfolio-focus-count {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.gallery-category-icon,
.portfolio-focus-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.gallery-category-card strong,
.portfolio-focus-card strong {
  margin: 0;
  color: currentColor;
  font-size: 22px;
}

.gallery-category-card p,
.portfolio-focus-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.gallery-category-count,
.portfolio-focus-count {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.06);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.filter-bar-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.portfolio-table-shell {
  border-radius: 30px;
  overflow: hidden;
}

.portfolio-preview-shell {
  overflow: hidden;
}

.portfolio-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.portfolio-summary-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.portfolio-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.portfolio-summary-card strong {
  font-size: 34px;
  line-height: 1;
  color: var(--navy);
}

.portfolio-summary-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.portfolio-focus-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.portfolio-shell-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.24));
}

.portfolio-shell-head h2 {
  margin: 8px 0 0;
  font-size: 26px;
}

.portfolio-head-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.06);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.portfolio-table {
  width: 100%;
  border-collapse: collapse;
}

.portfolio-table th,
.portfolio-table td {
  padding: 18px 16px;
  text-align: right;
  border-bottom: 1px solid var(--line);
}

.portfolio-table thead th {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  z-index: 1;
}

.portfolio-table tbody tr:hover {
  background: rgba(70, 198, 206, 0.06);
}

.portfolio-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.portfolio-service-badge--clean {
  background: rgba(70, 198, 206, 0.14);
  color: #0f7f88;
}

.portfolio-service-badge--hospitality {
  background: rgba(243, 186, 47, 0.16);
  color: #9a6a00;
}

.portfolio-service-badge--shield {
  background: rgba(24, 68, 121, 0.12);
  color: var(--navy);
}

.portfolio-service-badge--operation {
  background: rgba(87, 112, 255, 0.12);
  color: #3b52b8;
}

.portfolio-service-badge--default {
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.table-head-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-hero {
  border-radius: 32px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.page-hero-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.page-hero::before {
  width: 280px;
  height: 280px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(70, 198, 206, 0.18), transparent 70%);
}

.page-hero::after {
  width: 220px;
  height: 220px;
  right: -110px;
  bottom: -110px;
  background: radial-gradient(circle, rgba(24, 68, 121, 0.12), transparent 72%);
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.78fr);
  gap: 22px;
  align-items: stretch;
}

.page-hero-copy {
  display: grid;
  align-content: center;
}

.page-hero-copy h1,
.page-hero-copy p {
  max-width: 840px;
}

.page-hero-legal-note {
  margin: 4px 0 0;
  color: var(--navy);
  font-weight: 700;
}

.page-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.page-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.06);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.page-hero-badge--legal {
  background: rgba(24, 68, 121, 0.1);
  color: var(--navy);
}

.page-hero-side {
  display: grid;
  gap: 14px;
  align-content: center;
}

.hero-mini-card {
  display: flex;
  align-items: start;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 36px rgba(24, 68, 121, 0.08);
  backdrop-filter: blur(14px);
}

.hero-mini-card:first-child {
  background: linear-gradient(135deg, rgba(24, 68, 121, 0.96), rgba(32, 92, 151, 0.92));
  color: #fff;
}

.hero-mini-card:first-child .hero-mini-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.hero-mini-card:first-child p {
  color: rgba(255, 255, 255, 0.82);
}

.hero-mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.hero-mini-copy {
  display: grid;
  gap: 6px;
}

.hero-mini-copy strong {
  font-size: 18px;
  line-height: 1.2;
}

.hero-mini-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.trust-strip,
.service-audience-grid,
.promise-grid,
.value-grid,
.assist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.trust-card,
.audience-card,
.promise-card,
.value-card,
.assist-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.trust-card::before,
.audience-card::before,
.promise-card::before,
.value-card::before,
.assist-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -76px;
  bottom: -86px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(70, 198, 206, 0.18), transparent 72%);
  pointer-events: none;
}

.trust-card > *,
.audience-card > *,
.promise-card > *,
.value-card > *,
.assist-card > * {
  position: relative;
  z-index: 1;
}

.trust-card strong,
.audience-card h3,
.promise-card h3,
.value-card h3,
.assist-card h3 {
  margin: 0;
  color: var(--navy);
}

.trust-card strong {
  font-size: 34px;
  line-height: 1;
}

.trust-card p,
.audience-card p,
.promise-card p,
.value-card p,
.assist-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.trust-icon,
.audience-icon,
.promise-icon,
.value-icon,
.assist-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-top: 18px;
}

.about-story,
.about-panel {
  border-radius: 30px;
  padding: 28px;
}

.about-panel {
  align-self: start;
  position: sticky;
  top: 124px;
}

.about-bullets {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.about-bullets span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.05);
  font-weight: 700;
}

.bullet-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(70, 198, 206, 0.16);
  color: var(--cyan);
}

.detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.detail-list li {
  display: grid;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.detail-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
}

.detail-list strong {
  font-size: 14px;
}

.detail-list span {
  color: var(--muted);
  line-height: 1.8;
}

.detail-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.detail-pill--link:hover {
  background: rgba(24, 68, 121, 0.94);
  color: #fff;
}

.detail-list-brand {
  gap: 12px;
}

.detail-brand-stack {
  display: grid;
  gap: 4px;
}

.detail-brand-ar {
  color: var(--navy);
  font-weight: 800;
  font-size: 18px;
}

.detail-brand-en {
  letter-spacing: 0.04em;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.process-card {
  padding: 24px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.process-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.process-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(70, 198, 206, 0.14);
  color: var(--cyan);
  font-weight: 800;
}

.filter-bar {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 24px;
  border-radius: 28px;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(24, 68, 121, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.search-field input {
  width: 100%;
  min-height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
}

.search-icon {
  color: var(--muted);
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.chip.is-active {
  background: var(--navy);
  color: #fff;
}

.filter-count {
  margin: 0;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.portfolio-mobile-list {
  display: none;
}

.portfolio-mobile-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: rgba(255, 255, 255, 0.92);
}

.portfolio-mobile-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.98) 74%),
    var(--portfolio-card-image, none);
  background-position: center center, left center;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat, no-repeat;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.portfolio-mobile-card:last-child {
  border-bottom: 0;
}

.portfolio-mobile-card > * {
  position: relative;
  z-index: 1;
}

.inline-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  color: var(--navy);
}

.mobile-rank {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(70, 198, 206, 0.14);
  color: var(--cyan);
  font-weight: 800;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  align-items: start;
}

.contact-grid > :nth-last-child(2),
.contact-grid > :last-child {
  grid-column: span 2;
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
  border-radius: 26px;
  padding: 24px 22px;
  position: relative;
  overflow: hidden;
}

.video-preview-grid,
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.video-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 30px;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.24), transparent 36%),
    linear-gradient(160deg, #173960, #0d213b);
  aspect-ratio: 16 / 9;
}

.video-frame iframe,
.video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #0d213b;
}

.video-copy {
  display: grid;
  gap: 10px;
}

.video-copy strong {
  font-size: 20px;
  color: var(--navy);
}

.video-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.contact-card strong {
  margin-top: 10px;
  font-size: 18px;
}

.contact-card span {
  overflow-wrap: anywhere;
  line-height: 1.7;
}

.media-section,
.map-section,
.request-section {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 28px;
  border-radius: 30px;
}

.media-section-head,
.request-section-head,
.map-section-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.media-count,
.request-side-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.map-section {
  gap: 22px;
}

.page-home .map-section--home {
  margin-top: 24px;
}

.map-section-head {
  align-items: center;
}

.map-copy {
  display: grid;
  gap: 10px;
}

.map-copy h2 {
  margin: 0;
}

.map-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.map-info-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.map-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.map-address-box {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(246, 251, 252, 0.54));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 26px rgba(24, 68, 121, 0.08);
}

.map-address-box strong,
.map-address-box span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.map-address-box strong {
  color: var(--navy);
}

.map-address-box span {
  color: var(--muted);
  line-height: 1.9;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.map-contact-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.map-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.52));
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 24px rgba(24, 68, 121, 0.06);
  color: var(--navy);
  font-weight: 800;
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.map-contact-pill span {
  overflow-wrap: anywhere;
}

.map-contact-pill:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62));
  color: var(--navy);
  box-shadow: 0 16px 28px rgba(24, 68, 121, 0.1);
}

.map-frame {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  min-height: 420px;
  background:
    radial-gradient(circle at top right, rgba(95, 192, 216, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(247, 201, 59, 0.16), transparent 26%),
    rgba(24, 68, 121, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 28px 48px rgba(24, 68, 121, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.map-frame--interactive {
  display: grid;
}

.map-frame--interactive .real-map,
.map-frame--interactive .map-frame-fallback,
.map-frame--interactive .map-frame-empty {
  grid-area: 1 / 1;
}

.map-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(0deg, rgba(10, 28, 51, 0.08), transparent 24%);
  pointer-events: none;
  z-index: 1;
}

.real-map {
  min-height: 420px;
  background: linear-gradient(180deg, rgba(225, 236, 242, 0.92), rgba(208, 224, 233, 0.92));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.map-frame.has-live-map .real-map {
  opacity: 1;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
  filter: saturate(0.95) contrast(1.03) brightness(1.01);
}

.map-frame-fallback {
  z-index: 0;
}

.map-frame.has-live-map .map-frame-fallback {
  opacity: 0;
  pointer-events: none;
}

.real-map.leaflet-container {
  font: inherit;
}

.real-map .leaflet-control-zoom {
  border: 0;
  box-shadow: 0 14px 24px rgba(10, 28, 51, 0.14);
}

.real-map .leaflet-control-zoom a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 0;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
}

.real-map .leaflet-control-attribution {
  border-radius: 12px 0 0 0;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-family: inherit;
}

.real-map .leaflet-pane,
.real-map .leaflet-control-container {
  z-index: 2;
}

.real-map .leaflet-popup-content-wrapper {
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(10, 28, 51, 0.14);
}

.real-map .leaflet-popup-content {
  margin: 14px 16px;
  display: grid;
  gap: 6px;
  font-family: inherit;
}

.real-map .leaflet-popup-content strong {
  color: var(--navy);
  font-size: 15px;
}

.real-map .leaflet-popup-content span {
  color: var(--muted);
  line-height: 1.8;
}

.map-marker-icon {
  background: transparent;
  border: 0;
}

.map-marker-pin {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 20px 20px 20px 6px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--gold), #ffd65d);
  box-shadow:
    0 18px 30px rgba(247, 201, 59, 0.34),
    0 8px 18px rgba(24, 68, 121, 0.18);
  border: 4px solid rgba(255, 255, 255, 0.88);
}

.map-marker-pin::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 14px;
  background: var(--navy);
}

.map-marker-pin::after {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 999px;
  background: #fff;
}

.map-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 6px;
  max-width: min(360px, calc(100% - 36px));
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(12, 31, 57, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 30px rgba(10, 28, 51, 0.24);
  backdrop-filter: blur(16px);
  pointer-events: none;
}

.map-badge strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.map-badge span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.8;
}

.map-frame-empty {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 420px;
  padding: 32px;
  text-align: center;
}

.map-frame-empty strong {
  color: var(--navy);
  font-size: 22px;
}

.map-frame-empty p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.map-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.public-flash {
  padding: 16px 18px;
  border-radius: 18px;
  font-weight: 700;
}

.public-flash-success {
  background: rgba(56, 177, 110, 0.14);
  color: #0f7a45;
}

.public-flash-error {
  background: rgba(210, 67, 67, 0.12);
  color: #b13030;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.request-form label {
  display: grid;
  gap: 8px;
}

.request-form span {
  color: var(--navy);
  font-weight: 700;
}

.request-form input,
.request-form textarea,
.request-form select {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(24, 68, 121, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  outline: none;
}

.request-form textarea {
  min-height: 140px;
  resize: vertical;
}

.request-form input:focus,
.request-form textarea:focus,
.request-form select:focus {
  border-color: rgba(70, 198, 206, 0.6);
  box-shadow: 0 0 0 4px rgba(70, 198, 206, 0.12);
}

.request-form-full {
  grid-column: 1 / -1;
}

.request-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.closing-stats {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  padding: 30px;
  margin-bottom: 18px;
  border-radius: 36px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(17, 56, 100, 0.98), rgba(35, 92, 151, 0.94));
  color: #fff;
  box-shadow: 0 32px 64px rgba(24, 68, 121, 0.22);
}

.closing-stats::before,
.closing-stats::after,
.cta-banner::before,
.cta-banner::after,
.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.closing-stats::before {
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.22), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 30%);
}

.closing-stats::after {
  width: 240px;
  height: 240px;
  left: -96px;
  top: -88px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 70%);
}

.closing-stats > * {
  position: relative;
  z-index: 1;
}

.closing-stats-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.closing-stats-copy .eyebrow {
  width: fit-content;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.closing-stats-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.14;
}

.closing-stats-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.95;
}

.closing-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.closing-stat-card {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.09));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.closing-stat-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  left: -62px;
  bottom: -72px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(70, 198, 206, 0.22), transparent 72%);
  pointer-events: none;
}

.closing-stat-card > * {
  position: relative;
  z-index: 1;
}

.closing-stat-card:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.11));
}

.closing-stat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.closing-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.closing-stat-value {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.closing-stat-value strong {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.closing-stat-value span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.6;
}

.closing-stat-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.85;
}

.cta-banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px;
  margin-bottom: 26px;
  border-radius: 34px;
  background: linear-gradient(135deg, #184479 0%, #255b94 100%);
  color: #fff;
  box-shadow: 0 30px 60px rgba(24, 68, 121, 0.24);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-banner::before {
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(70, 198, 206, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 30%);
}

.cta-banner::after {
  width: 220px;
  height: 220px;
  right: -100px;
  bottom: -120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 70%);
}

.cta-copy,
.cta-side {
  position: relative;
  z-index: 1;
}

.cta-copy p {
  color: rgba(255, 255, 255, 0.86);
}

.cta-side {
  display: grid;
  gap: 14px;
}

.cta-banner .ghost-btn {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.cta-banner .ghost-btn .btn-icon,
.cta-banner .primary-btn .btn-icon {
  color: currentColor;
}

.cta-pill-strip,
.cta-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cta-pill,
.cta-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.cta-pill {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.cta-meta-pill {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
}

.cta-meta-pill:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.site-footer {
  position: relative;
  padding: 34px 32px 104px;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(13, 45, 82, 0.98), rgba(24, 68, 121, 0.98) 58%, rgba(32, 92, 151, 0.96) 100%);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 36px 72px rgba(9, 27, 49, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.2), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 26%);
}

.site-footer::after {
  top: -120px;
  left: 50%;
  width: min(760px, 82%);
  height: 220px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
  filter: blur(12px);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr) minmax(0, 1fr);
  gap: 18px;
}

.site-footer-brand,
.site-footer-panel {
  display: grid;
  gap: 16px;
}

.site-footer-brand {
  align-content: start;
}

.site-footer-brand-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-footer-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  padding: 10px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 250, 0.96));
  box-shadow: 0 18px 30px rgba(8, 24, 44, 0.22);
}

.site-footer-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer-brand-copy {
  display: grid;
  gap: 6px;
}

.site-footer-brand-copy strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.28;
}

.site-footer-brand-copy small {
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: 0.05em;
  font-size: 11px;
  line-height: 1.6;
}

.site-footer-brand-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.95;
}

.site-footer-brand-pills,
.site-footer-services,
.site-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer-pill,
.site-footer-service-pill,
.site-footer-bottom-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.site-footer-pill,
.site-footer-service-pill {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.site-footer-panel {
  align-content: start;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.site-footer-panel h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.site-footer-links,
.site-footer-contact-list {
  display: grid;
  gap: 10px;
}

.site-footer-link,
.site-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
}

.site-footer-link:hover,
.site-footer-contact-item:hover,
.site-footer-service-pill:hover,
.site-footer-bottom-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.site-footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.site-footer-contact-copy {
  display: grid;
  gap: 4px;
}

.site-footer-contact-copy strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.site-footer-contact-copy span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.85;
}

.site-footer-bottom-link {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.bottom-nav {
  position: fixed;
  right: 12px;
  left: 12px;
  bottom: 12px;
  display: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 8px calc(10px + env(safe-area-inset-bottom));
  border-radius: 28px;
  background: rgba(248, 252, 253, 0.94);
  border: 1px solid rgba(24, 68, 121, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 36px rgba(13, 33, 59, 0.16);
  z-index: 25;
}

.bottom-nav-link {
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 60px;
  padding: 8px;
  border-radius: 18px;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}

.bottom-nav-link.is-active {
  background: linear-gradient(135deg, rgba(24, 68, 121, 0.96), rgba(37, 91, 148, 0.92));
  color: #fff;
  box-shadow: 0 12px 24px rgba(24, 68, 121, 0.2);
  transform: translateY(-2px);
}

.bottom-nav-link span {
  line-height: 1.25;
}

.bottom-nav-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 19, 36, 0.72);
  cursor: pointer;
}

.lightbox-dialog {
  position: relative;
  width: min(960px, 100%);
  max-height: calc(100vh - 40px);
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 36px 72px rgba(7, 20, 39, 0.32);
}

.lightbox-dialog img {
  width: 100%;
  max-height: calc(100vh - 180px);
  border-radius: 26px;
  object-fit: contain;
  background: #f4f8fa;
}

.lightbox-meta {
  display: grid;
  gap: 10px;
  padding-inline: 10px;
}

.lightbox-meta strong {
  font-size: 26px;
  line-height: 1.4;
}

.lightbox-meta .gallery-chip {
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 26px;
  cursor: pointer;
}

.is-hidden {
  display: none !important;
}

.scroll-reveal {
  --reveal-delay: 0ms;
}

.js-motion .scroll-reveal {
  opacity: 0;
  filter: blur(1px);
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    filter 260ms ease var(--reveal-delay);
  will-change: opacity, transform, filter;
}

.js-motion .scroll-reveal[data-reveal-direction="left"] {
  transform: translate3d(-10px, 0, 0);
}

.js-motion .scroll-reveal[data-reveal-direction="right"] {
  transform: translate3d(10px, 0, 0);
}

.js-motion .scroll-reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js-motion .scroll-reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .shot-streak,
  .shot-glow,
  .shot-bubble {
    animation: none !important;
  }

  .app-header,
  .service-card,
  .home-portfolio-card,
  .home-spotlight-card,
  .closing-stat-card,
  .cta-meta-pill,
  .detail-pill--link,
  .hero-mini-card,
  .trust-card,
  .value-card,
  .audience-card,
  .promise-card,
  .assist-card,
  .site-footer-link,
  .site-footer-service-pill,
  .site-footer-contact-item,
  .site-footer-bottom-link,
  .service-media img,
  .home-portfolio-card::before {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .app-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "actions"
      "nav";
    justify-items: stretch;
  }

  .hero-grid,
  .closing-stats,
  .home-spotlight,
  .page-hero-grid,
  .about-grid,
  .process-grid,
  .services-grid,
  .contact-grid,
  .video-preview-grid,
  .video-grid,
  .map-section,
  .request-form,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .gallery-category-grid,
  .portfolio-focus-grid,
  .portfolio-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-grid,
  .home-insight-grid,
  .home-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-sector-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-showcase {
    padding-top: 0;
  }

  .home-hero-visual img {
    min-height: 500px;
  }

  .home-hero-floating {
    width: 100%;
    margin-top: 18px;
  }

  .home-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "address address"
      "phone email";
  }

  .page-home .home-services-grid .service-card:first-child {
    display: block;
  }

  .page-home .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-spotlight-visual img {
    min-height: 440px;
  }

  .home-spotlight-floating {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .closing-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-actions .ghost-btn,
  .header-actions .primary-btn {
    width: 100%;
  }

  .top-nav {
    justify-content: flex-start;
  }

  .trust-strip,
  .service-audience-grid,
  .promise-grid,
  .value-grid,
  .assist-grid {
    grid-template-columns: 1fr;
  }

  .map-section-head {
    flex-direction: column;
    align-items: start;
  }

  .map-footer {
    grid-template-columns: 1fr;
  }

  .about-panel {
    position: static;
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid > :nth-last-child(2),
  .contact-grid > :last-child {
    grid-column: span 1;
  }

  .gallery-grid,
  .gallery-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .gallery-card,
  .gallery-preview-grid .gallery-card,
  .gallery-card.is-featured,
  .gallery-preview-grid .gallery-card.is-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer {
    padding-bottom: 118px;
  }

  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-brand,
  .site-footer-panel--contact {
    grid-column: 1 / -1;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: start;
  }

  .site-footer-bottom-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .site-body {
    padding-bottom: calc(128px + env(safe-area-inset-bottom));
  }

  .app-header.is-scrolled {
    padding: 12px 14px;
  }

  .app-header {
    align-items: start;
    padding: 14px;
    top: 10px;
    border-radius: 28px;
    grid-template-areas:
      "brand"
      "actions";
  }

  .brand-wrap {
    width: 100%;
  }

  .brand {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .brand-mark {
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }

  .brand-copy strong {
    font-size: 18px;
    line-height: 1.3;
  }

  .brand-copy small {
    letter-spacing: 0.03em;
    font-size: 10px;
    line-height: 1.5;
  }

  .top-nav {
    display: none;
  }

  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-actions .ghost-btn,
  .header-actions .primary-btn {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
  }

  .btn-icon {
    width: 18px;
    height: 18px;
  }

  .site-shell {
    width: min(100% - 24px, 1000px);
    padding-top: 18px;
  }

  .closing-stats,
  .site-footer {
    padding: 22px;
  }

  .closing-stats {
    margin-bottom: 16px;
    border-radius: 32px;
  }

  .closing-stats-grid,
  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: calc(142px + env(safe-area-inset-bottom));
    border-radius: 34px;
  }

  .site-footer-brand,
  .site-footer-panel--contact {
    grid-column: auto;
  }

  .site-footer-brand-head {
    align-items: start;
  }

  .site-footer-brand-mark {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .site-footer-brand-copy strong {
    font-size: 20px;
  }

  .site-footer-brand-copy small {
    font-size: 10px;
  }

  .site-footer-panel {
    padding: 20px;
    border-radius: 24px;
  }

  .site-footer-bottom-link {
    width: fit-content;
  }

  .hero-copy,
  .page-hero,
  .about-story,
  .about-panel,
  .filter-bar,
  .gallery-category-card,
  .portfolio-focus-card,
  .media-section,
  .map-section,
  .request-section,
  .cta-banner {
    padding: 22px;
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: 32px;
  }

  .page-home .home-hero-authority {
    gap: 8px;
    margin-bottom: 14px;
  }

  .page-home .home-hero-authority-pill {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .page-hero-grid {
    gap: 18px;
  }

  .map-frame,
  .map-frame iframe,
  .map-frame-empty {
    min-height: 340px;
  }

  .map-badge {
    right: 14px;
    left: 14px;
    bottom: 14px;
    max-width: none;
    padding: 14px 16px;
  }

  .map-actions .primary-btn,
  .map-actions .ghost-btn {
    width: 100%;
    justify-content: center;
  }

  .map-contact-pill {
    width: 100%;
    justify-content: center;
  }

  .page-hero-badges {
    gap: 8px;
  }

  .page-hero-side {
    gap: 12px;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .page-home .home-hero-showcase {
    gap: 0;
  }

  .page-home .home-hero-meta {
    grid-template-columns: 1fr;
    grid-template-areas:
      "phone"
      "address"
      "email";
  }

  .page-home .home-hero-visual {
    border-radius: 26px;
  }

  .page-home .home-hero-visual img {
    min-height: 320px;
  }

  .page-home .home-hero-visual-overlay {
    gap: 8px;
    padding: 20px;
  }

  .page-home .home-hero-visual-overlay strong {
    font-size: 24px;
  }

  .page-home .home-hero-floating {
    width: 100%;
    gap: 12px;
    margin-top: 14px;
    padding: 18px;
    border-radius: 24px;
  }

  .page-home .home-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .home-hero-metric {
    padding: 12px 10px;
  }

  .page-home .home-hero-metric strong {
    font-size: 22px;
  }

  .page-home .home-hero-metrics--inline {
    margin-top: 18px;
  }

  .page-home .home-hero-service-strip {
    gap: 8px;
  }

  .page-home .home-hero-service-strip span {
    min-height: 34px;
    font-size: 12px;
  }

  .hero-stack {
    grid-template-columns: 1fr;
  }

  .hero-stack .stat-card:last-child {
    grid-column: auto;
  }

  .hero-feature-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .feature-pill {
    min-height: 46px;
    white-space: normal;
    justify-content: flex-start;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-home .home-insight-grid,
  .page-home .home-sector-grid,
  .page-home .home-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-home .home-insight-card,
  .page-home .home-sector-card,
  .page-home .home-portfolio-card {
    padding: 20px;
    border-radius: 24px;
  }

  .page-home .home-insight-card strong,
  .page-home .home-sector-card h3,
  .page-home .home-portfolio-card h3 {
    font-size: 20px;
  }

  .hero-actions > * {
    width: 100%;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .quick-links,
  .hero-stack,
  .page-hero-side,
  .trust-strip,
  .service-audience-grid,
  .promise-grid,
  .value-grid,
  .assist-grid,
  .gallery-preview-grid,
  .gallery-category-grid,
  .portfolio-focus-grid,
  .portfolio-summary-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 84vw;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .quick-links::-webkit-scrollbar,
  .hero-stack::-webkit-scrollbar,
  .page-hero-side::-webkit-scrollbar,
  .trust-strip::-webkit-scrollbar,
  .service-audience-grid::-webkit-scrollbar,
  .promise-grid::-webkit-scrollbar,
  .value-grid::-webkit-scrollbar,
  .assist-grid::-webkit-scrollbar,
  .gallery-preview-grid::-webkit-scrollbar,
  .gallery-category-grid::-webkit-scrollbar,
  .portfolio-focus-grid::-webkit-scrollbar,
  .portfolio-summary-grid::-webkit-scrollbar {
    display: none;
  }

  .quick-card,
  .hero-stack > *,
  .page-hero-side > *,
  .trust-strip > *,
  .service-audience-grid > *,
  .promise-grid > *,
  .value-grid > *,
  .assist-grid > *,
  .gallery-preview-grid .gallery-card,
  .gallery-category-card,
  .portfolio-focus-card,
  .portfolio-summary-card {
    scroll-snap-align: start;
  }

  .hero-stack .highlight-card,
  .hero-stack .stat-card:last-child {
    grid-column: auto;
  }

  .home-spotlight-copy,
  .home-spotlight-media {
    padding: 22px;
  }

  .page-home .gallery-preview-grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .page-home .gallery-preview-grid .gallery-card {
    scroll-snap-align: unset;
  }

  .page-home .gallery-preview-grid .gallery-card.is-featured {
    grid-column: span 2;
  }

  .page-home .home-services-grid {
    grid-template-columns: 1fr;
  }

  .page-home .home-services-grid .service-card:first-child {
    grid-template-columns: 1fr;
  }

  .video-preview-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .home-spotlight-grid {
    gap: 12px;
  }

  .home-spotlight-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .home-spotlight-count {
    min-width: auto;
  }

  .home-spotlight-visual img {
    min-height: 320px;
  }

  .home-spotlight-overlay strong {
    font-size: 22px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .gallery-card,
  .gallery-preview-grid .gallery-card,
  .gallery-card.is-featured {
    min-height: 280px;
  }

  .gallery-overlay {
    padding: 18px;
  }

  .gallery-overlay strong {
    font-size: 18px;
  }

  .page-hero-top {
    flex-wrap: wrap;
  }

  .page-hero-copy h1,
  .page-hero-copy p {
    max-width: none;
  }

  .hero-mini-card {
    padding: 16px;
    border-radius: 22px;
  }

  .hero-mini-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .portfolio-shell-head {
    align-items: start;
    flex-direction: column;
  }

  .portfolio-summary-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-service-badge {
    white-space: normal;
    line-height: 1.5;
  }

  .quick-icon,
  .service-icon-badge,
  .page-hero-icon,
  .contact-icon,
  .process-icon,
  .detail-icon,
  .gallery-zoom-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .search-field {
    padding-inline: 14px;
  }

  .request-section-head,
  .media-section-head {
    flex-direction: column;
  }

  .request-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .portfolio-table-full {
    display: none;
  }

  .portfolio-mobile-list,
  .portfolio-mobile-preview {
    display: block;
  }

  .portfolio-table-preview {
    display: none;
  }

  .page-portfolio .page-hero-side,
  .page-portfolio .portfolio-summary-grid,
  .page-portfolio .portfolio-focus-grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .page-portfolio .page-hero-side > *,
  .page-portfolio .portfolio-summary-card,
  .page-portfolio .portfolio-focus-card {
    scroll-snap-align: unset;
  }

  .page-portfolio .portfolio-shell-head {
    padding: 0 0 12px;
    margin-bottom: 12px;
    background: transparent;
  }

  .page-portfolio .portfolio-table-shell {
    padding: 16px;
    border-radius: 24px;
  }

  .page-portfolio .portfolio-mobile-list {
    display: grid;
    gap: 6px;
  }

  .page-portfolio .portfolio-mobile-card {
    gap: 6px;
    padding: 12px 13px;
    border: 1px solid rgba(24, 68, 121, 0.08);
    border-bottom: 0;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 14px rgba(24, 68, 121, 0.05);
  }

  .page-portfolio .portfolio-mobile-card::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.99) 72%),
      var(--portfolio-card-image, none);
    background-position: center center, left center;
    background-size: 100% 100%, cover;
    opacity: 0.86;
  }

  .page-portfolio .portfolio-mobile-card h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: var(--navy);
  }

  .page-portfolio .portfolio-mobile-card p {
    margin: 0;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.55;
  }

  .page-portfolio .mobile-rank {
    margin-bottom: 0;
    padding: 3px 8px;
    font-size: 11px;
  }

  .page-portfolio .inline-label {
    margin-left: 3px;
    gap: 4px;
  }

  .page-portfolio .portfolio-service-badge {
    width: fit-content;
    min-height: 30px;
    padding: 0 10px;
    gap: 6px;
    font-size: 11px;
    line-height: 1.35;
  }

  .page-portfolio .search-field {
    min-height: 52px;
    border-radius: 16px;
  }

  .page-portfolio .filter-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .page-portfolio .filter-chips::-webkit-scrollbar {
    display: none;
  }

  .page-portfolio .chip {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .page-portfolio .filter-count {
    line-height: 1.7;
  }

  .bottom-nav {
    display: grid;
  }

  .cta-side {
    width: 100%;
  }

  .cta-meta-row {
    margin-top: 0;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-dialog {
    border-radius: 24px;
    padding: 12px;
  }

  .lightbox-dialog img {
    max-height: calc(100vh - 150px);
    border-radius: 20px;
  }

  .lightbox-meta strong {
    font-size: 20px;
  }
}

/* Template-inspired refinement */

.home-proof-ribbon,
.page-hero,
.service-showcase,
.portfolio-preview-shell,
.trust-strip,
.service-audience-grid,
.promise-grid,
.value-grid,
.assist-grid,
.closing-stats,
.site-footer {
  isolation: isolate;
}

.home-proof-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 250, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 50px rgba(24, 68, 121, 0.1);
}

.home-proof-item {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border-inline-start: 1px solid rgba(24, 68, 121, 0.08);
}

.home-proof-item:first-child {
  border-inline-start: 0;
}

.home-proof-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.home-proof-metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(70, 198, 206, 0.14);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.home-proof-copy {
  display: grid;
  gap: 6px;
}

.home-proof-copy small {
  color: var(--cyan);
  font-size: 12px;
  line-height: 1.5;
}

.home-proof-copy strong {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
}

.home-proof-copy span {
  color: var(--muted);
  line-height: 1.9;
}

.page-home .home-spotlight {
  gap: 18px;
  margin-top: 28px;
}

.page-home .home-spotlight-copy,
.page-home .home-spotlight-media {
  border-radius: 34px;
}

.page-home .home-spotlight-copy {
  padding: 30px 32px;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 248, 0.96));
}

.page-home .home-spotlight-copy::before {
  width: 280px;
  height: 280px;
  left: -110px;
  bottom: -128px;
}

.page-home .home-spotlight-grid {
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid rgba(24, 68, 121, 0.08);
}

.page-home .home-spotlight-card {
  padding: 16px 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(24, 68, 121, 0.08);
  background: transparent;
  box-shadow: none;
}

.page-home .home-spotlight-card:last-child {
  border-bottom: 0;
}

.page-home .home-spotlight-card:hover {
  transform: none;
  background: transparent;
  box-shadow: none;
}

.page-home .home-spotlight-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(24, 68, 121, 0.08), rgba(70, 198, 206, 0.12));
}

.page-home .home-spotlight-card-copy strong {
  font-size: 18px;
}

.page-home .home-spotlight-links {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(24, 68, 121, 0.08);
}

.page-home .home-spotlight-media {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(24, 68, 121, 0.12), rgba(255, 255, 255, 0.92));
}

.page-home .home-spotlight-visual {
  border-radius: 28px;
}

.page-home .home-spotlight-overlay {
  gap: 10px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(10, 24, 46, 0) 0%, rgba(10, 24, 46, 0.9) 100%);
}

.page-home .home-spotlight-overlay strong {
  font-size: 28px;
}

.page-home .home-spotlight-overlay p {
  max-width: 32ch;
}

.home-editorial-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 18px;
  margin-top: 24px;
  align-items: stretch;
}

.home-editorial-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  grid-template-rows: repeat(3, minmax(140px, 1fr));
  gap: 12px;
  min-height: 100%;
}

.home-editorial-tile {
  position: relative;
  grid-column: 2;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 42px rgba(24, 68, 121, 0.12);
  isolation: isolate;
}

.home-editorial-tile.is-featured {
  grid-column: 1;
  grid-row: 1 / span 3;
}

.home-editorial-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.home-editorial-tile:hover img,
.home-editorial-tile:focus-visible img {
  transform: scale(1.03);
}

.home-editorial-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 24, 45, 0.04) 0%, rgba(9, 24, 45, 0.18) 46%, rgba(9, 24, 45, 0.88) 100%);
  pointer-events: none;
  z-index: 2;
}

.home-editorial-overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 8px;
  padding: 20px;
  color: #fff;
  text-align: right;
  z-index: 3;
}

.home-editorial-overlay strong {
  font-size: 20px;
  line-height: 1.35;
}

.home-editorial-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 32px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 250, 0.95));
}

.home-editorial-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
}

.home-editorial-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.95;
}

.home-editorial-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(24, 68, 121, 0.08);
}

.home-editorial-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(24, 68, 121, 0.08);
}

.home-editorial-item:last-child {
  border-bottom: 0;
}

.home-editorial-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.home-editorial-item-copy {
  display: grid;
  gap: 5px;
}

.home-editorial-item-copy small {
  color: var(--cyan);
  font-size: 12px;
  line-height: 1.5;
}

.home-editorial-item-copy strong {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.3;
}

.home-editorial-item-copy span {
  color: var(--muted);
  line-height: 1.85;
}

.home-editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-showcase {
  padding: 20px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 250, 0.95));
}

.service-showcase-nav {
  padding: 8px;
  border-radius: 28px;
  background: rgba(24, 68, 121, 0.04);
}

.service-showcase-tab {
  background: rgba(255, 255, 255, 0.82);
}

.service-showcase-panel {
  min-height: 100%;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.service-showcase-content {
  padding: 34px;
}

.service-showcase-badge {
  background: rgba(24, 68, 121, 0.07);
}

.portfolio-preview-shell {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 249, 0.96));
}

.portfolio-preview-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0) 46%, rgba(24, 68, 121, 0.05) 100%);
  pointer-events: none;
}

.portfolio-preview-shell > * {
  position: relative;
  z-index: 1;
}

.portfolio-preview-shell .portfolio-shell-head {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(24, 68, 121, 0.08);
}

.portfolio-table-preview td {
  background: rgba(255, 255, 255, 0.68);
}

.portfolio-table-preview tbody tr:hover td {
  background: rgba(255, 255, 255, 0.92);
}

.home-process-band {
  display: grid;
  gap: 22px;
  margin-top: 24px;
  padding: 28px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(70, 198, 206, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 249, 0.94));
}

.home-process-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.home-process-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
}

.home-process-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.95;
}

.home-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 40px rgba(24, 68, 121, 0.08);
}

.home-process-track::before {
  content: "";
  position: absolute;
  top: 46px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, rgba(24, 68, 121, 0.12), rgba(70, 198, 206, 0.28), rgba(24, 68, 121, 0.12));
  pointer-events: none;
}

.home-process-step {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 24px 22px 22px;
  border-inline-start: 1px solid rgba(24, 68, 121, 0.08);
  background: transparent;
}

.home-process-step:first-child {
  border-inline-start: 0;
}

.home-process-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-process-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.home-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(24, 68, 121, 0.08), rgba(70, 198, 206, 0.14));
  color: var(--navy);
}

.home-process-step strong {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
}

.home-process-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.page-hero {
  --page-hero-image: none;
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 38px;
  background:
    linear-gradient(106deg, rgba(248, 252, 253, 0.95) 0%, rgba(248, 252, 253, 0.88) 38%, rgba(248, 252, 253, 0.18) 38%, rgba(16, 44, 78, 0.3) 100%),
    var(--page-hero-image) left center / cover no-repeat,
    linear-gradient(135deg, rgba(24, 68, 121, 0.98), rgba(33, 94, 153, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 30px 60px rgba(24, 68, 121, 0.14);
}

.page-hero::before {
  inset: 0;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top left, rgba(70, 198, 206, 0.18), transparent 32%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 36%, rgba(8, 24, 46, 0.12) 100%);
}

.page-hero::after {
  width: 260px;
  height: 260px;
  right: -132px;
  bottom: -132px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 70%);
  filter: blur(4px);
}

.page-hero-grid {
  gap: 18px;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.96fr);
  min-height: 360px;
}

.page-hero-copy {
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 36px rgba(24, 68, 121, 0.08);
  backdrop-filter: blur(14px);
}

.page-hero-copy h1,
.page-hero-copy p {
  max-width: 42rem;
}

.page-hero-legal-note {
  width: fit-content;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(24, 68, 121, 0.06);
}

.page-hero-badge {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(14px);
}

.page-hero-badge--legal {
  background: rgba(24, 68, 121, 0.1);
}

.page-hero-side {
  gap: 10px;
  padding: 10px;
  align-content: end;
}

.hero-mini-card {
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.hero-mini-card:not(:first-child) {
  border-inline-start: 4px solid rgba(70, 198, 206, 0.24);
}

.hero-mini-card:first-child {
  box-shadow: 0 20px 36px rgba(24, 68, 121, 0.18);
}

.hero-mini-copy strong {
  font-size: 17px;
}

.trust-strip,
.service-audience-grid,
.promise-grid,
.value-grid,
.assist-grid {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 249, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 46px rgba(24, 68, 121, 0.1);
}

.trust-card,
.audience-card,
.promise-card,
.value-card,
.assist-card {
  min-height: 100%;
  padding: 22px 18px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-inline-start: 1px solid rgba(24, 68, 121, 0.08);
}

.trust-strip > :first-child,
.service-audience-grid > :first-child,
.promise-grid > :first-child,
.value-grid > :first-child,
.assist-grid > :first-child {
  border-inline-start: 0;
}

.trust-card:hover,
.audience-card:hover,
.promise-card:hover,
.value-card:hover,
.assist-card:hover {
  transform: none;
}

.trust-icon,
.audience-icon,
.promise-icon,
.value-icon,
.assist-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
}

.trust-card strong,
.audience-card h3,
.promise-card h3,
.value-card h3,
.assist-card h3 {
  margin-top: 14px;
}

.closing-stats {
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 34px;
  border-radius: 40px;
}

.closing-stats-copy {
  max-width: 860px;
}

.closing-stats-grid {
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.closing-stat-card {
  gap: 10px;
  padding: 24px 20px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.closing-stat-card::before {
  display: none;
}

.closing-stat-card + .closing-stat-card {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
}

.closing-stat-card:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.04);
}

.closing-stat-head {
  align-items: flex-start;
}

.site-footer {
  padding: 38px 32px 100px;
  border-radius: 44px;
}

.site-footer-grid {
  gap: 24px;
}

.site-footer-brand {
  padding-inline-start: 12px;
}

.site-footer-panel {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.site-footer-brand-head {
  align-items: flex-start;
}

.site-footer-brand-copy strong {
  font-size: 24px;
}

.site-footer-brand-pills,
.site-footer-services,
.site-footer-bottom-links {
  gap: 8px;
}

.site-footer-links,
.site-footer-contact-list {
  gap: 0;
}

.site-footer-link,
.site-footer-contact-item {
  padding: 13px 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-link:hover,
.site-footer-contact-item:hover {
  transform: none;
  padding-inline-start: 6px;
  background: transparent;
}

.site-footer-contact-list .site-footer-contact-item:last-child,
.site-footer-links .site-footer-link:last-child {
  border-bottom: 0;
}

.site-footer-contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
}

.site-footer-contact-copy strong {
  font-size: 15px;
}

.site-footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
}

@media (max-width: 1100px) {
  .home-proof-ribbon,
  .home-editorial-band,
  .page-hero-grid,
  .closing-stats,
  .service-showcase,
  .service-showcase-panel {
    grid-template-columns: 1fr;
  }

  .home-proof-ribbon {
    gap: 0;
  }

  .home-editorial-gallery {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-template-rows: repeat(3, minmax(120px, 1fr));
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-preview-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-showcase-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-showcase-panel {
    min-height: 0;
  }

  .home-process-track {
    grid-template-columns: 1fr;
  }

  .home-process-track::before {
    display: none;
  }

  .home-process-step {
    border-inline-start: 0;
    border-top: 1px solid rgba(24, 68, 121, 0.08);
  }

  .home-process-step:first-child {
    border-top: 0;
  }

  .service-showcase-media img {
    min-height: 360px;
  }

  .page-hero {
    background:
      linear-gradient(180deg, rgba(248, 252, 253, 0.96) 0%, rgba(248, 252, 253, 0.88) 42%, rgba(16, 44, 78, 0.16) 100%),
      var(--page-hero-image) left center / cover no-repeat,
      linear-gradient(135deg, rgba(24, 68, 121, 0.98), rgba(33, 94, 153, 0.94));
  }

  .page-hero::after {
    display: none;
  }

  .page-hero-side {
    padding: 0;
  }

  .closing-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip,
  .service-audience-grid,
  .promise-grid,
  .value-grid,
  .assist-grid {
    grid-template-columns: 1fr;
  }

  .trust-card,
  .audience-card,
  .promise-card,
  .value-card,
  .assist-card,
  .home-proof-item {
    border-inline-start: 0;
    border-top: 1px solid rgba(24, 68, 121, 0.08);
  }

  .trust-strip > :first-child,
  .service-audience-grid > :first-child,
  .promise-grid > :first-child,
  .value-grid > :first-child,
  .assist-grid > :first-child,
  .home-proof-ribbon > :first-child {
    border-top: 0;
  }
}

@media (max-width: 760px) {
  .home-proof-ribbon,
  .page-home .home-spotlight-copy,
  .page-home .home-spotlight-media,
  .home-editorial-copy,
  .service-showcase,
  .portfolio-preview-shell,
  .home-process-band,
  .page-hero,
  .closing-stats,
  .site-footer {
    padding: 22px;
  }

  .home-proof-ribbon {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .home-proof-item {
    padding: 16px 0;
    border-inline-start: 0;
    border-top: 1px solid rgba(24, 68, 121, 0.08);
  }

  .home-proof-item:first-child {
    border-top: 0;
  }

  .home-proof-copy strong {
    font-size: 18px;
  }

  .page-home .home-spotlight {
    margin-top: 22px;
  }

  .home-editorial-band {
    gap: 14px;
    margin-top: 22px;
  }

  .home-editorial-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 160px;
    gap: 10px;
  }

  .home-editorial-tile {
    grid-column: span 1;
    border-radius: 24px;
  }

  .home-editorial-tile.is-featured {
    grid-column: span 2;
    grid-row: span 2;
  }

  .home-editorial-overlay {
    padding: 16px;
  }

  .home-editorial-overlay strong {
    font-size: 18px;
  }

  .home-editorial-copy {
    padding: 22px;
    border-radius: 28px;
  }

  .home-editorial-item {
    gap: 12px;
    padding: 14px 0;
  }

  .home-editorial-item-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .home-editorial-item-copy strong {
    font-size: 17px;
  }

  .home-editorial-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-home .home-spotlight-copy,
  .page-home .home-spotlight-media {
    border-radius: 28px;
  }

  .page-home .home-spotlight-grid {
    margin-top: 14px;
  }

  .page-home .home-spotlight-card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 14px 0;
  }

  .page-home .home-spotlight-overlay {
    padding: 20px;
  }

  .page-home .home-spotlight-overlay strong {
    font-size: 22px;
  }

  .service-showcase {
    border-radius: 28px;
  }

  .home-process-band {
    gap: 18px;
    border-radius: 30px;
  }

  .home-process-head h2 {
    font-size: 30px;
  }

  .home-process-track {
    border-radius: 22px;
  }

  .home-process-step {
    padding: 18px 16px;
  }

  .home-process-step strong {
    font-size: 18px;
  }

  .service-showcase-nav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 84vw;
    grid-template-columns: none;
    overflow-x: auto;
    padding: 0 0 6px;
    background: transparent;
    scrollbar-width: none;
  }

  .service-showcase-nav::-webkit-scrollbar {
    display: none;
  }

  .service-showcase-panel {
    border-radius: 24px;
  }

  .service-showcase-media img {
    min-height: 280px;
  }

  .service-showcase-content {
    padding: 22px 20px;
  }

  .portfolio-preview-shell {
    border-radius: 30px;
  }

  .portfolio-preview-mobile-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
  }

  .portfolio-preview-mobile-row .portfolio-service-badge {
    grid-column: 2;
    width: fit-content;
  }

  .page-hero {
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(248, 252, 253, 0.96) 0%, rgba(248, 252, 253, 0.88) 52%, rgba(16, 44, 78, 0.16) 100%),
      var(--page-hero-image) left center / cover no-repeat,
      linear-gradient(135deg, rgba(24, 68, 121, 0.98), rgba(33, 94, 153, 0.94));
  }

  .page-hero-copy {
    padding: 22px;
    border-radius: 24px;
  }

  .page-hero-side {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
  }

  .hero-mini-card {
    padding: 15px 16px;
    border-radius: 20px;
  }

  .trust-strip,
  .service-audience-grid,
  .promise-grid,
  .value-grid,
  .assist-grid {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    overflow: visible;
    padding: 12px 14px;
    scroll-snap-type: none;
  }

  .trust-card,
  .audience-card,
  .promise-card,
  .value-card,
  .assist-card {
    scroll-snap-align: unset;
    padding: 18px 0;
  }

  .closing-stats {
    border-radius: 34px;
  }

  .closing-stats-grid {
    grid-template-columns: 1fr;
  }

  .closing-stat-card + .closing-stat-card {
    border-inline-start: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-footer {
    border-radius: 34px;
  }

  .site-footer-grid {
    gap: 18px;
  }

  .site-footer-brand {
    padding-inline-start: 0;
  }

  .site-footer-bottom-links {
    width: 100%;
  }

  .site-footer-bottom-link {
    width: 100%;
    justify-content: center;
  }
}

/* Logo-tone polish */

.glass-card,
.quick-card,
.process-card,
.stat-card,
.contact-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 251, 252, 0.72));
  border: 1px solid var(--glass-edge);
  box-shadow:
    0 26px 54px rgba(24, 68, 121, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.closing-stats,
.cta-banner,
.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.82), rgba(255, 255, 255, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 60px rgba(24, 68, 121, 0.12);
  backdrop-filter: blur(24px);
  color: var(--ink);
}

.closing-stats::before,
.cta-banner::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, var(--glow-cyan), transparent 32%),
    radial-gradient(circle at 18% 84%, var(--glow-gold), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 48%);
  pointer-events: none;
}

.closing-stats::after,
.cta-banner::after,
.site-footer::after {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  width: min(760px, 80%);
  height: 220px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.closing-stats > *,
.cta-banner > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.closing-stats-copy .eyebrow,
.cta-banner .eyebrow {
  background: rgba(255, 255, 255, 0.72);
  color: var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.closing-stats-copy h2,
.cta-copy h2,
.site-footer-brand-copy strong,
.site-footer-panel h3,
.site-footer-contact-copy strong,
.closing-stat-value strong {
  color: var(--navy);
}

.closing-stats-copy p,
.cta-copy p,
.closing-stat-card p,
.site-footer-brand-text,
.site-footer-contact-copy span,
.site-footer-bottom p {
  color: var(--muted);
}

.closing-stats-grid {
  gap: 12px;
  background: transparent;
  border: 0;
  overflow: visible;
}

.closing-stat-card {
  position: relative;
  gap: 12px;
  padding: 24px 20px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 34px rgba(24, 68, 121, 0.08);
  backdrop-filter: blur(20px);
}

.closing-stat-card::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  border-radius: 26px 26px 0 0;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  opacity: 0.92;
}

.closing-stat-card + .closing-stat-card {
  border-inline-start: 0;
}

.closing-stat-icon {
  background:
    linear-gradient(135deg, rgba(95, 192, 216, 0.18), rgba(247, 201, 59, 0.18));
  color: var(--charcoal);
}

.closing-stat-value span {
  color: var(--muted);
}

.closing-stat-card:nth-child(2) .closing-stat-icon,
.closing-stat-card:nth-child(4) .closing-stat-icon {
  background:
    linear-gradient(135deg, rgba(247, 201, 59, 0.18), rgba(95, 192, 216, 0.16));
}

.cta-banner {
  gap: 24px;
}

.cta-copy,
.cta-side {
  position: relative;
  z-index: 1;
}

.cta-pill,
.cta-meta-pill {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.44));
  color: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 24px rgba(24, 68, 121, 0.06);
}

.cta-meta-pill:hover,
.cta-pill:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.56));
  color: var(--navy);
}

.site-footer {
  padding: 38px 32px 100px;
}

.site-footer-grid {
  gap: 26px;
  align-items: start;
}

.site-footer-brand {
  padding-inline-start: 0;
}

.site-footer-brand-mark {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 252, 0.96));
  box-shadow:
    0 18px 30px rgba(24, 68, 121, 0.14),
    0 10px 26px rgba(247, 201, 59, 0.12);
}

.site-footer-brand-copy small {
  color: var(--muted);
}

.site-footer-brand-pills,
.site-footer-services,
.site-footer-bottom-links {
  gap: 10px;
}

.site-footer-pill,
.site-footer-service-pill,
.site-footer-bottom-link {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.46));
  color: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 22px rgba(24, 68, 121, 0.06);
}

.site-footer-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 0 0 0 22px;
  border-inline-start: 1px solid rgba(24, 68, 121, 0.1);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-footer-links,
.site-footer-contact-list {
  gap: 10px;
}

.site-footer-link,
.site-footer-contact-item {
  padding: 12px 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: var(--navy);
  box-shadow: 0 12px 24px rgba(24, 68, 121, 0.06);
}

.site-footer-link:hover,
.site-footer-contact-item:hover,
.site-footer-service-pill:hover,
.site-footer-bottom-link:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54));
  color: var(--navy);
}

.site-footer-contact-icon {
  background:
    linear-gradient(135deg, rgba(95, 192, 216, 0.18), rgba(247, 201, 59, 0.18));
  color: var(--charcoal);
}

.site-footer-bottom {
  border-top: 1px solid rgba(24, 68, 121, 0.1);
}

@media (max-width: 1100px) {
  .site-footer-panel {
    padding: 0;
    border-inline-start: 0;
    border-top: 1px solid rgba(24, 68, 121, 0.1);
    padding-top: 18px;
  }

  .site-footer-brand,
  .site-footer-panel--contact {
    grid-column: auto;
  }

  .closing-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .closing-stats,
  .cta-banner,
  .site-footer {
    padding: 22px;
    border-radius: 32px;
  }

  .closing-stats-grid {
    grid-template-columns: 1fr;
  }

  .closing-stat-card {
    padding: 20px 18px;
  }

  .cta-pill-strip,
  .cta-meta-row,
  .site-footer-brand-pills,
  .site-footer-services,
  .site-footer-bottom-links {
    gap: 8px;
  }

  .site-footer-grid {
    gap: 20px;
  }

  .site-footer-panel {
    padding-top: 0;
    border-top: 0;
  }

  .site-footer-link,
  .site-footer-contact-item {
    padding: 12px;
  }
}

/* Contrast audit fixes */

.highlight-card,
.home-hero-visual-fallback,
.hero-mini-card:first-child {
  color: #fff;
}

.highlight-card strong,
.highlight-card p,
.highlight-card span,
.home-hero-visual-fallback strong,
.home-hero-visual-fallback p,
.hero-mini-card:first-child strong,
.hero-mini-card:first-child p,
.hero-mini-card:first-child span {
  color: inherit;
}

.highlight-card p,
.home-hero-visual-fallback p,
.hero-mini-card:first-child p {
  color: rgba(255, 255, 255, 0.86);
}

.home-hero-visual-overlay,
.home-spotlight-overlay,
.home-editorial-overlay,
.gallery-overlay {
  color: #fff;
  text-shadow: 0 2px 14px rgba(8, 22, 43, 0.38);
}

.home-hero-visual-overlay strong,
.home-spotlight-overlay strong,
.home-editorial-overlay strong,
.gallery-overlay strong {
  color: #fff;
}

.home-hero-visual-overlay p,
.home-spotlight-overlay p,
.gallery-overlay p,
.gallery-overlay span,
.home-editorial-overlay p,
.home-editorial-overlay span {
  color: rgba(255, 255, 255, 0.88);
}

.home-hero-visual-overlay .gallery-chip,
.home-spotlight-overlay .gallery-chip,
.home-editorial-overlay .gallery-chip,
.gallery-overlay .gallery-chip {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.gallery-overlay .gallery-zoom-icon,
.hero-mini-card:first-child .hero-mini-icon,
.highlight-card .stat-icon,
.highlight-card .stat-order {
  color: #fff;
}

.hero-mini-card:first-child .hero-mini-icon,
.highlight-card .stat-icon,
.highlight-card .stat-order {
  background: rgba(255, 255, 255, 0.16);
}

.page-home .home-spotlight-media,
.home-editorial-tile,
.gallery-card,
.home-hero-visual,
.home-spotlight-visual {
  isolation: isolate;
}

/* Interface cleanup refinements */

.primary-btn--whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow:
    0 18px 34px rgba(37, 211, 102, 0.24),
    0 8px 22px rgba(18, 140, 126, 0.16);
}

.primary-btn--whatsapp::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 66%);
}

.primary-btn--whatsapp:hover {
  box-shadow:
    0 22px 38px rgba(18, 140, 126, 0.22),
    0 10px 26px rgba(37, 211, 102, 0.18);
}

.detail-pill--whatsapp,
.map-contact-pill--whatsapp {
  background: rgba(37, 211, 102, 0.12);
  color: #128c7e;
  border: 1px solid rgba(37, 211, 102, 0.22);
}

.detail-pill--whatsapp:hover,
.map-contact-pill--whatsapp:hover {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}

.site-footer-bottom-link--whatsapp {
  background: rgba(37, 211, 102, 0.18);
  color: #fff;
  box-shadow: 0 14px 28px rgba(8, 24, 44, 0.16);
}

.site-footer-bottom-link--whatsapp:hover {
  background: rgba(37, 211, 102, 0.28);
}

.contact-card--whatsapp {
  background:
    radial-gradient(circle at top right, rgba(37, 211, 102, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 253, 247, 0.96));
  border-color: rgba(37, 211, 102, 0.18);
}

.contact-card--whatsapp::before {
  background: radial-gradient(circle, rgba(37, 211, 102, 0.16), transparent 72%);
}

.contact-card--whatsapp .contact-icon {
  background: rgba(37, 211, 102, 0.12);
  color: #128c7e;
}

.page-home .home-hero-showcase {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.page-home .home-hero-showcase > * {
  flex: 1;
}

.page-home .home-hero-visual,
.page-home .home-hero-visual-fallback {
  min-height: 100%;
  height: 100%;
}

.page-home .home-hero-meta .meta-copy {
  gap: 6px;
}

.page-home .home-hero-meta .meta-copy strong {
  font-size: 16px;
}

.page-home .home-hero-meta .meta-copy small {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  color: rgba(13, 33, 59, 0.82);
}

.home-proof-item {
  gap: 10px;
  align-content: center;
}

.home-proof-copy {
  gap: 2px;
}

.home-proof-copy strong {
  font-size: 19px;
}

.home-hero-visual-overlay,
.home-spotlight-overlay,
.home-editorial-overlay {
  gap: 0;
}

.home-hero-visual-overlay strong {
  font-size: clamp(26px, 2.9vw, 34px);
}

.home-spotlight-card-copy,
.home-editorial-item-copy {
  gap: 0;
}

.home-spotlight-card-copy strong,
.home-editorial-item-copy strong {
  line-height: 1.35;
}

.home-editorial-copy p,
.home-spotlight-copy p {
  max-width: 46ch;
}

.detail-list strong {
  font-size: 16px;
}

.detail-list span {
  font-size: 15px;
  color: rgba(13, 33, 59, 0.8);
}

.detail-pill {
  min-height: 44px;
  padding-inline: 16px;
  font-size: 14px;
}

.detail-brand-ar {
  font-size: 20px;
}

.detail-brand-en {
  font-size: 14px;
}

.contact-card {
  gap: 10px;
}

.contact-card strong {
  font-size: 20px;
}

.contact-card span {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(13, 33, 59, 0.84);
}

.map-address-box strong {
  font-size: 16px;
}

.map-address-box span {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
  color: rgba(13, 33, 59, 0.82);
}

.map-contact-pill {
  font-size: 14px;
}

.site-footer-contact-copy strong {
  font-size: 16px;
}

.site-footer-contact-copy span {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer-bottom-link {
  font-size: 14px;
}

@media (max-width: 760px) {
  .page-home .home-hero-meta .meta-copy small,
  .detail-list span,
  .contact-card span,
  .map-address-box span {
    font-size: 14px;
  }

  .contact-card strong,
  .detail-list strong,
  .map-address-box strong,
  .site-footer-contact-copy strong {
    font-size: 18px;
  }

  .home-proof-copy strong,
  .home-editorial-item-copy strong,
  .home-spotlight-card-copy strong {
    font-size: 17px;
  }
}

/* Before/after interactive comparison */

.home-comparison-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 20px;
  margin-top: 24px;
  padding: 28px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(247, 201, 59, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 250, 0.96));
}

.home-comparison-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.home-comparison-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.14;
  color: var(--navy);
}

.home-comparison-copy p {
  margin: 0;
  max-width: 40ch;
  color: var(--muted);
  line-height: 1.9;
}

.home-comparison-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-comparison-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 68, 121, 0.08);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.home-comparison-stack {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 14px;
  align-items: stretch;
}

.home-comparison-item {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 32px rgba(24, 68, 121, 0.08);
}

.home-comparison-item.is-featured {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 252, 253, 0.74)),
    rgba(255, 255, 255, 0.72);
}

.home-comparison-item-head {
  display: grid;
  gap: 8px;
}

.home-comparison-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(247, 201, 59, 0.18);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.home-comparison-item-head strong {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.42;
}

.compare-frame {
  --compare-position: 50%;
  position: relative;
  min-height: 340px;
  border-radius: 26px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at top right, rgba(70, 198, 206, 0.18), transparent 34%),
    rgba(218, 232, 237, 0.82);
  user-select: none;
  touch-action: pan-y;
  direction: ltr;
  cursor: ew-resize;
}

.home-comparison-item.is-featured .compare-frame {
  min-height: 420px;
}

.compare-image,
.compare-image-layer,
.compare-range {
  position: absolute;
  inset: 0;
}

.compare-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-image-layer {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
}

.compare-label {
  position: absolute;
  top: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(10, 28, 51, 0.48);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  backdrop-filter: blur(12px);
}

.compare-label--before {
  right: 16px;
}

.compare-label--after {
  left: 16px;
  background: rgba(37, 211, 102, 0.78);
}

.compare-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  width: 2px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 1px rgba(24, 68, 121, 0.08),
    0 0 24px rgba(255, 255, 255, 0.42);
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}

.compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 247, 249, 0.94));
  color: var(--navy);
  box-shadow:
    0 16px 30px rgba(24, 68, 121, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
}

.compare-handle .card-svg {
  width: 22px;
  height: 22px;
}

.compare-range {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0.01;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  direction: ltr;
  pointer-events: none;
}

.compare-range::-webkit-slider-thumb {
  width: 52px;
  height: 52px;
  border: 0;
  appearance: none;
}

.compare-range::-moz-range-thumb {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
}

@media (max-width: 1100px) {
  .home-comparison-band,
  .home-comparison-stack {
    grid-template-columns: 1fr;
  }

  .home-comparison-copy p {
    max-width: none;
  }

  .home-comparison-item.is-featured .compare-frame,
  .compare-frame {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .home-comparison-band {
    padding: 22px;
    border-radius: 30px;
  }

  .home-comparison-copy h2 {
    font-size: 30px;
  }

  .home-comparison-item {
    padding: 12px;
    border-radius: 24px;
  }

  .home-comparison-item-head strong {
    font-size: 18px;
  }

  .compare-frame,
  .home-comparison-item.is-featured .compare-frame {
    min-height: 280px;
    border-radius: 22px;
  }

  .compare-label {
    top: 12px;
    min-height: 32px;
    padding-inline: 10px;
  }

  .compare-label--before {
    right: 12px;
  }

  .compare-label--after {
    left: 12px;
  }

  .compare-handle {
    width: 46px;
    height: 46px;
  }
}

/* Homepage tightening */

.page-home .site-shell {
  padding: 24px 0 34px;
}

.page-home .home-hero-copy {
  padding: 34px 32px;
}

.page-home .home-hero-actions {
  margin-top: 22px;
}

.page-home .home-hero-metrics--inline {
  margin-top: 18px;
}

.page-home .home-proof-ribbon {
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 28px;
}

.page-home .home-proof-item {
  gap: 10px;
  padding: 14px 16px;
}

.page-home .home-proof-icon {
  width: 46px;
  height: 46px;
}

.page-home .home-proof-copy strong {
  font-size: 18px;
}

.page-home .home-editorial-band,
.page-home .home-comparison-band,
.page-home .home-process-band {
  margin-top: 20px;
}

.page-home .home-editorial-copy {
  align-content: start;
  gap: 14px;
  padding: 24px 26px;
}

.page-home .home-editorial-copy h2,
.page-home .home-comparison-copy h2,
.page-home .home-process-head h2,
.page-home .portfolio-shell-head h2,
.page-home .cta-banner--compact .cta-copy h2 {
  font-size: clamp(24px, 2.8vw, 34px);
}

.page-home .home-editorial-copy p,
.page-home .home-comparison-copy p,
.page-home .home-process-head p,
.page-home .section-lead,
.page-home .map-copy p {
  line-height: 1.8;
}

.page-home .home-editorial-list {
  margin-top: 2px;
}

.page-home .home-editorial-item {
  padding: 14px 0;
}

.page-home .home-editorial-actions {
  gap: 10px;
}

.page-home .home-comparison-band {
  gap: 16px;
  padding: 24px;
  border-radius: 30px;
}

.page-home .home-comparison-copy {
  gap: 12px;
}

.page-home .home-comparison-pills {
  gap: 8px;
}

.page-home .home-comparison-pill {
  min-height: 38px;
  padding: 0 12px;
}

.page-home .home-comparison-stack {
  gap: 12px;
}

.page-home .home-comparison-item {
  padding: 12px;
  border-radius: 26px;
}

.page-home .home-comparison-item-head strong {
  font-size: 18px;
}

.page-home .home-comparison-item.is-featured .compare-frame {
  min-height: 380px;
}

.page-home .section-head {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.page-home .service-showcase--home {
  padding: 16px;
  border-radius: 30px;
}

.page-home .service-showcase-content {
  gap: 14px;
  padding: 24px;
}

.page-home .service-showcase-content p {
  line-height: 1.85;
}

.page-home .home-process-band {
  gap: 18px;
  padding: 24px;
  border-radius: 30px;
}

.page-home .home-process-head {
  gap: 8px;
  max-width: 680px;
}

.page-home .home-process-track {
  border-radius: 24px;
}

.page-home .home-process-step {
  gap: 10px;
  padding: 20px 18px 18px;
}

.page-home .home-process-step strong {
  font-size: 18px;
}

.page-home .home-process-step p {
  line-height: 1.75;
}

.page-home .portfolio-preview-shell {
  padding: 20px;
  border-radius: 30px;
}

.page-home .portfolio-preview-shell .portfolio-shell-head {
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.page-home .map-section--home {
  gap: 18px;
  margin-top: 20px;
  padding: 22px;
  border-radius: 30px;
}

.page-home .map-frame,
.page-home .real-map,
.page-home .map-frame iframe,
.page-home .map-frame-empty {
  min-height: 360px;
}

.page-home .cta-banner--compact {
  gap: 16px;
  padding: 22px 24px;
  margin-bottom: 22px;
  border-radius: 30px;
}

.page-home .cta-banner--compact .cta-copy {
  gap: 8px;
  max-width: 480px;
}

.page-home .cta-banner--compact .cta-side {
  gap: 10px;
}

.page-home .cta-banner--compact .cta-meta-row {
  margin-top: 0;
}

@media (max-width: 760px) {
  .page-home .site-shell {
    padding: 18px 0 26px;
  }

  .page-home .home-hero-copy {
    padding: 26px 22px;
  }

  .page-home .home-proof-ribbon,
  .page-home .home-editorial-copy,
  .page-home .home-comparison-band,
  .page-home .service-showcase--home,
  .page-home .home-process-band,
  .page-home .portfolio-preview-shell,
  .page-home .map-section--home,
  .page-home .cta-banner--compact {
    padding: 18px;
    border-radius: 26px;
  }

  .page-home .section-head {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .page-home .home-editorial-band,
  .page-home .home-comparison-band,
  .page-home .home-process-band {
    margin-top: 18px;
  }

  .page-home .home-proof-item {
    padding: 12px 0;
  }

  .page-home .home-editorial-copy,
  .page-home .home-comparison-copy,
  .page-home .home-process-head {
    gap: 10px;
  }

  .page-home .home-editorial-item {
    padding: 12px 0;
  }

  .page-home .service-showcase-content {
    padding: 18px 16px;
  }

  .page-home .home-process-step {
    padding: 16px 14px;
  }

  .page-home .map-frame,
  .page-home .real-map,
  .page-home .map-frame iframe,
  .page-home .map-frame-empty {
    min-height: 300px;
  }

  .page-home .cta-banner--compact .cta-actions {
    margin-top: 0;
  }
}

/* Footer declutter */

.site-footer-grid {
  gap: 24px;
}

.site-footer-panel {
  gap: 14px;
}

.site-footer-links,
.site-footer-contact-list {
  gap: 0;
}

.site-footer-link,
.site-footer-contact-item {
  padding: 11px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(24, 68, 121, 0.1);
  box-shadow: none;
}

.site-footer-links .site-footer-link:last-child,
.site-footer-contact-list .site-footer-contact-item:last-child {
  border-bottom: 0;
}

.site-footer-link:hover,
.site-footer-contact-item:hover {
  transform: none;
  background: transparent;
  color: var(--navy);
}

.site-footer-link {
  gap: 10px;
  font-weight: 800;
}

.site-footer-contact-item {
  align-items: flex-start;
}

.site-footer-contact-item--group .site-footer-contact-copy {
  gap: 8px;
}

.site-footer-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer-contact-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(24, 68, 121, 0.06);
}

.site-footer-contact-pill:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
}

.site-footer-bottom {
  margin-top: 20px;
  padding-top: 16px;
}

.page-home .map-section--home .map-footer {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.page-home .map-section--home .map-address-box {
  padding: 14px 16px;
}

.page-home .map-section--home .map-actions {
  gap: 10px;
}

@media (max-width: 760px) {
  .site-footer-link,
  .site-footer-contact-item {
    padding: 12px 0;
  }

  .site-footer-contact-links {
    gap: 6px;
  }

  .page-home .map-section--home .map-footer {
    grid-template-columns: 1fr;
  }
}

/* Homepage refinement pass */

.portfolio-shell-note {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.page-home .section-lead {
  margin-top: 10px;
}

.page-home .home-editorial-band {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: start;
}

.page-home .home-editorial-gallery {
  grid-template-rows: repeat(2, minmax(176px, 1fr));
  min-height: 0;
}

.page-home .home-editorial-tile.is-featured {
  grid-row: 1 / span 2;
}

.page-home .home-editorial-copy {
  align-self: start;
  min-height: 0;
  gap: 12px;
  padding: 22px 24px;
}

.page-home .home-editorial-item {
  padding: 12px 0;
}

.page-home .home-editorial-actions {
  margin-top: 4px;
}

.page-home .portfolio-preview-shell {
  padding: 16px 18px 18px;
}

.page-home .portfolio-preview-shell .portfolio-shell-head {
  align-items: center;
  padding: 0 0 12px;
  margin-bottom: 12px;
  background: transparent;
}

.page-home .portfolio-shell-note {
  margin-top: 4px;
  font-size: 13px;
}

.page-home .portfolio-head-badge {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

.page-home .portfolio-table th,
.page-home .portfolio-table td {
  padding: 14px 12px;
}

.page-home .cta-banner--compact {
  gap: 14px;
  padding: 18px 22px;
}

.page-home .cta-banner--compact .cta-copy {
  max-width: 360px;
}

.page-home .cta-banner--compact .cta-actions {
  gap: 10px;
}

.page-home .site-footer {
  padding: 30px 28px 94px;
}

.page-home .site-footer-grid {
  gap: 18px;
}

.page-home .site-footer-panel {
  gap: 12px;
}

@media (max-width: 760px) {
  .page-home .home-editorial-band {
    grid-template-columns: 1fr;
  }

  .page-home .home-editorial-gallery {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    grid-template-rows: repeat(2, minmax(132px, 1fr));
  }

  .page-home .portfolio-preview-shell {
    padding: 16px;
  }

  .page-home .portfolio-table th,
  .page-home .portfolio-table td {
    padding: 12px 10px;
  }

  .page-home .cta-banner--compact {
    padding: 18px;
  }
}

/* Homepage compacting pass */

.page-home .service-showcase-actions {
  gap: 10px;
}

.page-home .service-showcase-actions .primary-btn {
  min-width: 0;
}

.page-home .map-section--home {
  margin-top: 18px;
  gap: 16px;
}

.page-home .site-footer {
  padding: 28px 26px 72px;
}

.page-home .site-footer-grid {
  gap: 16px;
}

.page-home .site-footer-brand {
  gap: 12px;
}

.page-home .site-footer-brand-text {
  line-height: 1.82;
}

.page-home .site-footer-bottom {
  margin-top: 16px;
  padding-top: 14px;
}

@media (max-width: 760px) {
  .page-home .service-showcase-actions {
    margin-top: 0;
  }

  .page-home .service-showcase-actions .primary-btn {
    width: 100%;
    justify-content: center;
  }

  .page-home .map-section--home {
    margin-top: 16px;
    gap: 14px;
    padding: 16px;
  }

  .page-home .map-frame,
  .page-home .real-map,
  .page-home .map-frame iframe,
  .page-home .map-frame-empty {
    min-height: 250px;
  }

  .page-home .cta-banner--compact {
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px;
  }

  .page-home .cta-banner--compact .cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .page-home .cta-banner--compact .cta-actions .primary-btn {
    justify-content: center;
    min-height: 44px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .page-home .site-footer {
    padding: 22px 18px 94px;
  }

  .page-home .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-home .site-footer-panel--quick {
    display: none;
  }

  .page-home .site-footer-panel,
  .page-home .site-footer-brand {
    gap: 10px;
  }

  .page-home .site-footer-panel h3 {
    font-size: 16px;
  }

  .page-home .site-footer-brand-head {
    gap: 10px;
  }

  .page-home .site-footer-brand-mark {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .page-home .site-footer-brand-copy strong {
    font-size: 18px;
  }

  .page-home .site-footer-brand-copy small {
    font-size: 10px;
    line-height: 1.45;
  }

  .page-home .site-footer-brand-text {
    font-size: 13px;
    line-height: 1.72;
  }

  .page-home .site-footer-brand-pills {
    gap: 6px;
  }

  .page-home .site-footer-pill {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .page-home .site-footer-panel--services {
    padding-top: 2px;
  }

  .page-home .site-footer-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .page-home .site-footer-service-pill {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .page-home .site-footer-contact-list {
    gap: 0;
  }

  .page-home .site-footer-contact-item {
    padding: 10px 0;
  }

  .page-home .site-footer-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .page-home .site-footer-contact-copy strong {
    font-size: 15px;
  }

  .page-home .site-footer-contact-copy span {
    font-size: 13px;
    line-height: 1.72;
  }

  .page-home .site-footer-bottom {
    margin-top: 14px;
    padding-top: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .page-home .site-footer-bottom p {
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
  }

  .page-home .site-footer-bottom-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .page-home .site-footer-bottom-link {
    justify-content: center;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }
}

/* Mobile hero polish */

@media (max-width: 760px) {
  .page-home .home-hero-copy {
    padding: 20px 18px;
  }

  .page-home .home-hero-authority {
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
  }

  .page-home .home-hero-authority-pill {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }

  .page-home .hero-copy h1 {
    font-size: 29px;
    line-height: 1.14;
  }

  .page-home .hero-copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .page-home .home-hero-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .page-home .home-hero-actions .primary-btn {
    min-height: 50px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .page-home .home-hero-metrics--inline {
    margin-top: 14px;
  }

  .page-home .home-hero-metrics {
    gap: 6px;
  }

  .page-home .home-hero-metric {
    gap: 4px;
    padding: 10px 8px;
    border-radius: 16px;
  }

  .page-home .home-hero-metric strong {
    font-size: 20px;
  }

  .page-home .home-hero-metric span {
    font-size: 11px;
    line-height: 1.55;
  }

  .page-home .home-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .page-home .home-hero-meta .meta-item {
    gap: 10px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .page-home .home-hero-meta .meta-item--phone {
    order: 1;
  }

  .page-home .home-hero-meta .meta-item--email {
    order: 2;
  }

  .page-home .home-hero-meta .meta-item--address {
    order: 3;
    grid-column: 1 / -1;
  }

  .page-home .home-hero-meta .meta-icon {
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }

  .page-home .home-hero-meta .meta-copy {
    gap: 2px;
    min-width: 0;
  }

  .page-home .home-hero-meta .meta-copy strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .page-home .home-hero-meta .meta-copy small {
    font-size: 11px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
}

/* Desktop height harmonizing */

@media (min-width: 1101px) {
  .page-home .home-hero-visual img {
    min-height: 472px;
  }

  .page-home .home-hero-visual-fallback {
    min-height: 472px;
  }

  .page-home .home-editorial-gallery {
    grid-template-columns: minmax(0, 1.08fr) 176px;
    grid-template-rows: repeat(2, 134px);
    gap: 10px;
    align-self: start;
  }

  .page-home .home-editorial-tile {
    border-radius: 26px;
  }

  .page-home .home-editorial-overlay {
    padding: 16px;
  }

  .page-home .home-editorial-overlay strong {
    font-size: 17px;
  }
}

/* Color cleanup */

.primary-btn--whatsapp {
  background: #25d366;
  color: #fff;
  border-color: rgba(25, 135, 84, 0.28);
  box-shadow:
    0 16px 28px rgba(37, 211, 102, 0.28),
    0 6px 16px rgba(16, 124, 65, 0.16);
}

.primary-btn--whatsapp::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 60%);
}

.primary-btn--whatsapp:hover {
  background: #22c55e;
  color: #fff;
  border-color: rgba(25, 135, 84, 0.36);
  box-shadow:
    0 18px 30px rgba(37, 211, 102, 0.32),
    0 8px 18px rgba(16, 124, 65, 0.18);
}

.detail-pill--whatsapp,
.map-contact-pill--whatsapp {
  background: rgba(37, 211, 102, 0.14);
  color: #128c7e;
  border-color: rgba(37, 211, 102, 0.28);
}

.site-footer-brand-copy small,
.site-footer-brand-text,
.site-footer-contact-copy span,
.site-footer-bottom p {
  color: rgba(13, 33, 59, 0.74);
}

.site-footer-link,
.site-footer-contact-item,
.site-footer-pill,
.site-footer-service-pill,
.site-footer-bottom-link,
.site-footer-contact-pill {
  color: var(--navy);
}

.site-footer-link .inline-icon,
.site-footer-bottom-link .inline-icon,
.site-footer-service-pill .inline-icon,
.site-footer-pill .inline-icon,
.site-footer-contact-item .inline-icon,
.site-footer-contact-icon {
  color: var(--navy);
}

.site-footer-contact-copy strong,
.site-footer-brand-copy strong,
.site-footer-panel h3 {
  color: var(--navy);
}

.site-footer-contact-item:hover,
.site-footer-link:hover,
.site-footer-bottom-link:hover,
.site-footer-service-pill:hover,
.site-footer-pill:hover {
  color: var(--navy);
}

/* Brand tone harmonizing */

:root {
  --brand-soft-bg: rgba(95, 192, 216, 0.12);
  --brand-soft-bg-strong: rgba(95, 192, 216, 0.16);
  --brand-soft-border: rgba(95, 192, 216, 0.24);
  --brand-soft-border-strong: rgba(95, 192, 216, 0.32);
  --brand-soft-ink: #1e6882;
  --brand-soft-shadow: 0 12px 24px rgba(24, 68, 121, 0.06);
}

.top-nav-link.is-active,
.top-nav-link:hover {
  background: var(--brand-soft-bg-strong);
  color: var(--navy);
}

.eyebrow {
  background: var(--brand-soft-bg);
  border: 1px solid var(--brand-soft-border);
  color: var(--brand-soft-ink);
}

.home-hero-copy {
  background:
    radial-gradient(circle at top right, rgba(95, 192, 216, 0.17), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 250, 0.94));
}

.feature-pill,
.home-hero-authority-pill,
.home-comparison-pill,
.detail-pill,
.page-hero-badge,
.portfolio-head-badge,
.site-footer-pill,
.site-footer-service-pill {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(240, 249, 252, 0.94));
  border: 1px solid var(--brand-soft-border);
  color: var(--navy);
  box-shadow: 0 10px 22px rgba(24, 68, 121, 0.05);
}

.meta-item,
.home-hero-metric,
.map-contact-pill {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(243, 250, 252, 0.72));
  border: 1px solid rgba(95, 192, 216, 0.18);
  box-shadow: var(--brand-soft-shadow);
}

.home-hero-meta .meta-item:hover,
.map-contact-pill:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 252, 253, 0.78));
  border-color: var(--brand-soft-border-strong);
}

.home-editorial-item-copy small,
.portfolio-service-badge--clean {
  color: var(--brand-soft-ink);
}

.portfolio-service-badge--clean {
  background: rgba(95, 192, 216, 0.14);
}

.portfolio-service-badge--operation {
  background: rgba(24, 68, 121, 0.1);
  color: var(--navy);
}

/* Button and footer cleanup */

.primary-btn,
.ghost-btn {
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(24, 68, 121, 0.1);
}

.primary-btn::before,
.ghost-btn::before {
  display: none;
}

.primary-btn:hover,
.ghost-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(24, 68, 121, 0.12);
}

.primary-btn--gold {
  box-shadow: 0 8px 18px rgba(247, 201, 59, 0.18);
}

.primary-btn--gold:hover {
  box-shadow: 0 10px 20px rgba(247, 201, 59, 0.22);
}

.primary-btn--whatsapp {
  background: #128c7e;
  color: #fff;
  border-color: rgba(18, 140, 126, 0.42);
  box-shadow: 0 8px 18px rgba(18, 140, 126, 0.18);
}

.primary-btn--whatsapp:hover {
  background: #0f7a45;
  color: #fff;
  border-color: rgba(15, 122, 69, 0.46);
  box-shadow: 0 10px 20px rgba(15, 122, 69, 0.2);
}

.detail-pill--whatsapp,
.map-contact-pill--whatsapp {
  background: rgba(18, 140, 126, 0.12);
  color: #128c7e;
  border-color: rgba(18, 140, 126, 0.24);
}

.detail-pill--whatsapp:hover,
.map-contact-pill--whatsapp:hover {
  background: #128c7e;
  color: #fff;
  border-color: #128c7e;
}

.site-footer-bottom-link--whatsapp {
  background: #128c7e;
  color: #fff;
  box-shadow: 0 8px 18px rgba(18, 140, 126, 0.18);
}

.site-footer-bottom-link--whatsapp:hover {
  background: #0f7a45;
}

.site-footer-contact-copy strong {
  font-size: 16px;
}

.site-footer-contact-pill {
  min-height: 38px;
  padding: 0 12px;
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(24, 68, 121, 0.05);
}

.page-home .site-footer-contact-copy strong {
  font-size: 16px;
}

.page-home .site-footer-contact-copy span,
.site-footer-contact-pill {
  font-size: 14px;
}

/* Homepage visual refinement */

.page-home .home-editorial-band,
.page-home .home-comparison-band,
.page-home .service-showcase--home,
.page-home .portfolio-preview-shell,
.page-home .map-section--home {
  box-shadow: none;
}

.page-home .home-editorial-band {
  position: relative;
  gap: 20px;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(244, 251, 253, 0.48)),
    radial-gradient(circle at 12% 24%, rgba(247, 201, 59, 0.12), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(95, 192, 216, 0.14), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.74);
}

.page-home .home-editorial-copy {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 22px 18px;
}

.page-home .home-editorial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 0;
}

.page-home .home-editorial-item {
  width: fit-content;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(95, 192, 216, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
}

.page-home .home-editorial-item-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.page-home .home-editorial-item-copy strong {
  font-size: 14px;
}

.page-home .home-editorial-tile {
  box-shadow: 0 14px 26px rgba(24, 68, 121, 0.09);
}

.page-home .home-comparison-band {
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(238, 249, 252, 0.9), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 18% 22%, rgba(247, 201, 59, 0.16), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(95, 192, 216, 0.22), transparent 34%);
}

.page-home .home-comparison-copy {
  padding-inline: 4px;
}

.page-home .home-comparison-copy h2 {
  max-width: 9ch;
}

.page-home .home-comparison-stack {
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 12px;
}

.page-home .home-comparison-item {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .home-comparison-item-head {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 16px;
  gap: 6px;
  max-width: calc(100% - 32px);
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(13, 33, 59, 0.74);
  color: #fff;
  backdrop-filter: blur(14px);
}

.page-home .home-comparison-tag {
  background: rgba(247, 201, 59, 0.94);
  color: var(--charcoal);
}

.page-home .home-comparison-item-head strong {
  color: #fff;
  font-size: 17px;
}

.page-home .home-comparison-item {
  position: relative;
}

.page-home .home-comparison-item.is-featured .compare-frame {
  min-height: 420px;
}

.page-home .compare-frame {
  min-height: 330px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 38px rgba(24, 68, 121, 0.13);
}

.page-home .service-showcase--home {
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 0.66fr);
  gap: 14px;
  padding: 0;
  background: transparent;
  border: 0;
}

.page-home .service-showcase--home .service-showcase-tab {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
}

.page-home .service-showcase--home .service-showcase-tab:hover,
.page-home .service-showcase--home .service-showcase-tab.is-active {
  box-shadow: 0 12px 24px rgba(24, 68, 121, 0.08);
}

.page-home .service-showcase--home .service-showcase-panel {
  border-radius: 28px;
  box-shadow: 0 18px 34px rgba(24, 68, 121, 0.1);
}

.page-home .portfolio-preview-shell {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(243, 250, 252, 0.52)),
    radial-gradient(circle at 8% 100%, rgba(247, 201, 59, 0.12), transparent 28%);
}

.page-home .portfolio-table-preview {
  display: none;
}

.page-home .portfolio-mobile-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.page-home .portfolio-preview-mobile-row {
  align-items: start;
  min-height: 116px;
  padding: 14px;
  border: 1px solid rgba(95, 192, 216, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.page-home .portfolio-preview-mobile-row .portfolio-service-badge {
  grid-column: 1 / -1;
  width: fit-content;
  min-height: 32px;
  padding-inline: 10px;
  font-size: 12px;
}

.page-home .portfolio-preview-mobile-copy h3 {
  font-size: 15px;
}

.page-home .portfolio-preview-mobile-copy p {
  font-size: 12px;
  line-height: 1.55;
}

.page-home .mobile-rank {
  min-width: 32px;
  min-height: 32px;
}

.page-home .section-head {
  border-bottom: 0;
}

@media (max-width: 1100px) {
  .page-home .home-comparison-band,
  .page-home .service-showcase--home {
    grid-template-columns: 1fr;
  }

  .page-home .home-comparison-copy h2 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .page-home .home-editorial-band {
    padding: 12px;
    border-radius: 24px;
  }

  .page-home .home-editorial-copy {
    padding: 14px 6px 4px;
  }

  .page-home .home-editorial-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .home-editorial-item {
    width: 100%;
  }

  .page-home .home-comparison-band {
    padding: 14px;
    border-radius: 24px;
  }

  .page-home .home-comparison-pills {
    display: none;
  }

  .page-home .home-comparison-stack {
    grid-template-columns: 1fr;
  }

  .page-home .home-comparison-item.is-featured .compare-frame,
  .page-home .compare-frame {
    min-height: 300px;
  }

  .page-home .home-comparison-item-head {
    right: 12px;
    bottom: 12px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .page-home .home-comparison-item-head strong {
    font-size: 15px;
  }

  .page-home .service-showcase--home .service-showcase-panel {
    border-radius: 22px;
  }

  .page-home .service-showcase--home .service-showcase-nav {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
  }

  .page-home .service-showcase--home .service-showcase-tab {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
    padding: 10px;
    border-radius: 14px;
  }

  .page-home .service-showcase--home .service-showcase-tab-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .page-home .service-showcase--home .service-showcase-tab-index {
    display: none;
  }

  .page-home .service-showcase--home .service-showcase-tab-copy strong {
    font-size: 13px;
  }

  .page-home .service-showcase--home .service-showcase-tab-copy small {
    font-size: 10px;
  }

  .page-home .portfolio-mobile-preview {
    grid-template-columns: 1fr;
  }

.page-home .portfolio-preview-mobile-row {
    min-height: 0;
    padding: 12px;
  }
}

/* Gallery readability pass */

.page-gallery .video-card:first-child {
  grid-column: span 2;
}

.page-gallery .video-card:first-child .video-frame {
  aspect-ratio: 16 / 8.6;
}

.page-gallery .video-copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-gallery .gallery-card:not(.is-featured) .gallery-overlay {
  gap: 7px;
  padding: 18px;
}

.page-gallery .gallery-card:not(.is-featured) .gallery-overlay strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-gallery .gallery-card:not(.is-featured) .gallery-chip {
  min-height: 28px;
  padding: 0 10px;
  font-size: 11px;
}

.page-gallery .gallery-card:not(.is-featured) .gallery-zoom-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

@media (max-width: 760px) {
  .page-about .page-hero-copy,
  .page-services .page-hero-copy,
  .page-contact .page-hero-copy {
    min-width: 0;
    overflow: hidden;
  }

  .page-about .page-hero-copy h1,
  .page-services .page-hero-copy h1,
  .page-contact .page-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.2;
    overflow-wrap: break-word;
  }

  .page-about .page-hero-copy p,
  .page-services .page-hero-copy p,
  .page-contact .page-hero-copy p,
  .page-about .page-hero-legal-note {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .page-about .page-hero-badges,
  .page-services .page-hero-badges,
  .page-contact .page-hero-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-about .page-hero-badge,
  .page-services .page-hero-badge,
  .page-contact .page-hero-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
    min-height: 40px;
    padding: 8px 12px;
  }

  .page-about .page-hero-side,
  .page-services .page-hero-side,
  .page-contact .page-hero-side {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .page-about .page-hero-side > *,
  .page-services .page-hero-side > *,
  .page-contact .page-hero-side > * {
    width: 100%;
    min-width: 0;
    scroll-snap-align: unset;
  }

  .page-about .hero-mini-card,
  .page-services .hero-mini-card,
  .page-contact .hero-mini-card {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px;
  }

  .page-about .hero-mini-copy,
  .page-services .hero-mini-copy,
  .page-contact .hero-mini-copy {
    min-width: 0;
  }

  .page-about .hero-mini-copy strong,
  .page-services .hero-mini-copy strong,
  .page-contact .hero-mini-copy strong {
    font-size: 18px;
    line-height: 1.35;
  }

  .page-about .hero-mini-copy p,
  .page-services .hero-mini-copy p,
  .page-contact .hero-mini-copy p {
    line-height: 1.7;
  }

  .page-gallery .page-hero-side {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .page-gallery .page-hero-side > * {
    width: 100%;
    min-width: 0;
    scroll-snap-align: unset;
  }

  .page-gallery .hero-mini-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px;
  }

  .page-gallery .hero-mini-copy {
    min-width: 0;
  }

  .page-gallery .hero-mini-copy strong {
    font-size: 16px;
    line-height: 1.35;
  }

  .page-gallery .hero-mini-copy p {
    display: none;
  }

  .page-gallery .media-section {
    gap: 12px;
    margin-top: 14px;
    padding: 14px;
    border-radius: 28px;
  }

  .page-gallery .media-section-head {
    gap: 8px;
  }

  .page-gallery .media-section-head h2 {
    margin: 4px 0 0;
    font-size: 23px;
    line-height: 1.25;
  }

  .page-gallery .media-count {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .page-gallery .video-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 8px;
  }

  .page-gallery .video-card,
  .page-gallery .video-card:first-child {
    grid-column: auto;
    gap: 10px;
    padding: 8px;
    border-radius: 24px;
  }

  .page-gallery .video-frame,
  .page-gallery .video-card:first-child .video-frame {
    min-height: 220px;
    border-radius: 20px;
    aspect-ratio: 16 / 10;
  }

  .page-gallery .video-copy {
    gap: 6px;
    padding: 2px 4px 6px;
  }

  .page-gallery .video-copy .gallery-chip {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .page-gallery .video-copy strong {
    font-size: 18px;
    line-height: 1.35;
  }

  .page-gallery .video-copy p {
    display: none;
  }

  .page-gallery .gallery-filter-bar {
    margin-top: 14px;
    padding: 12px;
    border-radius: 24px;
  }

  .page-gallery .filter-bar-top {
    display: none;
  }

  .page-gallery .filter-chips {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .page-gallery .filter-chips::-webkit-scrollbar {
    display: none;
  }

  .page-gallery .chip {
    min-height: 38px;
    padding: 0 14px;
    white-space: nowrap;
  }

  .page-gallery .gallery-category-grid {
    display: none;
  }

  .page-gallery .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 176px;
    gap: 10px;
    margin-top: 14px;
  }

  .page-gallery .gallery-card,
  .page-gallery .gallery-preview-grid .gallery-card,
  .page-gallery .gallery-card.is-featured {
    min-height: 0;
    border-radius: 20px;
  }

  .page-gallery .gallery-card.is-featured {
    grid-column: span 2;
    min-height: 250px;
  }

  .page-gallery .gallery-overlay,
  .page-gallery .gallery-card:not(.is-featured) .gallery-overlay {
    gap: 0;
    padding: 12px;
    background: linear-gradient(180deg, rgba(10, 24, 46, 0) 0%, rgba(10, 24, 46, 0.82) 100%);
  }

  .page-gallery .gallery-overlay-head {
    display: block;
  }

  .page-gallery .gallery-overlay .gallery-chip {
    display: none;
  }

  .page-gallery .gallery-zoom-icon,
  .page-gallery .gallery-card:not(.is-featured) .gallery-zoom-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 11px;
  }

  .page-gallery .gallery-overlay strong,
  .page-gallery .gallery-card:not(.is-featured) .gallery-overlay strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .page-gallery .gallery-card.is-featured .gallery-overlay strong {
    font-size: 17px;
  }
}
