@import url('https://fonts.googleapis.com/css2?family=Fjord+One&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap');

:root {
  --ink:        #0F1923;
  --ink-mid:    #1E2E3D;
  --ink-soft:   #2C4258;
  --tide:       #1B5C8A;
  --tide-light: #2A7DB5;
  --mist:       #E8EFF5;
  --fog:        #F4F7FA;
  --steel:      #8FA8BF;
  --slate:      #5A7A96;
  --rust:       #C45C2A;
  --rust-lt:    #E07040;
  --white:      #FAFCFE;
  --serif:      'Fjord One', Georgia, serif;
  --sans:       'DM Sans', system-ui, sans-serif;
  --mono:       'DM Mono', monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── LOGO ── */
.logo { display: inline-flex; flex-direction: column; line-height: 1; gap: 2px; }
.logo-top { font-family: var(--serif); font-size: 22px; letter-spacing: 0.02em; }
.logo-bottom { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; }
.logo-light .logo-top { color: var(--white); }
.logo-light .logo-bottom { color: var(--tide-light); }
.logo-footer .logo-top { color: rgba(250,252,254,0.85); }
.logo-footer .logo-bottom { color: var(--tide-light); }

/* ── NAV ── */
.site-nav { position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 28px 6vw; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(250,252,254,0.65); transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { background: var(--rust); color: var(--white) !important; padding: 10px 22px; border-radius: 3px; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--rust-lt) !important; }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--rust); color: var(--white); font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: 0.04em; padding: 15px 32px; border-radius: 3px; border: none; cursor: pointer; transition: background 0.2s, transform 0.2s; }
.btn-primary:hover { background: var(--rust-lt); transform: translateY(-1px); color: var(--white); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: rgba(250,252,254,0.55); transition: color 0.2s; }
.btn-ghost:hover { color: var(--white); }

/* ── SHARED SECTION ── */
.section { padding: 96px 6vw; }
.tag { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--tide); display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.tag::before { content: ''; width: 24px; height: 1px; background: var(--tide); }
.tag-light { color: var(--tide-light); }
.tag-light::before { background: var(--tide-light); }
.h2 { font-family: var(--serif); font-size: clamp(32px, 4.5vw, 56px); font-weight: 400; line-height: 1.08; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 18px; }
.h2 em { font-style: italic; color: var(--slate); }
.h2-light { color: var(--white); }
.h2-light em { color: rgba(250,252,254,0.4); }
.body-text { font-size: 16px; line-height: 1.75; color: #4A6277; }
.body-text-light { color: rgba(250,252,254,0.55); }

/* ── HERO ── */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 6vw 80px; overflow: hidden; background: var(--ink); }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 70% 30%, rgba(27,92,138,0.35) 0%, transparent 70%), linear-gradient(180deg, #0a1520 0%, #0F1923 55%, #1a2d3f 100%); z-index: 0; }
.hero-water { position: absolute; inset: 0; z-index: 1; opacity: 0.07; background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(139,180,220,0.8) 28px, rgba(139,180,220,0.8) 29px); }
.hero-slash { position: absolute; top: 0; right: 0; width: 55%; height: 100%; clip-path: polygon(28% 0, 100% 0, 100% 100%, 8% 100%); background: linear-gradient(160deg, rgba(27,92,138,0.12) 0%, rgba(27,92,138,0.04) 100%); border-left: 1px solid rgba(42,125,181,0.18); z-index: 2; }
.hero-watermark { position: absolute; bottom: -30px; right: -20px; font-family: var(--serif); font-size: clamp(100px, 18vw, 220px); color: rgba(27,92,138,0.06); letter-spacing: -4px; line-height: 1; pointer-events: none; z-index: 2; white-space: nowrap; }
.hero-content { position: relative; z-index: 4; max-width: 700px; animation: rise 0.9s ease both; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow-line { width: 32px; height: 1px; background: var(--tide-light); }
.eyebrow-text { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--tide-light); }
.hero h1 { font-family: var(--serif); font-size: clamp(44px, 7vw, 92px); font-weight: 400; line-height: 1.0; color: var(--white); margin-bottom: 28px; letter-spacing: -0.01em; }
.hero h1 em { font-style: italic; color: rgba(250,252,254,0.45); }
.hero-desc { font-size: clamp(15px, 1.6vw, 17px); line-height: 1.75; color: rgba(250,252,254,0.6); max-width: 520px; margin-bottom: 44px; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-stats { position: absolute; bottom: 0; left: 0; right: 0; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(250,252,254,0.08); }
.hstat { padding: 20px 6vw; border-right: 1px solid rgba(250,252,254,0.06); }
.hstat:last-child { border-right: none; }
.hstat-val { font-family: var(--serif); font-size: 26px; color: var(--white); margin-bottom: 2px; }
.hstat-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,252,254,0.3); }

