:root{
  --bg:#efe6dc;--bg2:#dacbbc;--ink:#221a16;--muted:#6b5f55;--cream:#fffaf3;--wine:#7d334a;--wine-dark:#44202d;--gold:#b8894c;--line:rgba(34,26,22,.14);--card:rgba(255,255,255,.38);--card2:rgba(255,255,255,.56);--shadow:0 28px 90px rgba(55,38,29,.16);--max:1180px;--font-ka:'Noto Sans Georgian',Inter,system-ui,sans-serif;--font-en:Inter,system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:88px}body{font-family:var(--font-ka);background:linear-gradient(180deg,var(--bg),var(--bg2));color:var(--ink);overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body::before{content:"";position:fixed;inset:0;background:radial-gradient(rgba(34,26,22,.12) 1px,transparent 1px);background-size:4px 4px;opacity:.07;pointer-events:none;z-index:20}html[lang=en] body{font-family:var(--font-en)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 44px));margin-inline:auto}.loader{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:var(--bg);transition:.45s ease}.loader.is-hidden{opacity:0;visibility:hidden}.loader__logo{width:86px;height:86px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(135deg,var(--wine-dark),var(--gold));color:var(--cream);font-weight:900;font-size:26px;box-shadow:var(--shadow)}.loader span{margin-top:12px;color:var(--muted);font-weight:800}.site-header{position:fixed;top:0;left:0;right:0;height:76px;z-index:100;background:rgba(239,230,220,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand__mark{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--wine-dark),var(--gold));color:#fff;font-weight:900;font-size:14px;flex:0 0 auto}.brand__text{font-weight:900;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav{display:flex;gap:22px;align-items:center}.nav a{font-size:13px;font-weight:900;color:rgba(34,26,22,.68);transition:.2s}.nav a:hover{color:var(--wine-dark)}.header-actions{display:flex;align-items:center;gap:10px}.icon-pill{min-height:40px;border:1px solid var(--line);background:rgba(255,255,255,.38);border-radius:999px;padding:0 14px;color:var(--wine-dark);font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.icon-pill.is-active{background:var(--wine-dark);color:#fff}.icon{font-size:16px;line-height:1}.menu-btn{display:none;width:44px;height:44px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.42);cursor:pointer;place-items:center}.menu-btn span{display:block;width:18px;height:2px;background:var(--wine-dark);margin:3px 0;border-radius:10px;transition:.2s}.menu-open .menu-btn span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-btn span:last-child{transform:translateY(-4px) rotate(-45deg)}.section-pad{padding:108px 0}.hero{min-height:100vh;padding-top:126px;display:flex;align-items:center;background:radial-gradient(circle at 82% 14%,rgba(125,51,74,.17),transparent 30%),radial-gradient(circle at 10% 70%,rgba(184,137,76,.2),transparent 28%),linear-gradient(135deg,#f4eadf,#d8c7b6)}.hero-grid{display:grid;grid-template-columns:1fr 430px;align-items:center;gap:70px}.eyebrow{color:var(--wine-dark);font-size:13px;line-height:1.6;font-weight:900;letter-spacing:.04em;margin-bottom:15px}.hero h1,.section-title h2{font-family:var(--font-ka);letter-spacing:-.055em;color:var(--ink)}.hero h1{font-size:clamp(54px,8vw,112px);line-height:1.04}.hero h1 span{display:block}.hero h1 span:last-child{color:var(--wine)}html[lang=en] .hero h1{font-family:Inter,sans-serif;font-size:clamp(60px,9vw,132px);line-height:.92;letter-spacing:-.07em}.hero-text{max-width:670px;margin:28px 0 32px;padding-left:18px;border-left:3px solid rgba(125,51,74,.26);font-size:18px;line-height:1.85;color:rgba(34,26,22,.74)}.hero-actions{display:flex;flex-wrap:wrap;gap:13px}.btn{min-height:56px;padding:0 28px;border-radius:999px;border:0;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;cursor:pointer;transition:.22s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--wine-dark),var(--gold));color:#fff;box-shadow:0 20px 60px rgba(68,32,45,.22)}.btn-secondary{background:rgba(255,255,255,.45);border:1px solid var(--line);color:var(--wine-dark)}.portrait{min-height:560px;border-radius:42px 42px 10px 42px;overflow:hidden;position:relative;box-shadow:var(--shadow);border:1px solid rgba(68,32,45,.16);background:#d7c7b6}.portrait__image{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(34,26,22,.78)),url('davit.jpg') center top/cover no-repeat}.portrait__caption{position:absolute;left:26px;right:26px;bottom:26px;color:#fff}.portrait__caption small{display:block;font-weight:900;opacity:.8;margin-bottom:6px}.portrait__caption strong{display:block;font-size:36px;line-height:1.18}.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:start}.reversed{grid-template-columns:1fr 1.04fr}.section-title h2{font-size:clamp(34px,5vw,66px);line-height:1.16}.lead{margin-top:18px;color:var(--muted);font-size:17px;line-height:1.8}.center{max-width:760px;margin-inline:auto}.centered{text-align:center;max-width:860px;margin:0 auto 42px}.content-card,.info-card,.timeline article,.activity-card,.contact-form{background:var(--card);border:1px solid var(--line);border-radius:30px;box-shadow:0 20px 70px rgba(55,38,29,.1)}.text-content{padding:42px}.text-content p{font-size:18px;line-height:1.9;color:rgba(34,26,22,.74);margin-bottom:20px}.note{margin-top:24px;padding:18px 20px;border-radius:20px;background:rgba(125,51,74,.09);border:1px solid rgba(125,51,74,.14);font-weight:800;color:var(--wine-dark);line-height:1.6}.soft{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.22))}.cards{display:grid;gap:22px}.three{grid-template-columns:repeat(3,1fr)}.info-card{padding:30px;min-height:250px}.card-icon{width:48px;height:48px;border-radius:18px;background:rgba(125,51,74,.1);display:grid;place-items:center;color:var(--wine-dark);font-size:22px;margin-bottom:22px}.info-card h3,.timeline h3,.activity-card h3{font-size:22px;line-height:1.3;letter-spacing:-.025em;margin-bottom:12px}.info-card p,.timeline p,.activity-card p{color:var(--muted);font-size:16px;line-height:1.78}.timeline{position:relative;padding-left:24px}.timeline::before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:2px;background:linear-gradient(var(--wine),rgba(125,51,74,0))}.timeline article{position:relative;padding:26px;margin-bottom:18px}.timeline article::before{content:"";position:absolute;left:-31px;top:32px;width:14px;height:14px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(184,137,76,.14)}.timeline span,.activity-date,.admin-ready{display:inline-flex;color:var(--wine-dark);font-size:12px;font-weight:900;letter-spacing:.04em;margin-bottom:10px}.activities{grid-template-columns:repeat(3,1fr)}.activity-card{overflow:hidden}.activity-img{height:210px;background:linear-gradient(135deg,rgba(68,32,45,.5),rgba(184,137,76,.16)),var(--img);background-size:cover;background-position:center}.activity-body{padding:24px}.admin-ready{padding:8px 11px;border-radius:999px;background:rgba(125,51,74,.09);border:1px solid rgba(125,51,74,.12)}.contact-section{background:radial-gradient(circle at 84% 18%,rgba(125,51,74,.16),transparent 28%),linear-gradient(135deg,#e9ddd0,#cbb8a7)}.contact-grid{display:grid;grid-template-columns:1fr 480px;gap:58px;align-items:start}.social-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.social-list a,.footer-socials a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.42);border:1px solid var(--line);font-weight:900;color:var(--wine-dark)}.social-list span,.footer-socials a{font-family:Inter,sans-serif}.contact-form{padding:30px;display:grid;gap:16px}.contact-form label span{display:block;font-size:13px;font-weight:900;margin-bottom:8px;color:var(--wine-dark)}input,textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.5);border-radius:18px;padding:16px 17px;color:var(--ink);outline:0}textarea{min-height:132px;resize:vertical}input:focus,textarea:focus{border-color:rgba(125,51,74,.46);box-shadow:0 0 0 4px rgba(125,51,74,.09)}.form-status{min-height:20px;color:var(--wine-dark);font-size:14px;font-weight:800;line-height:1.5}.site-footer{padding:36px 0 96px;background:#c8b8a8;border-top:1px solid var(--line)}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-grid strong{font-size:18px}.footer-socials{display:flex;gap:10px}.footer-socials a{width:42px;height:42px;padding:0}.mini-player{position:fixed;left:18px;bottom:18px;z-index:120;display:flex;align-items:center;gap:12px;width:min(330px,calc(100% - 36px));padding:12px;border-radius:22px;background:rgba(255,250,243,.88);border:1px solid var(--line);box-shadow:0 18px 60px rgba(55,38,29,.14);backdrop-filter:blur(14px)}.mini-player button{width:42px;height:42px;border-radius:50%;border:0;background:var(--wine-dark);color:#fff;font-weight:900}.mini-player strong{display:block;font-size:13px}.progress{height:4px;background:rgba(34,26,22,.12);border-radius:99px;overflow:hidden;margin-top:8px}.progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--wine),var(--gold))}.to-top{position:fixed;right:18px;bottom:18px;z-index:121;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:rgba(255,250,243,.9);color:var(--wine-dark);font-weight:900;opacity:0;visibility:hidden;transition:.2s}.to-top.is-visible{opacity:1;visibility:visible}.reveal{opacity:0;transform:translateY(26px);transition:.7s ease}.reveal.is-visible{opacity:1;transform:none}
@media (max-width:1000px){.nav{gap:14px}.hero-grid,.split,.reversed,.contact-grid{grid-template-columns:1fr}.portrait{min-height:480px;order:-1}.three,.activities{grid-template-columns:1fr 1fr}.contact-grid{gap:32px}}
@media (max-width:760px){html{scroll-padding-top:74px}.container{width:calc(100% - 32px)}.site-header,.nav-wrap{height:66px}.brand__mark{width:38px;height:38px;border-radius:14px}.brand__text{max-width:185px;font-size:14px;line-height:1.2}.hide-sm{display:none}.menu-btn{display:grid}.nav{position:fixed;left:16px;right:16px;top:76px;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:12px;border-radius:24px;background:rgba(255,250,243,.96);border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.menu-open .nav{opacity:1;visibility:visible;transform:none}.nav a{padding:14px 15px;border-radius:16px;background:rgba(255,255,255,.48);font-size:14px}.section-pad{padding:68px 0}.hero{min-height:auto;padding-top:96px;padding-bottom:58px}.hero-grid{gap:30px}.portrait{min-height:clamp(360px,105vw,510px);border-radius:30px 30px 8px 30px}.portrait__caption{left:20px;right:20px;bottom:20px}.portrait__caption strong{font-size:28px}.hero h1{font-size:clamp(42px,13vw,62px);line-height:1.08;letter-spacing:-.05em}html[lang=en] .hero h1{font-size:clamp(48px,14vw,72px);line-height:.98}.hero-text{font-size:15.5px;line-height:1.78;margin:22px 0 26px;padding-left:14px}.hero-actions,.btn{width:100%}.btn{min-height:54px;padding:0 18px}.split,.reversed{gap:28px}.section-title h2{font-size:clamp(30px,9vw,44px);line-height:1.18;letter-spacing:-.04em}.lead{font-size:15.5px;line-height:1.75}.centered{text-align:left;margin-bottom:28px}.text-content{padding:24px}.text-content p{font-size:15.5px;line-height:1.82}.three,.activities{grid-template-columns:1fr}.info-card{padding:24px;min-height:auto}.info-card h3,.timeline h3,.activity-card h3{font-size:20px}.timeline{padding-left:18px}.timeline article{padding:22px;margin-bottom:14px}.timeline article::before{left:-25px}.activity-img{height:210px}.contact-form{padding:22px}.social-list{display:grid;grid-template-columns:1fr 1fr}.social-list a{min-height:48px;padding:0 12px;font-size:13px}.footer-grid{flex-direction:column;text-align:center}.site-footer{padding-bottom:112px}.mini-player{left:12px;right:74px;width:auto;bottom:12px;padding:10px}.to-top{right:12px;bottom:12px}}
@media (max-width:390px){.container{width:calc(100% - 26px)}.brand__text{max-width:150px;font-size:13px}.hero h1{font-size:40px}.portrait{min-height:340px}.social-list{grid-template-columns:1fr}.section-title h2{font-size:29px}.mini-player strong{font-size:12px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   FINAL RESPONSIVE + GEORGIAN TYPOGRAPHY HEADER FIX
   Added for Georgian navigation overflow and clean social links.
   ========================================================= */
html[lang="ka"] body {
  font-family: var(--font-ka);
}

html[lang="ka"] .brand__text,
html[lang="ka"] .nav a,
html[lang="ka"] .icon-pill,
html[lang="ka"] .btn,
html[lang="ka"] .eyebrow,
html[lang="ka"] .social-list a,
html[lang="ka"] .footer-socials a {
  letter-spacing: 0;
}

.site-header {
  overflow: visible;
}

.nav-wrap {
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr) auto;
  column-gap: 18px;
}

.brand {
  min-width: 0;
  max-width: 100%;
}

.brand__text {
  display: block;
  min-width: 0;
  max-width: 190px;
}

.nav {
  min-width: 0;
  justify-content: center;
  gap: clamp(10px, 1.45vw, 22px);
  white-space: nowrap;
}

.nav a {
  padding: 9px 0;
  font-size: clamp(11px, .95vw, 13px);
  line-height: 1.2;
}

.header-actions {
  justify-content: flex-end;
  min-width: 0;
}

.icon-pill {
  white-space: nowrap;
  flex: 0 0 auto;
}

.social-list a,
.footer-socials a {
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.social-list a:hover,
.footer-socials a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .66);
  border-color: rgba(125, 51, 74, .26);
}

.social-list span,
.footer-socials a {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(125, 51, 74, .10);
  color: var(--wine-dark);
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.social-list a[href^="mailto"] {
  word-break: break-word;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  background: rgba(255,255,255,.42);
}

/* Switch to mobile navigation earlier so Georgian labels never overflow. */
@media (max-width: 1120px) {
  .nav-wrap {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand__text {
    max-width: min(42vw, 280px);
  }

  .menu-btn {
    display: grid;
  }

  .nav {
    position: fixed;
    left: 22px;
    right: 22px;
    top: 86px;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 250, 243, .97);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: .2s ease;
    white-space: normal;
  }

  .menu-open .nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav a {
    padding: 14px 15px;
    border-radius: 16px;
    background: rgba(255,255,255,.5);
    color: var(--ink);
    font-size: 14px;
    line-height: 1.25;
  }
}

@media (max-width: 760px) {
  .nav-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .brand__text {
    max-width: min(58vw, 240px);
  }

  .header-actions {
    gap: 8px;
  }

  .icon-pill {
    min-height: 38px;
    padding-inline: 12px;
  }

  .nav {
    left: 16px;
    right: 16px;
    top: 76px;
  }

  .social-list {
    grid-template-columns: 1fr;
  }

  .social-list a {
    justify-content: flex-start;
    min-height: 52px;
    padding-inline: 14px;
  }

  .contact-grid {
    overflow: hidden;
  }
}

@media (max-width: 390px) {
  .brand__text {
    max-width: 132px;
  }

  .icon-pill#soundBtn {
    display: none;
  }

  .menu-btn {
    width: 42px;
    height: 42px;
  }
}

/* =========================================================
   UNIFIED SOCIAL ICON SYSTEM — SVG, one visual language
   ========================================================= */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.social-list {
  align-items: center;
}

.social-list a.social-link,
.footer-socials a.footer-social-link {
  color: var(--wine-dark);
  text-decoration: none;
}

.social-list a.social-link {
  min-height: 52px;
  padding: 8px 16px 8px 10px;
  gap: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .46);
  border: 1px solid rgba(34, 26, 22, .13);
  box-shadow: 0 12px 34px rgba(55, 38, 29, .08);
}

.social-icon,
.footer-social-link {
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, rgba(68, 32, 45, .12), rgba(184, 137, 76, .12)) !important;
  border: 1px solid rgba(68, 32, 45, .14) !important;
  color: var(--wine-dark) !important;
}

