:root {
  --bg-primary: #ffffff;
  --bg-secondary: #f3f6f9;
  --bg-card: #ffffff;
  --bg-dark: #071422;
  --bg-dark-2: #0c1f33;
  --accent: #0170B9;
  --accent-light: #1a88d4;
  --accent-dark: #015a94;
  --accent-glow: rgba(1, 112, 185, 0.16);
  --text-primary: #0f172a;
  --text-secondary: #4b5565;
  --text-muted: #8a93a0;
  --text-on-dark: #ffffff;
  --border: #e5eaf0;
  --border-accent: rgba(1, 112, 185, 0.28);

  --font-heading: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: Inter, system-ui, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;

  --fs-hero: clamp(2.2rem, 5.4vw, 4.4rem);
  --fs-h1: clamp(1.8rem, 3.4vw, 2.9rem);
  --fs-h2: clamp(1.4rem, 2.4vw, 2.15rem);
  --fs-h3: clamp(1.08rem, 1.6vw, 1.35rem);
  --fs-body: 1rem;
  --fs-small: 0.875rem;
  --ls-wide: 0.12em;
  --ls-wider: 0.2em;

  --max-width: 1280px;
  --nav-height: 80px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --shadow-sm: 0 2px 8px rgba(7, 20, 34, 0.06);
  --shadow-md: 0 8px 28px rgba(7, 20, 34, 0.1);
  --shadow-lg: 0 18px 50px rgba(7, 20, 34, 0.16);

  --t-fast: 0.15s ease;
  --t-normal: 0.3s ease;
  --t-slow: 0.5s ease;
  --t-spring: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Local fonts (no Google Fonts CDN — IP stays on our host) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext-600-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/inter-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext-700-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/inter-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/plus-jakarta-sans-latin-ext-600-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/plus-jakarta-sans-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/plus-jakarta-sans-latin-ext-700-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/plus-jakarta-sans-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-height); font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--space-lg); }
@media (max-width: 768px) { .container { padding: 0 var(--space-sm); } }

.section { padding: var(--space-3xl) 0; }
@media (max-width: 768px) { .section { padding: var(--space-2xl) 0; } }
.section--muted { background: var(--bg-secondary); }
.section--dark { background: var(--bg-dark); color: var(--text-on-dark); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-sm);
}
.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--accent);
  flex-shrink: 0;
}

.section-header { margin-bottom: var(--space-2xl); max-width: 640px; }
h2 {
  font-family: var(--font-heading);
  font-size: var(--fs-h1);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: var(--space-sm);
}
.section-header h2 { margin-bottom: var(--space-sm); }
.section-header p { color: var(--text-secondary); font-size: 1.08rem; }
.section--dark .section-header p { color: rgba(255,255,255,0.72); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--t-slow), transform 0.7s var(--t-slow); }
.reveal.visible { opacity: 1; transform: none; }
.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.35s; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.7rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--t-normal);
  min-height: 44px;
}
.btn--primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn--primary:hover { background: var(--accent-light); border-color: var(--accent-light); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--text-primary); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.btn--ghost-light:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn--sm { padding: 0.5rem 1.1rem; font-size: 0.74rem; min-height: 40px; }

/* ——— NAV ——— */
.nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--nav-height);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-normal), box-shadow var(--t-normal);
}
.nav--scrolled {
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-sm);
}
.nav__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-lg);
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.nav__logo { flex-shrink: 0; display: flex; align-items: center; }
.nav__logo img { height: 42px; width: auto; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-left: auto;
}
.nav__links > li { position: relative; }
.nav__links > li > a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.55rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-primary);
  min-height: 44px;
}
.nav__links > li > a:hover,
.nav__links > li > a.is-active { color: var(--accent); }
.nav__caret {
  width: 8px; height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.55;
}
.nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  padding: 0.55rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all var(--t-fast);
  z-index: 20;
}
.nav__links > li:hover > .nav__dropdown,
.nav__links > li:focus-within > .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nav__dropdown a {
  display: block;
  padding: 0.55rem 1.1rem;
  font-size: 0.82rem;
  color: var(--text-secondary);
}
.nav__dropdown a:hover { color: var(--accent); background: var(--accent-glow); }
.nav__tools { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.nav__inner:not(:has(.nav__links)) .nav__tools { margin-left: auto; }
.lang {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.lang a {
  padding: 0.35rem 0.45rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--text-muted);
}
.lang a.is-active { color: var(--accent); }
.lang__sep { color: var(--border); }
.nav__burger {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav__burger span {
  display: block;
  width: 20px; height: 2px;
  background: var(--text-primary);
  transition: var(--t-fast);
}
.nav__burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.active span:nth-child(2) { opacity: 0; }
.nav__burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 480px) {
  .nav__logo img { height: 34px; }
  .nav__tools .btn { display: none; }
}
@media (max-width: 1180px) {
  .nav__inner { padding: 0 var(--space-sm); }
  .nav__burger { display: flex; }
  .nav__links {
    position: fixed;
    inset: var(--nav-height) 0 0 0;
    margin: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 0 2rem;
    overflow-y: auto;
    /* Stay in the viewport when closed — translateX(100%) inflated scrollWidth 2× */
    transform: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--t-normal), visibility var(--t-normal);
    border-top: 1px solid var(--border);
  }
  .nav__links.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav__links > li > a { padding: 0.9rem 1.25rem; font-size: 0.85rem; }
  .nav__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    display: none;
    background: var(--bg-secondary);
    min-width: 0;
    padding: 0.2rem 0 0.6rem;
  }
  .nav__links > li.open > .nav__dropdown { display: block; }
  .nav__caret { margin-left: auto; }
}