/* ── TRUST ── */
.trust { background: var(--tide); padding: 14px 6vw; display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.trust-item { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(250,252,254,0.8); display: flex; align-items: center; gap: 8px; }
.trust-item::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--rust-lt); }
.trust-div { width: 1px; height: 16px; background: rgba(250,252,254,0.15); }

/* ── SERVICES ── */
.services { background: var(--fog); }
.services-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 56px; }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px; background: var(--mist); }
.svc-card { background: var(--white); padding: 40px 32px 36px; position: relative; overflow: hidden; transition: background 0.25s; }
.svc-card::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: var(--tide); transition: width 0.35s ease; }
.svc-card:hover { background: #fafcff; }
.svc-card:hover::after { width: 100%; }
.svc-num { font-family: var(--mono); font-size: 11px; color: var(--steel); letter-spacing: 0.12em; margin-bottom: 20px; }
.svc-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--ink); margin-bottom: 12px; line-height: 1.2; }
.svc-card p { font-size: 14px; line-height: 1.7; color: #5A7A96; margin-bottom: 24px; }
.svc-arrow { font-size: 18px; color: var(--tide); display: inline-block; transition: transform 0.2s; }
.svc-card:hover .svc-arrow { transform: translateX(5px); }
.svc-skeleton { background: var(--white); padding: 40px 32px 36px; }
.skeleton-line { background: var(--mist); border-radius: 3px; margin-bottom: 12px; animation: shimmer 1.4s ease infinite; }
@keyframes shimmer { 0%,100%{opacity:1} 50%{opacity:0.5} }

/* ══════════════════════════════════════════════════
   GALLERY  — horizontal scroll-strip, two rows
══════════════════════════════════════════════════ */
.gallery-section {
  background: var(--ink);
  padding: 80px 0 80px; /* no side padding — tracks bleed to edges */
  overflow: hidden;
}

.gallery-header {
  padding: 0 6vw 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.gallery-header .h2 { color: var(--white); margin-bottom: 0; }
.gallery-hint {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,252,254,0.25);
  display: flex;
  align-items: center;
  gap: 8px;
}
.gallery-hint::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: rgba(250,252,254,0.2);
}

/* One row per category */
.gallery-group-heading {
  padding: 0 6vw 16px;
  margin-top: 40px;
}
.gallery-group-heading:first-child { margin-top: 0; }
.gallery-group-label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tide-light);
  padding-left: 18px;
  border-left: 2px solid var(--tide);
}

/* The scrollable track */
.gallery-track-wrap {
  position: relative;
}
.gallery-track {
  display: flex;
  gap: 4px;
  padding: 0 6vw;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  cursor: grab;
}
.gallery-track:active { cursor: grabbing; }
.gallery-track::-webkit-scrollbar { display: none; }

/* Each card */
.gallery-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background: var(--ink-mid);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-card:hover { transform: translateY(-4px); }
.gallery-card:focus-visible { outline: 2px solid var(--tide-light); outline-offset: 2px; }

