/* =====================================================================
   რობიზონ ხურცილავა — ადვოკატი | style.css
   სტილი: დახვეწილი, მსუბუქი, თხელი ხაზები, პატარა იკონები
   ===================================================================== */

/* ------------------------------------------ Noto Georgian (ლოკალურად, Google-ის გარეშე) */
@font-face { font-family: "Noto Sans Georgian"; src: url("../fonts/noto/NotoSansGeorgian-var-georgian.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; unicode-range: U+0589, U+10A0-10FF, U+1C90-1CBA, U+1CBD-1CBF, U+205A, U+2D00-2D2F, U+2E31; }
@font-face { font-family: "Noto Sans Georgian"; src: url("../fonts/noto/NotoSansGeorgian-var-latin.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Noto Serif Georgian"; src: url("../fonts/noto/NotoSerifGeorgian-var-georgian.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; unicode-range: U+0589, U+10A0-10FF, U+1C90-1CBA, U+1CBD-1CBF, U+205A, U+2D00-2D2F, U+2E31; }
@font-face { font-family: "Noto Serif Georgian"; src: url("../fonts/noto/NotoSerifGeorgian-var-latin.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* --------------------------------------------------- Helvetica Neue GEO */
@font-face { font-family: "HelveticaNeueGEO"; src: url("../fonts/webfonts/HelveticaNeueLTGEO-45Light.woff2") format("woff2"), url("../fonts/webfonts/HelveticaNeueLTGEO-45Light.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "HelveticaNeueGEO"; src: url("../fonts/webfonts/HelveticaNeueLTGEO-55Roman.woff2") format("woff2"), url("../fonts/webfonts/HelveticaNeueLTGEO-55Roman.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "HelveticaNeueGEO"; src: url("../fonts/webfonts/HelveticaNeueLTGEO-65Medium.woff2") format("woff2"), url("../fonts/webfonts/HelveticaNeueLTGEO-65Medium.woff") format("woff"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "HelveticaNeueGEO"; src: url("../fonts/webfonts/HelveticaNeueLTGEO-75Bold.woff2") format("woff2"), url("../fonts/webfonts/HelveticaNeueLTGEO-75Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --navy: #0f1d38;
  --navy-2: #172a4f;
  --gold: #b8964a;
  --gold-2: #d1b06a;
  --gold-soft: rgba(184, 150, 74, .12);
  --cream: #f8f6f1;
  --paper: #ffffff;
  --ink: #1a2130;
  --text: #4a5364;
  --muted: #7b8494;
  --line: #e8e4db;
  --line-dark: rgba(255,255,255,.12);
  --wa: #25d366;

  --font-sans: "Noto Sans Georgian", "Segoe UI", Arial, sans-serif;
  --font-serif: "Noto Serif Georgian", Georgia, serif;

  --r: 6px;
  --shadow: 0 6px 22px rgba(15, 29, 56, .06);
  --container: 1180px;
  --gutter: 20px;
  --header-h: 72px;
  --topbar-h: 38px;
  --bottom-nav-h: 60px;
}

/* --------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
a, button { -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0; font-family: var(--font-sans); font-size: 15.5px; line-height: 1.7; font-weight: 400;
  color: var(--text); background: var(--paper); -webkit-font-smoothing: antialiased;
  overflow-x: hidden; overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-serif); color: var(--ink); line-height: 1.25; font-weight: 500; }
p { margin: 0 0 1em; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; padding: 0; }
input, select, textarea { font: inherit; }
figure { margin: 0; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: 88px 0; }
.section--cream { background: var(--cream); }

.ico { width: 18px; height: 18px; flex: 0 0 auto; }
.ico--xs { width: 12px; height: 12px; }
.flag { width: 18px; height: 12px; border-radius: 2px; flex: 0 0 auto; }
.br-desk { display: inline; }

/* ---------------------------------------------------------- typography */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--gold); }
.eyebrow--light { color: var(--gold-2); }
.section__title { font-size: clamp(24px, 2.6vw, 32px); letter-spacing: .02em; margin-bottom: 16px; }
.section__title--light { color: #fff; }
.section__head { margin-bottom: 40px; }
.section__head--center { text-align: center; }
.section__head--center .eyebrow::before { display: none; }
.section__head--center .section__title { margin-bottom: 0; }
.section__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.section__head--row .section__title { margin-bottom: 0; }

.link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 500; font-size: 14px; }
.link .ico { width: 16px; height: 16px; color: var(--gold); transition: transform .25s; }
.link:hover .ico { transform: translateX(4px); }

/* ------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: var(--r); font-weight: 500; font-size: 14px; line-height: 1; letter-spacing: .02em;
  border: 1px solid transparent; transition: .25s ease; white-space: nowrap;
}
.btn .ico { width: 16px; height: 16px; }
.btn--sm { padding: 10px 18px; font-size: 13px; }
.btn--block { width: 100%; }
.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-2); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); }
.btn--outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn--outline:hover { background: var(--navy); color: #fff; }
.btn--ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.35); }
.btn--ghost:hover { border-color: var(--gold-2); color: var(--gold-2); }

/* -------------------------------------------------------------- topbar */
body.no-topbar { --topbar-h: 0px; }
.topbar { background: var(--navy); color: rgba(255,255,255,.75); font-size: 12.5px; height: var(--topbar-h); }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.topbar__slogan { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .06em; }
.dot { width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); display: inline-block; }
.topbar__right { display: flex; align-items: center; gap: 16px; }
.topbar__phone { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 500; }
.topbar__phone .ico { width: 14px; height: 14px; color: var(--gold); }
.topbar__sep { width: 1px; height: 14px; background: var(--line-dark); }

.social { display: flex; gap: 4px; }
.social a {
  width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy); transition: .2s;
}
.social a .ico { width: 15px; height: 15px; }
.social a:hover { color: var(--gold); }
.social--top a, .social--light a { color: rgba(255,255,255,.7); }
.social--top a:hover, .social--light a:hover { color: var(--gold-2); }

/* ---------------------------------------------------- language switch */
.lang { position: relative; }
.lang__btn { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 12.5px; font-weight: 500; padding: 4px 0; transition: color .2s; }
.lang__btn:hover, .lang.is-open .lang__btn { color: var(--gold-2); }
.lang__btn .ico--xs { transition: transform .25s; opacity: .7; }
.lang.is-open .lang__btn .ico--xs { transform: rotate(180deg); }
.lang__menu {
  position: absolute; right: 0; top: calc(100% + 10px); z-index: 60; min-width: 120px;
  background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 32px rgba(15,29,56,.12); padding: 6px;
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s;
}
.lang__menu::before { content: ""; position: absolute; right: 18px; top: -5px; width: 8px; height: 8px; background: #fff; border-left: 1px solid var(--line); border-top: 1px solid var(--line); transform: rotate(45deg); }
.lang.is-open .lang__menu { opacity: 1; visibility: visible; transform: none; }
.lang__menu li { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 5px; color: var(--ink); font-size: 13.5px; cursor: pointer; }
.lang__menu li span { flex: 1; }
.lang__menu li:hover { background: var(--cream); }
.lang__check { width: 14px; height: 14px; color: var(--gold); opacity: 0; }
.lang__menu li[aria-selected="true"] .lang__check { opacity: 1; }

/* -------------------------------------------------------------- header */
.header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: #fff; border-bottom: 1px solid var(--line); transition: box-shadow .25s;
}
.header.is-scrolled { box-shadow: 0 4px 20px rgba(15,29,56,.06); }
.header__inner { display: flex; align-items: center; gap: 28px; height: 100%; }

.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand__mark { width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--gold); flex: 0 0 auto; }
.brand__mark .ico { width: 19px; height: 19px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name { font-family: var(--font-serif); font-weight: 500; font-size: 16.5px; color: var(--navy); white-space: nowrap; }
.brand__role { font-size: 10.5px; color: var(--muted); letter-spacing: .2em; text-transform: uppercase; margin-top: 3px; white-space: nowrap; }

.nav { display: flex; gap: 2px; flex-shrink: 0; }
.nav__link { padding: 8px 12px; font-size: 14px; color: var(--ink); position: relative; white-space: nowrap; transition: color .2s; }
.nav__link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav__link:hover, .nav__link.is-active { color: var(--navy); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }

.header__mark { display: none; width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; align-items: center; justify-content: center; color: var(--gold); }
.header__mark .ico { width: 19px; height: 19px; }
.header__fb { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid #1877f2; color: #1877f2; font-size: 13.5px; font-weight: 500; transition: .25s; }
.header__fb .ico { width: 18px; height: 18px; }
.header__fb:hover { background: #1877f2; color: #fff; }
.header__call { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; color: var(--navy); margin-right: -8px; }
.header__call { position: relative; }
.header__call::before { content: ""; position: absolute; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--gold); animation: ringPulse 2s ease-out infinite; }
.header__call .ico { width: 19px; height: 19px; color: var(--gold); animation: ringShake 2s ease-in-out infinite; }
@keyframes ringPulse { 0% { transform: scale(.7); opacity: .9; } 70% { transform: scale(1.35); opacity: 0; } 100% { opacity: 0; } }
@keyframes ringShake { 0%, 60%, 100% { transform: rotate(0); } 65% { transform: rotate(-14deg); } 70% { transform: rotate(12deg); } 75% { transform: rotate(-10deg); } 80% { transform: rotate(8deg); } 85% { transform: rotate(0); } }

/* ------------------------------------------------ drawer (მარცხნიდან) */
.drawer { position: fixed; inset: 0; z-index: 100; visibility: hidden; }
.drawer.is-open { visibility: visible; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(10,18,36,.55); opacity: 0; transition: opacity .3s; }
.drawer.is-open .drawer__backdrop { opacity: 1; }
.drawer__panel {
  position: absolute; top: 0; left: 0; bottom: 0; width: min(320px, 85vw); background: #fff; display: flex; flex-direction: column;
  transform: translateX(-100%); transition: transform .35s cubic-bezier(.4,0,.2,1); overflow-y: auto;
}
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.drawer__brand { display: flex; align-items: center; gap: 10px; color: var(--gold); }
.drawer__brand span { display: flex; flex-direction: column; line-height: 1.2; }
.drawer__brand b { font-family: var(--font-serif); font-weight: 500; font-size: 15px; color: var(--navy); }
.drawer__brand small { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.drawer__close { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; color: var(--navy); }
.drawer__nav { padding: 10px 0; display: flex; flex-direction: column; }
.drawer__nav a { padding: 13px 22px; font-size: 15px; color: var(--ink); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }
.drawer__nav a::before { content: ""; width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); opacity: .8; }
.drawer__langs { display: flex; gap: 8px; padding: 18px 22px; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px; border-radius: 4px; font-size: 12.5px; font-weight: 500; border: 1px solid var(--line); color: var(--text); }
.chip.is-active { border-color: var(--gold); color: var(--gold); }
.drawer__foot { margin-top: auto; padding: 18px 22px 24px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.drawer__foot a { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.drawer__foot .ico { width: 16px; height: 16px; color: var(--gold); }
.drawer__foot .social--brand { margin-top: 10px; }

/* ---------------------------------------------------------------- hero
   ფონი: მოძრავი ხაზები/წერტილები + სასამართლოს შენობა, რომელიც თავად იხატება */
.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, #0b1730 0%, #0f1d38 45%, #12283a 100%); }
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__glow { position: absolute; inset: 0; background: radial-gradient(640px 480px at 78% 55%, rgba(209,176,106,.14), transparent 70%), radial-gradient(420px 320px at 8% 100%, rgba(209,176,106,.06), transparent 70%); }
.hero__net { position: absolute; inset: 0; width: 100%; height: 100%; }

/* სასამართლო — line-art */
.ch { position: absolute; right: -2%; top: 50%; width: min(620px, 50vw); height: auto; transform: translateY(-50%); color: var(--gold-2); opacity: .28; filter: drop-shadow(0 0 10px rgba(209,176,106,.25)); }
.ch__g path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: chDraw 2.2s cubic-bezier(.4,0,.2,1) forwards; }
.ch__g--1 path { animation-delay: .2s; }
.ch__g--2 path { animation-delay: .8s; }
.ch__g--3 path { animation-delay: 1.6s; }
.ch__g--4 path { animation-delay: 2.1s; }
.ch__g--5 path { animation-delay: 2.7s; }
@keyframes chDraw { to { stroke-dashoffset: 0; } }
.ch__arm { transform-origin: 260px 66px; animation: chTilt 7s ease-in-out 4s infinite; }
@keyframes chTilt { 0%, 100% { transform: rotate(-5deg); } 50% { transform: rotate(5deg); } }
.ch__scales { animation: chGlow 4s ease-in-out 4s infinite; }
@keyframes chGlow { 0%, 100% { filter: drop-shadow(0 0 0 rgba(209,176,106,0)); } 50% { filter: drop-shadow(0 0 8px rgba(209,176,106,.9)); } }

.hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; min-height: 640px; height: calc(100vh - var(--header-h) - var(--topbar-h)); max-height: 800px; padding-top: 60px; padding-bottom: 60px; }

/* პორტრეტი — პერსონალური საიტის აქცენტი */
.hero__person { position: relative; justify-self: end; width: min(400px, 100%); margin: 0; }
.hero__person-frame { position: relative; }
.hero__person-frame::before { content: ""; position: absolute; inset: 18px -16px -16px 18px; border: 1px solid rgba(209,176,106,.55); border-radius: 14px; }
.hero__person-frame::after { content: ""; position: absolute; left: -1px; right: -1px; bottom: -1px; height: 45%; border-radius: 0 0 14px 14px; background: linear-gradient(180deg, transparent, rgba(11,23,48,.92)); }
.hero__person img { position: relative; width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; object-position: center top; border-radius: 14px; filter: saturate(.9) contrast(1.04); box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.hero__person-cap { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 1; display: flex; flex-direction: column; gap: 5px; }
.hero__person-cap b { font-family: var(--font-serif); font-weight: 500; font-size: 18px; color: #fff; letter-spacing: .02em; }
.hero__person-cap span { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-2); display: flex; align-items: center; gap: 10px; }
.hero__person-cap span::before { content: ""; width: 22px; height: 1px; background: var(--gold-2); }
.hero__content { max-width: 620px; }
.hero__eyebrow { font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 22px; display: flex; align-items: center; gap: 14px; }
.hero__eyebrow::before { content: ""; width: 40px; height: 1px; background: var(--gold-2); }
.hero__title { color: #fff; font-size: clamp(32px, 3.9vw, 54px); font-weight: 500; line-height: 1.14; margin-bottom: 20px; letter-spacing: .01em; }
.hero__title span { color: var(--gold-2); }
.hero__lead { font-size: 17px; font-weight: 300; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 34px; max-width: 520px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__note { display: flex; align-items: center; gap: 8px; margin: 26px 0 0; font-size: 13px; color: rgba(255,255,255,.6); }
.hero__note .ico { width: 15px; height: 15px; color: var(--gold-2); }

/* სლაიდერის ღილაკები — თხელი, დახვეწილი */
.hbtn { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 30px; border-radius: 4px; font-size: 13.5px; font-weight: 500; letter-spacing: .06em; transition: .3s ease; }
.hbtn--gold { background: var(--gold); color: #fff; }
.hbtn--gold:hover { background: var(--gold-2); }
.hbtn--line { padding: 0 4px; color: #fff; border-radius: 0; border-bottom: 1px solid rgba(209,176,106,.6); height: 40px; }
.hbtn--line .ico { width: 15px; height: 15px; color: var(--gold-2); transition: transform .3s; }
.hbtn--line:hover { color: var(--gold-2); border-bottom-color: var(--gold-2); }
.hbtn--line:hover .ico { transform: translateX(4px); }
.hero__actions { gap: 26px; }

/* ეტაპობრივი შემოსვლა */
.hero__in { opacity: 0; transform: translateY(18px); animation: heroIn .9s cubic-bezier(.2,.7,.2,1) forwards; animation-delay: calc(.15s + var(--i, 0) * .14s); }
@keyframes heroIn { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .ch__g path { animation: none; stroke-dashoffset: 0; } .ch__arm, .ch__scales { animation: none; } .hero__in { animation: none; opacity: 1; transform: none; } }

/* --------------------------------------------------------------- about */
.about__inner { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: center; }
.about__media { position: relative; max-width: 420px; }
.about__media::before { content: ""; position: absolute; left: -14px; top: 14px; right: 14px; bottom: -14px; border: 1px solid var(--gold); border-radius: var(--r); }
.about__media img { position: relative; width: 100%; aspect-ratio: 4 / 4.8; object-fit: cover; object-position: top; border-radius: var(--r); }
.about__media figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; border-radius: 0 0 var(--r) var(--r); background: linear-gradient(180deg, transparent, rgba(10,18,36,.85)); color: #fff; display: flex; flex-direction: column; }
.about__media figcaption b { font-family: var(--font-serif); font-weight: 500; font-size: 16px; }
.about__media figcaption span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); }
.about__lead { font-family: var(--font-serif); font-size: 17px; color: var(--ink); margin-bottom: 14px; }
.about__facts { display: flex; gap: 0; margin: 28px 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about__facts li { flex: 1; padding: 16px 20px 16px 0; display: flex; flex-direction: column; }
.about__facts li + li { border-left: 1px solid var(--line); padding-left: 20px; }
.about__facts b { font-family: var(--font-serif); font-weight: 500; font-size: 28px; color: var(--gold); line-height: 1; }
.about__facts span { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.about__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }

/* ------------------------------------------------------------ services */
.svc { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.svc__item { background: #fff; border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; transition: border-color .35s ease; }
.svc__item:hover { border-color: #d9cfb4; }
.svc__item.is-open { border-color: var(--gold); }
.svc__card { display: flex; flex-direction: column; flex: 1; padding: 26px 24px 0; }
.svc__top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.svc__ico { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--gold); display: inline-flex; align-items: center; justify-content: center; color: var(--gold); flex: 0 0 auto; transition: background .35s ease, color .35s ease; }
.svc__ico .ico { width: 20px; height: 20px; }
.svc__item:hover .svc__ico { background: var(--gold-soft); }
.svc__item.is-open .svc__ico { background: var(--gold); color: #fff; }
.svc__title { font-family: var(--font-serif); font-size: 14px; font-weight: 500; color: var(--navy); letter-spacing: .03em; line-height: 1.4; }
.svc__desc { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0 0 18px; }
.svc__toggle { margin-top: auto; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 14px 0; border-top: 1px solid var(--line); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); transition: color .2s; }
.svc__toggle .ico { width: 14px; height: 14px; color: var(--gold); transition: transform .25s; }
.svc__toggle:hover { color: var(--gold); }
.svc__item.is-open .svc__toggle .ico { transform: rotate(45deg); }
.svc__body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.svc__body ul { margin: 0 24px; padding: 4px 0 22px; display: flex; flex-direction: column; gap: 8px; }
.svc__body li { position: relative; padding-left: 16px; font-size: 13.5px; color: var(--text); line-height: 1.5; }
.svc__body li::before { content: ""; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }

.section__title--mob, .services__desc, .svc__cta, .t-mob { display: none; }

/* დესკტოპის გაშლის პანელი — მთელი რიგის ქვემოთ */
.svc__panel { grid-column: 1 / -1; position: relative; background: #fff; border: 1px solid var(--gold); border-radius: 8px; padding: 24px 28px 26px; opacity: 0; transform: translateY(-6px); transition: opacity .3s ease, transform .3s ease; }
.svc__panel.is-visible { opacity: 1; transform: none; }
.svc__panel::before, .svc__panel::after { content: ""; position: absolute; left: var(--ax, 50%); top: -8px; width: 14px; height: 14px; margin-left: -7px; background: #fff; border-left: 1px solid var(--gold); border-top: 1px solid var(--gold); transform: rotate(45deg); }
.svc__panel::after { border: 0; top: -6px; }
.svc__panel-head { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.svc__panel-ico { width: 30px; height: 30px; border-radius: 50%; background: var(--gold); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.svc__panel-ico .ico { width: 15px; height: 15px; }
.svc__panel-title { font-family: var(--font-serif); font-size: 14px; letter-spacing: .04em; color: var(--navy); }
.svc__panel .svc__body ul { margin: 0; padding: 14px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 28px; border-top: 1px solid var(--line); }
.svc__panel .svc__cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--navy); font-size: 13px; font-weight: 500; letter-spacing: .02em; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.svc__panel .svc__cta .ico { width: 15px; height: 15px; color: var(--gold); transition: transform .25s; }
.svc__panel .svc__cta:hover .ico { transform: translateX(4px); }
.svc__item.is-open .svc__toggle .ico { transform: rotate(45deg); }
.svc__top { cursor: pointer; }

/* ბარათი-ბმული (accordion-ის ნაცვლად ცალკე გვერდი) */
.svc__item--link { color: inherit; }
.svc__item--link .svc__toggle { cursor: pointer; }
.svc__item--link:hover .svc__toggle { color: var(--gold); }
.svc__item--link:hover .svc__toggle .ico { transform: translateX(4px); }

/* ------------------------------------------------------- consultation */
.consult { background: var(--navy); color: rgba(255,255,255,.8); }
.consult__inner { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: center; }
.consult__info p { font-size: 15.5px; font-weight: 300; max-width: 420px; }
.consult__steps { display: flex; flex-direction: column; margin: 30px 0 0; border-top: 1px solid var(--line-dark); }
.consult__steps li { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-size: 14.5px; color: #fff; }
.consult__steps i { font-style: normal; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(209,176,106,.6); display: inline-flex; align-items: center; justify-content: center; color: var(--gold-2); font-size: 11.5px; letter-spacing: .05em; flex: 0 0 auto; }
.consult__contacts { display: flex; flex-direction: column; gap: 10px; }
.consult__contacts a { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14.5px; }
.consult__contacts .ico { color: var(--gold-2); width: 16px; height: 16px; }

.form { position: relative; background: #fff; border-radius: 10px; padding: 36px 36px 30px; color: var(--ink); box-shadow: 0 30px 60px rgba(0,0,0,.25); overflow: hidden; }
.form::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-2)); }
.form__submit { height: 50px; margin-top: 4px; letter-spacing: .04em; }
.form__submit .ico { transition: transform .25s; }
.form__submit:hover .ico { transform: translateX(4px); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field > span { font-size: 12.5px; font-weight: 500; color: var(--text); letter-spacing: .02em; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border-radius: 6px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 14px; transition: .2s; outline: none; }
.field textarea { resize: vertical; min-height: 100px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.field .is-invalid { border-color: #c94b4b; }
.check { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); margin-bottom: 18px; cursor: pointer; }
.check input { width: 16px; height: 16px; accent-color: var(--gold); }
.check a { color: var(--gold); text-decoration: underline; }
.form__msg { margin: 12px 0 0; font-size: 13.5px; text-align: center; min-height: 1.4em; }
.form__hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.news__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.form__msg.is-ok { color: #1e8a4c; }
.form__msg.is-err { color: #c94b4b; }

/* ---------------------------------------------------------------- news */
.news__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.news__card { display: flex; flex-direction: column; }
.news__img { position: relative; display: block; aspect-ratio: 16 / 11; border-radius: var(--r); overflow: hidden; background: var(--navy); }
.news__img::before { content: ""; position: absolute; inset: 0; background-repeat: no-repeat; background-position: center; background-size: 64px; opacity: .35; transition: transform .5s; }
.news__card:hover .news__img::before { transform: scale(1.08); }
.news__img--1 { background: linear-gradient(150deg, #1b2f57, #0f1d38); }
.news__img--2 { background: linear-gradient(150deg, #24396a, #13244a); }
.news__img--3 { background: linear-gradient(150deg, #172a4f, #0b1730); }
.news__img--4 { background: linear-gradient(150deg, #203560, #101f3d); }
.news__img--1::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d1b06a' stroke-width='.9' stroke-linecap='round' stroke-linejoin='round'><path d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8l-5-5z'/><path d='M14 3v5h5'/><path d='M9 17l6-6'/><circle cx='9.5' cy='11.5' r='1.1'/><circle cx='14.5' cy='16.5' r='1.1'/></svg>"); }
.news__img--2::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d1b06a' stroke-width='.9' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M9.5 7.5h3.6a2 2 0 0 1 0 4H9.5M9.5 11.5h4.1a2 2 0 0 1 0 4H9.5M9.5 7.5v8'/></svg>"); }
.news__img--3::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d1b06a' stroke-width='.9' stroke-linecap='round' stroke-linejoin='round'><path d='M3 11l9-7 9 7'/><path d='M5 10v10h14V10'/><circle cx='12' cy='13.5' r='1.8'/><path d='M12 15.3V19M12 17h1.5'/></svg>"); }
.news__img--4::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d1b06a' stroke-width='.9' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='7' width='18' height='13' rx='2'/><path d='M9 7V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2M3 12.5h18M12 12.5v3'/></svg>"); }
.news__body { padding: 16px 2px 0; }
.news__meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.news__tag { color: var(--gold); letter-spacing: .1em; text-transform: uppercase; font-size: 11px; font-weight: 500; }
.news__meta time::before { content: ""; display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: var(--muted); margin-right: 10px; vertical-align: middle; }
.news__card h3 { font-size: 15.5px; line-height: 1.45; font-weight: 500; }
.news__card h3 a { color: var(--ink); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; transition: color .2s; }
.news__card h3 a:hover { color: var(--gold); }

/* -------------------------------------------------------------- footer */
.footer { background: #0b1730; color: rgba(255,255,255,.62); font-size: 13.5px; position: relative; }
.footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent); opacity: .7; }
.footer__main { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr; gap: 48px; padding: 72px 0 56px; }
.footer__brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer__brand b { font-family: var(--font-serif); font-weight: 500; font-size: 20px; color: #fff; margin-top: 18px; }
.footer__role { font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-2); margin-top: 6px; }
.footer__brand p { font-weight: 300; line-height: 1.7; margin: 18px 0 22px; max-width: 280px; }
.footer__mark { width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--gold-2); }
.footer__mark .ico { width: 20px; height: 20px; }
.footer__cta { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; letter-spacing: .04em; padding-bottom: 4px; border-bottom: 1px solid var(--gold); transition: color .2s; }
.footer__cta .ico { width: 15px; height: 15px; color: var(--gold-2); transition: transform .25s; }
.footer__cta:hover { color: var(--gold-2); }
.footer__cta:hover .ico { transform: translateX(4px); }
.footer__col h4 { font-family: var(--font-serif); font-size: 18px; font-weight: 500; letter-spacing: .02em; color: #fff; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(209,176,106,.35); display: inline-block; }
.footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.footer__col li { font-weight: 300; line-height: 1.55; }
.footer__col a { transition: color .2s; }
.footer__col a:hover { color: #fff; }
.footer__col--contact li:nth-child(-n+2) a { color: #fff; font-weight: 400; }
.footer__contact li { display: flex; align-items: flex-start; gap: 9px; }
.footer__contact li > .ico, .footer__contact li a .ico { width: 14px; height: 14px; color: var(--gold-2); flex: 0 0 auto; margin-top: 4px; }
.footer__contact li a { display: inline-flex; align-items: flex-start; gap: 9px; }
.footer__col--contact .social { margin-top: 22px; margin-left: -8px; }
.footer__col--contact .social a { width: 32px; height: 32px; }
.footer__bottom { display: flex; align-items: center; justify-content: center; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 12.5px; color: rgba(255,255,255,.45); text-align: center; }
.footer__credit a { color: var(--gold-2); border-bottom: 1px solid rgba(209,176,106,.4); transition: .2s; }
.footer__credit a:hover { color: #fff; border-bottom-color: #fff; }
.footer__bottom p { margin: 0; }
.footer__legal { display: flex; gap: 22px; }
.footer__legal a:hover { color: var(--gold-2); }

/* ---------------------------------------------------- floating widgets */
.wa-float { position: fixed; right: 22px; bottom: 24px; z-index: 90; display: flex; align-items: center; gap: 10px; }
.wa-float__label { background: #fff; color: var(--navy); font-size: 13px; font-weight: 500; padding: 8px 14px; border-radius: 4px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.wa-float__btn { width: 50px; height: 50px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--wa); color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.35); transition: .25s; }
.wa-float__btn .ico { width: 25px; height: 25px; }
.wa-float:hover .wa-float__btn { transform: translateY(-2px); }
.wa-float__text, .wa-float__dot { display: none; }

/* ------------------------------------------------- bottom nav (mobile) */
.bottom-nav {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; height: calc(var(--bottom-nav-h) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(15,29,56,.08);
}
.bottom-nav::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: linear-gradient(90deg, transparent 0%, var(--gold) 18%, var(--gold-2) 50%, var(--gold) 82%, transparent 100%); }
.bottom-nav__item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--muted); font-size: 10px; letter-spacing: .01em; transition: color .2s; position: relative; }
.bottom-nav__item .ico { width: 20px; height: 20px; transition: transform .2s; }
.bottom-nav__item.is-active { color: var(--navy); }
.bottom-nav__item.is-active .ico { color: var(--gold); transform: translateY(-1px); }
.bottom-nav__item.is-active::before { content: ""; position: absolute; top: -1px; width: 22px; height: 2px; background: var(--gold); }

/* --------------------------------------------------------- reveal anim */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease var(--d, 0s), transform .7s ease var(--d, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ========================================================== RESPONSIVE */
@media (max-width: 1240px) {
  .header__cta { display: none; }
}
@media (max-width: 1080px) {
  .brand__role { display: none; }
  .news__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer__main { grid-template-columns: 1fr 1fr; gap: 40px; padding: 56px 0 44px; }
}

@media (max-width: 992px) {
  :root { --header-h: 62px; }
  .header { background: #fff; backdrop-filter: none; }
  .section { padding: 64px 0; }
  .topbar { display: none; }
  .nav, .header__cta { display: none; }
  .header__mark, .header__call { display: inline-flex; }
  .header__inner { justify-content: space-between; gap: 12px; position: relative; }
  .brand { margin-right: 0; position: absolute; left: 50%; transform: translateX(-50%); }
  .brand__mark { display: none; }

  /* ტაბლეტი (769–992px): ორი სვეტი რჩება, ფოტო პატარავდება — ფოტო ყველგან ჩანს */
  .hero__inner { grid-template-columns: minmax(0, 1fr) 300px; gap: 32px; height: auto; min-height: 0; max-height: none; padding-top: 56px; padding-bottom: 56px; }
  .hero__content { max-width: 520px; }
  .hero__title { font-size: clamp(30px, 4.6vw, 44px); }
  .hero__person { width: 300px; }
  .hero__person-frame::before { inset: 14px -12px -12px 14px; }
  .hero__person-cap { left: 18px; right: 18px; bottom: 16px; }
  .hero__person-cap b { font-size: 16px; }
  .hero__person-cap span { font-size: 9.5px; }
  .ch { width: min(420px, 50vw); right: -4%; opacity: .32; }

  .about__inner { grid-template-columns: 1fr; gap: 44px; }
  .about__media { max-width: 360px; margin: 0 auto; }
  .svc { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc__panel .svc__body ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .consult__inner { grid-template-columns: 1fr; gap: 36px; }

  body { padding-bottom: var(--bottom-nav-h); }
  .bottom-nav { display: flex; }
  .bottom-nav__item { font-family: "HelveticaNeueGEO", var(--font-sans); font-weight: 500; font-feature-settings: "case"; font-size: 9.5px; letter-spacing: 0; white-space: nowrap; }
  /* WhatsApp — მობილურზე თხელი, მსუბუქი პილი ონლაინ-წერტილით */
  .wa-float { bottom: calc(var(--bottom-nav-h) + 14px); right: 14px; gap: 8px; height: 40px; padding: 0 14px 0 12px; border-radius: 20px; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border: 1px solid var(--line); box-shadow: none; }
  .wa-float__label { display: none; }
  .wa-float__btn { width: auto; height: auto; background: none; color: var(--wa); box-shadow: none; margin: 0; }
  .wa-float__btn .ico { width: 19px; height: 19px; }
  .wa-float:hover .wa-float__btn { transform: none; }
  .wa-float__text { display: inline; color: var(--navy); font-size: 12.5px; font-weight: 500; letter-spacing: .02em; line-height: 1; }
  .wa-float__dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #25d366; margin-left: 2px; box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: onlineDot 1.8s ease-out infinite; }
  @keyframes onlineDot { 0% { box-shadow: 0 0 0 0 rgba(52,224,122,.65); } 70% { box-shadow: 0 0 0 7px rgba(52,224,122,0); } 100% { box-shadow: 0 0 0 0 rgba(52,224,122,0); } }

  .footer__bottom { flex-direction: column; text-align: center; gap: 12px; }
}

@media (max-width: 768px) {
  body { font-size: 15px; }
  .section__title { font-size: 23px; }
  .br-desk { display: none; }

  /* სლაიდერი მობილურზე — პორტრეტი ზემოთ, ცენტრირებული ტექსტი */
  .hero__inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; padding-top: 44px; padding-bottom: 56px; }
  .hero__content { max-width: none; }
  .hero__person { display: block; order: -1; width: 150px; margin: 0 0 26px; }
  .hero__person-frame::before { inset: -8px; border-radius: 50%; border-color: rgba(209,176,106,.5); }
  .hero__person-frame::after { display: none; }
  .hero__person img { aspect-ratio: 1; border-radius: 50%; box-shadow: 0 16px 40px rgba(0,0,0,.4); border: 2px solid rgba(209,176,106,.85); }
  .hero__person-cap { display: none; }
  .ch { top: auto; bottom: -30px; right: 50%; transform: translateX(50%); width: min(380px, 100vw); opacity: .12; }
  .hero__eyebrow { justify-content: center; font-size: 10.5px; letter-spacing: .22em; margin-bottom: 14px; }
  .hero__eyebrow::before, .hero__eyebrow::after { content: ""; width: 22px; height: 1px; background: var(--gold-2); }
  .hero__title { font-size: clamp(27px, 7.4vw, 34px); margin-bottom: 12px; }
  .hero__lead { font-size: 14.5px; margin: 0 auto 24px; }
  .hero__actions { flex-direction: column; align-items: center; gap: 16px; }
  .hbtn--gold { width: 100%; justify-content: center; }
  .hero__note { justify-content: center; font-size: 12px; margin-top: 20px; }
  /* ჩემს შესახებ — ციფრები და ღილაკი მობილურზე */
  .about__facts { margin: 26px 0 24px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); overflow: hidden; }
  .about__facts li { padding: 16px 6px; align-items: center; text-align: center; }
  .about__facts li + li { border-left: 1px solid var(--line); padding-left: 6px; }
  .about__facts b { font-family: var(--font-sans); font-weight: 600; font-size: 24px; color: var(--navy); }
  .about__facts b::after { content: ""; display: block; width: 18px; height: 2px; background: var(--gold); margin: 8px auto 0; border-radius: 2px; }
  .about__facts span { font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: 8px; line-height: 1.35; }
  .about__actions { flex-direction: column; align-items: stretch; gap: 14px; }
  .about__actions .btn { width: 100%; padding: 15px 20px; font-size: 14px; border-radius: 8px; gap: 10px; }
  .about__actions .btn .ico { color: var(--gold-2); }
  .about__actions .link { justify-content: center; }

  /* პრაქტიკის სფეროები — მუქი ფონი, ვერტიკალური სია */
  .services { background: #fff; }
  .t-desk { display: inline; }
  .t-mob { display: none; }
  .services__head { text-align: center; margin-bottom: 26px; }
  .services__head .eyebrow { color: var(--gold); }
  .section__title--desk { display: block; color: var(--navy); font-size: 24px; }
  .section__title--mob { display: none !important; }
  .section__title--mob { display: block; font-family: var(--font-sans); font-weight: 600; color: var(--navy); font-size: 30px; line-height: 1.2; margin-bottom: 12px; letter-spacing: 0; }
  .section__title--mob span { display: block; color: var(--gold); }
  .services__desc { display: block; color: var(--text); font-size: 13.5px; font-weight: 600; line-height: 1.65; margin: 10px auto 0; max-width: 320px; }

  .svc { display: block; border-top: 1px solid var(--line); }
  .svc__item { position: relative; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none !important; transform: none !important; transition: none; }
  .svc__item:hover { border-color: var(--line); }
  .svc__item.is-open, .svc__item.is-open:hover { border-bottom-color: rgba(184,150,74,.45); }
  .svc__item:hover .svc__ico { background: transparent !important; }
  .svc__toggle:hover { color: var(--navy); }
  .svc__card { padding: 0; align-items: stretch; text-align: left; }
  .svc__top { flex-direction: row; align-items: center; gap: 14px; margin: 0; padding: 17px 48px 17px 0; }
  .svc__ico { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold); background: transparent !important; }
  .svc__item.is-open .svc__ico { border-color: var(--gold); background: var(--gold) !important; color: #fff; }
  .svc__ico .ico { width: 20px; height: 20px; }
  .svc__title { font-family: var(--font-serif); font-weight: 500; font-size: 12.5px; color: var(--navy); letter-spacing: .04em; line-height: 1.45; overflow-wrap: anywhere; }
  .svc__desc { display: none; color: var(--muted); font-size: 13.5px; margin: 0 0 12px; }
  .svc__item.is-open .svc__desc { display: block; }
  .svc__item.is-open .svc__top { padding-bottom: 14px; }
  .svc__item.is-open .svc__card { padding: 0; }
  .svc__toggle { position: absolute; top: 20px; right: 0; width: 30px; height: 30px; padding: 0; margin: 0; border: 1px solid var(--line); border-radius: 50%; justify-content: center; color: var(--navy); background: transparent; transition: background .3s, border-color .3s; outline: none; }
  .svc__toggle:focus, .svc__top:focus { outline: none; }
  .svc__body { transition: max-height .45s cubic-bezier(.4,0,.2,1); }
  .svc__body ul, .svc__cta { opacity: 0; transform: translateY(-4px); transition: opacity .35s ease .1s, transform .35s ease .1s; }
  .svc__item.is-open .svc__body ul, .svc__item.is-open .svc__cta { opacity: 1; transform: none; }

  .svc__toggle span { display: none; }
  .svc__toggle .ico { width: 13px; height: 13px; color: var(--navy); }
  .svc__item.is-open .svc__toggle { background: var(--gold); border-color: var(--gold); }
  .svc__item.is-open .svc__toggle .ico { color: #fff; }
  .svc__body ul { margin: 0; padding: 0 0 6px; gap: 10px; }
  .svc__body li { color: var(--text); font-size: 13.5px; padding-left: 18px; }
  .svc__body li::before { width: 4px; height: 4px; border-radius: 50%; transform: none; top: 9px; background: var(--gold); }
  .svc__cta { display: flex; width: fit-content; align-items: center; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 500; margin: 14px auto 24px; padding: 11px 24px; border: 1px solid var(--gold); border-radius: 4px; }
  .svc__cta .ico { width: 15px; height: 15px; color: var(--gold); }

  .form { padding: 22px 18px; }
  .form__row { grid-template-columns: 1fr; gap: 0; }

  /* სიახლეები — ერთი სრულად + მეორის „ყური" */
  .news__grid {
    display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: var(--gutter);
    margin: 0 calc(-1 * var(--gutter)); padding: 0 var(--gutter) 6px; scrollbar-width: none;
  }
  .news__grid::-webkit-scrollbar { display: none; }
  .news__card { flex: 0 0 82%; scroll-snap-align: start; }
  .news__body { padding-top: 12px; }
  .news__card h3 { font-size: 15px; }

  /* მობილურზე ფუტერი: ცენტრირებული ბრენდი, ღილაკები დარეკვა/წერა, მისამართი, სოც. იკონები */
  .footer__main { grid-template-columns: 1fr; gap: 26px; padding: 40px 0 28px; }
  .footer__col:not(.footer__col--contact) { display: none; }
  .footer__brand { align-items: center; text-align: center; }
  .footer__brand b { margin-top: 14px; font-size: 21px; }
  .footer__brand p { margin: 14px auto 18px; max-width: 320px; }
  .footer__cta { display: inline-flex; padding: 11px 20px; border: 1px solid var(--gold); border-radius: 4px; color: #fff; font-size: 13px; }
  .footer__col--contact { text-align: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); }
  .footer__col--contact h4 { display: none; }
  /* კონტაქტი — სუფთა, ღილაკების გარეშე: დიდი ნომერი, ფოსტა, მისამართი, საათები — ყველა ცენტრში */
  .footer__contact { display: flex; flex-direction: column; align-items: center; gap: 10px; }
  .footer__contact li { justify-content: center; align-items: center; font-size: 13.5px; color: rgba(255,255,255,.7); }
  .footer__contact li > .ico, .footer__contact li a .ico { margin-top: 0; width: 15px; height: 15px; }
  .footer__contact li a { align-items: center; }
  .footer__contact-phone a { font-family: var(--font-serif); font-size: 22px; letter-spacing: .02em; color: #fff !important; gap: 12px; }
  .footer__contact-phone a .ico { width: 20px; height: 20px; }
  .footer__contact-mail { margin-bottom: 6px; }
  .footer__contact-mail a { font-size: 15px; color: var(--gold-2) !important; border-bottom: 1px solid rgba(209,176,106,.35); padding-bottom: 2px; }
  .footer__col--contact .social { margin: 20px 0 0; justify-content: center; }
  .footer__col--contact .social a { width: 40px; height: 40px; }
  .footer__bottom { padding: 18px 0 calc(18px + 4px); font-size: 12px; text-align: center; }
  .footer__col h4 { margin-bottom: 14px; }
}

/* =====================================================================
   შიდა გვერდები: სიახლეების სია, სტატია, კონტაქტი
   ===================================================================== */

/* ---------------------------------------------------------- page head */
.page-head { background: var(--cream); border-bottom: 1px solid var(--line); padding: 44px 0 40px; }
.page-head .section__title { margin-bottom: 10px; }
.page-head__text { margin: 0; color: var(--muted); max-width: 560px; }
.back { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 22px; transition: color .2s; }
.back .ico { width: 15px; height: 15px; transform: rotate(180deg); color: var(--gold); transition: transform .25s; }
.back:hover { color: var(--navy); }
.back:hover .ico { transform: rotate(180deg) translateX(3px); }

/* ---------------------------------------------------------- news list */
.news__grid--list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 22px; }
.news__grid--list .news__card h3 { font-size: 15.5px; }
.news-list__empty { text-align: center; color: var(--muted); padding: 40px 0; }
.news__excerpt { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin: 8px 0 10px; }
.news__body .link { font-size: 13px; }

/* ------------------------------------------------------ article: head */
.article-hero { background: var(--cream); border-bottom: 1px solid var(--line); padding: 40px 0 44px; }
.article-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 48px; align-items: center; }
.article-hero__img { position: relative; isolation: isolate; aspect-ratio: 4 / 3; border-radius: 12px; margin: 0; }
.article-hero__img::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--gold); border-radius: 12px; z-index: -1; }
.article-hero__img img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; display: block; box-shadow: 0 20px 44px rgba(15,29,56,.14); }
.article-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font-size: 12.5px; color: var(--muted); margin-bottom: 16px; }
.article-hero__meta > span, .article-hero__meta > time { display: inline-flex; align-items: center; gap: 6px; }
.article-hero__meta .ico { width: 14px; height: 14px; color: var(--gold); }
.article-hero__title { color: var(--navy); font-size: clamp(26px, 3.4vw, 40px); line-height: 1.25; font-weight: 500; margin-bottom: 16px; }
.article-hero__lead { font-size: 16.5px; color: var(--text); line-height: 1.7; margin: 0; max-width: 720px; }

/* ---------------------------------------------------- article: layout */
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; align-items: start; padding-top: 44px; padding-bottom: 88px; }
.article { min-width: 0; }


.share { display: flex; align-items: center; gap: 6px; padding-bottom: 20px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.share__label { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-right: 8px; }
.share a, .share__copy { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 34px; min-width: 34px; padding: 0 10px; border: 1px solid var(--line); border-radius: 17px; color: var(--navy); font-size: 12.5px; transition: .2s; }
.share a .ico, .share__copy .ico { width: 15px; height: 15px; }
.share a:hover, .share__copy:hover { border-color: var(--gold); color: var(--gold); }
.share__copy { margin-left: auto; }

/* ---------------------------------------------------- article: body */
.article__body { font-size: 16px; line-height: 1.8; color: var(--text); }
.article__body > *:first-child { margin-top: 0; }
.article__body p { margin: 0 0 1.2em; }
.article__body h2 { font-size: 22px; margin: 36px 0 12px; color: var(--navy); }
.article__body h3 { font-size: 18px; margin: 28px 0 10px; color: var(--navy); }
.article__body h4 { font-size: 16px; margin: 22px 0 8px; color: var(--navy); }
.article__body ul, .article__body ol { margin: 0 0 1.4em; padding-left: 0; }
.article__body li { position: relative; padding-left: 22px; margin-bottom: 8px; }
.article__body ul li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }
.article__body ol { counter-reset: n; }
.article__body ol li { counter-increment: n; padding-left: 30px; }
.article__body ol li::before { content: counter(n, decimal-leading-zero); position: absolute; left: 0; top: 0; font-family: var(--font-serif); color: var(--gold); font-size: 14px; letter-spacing: .04em; }
.article__body blockquote { margin: 28px 0; padding: 20px 26px; border-left: 2px solid var(--gold); background: var(--cream); border-radius: 0 8px 8px 0; font-family: var(--font-serif); font-size: 17px; color: var(--ink); line-height: 1.6; }
.article__body a { color: var(--gold); border-bottom: 1px solid rgba(184,150,74,.35); }
.article__body a:hover { color: var(--navy); border-bottom-color: var(--navy); }
.article__body strong, .article__body b { color: var(--ink); font-weight: 600; }

/* ---------------------------------------------------- article: video */
.article__video { margin: 36px 0 0; }
.article__video-frame { position: relative; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: var(--navy); box-shadow: 0 20px 44px rgba(15,29,56,.18); }
.article__video-frame iframe, .article__video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.article__video figcaption { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 13px; color: var(--muted); }
.article__video figcaption .ico { width: 16px; height: 16px; color: var(--gold); }

/* ------------------------------------------------ article: prev/next */
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.article-nav__link { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 8px; transition: .25s; }
.article-nav__link small { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.article-nav__link small .ico { width: 14px; height: 14px; color: var(--gold); transform: rotate(180deg); }
.article-nav__link--next { text-align: right; align-items: flex-end; }
.article-nav__link--next small .ico { transform: none; }
.article-nav__link span { font-family: var(--font-serif); font-size: 14.5px; color: var(--navy); line-height: 1.4; }
.article-nav__link:hover { border-color: var(--gold); }

/* ----------------------------------------------------------- sidebar */
.sidebar { position: sticky; top: calc(var(--header-h) + 24px); display: flex; flex-direction: column; gap: 22px; }
.sidebar__block { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 22px; }
.sidebar__title { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-family: var(--font-sans); font-weight: 500; color: var(--gold); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.sidebar__news { display: flex; flex-direction: column; gap: 14px; margin-bottom: 16px; }
.sidebar__news li { display: flex; gap: 12px; align-items: flex-start; }
.sidebar__news li > div { min-width: 0; }
.sidebar__thumb { flex: 0 0 68px; height: 56px; border-radius: 6px; overflow: hidden; position: relative; display: block; }
.sidebar__thumb::before { background-size: 34px !important; }
.sidebar__thumb img { width: 100%; height: 100%; object-fit: cover; }
.sidebar__news time { display: block; font-size: 11.5px; color: var(--muted); margin-bottom: 3px; }
.sidebar__news li > div > a { font-size: 13.5px; line-height: 1.4; color: var(--ink); font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .2s; }
.sidebar__news li > div > a:hover { color: var(--gold); }
.sidebar__list { display: flex; flex-direction: column; }
.sidebar__list li + li { border-top: 1px solid var(--line); }
.sidebar__list a { display: flex; align-items: center; gap: 10px; padding: 9px 0; font-size: 13.5px; color: var(--text); transition: .2s; }
.sidebar__list a .ico { width: 16px; height: 16px; color: var(--gold); }
.sidebar__list a:hover { color: var(--navy); padding-left: 4px; }
.sidebar__block--dark { background: var(--navy); border-color: var(--navy); color: rgba(255,255,255,.75); }
.sidebar__block--dark p { font-size: 14px; margin: 6px 0 14px; }
.sidebar__phone { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-serif); font-size: 18px; margin-bottom: 16px; }
.sidebar__phone .ico { color: var(--gold-2); }

/* ------------------------------------------------ cta form (სტატია / კონტაქტი) */
.cta-form { position: relative; display: flex; flex-direction: column; gap: 24px; margin-top: 44px; padding: 34px 36px 32px; border-radius: 10px; background: var(--cream); border: 1px solid var(--line); color: var(--text); scroll-margin-top: 90px; overflow: hidden; }
.cta-form::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-2)); }
.cta-form__title { color: var(--navy); font-size: 23px; margin-bottom: 8px; }
.cta-form__info p { font-size: 14.5px; margin: 0; max-width: 620px; }
.form--compact { padding: 0; background: transparent; box-shadow: none; border-radius: 0; overflow: visible; }
.form--compact::before { display: none; }
.form--compact .field { margin-bottom: 12px; }
.form--compact .form__submit { height: 48px; }

/* ------------------------------------------------------------ contact */


/* ------------------------------------------------------- responsive */
@media (max-width: 1080px) {
  .article-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 36px; }
  .news__grid--list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 992px) {
  .article-layout { grid-template-columns: 1fr; gap: 40px; padding-bottom: 64px; }
  .article-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .article-hero__img { max-width: 560px; }
  .sidebar { position: static; padding-top: 0; }
  .cta-form { padding: 28px; }
}
@media (max-width: 768px) {
  .page-head { padding: 30px 0 28px; }
  .article-hero { padding: 26px 0 30px; }
  .article-hero__title { font-size: 24px; }
  .article-hero__lead { font-size: 15px; }
  .article-layout { padding-top: 28px; }
  .article-hero__img::before { inset: 10px -10px -10px 10px; }
  .article__body { font-size: 15.5px; }
  .article__body h2 { font-size: 19px; }
  .article__body blockquote { padding: 16px 18px; font-size: 15.5px; }
  .share { flex-wrap: wrap; }
  .share__label { width: 100%; margin-bottom: 6px; }
  .share__copy { margin-left: 0; }
  .article-nav { grid-template-columns: 1fr; }
  .article-nav__link--next { text-align: left; align-items: flex-start; }
  .cta-form { padding: 22px 18px; margin-top: 32px; gap: 18px; }
  .cta-form__title { font-size: 21px; }
  .form--compact { padding: 0; }
  .news__grid--list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 14px; margin: 0; padding: 0; overflow: visible; }
  .news__grid--list .news__excerpt { display: none; }
  .news__grid--list .news__card { flex: none; max-width: none; }
}


/* =====================================================================
   პაგინაცია (სიახლეების სია)
   ===================================================================== */
.pager { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 48px; flex-wrap: wrap; }
.pager a, .pager span { min-width: 40px; height: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r); border: 1px solid var(--line); background: #fff; font-size: 14px; color: var(--ink); transition: .2s; }
.pager a:hover { border-color: var(--gold); color: var(--gold); }
.pager .is-current { background: var(--navy); border-color: var(--navy); color: #fff; }
.pager .is-disabled { opacity: .35; pointer-events: none; }
.pager__arrow .ico { width: 15px; height: 15px; transform: rotate(180deg); }
.pager__arrow--next .ico { transform: none; }

/* =====================================================================
   გალერეა — სექცია და გვერდი
   ===================================================================== */
.gallery__tools { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.gtabs { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); }
.gtabs__btn { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 16px; border-radius: 6px; font-size: 13.5px; font-weight: 500; color: var(--text); transition: .2s; }
.gtabs__btn .ico { width: 16px; height: 16px; color: var(--gold); }
.gtabs__btn b { font-weight: 500; font-size: 11.5px; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px; background: rgba(15,29,56,.06); color: var(--muted); display: inline-flex; align-items: center; justify-content: center; }
.gtabs__btn:hover { color: var(--navy); }
.gtabs__btn.is-active { background: var(--navy); color: #fff; }
.gtabs__btn.is-active .ico { color: var(--gold-2); }
.gtabs__btn.is-active b { background: var(--gold); color: #fff; }
.gtabs--page { margin: 0 0 28px; }

.g__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.g__grid[hidden], .g__panel[hidden] { display: none !important; }
.g__item { position: relative; display: block; aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; background: var(--navy); isolation: isolate; }
.g__item img, .g__item video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.g__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,29,56,.35), rgba(15,29,56,0) 55%); opacity: 0; transition: opacity .3s; }
.g__item:hover img, .g__item:hover video { transform: scale(1.05); }
.g__item:hover::after { opacity: 1; }
.g__item:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.g__play { position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; z-index: 2; box-shadow: 0 8px 24px rgba(0,0,0,.25); transition: transform .25s, background .25s; }
.g__play .ico { width: 18px; height: 18px; margin-left: 2px; }
.g__item:hover .g__play { transform: scale(1.08); background: var(--gold); color: #fff; }
.g__dur { position: absolute; right: 8px; bottom: 8px; z-index: 2; padding: 2px 7px; border-radius: 4px; background: rgba(0,0,0,.65); color: #fff; font-size: 11.5px; font-weight: 500; letter-spacing: .02em; }
.g__empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 32px 0; }
.g__more { display: flex; justify-content: center; margin-top: 32px; }
.g__more .btn.is-loading { opacity: .6; pointer-events: none; }
.g__more-count { color: var(--muted); font-weight: 400; }
.gallery--page { padding-top: 40px; }

@media (max-width: 1080px) { .g__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 768px) {
  .gallery .section__head--row { flex-wrap: wrap; }
  .gallery__tools { width: 100%; justify-content: space-between; gap: 10px 12px; flex-wrap: wrap; }
  .gallery__tools .gtabs { flex: 1 1 auto; max-width: 100%; }
  .gallery__tools .gtabs__btn { flex: 1; justify-content: center; }
  .gtabs__btn { height: 36px; padding: 0 12px; font-size: 13px; }
  /* გვერდი: 2 ერთ ზოლზე */
  .g__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  /* მთავარი: 2 ზოლი ჰორიზონტალური სქროლით — მესამე სვეტი „ყურით" ჩანს */
  .g__grid--home {
    grid-template-columns: none; grid-auto-flow: column; grid-template-rows: repeat(2, auto); grid-auto-columns: 44%;
    overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: var(--gutter);
    margin: 0 calc(-1 * var(--gutter)); padding: 0 var(--gutter) 6px; scrollbar-width: none;
  }
  .g__grid--home::-webkit-scrollbar { display: none; }
  .g__grid--home .g__item { scroll-snap-align: start; }
  .g__grid--home .g__empty { grid-column: auto; grid-row: 1 / -1; width: calc(100vw - 2 * var(--gutter)); }
  .g__play { width: 40px; height: 40px; margin: -20px 0 0 -20px; }
}

/* =====================================================================
   პრაქტიკის სფეროს გვერდი — განსხვავებული ვიზუალი
   ===================================================================== */
.phero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.phero__bg { position: absolute; inset: 0; background:
  radial-gradient(ellipse at 85% 50%, rgba(184,150,74,.22), transparent 55%),
  repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 22px); }
.phero__in { position: relative; padding-top: 34px; padding-bottom: 54px; }
.phero__back { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 30px; transition: color .2s; }
.phero__back .ico { width: 15px; height: 15px; transform: rotate(180deg); color: var(--gold-2); }
.phero__back:hover { color: #fff; }
.phero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 48px; align-items: center; }
.phero__title { font-size: clamp(26px, 3.4vw, 40px); letter-spacing: .03em; line-height: 1.2; color: #fff; margin: 10px 0 16px; }
.phero__lead { font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.78); max-width: 640px; margin: 0 0 26px; }
.phero__cta { padding: 14px 28px; }
.phero__medal { position: relative; width: 220px; height: 220px; margin: 0 auto; display: flex; align-items: center; justify-content: center; }
.phero__ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(209,176,106,.45); }
.phero__ring::before { content: ""; position: absolute; inset: 14px; border-radius: 50%; border: 1px dashed rgba(209,176,106,.35); animation: spin 60s linear infinite; }
.phero__ico { width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #24396a, #101f3d); border: 1px solid var(--gold); color: var(--gold-2); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 30px 60px rgba(0,0,0,.35), inset 0 0 0 6px rgba(15,29,56,.8); }
.phero__ico .ico { width: 56px; height: 56px; }
@keyframes spin { to { transform: rotate(360deg); } }

.pbody { background: var(--cream); padding: 56px 0 64px; }
.pbody__in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 340px); gap: 40px; align-items: start; }
.pbody__sheet { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 36px 40px 40px; position: relative; overflow: hidden; }
.pbody__head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.pbody__num { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; background: var(--gold-soft); color: var(--gold); display: inline-flex; align-items: center; justify-content: center; }
.pbody__num .ico { width: 20px; height: 20px; }
.pbody__title { font-size: 20px; letter-spacing: .01em; }
.pbody__content { font-size: 16px; }
.pbody__content > :first-child { margin-top: 0; }
.pbody__content ul + p { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.pbody__content p strong { color: var(--navy); font-weight: 600; }
.pbody__content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 28px; }
.pbody__content ul li { padding-left: 22px; }
.pbody__content ul li::before { top: 11px; }

.pick { min-width: 0; position: sticky; top: calc(var(--header-h) + 20px); background: var(--navy); border-radius: 12px; padding: 24px 22px 14px; color: #fff; }
.pick__head { margin-bottom: 12px; }
.pick__head .eyebrow { color: var(--gold-2); }
.pick__title { font-size: 18px; color: #fff; margin-top: 6px; }
.pick__list { max-height: calc(5 * 58px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(209,176,106,.5) transparent; padding-right: 4px; margin: 0 -4px 0 0; }
.pick__list::-webkit-scrollbar { width: 4px; }
.pick__list::-webkit-scrollbar-thumb { background: rgba(209,176,106,.5); border-radius: 2px; }
.pick__list li + li { border-top: 1px solid rgba(255,255,255,.08); }
.pick__item { display: flex; align-items: center; gap: 12px; min-width: 0; height: 58px; color: rgba(255,255,255,.85); font-size: 14px; transition: color .2s, padding-left .2s; }
.pick__ico { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(209,176,106,.4); color: var(--gold-2); display: inline-flex; align-items: center; justify-content: center; transition: .2s; }
.pick__ico .ico { width: 16px; height: 16px; }
.pick__name { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pick__arrow { width: 14px; height: 14px; color: rgba(255,255,255,.35); transition: .2s; }
.pick__item:hover { color: #fff; padding-left: 4px; }
.pick__item:hover .pick__ico { background: var(--gold); border-color: var(--gold); color: #fff; }
.pick__item:hover .pick__arrow { color: var(--gold-2); transform: translateX(3px); }

.pconsult { padding: 0 0 72px; background: var(--cream); }
.pconsult__in { max-width: 860px; }
.pconsult .cta-form { margin-top: 0; background: #fff; }

@media (max-width: 992px) {
  .phero__grid { grid-template-columns: minmax(0, 1fr) 200px; gap: 28px; }
  .phero__medal { width: 180px; height: 180px; }
  .phero__ico { width: 108px; height: 108px; }
  .phero__ico .ico { width: 46px; height: 46px; }
  .pbody__in { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .pick { position: static; }
  .pbody__content ul { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .phero__in { padding-top: 22px; padding-bottom: 36px; }
  .phero__back { margin-bottom: 22px; }
  .phero__grid { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .phero__medal { order: -1; width: 150px; height: 150px; }
  .phero__ico { width: 96px; height: 96px; }
  .phero__ico .ico { width: 40px; height: 40px; }
  .phero__title { font-size: 24px; margin: 8px 0 12px; }
  .phero__lead { font-size: 15px; margin: 0 auto 22px; }
  .phero__cta { width: 100%; }
  .pbody { padding: 30px 0 36px; }
  .pbody__sheet { padding: 22px 18px 24px; border-radius: 10px; }
  .pbody__title { font-size: 17px; }
  .pbody__content { font-size: 15.5px; }
  .pick { padding: 20px 16px 10px; }
  .pick__list { max-height: calc(5 * 54px); }
  .pick__item { height: 54px; }
  .pconsult { padding-bottom: 48px; }
  .svc__item--link .svc__toggle { transform: none; }
}

/* =====================================================================
   გამოცემები — სია („ყდის" ბარათები, 4 ერთ ზოლზე)
   ===================================================================== */
.page-head--pub { background: linear-gradient(180deg, #f3efe6, var(--cream)); }
.pubs { padding-top: 48px; }
.pubs__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 26px; }
.pubs__empty { text-align: center; color: var(--muted); padding: 40px 0; }
.pub { display: flex; flex-direction: column; }
.pub__cover { position: relative; display: block; aspect-ratio: 3 / 4; border-radius: 4px 10px 10px 4px; overflow: hidden; background: var(--navy); box-shadow: 0 18px 36px rgba(15,29,56,.16), 0 2px 4px rgba(15,29,56,.1); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s; }
.pub__cover img { width: 100%; height: 100%; object-fit: cover; }
.pub__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(255,255,255,.14), transparent 30%); pointer-events: none; }
.pub__spine { position: absolute; left: 0; top: 0; bottom: 0; width: 10px; background: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,.05) 60%, rgba(255,255,255,.12)); }
.pub:hover .pub__cover { transform: translateY(-6px) rotate(-1deg); box-shadow: 0 28px 48px rgba(15,29,56,.22), 0 2px 4px rgba(15,29,56,.1); }
.pub__cover--1 { background: linear-gradient(160deg, #1b2f57, #0f1d38); }
.pub__cover--2 { background: linear-gradient(160deg, #2a3d6d, #14254b); }
.pub__cover--3 { background: linear-gradient(160deg, #3b3320, #1c1a12); }
.pub__cover--4 { background: linear-gradient(160deg, #22355f, #0b1730); }
.pub__cover-in { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 22px 18px 20px 26px; color: #fff; }
.pub__cover-in::before { content: ""; position: absolute; inset: 12px 12px 12px 20px; border: 1px solid rgba(209,176,106,.45); border-radius: 3px; }
.pub__cover-in .ico { width: 30px; height: 30px; color: var(--gold-2); }
.pub__cover-in b { font-family: var(--font-serif); font-weight: 500; font-size: 15px; line-height: 1.4; color: #fff; }
.pub__body { padding-top: 16px; }
.pub__date { display: block; font-size: 12px; color: var(--muted); letter-spacing: .04em; margin-bottom: 6px; }
.pub__title { font-size: 16px; line-height: 1.4; font-weight: 500; margin-bottom: 8px; }
.pub__title a { color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .2s; }
.pub__title a:hover { color: var(--gold); }
.pub__excerpt { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin: 0 0 10px; }
.pub__link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--navy); }
.pub__link .ico { width: 14px; height: 14px; color: var(--gold); transition: transform .25s; }
.pub__link:hover .ico { transform: translateX(3px); }
@media (max-width: 1080px) { .pubs__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 20px; } }
@media (max-width: 768px) {
  .pubs { padding-top: 28px; }
  .pubs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
  .pub__excerpt { display: none; }
  .pub__title { font-size: 14.5px; }
  .pub__body { padding-top: 12px; }
}

/* =====================================================================
   გამოცემის დეტალური გვერდი — „მკითხველი": ყდა + ქაღალდი
   ===================================================================== */
.pubd { background: var(--cream); }
.pubd__strip { border-bottom: 1px solid var(--line); background: #f3efe6; }
.pubd__strip-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 52px; flex-wrap: wrap; }
.back--nomargin { margin: 0; }
.pubd__crumb { font-size: 12.5px; color: var(--muted); letter-spacing: .02em; }
.pubd__grid { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 48px; align-items: start; padding-top: 48px; padding-bottom: 24px; }
.pubd__sticky { position: sticky; top: calc(var(--header-h) + 24px); display: flex; flex-direction: column; gap: 22px; }
.pubd__cover { position: relative; aspect-ratio: 3 / 4; border-radius: 4px 12px 12px 4px; overflow: hidden; background: var(--navy); box-shadow: 0 26px 50px rgba(15,29,56,.22); isolation: isolate; }
.pubd__cover::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 12px; background: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,.05) 60%, rgba(255,255,255,.12)); z-index: 1; }
.pubd__cover img { width: 100%; height: 100%; object-fit: cover; }
.pubd__cover-in { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 22px 24px 30px; color: #fff; background: linear-gradient(160deg, #1b2f57, #0f1d38); }
.pubd__cover-in::before { content: ""; position: absolute; inset: 14px 14px 14px 24px; border: 1px solid rgba(209,176,106,.45); border-radius: 3px; }
.pubd__cover-in .ico { width: 36px; height: 36px; color: var(--gold-2); }
.pubd__cover-in b { font-family: var(--font-serif); font-weight: 500; font-size: 18px; line-height: 1.4; }
.pubd__meta { margin: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.pubd__meta > div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 16px; font-size: 13px; }
.pubd__meta > div + div { border-top: 1px solid var(--line); }
.pubd__meta dt { color: var(--muted); }
.pubd__meta dd { margin: 0; color: var(--ink); font-weight: 500; text-align: right; }
.pubd__share { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.pubd__share-label { width: 100%; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.pubd__share a, .pubd__share button { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--navy); display: inline-flex; align-items: center; justify-content: center; transition: .2s; }
.pubd__share .ico { width: 15px; height: 15px; }
.pubd__share a:hover, .pubd__share button:hover { border-color: var(--gold); color: var(--gold); }

.pubd__paper { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 48px 56px 40px; position: relative; }
.pubd__paper::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(184,150,74,.18); border-radius: 8px; pointer-events: none; }
.pubd__title { font-size: clamp(26px, 3vw, 36px); line-height: 1.25; margin: 8px 0 18px; }
.pubd__rule { display: block; width: 64px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-2)); margin-bottom: 22px; }
.pubd__lead { font-family: var(--font-serif); font-size: 18px; line-height: 1.7; color: var(--ink); font-style: italic; margin: 0 0 26px; padding-left: 18px; border-left: 2px solid var(--gold-soft); }
.pubd__body { font-size: 16.5px; line-height: 1.85; }
.pubd__body > p:first-of-type::first-letter { font-family: var(--font-serif); font-size: 52px; line-height: .9; float: left; margin: 6px 10px 0 0; color: var(--gold); font-weight: 500; }
.pubd__end { display: flex; align-items: center; gap: 14px; margin-top: 40px; color: var(--gold); }
.pubd__end span { flex: 1; height: 1px; background: var(--line); }
.pubd__end .ico { width: 18px; height: 18px; }
.pubd__more { padding-top: 40px; padding-bottom: 64px; }
.pubd__cta { background: var(--navy); color: #fff; padding: 36px 0; }
.pubd__cta-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.pubd__cta-title { color: #fff; font-size: 24px; margin-top: 6px; }
.pubd__cta-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.pubd__cta-phone { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-serif); font-size: 19px; color: #fff; }
.pubd__cta-phone .ico { width: 18px; height: 18px; color: var(--gold-2); }
@media (max-width: 992px) {
  .pubd__grid { grid-template-columns: 240px minmax(0, 1fr); gap: 28px; }
  .pubd__paper { padding: 36px 32px 32px; }
}
@media (max-width: 768px) {
  .pubd__grid { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; }
  .pubd__sticky { position: static; }
  .pubd__cover { max-width: 220px; margin: 0 auto; }
  .pubd__paper { padding: 26px 20px 24px; border-radius: 10px; }
  .pubd__paper::before { inset: 7px; }
  .pubd__title { font-size: 24px; }
  .pubd__lead { font-size: 16px; }
  .pubd__body { font-size: 15.5px; }
  .pubd__body > p:first-of-type::first-letter { font-size: 42px; }
  .pubd__more { padding-top: 20px; padding-bottom: 44px; }
  .pubd__cta { padding: 28px 0; }
  .pubd__cta-actions { width: 100%; }
  .pubd__cta-actions .btn { flex: 1; }
}

/* =====================================================================
   კონტაქტი — 4 ბარათი ერთ ხაზზე, სრული რუკა, სოც. ქსელები ქვემოთ
   ===================================================================== */
.contact__body { padding-top: 40px; padding-bottom: 72px; }
.cinfo { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 28px; }
.cinfo__card { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 22px 22px 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: .25s; min-width: 0; }
a.cinfo__card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15,29,56,.08); }
.cinfo__ico { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-soft); color: var(--gold); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.cinfo__ico .ico { width: 20px; height: 20px; }
.cinfo__card small { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.cinfo__card b { font-weight: 500; color: var(--navy); font-size: 15.5px; line-height: 1.45; overflow-wrap: anywhere; }
.cmap { position: relative; height: 440px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 44px rgba(15,29,56,.08); }
.cmap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.85); }
.cmap__open { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: 20px; background: #fff; color: var(--navy); font-size: 13px; font-weight: 500; box-shadow: 0 6px 20px rgba(0,0,0,.15); transition: .2s; }
.cmap__open .ico { width: 15px; height: 15px; color: var(--gold); }
.cmap__open:hover { background: var(--navy); color: #fff; }
.csocial { text-align: center; margin-top: 52px; }
.csocial__title { font-size: 24px; margin: 6px 0 26px; }
.csocial__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 28px; }
.csocial__item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--muted); font-size: 12.5px; font-weight: 500; letter-spacing: .02em; transition: color .25s; --brand: var(--navy); }
.csocial__ico { position: relative; width: 62px; height: 62px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(15,29,56,.08); transition: transform .3s cubic-bezier(.2,.7,.2,1), background .25s, color .25s, box-shadow .3s, border-color .25s; }
.csocial__ico::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid var(--brand); opacity: 0; transform: scale(.85); transition: .3s; }
.csocial__ico .ico { width: 24px; height: 24px; }
.csocial__item:hover { color: var(--brand); }
.csocial__item:hover .csocial__ico { background: var(--brand); border-color: var(--brand); color: #fff; transform: translateY(-4px); box-shadow: 0 16px 30px rgba(15,29,56,.16); }
.csocial__item:hover .csocial__ico::after { opacity: .5; transform: scale(1); }
.csocial__item--facebook  { --brand: #1877f2; }
.csocial__item--instagram { --brand: #e1306c; }
.csocial__item--linkedin  { --brand: #0a66c2; }
.csocial__item--telegram  { --brand: #229ed9; }
.csocial__item--whatsapp  { --brand: #25d366; }
.csocial__item--youtube   { --brand: #ff0000; }
.csocial__item--tiktok    { --brand: #111111; }
@media (max-width: 1080px) { .cinfo { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 768px) {
  .contact__body { padding-top: 24px; padding-bottom: 48px; }
  /* მობილურზე — ერთი სვეტი, ჰორიზონტალური სტრიქონები (იკონი მარცხნივ, ტექსტი მარჯვნივ) */
  .cinfo { grid-template-columns: 1fr; gap: 8px; margin-bottom: 18px; }
  .cinfo__card { display: grid; grid-template-columns: 40px minmax(0, 1fr); grid-template-areas: "ico label" "ico value"; column-gap: 14px; row-gap: 1px; align-items: center; padding: 12px 14px; border-radius: 10px; }
  .cinfo__ico { grid-area: ico; width: 40px; height: 40px; margin: 0; }
  .cinfo__ico .ico { width: 18px; height: 18px; }
  .cinfo__card small { grid-area: label; font-size: 10px; }
  .cinfo__card b { grid-area: value; font-size: 14px; line-height: 1.35; }
  .cmap { height: 300px; border-radius: 12px; }
  .cmap__open { left: 10px; bottom: 10px; height: 36px; font-size: 12.5px; }
  .csocial { margin-top: 34px; }
  .csocial__title { font-size: 20px; margin-bottom: 18px; }
  .csocial__list { gap: 16px 18px; }
  .csocial__item { font-size: 11.5px; gap: 7px; }
  .csocial__ico { width: 54px; height: 54px; }
  .csocial__ico .ico { width: 21px; height: 21px; }
}

/* გამოცემა — PDF */
.pub__pdf { position: absolute; right: 10px; top: 10px; padding: 3px 8px; border-radius: 4px; background: rgba(255,255,255,.92); color: #c0392b; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; }
.pubd__dl { display: flex; flex-direction: column; gap: 8px; }
.pubd__dl .btn { padding: 12px 18px; }
.pdfview { margin-top: 28px; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--cream); }
.pdfview__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; background: var(--navy); color: #fff; font-size: 13px; }
.pdfview__bar > span:first-child { display: inline-flex; align-items: center; gap: 8px; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pdfview__bar .ico { width: 16px; height: 16px; color: var(--gold-2); flex: 0 0 auto; }
.pdfview__tools { display: inline-flex; gap: 14px; flex: 0 0 auto; }
.pdfview__tools a { color: var(--gold-2); font-weight: 500; }
.pdfview__tools a:hover { color: #fff; }
.pdfview iframe { display: block; width: 100%; height: min(78vh, 900px); border: 0; background: #525659; }
.pdfview__mobile { display: none; flex-direction: column; align-items: center; gap: 8px; padding: 28px 18px; text-align: center; }
.pdfview__mobile .ico { width: 40px; height: 40px; color: #c0392b; }
.pdfview__mobile p { margin: 0 0 6px; color: var(--muted); font-size: 14px; }
@media (max-width: 768px) {
  .pdfview iframe { display: none; }
  .pdfview__mobile { display: flex; }
  .pdfview__tools a:first-child { display: none; }
}

/* გამოცემა — თავი: ყდა + ინფო, PDF ქვემოთ სრულ სიგანეზე */
.pubd__top { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 36px; align-items: start; padding: 40px 0 8px; }
.pubd__top .pubd__cover { box-shadow: 0 18px 36px rgba(15,29,56,.18); }
.pubd__info .pubd__title { margin: 6px 0 14px; font-size: clamp(24px, 2.6vw, 32px); }
.pubd__info .pubd__lead { font-size: 16.5px; margin-bottom: 16px; }
.pubd__facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0 0 18px; font-size: 13.5px; color: var(--text); }
.pubd__facts li { display: inline-flex; align-items: center; gap: 7px; }
.pubd__facts .ico { width: 15px; height: 15px; color: var(--gold); }
.pubd__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.pubd__actions .btn { padding: 12px 20px; }
.pubd__actions .pubd__share { margin-left: auto; gap: 6px; }
.pubd__paper--text { margin-top: 24px; padding: 32px 36px; }
.pubd__top + .pdfview, .pubd__paper--text + .pdfview { margin-top: 28px; }
.pdfview { margin-bottom: 8px; }
.pdfview iframe { height: min(86vh, 1100px); }
@media (max-width: 768px) {
  .pubd__top { grid-template-columns: 1fr; gap: 18px; padding-top: 22px; }
  .pubd__top .pubd__cover { width: 150px; margin: 0 auto; }
  .pubd__info { text-align: center; }
  .pubd__facts { justify-content: center; gap: 6px 14px; }
  .pubd__actions { justify-content: center; }
  .pubd__actions .btn { flex: 1 1 auto; }
  .pubd__actions .pubd__share { margin: 6px auto 0; justify-content: center; width: 100%; }
  .pubd__paper--text { padding: 22px 18px; }
}

/* =====================================================================
   გაზიარება — მკაფიო ღილაკები ბრენდის ფერებით (სტატია, გამოცემა)
   ===================================================================== */
.shareb { display: flex; align-items: center; gap: 14px 18px; flex-wrap: wrap; margin: 28px 0 8px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.shareb__label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--navy); white-space: nowrap; }
.shareb__label .ico { width: 16px; height: 16px; color: var(--gold); }
.shareb__list { display: flex; flex-wrap: wrap; gap: 8px; }
.shareb__btn { --brand: var(--navy); display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px 0 12px; border-radius: 20px; border: 1.5px solid var(--brand); background: #fff; color: var(--brand); font-size: 13.5px; font-weight: 500; white-space: nowrap; transition: .22s; cursor: pointer; }
.shareb__btn .ico { width: 17px; height: 17px; }
.shareb__btn:hover { background: var(--brand); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(15,29,56,.14); }
.shareb__btn--facebook { --brand: #1877f2; }
.shareb__btn--messenger { --brand: #0084ff; }
.shareb__btn--whatsapp { --brand: #25d366; }
.shareb__btn--telegram { --brand: #229ed9; }
.shareb__btn--linkedin { --brand: #0a66c2; }
.shareb__btn--copy     { --brand: var(--gold); }
.pubd__top + .shareb { margin-top: 20px; }
@media (max-width: 768px) {
  .shareb { padding: 14px; gap: 10px; margin: 22px 0 6px; }
  .shareb__label { width: 100%; }
  .shareb__list { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .shareb__btn { height: 42px; justify-content: center; padding: 0 10px; font-size: 13px; }
}

.pbody__sheet .shareb { margin: 26px 0 0; background: var(--cream); }

/* ბრენდის ფერების მრგვალი სოც. იკონები — ფუტერი, მობილური მენიუ */
.social--brand { gap: 10px; flex-wrap: wrap; }
.social--brand a { --brand: var(--navy); width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--brand); background: #fff; color: var(--brand); transition: .25s; }
.social--brand a .ico { width: 17px; height: 17px; }
.social--brand a:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }
.social--brand .social--facebook  { --brand: #1877f2; }
.social--brand .social--instagram { --brand: #e1306c; }
.social--brand .social--linkedin  { --brand: #0a66c2; }
.social--brand .social--telegram  { --brand: #229ed9; }
.social--brand .social--whatsapp  { --brand: #25d366; }
.social--brand .social--youtube   { --brand: #ff0000; }
.social--brand .social--tiktok    { --brand: #111111; }
.footer .social--brand { margin-top: 18px; }
.footer .social--brand a { background: transparent; }
.footer .social--brand a:hover { background: var(--brand); border-color: var(--brand); }

/* ---------------------------------------------------------------- შეცდომის გვერდი (404 …) */
.errp { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, #0b1730 0%, #0f1d38 45%, #12283a 100%); text-align: center; }
.errp__in { position: relative; padding: 72px 0 80px; min-height: calc(100vh - var(--header-h) - var(--topbar-h)); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.errp__code { font-family: var(--font-serif); font-size: clamp(96px, 16vw, 168px); line-height: 1; font-weight: 400; letter-spacing: .04em; color: transparent; -webkit-text-stroke: 1px rgba(209,176,106,.55); margin-bottom: 8px; user-select: none; }
.errp__title { font-family: var(--font-serif); font-size: clamp(24px, 3.4vw, 40px); font-weight: 400; color: #fff; margin: 14px 0 12px; }
.errp__text { max-width: 520px; margin: 0 auto 28px; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.7; }
.errp__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.errp__actions .btn .ico { width: 15px; height: 15px; }
.errp__actions .btn--ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.errp__actions .btn--ghost:hover { border-color: var(--gold-2); color: var(--gold-2); }
.errp__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); width: 100%; max-width: 760px; }
.errp__links a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); font-size: 13px; transition: .25s; }
.errp__links a .ico { width: 14px; height: 14px; color: var(--gold-2); }
.errp__links a:hover { border-color: var(--gold-2); color: #fff; background: rgba(209,176,106,.08); }
@media (max-width: 768px) {
  .errp__in { padding: 48px 0 56px; min-height: 0; }
  .errp__links { margin-top: 32px; gap: 6px; }
  .errp__links a { padding: 8px 12px; font-size: 12.5px; }
}
/* iOS Safari: iframe-ში PDF მხოლოდ პირველ გვერდს აჩვენებს — ღილაკები ვაჩვენოთ */
.pdfview.is-ios iframe { display: none; }
.pdfview.is-ios .pdfview__mobile { display: flex; }
.pdfview.is-ios .pdfview__tools a:first-child { display: none; }

/* ---------------------------------------------------------------- ჩემს შესახებ — სრული გვერდი */
.about__inner--nophoto { grid-template-columns: 1fr; max-width: 820px; }
.about__text p { margin: 0 0 1em; }
.about__text p:last-child { margin-bottom: 0; }
.about__text small { font-size: .88em; color: var(--muted); }
.article__body small { font-size: .88em; color: var(--muted); }
.ahero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; align-items: center; }
.ahero__grid--nophoto { grid-template-columns: minmax(0, 760px); }
.ahero__name { font-family: var(--font-serif); font-size: 18px; color: var(--gold-2); margin: -6px 0 14px; }
.ahero__name span { color: rgba(255,255,255,.55); font-family: var(--font-sans); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.ahero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 26px; }
.ahero__call { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-family: var(--font-serif); font-size: 17px; }
.ahero__call .ico { width: 16px; height: 16px; color: var(--gold-2); }
.ahero__call:hover { color: var(--gold-2); }
.ahero__photo { position: relative; margin: 0; width: 300px; justify-self: end; }
.ahero__photo::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid rgba(209,176,106,.5); border-radius: var(--r); }
.ahero__photo img { position: relative; display: block; width: 100%; aspect-ratio: 3 / 3.7; object-fit: cover; object-position: top; border-radius: var(--r); box-shadow: 0 24px 48px rgba(0,0,0,.35); }
.afacts { background: var(--navy); border-top: 1px solid rgba(255,255,255,.08); }
.afacts__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.afacts__list li { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 22px 12px; }
.afacts__list li + li { border-left: 1px solid rgba(255,255,255,.08); }
.afacts__list b { font-family: var(--font-serif); font-weight: 500; font-size: 32px; line-height: 1; color: var(--gold-2); }
.afacts__list span { margin-top: 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.abody__in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 320px); gap: 40px; align-items: start; }
.aside-col { display: flex; flex-direction: column; gap: 18px; position: sticky; top: calc(var(--header-h) + 20px); min-width: 0; }
.acard { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px 24px; }
.acard .eyebrow { margin-bottom: 12px; }
.acard__list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.acard__list a, .acard__list span { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); }
.acard__list a:hover { color: var(--gold); }
.acard__list .ico { width: 15px; height: 15px; color: var(--gold); flex: 0 0 auto; }
.achips { display: flex; flex-wrap: wrap; gap: 6px; }
.achips a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px 6px 8px; border: 1px solid var(--line); border-radius: 999px; font-size: 12.5px; color: var(--text); background: var(--cream); transition: .2s; }
.achips a .ico { width: 13px; height: 13px; color: var(--gold); }
.achips a:hover { border-color: var(--gold); color: var(--navy); background: #fff; }
@media (max-width: 992px) {
  .abody__in { grid-template-columns: minmax(0, 1fr); }
  .aside-col { position: static; }
}
@media (max-width: 768px) {
  .ahero__grid { grid-template-columns: 1fr; gap: 28px; }
  .ahero__photo { width: 200px; justify-self: center; order: -1; }
  .ahero__photo::before { inset: 10px -10px -10px 10px; }
  .ahero .phero__title { font-size: 26px; }
  .afacts__list { grid-template-columns: repeat(3, 1fr); }
  .afacts__list li { padding: 16px 6px; }
  .afacts__list b { font-size: 24px; }
  .afacts__list span { font-size: 10px; }
  .abody { padding: 36px 0 44px; }
  .pbody__sheet { padding: 24px 20px 26px; }
}

/* TOP.GE მთვლელი — ფუტერში, სოც. იკონების ქვემოთ */
.footer__counter { margin-top: 16px; min-height: 31px; opacity: .85; }
.footer__counter:empty { display: none; }
@media (max-width: 768px) { .footer__counter { display: flex; justify-content: center; } }
