:root {
  --blue: #82b5de;
  --blue-deep: #2d74aa;
  --ink: #071014;
  --ink-soft: #23323a;
  --muted: #6c7c85;
  --paper: #f7fbfe;
  --white: #ffffff;
  --line: rgba(7, 16, 20, 0.12);
  --shadow: 0 24px 70px rgba(7, 16, 20, 0.18);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 90;
  display: flex;
  width: min(1180px, calc(100% - 28px));
  align-items: center;
  gap: 22px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 50px rgba(7, 16, 20, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 250ms ease, transform 250ms ease, box-shadow 250ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 60px rgba(7, 16, 20, 0.18);
}

.brand {
  display: grid;
  width: 172px;
  height: 56px;
  align-items: center;
}

.brand img,
.offcanvas-top img,
.site-footer img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(7, 16, 20, 0.1));
}

.desktop-nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 6px;
}

.desktop-nav a {
  border-radius: 999px;
  padding: 11px 14px;
  color: rgba(7, 16, 20, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.desktop-nav a:hover {
  background: rgba(130, 181, 222, 0.2);
  color: var(--ink);
  transform: translateY(-1px);
}

.header-phone {
  border-radius: 999px;
  padding: 13px 18px;
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 4px;
  background: var(--white);
}

.offcanvas {
  position: fixed;
  inset: 0;
  z-index: 110;
  pointer-events: none;
  background: rgba(7, 16, 20, 0);
  transition: background 260ms ease;
}

.offcanvas.is-open {
  pointer-events: auto;
  background: rgba(7, 16, 20, 0.58);
}

.offcanvas-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(420px, 92vw);
  height: 100%;
  flex-direction: column;
  gap: 28px;
  padding: 24px;
  background: linear-gradient(165deg, #ffffff, #e9f5ff);
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.26);
  transform: translateX(105%);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.offcanvas.is-open .offcanvas-panel {
  transform: translateX(0);
}

.offcanvas-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-top img {
  width: 180px;
}

.close-menu {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.mobile-nav {
  display: grid;
  gap: 8px;
}

.mobile-nav a {
  border-bottom: 1px solid var(--line);
  padding: 16px 4px;
  font-size: 1.35rem;
  font-weight: 900;
}

.offcanvas-card {
  margin-top: auto;
  border-radius: 24px;
  padding: 22px;
  color: var(--white);
  background: linear-gradient(145deg, var(--ink), #164b72);
}

.offcanvas-card span,
.offcanvas-card a {
  color: var(--blue);
  font-weight: 900;
}

.offcanvas-card strong {
  display: block;
  margin: 10px 0 18px;
  font-size: 1.35rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.band-bg,
.contact-bg {
  position: absolute;
  inset: -10% 0;
  background-position: center;
  background-size: cover;
  will-change: transform;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=2400&q=86");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 30%, rgba(130, 181, 222, 0.42), transparent 32%),
    linear-gradient(105deg, rgba(7, 16, 20, 0.94) 0%, rgba(7, 16, 20, 0.68) 46%, rgba(7, 16, 20, 0.34) 100%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1180px, calc(100% - 32px));
  min-height: 100svh;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: 50px;
  align-items: center;
  padding: 132px 0 70px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow,
.parallax-band .eyebrow,
.contact .eyebrow {
  color: var(--blue);
}

.eyebrow::before {
  width: 36px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: -0.055em;
  line-height: 0.95;
}

h1 {
  max-width: 780px;
  margin: 18px 0 24px;
  font-size: clamp(3.6rem, 8.3vw, 8.6rem);
  font-weight: 950;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  font-weight: 950;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.hero-lede {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

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

.btn-primary {
  color: var(--ink);
  background: var(--blue);
  box-shadow: 0 18px 44px rgba(130, 181, 222, 0.34);
}

.btn-glass {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.btn-light {
  color: var(--ink);
  background: var(--white);
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.trust-row {
  margin-top: 32px;
}

.trust-row span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.trust-row strong {
  color: var(--white);
}

.hero-showcase {
  position: relative;
  min-height: 640px;
}

.showcase-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-card.large {
  inset: 80px 58px 52px 0;
}

.showcase-card.small {
  right: 0;
  width: 46%;
  height: 220px;
}

.top-card {
  top: 28px;
}

.bottom-card {
  bottom: 0;
}

.floating-badge {
  position: absolute;
  right: 18px;
  bottom: 238px;
  max-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  padding: 18px;
  color: var(--white);
  background: rgba(7, 16, 20, 0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.floating-badge span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-badge strong {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}

.scroll-cue {
  position: absolute;
  right: 34px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 72px;
  place-items: start center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding-top: 12px;
}

.scroll-cue span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--white);
  animation: scrollDot 1.6s infinite;
}

@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(34px); opacity: 0; }
}

.quick-contact {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1080px, calc(100% - 32px));
  margin: -44px auto 0;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 26px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quick-contact a {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.quick-contact a:last-child {
  border-right: 0;
}

.quick-contact span,
.contact-grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-contact strong,
.contact-grid strong {
  font-size: 1.04rem;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.section-heading p,
.team-copy p,
.awards-copy p,
.area-copy p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.section-heading.split {
  display: grid;
  max-width: none;
  grid-template-columns: 1fr 0.72fr;
  gap: 42px;
  align-items: end;
}

.section-heading.compact {
  max-width: 680px;
  text-align: left;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  padding: 24px;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}

.service-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 16, 20, 0.24), rgba(7, 16, 20, 0.92));
  content: "";
}

.service-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

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

.service-number {
  display: inline-flex;
  margin-bottom: 150px;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--blue);
  font-weight: 950;
}

.service-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.parallax-band {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
}

.band-bg {
  background-image: linear-gradient(rgba(7, 16, 20, 0.38), rgba(7, 16, 20, 0.62)), url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2200&q=84");
}

.band-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  min-height: 520px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}

.band-content span {
  color: var(--blue);
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.band-content h2 {
  max-width: 820px;
  margin: 16px 0 26px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.timeline-line {
  position: absolute;
  top: 38px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-deep), transparent);
}

.step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(7, 16, 20, 0.08);
}

.step span {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-weight: 950;
}

.step p {
  color: var(--muted);
  line-height: 1.65;
}

.gallery-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.gallery-controls button,
.carousel-controls button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 18px;
  background: var(--white);
  font-weight: 900;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.gallery-controls button.active,
.gallery-controls button:hover,
.carousel-controls button:hover {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-1px);
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 210px;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: var(--ink);
  cursor: zoom-in;
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, opacity 300ms ease;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 16, 20, 0.82));
  content: "";
}

.gallery-item span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: var(--white);
  font-weight: 950;
  text-align: left;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.awards {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.award-carousel {
  position: relative;
  min-height: 430px;
  perspective: 1200px;
}

.award-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 30px;
  padding: 22px;
  background: linear-gradient(145deg, #ffffff, #e7f4ff);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateX(34px) rotateY(-12deg) scale(0.94);
  transition: opacity 350ms ease, transform 350ms ease;
}

.award-slide.active {
  opacity: 1;
  transform: translateX(0) rotateY(0) scale(1);
}

.award-slide img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  border-radius: 18px;
}

.award-slide span {
  margin-top: 16px;
  color: var(--blue-deep);
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.carousel-controls {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.team {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 58px;
  align-items: center;
}

.team-media {
  position: relative;
}

.team-media img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.team-card {
  position: absolute;
  right: -22px;
  bottom: 28px;
  max-width: 270px;
  border-radius: 24px;
  padding: 20px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.team-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
}

.area-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 36px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.area-map {
  position: relative;
  min-height: 480px;
  background:
    radial-gradient(circle at 35% 28%, rgba(130, 181, 222, 0.62), transparent 16%),
    radial-gradient(circle at 70% 72%, rgba(45, 116, 170, 0.36), transparent 18%),
    linear-gradient(145deg, #102430, #061014);
}

.area-map::before {
  position: absolute;
  inset: 44px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.pin {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(130, 181, 222, 0.32);
  font-size: 0.78rem;
  font-weight: 950;
}

.pin::before {
  position: absolute;
  left: 16px;
  bottom: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: currentColor;
  color: var(--blue);
  content: "";
}

.pin-main { left: 44%; top: 42%; }
.pin-two { left: 26%; top: 58%; }
.pin-three { left: 16%; top: 22%; }
.pin-four { left: 58%; top: 68%; }

.area-copy {
  padding: 54px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.chip-list span {
  border: 1px solid rgba(45, 116, 170, 0.18);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(130, 181, 222, 0.12);
  font-weight: 850;
}

.contact {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 110px 16px;
}

.contact-bg {
  background-image: linear-gradient(rgba(7, 16, 20, 0.52), rgba(7, 16, 20, 0.78)), url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=84");
}

.contact-card {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 36px;
  padding: clamp(26px, 5vw, 58px);
  color: var(--white);
  background: rgba(7, 16, 20, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.contact-grid a {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-grid span {
  color: var(--blue);
}

.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

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

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 15px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(130, 181, 222, 0.18);
}

.quote-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  grid-template-columns: 180px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 36px 0;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--blue-deep);
  font-weight: 950;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 22px;
  pointer-events: none;
  background: rgba(7, 16, 20, 0);
  opacity: 0;
  transition: opacity 240ms ease, background 240ms ease;
}

.lightbox.is-open {
  pointer-events: auto;
  background: rgba(7, 16, 20, 0.86);
  opacity: 1;
}

.lightbox img {
  max-width: min(1100px, 96vw);
  max-height: 86vh;
  border-radius: 24px;
  box-shadow: var(--shadow);
  transform: scale(0.94);
  transition: transform 240ms ease;
}

.lightbox.is-open img {
  transform: scale(1);
}

.lightbox button {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.reveal-up,
.reveal-scale,
.section-animate {
  opacity: 0;
}

.reveal-up {
  transform: translateY(28px);
}

.reveal-scale {
  transform: scale(0.96);
}

.is-visible .reveal-up,
.is-visible.reveal-up {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.is-visible .reveal-scale,
.is-visible.reveal-scale {
  opacity: 1;
  transform: scale(1);
  transition: opacity 850ms ease, transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.section-animate.is-visible {
  opacity: 1;
  transition: opacity 500ms ease;
}

.is-visible .reveal-up:nth-child(2) { transition-delay: 80ms; }
.is-visible .reveal-up:nth-child(3) { transition-delay: 150ms; }
.is-visible .reveal-up:nth-child(4) { transition-delay: 220ms; }
.is-visible .reveal-up:nth-child(5) { transition-delay: 290ms; }

@media (max-width: 980px) {
  .desktop-nav,
  .header-phone {
    display: none;
  }

  .site-header {
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .hero-shell,
  .section-heading.split,
  .awards,
  .team,
  .area-panel {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    gap: 20px;
    padding-top: 118px;
  }

  .hero-showcase {
    min-height: 470px;
  }

  .showcase-card.large {
    inset: 38px 72px 34px 0;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-contact,
  .contact-grid,
  .timeline,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .quick-contact a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-contact a:last-child {
    border-bottom: 0;
  }

  .timeline-line {
    display: none;
  }

  .award-carousel {
    min-height: 360px;
  }

  .team-card {
    right: 18px;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 18px);
    padding: 9px 10px 9px 14px;
  }

  .brand {
    width: 132px;
  }

  h1 {
    font-size: clamp(3.15rem, 17vw, 5.4rem);
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 3.8rem);
  }

  .hero-shell {
    width: min(100% - 24px, 1180px);
    padding-bottom: 34px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .trust-row span {
    width: 100%;
  }

  .hero-showcase {
    min-height: 410px;
  }

  .showcase-card.large {
    inset: 32px 52px 42px 0;
    border-radius: 26px;
  }

  .showcase-card.small {
    width: 42%;
    height: 156px;
    border-radius: 20px;
  }

  .floating-badge {
    right: 8px;
    bottom: 190px;
    max-width: 176px;
    padding: 14px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 76px 0;
  }

  .quick-contact {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 370px;
  }

  .gallery-grid {
    grid-auto-rows: 260px;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .parallax-band,
  .band-content {
    min-height: 460px;
  }

  .area-map {
    min-height: 360px;
  }

  .area-copy {
    padding: 30px;
  }

  .contact {
    padding: 74px 12px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .site-footer img {
    width: 170px;
  }
}

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

  .reveal-up,
  .reveal-scale,
  .section-animate {
    opacity: 1;
    transform: none;
  }
}

/* Revision pass: tighter scale, stronger motion, richer polish. */
.site-header {
  gap: 16px;
  padding: 8px 12px 8px 18px;
}

.brand {
  width: 172px;
  height: 58px;
  overflow: visible;
}

.brand img {
  height: auto;
  object-fit: contain;
}

.desktop-nav a {
  padding: 10px 13px;
}

.header-phone {
  padding: 12px 17px;
}

.hero {
  min-height: 92svh;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=2400&q=86");
  filter: saturate(0.9) contrast(1.08);
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.48;
}

.hero-overlay {
  background:
    radial-gradient(circle at 22% 20%, rgba(130, 181, 222, 0.42), transparent 30%),
    radial-gradient(circle at 78% 66%, rgba(130, 181, 222, 0.28), transparent 24%),
    linear-gradient(112deg, rgba(7, 16, 20, 0.92) 0%, rgba(7, 16, 20, 0.78) 43%, rgba(7, 16, 20, 0.52) 100%);
}

.hero-shell {
  min-height: 92svh;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.86fr);
  gap: 64px;
  padding: 128px 0 74px;
}

h1,
h2 {
  letter-spacing: -0.045em;
  line-height: 1;
}

h1 {
  max-width: 740px;
  margin: 20px 0 22px;
  font-size: clamp(3rem, 5.9vw, 6.35rem);
  font-weight: 920;
}

h2 {
  font-size: clamp(2.05rem, 3.8vw, 4.15rem);
  font-weight: 920;
}

.hero-lede {
  max-width: 600px;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  position: absolute;
  inset: -45% auto -45% -40%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.76), transparent);
  content: "";
  transform: skewX(-18deg) translateX(-170%);
}

.btn:hover::after,
.is-visible .btn-primary::after {
  animation: buttonShine 1150ms ease;
}

@keyframes buttonShine {
  to { transform: skewX(-18deg) translateX(560%); }
}

.hero-showcase {
  min-height: 560px;
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), var(--shadow);
  backdrop-filter: blur(12px);
}

.showcase-card.large {
  inset: 42px 74px 86px 32px;
}

.showcase-card.small {
  width: 42%;
  height: 190px;
}

.top-card {
  top: 84px;
}

.bottom-card {
  bottom: 32px;
}

.floating-badge {
  bottom: 236px;
}

.hero-meter {
  position: absolute;
  left: 34px;
  right: 54px;
  bottom: 26px;
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-meter div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-meter i {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), #ffffff, var(--blue-deep));
  animation: meterPulse 2.8s ease-in-out infinite;
}

@keyframes meterPulse {
  0%, 100% { transform: translateX(-8%); filter: brightness(1); }
  50% { transform: translateX(18%); filter: brightness(1.35); }
}

.hero-piece {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
  animation: heroIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-copy .hero-piece:nth-child(1) { animation-delay: 180ms; }
.hero-copy .hero-piece:nth-child(2) { animation-delay: 620ms; }
.hero-copy .hero-piece:nth-child(4) { animation-delay: 1220ms; }
.hero-copy .hero-piece:nth-child(5) { animation-delay: 1700ms; }
.hero-showcase.hero-piece { animation-delay: 2150ms; }

@keyframes heroIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.section {
  padding: 92px 0;
}

.section-heading {
  margin-bottom: 38px;
}

.service-card,
.step,
.gallery-item,
.award-slide,
.contact-grid a {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-card:hover,
.step:hover,
.gallery-item:hover,
.contact-grid a:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(7, 16, 20, 0.2);
}

.service-number {
  margin-bottom: 136px;
}

.reveal-up {
  transform: translateY(52px);
}

.is-visible .reveal-up,
.is-visible.reveal-up {
  transition: opacity 900ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.services,
.work,
.process,
.awards,
.team,
.areas {
  position: relative;
}

.services::before,
.work::before,
.process::before,
.awards::before,
.team::before,
.areas::before {
  position: absolute;
  top: 70px;
  left: -8%;
  z-index: 0;
  width: 34%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  content: "";
  opacity: 0;
}

.services.is-visible::before,
.work.is-visible::before,
.process.is-visible::before,
.awards.is-visible::before,
.team.is-visible::before,
.areas.is-visible::before {
  animation: sectionSweep 1300ms ease both;
}

@keyframes sectionSweep {
  0% { opacity: 0; transform: translateX(-90px); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateX(520px); }
}

.site-footer {
  display: block;
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 24px;
  overflow: hidden;
  border-radius: 34px;
  color: rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at 12% 12%, rgba(130, 181, 222, 0.28), transparent 30%),
    linear-gradient(145deg, #071014, #102b3d);
  box-shadow: var(--shadow);
}

.site-footer p {
  max-width: 520px;
  margin: 16px 0 0;
  line-height: 1.65;
}

.site-footer a {
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.55fr 0.8fr;
  gap: 34px;
  padding: 42px;
}

.footer-main img {
  width: 190px;
  padding: 8px 0;
  filter: brightness(0) invert(1) drop-shadow(0 8px 20px rgba(0, 0, 0, 0.22));
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-links a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 900;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover {
  color: var(--blue);
  transform: translateX(4px);
}

.footer-cta {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-cta span {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 950;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 42px;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-showcase {
    min-height: 470px;
  }

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

@media (max-width: 640px) {
  .brand {
    width: 146px;
    height: 50px;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2rem, 9.4vw, 3.15rem);
  }

  .hero-shell {
    padding-top: 116px;
  }

  .hero-showcase {
    min-height: 420px;
  }

  .showcase-card.large {
    inset: 34px 54px 78px 14px;
  }

  .top-card {
    top: 74px;
  }

  .bottom-card {
    bottom: 48px;
  }

  .hero-meter {
    left: 18px;
    right: 24px;
  }

  .floating-badge {
    bottom: 196px;
  }

  .section {
    padding: 74px 0;
  }

  .footer-main,
  .footer-bottom {
    padding: 26px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-piece,
  .hero-meter i,
  .services.is-visible::before,
  .work.is-visible::before,
  .process.is-visible::before,
  .awards.is-visible::before,
  .team.is-visible::before,
  .areas.is-visible::before {
    animation: none !important;
  }

  .hero-piece {
    opacity: 1;
    transform: none;
  }
}
