:root {
  --bg: #eef5fb;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --panel: #f4f8fb;
  --ink: #1f2730;
  --muted: #5f6a75;
  --line: rgba(31, 39, 48, 0.12);
  --accent: #0f7bb2;
  --accent-soft: #d8ecf7;
  --max: 1180px;
  --shadow: 0 10px 28px rgba(18, 67, 104, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Aptos", "Segoe UI Variable Text", system-ui, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f8fbfe 0%, #eef5fb 52%, #e6f0f7 100%);
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.section-head {
  max-width: 760px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section-head h2,
.region h2,
.spotlight h2,
.contact h2 {
  margin: 0 0 0.9rem;
  font-family: "Bahnschrift", "Aptos", system-ui, sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.section-head p,
.region p,
.spotlight-points p,
.contact p,
.faq p,
.form-note,
.gallery-copy p,
.gallery-slider-note,
.gallery-data dd,
.gallery-data dt {
  color: var(--muted);
  line-height: 1.72;
  font-size: 0.98rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  border-bottom: 1px solid rgba(31, 39, 48, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: min(15.5rem, calc(100% - 4rem));
}

.brand-logo {
  width: 100%;
  height: auto;
  max-height: 7.5rem;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-direction: column;
}

.nav-toggle span {
  width: 1rem;
  height: 2px;
  background: currentColor;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: var(--muted);
}

.nav-links > a:not(.button) {
  font-weight: 700;
  font-size: 0.95rem;
}

.button,
.slider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  background: var(--accent);
  color: #f7fbfe;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible,
.slider-button:hover,
.slider-button:focus-visible {
  opacity: 0.92;
}

.button-secondary,
.button-ghost,
.slider-button {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}

.hero {
  position: relative;
  overflow: clip;
  min-height: 42rem;
  padding: clamp(4rem, 8vw, 6rem) 0 3rem;
  display: flex;
  align-items: flex-end;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 23, 29, 0.76) 0%, rgba(17, 23, 29, 0.56) 42%, rgba(17, 23, 29, 0.2) 100%);
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.1) 0%, rgba(10, 14, 18, 0.32) 100%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(16rem, 22rem);
  gap: 1rem;
  align-items: end;
}

.hero-copy {
  max-width: 44rem;
  color: #f7fbfe;
  padding: 2rem 0 1rem;
}

.hero-copy .eyebrow {
  color: #d8ecf7;
}

.hero-copy h1 {
  margin: 0;
  font-size: 3rem;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.lead {
  max-width: 42rem;
  margin: 1.1rem 0 0;
  color: rgba(247, 251, 254, 0.88);
  font-size: clamp(0.98rem, 1.5vw, 1.06rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.6rem 0;
}

.hero .button {
  background: #f7fbfe;
  color: var(--ink);
}

.hero .button-secondary {
  background: transparent;
  color: #f7fbfe;
  border-color: rgba(247, 251, 254, 0.42);
}

.trust-list,
.region-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
}

.trust-list {
  display: grid;
  gap: 0.65rem;
  color: rgba(247, 251, 254, 0.82);
  font-size: 0.95rem;
}

.trust-list li::before,
.region-list li::before {
  content: "+";
  margin-right: 0.65rem;
  color: #d8ecf7;
  font-weight: 800;
}

.hero-card,
.service-card,
.contact-card,
.faq-list details,
.timeline article,
.spotlight,
.proof-grid p,
.gallery-slider,
.gallery-slide {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-card,
.service-card,
.contact-card,
.faq-list details,
.timeline article,
.spotlight,
.proof-grid p,
.gallery-slider,
.gallery-slide,
.contact-card input,
.contact-card textarea,
.nav-toggle,
.button,
.slider-button {
  border-radius: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 42rem;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.9) contrast(1.02) brightness(0.88);
}

.hero-card {
  align-self: end;
  padding: 1rem;
  background: rgba(247, 251, 254, 0.92);
  border-color: rgba(247, 251, 254, 0.28);
}

.stat-card {
  padding: 1rem 1.05rem;
  background: var(--accent-soft);
  border: 1px solid rgba(15, 123, 178, 0.1);
}

.stat-card p,
.stat-grid span {
  color: var(--muted);
  margin: 0 0 0.4rem;
  font-size: 0.84rem;
}

.stat-card strong,
.stat-grid strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.stat-grid article {
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.75);
}

.proof {
  padding-bottom: 0.2rem;
}

.proof-grid,
.card-grid,
.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.proof-grid p,
.service-card,
.timeline article,
.contact-card {
  padding: 1.1rem;
}

.proof-grid p,
.service-card p,
.timeline p {
  margin: 0;
}

.service-card h3,
.timeline h3,
.gallery-copy h3 {
  margin: 0 0 0.7rem;
  font-size: 1.04rem;
  line-height: 1.3;
}

.gallery-slider {
  position: relative;
  padding: 0.8rem 2.9rem 1rem;
  background:
    radial-gradient(circle at top left, rgba(39, 167, 223, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 252, 0.94) 100%);
  border: 1px solid rgba(31, 39, 48, 0.08);
}

.gallery-slider-head {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
}

.gallery-slider-note {
  display: none;
}

.gallery-slider-actions,
.gallery-dots {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.gallery-slider-actions {
  width: 100%;
  justify-content: space-between;
  padding: 0 0.45rem;
}

.gallery-dots {
  justify-content: center;
  margin-top: 20px;
}

.gallery-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.gallery-slide {
  display: none;
  grid-template-columns: 1fr;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(31, 39, 48, 0.08);
}

.gallery-slide.is-active {
  display: grid;
}

.gallery-visual {
  background: #dce8f0;
}

.gallery-visual img {
  width: 100%;
  aspect-ratio: 4 / 4.8;
  height: auto;
  object-fit: cover;
}

.gallery-copy {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  padding: 0.9rem 0.95rem 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, #f4f9fc 100%);
}

.gallery-copy h3,
.gallery-copy p {
  margin: 0;
}

.gallery-copy h3 {
  font-size: 1rem;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.gallery-copy p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.gallery-meta {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.gallery-arrow {
  width: 2.85rem;
  min-width: 2.85rem;
  height: 2.85rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(31, 39, 48, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(18, 67, 104, 0.12);
  font-size: 1.15rem;
  line-height: 1;
  pointer-events: auto;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  background: #ffffff;
  border-color: rgba(15, 123, 178, 0.3);
}

.gallery-dot {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(31, 39, 48, 0.14);
  cursor: pointer;
}

.gallery-dot.is-active {
  width: 2rem;
  background: linear-gradient(90deg, #27a7df 0%, #0f7bb2 100%);
}

.project-videos .section-head {
  margin-bottom: 2rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.video-card {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.video-card,
.video-card video {
  border-radius: 0;
}

.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #d9e5ec;
}

.video-copy {
  display: grid;
  gap: 0.65rem;
  padding: 1rem 1.1rem 1.2rem;
}

.video-copy h3,
.video-copy p {
  margin: 0;
}
.spotlight {
  padding: 2.4rem 0;
  margin: 0 auto;
  width: min(calc(100% - 2rem), var(--max));
}

.spotlight-grid,
.region-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.6rem);
  align-items: start;
}

.spotlight-points {
  display: grid;
  gap: 0.75rem;
}

.spotlight-points p {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.56);
}

.timeline span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  background: var(--accent);
  color: #f7fbfe;
  font-weight: 800;
  font-size: 0.82rem;
}

.faq-list {
  display: grid;
  gap: 1.25rem;
}

.faq-list details {
  padding: 1rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
}

.contact-card {
  display: grid;
  gap: 0.9rem;
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.contact-channel {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.contact-channel strong {
  font-size: 0.96rem;
}

.contact-channel span {
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-card label {
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.contact-card input,
.contact-card textarea,
.contact-card select {
  width: 100%;
  border: 1px solid var(--line);
  padding: 0.9rem 0.95rem;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
}

.form-status {
  min-height: 1.4rem;
  margin: -0.15rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.form-status.is-success {
  color: #0e7a36;
}

.form-status.is-error {
  color: #a63b34;
}

.contact-card input:focus,
.contact-card textarea:focus,
.contact-card select:focus,
.nav-toggle:focus-visible,
.nav-links a:focus-visible,
.button:focus-visible,
.slider-button:focus-visible,
.gallery-dot:focus-visible {
  outline: 2px solid rgba(15, 123, 178, 0.35);
  outline-offset: 2px;
}


.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-banner__inner {
  width: min(100%, 58rem);
  margin-left: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(31, 39, 48, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(18, 67, 104, 0.16);
  backdrop-filter: blur(16px);
}

.cookie-banner__copy {
  display: grid;
  gap: 0.35rem;
}

.cookie-banner__copy strong {
  font-size: 0.98rem;
}

.cookie-banner__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.cookie-banner__button {
  min-width: 9.5rem;
}

.site-footer {
  padding: 2rem 0 3rem;
  color: var(--muted);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.footer-meta {
  display: flex;
  gap: 1.2rem;
  margin-top: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .gallery-slider {
    padding: 0.75rem 2.45rem 0.9rem;
  }

  .hero-shell,
  .proof-grid,
  .card-grid,
  .timeline,
  .spotlight-grid,
  .region-grid,
  .contact-grid,
  .stat-grid,
  .gallery-slide,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    height: auto;
    min-height: 0;
    object-fit: unset;
  }

  .contact-channels {
    grid-template-columns: 1fr;
  }

  .gallery-track {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gallery-visual img {
    aspect-ratio: 4 / 4.6;
    min-height: 18rem;
  }

  .gallery-copy {
    padding: 0.9rem;
  }
}

@media (max-width: 820px) {
  .cookie-banner__inner {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cookie-banner__actions {
    justify-content: stretch;
  }

  .gallery-slider {
    padding: 0.65rem 0.75rem 0.85rem;
  }

  .gallery-slider-head {
    inset: 50% 0 auto;
  }

  .gallery-slider-actions {
    padding: 0 0.2rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    padding: 0;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.75rem 1rem 1rem;
    background: rgba(238, 245, 251, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 0.85rem 0;
  }

  .footer-grid,
  .footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 20px;
  }

  .cookie-banner {
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .cookie-banner__inner {
    padding: 0.9rem;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-banner__button {
    width: 100%;
  }

  .gallery-arrow {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .container {
    width: min(calc(100% - 1.25rem), var(--max));
  }

  .hero-copy h1 {
    font-size: 1.6rem;
    line-height: 1;
  }

  .lead {
    font-size: 0.94rem;
  }

  .hero-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .gallery-slider-actions {
    display: flex;
    width: 100%;
  }
  .section {
    padding: 3.25rem 0;
  }

  .section-head {
    margin-bottom: 1.35rem;
  }

  .card-grid {
    gap: 0.65rem;
  }

  .service-card {
    padding: 0.8rem 0.85rem;
  }

  .service-card h3 {
    margin-bottom: 0.35rem;
    font-size: 0.96rem;
    line-height: 1.22;
  }

  .service-card p {
    font-size: 0.92rem;
    line-height: 1.48;
  }
}



