/* ============================================================
   NAVIGATOR 299 — v4 · Arcline Estate-inspired
   white base · ink navy · steel blue accent · caps typography
   ============================================================ */
:root {
  --paper: #fafafa;         /* page base */
  --card: #ffffff;
  --ink: #0a0d1f;           /* deep ink navy (dark blocks) */
  --ink-2: #12172e;
  --text: #14182b;
  --dim: #8b909c;
  --steel: #5f8fc9;         /* accent — key phrases */
  --steel-soft: #9dbde3;
  --line: #e4e6ea;
  --line-dark: rgba(250, 250, 250, 0.16);
  --radius: 22px;
  --font-caps: "Poppins", sans-serif;
  --font-body: "Jost", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 28px; }
section { position: relative; }
.sec { padding: 96px 0; }
.sec-dark { background: var(--ink); color: #f2f4f8; }

/* ---- Arcline typographic system: caps + steel accents ---- */
.h-caps {
  font-family: var(--font-caps);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.14;
  letter-spacing: 0.005em;
  font-size: clamp(24px, 3vw, 40px);
}
.h-caps em { font-style: normal; color: var(--steel); }
.sec-dark .h-caps em { color: var(--steel-soft); }
.h-right { text-align: right; max-width: 780px; margin-left: auto; }
.sub {
  color: var(--dim); font-size: 14.5px; max-width: 520px; margin-top: 18px; line-height: 1.7;
}
.sub-right { margin-left: auto; text-align: right; }
.label-side {
  font-family: var(--font-caps); font-weight: 400;
  font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--dim);
}
.sec-head { display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: start; margin-bottom: 54px; }
.note {
  font-size: 11px; letter-spacing: 0.04em; color: var(--dim); line-height: 1.7; margin-top: 22px;
}

/* ---- pill button with circle arrow ---- */
.btn-pill {
  display: inline-flex; align-items: center; gap: 14px;
  background: #fff; color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 7px 7px 24px;
  font-family: var(--font-caps); font-size: 12.5px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
  cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 28px rgba(10,13,31,0.12);
}
.btn-pill i {
  font-style: normal; display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--ink); color: #fff; font-size: 14px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.btn-pill:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(10,13,31,0.2); }