.social-icon svg,
.footer-social-link svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon svg use[href="#icon-facebook"],
.footer-social-link svg use[href="#icon-facebook"] {
  fill: currentColor;
  stroke: none;
}

.social-icon svg use[href="#icon-youtube"],
.footer-social-link svg use[href="#icon-youtube"] {
  fill: currentColor;
  stroke: none;
}

.social-icon .icon-cut,
.footer-social-link .icon-cut {
  fill: var(--cream);
  stroke: none;
}

.social-label {
  min-width: 0;
  font-family: Inter, var(--font-ka), system-ui, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
}

.social-link--email {
  max-width: 100%;
}

.footer-socials {
  align-items: center;
}

.footer-socials a.footer-social-link {
  padding: 0 !important;
  min-height: 38px !important;
  box-shadow: 0 10px 30px rgba(55, 38, 29, .08);
}

.social-list a.social-link:hover,
.footer-socials a.footer-social-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .68) !important;
  border-color: rgba(125, 51, 74, .25) !important;
}

@media (max-width: 760px) {
  .social-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .social-list a.social-link {
    min-height: 54px;
    padding: 8px 12px 8px 8px;
  }

  .social-icon {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  .social-icon svg,
  .footer-social-link svg {
    width: 19px;
    height: 19px;
  }

  .social-label {
    font-size: 13px;
  }

  .social-link--email {
    grid-column: 1 / -1;
  }
}

@media (max-width: 390px) {
  .social-list {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   PROFESSIONAL HERO PHOTO + LOGO + GEORGIAN ALIGNMENT FIX
   ========================================================= */
.brand__mark--photo {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(68, 32, 45, .16);
  background: rgba(255,255,255,.55);
  box-shadow: 0 10px 28px rgba(55,38,29,.12);
}

.brand__mark--photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.12);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 430px);
  justify-content: center;
}