/* ——— HERO ——— */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--bg-dark);
  color: #fff;
}
.hero__slides { position: absolute; inset: 0; }
.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
}
.hero__slide.is-active { opacity: 1; }
.hero__slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: heroZoom 14s ease forwards;
}
@keyframes heroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}
.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,20,34,0.35) 0%, rgba(7,20,34,0.55) 40%, rgba(7,20,34,0.88) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 72px);
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0 5.5rem;
}
.hero h1 {
  font-family: var(--font-heading);
  font-size: var(--fs-hero);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.05;
  min-height: 2.2em;
  overflow-wrap: anywhere;
}
.hero h1 span {
  display: block;
  color: #7ec8f0;
}
.hero h1 span[hidden] { display: none; }
.hero__sub {
  max-width: 560px;
  margin: 1.1rem 0 1.8rem;
  color: rgba(255,255,255,0.78);
  font-size: 1.08rem;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero__dots {
  position: absolute;
  right: var(--space-lg);
  bottom: 2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.hero__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  min-height: auto;
}
.hero__dot.is-active { background: var(--accent-light); transform: scale(1.25); }
@media (max-width: 768px) {
  .hero { min-height: 78vh; }
  .hero__content { padding-bottom: 3.2rem; }
  .hero__dots { right: var(--space-sm); }
}

/* ——— OFFER ——— */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.offer-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius-md);
  min-height: 280px;
  background: var(--bg-dark);
  color: #fff;
}
.offer-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute; inset: 0;
  transition: transform 0.6s ease;
}
.offer-card:hover img { transform: scale(1.06); }
.offer-card__body {
  position: absolute;
  inset: auto 0 0;
  padding: 1.2rem 1.15rem 1.15rem;
  background: linear-gradient(transparent, rgba(7,20,34,0.92));
  z-index: 1;
}
.offer-card h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.35rem;
}
.offer-card span {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7ec8f0;
  font-weight: 700;
}
@media (max-width: 1024px) { .offer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 230px; }
}

/* ——— COUNTERS ——— */
.counters { background: var(--bg-dark); color: #fff; padding: 4.5rem 0; }
.counters__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}
.counter__num {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  color: #7ec8f0;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.counter__label {
  margin-top: 0.7rem;
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
}
@media (max-width: 700px) {
  .counters__grid { grid-template-columns: 1fr; gap: 1.75rem; }
}

/* ——— WHY / ABOUT ——— */
.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: start;
}
.why-copy p { color: var(--text-secondary); margin-bottom: 1rem; font-size: 1.05rem; }
.why-list { display: grid; gap: 1rem; }
.why-item {
  padding: 1.15rem 1.2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
}
.why-item h3 {
  font-family: var(--font-heading);
  font-size: 1.02rem;
  margin-bottom: 0.3rem;
}
.why-item p { color: var(--text-secondary); font-size: 0.92rem; margin: 0; }
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ——— PROCESS ——— */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.process-step {
  padding: 1.6rem 1.3rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  min-height: 100%;
}
.process-step__n {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 750;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.85rem;
}
.process-step h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.process-step p { color: var(--text-secondary); font-size: 0.92rem; }
@media (max-width: 900px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .process-grid { grid-template-columns: 1fr; } }

/* ——— GALLERY ——— */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  align-items: stretch;
}
.gallery-grid a {
  display: block;
  min-width: 0;
}
.gallery-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: var(--radius-sm);
}
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid img { height: 170px; }
}