.btn-pill:hover i { background: var(--steel); transform: rotate(45deg); }
.btn-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-dark i { background: var(--steel); }
.btn-dark:hover i { background: #fff; color: var(--ink); }

/* ---- scroll reveal ---- */
.fx { opacity: 0; transform: translateY(26px); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.fx.in { opacity: 1; transform: none; }

/* ---- honeypot (spam trap; off-screen, hidden from AT) ---- */
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ---- accessibility ---- */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0;
  font-family: var(--font-caps); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
}
.skip:focus { left: 0; }

.eyebrow {
  font-family: var(--font-caps); font-weight: 500; font-size: 11px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--steel-soft);
  margin-bottom: 14px;
}
.ev-meta {
  margin-top: 14px; font-family: var(--font-caps); font-weight: 400;
  font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim);
  border-top: 1px solid var(--line); padding-top: 10px;
}
.process { list-style: none; margin-top: 22px; }
.process li {
  padding: 11px 0; border-bottom: 1px solid var(--line-dark);
  font-family: var(--font-caps); font-weight: 400; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase; color: #cfd6e2;
}
.process li b { color: var(--steel-soft); font-weight: 500; margin-right: 14px; }
.offer-issuer {
  font-family: var(--font-caps); font-weight: 400; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel-soft);
  border: 1px solid var(--line-dark); border-radius: 999px;
  display: inline-block; padding: 10px 20px; margin-top: 8px;
}
.stats-6 { grid-template-columns: repeat(6, 1fr); }
.stats-6 strong { font-size: clamp(26px, 2.6vw, 42px); }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  padding: 18px 0; transition: background 0.4s, padding 0.4s, box-shadow 0.4s;
}
.nav.is-solid {
  background: rgba(250,250,250,0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line); padding: 11px 0;
}
.nav-inner { max-width: 1380px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; gap: 26px; }
.nav-brand {
  font-family: var(--font-caps); font-weight: 500; font-size: 15px;
  letter-spacing: 0.18em; text-decoration: none; margin-right: auto; text-transform: uppercase;
}
.nav-brand span { color: var(--steel); }
.nav-links { display: flex; gap: 8px; }
.nav-links a {
  font-family: var(--font-caps); font-size: 11px; font-weight: 400;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  padding: 8px 16px; border: 1px solid transparent; border-radius: 999px;
  color: var(--text); opacity: 0.7; transition: all 0.25s;
}
.nav-links a:hover { opacity: 1; border-color: var(--line); background: #fff; }
.nav-side { display: flex; align-items: center; gap: 16px; }
.lang { font-family: var(--font-caps); font-size: 11px; letter-spacing: 0.08em; }
.lang a { text-decoration: none; opacity: 0.5; padding: 4px; }
.lang a.is-on, .lang a:hover { opacity: 1; }
.lang i { opacity: 0.3; font-style: normal; }
.nav-cta { padding: 5px 5px 5px 16px; font-size: 10.5px; box-shadow: none; }
.nav-cta i { width: 28px; height: 28px; font-size: 12px; }

/* Nav over hero (transparent) */
.nav:not(.is-solid) { color: #fff; }
.nav:not(.is-solid) .nav-links a { color: #fff; }
.nav:not(.is-solid) .nav-links a:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); }
.nav:not(.is-solid) .nav-brand, .nav:not(.is-solid) .lang { color: #fff; }

/* ============ HERO (rounded image card, Arcline) ============ */
.hero-wrap { padding: 14px; }
.hero {
  position: relative; min-height: calc(100svh - 28px);
  border-radius: 26px; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
  color: #fff;
}
.hero-media { position: absolute; inset: -8% 0 0; z-index: 0; will-change: transform; }
.hero-media img { width: 100%; height: 110%; object-fit: cover; object-position: center 58%; animation: heroZoom 9s cubic-bezier(0.16,1,0.3,1) both; }
@keyframes heroZoom { from { transform: scale(1.14); } to { transform: scale(1.02); } }

/* ---- hero load choreography ---- */
.a-rise { opacity: 0; transform: translateY(32px); animation: aRise 1s cubic-bezier(0.16,1,0.3,1) forwards; }
.d1 { animation-delay: 0.15s; } .d2 { animation-delay: 0.35s; } .d3 { animation-delay: 0.55s; }
.d4 { animation-delay: 0.75s; } .d5 { animation-delay: 0.95s; } .d6 { animation-delay: 1.15s; }
.d7 { animation-delay: 1.35s; }
@keyframes aRise { to { opacity: 1; transform: none; } }

/* pain/fear rotator */
.pain {
  font-size: 15px; color: #cfe0f2; margin-bottom: 16px; min-height: 24px;
  font-weight: 400; letter-spacing: 0.02em;
}
.pain .rot {
  display: inline-block; border-bottom: 1px solid rgba(157,189,227,0.55);
  padding-bottom: 3px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.pain .rot.is-swap { opacity: 0; transform: translateY(-8px); }

/* reassurance chips (fear antidotes) */
.assure { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.assure li {
  list-style: none;
  font-family: var(--font-caps); font-weight: 400; font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.28); border-radius: 999px; padding: 8px 15px;
  background: rgba(10,13,31,0.32); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: rgba(242,244,248,0.92);
}
.assure li b { color: var(--steel-soft); font-weight: 500; margin-right: 6px; }

/* shimmer sweeping the wordmark */
.hero-mark span {
  background: linear-gradient(105deg,
    rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.88) 38%,
    #ffffff 47%, rgba(190,220,245,0.95) 52%, #ffffff 57%,
    rgba(255,255,255,0.88) 66%, rgba(255,255,255,0.88) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  animation: shimmer 7s linear 1.6s infinite;
}
@keyframes shimmer { from { background-position: 120% 0; } to { background-position: -120% 0; } }
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,13,31,0.52) 0%, rgba(10,13,31,0.1) 34%, rgba(10,13,31,0.12) 60%, rgba(10,13,31,0.78) 100%);
}
.hero-head {
  position: relative; z-index: 2;
  display: flex; justify-content: flex-end;
  padding: 108px 48px 0;
}
.hero-headline { text-align: right; max-width: 640px; }
.hero-headline h1 {
  font-family: var(--font-caps); font-weight: 500; text-transform: uppercase;
  font-size: clamp(22px, 2.7vw, 36px); line-height: 1.16;
}
.hero-headline h1 em { font-style: normal; color: var(--steel-soft); }
.hero-headline p { font-size: 13.5px; color: rgba(242,244,248,0.85); margin-top: 12px; max-width: 460px; margin-left: auto; }