.hero-copy {
  min-width: 0;
  max-width: 760px;
}

html[lang="ka"] .hero-copy {
  justify-self: start;
  text-align: left;
  padding-left: 0;
  transform: none;
}

html[lang="ka"] .hero h1 {
  max-width: 760px;
  overflow-wrap: anywhere;
  word-break: normal;
}

html[lang="ka"] .hero-text {
  max-width: 650px;
}

.portrait {
  isolation: isolate;
  background: linear-gradient(145deg, rgba(68,32,45,.18), rgba(184,137,76,.16));
}

.portrait__image {
  background:
    linear-gradient(180deg, rgba(0,0,0,.02) 25%, rgba(34,26,22,.70)),
    url('davit.jpg') center 12% / cover no-repeat;
  filter: saturate(.98) contrast(1.02);
}

.portrait::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 30px 30px 8px 30px;
  pointer-events: none;
}

.portrait__caption {
  z-index: 2;
}

@media (max-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hero-copy,
  html[lang="ka"] .hero-copy {
    justify-self: center;
    text-align: center;
    max-width: 780px;
  }

  .hero h1,
  html[lang="ka"] .hero h1,
  .hero-text,
  html[lang="ka"] .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text {
    border-left: 0;
    padding-left: 0;
    padding-top: 18px;
    border-top: 3px solid rgba(125,51,74,.22);
  }

  .portrait {
    width: min(520px, 100%);
    order: 0;
  }
}

