:root {
  --bg: #17181a; --panel: #101113; --panel-hi: #2a2c30; --card: #202225;
  --ink: #e8e6e3; --accent: #F25C05; --accent-hi: #ff7a2a; --accent-dk: #a83e04;
  --muted: #9a9da1; --line: #3a3c40; --light: #e8e6e3; --light-ink: #101113;
  --light-mut: #5e6165; --light-line: #c3c0bc;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); scroll-behavior: smooth; }
body { font-family: "Noto Sans Georgian", "Archivo", Helvetica, sans-serif; -webkit-font-smoothing: antialiased; color: var(--ink); }
a { color: var(--accent); text-decoration: none; transition: background .16s ease, color .16s ease; }
a:hover { color: var(--accent-hi); }
img { display: block; }
h1, h2, h3 { font-family: Archivo, "Noto Sans Georgian", sans-serif; text-transform: uppercase; letter-spacing: -0.03em; }

.h-orange:hover { background: var(--accent-hi) !important; }
.h-dark:hover { background: var(--panel-hi) !important; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.wrap { max-width: 1180px; margin-inline: auto; padding-inline: clamp(18px, 5vw, 48px); }
.section { padding-block: clamp(40px, 7vw, 84px); }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.eyebrow .bar { display: block; width: 26px; height: 6px; background: var(--accent); flex: 0 0 auto; }
.eyebrow .lbl { font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.h2 { font-weight: 900; font-size: clamp(28px, 7vw, 56px); line-height: 0.98; margin: 0 0 24px; color: #fff; }
.h3 { font-weight: 900; font-size: clamp(20px, 3.4vw, 27px); line-height: 1.1; margin: 34px 0 12px; color: #fff; }

.grid { display: grid; gap: 3px; }
.cards-2 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.cards-3 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.cards-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* ---- header + nav (shared by every page) ---- */
.hdr { position: sticky; top: 0; z-index: 50; background: var(--panel); border-bottom: 3px solid var(--accent); }
.hdr-in { display: flex; align-items: stretch; justify-content: space-between; padding-block: 0; width: 100%; }
.brand { display: flex; flex-direction: column; justify-content: center; padding: 12px 0; min-width: 0; color: #fff; }
.brand:hover { color: #fff; }
.brand-n { font-family: Archivo, Helvetica, sans-serif; font-weight: 900; font-size: 19px; letter-spacing: -0.02em; line-height: 1; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-s { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 4px; white-space: nowrap; }
.hdr-call { display: flex; align-items: center; gap: 9px; background: var(--accent); color: var(--panel); padding: 0 22px; margin-right: calc(-1 * clamp(18px, 5vw, 48px)); font-weight: 900; font-size: 15px; min-height: 58px; flex: 0 0 auto; }
.hdr-call:hover { color: var(--panel); }
.hdr-call svg { flex: 0 0 auto; }

.nav { background: var(--panel); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.nav-in::-webkit-scrollbar { display: none; }
.nav-in a { flex: 0 0 auto; padding: 13px 16px 13px 0; margin-right: 4px; font-size: 13px; font-weight: 800; color: var(--muted); white-space: nowrap; border-bottom: 3px solid transparent; margin-bottom: -1px; }
.nav-in a:hover { color: #fff; }
.nav-in a[aria-current="page"] { color: var(--accent); border-bottom-color: var(--accent); }

/* ---- landing pages ---- */
.crumbs { font-size: 12px; color: var(--muted); padding-block: 18px 0; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--accent); }
.crumbs span { padding: 0 6px; }

.page-head { padding-block: clamp(20px, 4vw, 40px) clamp(24px, 4vw, 36px); border-bottom: 3px solid var(--accent); }
.page-head h1 { font-weight: 900; font-size: clamp(30px, 7.5vw, 62px); line-height: 0.95; letter-spacing: -0.035em; color: #fff; margin: 0 0 16px; }
.lede { font-size: clamp(16px, 2.2vw, 20px); line-height: 1.45; font-weight: 600; color: #d4d2cf; margin: 0; max-width: 62ch; text-wrap: pretty; }

.prose { max-width: 68ch; }
.prose p { font-size: 16px; line-height: 1.65; color: #cfcdca; margin: 0 0 16px; }
.prose ul { margin: 0 0 18px; padding-left: 0; list-style: none; }
.prose li { position: relative; font-size: 16px; line-height: 1.6; color: #cfcdca; padding-left: 20px; margin-bottom: 9px; }
.prose li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: var(--accent); }
.prose strong { color: #fff; }

.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: var(--line); margin: 26px 0; }
.facts div { background: var(--panel); padding: 16px 18px; }
.facts .k { font-family: Archivo, sans-serif; font-weight: 900; font-size: 21px; color: var(--accent); line-height: 1.1; }
.facts .v { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }

.tbl { border-top: 3px solid var(--accent); margin: 22px 0; max-width: 68ch; }
.tbl .row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.tbl .row .k { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.tbl .row .v { font-family: Archivo, sans-serif; font-weight: 800; font-size: 18px; text-align: right; color: #fff; }

.faq { border-top: 3px solid var(--accent); max-width: 76ch; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 800; font-size: 16px; color: #fff; display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: Archivo, sans-serif; font-size: 22px; color: var(--accent); line-height: 1; flex: 0 0 auto; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin: 0 0 18px; font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 68ch; }

.links { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 3px; }
.links a { background: var(--card); border-left: 5px solid var(--accent); padding: 18px; color: #fff; font-weight: 800; font-size: 16px; line-height: 1.35; }
.links a:hover { background: var(--panel-hi); color: #fff; }
.links a span { display: block; font-weight: 600; font-size: 13px; color: var(--muted); margin-top: 6px; }

.cta { background: var(--accent); color: var(--panel); }
.cta .h2 { color: var(--panel); }
.cta .eyebrow .bar { background: var(--panel); }
.cta .eyebrow .lbl { color: var(--panel); }
.cta-phone { display: block; background: var(--panel); color: #fff; padding: 22px 20px; margin-bottom: 3px; }
.cta-phone:hover { color: #fff; }
.cta-phone .k { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }
.cta-phone .n { font-family: Archivo, sans-serif; font-weight: 900; font-size: clamp(28px, 8vw, 52px); line-height: 1.05; letter-spacing: -0.02em; margin-top: 6px; }
.cta-phone .s { font-size: 13px; color: var(--muted); margin-top: 8px; }

/* discreet footer page links — low-key for visitors, fully crawlable for search */
.fnav { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.fnav a { font-size: 12px; font-weight: 600; color: #7a7d81; }
.fnav a:hover { color: var(--accent); }

.also { font-size: 12px; line-height: 1.7; color: #6b6e72; margin-top: 18px; }
.also b { color: #8b8e92; font-weight: 700; }

/* ---- hero ---- */
.hero { position: relative; min-height: 82vh; display: flex; flex-direction: column; justify-content: flex-end;
  background-image: linear-gradient(to bottom, rgba(16,17,19,0.30) 0%, rgba(16,17,19,0.55) 45%, rgba(16,17,19,0.96) 100%), url('/uploads/bloki-cexi-qutaisi.jpg');
  background-size: cover, cover; background-position: center, center 30%; }
.hero-inner { padding-block: 28px 40px; }
.hero-block { max-width: 620px; }
.hero h1 { font-weight: 900; font-size: clamp(38px, 10vw, 88px); line-height: 0.88; letter-spacing: -0.035em; color: #fff; margin: 0 0 10px; }
.hero-sub { font-size: clamp(13px, 2vw, 16px); font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }

.specs { background: var(--light); color: var(--light-ink); }
.specs-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.specs-fig { margin: 0; }
.specs-fig img { width: 100%; height: 62vw; max-height: 460px; object-fit: cover; object-position: center 26%; }
.specs-body { padding-block: clamp(30px, 5vw, 56px); }
.specs .h2 { color: var(--light-ink); }
.specs .tbl { border-top-color: var(--light-ink); }
.specs .tbl .row { border-bottom-color: var(--light-line); }
.specs .tbl .row .k { color: var(--light-mut); }
.specs .tbl .row .v { color: var(--light-ink); }

.band { background-image: linear-gradient(to bottom, rgba(16,17,19,0.86), rgba(16,17,19,0.92)), url('/uploads/samsheneblo-bloki-wyaltubo.jpg'); background-size: cover; background-position: center; }
.yard-fig { margin: 0; }
.yard-fig img { width: 100%; height: 56vw; max-height: 420px; object-fit: cover; }

@media (min-width: 768px) {
  .hero { min-height: 78vh; }
  .specs-grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .specs-fig img { height: 420px; min-height: 0; max-height: 420px; }
  .yard-fig img { max-height: 460px; }
}
@media (min-width: 1024px) { .specs-grid { grid-template-columns: 1.05fr 1fr; } }

.cards-2 > div, .cards-3 > div, .cards-4 > div { transition: transform .18s ease, box-shadow .18s ease; }
.cards-2 > div:hover, .cards-3 > div:hover, .cards-4 > div:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.34); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }

.fab { position: fixed; right: clamp(16px, 4vw, 34px); bottom: clamp(16px, 4vw, 34px); z-index: 60;
  display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 50%;
  background: var(--accent); color: var(--panel); box-shadow: 0 10px 26px rgba(0,0,0,0.5);
  border: 2px solid rgba(255,255,255,0.16); transition: transform .18s ease, box-shadow .18s ease; }
.fab:hover { transform: scale(1.08); color: var(--panel); box-shadow: 0 14px 32px rgba(0,0,0,0.6); }
.fab::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(242,92,5,0.5); animation: fabpulse 2.4s ease-out infinite; }
@keyframes fabpulse { 0% { box-shadow: 0 0 0 0 rgba(242,92,5,0.45); } 70% { box-shadow: 0 0 0 16px rgba(242,92,5,0); } 100% { box-shadow: 0 0 0 0 rgba(242,92,5,0); } }
@media (min-width: 768px) { .fab { width: 66px; height: 66px; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  a, .cards-2 > div, .cards-3 > div, .cards-4 > div { transition: none; }
  .cards-2 > div:hover, .cards-3 > div:hover, .cards-4 > div:hover { transform: none; box-shadow: none; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .fab { transition: none; } .fab:hover { transform: none; } .fab::after { animation: none; }
}
