/* =====================================================
   SouthGate Sea Edition — Main Stylesheet
   RTL · Hebrew · Luxury Real Estate
   ===================================================== */

@font-face {
  font-family: 'Comfortaa';
  src: url('../../fonts/Comfortaa-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'SiteFont';
  src: url('../../fonts/Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'SiteFont';
  src: url('../../fonts/Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'SiteFont';
  src: url('../../fonts/Light.ttf') format('truetype');
  font-weight: 300; font-style: normal; font-display: swap;
}

:root {
  --bg:        #dcd1d5;
  --paper:     #ebe6de;
  --ink:       #1b1720;
  --ink-soft:  #4a4452;
  --muted:     #8d8695;
  --line:      rgba(27,23,32,.12);
  --accent:    #6b4f6b;
  --accent-2:  #f1ebdf;
  --dark:      #1a1424;
  --dark-soft: #2a2236;
  --english:  'Comfortaa', sans-serif;
  --sans:     'SiteFont', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: #ffffff;
  color: var(--ink);
  font-family: var(--sans);
  animation: page-fadein .28s ease both;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  direction: rtl;
  margin: 0; padding: 0;
  scroll-behavior: smooth;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ── Typography — no word-breaking, no orphans ── */
p, h1, h2, h3, h4, li, span, div {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
p {
  text-wrap: pretty;   /* prevents single letters orphaned on last line — Chrome 117+, FF 121+, Safari 17.4+ */
}
h1, h2, h3 {
  text-wrap: balance;  /* balances line lengths in headings */
}

.page   { max-width: 1080px; margin: 0 auto; background: #ffffff; box-shadow: 0 40px 120px rgba(0,0,0,.18); }
.wrap   { max-width: 860px; margin: 0 auto; padding: 0 48px; }

/* ========== TOP NAV — BLACK BAR ========== */
.topnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(to left, #38174d 0%, #2b1040 38%, #160820 68%, #0a0608 100%);
  height: 98px; padding: 0 55px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.tn-logo {
  display: flex; align-items: center;
}
.tn-logo-img {
  height: 44px; width: auto; display: block;
  filter: brightness(0) invert(1);
}
.tn-links {
  display: flex; gap: 40px; align-items: center;
}
.tn-links a {
  font-size: 23px; font-weight: 400; color: rgba(255,255,255,.82);
  letter-spacing: .04em; transition: color .2s;
  text-decoration: none;
}
.tn-links a:hover { color: #f1ebdf; }
.tn-links a.active:not(.tn-inner) { color: #f5ebef !important; opacity: 1; }
/* Inner-page nav buttons — solid pill */
.tn-inner {
  min-width: 148px;
  text-align: center;
  padding: 12px 30px !important;
  border-radius: 26px;
  font-size: 22px !important;
  white-space: nowrap;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  transition: opacity .22s, transform .18s !important;
  border: none !important;
}
.tn-inner:hover { opacity: .85 !important; transform: scale(1.03); }

/* Offices button — light blue fill */
.tn-inner-offices {
  background: #dae2ec !important;
  color: #180a21 !important;
  border: none !important;
}
.tn-inner-offices:hover { background: #c8d6e6 !important; }
.tn-inner-offices.active { background: #eef3f8 !important; color: #180a21 !important; }

/* Micro-living / דירות button — dusty rose fill */
.tn-inner-ml {
  background: #dcd1d5 !important;
  color: #180a21 !important;
  border: none !important;
}
.tn-inner-ml:hover { background: #ccc0c6 !important; }
.tn-inner-ml.active { background: #ede8eb !important; color: #180a21 !important; }

/* Right side brand — plain white text */
.tn-brand-link { text-decoration: none; }
.tn-brand-text {
  font-family: var(--english);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: .1em;
  display: inline-block;
  color: rgba(255,255,255,.88);
  -webkit-text-fill-color: rgba(255,255,255,.88);
  background: none;
  animation: none;
  transition: color .2s;
}
.tn-brand-link:hover .tn-brand-text { color: #fff; -webkit-text-fill-color: #fff; }
.tn-phone {
  font-size: 12px; font-weight: 600; color: #fff;
  background: var(--accent); padding: 8px 16px; border-radius: 2px;
  letter-spacing: .04em; transition: opacity .2s; white-space: nowrap;
}
.tn-phone:hover { opacity: .85; }

/* ========== HERO ========== */
.hero {
  position: relative; height: 100vh; min-height: 600px;
  overflow: hidden; background: #0f0a14;
  display: flex; align-items: center; justify-content: center;
}

/* Media layer */
.hero-media {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;   /* clip video/gradient to hero bounds */
  border-radius: 0;
}
.hero-media-fallback {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a0d22 0%, #3d2050 30%, #6b3d78 55%, #a0607a 75%, #f1ebdf 100%);
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}

/* Purple mask overlay */
.hero-mask {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 65% 40%, rgba(80,30,90,.25) 0%, transparent 60%),
    linear-gradient(180deg,
      rgba(10,5,18,.55) 0%,
      rgba(30,10,40,.2)  40%,
      rgba(10,5,18,.75) 100%
    );
}

/* Center content */
.hero-center {
  position: relative; z-index: 10;  /* above building-section (z-index:2) */
  text-align: center; color: #fff;
  padding: 0 20px; margin-top: 58px; /* offset for fixed nav */
}
.hero-logo-wrap { margin-bottom: 24px; }

/* Hero logo */
.hero-logo-wave-wrap {
  position: relative;
  display: inline-block;
}
.hero-logo-img {
  height: 117px; width: auto; display: block; margin: 0 auto;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,.45));
}
.hero-logo-wave { display: none; } /* wave removed — logo must be visible */
.hero-sub {
  font-family: var(--sans); font-size: 20px; font-weight: 300;
  color: rgba(255,255,255,.85); letter-spacing: .02em; margin-bottom: 12px;
}
.hero-h1 {
  font-family: var(--sans); font-weight: 700;
  font-size: 62px; line-height: 1.2;
  margin-bottom: 32px; text-shadow: 0 2px 24px rgba(0,0,0,.5);
}
.hero-btns {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.hero-btns-row {
  display: flex; gap: 14px; justify-content: center;
}
.hero-btns-center {
  justify-content: center;
}
/* ── Hero buttons — pill outline + wave fill on hover ── */
.hbtn {
  position: relative;
  overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 44px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.82);
  font-family: var(--sans); font-size: 18px; font-weight: 600;
  color: rgba(255,255,255,.95);
  background: transparent;
  letter-spacing: .06em;
  cursor: pointer; white-space: nowrap;
  min-width: 180px; text-align: center;
  transition: border-color .3s, color .3s;
  z-index: 0;
  text-decoration: none;
}

/* Wave-fill layer — rises on hover */
.hbtn::before {
  content: '';
  position: absolute;
  left: -20%; right: -20%;
  height: calc(100% + 80px);   /* wave zone (40px) + button fill */
  top: 110%;                    /* starts completely below button */
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 40'><path d='M0,20 C22,8 45,32 67,20 C90,8 112,32 135,20 C157,8 180,32 180,20 L180,40 L0,40 Z' fill='rgba(255,255,255,0.9)'/></svg>");
  background-repeat: repeat-x;
  background-size: 180px 40px;
  background-position: 0 0;    /* wave at top edge of this element */
  background-color: rgba(255,255,255,.88);  /* solid fill below wave */
  transition: top .85s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: -1;
  pointer-events: none;
}

.hbtn:hover::before {
  top: -44px;                   /* wave rises above button = fully filled */
  animation: btn-wave-scroll 1.8s linear infinite;
}
.hbtn:hover {
  border-color: rgba(255,255,255,.95);
  color: #1a1424;               /* dark text on white fill */
}

@keyframes page-fadein { from { opacity: 0; } to { opacity: 1; } }

@keyframes btn-wave-scroll {
  0%   { background-position: 0     0; }
  100% { background-position: 360px 0; }
}

/* Colored hero buttons — offices & micro-living */
.hbtn-offices {
  background: #dae2ec;
  border-color: #dae2ec;
  color: #180a21;
}
.hbtn-ml {
  background: #dcd1d5;
  border-color: #dcd1d5;
  color: #180a21;
}
/* On hover: wave fills but text stays dark for colored btns */
.hbtn-offices:hover,
.hbtn-ml:hover {
  color: #180a21;
  border-color: rgba(255,255,255,.9);
}
/* Contact button — ghost white outline (keep default wave) */
.hbtn-contact {
  background: transparent;
  border-color: rgba(255,255,255,.75);
  color: rgba(255,255,255,.92);
}

/* ========== BUILDING PARALLAX SECTION ========== */
.building-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-top: 0;
  z-index: 2;
  background: url('../img/bulding2.png') center bottom / cover no-repeat;
  background-color: #0f0a14;
}

/* SEA EDITION watermark — upper sky area, above the building */
.sea-watermark {
  position: absolute;
  top: 9%;
  right: 4%;
  left: auto;
  transform: none;
  text-align: right;
  font-family: var(--english);
  font-size: clamp(36px, 7vw, 96px);
  letter-spacing: 0.38em;
  word-spacing: 0.1em;
  color: #fff;
  opacity: .44;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 3;
  text-shadow: 0 2px 24px rgba(80,20,100,.35);
}

/* ========== TICKER BAND ========== */
.ticker-band {
  background: #38174d;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  z-index: 5;
}
.ticker-track {
  display: flex;
  direction: ltr;
  width: max-content;
  animation: ticker-scroll 380s linear infinite;
}
.ticker-track span {
  font-family: var(--english);
  font-size: 11px;
  letter-spacing: 0.55em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  padding: 0 28px;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


/* ========== FLOATING FEATURE CARD ========== */
.feature-card {
  scroll-margin-top: 72px;
  position: relative;
  margin: -114px auto 0;
  max-width: 884px;
  background: #dcd1d5;
  box-shadow: 0 -4px 60px rgba(0,0,0,.28), 0 30px 70px rgba(40,20,40,.15);
  padding: 47px 0 42px;
  z-index: 10;
  border-radius: 26px;
  color: #38174d;
}
.fc-row {
  display: flex;
  align-items: stretch;
}
.fc-item {
  flex: 1;
  text-align: center;
  padding: 12px 28px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.fc-row-b .fc-item {
  padding: 16px 48px 12px;
}
.fc-sep-v {
  width: 1px;
  background: rgba(56,23,77,.2);
  flex-shrink: 0;
  margin: 4px 0;
}
.fc-divider {
  height: 1px;
  background: rgba(56,23,77,.2);
  margin: 10px 32px 8px;
}
.fc-row-4 { justify-content: center; }
.fc-row-4 .fc-item { padding: 10px 26px 18px; }

.fc-icon {
  width: 78px; height: 78px;
  margin-bottom: 10px;
  display: flex; align-items: center; justify-content: center;
}
.fc-icon img { width: 100%; height: 100%; object-fit: contain; }
.fc-num {
  font-family: var(--english);
  font-size: 56px;
  font-weight: 400;
  color: #38174d;
  line-height: 1;
}
.fc-label {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #38174d;
  opacity: .6;
  font-weight: 300;
}
.fc-val {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  color: #38174d;
  line-height: 1.3;
}

/* ========== THE PROJECT — WHITE SECTION ========== */
.project-white {
  background: #ffffff;
  padding: 90px 5vw 80px;
  text-align: center;
}
.pw-eyebrow {
  font-family: var(--english);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #877394;
  margin-bottom: 26px;
}
.pw-title {
  font-family: var(--english);
  font-size: clamp(22px, 3.5vw, 38px);
  font-weight: 400;
  color: #38174d;
  line-height: 1.28;
  letter-spacing: .07em;
  margin-bottom: 40px;
}
.pw-body {
  max-width: 580px;
  margin: 0 auto;
}
.pw-body p {
  font-size: 14px;
  line-height: 1.9;
  color: #38174d;
  text-align: center;
  margin-bottom: 18px;
}

/* ========== SEA EDITION — DARK FULLSCREEN SECTION ========== */
.sea-dark {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url('../img/icons/sea-bg.png') center center / cover no-repeat;
  background-color: #0a0614;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(10,5,20,.32) 0%,
    rgba(10,5,20,.60) 100%
  );
  z-index: 0;
}
.sd-content {
  position: relative; z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 40px;
  max-width: 680px;
}
.sd-eyebrow {
  font-family: var(--english);
  font-size: 11px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
  margin-bottom: 22px;
}
.sd-title {
  font-family: var(--english);
  font-size: clamp(26px, 5vw, 52px);
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 32px;
}
.sd-body {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,.70);
  text-align: center;
}

/* ========== MAPS ========== */
.maps {
  padding: 145px 5vw 0;
  background: linear-gradient(to bottom, transparent 0%, #0a0614 220px);
  margin-top: -220px;
  position: relative;
  z-index: 5;
}

/* Dark purple bubble wrapping title + both maps */
.maps-bubble {
  max-width: 760px;
  margin: 0 auto;
  background: #38174d;
  border: none;
  border-radius: 20px 20px 0 0;
  padding: 40px 32px 20px;
  box-shadow: 0 28px 80px rgba(10,5,20,.35), 0 4px 20px rgba(10,5,20,.18);
  direction: rtl;
}
.mb-eyebrow {
  font-family: var(--english);
  font-size: clamp(20px, 2.6vw, 36px);
  font-weight: 400;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: #dcd1d5;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1;
}
.mb-title {
  font-family: var(--english);
  font-size: clamp(14px, 2vw, 28px);
  font-weight: 400;
  color: #877394;
  letter-spacing: .26em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 28px;
  text-align: center;
}
.mb-body {
  font-size: 14px;
  line-height: 1.9;
  color: #f5ebef;
  margin-bottom: 32px;
  text-align: center;
}
.map-card-static .map-canvas { height: 200px; }
.map-card .map-caption { color: rgba(241,235,223,.4); border-top: 1px solid rgba(241,235,223,.1); }
.map-card {
  margin: 0 0 16px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(241,235,223,.1);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.18); overflow: hidden;
  position: relative;
}
/* 360° iframe tap-to-activate overlay */
.map-tap-overlay {
  position: absolute; inset: 0; z-index: 10;
  background: rgba(10,4,20,.52);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  cursor: pointer;
  transition: opacity 0.35s ease;
  border-radius: 8px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.map-tap-overlay.hidden { opacity: 0; pointer-events: none; }
.map-tap-overlay-icon { display: none; }
.map-tap-overlay-text {
  font-family: var(--hebrew); font-size: 22px; font-weight: 700;
  letter-spacing: .14em; color: rgba(241,235,223,.95);
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.map-card:last-child { margin-bottom: 0; }
.map-canvas { position: relative; height: 280px; }
.map-canvas .leaflet-container { height: 100%; border-radius: 0; }
.map-static { display: block; width: 100%; height: 280px; object-fit: cover; }
.map-embed  { display: block; width: 100%; height: 520px; border: none; }
.map-caption {
  padding: 12px 20px; font-size: 10px; letter-spacing: .26em;
  text-transform: uppercase; color: rgba(241,235,223,.42); text-align: center;
  border-top: 1px solid rgba(241,235,223,.1);
}

/* ALL ROADS LEAD — bottom of maps bubble */
.mb-allroads {
  padding: 8px 0 12px;
  text-align: center;
}
.mb-allroads-text {
  font-family: var(--english);
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: #877394;
}

/* ========== ROADS IMAGE GALLERY ========== */
.roads-section {
  background: #0a0614;
  padding: 0 5vw 0;
  position: relative;
  z-index: 5;
}
.roads-bubble {
  max-width: 760px;
  margin: 0 auto;
  background: #38174d;
  border: none;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.rg-wrap {
  position: relative;
  aspect-ratio: 16 / 7;
  overflow: hidden;
}
.rg-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
}
.rg-slide.rg-active {
  opacity: 1;
}
.rg-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.to-southgate {
  font-family: var(--english);
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: #877394;
  text-align: center;
  padding: 44px 0 64px;
}

/* ========== ARCHITECT SECTION ========== */
.architect {
  background: #180a21;
  padding: 0;
}
.arch-bg-img {
  width: 1080px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.arch-text-wrap {
  background: #180a21;
  padding: 0 5vw 90px;
  text-align: center;
}
.arch-headline {
  font-family: var(--english);
  font-size: clamp(20px, 3.5vw, 40px);
  font-weight: 400;
  letter-spacing: .1em;
  color: #f5ebef;
  margin-bottom: 44px;
  line-height: 1.2;
}
.arch-body {
  max-width: 620px;
  margin: 0 auto;
}
.arch-body p {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(245,235,239,.72);
  text-align: center;
  margin-bottom: 22px;
}

/* ========== GALLERY CAROUSEL ========== */
.gallery {
  background: #180a21;
  padding: 70px 0 100px;
  color: #f5ebef;
}
.gallery-title {
  text-align: center;
  font-family: var(--english);
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 18px);
  color: #f5ebef;
  letter-spacing: .45em;
  line-height: 1;
  max-width: 1400px; margin: 0 auto 50px;
  padding: 0 40px;
}
.gallery-title::after { display: none; }
.carousel-viewport {
  position: relative; max-width: 1400px; margin: 0 auto;
  overflow: hidden; padding: 0 40px;
}
.carousel-track {
  display: flex; gap: 24px;
  direction: ltr;
  transition: transform 1.1s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Slide = flex column: img on top, caption below */
.slide {
  flex: 0 0 calc((100% - 24px) / 2);  /* 2 visible, ~660×371px at 1400px vp */
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.slide-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
}
.slide-img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.slide .tile {
  position: absolute; inset: 0; border: none;
}
.slide.s1 .tile { background: linear-gradient(160deg,#3a2a3e,#6b4f6b 60%,#8a6a70); }
.slide.s2 .tile { background: linear-gradient(160deg,#2a2236,#55354a 60%,#f1ebdf); }
.slide.s3 .tile { background: linear-gradient(160deg,#1a1424,#3a2a3e 60%,#7a5570); }
.slide.s4 .tile { background: linear-gradient(160deg,#55354a,#8a6a70 60%,#e0c4a0); }
.slide.s5 .tile { background: linear-gradient(160deg,#20141e,#4a3450 60%,#a88a90); }

/* Labels inside slide-img */
.slide-label {
  position: absolute; bottom: 12px; right: 14px;
  font-family: var(--sans); font-size: 9px;
  color: rgba(255,255,255,.65); letter-spacing: .22em; text-transform: uppercase;
}
.slide-num {
  position: absolute; top: 14px; left: 16px;
  font-family: var(--sans); font-size: 10px; color: rgba(255,255,255,.55);
}
/* Static caption below each slide */
.slide-cap  { display: none; }
.slide-num  { display: none; }

/* Legacy (unused) — kept for safety */
.slide-caption {
  padding: 12px 4px 0;
}
.slide-caption input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  padding: 6px 0;
  text-align: right;
  outline: none;
  transition: border-color .2s;
  direction: rtl;
}
.slide-caption input:focus { border-color: rgba(255,255,255,.45); }
.slide-caption input::placeholder { color: rgba(255,255,255,.28); }

.dots { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.25); cursor: pointer;
  transition: background .2s, width .2s;
}
.dot.active { background: var(--accent-2); width: 22px; border-radius: 3px; }

/* ========== CONTACT / FINAL CTA ========== */
.final {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0a0810;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
}

/* Background video — full cover */
.final-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* Overlay — lighter so video has more presence */
.final-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6,3,12,.22);
  z-index: 1;
}

/* ── Floating glass card — white frosted, semi-transparent ── */
.final-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 780px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 18px;
  box-shadow: 0 32px 100px rgba(0,0,0,.5), 0 4px 20px rgba(0,0,0,.25);
  color: #1a1424;
  direction: rtl;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

/* RIGHT column — pitch / headline */
.fc-pitch {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 36px 44px 28px;
  background: rgba(56,23,77,.07);
}
.fc-heading {
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
  color: #1a1424;
  margin: 0 0 14px;
}
.fc-sub {
  font-family: var(--sans);
  font-size: clamp(15px, 1.8vw, 20px);
  font-weight: 300;
  line-height: 1.3;
  color: rgba(26,20,36,.62);
  margin: 0;
}

/* LEFT column — logo + form */
.fc-form-col {
  flex: 1;
  padding: 36px 28px 36px 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Logo */
.fc-logo-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;  /* physical left in RTL */
  gap: 3px;
}
.fc-logo-name {
  font-family: var(--english);
  font-size: 28px;
  font-weight: 400;
  color: #1a1424;
  letter-spacing: .02em;
  line-height: 1;
}
.fc-logo-edition {
  font-family: var(--english);
  font-size: 10px;
  letter-spacing: .45em;
  text-transform: uppercase;
  color: rgba(26,20,36,.45);
}

/* Form */
.fc-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* All inputs + select — rounded pill style */
.fc-form input[type="text"],
.fc-form input[type="tel"],
.fc-form select {
  width: 100%;
  padding: 14px 20px;
  background: rgba(26,20,36,.06);
  border: 1px solid rgba(26,20,36,.18);
  border-radius: 30px;
  font-family: var(--sans);
  font-size: 15px;
  color: #1a1424;
  text-align: right;
  direction: rtl;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .2s, background .2s;
  cursor: pointer;
}
.fc-form input::placeholder { color: rgba(26,20,36,.72); }
.fc-form input:focus,
.fc-form select:focus { border-color: var(--accent); background: rgba(26,20,36,.04); }
.fc-form select option { background: #fff; color: #1a1424; }

/* Checkbox */
.fc-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1.65;
  color: rgba(26,20,36,.52);
  font-weight: 300;
  text-align: right;
}
.fc-check input[type="checkbox"] {
  accent-color: var(--accent);
  width: 14px; height: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
}
.fc-check a { color: var(--accent); text-decoration: underline; }

/* Disclaimer line — indented to align with checkbox span text */
.fc-disclaimer {
  font-family: var(--sans);
  font-size: 9px;
  color: rgba(26,20,36,.35);
  text-align: right;
  margin: 0;
  letter-spacing: .04em;
  padding-right: 23px; /* 14px checkbox + 9px gap */
}

/* Submit button */
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  14%       { transform: scale(1.07); }
  28%       { transform: scale(1); }
  42%       { transform: scale(1.04); }
  56%       { transform: scale(1); }
}

.fc-btn {
  align-self: flex-end;  /* physical left in RTL */
  padding: 11px 44px;
  background: #38174d;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  cursor: pointer;
  animation: heartbeat 2s ease-in-out infinite;
  transition: background .22s;
}
.fc-btn:hover { background: #5a2b70; animation-play-state: paused; transform: translateY(-1px); }

/* ========== SCROLL-IN ANIMATIONS ========== */
.anim-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .95s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--d, 0s);
}
.anim-up.anim-in { opacity: 1; transform: translateY(0); }

.anim-scale {
  opacity: 0;
  transform: scale(.93) translateY(16px);
  transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .95s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--d, 0s);
}
.anim-scale.anim-in { opacity: 1; transform: scale(1) translateY(0); }

/* ========== FOOTER ========== */
.foot {
  padding: 18px 40px; display: flex; justify-content: space-between;
  font-family: var(--sans); font-size: 9px;
  color: var(--muted); letter-spacing: .2em; text-transform: uppercase;
  background: var(--paper);
}

/* ========== LEAFLET OVERRIDES ========== */
.leaflet-control-attribution { display: none; }

/* ======================================================
   LARGE SCREENS — min-width
   1440px  Standard desktop (23–24")
   1920px  FHD large monitor (24–27")
   2560px  QHD / 27" iMac / 32"
   3840px  4K UHD
   ====================================================== */

/* ── 1440px — standard desktop ──────────────────────── */
@media (min-width: 1440px) {
  .feature-card  { max-width: 980px; }
  .maps-bubble   { max-width: 820px; }
  .roads-bubble  { max-width: 820px; }
  .arch-text-wrap { padding: 0 8vw 100px; }
}

/* ── 1920px — large FHD monitor (23–27") ────────────── */
@media (min-width: 1920px) {
  .topnav        { padding: 0 80px; height: 66px; }
  .tn-logo-img   { height: 30px; }
  .tn-brand-text { font-size: 26px; }
  .tn-links a    { font-size: 16px; }
  .tn-inner      { min-width: 100px; padding: 8px 22px !important; font-size: 14px !important; }
  .feature-card  { max-width: 1140px; }
  .maps-bubble   { max-width: 980px; }
  .roads-bubble  { max-width: 980px; }
  .arch-bg-img   { width: 1440px; }
  .gallery-title, .carousel-viewport { max-width: 1700px; }
  .final-card    { max-width: 900px; }
}

/* ── 2560px — QHD / 27" iMac / 32" ─────────────────── */
@media (min-width: 2560px) {
  .topnav        { padding: 0 120px; height: 72px; }
  .tn-logo-img   { height: 34px; }
  .tn-brand-text { font-size: 30px; }
  .tn-links a    { font-size: 18px; }
  .tn-inner      { min-width: 118px; padding: 9px 26px !important; font-size: 16px !important; }
  .feature-card  { max-width: 1400px; }
  .maps-bubble   { max-width: 1200px; }
  .roads-bubble  { max-width: 1200px; }
  .arch-bg-img   { width: 1760px; }
  .gallery-title, .carousel-viewport { max-width: 2200px; }
  .hero-h1       { font-size: 94px; }
  .sd-title      { font-size: 80px; }
  .final-card    { max-width: 1060px; }
}

/* ── 3840px — 4K UHD ────────────────────────────────── */
@media (min-width: 3840px) {
  .topnav        { padding: 0 200px; height: 88px; }
  .tn-logo-img   { height: 44px; }
  .tn-brand-text { font-size: 40px; }
  .tn-links a    { font-size: 22px; }
  .tn-inner      { min-width: 148px; padding: 11px 34px !important; font-size: 20px !important; }
  .feature-card  { max-width: 1800px; }
  .maps-bubble   { max-width: 1600px; }
  .roads-bubble  { max-width: 1600px; }
  .arch-bg-img   { width: 2160px; }
  .gallery-title, .carousel-viewport { max-width: 3000px; }
  .hero-h1       { font-size: 125px; }
  .sd-title      { font-size: 110px; }
  .final-card    { max-width: 1400px; }
}

/* ======================================================
   RESPONSIVE — Full breakpoint system
   1280px  Large laptop / small desktop
   1024px  iPad Pro landscape / 13" laptop
    900px  Tablet landscape
    768px  iPad / tablet portrait
    640px  Large phone landscape
    480px  Standard mobile
    430px  iPhone 14 Plus / Pro Max (6.7")
    390px  iPhone 14/15 / Galaxy S24
    375px  iPhone SE 3rd gen / Galaxy S23
    320px  Galaxy Fold closed
   ====================================================== */

/* ── 1280px ──────────────────────────────────────────── */
@media (max-width: 1280px) {
  .feature-card    { max-width: 820px; }
  .maps-bubble     { max-width: 680px; }
  .roads-bubble    { max-width: 680px; }
}

/* ── 1024px — iPad Pro landscape ─────────────────────── */
@media (max-width: 1024px) {
  .tn-links        { gap: 16px; }
  .tn-links a      { font-size: 12px; }
  .tn-inner        { min-width: 78px; padding: 6px 14px !important; font-size: 12px !important; }
  .tn-brand-text   { font-size: 19px; }
  .feature-card    { max-width: 720px; }
  .fc-icon         { width: 66px; height: 66px; }
  .maps-bubble     { max-width: 620px; padding: 34px 26px 18px; }
  .roads-bubble    { max-width: 620px; }
  .arch-bg-img     { width: 900px; }
  .final-card      { max-width: 680px; }
}

/* ── 900px — tablet landscape ────────────────────────── */
@media (max-width: 900px) {
  .tn-links        { gap: 18px; }
  .tn-links a      { font-size: 18px; }
  .tn-inner        { min-width: 121px; padding: 9px 18px !important; font-size: 18px !important; }
  .tn-brand-text   { font-size: 31px; }
  .feature-card    { max-width: 620px; margin: -100px auto 0; }
  .fc-icon         { width: 56px; height: 56px; }
  .fc-label        { font-size: 12px; }
  .maps-bubble     { max-width: 560px; padding: 30px 22px 16px; }
  .roads-bubble    { max-width: 560px; }
  .mb-eyebrow      { font-size: 18px; letter-spacing: .32em; }
  .mb-title        { font-size: 14px; letter-spacing: .2em; }
}

/* ── 768px — iPad / tablet portrait ─────────────────── */
@media (max-width: 768px) {
  /* Nav — hide text links, show hamburger */
  .tn-links a:not(.tn-inner) { display: none; }
  .tn-links        { gap: 10px; }
  .topnav          { padding: 0 21px; height: 104px; }
  .tn-logo-img     { height: 47px; }
  .tn-brand-text   { display: none; }
  .tn-cta          { display: none; }
  .hamburger-btn   { display: flex !important; }
  .tn-inner        { min-width: 88px; padding: 8px 12px !important; font-size: 14px !important; }
  .page            { max-width: 100%; box-shadow: none; }

  /* Hero */
  .hero-logo-img   { height: 122px; }
  .hero-sub        { font-size: 22px; }
  .hero-h1         { font-size: 55px; }
  .hbtn            { padding: 12px 24px; font-size: 16px; min-width: 130px; }
  .ticker-band     { padding-bottom: 90px; }

  /* Building section */
  .building-section { height: 60vh; background-position: center center; }

  /* Feature card */
  .feature-card    { max-width: calc(100% - 32px); margin: -100px 16px 0; padding: 28px 0 24px; border-radius: 18px; }
  .fc-icon         { width: 50px; height: 50px; }
  .fc-label        { font-size: 14px; letter-spacing: .12em; }
  .fc-row-4 .fc-item { padding: 8px 12px 12px; }

  /* Project white */
  .project-white   { padding: 60px 24px 56px; }
  .pw-body         { padding: 0 4px; }
  .pw-body p       { font-size: 17px; }

  /* Sea dark */
  .sea-dark        { min-height: 72vh; }
  .sd-content      { padding: 0 24px; max-width: 100%; }
  .sd-body         { font-size: 17px; }

  /* Maps */
  .maps            { margin-top: -140px; padding: 140px 16px 0; background: linear-gradient(to bottom, transparent 0%, #0a0614 140px); }
  .maps-bubble     { max-width: 100%; border-radius: 14px 14px 0 0; padding: 26px 18px 14px; }
  .mb-eyebrow      { font-size: 24px; letter-spacing: .24em; white-space: normal; }
  .mb-title        { font-size: 18px; letter-spacing: .16em; white-space: normal; }
  .mb-body         { font-size: 17px; }
  .mb-allroads-text { font-size: clamp(14px, 4vw, 24px); letter-spacing: .28em; }
  .map-canvas      { height: 220px; }
  .map-embed       { height: 360px; }

  /* Roads */
  .roads-section   { padding: 0 16px; }
  .roads-bubble    { max-width: 100%; }
  .to-southgate    { font-size: clamp(14px, 4vw, 24px); letter-spacing: .28em; padding: 32px 0 48px; }

  /* Architect */
  .arch-bg-img     { width: 100%; max-height: 80vw; object-fit: cover; object-position: center 15%; }
  .arch-text-wrap  { padding: 0 20px 28px; }
  .arch-body       { max-width: 100%; }
  .arch-body p     { font-size: 17px; }
  .architect + .gallery { padding-top: 28px; }

  /* Gallery */
  .gallery         { padding: 50px 0 70px; }
  .gallery-title   { margin-bottom: 36px; padding: 0 20px; }
  .carousel-viewport { padding: 0 20px; }
  .slide           { flex: 0 0 calc((100% - 16px) / 2); }
  .dots            { margin-top: 24px; }

  /* Contact */
  .final           { padding: 60px 16px; }
  .final-card      { flex-direction: column; max-width: 460px; }
  .fc-pitch        { flex: none; padding: 26px 22px 18px; }
  .fc-heading      { font-size: clamp(20px, 5vw, 26px); }
  .fc-form-col     { padding: 18px 22px 26px; }
  .fc-btn          { align-self: stretch; text-align: center; }

  /* Footer */
  .foot            { flex-direction: column; gap: 6px; text-align: center; padding: 14px; }
}

/* ── 640px — large phone landscape / small phone ─────── */
@media (max-width: 640px) {
  /* Hero buttons stack */
  .hero-btns-row   { flex-direction: column; align-items: center; gap: 10px; }
  .hbtn            { width: 200px; }

  /* Feature card — 2×2 grid, reordered: views+dunam top, floors+LEE bottom */
  .fc-row-4        { flex-wrap: wrap; }
  .fc-row-4 .fc-item { flex: 0 0 50%; min-width: 0; }
  .fc-sep-v        { display: none; }
  /* Reorder: כיווני נוף(5) top-right, דונם(7) top-left, קומות(1) bottom-right, LEE GOLD(3) bottom-left */
  .fc-row-4 .fc-item:nth-child(5) { order: 1; }
  .fc-row-4 .fc-item:nth-child(7) { order: 2; }
  .fc-row-4 .fc-item:nth-child(1) { order: 3; }
  .fc-row-4 .fc-item:nth-child(3) { order: 4; }
  /* Borders for 2×2 grid */
  .fc-row-4 .fc-item:nth-child(1),
  .fc-row-4 .fc-item:nth-child(3) { border-top: 1px solid rgba(56,23,77,.18); }
  .fc-row-4 .fc-item:nth-child(7),
  .fc-row-4 .fc-item:nth-child(3) { border-right: 1px solid rgba(56,23,77,.18); }

  /* SEA EDITION — show smaller on mobile */
  .sea-watermark   { font-size: clamp(18px, 7vw, 32px); top: 6%; }
  .slide           { flex: 0 0 82%; }
  .final-card      { max-width: 100%; }
}

/* ── 480px — standard mobile ─────────────────────────── */
@media (max-width: 480px) {
  .topnav          { padding: 0 16px; }
  .tn-logo-img     { height: 34px; }
  .tn-brand-text   { font-size: 20px; }
  .tn-inner        { min-width: 72px; padding: 6px 10px !important; font-size: 12px !important; }

  .hero-logo-img   { height: 101px; }
  .hero-h1         { font-size: 44px; }
  .hbtn            { width: 180px; font-size: 15px; padding: 11px 20px; }
  .ticker-band     { padding-bottom: 80px; }

  .feature-card    { margin: -80px 12px 0; padding: 22px 0 20px; border-radius: 14px; }
  .fc-icon         { width: 56px; height: 56px; }
  .fc-label        { font-size: 12px; letter-spacing: .1em; }
  .fc-row-4 .fc-item { padding: 10px 4px 14px; }

  .maps            { margin-top: -100px; padding-top: 120px; background: linear-gradient(to bottom, transparent 0%, #0a0614 100px); }
  .mb-eyebrow      { font-size: 20px; letter-spacing: .18em; }
  .mb-title        { font-size: 15px; letter-spacing: .14em; }
  .mb-body         { font-size: 16px; line-height: 1.8; }
  .sea-dark        { min-height: 62vh; }
  .mb-allroads-text { font-size: clamp(12px, 3.5vw, 20px); letter-spacing: .22em; }
  .map-canvas      { height: 190px; }
  .map-embed       { height: 300px; }

  .to-southgate    { font-size: clamp(12px, 3.5vw, 20px); letter-spacing: .22em; padding: 26px 0 40px; }

  .arch-headline   { font-size: clamp(16px, 5vw, 24px); margin-bottom: 28px; }
  .arch-body p     { font-size: 17px; }

  .gallery         { padding: 40px 0 56px; }
  .gallery-title   { font-size: 12px; letter-spacing: .32em; padding: 0 12px; margin-bottom: 28px; }
  .carousel-viewport { padding: 0 12px; }
  .slide           { flex: 0 0 85%; }
  .dots            { margin-top: 18px; }
}

/* ── 430px — iPhone 14 Plus / Pro Max ───────────────── */
@media (max-width: 430px) {
  .tn-inner        { min-width: 62px; padding: 5px 9px !important; font-size: 11px !important; }
  .tn-brand-text   { font-size: 18px; }

  .hero-h1         { font-size: 40px; }

  .feature-card    { margin: -70px 10px 0; }

  .project-white   { padding: 48px 18px 44px; }
  .pw-body p       { font-size: 17px; }

  .sd-content      { padding: 0 18px; }
  .sd-title        { font-size: clamp(20px, 7vw, 32px); }
  .sd-body         { font-size: 16px; }

  .final           { padding: 44px 12px; }
  .fc-pitch        { padding: 22px 18px 16px; }
  .fc-heading      { font-size: 20px; }
  .fc-form-col     { padding: 16px 18px 22px; }
}

/* ── 390px — iPhone 14/15 / Galaxy S24 ──────────────── */
@media (max-width: 390px) {
  .tn-links        { gap: 8px; }
  .tn-inner        { min-width: 56px; padding: 5px 7px !important; font-size: 10px !important; border-radius: 14px; }

  .hero-logo-img   { height: 88px; }
  .hero-h1         { font-size: 38px; }

  .feature-card    { margin: -60px 8px 0; padding: 18px 0 16px; }
  .fc-icon         { width: 50px; height: 50px; }
  .fc-label        { font-size: 11px; }
  .mb-eyebrow      { font-size: 18px; }
  .mb-title        { font-size: 14px; }

  .maps-bubble     { padding: 20px 14px 12px; }
  .map-canvas      { height: 175px; }
  .map-embed       { height: 270px; }

  .arch-headline   { font-size: clamp(14px, 4.5vw, 20px); }

  .slide           { flex: 0 0 88%; }
}

/* ── 375px — iPhone SE / Galaxy S23 ─────────────────── */
@media (max-width: 375px) {
  .topnav          { height: 81px; padding: 0 13px; }
  .tn-logo-img     { height: 30px; }
  .tn-brand-text   { font-size: 17px; }
  .tn-inner        { min-width: 52px; padding: 4px 7px !important; font-size: 9.5px !important; }

  .hero-logo-img   { height: 81px; }
  .hero-h1         { font-size: 34px; }
  .hbtn            { width: 160px; font-size: 14px; padding: 10px 16px; }

  .feature-card    { margin: -55px 8px 0; }

  .to-southgate    { font-size: 12px; letter-spacing: .18em; }
  .mb-allroads-text { font-size: 12px; letter-spacing: .18em; }

  .gallery-title   { font-size: 11px; letter-spacing: .26em; }
}

/* ── 320px — Galaxy Fold closed ─────────────────────── */
@media (max-width: 320px) {
  .topnav          { padding: 0 10px; }
  .tn-brand-text   { font-size: 16px; }
  .tn-inner        { min-width: 46px; padding: 4px 6px !important; font-size: 9px !important; }

  .hero-logo-img   { height: 68px; }
  .hero-h1         { font-size: 30px; }
  .hbtn            { width: 140px; font-size: 13px; padding: 9px 14px; }

  .feature-card    { margin: -50px 6px 0; }
  .fc-icon         { width: 34px; height: 34px; }
  .fc-label        { font-size: 8px; letter-spacing: .06em; }

  .sd-title        { font-size: 18px; }
  .sd-body         { font-size: 12px; }

  .maps-bubble     { padding: 16px 10px 10px; }
  .mb-title        { display: none; }

  .arch-headline   { font-size: 13px; }

  .slide           { flex: 0 0 92%; }
  .final-card      { border-radius: 12px; }
}

/* ── HERO MUTE BUTTON ───────────────────────────────────── */
.hero-mute-btn {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 20;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.hero-mute-btn:hover  { background: rgba(0,0,0,0.65); transform: scale(1.08); }
.hero-mute-btn:active { background: rgba(0,0,0,0.82); transform: scale(0.96); }
@media (max-width: 768px) {
  .hero-mute-btn { bottom: 18px; left: 18px; width: 38px; height: 38px; }
}

/* ── HAMBURGER BUTTON ───────────────────────────────────── */
.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 4px;
  z-index: 200;
  -webkit-tap-highlight-color: transparent;
}
.hamburger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.25s;
}

/* ── HAMBURGER OVERLAY MENU ─────────────────────────────── */
.hamburger-menu {
  position: fixed;
  inset: 0;
  background: #180a21;
  z-index: 9990;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(0.16,1,0.3,1);
  direction: rtl;
}
.hamburger-menu.open { transform: translateX(0); }

.hamburger-close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 22px;
  color: rgba(245,235,239,0.65);
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 6px;
  -webkit-tap-highlight-color: transparent;
}
.hamburger-close:hover { color: #f5ebef; }

.hm-logo {
  position: absolute;
  top: 18px;
  left: 18px;
}
.hm-logo img { height: 20px; width: auto; }

.hm-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}
.hm-nav a {
  font-family: 'SiteFont', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: rgba(245,235,239,0.8);
  text-decoration: none;
  letter-spacing: 0.12em;
  transition: color 0.2s;
}
.hm-nav a:hover, .hm-nav a:active { color: #f5ebef; }
.hm-nav .hm-divider {
  width: 1px;
  height: 32px;
  background: rgba(245,235,239,0.15);
}
.hm-pill {
  background: rgba(245,235,239,0.1) !important;
  border: 1px solid rgba(245,235,239,0.22) !important;
  border-radius: 999px !important;
  padding: 10px 0 !important;
  font-size: 16px !important;
  color: #f5ebef !important;
  min-width: 160px !important;
  text-align: center !important;
  display: block !important;
}
.hm-pill--offices {
  background: #dae2ec !important;
  border-color: #dae2ec !important;
  color: #180a21 !important;
}
.hm-pill--ml {
  background: rgba(92,42,122,0.7) !important;
  border-color: rgba(245,235,239,0.3) !important;
  color: #f5ebef !important;
}