@media (max-width: 760px) {
  .hero-grid {
    gap: 26px;
  }

  .portrait {
    width: min(430px, 100%);
    min-height: clamp(390px, 112vw, 520px);
    order: 0;
  }

  .portrait__image {
    background-position: center 8%;
  }

  .hero-copy,
  html[lang="ka"] .hero-copy {
    text-align: left;
    justify-self: stretch;
    width: 100%;
  }

  .hero h1,
  html[lang="ka"] .hero h1,
  .hero-text,
  html[lang="ka"] .hero-text {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-text {
    border-top: 0;
    border-left: 3px solid rgba(125,51,74,.26);
    padding-top: 0;
    padding-left: 14px;
  }
}

@media (max-width: 390px) {
  .brand__mark--photo {
    width: 40px;
    height: 40px;
  }

  .portrait {
    min-height: 365px;
  }
}

/* =========================================================
   FINAL HERO REFINEMENT — TWO-LINE NAME + PREMIUM PORTRAIT
   Works cleanly in Georgian, English, desktop and mobile.
   ========================================================= */

.hero { overflow: hidden; }

.hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 460px);
  gap: clamp(38px, 6vw, 82px);
}

.hero-copy { max-width: 820px; }

.hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 7.15vw, 96px);
  line-height: .98;
  letter-spacing: -.06em;
  text-wrap: balance;
}

html[lang="ka"] .hero h1 {
  max-width: 860px;
  font-size: clamp(50px, 6.55vw, 88px);
  line-height: 1.04;
  letter-spacing: -.045em;
  overflow-wrap: normal;
  word-break: keep-all;
}

html[lang="ka"] .hero h1 span,
html[lang="en"] .hero h1 span {
  display: block;
  white-space: nowrap;
}

html[lang="en"] .hero h1 {
  max-width: 840px;
  font-size: clamp(58px, 7.9vw, 112px);
  line-height: .92;
}

.hero-text { max-width: 650px; }

.portrait {
  min-height: 580px;
  border-radius: 38px;
  overflow: hidden;
  background: #221a16;
  box-shadow: 0 36px 110px rgba(55, 38, 29, .24);
}

.portrait__image {
  background:
    linear-gradient(180deg, rgba(12, 8, 12, .14) 0%, rgba(12, 8, 12, .02) 36%, rgba(12, 8, 12, .78) 100%),
    url('davit.jpg') center 10% / cover no-repeat;
}

.portrait::before {
  inset: 14px;
  border-radius: 30px;
  border-color: rgba(255, 255, 255, .25);
}

.portrait__top {
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 26px;
  right: 26px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #fff;
  pointer-events: none;
}

.portrait__logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(68,32,45,.96), rgba(125,51,74,.92));
  border: 2px solid rgba(184,137,76,.9);
  box-shadow: 0 14px 40px rgba(0,0,0,.24);
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.portrait__top strong {
  display: block;
  max-width: 100%;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.025em;
  text-shadow: 0 2px 16px rgba(0,0,0,.42);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[lang="ka"] .portrait__top strong {
  font-size: clamp(18px, 1.75vw, 25px);
  letter-spacing: -.01em;
}

.portrait__top small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  opacity: .9;
  text-shadow: 0 2px 12px rgba(0,0,0,.38);
}

.portrait__caption--location {
  left: auto;
  right: 26px;
  bottom: 26px;
  width: fit-content;
  max-width: calc(100% - 52px);
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(125,51,74,.92), rgba(184,137,76,.72));
  box-shadow: 0 14px 44px rgba(0,0,0,.2);
  backdrop-filter: blur(10px);
}

.portrait__caption--location::before {
  content: "⌖";
  margin-right: 8px;
  font-weight: 900;
}

.portrait__caption--location strong {
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (min-width: 1180px) {
  html[lang="ka"] .hero h1 { font-size: clamp(58px, 5.85vw, 86px); }
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
    gap: 36px;
  }
  html[lang="ka"] .hero h1 { font-size: clamp(46px, 5.4vw, 66px); }
  html[lang="en"] .hero h1 { font-size: clamp(52px, 6.2vw, 78px); }
}