.hero-mark {
  position: relative; z-index: 1; text-align: center;
  border-top: 1px solid rgba(255,255,255,0.35);
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding: 0.6vw 0; margin: 0 26px;
}
.hero-mark span {
  font-family: var(--font-caps); font-weight: 500; text-transform: uppercase;
  font-size: clamp(44px, 8.6vw, 128px); line-height: 1; letter-spacing: 0.03em;
  color: rgba(255,255,255,0.88);
  display: block; white-space: nowrap;
}

.hero-foot {
  position: relative; z-index: 2;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 26px;
  padding: 0 48px 30px; flex-wrap: wrap;
}
.hero-chips { display: flex; flex-direction: column; gap: 12px; }
.glass-chip {
  border-radius: 14px; padding: 13px 18px; min-width: 210px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.glass-chip strong { font-family: var(--font-caps); font-weight: 500; font-size: 21px; display: block; }
.glass-chip span { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(242,244,248,0.8); }
.hero-cta-box { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.hero-cta-box .btn-pill { margin: 0 6px; }
.hero-trust {
  margin-top: 14px; font-family: var(--font-caps); font-size: 10px; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,244,248,0.85);
}
.hero-addr { text-align: right; font-size: 12.5px; color: rgba(242,244,248,0.8); }
.hero-addr strong { font-family: var(--font-caps); font-weight: 500; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; display: block; color: #fff; }

/* ============ STATS ROW ============ */
.stats { padding: 74px 0; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-row div { padding: 8px 26px; border-left: 1px solid var(--line); text-align: center; }
.stats-row div:first-child { border-left: 0; }
.stats-row strong {
  font-family: var(--font-caps); font-weight: 500;
  font-size: clamp(34px, 4vw, 56px); line-height: 1; display: block; letter-spacing: -0.01em;
}
.stats-row span {
  font-family: var(--font-caps); font-weight: 400; font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim);
  display: block; margin-top: 10px;
}
.stats .note { text-align: center; }

/* ============ PROJECT ============ */
.proj-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 22px; align-items: stretch; }
.proj-img { border-radius: var(--radius); overflow: hidden; }
.proj-img img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.proj-side { display: flex; flex-direction: column; gap: 22px; }
.spec-table { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 26px; }
.spec-table div {
  display: flex; justify-content: space-between; align-items: baseline; gap: 18px;
  padding: 13px 0; border-bottom: 1px solid var(--line);
}
.spec-table div:last-child { border-bottom: 0; }
.spec-table dt { font-family: var(--font-caps); font-weight: 400; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim); }
.spec-table dd { font-weight: 400; font-size: 15px; text-align: right; }
.int-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.int-card { border-radius: 18px; overflow: hidden; background: var(--card); border: 1px solid var(--line); }
.int-card img { aspect-ratio: 16/11; object-fit: cover; width: 100%; transition: transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.int-card:hover img { transform: scale(1.05); }
.int-card figcaption {
  padding: 12px 16px; font-family: var(--font-caps); font-weight: 400;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dim);
}

/* ============ LOCATION ============ */
.loc-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 22px; }
.loc-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 420px; display: flex; align-items: flex-end; color: #fff; }
.loc-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.loc-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,13,31,0.06), rgba(10,13,31,0.66) 100%); }
.loc-overlay { position: relative; z-index: 2; padding: 28px; width: 100%; }
.loc-overlay h3 { font-family: var(--font-caps); font-weight: 500; text-transform: uppercase; font-size: 21px; margin-bottom: 12px; }
.loc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.loc-chips li {
  list-style: none; font-family: var(--font-caps); font-weight: 400; font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; padding: 7px 13px;
  background: rgba(10,13,31,0.35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.map-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--card); display: flex; flex-direction: column; }