/* ——— CLIENTS ——— */
.clients-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 2.5rem;
}
.clients-row img {
  height: 42px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: var(--t-normal);
}
.clients-row img:hover { filter: none; opacity: 1; }
@media (max-width: 700px) {
  .clients-row { justify-content: center; }
  .clients-row img { height: 34px; }
}

/* ——— JOBS ——— */
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.job-card {
  padding: 1.4rem 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
}
.job-card h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}
.job-card p { color: var(--text-secondary); font-size: 0.9rem; }
@media (max-width: 900px) { .jobs-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .jobs-grid { grid-template-columns: 1fr; } }

/* ——— DOWNLOADS ——— */
.dl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.dl-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 1.4rem;
  border: 1px solid var(--border);
  background: #fff;
  min-height: 88px;
}
.dl-card strong { display: block; font-family: var(--font-heading); margin-bottom: 0.15rem; }
.dl-card > div span { color: var(--text-secondary); font-size: 0.85rem; }
.dl-card .btn {
  flex-shrink: 0;
  min-width: 8.75rem;
  justify-content: center;
}
@media (max-width: 700px) { .dl-grid { grid-template-columns: 1fr; } }

/* ——— CONTACT ——— */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
}
.contact-block h3 {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.55rem;
}
.contact-block { margin-bottom: 1.6rem; }
.contact-block p, .contact-block a { color: var(--text-secondary); }
.contact-block a { color: var(--text-primary); font-weight: 600; }
.contact-block a:hover { color: var(--accent); }
.contact-cta {
  background: var(--bg-dark);
  color: #fff;
  padding: 2.2rem 2rem;
  border-radius: var(--radius-md);
}
.contact-cta p { color: rgba(255,255,255,0.72); margin: 0.6rem 0 1.4rem; }
.contact-cta .btn { width: 100%; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }

/* ——— MAP + SOCIAL (above footer) ——— */
.map-band {
  width: 100%;
  background: #c9d6e0;
  overflow: hidden;
}
.map-embed {
  position: relative;
  width: 100%;
  height: 340px;
}
.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-embed__ph {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.5rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(1,112,185,0.2), transparent 46%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.28) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.28) 0 1px, transparent 1px 52px),
    #c5d4de;
}
.map-embed.is-loaded .map-embed__ph { display: none; }
.map-embed__pin {
  width: 28px;
  height: 28px;
  color: #d93025;
}
.map-embed__addr {
  margin: 0;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.95rem;
  max-width: 28rem;
}
.map-embed__hint {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--fs-small);
  max-width: 28rem;
}
@media (max-width: 768px) { .map-embed { height: 260px; } }

.social-band {
  background: var(--bg-secondary);
  padding: 1.35rem 1rem;
  border-bottom: 1px solid var(--border);
}
.social-band__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.social-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform var(--t-fast), filter var(--t-fast);
}
.social-icon svg { width: 22px; height: 22px; fill: currentColor; display: block; }
.social-icon--fb { background: #1877F2; }
.social-icon--ig { background: #1a1a1a; }
.social-icon--li { background: var(--accent); }
.social-icon:hover { transform: translateY(-2px); filter: brightness(1.08); color: #fff; }

/* ——— FOOTER ——— */
.footer { background: var(--bg-dark); color: rgba(255,255,255,0.78); padding: 3.5rem 0 0; }
.footer a:hover { color: #fff; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}
.footer__brand img { height: 40px; width: auto; margin-bottom: 0.9rem; filter: brightness(0) invert(1); opacity: 0.92; }
.footer h4 {
  font-size: 0.72rem;
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: #7ec8f0;
  margin-bottom: 0.85rem;
}
.footer li { margin-bottom: 0.4rem; font-size: 0.9rem; }
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.1rem 0 1.3rem;
  font-size: 0.8rem;
}
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* Lightbulb + cookies (from partials, themed) */
.lb-credit {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity var(--t-fast);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.lb-credit:hover { opacity: 1; }
.lb-credit__icon { width: 14px; height: 14px; display: block; }
.lb-credit__name { font-weight: 600; }

.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--bg-dark);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 1.1rem 1.5rem;
}
.cookie-banner.hidden { display: none; }
.cookie-banner__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.cookie-banner__text { font-size: 0.8rem; line-height: 1.55; color: rgba(255,255,255,0.72); margin: 0; }
.cookie-banner__link { color: #7ec8f0; text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 0.6rem; flex-shrink: 0; }
.cookie-banner__btn {
  padding: 0.55rem 1.2rem;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  min-height: 44px;
}
.cookie-banner__btn--accept {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.cookie-banner__btn--decline {
  background: transparent;
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.2);
}
@media (max-width: 640px) {
  .cookie-banner { padding: 1rem var(--space-sm); }
  .cookie-banner__inner { flex-direction: column; align-items: stretch; }
  .cookie-banner__actions { width: 100%; flex-direction: column; }
  .cookie-banner__btn { width: 100%; }
}

/* policy page */
.policy-wrap { max-width: 760px; margin: 0 auto; padding: 3rem var(--space-sm) 5rem; }
.policy-wrap h1 { font-family: var(--font-heading); font-size: var(--fs-h1); margin: 0.4rem 0 1rem; }
.policy-wrap h2 { font-family: var(--font-heading); font-size: 1.15rem; margin: 2rem 0 0.55rem; }
.policy-wrap p, .policy-wrap li { color: var(--text-secondary); }
.policy-wrap ul { list-style: disc; padding-left: 1.2rem; margin: 0.4rem 0 1rem; }
.policy-wrap a { color: var(--accent); text-decoration: underline; }

/* ——— SUBPAGES ——— */
.page-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--bg-dark);
  color: #fff;
  padding: 5.2rem 0 2.6rem;
}
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.42;
  transform: scale(1.04);
}
.page-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,20,34,0.4) 0%, rgba(7,20,34,0.88) 100%);
  pointer-events: none;
}
.page-hero__content { position: relative; z-index: 2; width: 100%; }
.page-hero h1 {
  font-family: var(--font-heading);
  font-size: var(--fs-h1);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.12;
  max-width: 18ch;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.62);
  margin-bottom: 0.85rem;
}
.breadcrumb a { color: #7ec8f0; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span[aria-hidden] { opacity: 0.45; }

.page-wrap { padding: var(--space-3xl) 0; }
@media (max-width: 768px) { .page-wrap { padding: var(--space-2xl) 0; } }
.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 3.2rem;
  align-items: start;
}
@media (max-width: 900px) { .page-layout { grid-template-columns: 1fr; gap: 2.2rem; } }