@media (max-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .portrait {
    order: -1;
    width: min(520px, 100%);
    min-height: clamp(500px, 68vw, 620px);
  }
  .hero-copy,
  html[lang="ka"] .hero-copy {
    text-align: center;
    justify-self: center;
  }
  .hero h1,
  html[lang="ka"] .hero h1,
  html[lang="en"] .hero h1 {
    margin-inline: auto;
    font-size: clamp(48px, 9vw, 82px);
  }
  html[lang="ka"] .hero h1 { font-size: clamp(44px, 8.2vw, 70px); }
}

@media (max-width: 760px) {
  .hero { padding-top: 92px; }
  .hero-grid { gap: 28px; text-align: left; }
  .portrait {
    order: -1;
    width: min(430px, 100%);
    min-height: clamp(410px, 112vw, 540px);
    border-radius: 30px;
  }
  .portrait__image { background-position: center 8%; }
  .portrait::before { inset: 10px; border-radius: 23px; }
  .portrait__top {
    top: 20px;
    left: 20px;
    right: 20px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 11px;
  }
  .portrait__logo {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }
  .portrait__top strong,
  html[lang="ka"] .portrait__top strong { font-size: clamp(16px, 4.8vw, 21px); }
  .portrait__top small { font-size: 11.5px; }
  .portrait__caption--location {
    right: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
    padding: 10px 14px;
  }
  .portrait__caption--location strong { font-size: 13px; }
  .hero-copy,
  html[lang="ka"] .hero-copy {
    width: 100%;
    text-align: left;
    justify-self: stretch;
  }
  .hero h1,
  html[lang="ka"] .hero h1,
  html[lang="en"] .hero h1 {
    margin-inline: 0;
    max-width: 100%;
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.03;
  }
  html[lang="ka"] .hero h1 {
    font-size: clamp(38px, 10.2vw, 52px);
    letter-spacing: -.035em;
  }
  .hero h1 span,
  html[lang="ka"] .hero h1 span,
  html[lang="en"] .hero h1 span { white-space: normal; }
}

@media (max-width: 430px) {
  .hero h1,
  html[lang="ka"] .hero h1,
  html[lang="en"] .hero h1 { font-size: clamp(34px, 10.6vw, 45px); }
  .portrait { min-height: clamp(385px, 116vw, 475px); }
  .portrait__top {
    top: 16px;
    left: 16px;
    right: 16px;
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .portrait__logo {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }
  .portrait__top strong,
  html[lang="ka"] .portrait__top strong { font-size: 15.5px; }
}

@media (max-width: 360px) {
  html[lang="ka"] .hero h1 { font-size: 33px; }
  html[lang="ka"] .portrait__top strong { font-size: 14px; }
}

/* Dynamic admin media support */
.activity-video {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
  background: #221a16;
}


/* =========================================================
   FINAL PATCH — PREMIUM SOCIAL CARDS + CLICKABLE NEWS MEDIA
   This section intentionally overrides older social/activity rules.
   ========================================================= */

.social-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 32px !important;
  align-items: stretch !important;
}

.social-list .social-link {
  position: relative !important;
  min-height: 88px !important;
  width: 100% !important;
  padding: 18px 20px !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 34px !important;
  align-items: center !important;
  gap: 16px !important;
  border-radius: 28px !important;
  background: rgba(255, 250, 243, .54) !important;
  border: 1px solid rgba(68, 32, 45, .10) !important;
  box-shadow: 0 18px 48px rgba(55, 38, 29, .09) !important;
  color: var(--ink) !important;
  overflow: hidden !important;
  backdrop-filter: blur(12px) !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.social-list .social-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.38), rgba(255,255,255,0));
  opacity: .78;
  pointer-events: none;
}

.social-list .social-link:hover {
  transform: translateY(-3px) !important;
  background: rgba(255, 250, 243, .72) !important;
  border-color: rgba(125, 51, 74, .18) !important;
  box-shadow: 0 22px 60px rgba(55, 38, 29, .13) !important;
}

.social-list .social-icon {
  position: relative !important;
  z-index: 1 !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  flex: 0 0 54px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  background: linear-gradient(135deg, var(--wine-dark), var(--gold)) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(68, 32, 45, .18) !important;
}

.social-list .social-icon svg {
  width: 23px !important;
  height: 23px !important;
  display: block !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-list .social-icon svg use[href="#icon-facebook"],
.social-list .social-icon svg use[href="#icon-youtube"] {
  fill: currentColor !important;
  stroke: none !important;
}

.social-list .social-content {
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
  display: block !important;
}

.social-list .social-content strong {
  display: block !important;
  font-family: Inter, var(--font-ka), system-ui, sans-serif !important;
  font-size: clamp(18px, 1.8vw, 22px) !important;
  line-height: 1.06 !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
  color: var(--ink) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.social-list .social-content small {
  display: block !important;
  margin-top: 5px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: rgba(34, 26, 22, .58) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.social-list .social-arrow {
  position: relative !important;
  z-index: 1 !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(125, 51, 74, .08) !important;
  color: var(--wine-dark) !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.footer-socials {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}

.footer-socials .footer-social-link {
  width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(125, 51, 74, .22) !important;
  background: rgba(255, 250, 243, .44) !important;
  color: var(--wine-dark) !important;
  box-shadow: 0 10px 28px rgba(55, 38, 29, .08) !important;
}

.footer-socials .footer-social-link svg {
  width: 21px !important;
  height: 21px !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials .footer-social-link svg use[href="#icon-facebook"],
.footer-socials .footer-social-link svg use[href="#icon-youtube"] {
  fill: currentColor !important;
  stroke: none !important;
}

/* ── Carousel container ── */
.activities {
  display: flex !important;
  flex-direction: row !important;
  gap: 22px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  padding-bottom: 14px !important;
  /* Custom scrollbar */
  scrollbar-width: thin !important;
  scrollbar-color: rgba(125,51,74,.38) rgba(34,26,22,.07) !important;
}
.activities::-webkit-scrollbar { height: 4px; }
.activities::-webkit-scrollbar-track { background: rgba(34,26,22,.07); border-radius: 99px; }
.activities::-webkit-scrollbar-thumb { background: rgba(125,51,74,.38); border-radius: 99px; }

.activity-card {
  position: relative !important;
  flex: 0 0 340px !important;
  min-height: 340px !important;
  overflow: hidden !important;
  border-radius: 30px !important;
  border: 1px solid rgba(34,26,22,.12) !important;
  background: #221a16 !important;
  box-shadow: 0 24px 70px rgba(55,38,29,.14) !important;
  scroll-snap-align: start !important;
}

.activity-media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  background: #221a16 !important;
}

.activity-media img,
.activity-media video,
.activity-cover-img,
.activity-cover-video {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

.activity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10,7,6,.04) 0%, rgba(10,7,6,.22) 42%, rgba(10,7,6,.82) 100%);
  pointer-events: none;
}

.activity-body,
.activity-overlay {
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 2 !important;
  padding: 0 !important;
  color: #fff !important;
}

.activity-date {
  width: fit-content !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 243, .16) !important;
  border: 1px solid rgba(255, 250, 243, .18) !important;
  color: #f5d7a1 !important;
  backdrop-filter: blur(10px) !important;
}

.activity-card h3 {
  color: #fff !important;
  font-size: clamp(22px, 2.2vw, 32px) !important;
  line-height: 1.08 !important;
  margin: 12px 0 8px !important;
  letter-spacing: -.04em !important;
  text-shadow: 0 2px 20px rgba(0,0,0,.28) !important;
}

.activity-card p {
  color: rgba(255,255,255,.88) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  max-width: 95% !important;
}

.activity-play {
  position: absolute !important;
  z-index: 4 !important;
  right: 20px !important;
  top: 20px !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,250,243,.20) !important;
  color: #fff !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.22) !important;
  cursor: pointer !important;
  transition: transform .2s ease, background .2s ease !important;
}

