/* ============================================================
   CITY LANDING PAGES — shared layout (reuses styles.css tokens)
============================================================ */

/* ---------- HEADER ---------- */
.cty-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 29, 51, 0.96);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cty-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cty-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.cty-brand img { height: 54px; width: 54px; }
.cty-brand__name {
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
}
.cty-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cty-nav a {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.85);
  padding: 8px 12px;
  border-radius: 4px;
  transition: color .15s, background .15s;
}
.cty-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.08); }
.cty-nav a.is-current { color: #fff; background: rgba(204, 63, 43, 0.25); }
.cty-nav .btn { margin-left: 6px; }
@media (max-width: 680px) {
  .cty-brand__name { display: none; }
  .cty-nav a { font-size: 14px; padding: 7px 9px; }
}

/* ---------- HERO ---------- */
.cty-hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(10,18,33,0.92) 0%, rgba(10,18,33,0.72) 55%, rgba(30,58,95,0.55) 100%),
    url("assets/hero-billboard-flip.png") center 46% / cover no-repeat,
    linear-gradient(160deg, #0E1D33 0%, #1E3A5F 45%, #3a2418 82%, #1a0e08 100%);
  overflow: hidden;
  isolation: isolate;
}
.cty-hero__billboard {
  position: absolute;
  right: 5%;
  bottom: 16%;
  width: clamp(220px, 26vw, 380px);
  aspect-ratio: 16/9;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-dark) 100%);
  border: 3px solid #c8c8c8;
  border-radius: 4px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.1em;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(13px, 1.5vw, 24px);
  letter-spacing: 0.04em;
  box-shadow: 0 0 40px rgba(255, 200, 100, 0.4), inset 0 0 60px rgba(255,255,255,0.05);
  text-align: center;
  padding: 0 12px;
  z-index: 0;
  animation: ctyBillboardGlow 4s ease-in-out infinite;
}
.cty-hero__billboard::before, .cty-hero__billboard::after {
  content: "";
  position: absolute;
  top: -22px;
  width: 4px; height: 22px;
  background: #888;
}
.cty-hero__billboard::before { left: 20%; }
.cty-hero__billboard::after { right: 20%; }
.cty-hero__billboard-pole {
  position: absolute;
  right: calc(5% + clamp(220px, 26vw, 380px) / 2 - 6px);
  bottom: 0;
  width: 12px;
  height: 16%;
  background: linear-gradient(180deg, #555 0%, #2a2a2a 100%);
  z-index: 0;
}
@keyframes ctyBillboardGlow {
  0%, 100% { box-shadow: 0 0 40px rgba(255, 200, 100, 0.4), inset 0 0 60px rgba(255,255,255,0.05); }
  50% { box-shadow: 0 0 60px rgba(255, 200, 100, 0.6), inset 0 0 60px rgba(255,255,255,0.08); }
}
@media (max-width: 900px) {
  .cty-hero__billboard, .cty-hero__billboard-pole { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .cty-hero__billboard { animation: none; }
}
.cty-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 24 24' fill='%23CC3F2B'><path d='M12 2l1.5 4.5L18 5l-2 4 4 1.5-4 1.5 2 4-4.5-1.5L12 19l-1.5-4.5L6 16l2-4-4-1.5 4-1.5-2-4 4.5 1.5z'/></svg>");
  opacity: 0.04;
  pointer-events: none;
}
.cty-hero__inner { padding: 76px 0 72px; position: relative; z-index: 1; }
.cty-hero__crumbs {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 18px;
}
.cty-hero__crumbs a { color: rgba(255, 255, 255, 0.8); }
.cty-hero__crumbs a:hover { color: #fff; text-decoration: underline; }
.cty-hero h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.94;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
  max-width: 20ch;
}
.cty-hero h1 .accent { color: #F0654E; display: block; margin-top: 24px; }
.cty-hero__sub {
  font-family: var(--serif);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 64ch;
  margin: 0 0 34px;
}
.cty-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.cty-hero__quick {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 760px;
}
.cty-hero__quick-num {
  font-family: var(--display);
  font-size: 46px;
  line-height: 1;
  color: #fff;
}
.cty-hero__quick-label {
  font-family: var(--sans);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 6px;
  max-width: 22ch;
}

/* ---------- INTRO ---------- */
.cty-intro { background: #fff; }
.cty-intro__inner { max-width: 1180px; }
.cty-intro p {
  font-family: var(--serif);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72;
  color: var(--ink-soft);
  margin: 0 0 20px;
}
.cty-intro p strong { color: var(--navy); font-weight: 600; }

/* ---------- BOARDS ---------- */
.cty-boards { background: var(--cream); }
.cty-board {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 40px;
}
.cty-board:last-child { margin-bottom: 0; }
.cty-board--flip .cty-board__media { order: 2; }
.cty-board__media {
  position: relative;
  min-height: 0;
  background: var(--navy-deep);
}
.cty-board__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; position: absolute; inset: 0; }
.cty-board__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 3px;
  color: #fff;
}
.cty-board__badge--live { background: var(--red); box-shadow: 0 2px 0 var(--red-dark); }
.cty-board__badge--soon { background: rgba(14, 29, 51, 0.82); }
.cty-board__body { padding: 40px 40px; }
.cty-board__eyebrow {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.cty-board__title {
  font-family: var(--condensed);
  font-weight: 700;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.02;
  color: var(--navy);
  margin: 0 0 6px;
}
.cty-board__addr {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.cty-board__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 22px;
}
.cty-stat { background: #fff; padding: 16px 18px; }
.cty-stat__num {
  font-family: var(--display);
  font-size: 40px;
  line-height: 1;
  color: var(--navy);
  letter-spacing: 0.01em;
}
.cty-stat__label {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 5px;
}
.cty-board__desc {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.66;
  color: var(--ink-soft);
  margin: 0 0 18px;
}
.cty-board__near {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cty-board__near li {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  padding: 6px 12px;
  border-radius: 20px;
}
@media (max-width: 860px) {
  .cty-board { grid-template-columns: 1fr; }
  .cty-board--flip .cty-board__media { order: 0; }
  .cty-board__media { min-height: 240px; }
  .cty-board__body { padding: 32px 28px; }
}

/* ---------- CTA BAND ---------- */
.cty-cta {
  background: var(--red);
  color: #fff;
  text-align: center;
}
.cty-cta__inner { padding: 40px 0; }
.cty-cta h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 0.98;
  letter-spacing: 0.01em;
  margin: 0 0 16px;
  color: #fff;
}
.cty-cta p {
  font-family: var(--serif);
  font-size: clamp(17px, 1.4vw, 20px);
  color: rgba(255, 255, 255, 0.92);
  max-width: 52ch;
  margin: 0 auto 30px;
}
.cty-cta .btn--onred {
  background: #fff;
  color: var(--red-dark);
  box-shadow: 0 2px 0 rgba(0,0,0,0.18);
}
.cty-cta .btn--onred:hover { background: var(--cream); transform: translateY(-1px); }

/* ---------- SECTION HEAD ---------- */.cty-head { text-align: center; margin: 0 auto 48px; max-width: 900px; }
.cty-head .eyebrow { justify-content: center; }
.cty-head h2 {
  color: var(--navy);
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}
.cty-head .lead { max-width: 64ch; margin: 0 auto; }

/* ---------- ROI ESTIMATOR ---------- */
.cty-roi { background: #fff; }
.cty-roi .roi__grid { grid-template-columns: 1.15fr 0.85fr; max-width: 1140px; }
.cty-roi .roi__output { padding: 22px 24px; }
.cty-roi .roi__output-num { font-size: clamp(34px, 4.6vw, 52px); }
.cty-roi .cty-roi__box-num { font-size: 38px; }
.cty-roi .sliders { gap: 32px; }
.cty-roi .slider__title { font-size: 17px; }
.cty-roi .slider__val { font-size: 30px; }
.cty-roi__select {
  font-family: var(--sans);
  font-size: 18px;
  padding: 14px 16px;
  font-weight: 500;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--navy);
  outline: none;
  width: 100%;
  cursor: pointer;
}
.cty-roi__blurb {
  padding: 20px 22px;
  font-size: 16px;
  background: rgba(30, 58, 95, 0.06);
  border-radius: 6px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.4;
}
.cty-roi__box {
  padding: 16px;
  margin: 0 0 10px;
  border-radius: 4px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.cty-roi__box--red { background: rgba(200, 60, 50, 0.14); border-color: rgba(230, 100, 80, 0.35); }
.cty-roi__box-label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.cty-roi__box-num { font-family: var(--display); font-size: 50px; letter-spacing: 0.02em; color: #fff; line-height: 1; }
.cty-roi__box-sub { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 6px; }
.cty-roi__disclaimer {
  max-width: 900px;
  margin: 28px auto 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--ink-soft);
  text-align: center;
}