.gallery-card-img-wrap {
  width: 320px;
  height: 240px;
  overflow: hidden;
  background: var(--ink-mid);
}
.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.5s ease;
}
.gallery-card-img.loaded { opacity: 1; }
.gallery-card:hover .gallery-card-img { transform: scale(1.04); }
.img-error .gallery-card-img-wrap::after {
  content: 'Photo unavailable';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250,252,254,0.2);
}

/* Caption bar at bottom of card */
.gallery-card-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 16px 14px;
  background: linear-gradient(transparent, rgba(8,14,22,0.82));
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250,252,254,0.55);
  transform: translateY(4px);
  transition: transform 0.25s, color 0.25s;
}
.gallery-card:hover .gallery-card-caption {
  transform: translateY(0);
  color: rgba(250,252,254,0.85);
}

/* Scroll nav arrows */
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 calc(6vw - 20px);
  pointer-events: none;
  z-index: 4;
}
.gallery-nav-btn {
  pointer-events: all;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(10,18,28,0.7);
  border: 1px solid rgba(250,252,254,0.12);
  color: rgba(250,252,254,0.8);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  backdrop-filter: blur(4px);
}
.gallery-nav-btn:hover { background: rgba(27,92,138,0.6); border-color: var(--tide-light); color: var(--white); }

/* Drag-to-scroll — JS adds 'dragging' class */
.gallery-track.dragging { cursor: grabbing; scroll-snap-type: none; }

/* ── MODAL (no eval, pure DOM) ── */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8, 14, 22, 0.96);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}
.gallery-modal.open { display: flex; }

.modal-img-wrap {
  position: relative;
  max-width: min(88vw, 900px);
  max-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 2px;
  display: block;
}

.modal-close {
  position: fixed;
  top: 20px;
  right: 24px;
  background: rgba(250,252,254,0.08);
  border: 1px solid rgba(250,252,254,0.15);
  color: rgba(250,252,254,0.7);
  font-size: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  z-index: 10;
}
.modal-close:hover { background: rgba(250,252,254,0.16); color: var(--white); }

.modal-prev,
.modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(250,252,254,0.08);
  border: 1px solid rgba(250,252,254,0.15);
  color: rgba(250,252,254,0.7);
  font-size: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.modal-prev { left: -70px; }
.modal-next { right: -70px; }
.modal-prev:hover,
.modal-next:hover { background: rgba(27,92,138,0.5); color: var(--white); }

.modal-footer {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.modal-caption {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(250,252,254,0.4);
}
.modal-counter {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(250,252,254,0.25);
}

/* ── XI2 ── */
.xi2 { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.xi2::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(27,92,138,0.2) 0%, transparent 70%); pointer-events: none; }
.xi2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.xi2-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(27,92,138,0.3); border: 1px solid rgba(42,125,181,0.3); color: var(--tide-light); font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; padding: 6px 14px; border-radius: 2px; margin-bottom: 24px; }
.xi2-table { width: 100%; border-collapse: collapse; margin-top: 36px; }
.xi2-table th { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,252,254,0.3); text-align: left; padding: 10px 16px; border-bottom: 1px solid rgba(250,252,254,0.08); }
.xi2-table td { font-size: 14px; color: rgba(250,252,254,0.7); padding: 14px 16px; border-bottom: 1px solid rgba(250,252,254,0.05); vertical-align: top; line-height: 1.55; }
.xi2-table td:first-child { font-weight: 600; color: var(--white); white-space: nowrap; width: 40%; }
.xi2-table tr:last-child td { border-bottom: none; }
.xi2-features { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
.xi2-feat { display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; border: 1px solid rgba(250,252,254,0.06); border-radius: 4px; background: rgba(250,252,254,0.03); transition: border-color 0.2s, background 0.2s; }
.xi2-feat:hover { border-color: rgba(42,125,181,0.3); background: rgba(27,92,138,0.1); }
.xi2-feat-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--tide-light); flex-shrink: 0; margin-top: 6px; }
.xi2-feat h4 { font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 4px; }
.xi2-feat p { font-size: 13px; color: rgba(250,252,254,0.45); line-height: 1.6; }
.xi2-callout { margin-top: 32px; padding: 20px 22px; background: rgba(27,92,138,0.15); border: 1px solid rgba(42,125,181,0.2); border-radius: 4px; }
.xi2-callout-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--tide-light); margin-bottom: 8px; }
.xi2-callout p { font-size: 14px; color: rgba(250,252,254,0.65); line-height: 1.65; }
.erb-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(196,92,42,0.2); border: 1px solid rgba(196,92,42,0.4); color: var(--rust-lt); font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; padding: 4px 12px; border-radius: 2px; margin-left: 10px; vertical-align: middle; }