.map-card iframe { width: 100%; flex: 1; min-height: 340px; border: 0; display: block; }
.map-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 20px; }
.map-foot p { font-family: var(--font-caps); font-weight: 400; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.map-foot a { font-size: 12px; color: var(--steel); }

/* ============ AUTHORITY ============ */
.auth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.auth-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; }
.auth-card h3 { font-family: var(--font-caps); font-weight: 500; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; }
.auth-card h3 b { color: var(--steel); font-weight: 500; }
.auth-card p { font-size: 14px; color: #565b68; }
.auth-proof {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px;
}
.auth-proof div { border-top: 1px solid var(--line); padding-top: 16px; }
.auth-proof strong { font-family: var(--font-caps); font-weight: 500; font-size: 30px; display: block; }
.auth-proof span { font-size: 12.5px; color: var(--dim); }

/* ============ OFFER (dark) ============ */
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.offer-table { border-top: 1px solid var(--line-dark); }
.offer-table div {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 16px 0; border-bottom: 1px solid var(--line-dark);
}
.offer-table dt { font-family: var(--font-caps); font-weight: 400; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #9aa3b8; }
.offer-table dd { font-family: var(--font-caps); font-weight: 500; font-size: 17px; text-align: right; color: #fff; }
.offer-table dd em { font-style: normal; color: var(--steel-soft); }
.sec-dark .sub, .sec-dark .note { color: #8d96ab; }
.sec-dark .label-side { color: #7d879d; }
.offer-cta { margin-top: 34px; }

/* ============ OBJECTIONS ============ */
.obj details { border-bottom: 1px solid var(--line); }
.obj summary {
  cursor: pointer; list-style: none; padding: 22px 50px 22px 0;
  font-family: var(--font-caps); font-weight: 400; text-transform: uppercase;
  font-size: 15px; letter-spacing: 0.05em; position: relative;
}
.obj summary::-webkit-details-marker { display: none; }
.obj summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--steel); font-size: 18px; transition: transform 0.3s, background 0.3s;
}
.obj details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--paper); }
.obj details p { padding: 0 0 24px; color: #565b68; max-width: 760px; font-size: 15px; }

/* ============ FINAL CTA / FORM ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-copy .sub { max-width: 440px; }
.availability {
  font-family: var(--font-caps); font-weight: 400; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--steel); margin-top: 26px;
}
.lead-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 36px; box-shadow: 0 24px 60px rgba(10,13,31,0.08); }
.lead-form h3 { font-family: var(--font-caps); font-weight: 500; text-transform: uppercase; font-size: 15px; letter-spacing: 0.1em; margin-bottom: 22px; }
.lead-form label { display: block; margin-bottom: 15px; font-family: var(--font-caps); font-weight: 400; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dim); }
.lead-form input[type="text"], .lead-form input[type="email"], .lead-form input[type="tel"], .lead-form select {
  width: 100%; margin-top: 7px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 10px;
  color: var(--text); font-family: var(--font-body); font-size: 16px; font-weight: 300;
  padding: 12px 14px; outline: none; transition: border-color 0.25s;
}
.lead-form input:focus, .lead-form select:focus { border-color: var(--steel); }
.lead-form .check { display: flex; gap: 12px; align-items: flex-start; text-transform: none; letter-spacing: 0; font-family: var(--font-body); font-size: 12.5px; line-height: 1.5; margin: 20px 0; }
.lead-form .check input { margin-top: 3px; accent-color: var(--steel); }
.btn-submit { width: 100%; justify-content: space-between; border: none; }
.form-status { min-height: 22px; margin-top: 12px; font-size: 14px; }
.form-status.ok { color: #2c8a5b; }
.form-status.err { color: #c25b43; }
.form-fine { font-size: 11px; color: var(--dim); margin-top: 8px; }

/* ============ FOOTER ============ */
.footer { background: var(--ink); color: #eef1f6; padding: 70px 0 40px; }
.footer-mark {
  font-family: var(--font-caps); font-weight: 500; text-transform: uppercase;
  font-size: clamp(30px, 6.6vw, 96px); line-height: 1; letter-spacing: 0.03em;
  color: rgba(238,241,246,0.95); text-align: center;
  border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark);
  padding: 2vw 0; margin-bottom: 50px; white-space: nowrap;
}
.footer-mark b { color: var(--steel-soft); font-weight: 500; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 44px; }
.footer-cols h4 { font-family: var(--font-caps); font-weight: 500; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--steel-soft); margin-bottom: 12px; }
.footer-cols p { font-size: 13.5px; color: #9aa3b8; }
.footer-legal p { font-size: 10.5px; color: rgba(154,163,184,0.85); line-height: 1.7; margin-bottom: 12px; }
.footer-copy { font-family: var(--font-caps); font-weight: 400; font-size: 10.5px; letter-spacing: 0.08em; }
.footer-copy a { color: var(--steel-soft); }

/* ============ EXIT POPUP ============ */
.eop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(10,13,31,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
}
.eop.is-open { opacity: 1; pointer-events: auto; }
.eop-card {
  position: relative; max-width: 470px; width: 100%;
  background: var(--card); color: var(--text);
  border-radius: var(--radius); padding: 44px 40px; text-align: center;
  transform: translateY(18px); transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
  box-shadow: 0 40px 120px rgba(10,13,31,0.35);
}
.eop.is-open .eop-card { transform: none; }
.eop-card .label-side { display: block; margin-bottom: 12px; }
.eop-card h3 { font-family: var(--font-caps); font-weight: 500; text-transform: uppercase; font-size: 19px; margin-bottom: 12px; line-height: 1.3; }
.eop-card p { color: var(--dim); font-size: 14.5px; margin-bottom: 24px; }
.eop-close { position: absolute; top: 14px; right: 18px; background: none; border: none; color: var(--dim); font-size: 26px; cursor: pointer; line-height: 1; }
.eop-close:hover { color: var(--text); }

/* ============ CINEMATIC TOUR (scroll-scrub) ============ */
.tour { background: var(--ink); }
.tour-pin { height: 520vh; position: relative; }
.tour-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.tour-chap { position: absolute; inset: 0; opacity: 0; transition: opacity 0.55s ease; }
.tour-chap.is-on { opacity: 1; }
.tour-chap video, .tour-chap img.tour-still {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.tour-chap img.tour-still { opacity: 0; transition: opacity 0.5s ease; }
.tour-chap img.tour-still.is-on { opacity: 1; }
.tour-stage::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,13,31,0.35), transparent 26%, transparent 64%, rgba(10,13,31,0.72));
}
.tour-hud {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  padding: 26px 40px 22px; color: #fff;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.tour-label {
  font-family: var(--font-caps); font-weight: 500; text-transform: uppercase;
  font-size: clamp(20px, 2.6vw, 32px); letter-spacing: 0.06em; display: block;
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}
.tour-bar { width: 220px; height: 2px; background: rgba(255,255,255,0.25); margin-top: 12px; border-radius: 2px; overflow: hidden; }
.tour-bar i { display: block; height: 100%; width: 0; background: var(--steel-soft); }
.tour-steps { list-style: none; display: flex; gap: 8px; flex-wrap: wrap; }
.tour-steps li {
  font-family: var(--font-caps); font-weight: 400; font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.3); border-radius: 999px; padding: 7px 14px;
  color: rgba(255,255,255,0.65); background: rgba(10,13,31,0.35);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: color 0.3s, border-color 0.3s;
}
.tour-steps li.is-on { color: #fff; border-color: var(--steel-soft); }
.tour-note {
  position: absolute; top: 18px; right: 40px; z-index: 3;
  font-family: var(--font-caps); font-weight: 400; font-size: 9px;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.72);
  background: rgba(10,13,31,0.4); border-radius: 999px; padding: 8px 14px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
/* lite mode: static stacked chapters (mobile / reduced motion / save-data) */
.tour.tour-lite .tour-pin { height: auto; }
.tour.tour-lite .tour-stage { position: static; height: auto; overflow: visible; }
.tour.tour-lite .tour-stage::after { display: none; }
.tour.tour-lite .tour-chap { position: relative; opacity: 1; aspect-ratio: 16/10; }
.tour.tour-lite .tour-chap img.tour-still { opacity: 0; }
.tour.tour-lite .tour-chap img.tour-still:first-of-type { opacity: 1; }
.tour.tour-lite .tour-hud { position: static; padding: 18px 24px; }
.tour.tour-lite .tour-bar, .tour.tour-lite .tour-steps { display: none; }
.tour.tour-lite .tour-note { position: static; display: inline-block; margin: 14px 24px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .proj-grid, .loc-grid { grid-template-columns: 1fr; }
  .int-row { grid-template-columns: 1fr 1fr; }
  .auth-grid { grid-template-columns: 1fr; }
  .offer-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 900px) {
  .sec { padding: 72px 0; }
  .nav-links { display: none; }
  .sec-head { grid-template-columns: 1fr; gap: 14px; }
  .h-right, .sub-right { text-align: left; margin-left: 0; }
  .hero-head { padding: 96px 26px 0; justify-content: flex-start; }
  .hero-headline { text-align: left; }
  .hero-headline p { margin-left: 0; }
  .hero-foot { padding: 0 26px 24px; }
  .hero-addr { text-align: left; }
  .stats-row, .stats-6 { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .stats-row div:nth-child(odd) { border-left: 0; }
  .auth-proof { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hero-wrap { padding: 8px; }
  .hero-chips { flex-direction: row; flex-wrap: wrap; }
  .glass-chip { min-width: 150px; flex: 1; }
  .stats-row { grid-template-columns: 1fr; }
  .stats-row div { border-left: 0; border-top: 1px solid var(--line); padding: 20px 0 0; }
  .stats-row div:first-child { border-top: 0; }
  .int-row { grid-template-columns: 1fr; }
  .lead-form { padding: 30px 22px; }
  .footer-mark { white-space: normal; }
  .hero-mark span { white-space: normal; }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fx { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
