﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@300;400;500;600&family=Noto+Serif+Georgian:wght@300;400;500;600&display=swap');

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      min-height: 100vh;
      overflow-x: hidden;
      background-color: #0D0D0B;
      color: #EDE8DF;
      font-family: 'Noto Sans Georgian', 'Work Sans', sans-serif;
    }

    /* ── HEADER ─────────────────────────────────────────── */
    #site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      transition: background .4s, border-color .4s, backdrop-filter .4s;
      background: transparent;
      border-bottom: 1px solid transparent;
    }

    #site-header.scrolled {
      background: rgba(13,13,11,.96);
      border-bottom-color: #2A2A25;
      backdrop-filter: blur(12px);
    }

    .nav-inner {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 20px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    @media (min-width: 640px) { .nav-inner { padding: 0 40px; } }

    .logo {
      text-decoration: none;
      display: flex;
      align-items: center;
    }
    .logo-img {
      width: 70px;
      height: 70px;
      object-fit: contain;
    }
    .logo-text {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    .logo-name {
      font-family: 'Fraunces', serif;
      font-size: 22px;
      font-weight: 500;
      color: #EDE8DF;
      letter-spacing: -.02em;
      line-height: 1;
    }

    .desktop-nav {
      display: none;
      align-items: center;
      gap: 40px;
    }
    @media (min-width: 1024px) { .desktop-nav { display: flex; } }

    .nav-item {
      position: relative;
      z-index: 2;
    }

    .nav-btn {
      background: none;
      border: none;
      cursor: pointer;
      font-family: 'Noto Sans Georgian', 'Work Sans', sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #EDE8DF;
      opacity: .85;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: opacity .2s;
      position: relative;
      z-index: 2;
      padding: 0;
    }
    .nav-btn:hover { opacity: 1; }
    .nav-btn a,
    .nav-anchor {
      color: inherit;
      text-decoration: none;
    }
    .nav-anchor.active {
      color: #C4955A;
    }

    .dropdown {
      display: none;
      position: absolute;
      top: calc(100% - 2px);
      left: 0;
      background: #12120F;
      border: 1px solid #2A2A25;
      min-width: 220px;
      padding: 8px 0;
      z-index: 10;
    }
    .nav-item:hover .dropdown,
    .nav-item:focus-within .dropdown {
      display: block;
    }
    .dropdown-link {
      display: block;
      padding: 10px 24px;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #8A8578;
      text-decoration: none;
      transition: color .15s;
    }
    .dropdown-link:hover { color: #C4955A; }

    .lang-btn {
      background: none;
      border: 1px solid #2A2A25;
      cursor: pointer;
      font-family: 'Noto Sans Georgian', 'Work Sans', sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .1em;
      color: #8A8578;
      padding: 5px 12px;
      transition: border-color .2s, color .2s;
    }
    .lang-btn:hover { border-color: #C4955A; color: #C4955A; }

    .hamburger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      color: #EDE8DF;
      padding: 8px;
    }
    @media (max-width: 900px) { .hamburger { display: block; } }

    .mobile-menu {
      display: none;
      background: #12120F;
      border-top: 1px solid #2A2A25;
      padding: 24px 20px 32px;
    }
    .mobile-menu.open { display: block; }
    .mobile-menu > a,
    .mobile-nav-group {
      display: block;
      border-bottom: 1px solid #2A2A25;
    }
    .mobile-menu a,
    .mobile-toggle {
      display: block;
      padding: 14px 0;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #EDE8DF;
      text-decoration: none;
    }
    .mobile-toggle {
      width: 100%;
      background: none;
      border: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: 'Noto Sans Georgian', 'Work Sans', sans-serif;
      cursor: pointer;
    }
    .mobile-toggle svg {
      transition: transform .2s ease;
      color: #8A8578;
    }
    .mobile-nav-group.open .mobile-toggle svg {
      transform: rotate(180deg);
    }
    .mobile-submenu {
      display: none;
      padding: 0 0 10px;
    }
    .mobile-nav-group.open .mobile-submenu {
      display: block;
    }
    .mobile-submenu a {
      padding: 10px 0 10px 18px;
      color: #8A8578;
      letter-spacing: .08em;
      border-bottom: none;
    }
    .mobile-submenu a:last-child {
      padding-bottom: 14px;
    }
    .mobile-link.active {
      color: #C4955A;
    }

    /* ── SECTION 1: HERO ────────────────────────────────── */
    .hero {
      position: relative;
      min-height: 390px;
      overflow: hidden;
      border-bottom: 1px solid #2A2A25;
      padding-top: 80px;
    }
    @media (min-width: 640px) { .hero { padding-top: 96px; } }

    .hero-bg {
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      opacity: 0.45;
      filter: grayscale(100%);
    }

    .hero-overlay-h {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        90deg,
        rgba(13,13,11,.96) 0%,
        rgba(13,13,11,.75) 47%,
        rgba(13,13,11,.25) 100%
      );
    }

    .hero-overlay-v {
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, rgba(13,13,11,.9), transparent 55%);
    }

    .hero-content {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 320px;
      max-width: 1400px;
      margin-inline: auto;
      padding-inline: 20px;
      padding-bottom: 24px;
    }
    @media (min-width: 640px) {
      .hero-content { padding-inline: 40px; padding-bottom: 20px; }
    }

    .hero-content h1 {
      font-family: 'Noto Serif Georgian', 'Fraunces', serif;
      font-size: 100px;
      font-weight: 300;
      line-height: 0.78;
      letter-spacing: -0.075em;
      padding-top: 24px;
    }
    @media (min-width: 640px) { .hero-content h1 { padding-top: 32px;} }
    .hero-content h1 em {
      font-style: italic;
      font-weight: 300;
      color: #C4955A;
    }

    @media (max-width: 590px) { 
      .hero-content  h1 {
        font-size: 75px;
      }
   }



    .services-bar {
      display: grid;
      border-top: 1px solid rgba(237,232,223,.25);
      padding-top: 20px;
      gap: 8px;
    }
    @media (min-width: 640px) {
      .services-bar {
        grid-template-columns: repeat(5, 1fr);
        gap: 24px;
      }
    }
    .services-bar p {
      min-width: 0;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
      color: #EDE8DF;
    }

    @media (min-width: 640px) and (max-width: 767px) {
      .services-bar {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 12px;
      }

      .services-bar p {
        font-size: clamp(10px, 1.8vw, 14px);
      }
    }

    @media (max-width: 460px) {
      .hero {
        min-height: 0;
      }

      .hero-content {
        min-height: 0;
        padding-bottom: 24px;
      }

      .hero-content > div:first-child {
        padding-top: 16px !important;
      }

      .hero-content h1 {
        max-width: 100%;
        font-size: clamp(3rem, 14vw, 4rem);
        line-height: 0.95;
        overflow-wrap: anywhere;
      }
    }

    /* ── SECTION 2: DESCRIPTION ─────────────────────────── */
    .description {
      border-bottom: 1px solid #2A2A25;
      padding: 32px 20px;
    }
    @media (min-width: 640px) { .description { padding: 48px 40px; } }

    .description p {
      max-width: 896px;
      font-family: 'Noto Sans Georgian', 'Work Sans', sans-serif;
      font-size: 28px;
      font-weight: 300;
      line-height: 38px;
      letter-spacing: -0.05em;
    }
    .description strong {
      font-weight: 300;
      color: #C4955A;
    }

    /* ── SECTION 3: DELIVERY PROCESS ────────────────────── */
    .delivery {
      border-bottom: 1px solid #2A2A25;
      background: #141410;
      padding: 64px 20px;
    }
    @media (min-width: 640px) { .delivery { padding: 96px 40px; } }

    .delivery-inner { max-width: 1400px; margin-inline: auto; }

    .delivery h2 {
      font-family: 'Noto Serif Georgian', 'Fraunces', serif;
      font-size: 50px;
      font-weight: 300;
      line-height: 55px;
      letter-spacing: 2px;
      margin-bottom: 48px;
    }

    .steps-grid {
      display: grid;
      border-left: 1px solid #2A2A25;
      border-top: 1px solid #2A2A25;
    }
    @media (min-width: 1024px) {
      .steps-grid { grid-template-columns: repeat(5, 1fr); }
    }

    .step {
      position: relative;
      min-height: 340px;
      overflow: hidden;
      border-bottom: 1px solid #2A2A25;
      border-right: 1px solid #2A2A25;
      padding: 20px;
      text-align: left;
      background: #141410;
      cursor: pointer;
      transition: background 0.2s;
      width: 100%;
    }
    .step,
    .step h3,
    .step p {
      font-family: 'BPG Nino Mtavruli', sans-serif;
    }
    @media (min-width: 640px) { .step { padding: 28px; } }
    .step:hover,
    .step.active { background: #1A1A17; }

    .step-bg {
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      filter: grayscale(100%);
      opacity: 0;
      transition: opacity 0.7s;
    }
    .step.active .step-bg { opacity: 0.25; }
    .step:hover .step-bg  { opacity: 0.50; }

    .step-dark {
      position: absolute;
      inset: 0;
      background: rgba(13,13,11,.45);
      transition: background 0.35s;
    }
    .step:hover .step-dark,
    .step.active .step-dark { background: rgba(13,13,11,.2); }

    .step-body {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 24px;
      height: 100%;
      min-height: 284px;
    }

    .step-number {
      font-size: 11px;
      letter-spacing: 0.18em;
      color: #C4955A;
    }

    .step h3 {
      font-family: 'Noto Sans Georgian', 'Work Sans', sans-serif;
      font-size: clamp(1.1rem, 1.5vw, 1.5rem);
      font-weight: 300;
      line-height: 1.25;
      letter-spacing: 0;
      min-height: 0;
      max-width: none;
      overflow-wrap: anywhere;
      color: #EDE8DF;
    }

    .step p {
      margin-top: 0;
      height: auto;
      max-width: none;
      font-size: 14px;
      line-height: 1.5;
      color: #B6B0A6;
    }

.footer {
  background-color: black;
  color: #ffffff;
  overflow: hidden;
  font-family: 'Noto Sans Georgian', 'Inter', ui-sans-serif, system-ui, sans-serif;
}

.footer-rule {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transform-origin: left;
  animation: footer-grow 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes footer-grow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.footer-inner {
  max-width: 80rem;       
  margin: 0 auto;
  padding: 4rem 1.5rem;   
}


.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
}


.footer-logo {
  height: 5.0rem;
  width: auto;
  object-fit: contain;
  margin-bottom: 1.5rem;
  filter: invert(1);
  mix-blend-mode: screen;
}

.footer-brand-text {
  color: snow;
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 20rem;
}


.footer-heading {
  font-family: 'Noto Sans Georgian', 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 0.750rem;      
  font-weight: 900;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: snow;
  margin: 0 0 1.25rem 0;
}

.footer-link,
.footer-text {
  font-family: 'Noto Sans Georgian', 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 0.90rem;         
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}

.footer-link {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  letter-spacing: 0.025em;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-text {
  color: snow;
}

.footer-text a {
  color: inherit;
  text-decoration: none;
}

.footer-text a:hover {
  color: #ffffff;
}

.footer-text--muted {
  color: rgba(255, 255, 255, 0.3);
}


.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.footer-social-link {
  font-family: 'Noto Sans Georgian', 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: snow;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* ===== Bottom bar ===== */
.footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-bottom-text {
  font-family: 'Noto Sans Georgian', 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 0.5625rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.2);
}

/* ===== Responsive: tablet (≤1024px) → 2 columns ===== */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .footer-inner {
    padding: 3.5rem 1.5rem;
  }

  .footer-bottom {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}


@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-inner {
    padding: 3rem 1.25rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
    gap: 0.75rem;
  }

  .footer-logo {
    height: 2.75rem;
  }
}

    .footer-social a:hover { color: #C4955A; }
@font-face {
  font-family: 'BPG Nino Mtavruli';
  src: url('../fonts/bpg-nino-mtavruli-normal.otf') format('opentype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

body,
body * {
  font-family: 'BPG Nino Mtavruli', sans-serif !important;
}

.logo-name {
  font-family: 'Fraunces', serif !important;
}






