/* =========================================================
   EZATI / PROM-inspired industrial interface refresh
   Visual language adapted from the supplied prom materials.
   Existing content and page structure remain intact.
   ========================================================= */
:root{
  --prom-ink:#0d1115;
  --prom-ink-2:#171c21;
  --prom-ink-3:#242a30;
  --prom-paper:#f1f0eb;
  --prom-paper-2:#e6e6e0;
  --prom-paper-3:#d9d9d2;
  --prom-white:#fff;
  --prom-muted:#6b7278;
  --prom-line:rgba(15,19,22,.16);
  --prom-line-dark:rgba(255,255,255,.14);
  --prom-accent:#e65c12;
  --prom-accent-2:#c94808;
  --prom-header:88px;
  --prom-max:1480px;
}
html{background:var(--prom-ink);scroll-padding-top:var(--prom-header)}
body.site-page{background:var(--prom-paper);color:var(--prom-ink);font-family:Inter,"Segoe UI",Arial,sans-serif}
body.site-page .container{width:min(calc(100% - 64px),var(--prom-max))}
::selection{background:var(--prom-accent);color:#fff}

/* Header */
body.site-page .header{
  position:fixed;top:0;left:0;right:0;z-index:90;
  background:rgba(12,15,18,.80);backdrop-filter:blur(18px) saturate(120%);
  border-bottom:1px solid rgba(255,255,255,.14);box-shadow:none;
  transition:background .22s ease,box-shadow .22s ease;
}
body.site-page .header.is-scrolled{background:rgba(12,15,18,.94);box-shadow:0 12px 34px rgba(0,0,0,.18)}
body.site-page .header .container{width:min(calc(100% - 64px),var(--prom-max))}
body.site-page .header__inner{height:var(--prom-header);gap:28px}
body.site-page .brand{font-size:31px;letter-spacing:-.04em;position:relative;padding-right:22px;line-height:.86}
body.site-page .brand::after{content:"";position:absolute;right:0;top:2px;bottom:2px;width:1px;background:var(--prom-accent)}
body.site-page .brand span{font-size:8px;letter-spacing:.19em;color:rgba(255,255,255,.58);margin-top:7px}
body.site-page .nav{gap:clamp(18px,1.35vw,30px)}
body.site-page .nav a{position:relative;color:rgba(255,255,255,.86);font-size:14px;font-weight:720;letter-spacing:.01em;transition:color .18s ease;line-height:1.2;text-shadow:0 1px 1px rgba(0,0,0,.18)}
body.site-page .nav a::after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:2px;background:var(--prom-accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
body.site-page .nav a:hover,body.site-page .nav a[aria-current="page"]{color:#fff}
body.site-page .nav a:hover::after,body.site-page .nav a[aria-current="page"]::after{transform:scaleX(1)}
body.site-page .header__phone{font-size:18px;letter-spacing:-.015em;font-weight:800;color:#fff;text-decoration:none}
body.site-page .header .btn{min-height:52px;padding-inline:22px;font-size:12px;letter-spacing:.05em}

/* Button system */
body.site-page .btn{
  min-height:52px;border-radius:0;padding:0 22px;font-size:10px;font-weight:850;
  text-transform:uppercase;letter-spacing:.075em;box-shadow:none;
  transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease;
}
body.site-page .btn:hover{transform:translateY(-2px)}
body.site-page .btn--primary{background:var(--prom-accent);color:#fff;border-color:var(--prom-accent)}
body.site-page .btn--primary:hover{background:var(--prom-accent-2);border-color:var(--prom-accent-2)}
body.site-page .btn--secondary{background:transparent;border-color:var(--prom-line);color:var(--prom-ink)}
body.site-page .btn--ghost{background:rgba(255,255,255,.025);border-color:rgba(255,255,255,.25);color:#fff}
body.site-page .text-link{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--prom-ink);font-weight:850}
body.site-page .text-link::after{color:var(--prom-accent)}

/* Shared section typography */
body.site-page .section{padding:118px 0}
body.site-page .section--surface{background:var(--prom-paper-2)}
body.site-page .section-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.52fr);gap:clamp(48px,8vw,138px);align-items:end;margin-bottom:56px}
body.site-page .section-head h2,body.site-page .section h2{font-weight:540;letter-spacing:-.052em;line-height:.99}
body.site-page .section-head h2{font-size:clamp(42px,4.5vw,70px)}
body.site-page .section-head p{font-size:14px;line-height:1.75;color:var(--prom-muted);max-width:560px}
body.site-page .eyebrow{
  display:flex;align-items:center;gap:12px;margin-bottom:22px;color:#4f565c;
  font-size:13px;font-weight:850;line-height:1.35;letter-spacing:.11em;text-transform:uppercase;
}
body.site-page .eyebrow::before{content:attr(data-index);color:var(--prom-accent);font-size:11px;min-width:24px}
body.site-page .eyebrow::after{content:"";width:42px;height:1px;background:currentColor;opacity:.34}
body.site-page .section--dark .eyebrow,body.site-page .development .eyebrow,body.site-page .contact-cta .eyebrow{color:rgba(255,255,255,.70)}
body.site-page .section--dark .eyebrow::before,body.site-page .development .eyebrow::before,body.site-page .contact-cta .eyebrow::before{color:#ff6d22}
body.site-page .prose{color:#454c52;font-size:17px;line-height:1.82}

/* Homepage hero - console / technical visual language */
body.page-index .hero{
  min-height:860px;height:min(100svh,980px);padding-top:var(--prom-header);overflow:hidden;
  background:
    linear-gradient(90deg,rgba(8,11,14,.98) 0%,rgba(8,11,14,.95) 32%,rgba(8,11,14,.60) 60%,rgba(8,11,14,.18) 100%),
    linear-gradient(0deg,rgba(8,11,14,.78) 0%,transparent 38%),
    url('images/photos/hero-background.webp') center/cover no-repeat;
}
body.page-index .hero::before{
  content:"";position:absolute;inset:0;z-index:1;opacity:.55;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:11vw 11vw;mask-image:linear-gradient(90deg,#000,transparent 92%);
}
body.page-index .hero::after{content:"+";position:absolute;z-index:2;right:8%;bottom:17%;color:rgba(255,255,255,.42);font-size:24px;font-weight:200}
body.page-index .hero__grid{position:relative;z-index:4;grid-template-columns:minmax(0,1.35fr) minmax(330px,.55fr);gap:clamp(52px,7vw,118px);align-items:center;padding:76px 0 70px}
body.page-index .hero h1{font-size:clamp(58px,6.5vw,106px);font-weight:520;line-height:.92;letter-spacing:-.06em;max-width:950px}
body.page-index .hero h1 em{font-weight:620;color:#ff6b24}
body.page-index .hero__lead{max-width:650px;margin-top:30px;color:rgba(255,255,255,.64);font-size:17px;line-height:1.65}
body.page-index .hero .eyebrow{color:rgba(255,255,255,.48);padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.16);margin-bottom:38px}
body.page-index .hero .eyebrow::before{color:#ff6b24}
body.page-index .hero .eyebrow::after{margin-left:auto;width:120px;background:linear-gradient(90deg,#ff6b24,rgba(255,255,255,.10));opacity:1}
body.page-index .hero__facts{margin:34px 0 28px;gap:0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
body.page-index .hero__fact{border:0;border-right:1px solid rgba(255,255,255,.14);border-radius:0;background:transparent;padding:13px 18px 13px 0;margin-right:18px;font-size:11px;letter-spacing:.02em}
body.page-index .hero__fact:last-child{border-right:0}
body.page-index .hero__panel{
  position:relative;border-radius:0;border:1px solid rgba(255,255,255,.18);padding:24px;
  background:rgba(12,15,18,.56);backdrop-filter:blur(16px);box-shadow:none;
}
body.page-index .hero__panel::before,body.page-index .hero__panel::after{content:"";position:absolute;width:14px;height:14px;border-color:#ff6b24}
body.page-index .hero__panel::before{top:-1px;left:-1px;border-top:1px solid #ff6b24;border-left:1px solid #ff6b24}
body.page-index .hero__panel::after{right:-1px;bottom:-1px;border-right:1px solid #ff6b24;border-bottom:1px solid #ff6b24}
body.page-index .hero__panel h2{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.46);padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.12)}
body.page-index .hero__metric{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.12);align-items:end}
body.page-index .hero__metric strong{font-size:29px;font-weight:560;letter-spacing:-.04em}
body.page-index .hero__metric span{font-size:9px;line-height:1.45;color:rgba(255,255,255,.44);text-transform:uppercase;letter-spacing:.06em}

/* Signal strip from supplied reference */
body.site-page .signal-strip{background:var(--prom-ink-2);color:#fff;border-top:1px solid var(--prom-line-dark);border-bottom:1px solid var(--prom-line-dark)}
body.site-page .signal-grid{min-height:142px;display:grid;grid-template-columns:.82fr 1.18fr;border-left:1px solid var(--prom-line-dark);border-right:1px solid var(--prom-line-dark)}
body.site-page .signal-intro{display:grid;grid-template-columns:42px 1fr;gap:20px;align-items:center;padding:28px 32px;border-right:1px solid var(--prom-line-dark)}
body.site-page .signal-intro p{margin:0;color:rgba(255,255,255,.56);font-size:12px;line-height:1.65}
body.site-page .section-no{color:#ff6b24;font-size:9px;font-weight:850}
body.site-page .signal-tags{display:grid;grid-template-columns:repeat(5,1fr)}
body.site-page .signal-tags span{display:grid;place-items:center;text-align:center;padding:14px 10px;border-right:1px solid var(--prom-line-dark);font-size:8px;font-weight:850;letter-spacing:.13em;color:rgba(255,255,255,.58)}
body.site-page .signal-tags span:last-child{border-right:0}

/* Page covers */
body.site-page .page-hero{
  min-height:650px;display:flex;align-items:center;padding:calc(var(--prom-header) + 62px) 0 72px;position:relative;overflow:hidden;
  background-image:linear-gradient(90deg,rgba(7,10,13,.96) 0%,rgba(7,10,13,.84) 35%,rgba(7,10,13,.38) 70%,rgba(7,10,13,.18) 100%),linear-gradient(0deg,rgba(7,10,13,.55),transparent 45%),var(--page-hero-bg);
  background-position:center;background-size:cover;color:#fff;
}
body.site-page .page-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:12vw 12vw;mask-image:linear-gradient(90deg,#000,transparent 88%);pointer-events:none}
body.site-page .page-hero__grid{position:relative;z-index:2;grid-template-columns:minmax(0,1.08fr) minmax(380px,.82fr);align-items:center;gap:clamp(52px,6vw,104px)}
body.site-page .page-hero__grid>div:first-child{max-width:920px}
body.site-page .page-hero__grid>div:last-child{display:block;position:relative;justify-self:stretch}
body.site-page .page-hero__grid>div:last-child::before{content:"ИЗОБРАЖЕНИЕ / ЕЗАТИ";position:absolute;left:18px;top:16px;z-index:2;color:rgba(255,255,255,.72);font-size:8px;font-weight:800;letter-spacing:.14em;text-shadow:0 2px 8px rgba(0,0,0,.42)}
body.site-page .page-hero__grid>div:last-child::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,10,13,.18),rgba(7,10,13,.04) 30%,rgba(7,10,13,.34));pointer-events:none}
body.site-page .page-hero__grid>div:last-child img{display:block;width:100%;height:clamp(380px,34vw,520px);object-fit:cover;border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 64px rgba(0,0,0,.34);background:rgba(255,255,255,.04)}
body.site-page .page-hero h1{font-size:clamp(64px,7vw,112px);font-weight:520;line-height:.9;letter-spacing:-.06em;max-width:980px}
body.site-page .page-hero p{max-width:650px;margin:26px 0 30px;color:rgba(255,255,255,.63);font-size:16px;line-height:1.7}
body.site-page .page-hero .eyebrow{color:rgba(255,255,255,.74);text-shadow:0 1px 10px rgba(0,0,0,.28)}
body.site-page .page-hero .eyebrow::before{color:#ff6b24}
body.site-page .breadcrumbs{margin-bottom:28px;color:rgba(255,255,255,.64);font-size:12px;font-weight:750;line-height:1.4;text-transform:uppercase;letter-spacing:.10em;text-shadow:0 1px 10px rgba(0,0,0,.30)}
body.site-page .breadcrumbs a{color:rgba(255,255,255,.90)}

/* Metric / data grids */
body.site-page .metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--prom-line);border-left:1px solid var(--prom-line);background:transparent}
body.site-page .metric{position:relative;min-height:170px;padding:26px;border:0;border-right:1px solid var(--prom-line);border-bottom:1px solid var(--prom-line);border-radius:0;background:rgba(255,255,255,.20);box-shadow:none;transition:background .24s ease,color .24s ease}
body.site-page .metric::before{display:none}
body.site-page .metric::after{content:"DATA";position:absolute;right:18px;top:18px;color:#8c9195;font-size:7px;font-weight:850;letter-spacing:.15em}
body.site-page .metric:hover{background:var(--prom-ink);color:#fff}
body.site-page .metric strong{font-size:clamp(34px,3.1vw,49px);font-weight:560;letter-spacing:-.05em;color:inherit}
body.site-page .metric span{font-size:11px;color:var(--prom-muted);text-transform:uppercase;letter-spacing:.04em;transition:color .24s ease}
body.site-page .metric:hover span{color:rgba(255,255,255,.50)}

/* Main media / split sections */
body.site-page .split{gap:clamp(50px,7vw,110px)}
body.site-page .split__media{min-height:430px;border-radius:0;box-shadow:none;border:1px solid var(--prom-line);position:relative}
body.site-page .split__media::before{content:"IMAGE / EZATI";position:absolute;z-index:2;left:16px;top:14px;color:rgba(255,255,255,.72);font-size:7px;font-weight:850;letter-spacing:.14em;text-shadow:0 2px 6px rgba(0,0,0,.5)}
body.site-page .split__media img{min-height:430px;filter:saturate(.88) contrast(1.04)}
body.site-page .check-list{margin-top:32px;border-top:1px solid var(--prom-line)}
body.site-page .check-list li{padding:15px 0 15px 28px;border-bottom:1px solid var(--prom-line);font-size:13px}
body.site-page .check-list li::before{content:"+";top:13px;color:var(--prom-accent)}

/* Cards: property / news / residents */
body.site-page .cards,body.site-page .news-grid{gap:0;border-top:1px solid var(--prom-line);border-left:1px solid var(--prom-line)}
body.site-page .card,body.site-page .news-card{
  border:0;border-right:1px solid var(--prom-line);border-bottom:1px solid var(--prom-line);border-radius:0;background:rgba(255,255,255,.22);box-shadow:none;position:relative;overflow:hidden;
}
body.site-page .card--hover{transition:background .25s ease,color .25s ease,transform .25s ease}
body.site-page .card--hover:hover{transform:none;background:var(--prom-ink);color:#fff;box-shadow:none}
body.site-page .card__image{aspect-ratio:16/9;filter:saturate(.86) contrast(1.03);transition:filter .3s ease,transform .4s ease}
body.site-page .card--hover:hover .card__image{transform:scale(1.025);filter:saturate(.72) contrast(1.08) brightness(.82)}
body.site-page .card__body,body.site-page .news-card{padding:26px}
body.site-page .card h3,body.site-page .news-card h3{font-size:24px;font-weight:620;letter-spacing:-.035em}
body.site-page .card p,body.site-page .news-card p{font-size:13px;line-height:1.7;color:var(--prom-muted)}
body.site-page .card--hover:hover p{color:rgba(255,255,255,.55)}
body.site-page .card--hover:hover .text-link{color:#fff}
body.site-page .card__specs{border-top:1px solid var(--prom-line);padding-top:14px;font-size:10px}
body.site-page .card--hover:hover .card__specs{color:rgba(255,255,255,.56);border-color:rgba(255,255,255,.14)}

/* Feature / capability style */
body.site-page .section--dark,body.site-page .development{position:relative;background:var(--prom-ink);color:#fff;overflow:hidden}
body.site-page .section--dark::before,body.site-page .development::before,body.site-page .contact-cta::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:12vw 12vw;pointer-events:none;mask-image:linear-gradient(90deg,#000,transparent 92%)}
body.site-page .section--dark .container,body.site-page .development .container{position:relative;z-index:2}
body.site-page .feature-grid{gap:0;border-top:1px solid var(--prom-line-dark);border-left:1px solid var(--prom-line-dark);background:transparent}
body.site-page .feature{min-height:260px;padding:28px;border:0;border-right:1px solid var(--prom-line-dark);border-bottom:1px solid var(--prom-line-dark);border-radius:0;background:rgba(255,255,255,.018);box-shadow:none;position:relative;overflow:hidden;transition:background .25s ease}
body.site-page .feature:hover{background:rgba(255,255,255,.055)}
body.site-page .feature__icon{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:transparent;color:#ff6b24;font-size:17px}
body.site-page .feature::after{content:"";position:absolute;right:-40px;top:46px;width:160px;height:160px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 28px rgba(255,255,255,.025),0 0 0 58px rgba(255,255,255,.02)}
body.site-page .feature h3{margin-top:70px;font-size:23px;font-weight:600;letter-spacing:-.03em}
body.site-page .feature p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.48)}

/* Infrastructure / service cards */
body.site-page .infrastructure-grid,body.site-page .use-grid{gap:0;border-top:1px solid var(--prom-line);border-left:1px solid var(--prom-line)}
body.site-page .infra-card,body.site-page .use-card{
  min-height:215px;padding:25px;border:0;border-right:1px solid var(--prom-line);border-bottom:1px solid var(--prom-line);border-radius:0;background:rgba(255,255,255,.20);box-shadow:none;position:relative;overflow:hidden;
}
body.site-page .infra-card{border-top:0}
body.site-page .infra-card::after,body.site-page .use-card::after{content:"";display:block;position:absolute;right:-35px;top:-35px;width:115px;height:115px;border:1px solid var(--prom-line);border-radius:50%;box-shadow:0 0 0 24px rgba(0,0,0,.015)}
body.site-page .infra-card h3,body.site-page .use-card h3{font-size:19px;font-weight:620;letter-spacing:-.025em}
body.site-page .infra-card strong{font-weight:560;letter-spacing:-.04em}
body.site-page .use-card{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto 1fr;gap:0 16px}
body.site-page .use-card .use-icon{width:44px;height:44px;border-radius:50%;background:transparent;border:1px solid rgba(230,92,18,.30);color:var(--prom-accent)}
body.site-page .use-card h3{min-height:0;margin:4px 0 9px}
body.site-page .use-card p{font-size:12px;line-height:1.7;color:var(--prom-muted)}
body.site-page .section--tech{background:var(--prom-paper)}
body.site-page .section--tech .container{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}

/* Location / map */
body.site-page .section--route{background:var(--prom-paper-2)}
body.site-page .section--route .container{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
body.site-page .logistics{gap:0;border:1px solid var(--prom-line);align-items:stretch;background:rgba(255,255,255,.17)}
body.site-page .logistics>div:first-child{padding:38px;border-right:1px solid var(--prom-line)}
body.site-page .route-list{border-top:1px solid var(--prom-line)}
body.site-page .route-list li{padding:16px 0;border-bottom:1px solid var(--prom-line);font-size:11px}
body.site-page .route-list strong{font-size:31px;font-weight:560;letter-spacing:-.04em}
body.site-page .map-embed{border:0;box-shadow:none;border-radius:0;min-height:530px}

/* Development */
body.site-page .development__grid{position:relative;z-index:2;gap:70px}
body.site-page .development h2{font-size:clamp(52px,5vw,80px);font-weight:540;letter-spacing:-.055em}
body.site-page .development__stats{gap:0;border-top:1px solid var(--prom-line-dark);border-left:1px solid var(--prom-line-dark)}
body.site-page .development__stat{padding:20px;border:0;border-right:1px solid var(--prom-line-dark);border-bottom:1px solid var(--prom-line-dark);min-height:116px}
body.site-page .development__stat strong{font-size:24px;font-weight:600;color:#ff6b24}
body.site-page .development__stat span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.45)}
body.site-page .development__media{border:1px solid var(--prom-line-dark);border-radius:0;box-shadow:none}
body.site-page .development__media img{filter:saturate(.82) contrast(1.05)}
body.site-page .development .note{border-left:1px solid #ff6b24;background:rgba(255,255,255,.94);color:#35393d}

/* Residents */
body.site-page .residents-showcase{background:var(--prom-paper-2)}
body.site-page .residents-showcase .logo-grid{grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--prom-line);border-left:1px solid var(--prom-line)}
body.site-page .resident-sector{min-height:160px;border:0;border-right:1px solid var(--prom-line);border-bottom:1px solid var(--prom-line);border-radius:0;background:rgba(255,255,255,.18);box-shadow:none;transition:background .24s ease,color .24s ease}
body.site-page .resident-sector::after{display:none}
body.site-page .resident-sector:hover{transform:none;background:var(--prom-ink);color:#fff;border-color:var(--prom-line)}
body.site-page .resident-sector__icon{border-radius:50%;width:48px;height:48px;background:transparent;border:1px solid rgba(230,92,18,.35);color:var(--prom-accent);box-shadow:none}
body.site-page .resident-sector:hover .resident-sector__icon{border-color:rgba(255,255,255,.25)}
body.site-page .resident-card{border-radius:0;border:1px solid var(--prom-line);box-shadow:none;background:rgba(255,255,255,.2)}

/* Services list */
body.site-page .services-list{border:1px solid var(--prom-line);background:rgba(255,255,255,.12)}
body.site-page .service{min-height:115px;padding:22px;border-color:var(--prom-line)}
body.site-page .service strong{font-size:17px;font-weight:620;letter-spacing:-.02em}
body.site-page .service span{font-size:12px;line-height:1.65}

/* Gallery */
body.site-page .gallery-section{background:var(--prom-paper)}
body.site-page .gallery{gap:8px;grid-auto-rows:225px}
body.site-page .gallery img{border-radius:0;box-shadow:none;filter:saturate(.84) contrast(1.04);transition:filter .25s ease,transform .25s ease}
body.site-page .gallery img:hover{transform:none;filter:saturate(1) contrast(1.06)}

/* Articles and specs */
body.site-page .article{max-width:1120px}
body.site-page .article>h2{margin-top:78px;padding-top:26px;border-top:1px solid var(--prom-line);font-size:clamp(36px,4vw,58px);font-weight:540;letter-spacing:-.05em;line-height:1}
body.site-page .article p,body.site-page .article li{font-size:16px;line-height:1.85;color:#4a5156}
body.site-page .article img{border:0;width:100%;margin:44px 0;filter:saturate(.86) contrast(1.03)}
body.site-page .spec-table{border:1px solid var(--prom-line);background:rgba(255,255,255,.25)}
body.site-page .spec-table th,body.site-page .spec-table td{border-color:var(--prom-line);padding:18px}
body.site-page .filter-bar{border-radius:0;border-color:var(--prom-line);background:rgba(255,255,255,.2)}

/* Contact CTA / final panel */
body.site-page .contact-cta{position:relative;overflow:hidden;border-radius:0;padding:58px 56px;background:var(--prom-ink-2);box-shadow:none;border:1px solid rgba(255,255,255,.12)}
body.site-page .contact-cta>div,body.site-page .contact-cta>.actions{position:relative;z-index:2}
body.site-page .contact-cta h2{font-size:clamp(40px,4.6vw,68px);font-weight:540;line-height:.98;letter-spacing:-.05em}
body.site-page .contact-cta p{max-width:720px;font-size:13px;line-height:1.75;color:rgba(255,255,255,.52)}
body.site-page .contact-meta{padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}
body.site-page .contact-meta a{font-size:13px}
body.site-page .contact-cta .actions{min-width:0;align-self:end}

/* Contact page */
body.site-page .contact-card{border-radius:0;padding:46px;border:1px solid var(--prom-line);background:rgba(255,255,255,.18);box-shadow:none}
body.site-page .contact-card__person h2{font-weight:540;letter-spacing:-.05em}
body.site-page .contact-link{font-weight:650}
body.site-page .route-card{border-radius:0;background:var(--prom-ink-2);box-shadow:none;border:1px solid var(--prom-line-dark)}

/* Footer */
body.site-page .footer{background:var(--prom-ink);padding:68px 0 76px}
body.site-page .footer__grid{padding-top:32px;border-top:1px solid var(--prom-line-dark)}
body.site-page .footer h3{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.42)}
body.site-page .footer a{font-size:12px;color:rgba(255,255,255,.58)}
body.site-page .footer a:hover{color:#fff}
body.site-page .footer__bottom{font-size:10px;color:rgba(255,255,255,.36)}

/* Motion */
body.site-page .reveal-block{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
body.site-page .reveal-block.is-visible{opacity:1;transform:none}

@media(max-width:1080px){
  body.site-page .container,body.site-page .header .container{width:min(calc(100% - 40px),var(--prom-max))}
  body.site-page .nav{gap:clamp(14px,1.2vw,22px)}
  body.site-page .nav a{font-size:12.5px}
  body.site-page .header__phone{font-size:16px}
  body.site-page .header .btn{min-height:48px;padding-inline:18px;font-size:11px}
  body.page-index .hero{height:auto;min-height:820px}
  body.page-index .hero__grid{grid-template-columns:1fr;padding-top:70px}
  body.page-index .hero__panel{max-width:620px}
  body.site-page .signal-grid{grid-template-columns:1fr}
  body.site-page .signal-intro{border-right:0;border-bottom:1px solid var(--prom-line-dark)}
  body.site-page .section{padding:92px 0}
  body.site-page .section-head{grid-template-columns:1fr;gap:22px}
  body.site-page .metrics{grid-template-columns:repeat(2,1fr)}
  body.site-page .page-hero__grid{grid-template-columns:1fr}
  body.site-page .page-hero__grid>div:last-child{display:none}
  body.site-page .logistics{grid-template-columns:1fr}
  body.site-page .logistics>div:first-child{border-right:0;border-bottom:1px solid var(--prom-line)}
  body.site-page .residents-showcase .logo-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  :root{--prom-header:70px}
  body.site-page .container,body.site-page .header .container{width:min(calc(100% - 28px),var(--prom-max))}
  body.site-page .header__inner{height:var(--prom-header)}
  body.site-page .brand{font-size:21px}
  body.site-page .section{padding:72px 0}
  body.page-index .hero{min-height:auto;padding-top:var(--prom-header)}
  body.page-index .hero__grid{padding:58px 0 56px}
  body.page-index .hero h1{font-size:48px}
  body.page-index .hero__facts{display:grid}
  body.page-index .hero__fact{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);margin:0;padding:12px 0}
  body.page-index .hero__fact:last-child{border-bottom:0}
  body.site-page .signal-tags{grid-template-columns:1fr 1fr}
  body.site-page .signal-tags span{min-height:64px;border-bottom:1px solid var(--prom-line-dark)}
  body.site-page .signal-tags span:last-child{grid-column:span 2}
  body.site-page .page-hero h1{font-size:54px}
  body.site-page .metrics{grid-template-columns:1fr}
  body.site-page .metric{min-height:135px}
  body.site-page .split__media,body.site-page .split__media img{min-height:300px}
  body.site-page .feature-grid,body.site-page .infrastructure-grid,body.site-page .use-grid{grid-template-columns:1fr}
  body.site-page .residents-showcase .logo-grid{grid-template-columns:1fr}
  body.site-page .contact-cta{padding:36px 26px;grid-template-columns:1fr}
  body.site-page .contact-cta .actions{grid-template-columns:1fr;width:100%}
  body.site-page .gallery{grid-auto-rows:160px}
}
body.site-page .use-card .use-icon--glyph{font-size:20px;font-weight:700;line-height:1}


/* Residents typography refinement — 2026-08-09 */
body.site-page .residents-showcase .section-head h2{
  max-width:760px;
  font-size:clamp(44px,4.1vw,66px);
  line-height:1.09;
  letter-spacing:-.026em;
  font-weight:500;
}
body.site-page .residents-showcase .section-head p{
  font-size:15px;
  line-height:1.8;
  letter-spacing:0;
}
body.site-page .residents-showcase .resident-sector{
  min-height:174px;
  padding:30px 30px;
  gap:22px;
}
body.site-page .residents-showcase .resident-sector span:last-child{
  font-size:17px;
  line-height:1.48;
  letter-spacing:-.008em;
  font-weight:650;
}
body.site-page .residents-showcase .resident-sector__icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
}
@media(max-width:1080px){
  body.site-page .residents-showcase .section-head h2{
    font-size:clamp(40px,5vw,58px);
    line-height:1.1;
  }
}
@media(max-width:700px){
  body.site-page .residents-showcase .section-head h2{
    font-size:38px;
    line-height:1.12;
    letter-spacing:-.018em;
  }
  body.site-page .residents-showcase .resident-sector{
    min-height:132px;
    padding:24px;
  }
}


/* Uniform hero height fix — 2026-08-09 */
body.page-index .hero,
body.site-page .page-hero{
  min-height:820px;
}
body.site-page .page-hero{
  min-height:clamp(820px,88vh,980px);
  padding:calc(var(--prom-header) + 78px) 0 76px;
}
body.site-page .page-hero__grid{
  min-height:calc(820px - var(--prom-header) - 154px);
  align-items:center;
}

@media(max-width:1280px){
  body.page-index .hero,
  body.site-page .page-hero{
    min-height:760px;
  }
  body.site-page .page-hero__grid{
    min-height:calc(760px - var(--prom-header) - 146px);
  }
}

@media(max-width:1080px){
  body.page-index .hero,
  body.site-page .page-hero{
    min-height:680px;
  }
  body.site-page .page-hero{
    padding:calc(var(--prom-header) + 68px) 0 64px;
  }
  body.site-page .page-hero__grid{
    min-height:calc(680px - var(--prom-header) - 132px);
    align-items:end;
  }
}

@media(max-width:700px){
  body.page-index .hero,
  body.site-page .page-hero{
    min-height:560px;
  }
  body.site-page .page-hero{
    padding-top:calc(var(--prom-header) + 46px);
    padding-bottom:54px;
  }
  body.site-page .page-hero__grid{
    min-height:auto;
  }
}


/* Wide inner hero layout fix — 2026-08-09 */
body.site-page .page-hero h1{max-width:900px}
body.site-page .page-hero p{max-width:720px}


/* Readability pass for section labels and breadcrumbs — 2026-08-09 */
@media(max-width:700px){
  body.site-page .eyebrow{font-size:12px;gap:9px;letter-spacing:.09em}
  body.site-page .eyebrow::before{font-size:10px;min-width:22px}
  body.site-page .breadcrumbs{font-size:11px;letter-spacing:.08em}
}


/* About page: aerial photo as the full hero background — 2026-08-09 */
body.page-about .page-hero{
  background-image:
    linear-gradient(90deg,rgba(7,10,13,.94) 0%,rgba(7,10,13,.82) 34%,rgba(7,10,13,.48) 58%,rgba(7,10,13,.18) 100%),
    linear-gradient(0deg,rgba(7,10,13,.56) 0%,rgba(7,10,13,.08) 58%),
    url('images/hero/about-cover.webp');
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
body.page-about .page-hero__grid{
  grid-template-columns:minmax(0,920px);
}
body.page-about .page-hero__grid>div:first-child{
  max-width:920px;
}
@media(max-width:1080px){
  body.page-about .page-hero{background-position:58% center;}
}
@media(max-width:700px){
  body.page-about .page-hero{
    background-position:64% center;
    background-image:
      linear-gradient(90deg,rgba(7,10,13,.94) 0%,rgba(7,10,13,.78) 66%,rgba(7,10,13,.44) 100%),
      linear-gradient(0deg,rgba(7,10,13,.58),rgba(7,10,13,.12)),
      url('images/hero/about-cover.webp');
  }
}