.activity-play:hover {
  transform: scale(1.06) !important;
  background: rgba(255,250,243,.30) !important;
}

.activity-play svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(18, 10, 14, .78);
  backdrop-filter: blur(18px);
}

.video-modal.is-open { display: flex; }

.video-modal__inner {
  position: relative;
  width: min(980px, 100%);
  border-radius: 28px;
  overflow: hidden;
  background: #090607;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 34px 120px rgba(0,0,0,.45);
}

.video-modal video {
  width: 100%;
  max-height: min(76vh, 720px);
  display: block;
  background: #000;
}

.video-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0,0,0,.42);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 1000px) {
  .activity-card { flex: 0 0 300px !important; }
}

@media (max-width: 760px) {
  .social-list { grid-template-columns: 1fr !important; gap: 12px !important; }
  .social-list .social-link {
    min-height: 78px !important;
    grid-template-columns: 50px minmax(0, 1fr) 32px !important;
    gap: 14px !important;
    padding: 14px 16px !important;
    border-radius: 24px !important;
  }
  .social-list .social-icon {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    flex-basis: 50px !important;
    border-radius: 17px !important;
  }
  .social-list .social-content strong { font-size: 19px !important; }
  .social-list .social-content small { font-size: 12.5px !important; }
  .activities { gap: 16px !important; }
  .activity-card { flex: 0 0 270px !important; min-height: 300px !important; border-radius: 26px !important; }
  .activity-body, .activity-overlay { left: 18px !important; right: 18px !important; bottom: 18px !important; }
  .activity-play { width: 44px !important; height: 44px !important; right: 16px !important; top: 16px !important; }
}


/* =========================================================
   FINAL OVERRIDE — ICON-ONLY SOCIALS + IMAGE COVER VIDEO CARDS
   ========================================================= */
.social-list.social-list--icons,
.social-list {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: 32px !important;
}

.social-list.social-list--icons .social-link,
.social-list .social-link {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  place-items: center !important;
  gap: 0 !important;
  border-radius: 22px !important;
  background: rgba(255, 250, 243, .56) !important;
  border: 1px solid rgba(68, 32, 45, .12) !important;
  box-shadow: 0 16px 42px rgba(55, 38, 29, .10) !important;
  overflow: hidden !important;
  color: var(--wine-dark) !important;
  backdrop-filter: blur(12px) !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.social-list.social-list--icons .social-link::before,
.social-list .social-link::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, rgba(255,255,255,.46), rgba(255,255,255,0)) !important;
  pointer-events: none !important;
}

.social-list.social-list--icons .social-link:hover,
.social-list .social-link:hover {
  transform: translateY(-3px) !important;
  background: rgba(255, 250, 243, .76) !important;
  border-color: rgba(125, 51, 74, .24) !important;
  box-shadow: 0 20px 58px rgba(55, 38, 29, .15) !important;
}

.social-list.social-list--icons .social-icon,
.social-list .social-icon {
  position: relative !important;
  z-index: 1 !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  flex: 0 0 42px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, var(--wine-dark), var(--gold)) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(68, 32, 45, .18) !important;
}

.social-list.social-list--icons .social-icon svg,
.social-list .social-icon svg {
  width: 21px !important;
  height: 21px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.social-list.social-list--icons .social-icon svg use[href="#icon-facebook"],
.social-list.social-list--icons .social-icon svg use[href="#icon-youtube"],
.social-list .social-icon svg use[href="#icon-facebook"],
.social-list .social-icon svg use[href="#icon-youtube"] {
  fill: currentColor !important;
  stroke: none !important;
}

.social-list .social-content,
.social-list .social-arrow {
  display: none !important;
}

.activity-media video,
.activity-cover-video {
  display: none !important;
}

.activity-cover-img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 760px) {
  .social-list.social-list--icons,
  .social-list {
    gap: 12px !important;
  }

  .social-list.social-list--icons .social-link,
  .social-list .social-link {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    border-radius: 20px !important;
  }

  .social-list.social-list--icons .social-icon,
  .social-list .social-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    flex-basis: 38px !important;
    border-radius: 14px !important;
  }

  .social-list.social-list--icons .social-icon svg,
  .social-list .social-icon svg {
    width: 19px !important;
    height: 19px !important;
  }
}