/* ── WHY ── */
.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.why-points { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--mist); }
.why-pt { background: var(--white); padding: 28px 24px; }
.why-pt-num { font-family: var(--mono); font-size: 32px; font-weight: 400; color: var(--mist); line-height: 1; margin-bottom: 12px; }
.why-pt h4 { font-family: var(--serif); font-size: 17px; font-weight: 400; color: var(--ink); margin-bottom: 8px; line-height: 1.2; }
.why-pt p { font-size: 13px; line-height: 1.65; color: #6A8CA4; }
.call-card { background: var(--ink-mid); border-radius: 4px; padding: 48px 40px; position: relative; overflow: hidden; margin-top: 56px; max-width: 500px; }
.call-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--tide), var(--tide-light)); }
.call-card-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--tide-light); margin-bottom: 20px; }
.call-card h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; color: var(--white); margin-bottom: 12px; line-height: 1.15; }
.call-card p { font-size: 14px; color: rgba(250,252,254,0.45); line-height: 1.7; margin-bottom: 32px; }
.phone-big { font-family: var(--serif); font-size: 36px; color: var(--white); display: block; margin-bottom: 8px; transition: color 0.2s; }
.phone-big:hover { color: var(--tide-light); }
.email-link { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; color: var(--tide-light); display: block; margin-bottom: 32px; transition: color 0.2s; }
.email-link:hover { color: var(--white); }
.lic-note { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,252,254,0.2); padding-top: 24px; border-top: 1px solid rgba(250,252,254,0.07); margin-top: 24px; }

/* ── TEAM ── */
.team { background: var(--fog); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2px; background: var(--mist); margin-top: 56px; }
.team-card { background: var(--white); padding: 36px 28px; }
.team-card-role { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--tide); margin-bottom: 10px; }
.team-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--ink); margin-bottom: 12px; }
.team-card p { font-size: 14px; line-height: 1.7; color: #5A7A96; }
#team-section { display: none; }

/* ── PROCESS ── */
.process { background: var(--fog); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 28px; left: calc(12.5% + 16px); right: calc(12.5% + 16px); height: 1px; background: var(--mist); z-index: 0; }
.proc-step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.proc-circle { width: 56px; height: 56px; border-radius: 50%; background: var(--white); border: 1px solid var(--mist); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: var(--mono); font-size: 14px; font-weight: 500; color: var(--tide); transition: background 0.2s, border-color 0.2s; }
.proc-step:hover .proc-circle { background: var(--tide); border-color: var(--tide); color: var(--white); }
.proc-step h4 { font-family: var(--serif); font-size: 16px; font-weight: 400; color: var(--ink); margin-bottom: 8px; }
.proc-step p { font-size: 13px; color: #7A97AD; line-height: 1.6; }

/* ── AREA ── */
.area { background: var(--white); border-top: 1px solid var(--mist); }
.area-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.area-cities { margin-top: 32px; }
.area-cities-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--steel); margin-bottom: 16px; }
.area-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--mist); }
.area-tile { background: var(--fog); padding: 15px 20px; font-size: 14px; font-weight: 500; color: var(--ink-soft); display: flex; align-items: center; gap: 10px; transition: background 0.2s; }
.area-tile:hover { background: var(--mist); }
.area-tile::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--tide); flex-shrink: 0; }
.area-note { margin-top: 20px; font-size: 13px; color: var(--steel); font-style: italic; line-height: 1.6; }
.area-visual { background: var(--ink); border-radius: 4px; padding: 48px 36px; text-align: center; }
.area-visual-title { font-family: var(--serif); font-size: 52px; font-weight: 400; color: rgba(250,252,254,0.08); letter-spacing: -2px; line-height: 1; margin-bottom: 20px; }
.area-pill { display: inline-block; background: rgba(27,92,138,0.3); border: 1px solid rgba(42,125,181,0.25); color: var(--tide-light); font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; padding: 8px 18px; border-radius: 100px; margin-bottom: 16px; }
.area-sub { font-size: 13px; color: rgba(250,252,254,0.3); margin-bottom: 28px; }
.area-city-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.area-chip { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(250,252,254,0.4); border: 1px solid rgba(250,252,254,0.1); padding: 5px 10px; border-radius: 2px; }