.prose { max-width: 760px; }
.prose p, .prose li { color: var(--text-secondary); }
.prose p { margin-bottom: 1rem; font-size: 1.04rem; }
.prose h2, .prose h3 {
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin: 2rem 0 0.7rem;
}
.prose h2 { font-size: var(--fs-h2); }
.prose h3 { font-size: var(--fs-h3); }
.prose ul, .prose ol { padding-left: 1.25rem; margin: 0.4rem 0 1.2rem; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: 0.35rem; }
.prose a { color: var(--accent); font-weight: 600; }
.prose a:hover { text-decoration: underline; }
.prose strong, .prose b { color: var(--text-primary); font-weight: 650; }
.prose__fig { margin: 1.4rem 0 1.8rem; }
.prose__fig img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
}
.prose__num {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 750;
  color: var(--accent);
  letter-spacing: -0.04em;
  margin: 1.8rem 0 0.2rem;
  line-height: 1;
}

.page-aside {
  position: sticky;
  top: calc(var(--nav-height) + 1.2rem);
  padding: 1.3rem 1.25rem 1.4rem;
  border: 1px solid var(--border);
  background: var(--bg-secondary);
}
.page-aside h2 {
  font-size: 0.72rem;
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.85rem;
}
.page-aside ul { margin: 0 0 1.2rem; }
.page-aside li { margin-bottom: 0.35rem; }
.page-aside a {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.page-aside a:hover, .page-aside a.is-active { color: var(--accent); }
.page-aside .btn { width: 100%; margin-top: 0.3rem; }
@media (max-width: 900px) { .page-aside { position: static; } }

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 900px) { .hub-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .hub-grid { grid-template-columns: 1fr; } }

.cta-band {
  background: var(--bg-dark);
  color: #fff;
  padding: 3.2rem 0;
}
.cta-band h2 { color: #fff; margin-bottom: 0.5rem; }
.cta-band p { color: rgba(255,255,255,0.72); margin-bottom: 1.3rem; max-width: 520px; }
.cta-band__row { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.job-full { max-width: 760px; }
.job-full h3 {
  font-family: var(--font-heading);
  font-size: var(--fs-h3);
  margin: 2rem 0 0.55rem;
  padding-top: 0.4rem;
  border-top: 1px solid var(--border);
}
.job-full h3:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.job-full ul { list-style: disc; padding-left: 1.25rem; margin: 0.3rem 0 1rem; }
.job-full li { color: var(--text-secondary); margin-bottom: 0.3rem; }
.job-full p { color: var(--text-secondary); margin-bottom: 0.85rem; }

.benefits-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.6rem 0 0.4rem;
}
@media (max-width: 700px) { .benefits-row { grid-template-columns: 1fr; } }