/* =========================================================
   PREMIUM FOOTER FINAL
   ========================================================= */
.site-footer {
  position: relative;
  padding: 54px 0 110px !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(125,51,74,.16), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(184,137,76,.18), transparent 32%),
    linear-gradient(135deg, #d8c6b5, #c4b09f) !important;
  border-top: 1px solid rgba(68,32,45,.14) !important;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(rgba(34,26,22,.14) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: .07;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 22px;
  border-radius: 34px;
  background: rgba(255,250,243,.34);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 24px 80px rgba(55,38,29,.12);
  backdrop-filter: blur(16px);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.footer-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(68,32,45,.16);
  box-shadow: 0 14px 36px rgba(55,38,29,.14);
  background: #221a16;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.footer-brand strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
}

.footer-brand span {
  display: block;
  margin-top: 4px;
  color: rgba(34,26,22,.58);
  font-size: 13px;
  font-weight: 800;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav a {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: rgba(34,26,22,.72);
  font-size: 13px;
  font-weight: 900;
  background: rgba(255,250,243,.25);
  border: 1px solid rgba(68,32,45,.08);
  transition: .2s ease;
}

.footer-nav a:hover {
  color: var(--wine-dark);
  transform: translateY(-2px);
  background: rgba(255,250,243,.46);
}

.footer-socials {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}

.footer-socials .footer-social-link {
  width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border-radius: 18px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(255,250,243,.42) !important;
  border: 1px solid rgba(68,32,45,.12) !important;
  color: var(--wine-dark) !important;
  box-shadow: 0 12px 34px rgba(55,38,29,.10) !important;
  transition: .22s ease !important;
}

.footer-socials .footer-social-link:hover {
  transform: translateY(-3px) !important;
  background: linear-gradient(135deg, var(--wine-dark), var(--gold)) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.2) !important;
}

.footer-socials .footer-social-link svg {
  width: 21px !important;
  height: 21px !important;
  display: block !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials .footer-social-link svg use[href="#icon-facebook"],
.footer-socials .footer-social-link svg use[href="#icon-youtube"] {
  fill: currentColor !important;
  stroke: none !important;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(34,26,22,.56);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-socials {
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 40px 0 112px !important;
  }

  .footer-inner {
    padding: 18px;
    border-radius: 28px;
    gap: 20px;
  }

  .footer-brand {
    flex-direction: column;
  }

  .footer-nav {
    gap: 8px;
  }

  .footer-nav a {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
  }

  .footer-socials .footer-social-link {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 16px !important;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
}

/* =========================================================
   MINIMAL PREMIUM FOOTER — FINAL
   ========================================================= */
.site-footer--minimal {
  position: relative;
  padding: 34px 0 96px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(125,51,74,.10), transparent 34%),
    linear-gradient(135deg, #d8c6b5, #c7b4a3) !important;
  border-top: 1px solid rgba(68,32,45,.13) !important;
  overflow: hidden;
}

.site-footer--minimal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(rgba(34,26,22,.12) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: .06;
  pointer-events: none;
}

.footer-minimal {
  position: relative;
  z-index: 1;
  min-height: 118px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px 24px;
  border-radius: 30px;
  background: rgba(255,250,243,.30);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 20px 70px rgba(55,38,29,.10);
  backdrop-filter: blur(14px);
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.footer-info strong {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.025em;
}

.footer-info span {
  color: rgba(34,26,22,.58);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links a {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255,250,243,.42);
  border: 1px solid rgba(68,32,45,.12);
  color: var(--wine-dark);
  box-shadow: 0 10px 28px rgba(55,38,29,.08);
  transition: .22s ease;
}

.footer-links a:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--wine-dark), var(--gold));
  color: #fff;
}

.footer-links svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-links svg use[href="#icon-facebook"],
.footer-links svg use[href="#icon-youtube"] {
  fill: currentColor;
  stroke: none;
}

.admin-entry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 15px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(125,51,74,.2);
  background: rgba(255,255,255,.22);
  color: var(--wine-dark);
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
  flex: 0 0 auto;
  white-space: nowrap;
}
.admin-entry:hover {
  background: rgba(255,255,255,.52);
  border-color: rgba(125,51,74,.36);
}

.footer-credit {
  position: absolute;
  right: 24px;
  bottom: 14px;
  color: rgba(34,26,22,.42);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-credit a {
  color: var(--wine-dark);
  text-decoration: none;
}

.footer-credit a:hover {
  opacity: .72;
}

@media (max-width: 720px) {
  .site-footer--minimal {
    padding: 28px 0 110px !important;
  }

  .footer-minimal {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 18px;
    padding: 22px 18px 42px;
    border-radius: 26px;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-credit {
    left: 18px;
    right: 18px;
    bottom: 16px;
    text-align: center;
  }
}
/* =========================================================
   PREMIUM LOADER
   ========================================================= */

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(circle at top,
      rgba(184,137,76,.16),
      transparent 34%),
    linear-gradient(180deg,#efe6dc,#d9c8b8);

  transition:
    opacity .45s ease,
    visibility .45s ease;
}

.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.loader__photo {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  overflow: hidden;

  border: 3px solid rgba(184,137,76,.65);

  box-shadow:
    0 24px 80px rgba(55,38,29,.20),
    0 8px 24px rgba(0,0,0,.08);

  animation:
    loaderFloat 3s ease-in-out infinite;
}

.loader__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  display: block;
}

.loader__title {
  margin-top: 6px;

  color: #221a16;

  font-size: clamp(24px,4vw,36px);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 900;

  text-align: center;
}

.loader__subtitle {
  color: rgba(34,26,22,.56);

  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 800;
}

@keyframes loaderFloat {
  0%,100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 640px) {

  .loader__photo {
    width: 102px;
    height: 102px;
  }

  .loader__title {
    font-size: 28px;
  }

  .loader__subtitle {
    font-size: 11px;
    letter-spacing: .18em;
  }
}

/* =========================================================
   LUची FINAL FIX — header text, real video background, YouTube icon
   ========================================================= */
.site-header .nav-wrap {
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) auto !important;
}