/* ── CONTACT ── */
.contact { background: var(--fog); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: start; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-top: 36px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; }
.contact-row-icon { width: 38px; height: 38px; background: var(--mist); border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }
.contact-row-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--steel); margin-bottom: 3px; }
.contact-row-val { font-size: 15px; font-weight: 600; color: var(--ink); }
.contact-row-val a { color: var(--tide); transition: color 0.2s; }
.contact-row-val a:hover { color: var(--ink); }
.form-wrap { background: var(--white); border-radius: 4px; padding: 44px 40px; border: 1px solid var(--mist); }
.form-wrap h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; color: var(--ink); margin-bottom: 28px; }
.form-group { margin-bottom: 18px; }
.form-group label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--slate); display: block; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; font-family: var(--sans); font-size: 15px; color: var(--ink); background: var(--fog); border: 1px solid var(--mist); border-radius: 3px; padding: 12px 16px; outline: none; transition: border-color 0.2s; -webkit-appearance: none; appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--tide); background: var(--white); }
.form-group textarea { min-height: 110px; resize: vertical; }
.form-submit { width: 100%; justify-content: center; }
.form-success { display: none; text-align: center; padding: 24px; background: #eaf5ee; border: 1px solid #b6dfc3; border-radius: 4px; color: #1a5c35; font-size: 15px; line-height: 1.6; margin-top: 16px; }
.form-error { display: none; text-align: center; padding: 16px; background: #fff0ec; border: 1px solid #f5c3b0; border-radius: 4px; color: #8c2d0f; font-size: 14px; margin-top: 12px; }

/* ── FOOTER ── */
.site-footer { background: var(--ink); padding: 40px 6vw; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-copy { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,252,254,0.2); }
.footer-links { display: flex; gap: 28px; }
.footer-links a { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,252,254,0.3); transition: color 0.2s; }
.footer-links a:hover { color: rgba(250,252,254,0.7); }

/* ── ANIMATIONS ── */
@keyframes rise { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .services-intro, .xi2-grid, .why-grid, .area-inner, .contact-inner { grid-template-columns: 1fr; gap: 44px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hstat:nth-child(4) { display: none; }
  .hero { padding-bottom: 160px; }
  .nav-links { display: none; }
  .modal-prev { left: -50px; }
  .modal-next { right: -50px; }
}
@media (max-width: 640px) {
  .gallery-card { flex: 0 0 76vw; }
  .gallery-card-img-wrap { width: 76vw; height: 57vw; }
  .modal-prev, .modal-next { display: none; }
  .why-points { grid-template-columns: 1fr; }
  .area-tiles { grid-template-columns: 1fr; }
  .trust { gap: 14px; }
  .trust-div { display: none; }
  .process-steps { grid-template-columns: 1fr; }
  .form-wrap { padding: 28px 22px; }
  .call-card { padding: 32px 24px; }
}

/* ── LICENSE BAR ── */
.license-bar {
  background: #080e16;
  padding: 12px 6vw;
  text-align: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(250,252,254,0.18);
}