.brand__text {
  max-width: none !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  font-size: clamp(14px, 1.45vw, 18px) !important;
  line-height: 1.15 !important;
}

html[lang="ka"] .brand__text {
  font-size: clamp(13px, 1.28vw, 17px) !important;
  letter-spacing: -.01em !important;
}

@media (max-width: 1120px) {
  .site-header .nav-wrap {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
  .brand__text {
    max-width: min(64vw, 360px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media (max-width: 430px) {
  .brand__text,
  html[lang="ka"] .brand__text {
    max-width: min(56vw, 230px) !important;
    font-size: 13px !important;
  }
}

.activity-media video,
.activity-cover-video {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #221a16 !important;
}

.activity-card.has-video .activity-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 34%, rgba(255,255,255,.08), transparent 38%);
  pointer-events: none;
}

.activity-card.has-video .activity-play {
  background: rgba(255, 250, 243, .24) !important;
  border-color: rgba(255,255,255,.36) !important;
}

.activity-card.has-video .activity-play::after {
  content: "Video";
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.34);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .03em;
  backdrop-filter: blur(10px);
}

.footer-links svg,
.social-icon svg,
.footer-social-link svg {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.footer-links svg use[href="#icon-facebook"],
.social-icon svg use[href="#icon-facebook"],
.footer-social-link svg use[href="#icon-facebook"] {
  fill: currentColor !important;
  stroke: none !important;
}

.footer-links svg use[href="#icon-youtube"],
.social-icon svg use[href="#icon-youtube"],
.footer-social-link svg use[href="#icon-youtube"] {
  fill: none !important;
  stroke: currentColor !important;
}

.footer-links a[aria-label="YouTube"] {
  color: var(--wine-dark) !important;
}

.footer-links a[aria-label="YouTube"]:hover {
  color: #fff !important;
}


/* =========================================================
   FINAL PATCH — Contact icons now use the exact footer icon style
   ========================================================= */
.social-list.social-list--footer-icons {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 32px !important;
}

.social-list.social-list--footer-icons .social-link {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border-radius: 16px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(255,250,243,.42) !important;
  border: 1px solid rgba(68,32,45,.12) !important;
  color: var(--wine-dark) !important;
  box-shadow: 0 10px 28px rgba(55,38,29,.08) !important;
  backdrop-filter: none !important;
  overflow: hidden !important;
  transition: .22s ease !important;
}

.social-list.social-list--footer-icons .social-link::before {
  display: none !important;
  content: none !important;
}

.social-list.social-list--footer-icons .social-link:hover {
  transform: translateY(-3px) !important;
  background: linear-gradient(135deg, var(--wine-dark), var(--gold)) !important;
  border-color: rgba(68,32,45,.12) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(55,38,29,.08) !important;
}

.social-list.social-list--footer-icons .social-link svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.social-list.social-list--footer-icons .social-link svg use[href="#icon-facebook"],
.social-list.social-list--footer-icons .social-link svg use[href="#icon-youtube"] {
  fill: currentColor !important;
  stroke: none !important;
}

@media (max-width: 760px) {
  .social-list.social-list--footer-icons {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px !important;
  }
}

/* =========================================================
   ACTIVITY CARD — "Read more" / "Source" links
   ========================================================= */
.activity-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 13px;
}
.activity-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(255, 250, 243, .18);
  border: 1px solid rgba(255, 250, 243, .26);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background .2s ease, transform .2s ease;
  position: relative;
  z-index: 3;
}
.activity-link:hover {
  background: rgba(255, 250, 243, .30);
  transform: translateY(-2px);
}

/* =========================================================
   DETAIL PAGE — gallery & article layout
   ========================================================= */
.detail-page { min-height: 100vh; padding-top: 100px; padding-bottom: 80px; }

.detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wine-dark);
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 36px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  border: 1px solid var(--line);
  text-decoration: none;
  transition: transform .2s ease;
}
.detail-back:hover { transform: translateX(-3px); }

.detail-header { margin-bottom: 36px; }
.detail-header .eyebrow { margin-bottom: 12px; }
.detail-header h1 {
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.1;
  letter-spacing: -.04em;
  color: var(--ink);
}

.detail-body {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 42px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(34,26,22,.78);
  white-space: pre-wrap;
  word-break: break-word;
  margin-bottom: 40px;
  box-shadow: 0 20px 70px rgba(55,38,29,.1);
}

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.detail-gallery a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}
.detail-gallery a:hover img { transform: scale(1.04); }

.detail-loading {
  text-align: center;
  padding: 80px 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
}

.detail-video {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 32px;
  display: block;
}

@media (max-width: 760px) {
  .detail-body { padding: 24px; font-size: 16px; line-height: 1.8; }
  .detail-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
}
@media (max-width: 480px) {
  .detail-gallery { grid-template-columns: 1fr; }
}

/* =========================================================
   "SEE ALL" carousel end-card
   ========================================================= */
.activity-see-all {
  background: linear-gradient(145deg, #44202d 0%, rgba(184,137,76,.75) 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.activity-see-all::after { background: none !important; }

.see-all-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
  padding: 32px 24px;
  pointer-events: none;
}
.see-all-arrow {
  font-size: 52px;
  line-height: 1;
  color: rgba(255,255,255,.45);
  transition: transform .3s ease;
}
.activity-see-all:hover .see-all-arrow { transform: translateX(10px); }
.see-all-content h3 {
  color: #fff !important;
  font-size: 24px !important;
  margin: 0 !important;
  letter-spacing: -.03em !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.3) !important;
}
.see-all-content p {
  color: rgba(255,255,255,.7) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* =========================================================
   ALL-NEWS / ALL-INFO dedicated pages grid
   ========================================================= */
.all-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1000px) { .all-page-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .all-page-grid { grid-template-columns: 1fr; gap: 20px; } }
