@font-face {
  font-family: "BPG Nino Mtavruli";
  src: url("../assets/fonts/bpg_nino_mtavruli_normal.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter.woff2.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/playfair.woff2.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Babuka Local";
  src: local("Babuka");
  font-display: swap;
}

@font-face {
  font-family: "ALK Sanet Local";
  src: local("ALK Sanet"), local("ALK_Sanet");
  font-display: swap;
}

/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body[data-lang="ka"] {
  font-family: "ALK Sanet Local", "Babuka Local", "BPG Nino Mtavruli", "Noto Sans Georgian", sans-serif;
}

body[data-lang="ka"] .logo,
body[data-lang="ka"] .logo * {
  font-family: "Inter", sans-serif;
}

body[data-lang="ka"] .section__eyebrow,
body[data-lang="ka"] .wines__eyebrow,
body[data-lang="ka"] .services-block__eyebrow,
body[data-lang="ka"] .bio-block__eyebrow,
body[data-lang="ka"] .history-block__eyebrow,
body[data-lang="ka"] .section__title,
body[data-lang="ka"] .wines__title,
body[data-lang="ka"] .services-block__title,
body[data-lang="ka"] .bio-block__title,
body[data-lang="ka"] .history-block__title,
body[data-lang="ka"] .journal-card__title,
body[data-lang="ka"] .blog-card__title,
body[data-lang="ka"] .article-page__title,
body[data-lang="ka"] .hero__eyebrow,
body[data-lang="ka"] .hero h1 {
  font-family: "ALK Sanet Local", "Babuka Local", "BPG Nino Mtavruli", serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  margin: 0;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  /* Colors */
  --bg: #ffffff;
  --surface: #fcfcfc;
  --surface-2: #f7f7f7;
  --surface-alt: #f3f3f3;
  --text: #111111;
  --text-soft: #4a4a4a;
  --muted: #5f5f5f;
  --muted-soft: #707070;
  --black: #111111;
  --line: #e9e9e9;
  --line-strong: #dcdcdc;
  --border-soft: #e3e3e3;
  --dark: #0f0f0f;
  --dark-soft: #1a1a1a;
  --white: #ffffff;
  --overlay: rgba(0, 0, 0, 0.42);

  /* Brand colors */
  --primary: #5a0f0f;
  --primary-soft: #a11212;
  --secondary: #111111;

  /* Shadows */
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 16px 40px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.1);

  /* Border radius */
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 30px;

  /* Spacing */
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;

  /* Font sizes */
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-md: 13px;
  --font-size-lg: 14px;
  --font-size-xl: 15px;
  --font-size-2xl: 16px;
  --font-size-3xl: 17px;
  --font-size-4xl: 18px;

  /* Font weights */
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Layout */
  --container: 1180px;
  --transition: 0.35s ease;
  --transition-fast: 0.25s ease;
  --transition-slow: 0.5s ease;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

/* Accessiblity helper */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only--focusable:focus,
.sr-only--focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

/* ACCESSIBILITY */
.skip-link {
  position: absolute;
  top: -44px;
  left: var(--space-lg);
  z-index: 2000;
  padding: 10px var(--font-size-lg);
  background: var(--white);
  color: var(--text);
  border-radius: 10px;
  transition: top var(--transition-fast);
  border: 1px solid var(--line-strong);
}

.skip-link:focus {
  top: var(--space-lg);
  box-shadow: var(--shadow-sm);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}

/* GENERAL SECTIONS */
.section {
  padding: 110px 0;
  border-top: 1px solid var(--line);
}

.section__narrow {
  max-width: 760px;
}

.section__eyebrow,
.wines__eyebrow,
.services-block__eyebrow,
.bio-block__eyebrow,
.history-block__eyebrow {
  font-size: var(--font-size-lg);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: var(--space-sm);
  font-weight: 900;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
}

.section__title,
.wines__title,
.services-block__title,
.bio-block__title,
.history-block__title {
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  letter-spacing: 0.01em;
  text-wrap: balance;
  font-weight: 700;
}

.section__title {
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1.12;
  font-weight: var(--font-weight-semibold);
  max-width: 700px;
  margin-bottom: 22px;
}

.section__title::after,
.bio-block__title::after,
.history-block__title::after {
  content: "";
  display: block;
  background: var(--text);
}

.section__text {
  color: var(--text-soft);
  font-size: var(--font-size-2xl);
  line-height: 1.8;
  margin-bottom: var(--space-md);
  max-width: 560px;
}

/* HEADER */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  transition: background var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
}

.header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
  transition: min-height var(--transition);
}

.header.scrolled .header__inner {
  min-height: 74px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  flex-shrink: 0;
  transition: opacity var(--transition);
}

.logo:hover {
  opacity: 0.75;
}

.logo__main {
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: 42px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.06em;
}

.logo__sub {
  font-size: var(--font-size-xs);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 5px;
}

.logo__o {
  position: relative;
  display: inline-block;
}

.logo__o::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0.08em;
  height: 1.5px;
  background: linear-gradient(90deg, #5a0f0f, #a11212, #5a0f0f);
}

.header.scrolled .logo__main {
  font-size: 29px;
}

/* NAV */
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto; /* ensure nav is right-aligned in header */
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 14px;
  padding: 4px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.lang-switcher__btn {
  min-width: 42px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background var(--transition-fast), color var(--transition-fast);
}

.lang-switcher__btn:hover {
  color: var(--text);
}

.lang-switcher__btn.is-active {
  background: var(--text);
  color: var(--white);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--font-size-lg);
}

.nav a,
.nav__link,
.nav__dropdown-toggle {
  position: relative;
  font-size: var(--font-size-md);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: var(--font-weight-semibold);
  transition: color var(--transition);
  background: transparent;
  border: none;
  padding: 0.5rem 0.8rem;
}

.nav__link,
.nav__dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0;
}

#nav a:hover,
.nav a.active,
.nav__link:hover,
.nav__link.active,
.nav__dropdown-toggle:hover,
.nav__dropdown.open > .nav__dropdown-toggle {
  color: var(--text);
}

.nav a::after,
.nav__link::after,
.nav__dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-1 * var(--space-xs));
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--primary), var(--primary-soft), var(--primary));
  transition: width var(--transition);
}

.nav__dropdown-toggle::before {
  content: "?";
  font-size: var(--font-size-xs);
  margin-right: var(--space-xs);
  display: inline-block;
  transform: translateY(-1px);
}

.nav a:hover,
.nav a.active,
.nav__link:hover,
.nav__link.active,
.nav__dropdown-toggle:hover,
.nav__dropdown.open > .nav__dropdown-toggle {
  color: var(--text);
}

.nav a:hover::after,
.nav a.active::after,
.nav__link:hover::after,
.nav__link.active::after,
.nav__dropdown-toggle:hover::after,
.nav__dropdown.open > .nav__dropdown-toggle::after {
  width: 100%;
}

.nav__dropdown.open .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wine-modal__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.wine-modal__details {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.7;
}

.wine-modal__details p {
  margin: 0;
}


.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  transition: transform var(--transition), opacity var(--transition);
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay);
  z-index: 2;
}

.hero--vineyard .hero__overlay {
  background:
    linear-gradient(90deg, rgba(18, 17, 14, 0.58) 0%, rgba(18, 17, 14, 0.24) 44%, rgba(18, 17, 14, 0.08) 100%),
    linear-gradient(180deg, rgba(12, 42, 88, 0.08) 0%, rgba(12, 42, 88, 0.18) 100%);
}

.hero__content {
  position: relative;
  z-index: 3;
  max-width: 720px;
  width: 100%;
}

.hero--vineyard .hero__content {
  max-width: 640px;
}

.hero__eyebrow,
.hero h1,
.hero__text,
.hero__actions {
  position: relative;
  z-index: 3;
}

.hero__eyebrow,
.hero h1 {
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 var(--space-lg);
  border: 1px solid rgba(17, 17, 17, 0.9);
  color: var(--white);
  background: rgba(17, 17, 17, 0.9);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.hero__button:hover {
  transform: translateY(2px);
  background: rgba(17, 17, 17, 0.72);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.88);
}

.hero__button--secondary {
  background: rgba(17, 17, 17, 0.9);
  color: var(--white);
  border-color: rgba(17, 17, 17, 0.9);
}

.hero__button--secondary:hover {
  background: rgba(17, 17, 17, 0.72);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.88);
}

/* ABOUT */
.section.about {
  padding: var(--font-size-xl) 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: var(--space-3xl);
  align-items: start;
}

/* WINES */
.wines {
  padding: 120px 0;
  background: var(--white);
}

.wines__container {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}

.wines__header {
  text-align: center;
  margin-bottom: 62px;
}

.wines__header--slider {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.wines__header--slider > div {
  text-align: left;
  max-width: 600px;
}

.wines__title {
  font-size: clamp(32px, 5vw, 40px);
  line-height: 1.18;
  font-weight: 700;
  max-width: 760px;
  margin: 0 0 18px;
  white-space: normal;
  text-overflow: unset;
}

.wines__header .section__text {
  max-width: 640px;
  margin-inline: auto;
}

.wines__header--slider .section__text {
  max-width: 640px;
  margin: 0;
}

.wines__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.wines__arrow {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--white);
  color: var(--text);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: transform var(--transition-fast), box-shadow var(--shadow-sm), border-color var(--transition-fast);
}

.wines__arrow:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
  border-color: var(--muted);
}

.wines__slider-wrap {
  overflow: hidden;
  width: 100%;
}

.wines__grid:not(.wines__slider) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.wines__slider {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-lg);
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
}

.wines__slider::-webkit-scrollbar {
  display: none;
}

.wines__slider > * {
  flex: 0 0 calc(33.333% - 14px);
  min-width: calc(33.333% - 14px);
  scroll-snap-align: start;
}

/* WINE CARD */
.wine-card {
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  cursor: pointer;
}

.wine-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(17, 17, 17, 0.14);
}

.wine-card__image-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wine-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.wine-card:hover .wine-card__image {
  transform: scale(1.02);
  filter: brightness(1.06) contrast(1.02);
}

.wine-card__body {
  padding: 22px 22px 24px;
}

.wine-card__name {
  margin-bottom: 10px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.22;
}

.wine-card__subtitle {
  margin: -4px 0 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #7a7a7a;
}

.wine-card__meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #5f5f5f;
  margin-bottom: 14px;
}

.wine-card__text {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-soft);
  margin-bottom: 18px;
}

.wine-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--text);
  background: var(--text);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  transition: transform var(--transition), opacity var(--transition);
}

.wine-card__button:hover {
  transform: translateY(2px);
  opacity: 0.92;
}

/* SERVICES */
.services-block {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: url("../assets/images/vineyard-landscape.webp") center / cover no-repeat;
}

.services-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.76) 0%,
    rgba(255, 255, 255, 0.68) 100%
  );
}

.services-block__container {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.services-block__head {
  margin-bottom: 56px;
  max-width: 640px;
}

.services-block__title {
  font-size: clamp(32px, 5vw, 42px);
  line-height: 1.16;
  font-weight: 600;
}

.services-block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  background: rgba(255, 255, 255, 0.92);
  padding: 32px;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(17, 17, 17, 0.1);
}

.service-card__title {
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.22;
  margin-bottom: 12px;
}

.service-card__text {
  font-size: 15px;
  color: var(--text-soft);
  line-height: 1.75;
}

/* BIO BLOCK */
.bio-block {
  position: relative;
  padding: 15px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.bio-block__container {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}

.bio-block__media {
  position: relative;
}

.bio-block__image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.bio-block__content {
  max-width: 640px;
}

.bio-block__title {
  font-size: clamp(34px, 5vw, 40px);
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 28px;
}

.bio-block__text {
  font-size: 16px;
  line-height: 1.95;
  color: #4a4a4a;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

/* HISTORY */
.history-block {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    url("../assets/images/qvevri_texture.webp");
  background-size: cover, 320px;
  background-position: center, center;
  background-repeat: no-repeat, repeat;
  border-top: 1px solid var(--line);
}

.history-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(0, 0, 0, 0.03), transparent 45%);
  pointer-events: none;
}

.history-block__container {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}

.history-block__media {
  position: relative;
}

.history-block__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 28px;
  pointer-events: none;
}

.history-block__image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.natural-wine-page .bio-block__media {
  height: 600px;
}

.natural-wine-page .history-block__media {
  height: 500px;
}

.natural-wine-page .bio-block__image,
.natural-wine-page .history-block__image {
  width: 100%;
  height: 100%;
}

.history-block__content {
  max-width: 680px;
}

.history-block__title {
  font-size: clamp(34px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 28px;
  color: var(--text);
}

.history-block__text {
  font-size: 16px;
  line-height: 1.95;
  color: #4a4a4a;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal .bio-block__media,
.reveal .bio-block__content,
.reveal .history-block__media,
.reveal .history-block__content {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1s ease, transform 1s ease;
}

.reveal.active .bio-block__media,
.reveal.active .bio-block__content,
.reveal.active .history-block__media,
.reveal.active .history-block__content {
  opacity: 1;
  transform: translateY(0);
}

.reveal.active .bio-block__content,
.reveal.active .history-block__content {
  transition-delay: 0.18s;
}

/* MODAL */
.wine-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition), visibility var(--transition);
}

.wine-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wine-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(5px);
}

.wine-modal__content {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: var(--white);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.wine-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: var(--text);
  color: var(--white);
  font-size: 28px;
  line-height: 1;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition), opacity var(--transition), background var(--transition);
}

.wine-modal__close:hover {
  transform: rotate(90deg);
  background: #000;
  opacity: 0.96;
}

.wine-modal__body {
  padding: 40px;
}

.wine-modal__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.wine-modal__image-wrap {
  position: relative;
  background: linear-gradient(180deg, #f7f7f7 0%, #eeeeee 100%);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  overflow: hidden;
}

.wine-modal__image-wrap::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), transparent 70%);
  filter: blur(34px);
  pointer-events: none;
}

.wine-modal__image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 460px;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.12));
  transition: transform 0.4s ease;
}

.wine-modal__image-wrap:hover .wine-modal__image {
  transform: scale(1.02);
}

.wine-modal__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wine-modal__eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 18px;
}

.wine-modal__title {
  margin: 0 0 14px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: clamp(34px, 5vw, 46px);
  line-height: 1.08;
  font-weight: 600;
  color: #111;
}

.wine-modal__subtitle {
  margin: -4px 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #6f6f6f;
}

.wine-modal__type {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8c8c8c;
  margin: 0 0 28px;
}


.wine-spec {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 16px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.wine-spec:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
}

.wine-spec__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #222;
  flex-shrink: 0;
}

.wine-spec__meta {
  display: flex;
  flex-direction: column;
}

.wine-spec__label {
  display: block;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 3px;
}

.wine-spec__value {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #181818;
}

.wine-modal__description {
  max-width: 460px;
  font-size: 17px;
  line-height: 1.8;
  color: #5e5e5e;
}

/* FOOTER */
.footer {
  background: var(--dark);
  color: #b8b8b8;
  padding-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer__container {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer__logo {
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  color: var(--white);
  margin-bottom: 12px;
}

.footer__tagline {
  font-size: 14px;
  color: #8e8e8e;
  max-width: 280px;
  line-height: 1.8;
}

.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__info p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #9f9f9f;
}

.footer__link {
  color: #b8b8b8;
  transition: color var(--transition);
}

.footer__link:hover {
  color: var(--white);
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}

.footer__social a {
  position: relative;
  font-size: 13px;
  color: #8d8d8d;
  letter-spacing: 0.05em;
  transition: color var(--transition), transform var(--transition);
}

.footer__social a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--white);
  transition: width var(--transition);
}

.footer__social a:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.footer__social a:hover::after {
  width: 100%;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  justify-content: flex-start;
}

.footer__nav a {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8d8d8d;
  transition: color var(--transition);
}

.footer__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: var(--white);
  transition: width var(--transition);
}

.footer__nav a:hover {
  color: var(--white);
}

.footer__nav a:hover::after {
  width: 100%;
}

.footer__bottom {
  margin-top: 56px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer__bottom p {
  font-size: 12px;
  color: #cbcbcb;
  letter-spacing: 0.08em;
}

/* CONTACT PAGE */
.contact-page {
  padding: 130px 0 110px;
  background: var(--white);
}

.contact-page__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.contact-page__title {
  margin-bottom: 18px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: clamp(38px, 6vw, 56px);
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.contact-page__intro {
  max-width: 620px;
  margin: 0 auto;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.8;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 36px;
}

.contact-info-card,
.contact-form,
.contact-map {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-sm);
}

.contact-info-card {
  padding: 34px 30px;
}

.contact-info-card__title {
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.contact-info-card__text {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.contact-info-card__link {
  color: var(--text);
  transition: opacity var(--transition);
}

.contact-info-card__link:hover {
  opacity: 0.7;
}

.contact-form {
  padding: 34px 30px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.contact-form__group label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.contact-form__group input,
.contact-form__group select,
.contact-form__group textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--white);
  padding: 15px 16px;
  color: var(--text);
  font-size: 15px;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-form__group input:focus,
.contact-form__group select:focus,
.contact-form__group textarea:focus {
  outline: none;
  border-color: var(--text);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.06);
}

.contact-form__group textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--text);
  background: var(--text);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform var(--transition), opacity var(--transition);
}

.contact-form__button:hover {
  transform: translateY(2px);
  opacity: 0.94;
}

.contact-page__map {
  margin-top: 8px;
}

.contact-map {
  overflow: hidden;
  height: 460px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-form__button.loading {
  opacity: 0.7;
  pointer-events: none;
}

.contact-form__button.loading::after {
  content: " ?";
}

.contact-map__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.contact-map__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--text);
  background: var(--text);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform var(--transition), opacity var(--transition), background var(--transition), color var(--transition);
}

.contact-map__button:hover {
  transform: translateY(2px);
  opacity: 0.94;
}

.contact-map__button--secondary {
  background: transparent;
  color: var(--text);
}

.contact-map__button--secondary:hover {
  background: var(--text);
  color: var(--white);
}

.contact-stay-card {
  margin-top: 20px;
}

.contact-stay-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

/* TASTING PAGE */
.tasting-hero {
  position: relative;
  padding: 150px 0 120px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.82)),
    url("../assets/images/vineyard-landscape.webp") center / cover no-repeat;
}

.tasting-hero__content {
  max-width: 820px;
}

.tasting-hero__title {
  margin-bottom: 20px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.08;
  letter-spacing: 0.01em;
  max-width: 820px;
}

.tasting-hero__text {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.85;
  color: var(--text-soft);
  margin-bottom: 30px;
}

.tasting-hero__actions,
.tasting-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tasting-features__head {
  margin-bottom: 42px;
}

.tasting-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.tasting-story__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.tasting-cta__box {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.stay-hero {
  padding: 150px 0 120px;
  background:
    linear-gradient(rgba(252, 249, 245, 0.9), rgba(255, 255, 255, 0.94)),
    url("../assets/images/vineyard-landscape.webp") center / cover no-repeat;
}

.stay-hero__content {
  max-width: 860px;
}

.stay-hero__title {
  margin: 0 0 20px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.08;
  letter-spacing: 0.01em;
  max-width: 820px;
}

.stay-hero__text {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.85;
  color: var(--text-soft);
  margin-bottom: 30px;
}

.stay-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.airbnb-gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.airbnb-gallery__actions {
  flex-shrink: 0;
}

.airbnb-gallery__actions--stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.airbnb-gallery__slider {
  position: relative;
}

.airbnb-gallery__viewport {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-lg);
}

.airbnb-gallery__track {
  display: flex;
  transition: transform var(--transition);
  will-change: transform;
}

.airbnb-gallery__slide {
  flex: 0 0 100%;
  margin: 0;
}

.airbnb-gallery__slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.airbnb-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.82);
  color: var(--white);
  font-size: 22px;
  line-height: 1;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.airbnb-gallery__nav:hover {
  transform: translateY(-50%) scale(1.04);
}

.airbnb-gallery__nav--prev {
  left: 18px;
}

.airbnb-gallery__nav--next {
  right: 18px;
}

.airbnb-gallery__dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.airbnb-gallery__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.18);
  transition: transform var(--transition-fast), background var(--transition-fast);
}

.airbnb-gallery__dot.is-active {
  background: var(--text);
  transform: scale(1.12);
}

.superhost-banner {
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(90, 15, 15, 0.06), rgba(255, 255, 255, 0.96)),
    var(--surface);
  box-shadow: var(--shadow-sm);
}

.stay-overview,
.stay-combo {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.stay-overview__body .section__text:last-child,
.stay-combo .section__text:last-child {
  margin-bottom: 0;
}

.stay-section-head {
  margin-bottom: 34px;
}

.stay-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stay-card,
.stay-highlight,
.faq-item,
.stay-cta-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-sm);
}

.stay-card {
  padding: 28px 24px;
}

.stay-card h3,
.faq-item h3 {
  margin: 0 0 12px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.18;
}

.stay-card p,
.faq-item p,
.stay-highlight p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.8;
}

.stay-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.stay-spotlight__media {
  height: 500px;
}

.stay-story__image,
.stay-spotlight__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.stay-spotlight__image {
  height: 100%;
}

.stay-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stay-highlight {
  padding: 26px 22px;
}

.stay-highlight strong {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.faq-item {
  padding: 26px 24px;
}

.stay-cta-box {
  padding: 40px;
}

.stay-spotlight__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

/* KAKHETI PAGE */
.kakheti-hero {
  position: relative;
  padding: 150px 0 120px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.84)),
    url("../assets/images/vineyard-landscape.webp") center / cover no-repeat;
}

.kakheti-hero__content {
  max-width: 860px;
}

.kakheti-hero__title {
  margin-bottom: 20px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.08;
  letter-spacing: 0.01em;
  max-width: 860px;
}

.kakheti-hero__text {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.85;
  color: var(--text-soft);
  margin-bottom: 30px;
}

.kakheti-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.kakheti-features__head {
  margin-bottom: 42px;
}

.kakheti-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.kakheti-story__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.kakheti-cta__box {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

/* QVEVRI PAGE */
.qvevri-hero {
  position: relative;
  padding: 150px 0 120px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.86)),
    url("../assets/images/qvevri-texture.png") center / cover no-repeat;
}

.qvevri-hero__content {
  max-width: 860px;
}

.qvevri-hero__title {
  margin-bottom: 20px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.08;
  letter-spacing: 0.01em;
  max-width: 860px;
}

.qvevri-hero__text {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.85;
  color: var(--text-soft);
  margin-bottom: 30px;
}

.qvevri-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.qvevri-features__head {
  margin-bottom: 42px;
}

.qvevri-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.qvevri-story__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.qvevri-cta__box {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

/* NATURAL WINE PAGE */
.natural-hero {
  padding: 140px 0;
  background: #fafafa;
}

.natural-hero__title {
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: clamp(40px, 6vw, 64px);
  margin-bottom: 20px;
  line-height: 1.08;
}

.natural-hero__text {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.natural-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* DROPDOWN */
.nav__dropdown {
  position: relative;
}

.nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 0;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 100;
  box-shadow: var(--shadow-md);
}

.nav__dropdown-menu a {
  padding: 10px 18px;
  font-size: 13px;
  color: #555;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav__dropdown-menu a::after {
  display: none;
}

.nav__dropdown-menu a:hover,
.nav__dropdown-menu a.active {
  background: #f5f5f5;
  color: #111;
}

@media (hover: hover) and (pointer: fine) {
  .nav__dropdown:hover .nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* BUTTON SYSTEM */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  transition: transform var(--transition), opacity var(--transition), background var(--transition), border-color var(--transition), color var(--transition);
  border: 1px solid var(--border-soft);
}

.btn--primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.btn--primary:hover {
  transform: translateY(2px);
  opacity: 0.95;
}

.btn--outline {
  background: transparent;
  color: var(--secondary);
  border-color: var(--secondary);
}

.btn--outline:hover {
  background: var(--secondary);
  color: var(--white);
  transform: translateY(2px);
}

.btn:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .nav {
    gap: 20px;
  }

  .bio-block__container,
  .history-block__container,
  .two-col {
    gap: 48px;
  }
}

@media (max-width: 1024px) {
  .wines__slider > * {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 980px) {
  .header__inner {
    min-height: 78px;
    gap: 12px;
  }

  .menu-toggle {
    display: inline-flex;
    order: 3;
  }

  .lang-switcher {
    margin-left: auto;
    order: 2;
    gap: 4px;
    padding: 3px;
  }

  .lang-switcher__btn {
    min-width: 38px;
    padding: 6px 9px;
    font-size: 11px;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-md);
  }

  .nav.active {
    display: flex;
  }

  .nav a,
  .nav__link,
  .nav__dropdown-toggle {
    font-size: 13px;
  }

  .nav__dropdown {
    width: 100%;
  }

  .nav__dropdown-toggle {
    width: 100%;
    text-align: left;
  }

  .nav__dropdown-toggle::before {
    content: "+";
    margin-right: 10px;
    font-size: 14px;
    transform: none;
  }

  .nav__dropdown.open > .nav__dropdown-toggle::before {
    content: "-";
  }

  .nav__dropdown-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    box-shadow: none;
    background: transparent;
    min-width: 100%;
    padding: 10px 0 0 14px;
    border-radius: 0;
  }

  .nav__dropdown.open .nav__dropdown-menu {
    display: flex;
  }

  .nav__dropdown-menu a {
    padding: 8px 0;
  }

  .wines__grid:not(.wines__slider) {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-block__grid,
  .bio-block__container,
  .history-block__container,
  .two-col,
  .footer__container,
  .contact-page__grid,
  .tasting-features__grid,
  .kakheti-features__grid,
  .qvevri-features__grid,
  .natural-features__grid,
  .stay-card-grid,
  .stay-highlights,
  .stay-overview,
  .stay-combo,
  .stay-story,
  .stay-spotlight__grid {
    grid-template-columns: 1fr;
  }

  .bio-block__content,
  .history-block__content {
    max-width: 100%;
  }

  .bio-block__image,
  .history-block__image {
    aspect-ratio: 16 / 10;
  }

  .natural-wine-page .bio-block__media,
  .natural-wine-page .history-block__media {
    height: auto;
  }

  .natural-wine-page .bio-block__image,
  .natural-wine-page .history-block__image {
    height: auto;
  }

  .wine-modal__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .wine-modal__specs {
    grid-template-columns: 1fr;
  }

  .wine-modal__image-wrap {
    min-height: 320px;
  }

  .hero {
    min-height: auto;
    background-position: center;
  }

  .hero__content {
    padding: 90px 0;
    max-width: 100%;
    padding-right: 12px;
  }

  .hero h1 {
    font-size: clamp(38px, 7vw, 60px);
  }

  .hero__text {
    max-width: 32rem;
  }

  .wines__header--slider,
  .journal-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .wines__controls,
  .journal-controls {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .section,
  .wines,
  .services-block,
  .bio-block,
  .history-block {
    padding: 90px 0;
  }

  .header__inner {
    min-height: 78px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .lang-switcher {
    margin-left: auto;
    order: 2;
    gap: 4px;
    padding: 3px;
  }

  .lang-switcher__btn {
    min-width: 38px;
    padding: 6px 9px;
    font-size: 11px;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-md);
  }

  .nav.active {
    display: flex;
  }

  .nav a,
  .nav__link,
  .nav__dropdown-toggle {
    font-size: 13px;
  }

  .nav__dropdown {
    width: 100%;
  }

  .nav__dropdown-toggle {
    width: 100%;
    text-align: left;
  }

  .nav__dropdown-toggle::before {
    content: "+";
    margin-right: 10px;
    font-size: 14px;
    transform: none;
  }

  .nav__dropdown.open > .nav__dropdown-toggle::before {
    content: "-";
  }

  .nav__dropdown-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    box-shadow: none;
    background: transparent;
    min-width: 100%;
    padding: 10px 0 0 14px;
    border-radius: 0;
  }

  .nav__dropdown.open .nav__dropdown-menu {
    display: flex;
  }

  .nav__dropdown-menu a {
    padding: 8px 0;
  }

  .hero {
    min-height: auto;
    background-position: center;
  }

  .hero__content {
    padding: 90px 0;
    padding-left: 0;
    max-width: 100%;
    padding-right: 12px;
  }

  .hero h1 {
    font-size: clamp(38px, 10vw, 56px);
  }

  .hero__text {
    font-size: 16px;
    line-height: 1.8;
    max-width: 32rem;
  }

  .wines__header--slider {
    gap: 18px;
  }

  .wines__controls {
    width: 100%;
    justify-content: flex-end;
  }

  .wine-modal__body {
    padding: 24px;
  }

  .wine-modal__content {
    border-radius: 22px;
  }

  .footer__bottom {
    margin-top: 40px;
    align-items: flex-start;
    gap: 10px;
  }

  .contact-page {
    padding: 110px 0 90px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .contact-info-card,
  .contact-form {
    padding: 24px 20px;
  }

  .contact-map {
    height: 360px;
  }

  .contact-stay-card {
    margin-top: 18px;
  }

  .airbnb-gallery__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tasting-hero,
  .kakheti-hero,
  .qvevri-hero,
  .stay-hero {
    padding: 120px 0 90px;
  }

  .tasting-hero__text,
  .kakheti-hero__text,
  .qvevri-hero__text,
  .stay-hero__text {
    font-size: 16px;
  }

  .tasting-cta__box,
  .kakheti-cta__box,
  .qvevri-cta__box,
  .stay-cta-box {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .container,
  .wines__container,
  .services-block__container,
  .bio-block__container,
  .history-block__container,
  .footer__container {
    width: min(100% - 24px, var(--container));
  }

  .section__title,
  .services-block__title,
  .bio-block__title,
  .history-block__title,
  .wines__title,
  .wine-modal__title {
    font-size: 30px;
  }

  .wines__grid:not(.wines__slider) {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .wines__header--slider {
    flex-direction: column;
    align-items: flex-start;
  }

  .header__inner {
    gap: 10px;
  }

  .lang-switcher {
    margin-left: 0;
  }

  .wines__controls {
    width: 100%;
    justify-content: flex-end;
  }

  .wines__arrow,
  .journal-arrow,
  .ultra-slider__btn {
    width: 42px;
    height: 42px;
  }

  .wines__slider > * {
    flex: 0 0 85%;
    min-width: 85%;
  }

  .hero__actions {
    width: 100%;
  }

  .hero__button {
    width: 100%;
    justify-content: center;
  }

  .wine-card__name {
    font-size: 22px;
  }

  .service-card,
  .wine-card__body {
    padding: 22px;
  }

  .wine-modal__title {
    font-size: 30px;
    line-height: 1.16;
  }

  .wine-modal__close {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .footer__nav {
    gap: 14px 18px;
  }

  .stay-card,
  .stay-highlight,
  .faq-item {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .reveal .bio-block__media,
  .reveal .bio-block__content,
  .reveal .history-block__media,
  .reveal .history-block__content {
    opacity: 1 !important;
    transform: none !important;
  }
}




.ultra-slider-section {
  padding: 96px 0;
  background: #f8f6f2;
  overflow: hidden;
}

.ultra-slider__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.ultra-slider-section .section__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #161515;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  font-weight: 900;
}

.ultra-slider-section .section__title {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.08;
  color: #121212;
}

.ultra-slider__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ultra-slider {
  position: relative;
}



.ultra-slider__viewport {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 8px 0 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ultra-slider__viewport::-webkit-scrollbar {
  display: none;
}

.ultra-slide {
  position: relative;
  flex: 0 0 220px;
  aspect-ratio: 1 / 1;
  scroll-snap-align: start;
  border-radius: 24px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.ultra-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.8s ease;
}

.ultra-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.14) 45%, rgba(0,0,0,0.02) 100%);
  pointer-events: none;
}

.ultra-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.14);
}

.ultra-slide:hover img {
  transform: scale(1.08);
}

.ultra-slide__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 16px 14px;
  color: #fff;
  pointer-events: none;
}

.ultra-slide__caption span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.84;
}

.ultra-slide__caption h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

.ultra-slider__btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.ultra-slider__btn:hover {
  transform: scale(1.06);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.ultra-slider__btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 8, 8, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gallery-lightbox__content {
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.gallery-lightbox__content img {
  max-width: 100%;
  max-height: 72vh;
  border-radius: 22px;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.gallery-lightbox__text {
  text-align: center;
  max-width: 760px;
  color: #fff;
}

.gallery-lightbox__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.78;
}

.gallery-lightbox__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.18);
}

.gallery-lightbox__close {
  top: 24px;
  right: 24px;
  font-size: 36px;
  line-height: 1;
}

.gallery-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox__nav:hover {
  transform: translateY(-50%) scale(1.05);
}

.gallery-lightbox__nav--prev {
  left: 24px;
}

.gallery-lightbox__nav--next {
  right: 24px;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .wine-card__meta {
    color: #4a4a4a; /* mobile-áƒ–áƒ” áƒ™áƒ˜áƒ“áƒ” áƒ’áƒáƒ•áƒáƒ›áƒ£áƒ¥áƒ”áƒ— */
  }
}

@media (max-width: 991px) {
  .ultra-slide {
    flex: 0 0 190px;
    border-radius: 20px;
  }

  .ultra-slider::before,
  .ultra-slider::after {
    width: 50px;
  }

  .gallery-lightbox {
    padding: 28px 20px;
  }
}

@media (max-width: 640px) {
  .ultra-slider-section {
    padding: 72px 0;
  }

  .ultra-slider__head {
    align-items: start;
    flex-direction: column;
    margin-bottom: 18px;
  }

  .ultra-slide {
    flex: 0 0 150px;
    border-radius: 18px;
  }

  .ultra-slider::before,
  .ultra-slider::after {
    display: none;
  }

  .gallery-lightbox__nav {
    width: 46px;
    height: 46px;
  }

  .gallery-lightbox__nav--prev {
    left: 12px;
  }

  .gallery-lightbox__nav--next {
    right: 12px;
  }

  .gallery-lightbox__close {
    top: 12px;
    right: 12px;
  }

  .gallery-lightbox__content img {
    max-height: 62vh;
    border-radius: 18px;
  }

  .gallery-lightbox__description {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

/* PRIMARY (black button) */
.btn-primary {
  background: #111;
  color: #fff;
}

.btn-primary:hover {
  background: #000;
  transform: translateY(-2px);
}

/* SECONDARY (outline style) */
.btn-secondary {
  border: 1px solid #111;
  color: #111;
  background: transparent;
}

.btn-secondary:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

/* =========================
   JOURNAL SECTION
========================= */

.journal {
  padding: 56px 0;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.94), rgba(255,255,255,0.98)),
    url("../assets/images/qvevri_texture.webp") center/cover no-repeat;
}

.journal-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  text-align: left;
}

.journal-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.journal-archive-link {
  display: inline-flex;
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid rgba(17, 17, 17, 0.24);
  padding-bottom: 4px;
}

.journal-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
  font-size: 18px;
  line-height: 1;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), opacity var(--transition-fast);
}

.journal-arrow:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.journal-arrow.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.journal-slider-wrap {
  overflow: hidden;
}

.journal-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
  padding-bottom: 4px;
}

.journal-list::-webkit-scrollbar {
  display: none;
}

.journal-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line, #e7e7e7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  flex: 0 0 260px;
  min-width: 260px;
  scroll-snap-align: start;
}

.journal-card:hover,
.journal-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  border-color: rgba(17, 17, 17, 0.12);
  outline: none;
}

.journal-card__content {
  min-width: 0;
  order: 2;
}

.journal-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.journal-card__date,
.journal-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #f4f4f4;
  color: #555;
}

.journal-card__title {
  margin: 0 0 8px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #111;
}

.journal-card__title a {
  color: inherit;
}

.journal-card__text {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  max-width: 48ch;
}

.journal-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #111;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.journal-card__link:hover {
  background: #111;
  color: #fff;
  transform: translateY(-1px);
}

.journal-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  min-height: 132px;
  aspect-ratio: 4 / 3;
  order: 1;
}

.journal-card__media-link {
  display: block;
  height: 100%;
}

.journal-card__media img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.journal-card:hover .journal-card__media img {
  transform: scale(1.04);
}

/* =========================
   ARTICLE MODAL
========================= */

.article-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.article-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.article-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(6px);
}

.article-modal__dialog {
  position: relative;
  width: min(1120px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  margin: 20px auto;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.24);
  transform: translateY(16px) scale(0.985);
  transition: transform 0.35s ease;
}

.article-modal.is-open .article-modal__dialog {
  transform: translateY(0) scale(1);
}

.article-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.88);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.article-modal__inner {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  min-height: 70vh;
}

.article-modal__media {
  background: #f5f5f5;
}

.article-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-modal__body {
  padding: 52px 42px 42px;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
}

.article-modal__date {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #777;
}

.article-modal__title {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  color: #111;
}

.article-modal__excerpt {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.article-modal__content {
  color: #222;
  font-size: 16px;
  line-height: 1.85;
}

.article-modal__content h3 {
  margin: 28px 0 10px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.2;
  color: #111;
}

.article-modal__content p {
  margin: 0 0 16px;
}

.article-modal__content ul {
  margin: 0 0 20px 18px;
  padding: 0;
}

.article-modal__content li {
  margin-bottom: 8px;
}

.article-modal__comments {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #ececec;
}

.article-modal__comments h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  color: #111;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .article-modal__inner {
    grid-template-columns: 1fr;
  }

  .journal-card {
    flex-basis: 230px;
    min-width: 230px;
  }

  .journal-card__media,
  .journal-card__media img {
    min-height: 120px;
  }

  .journal-heading {
    align-items: flex-start;
  }

  .article-modal__inner {
    grid-template-columns: 1fr;
  }

  .article-modal__media {
    max-height: 320px;
  }

  .article-modal__body {
    max-height: unset;
    padding: 34px 24px 30px;
  }
}

@media (max-width: 640px) {
  .journal {
    padding: 48px 0;
  }

  .journal-heading {
    flex-direction: column;
  }

  .journal-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .journal-card {
    padding: 12px;
    gap: 12px;
    border-radius: 16px;
    flex-basis: 186px;
    min-width: 186px;
  }

  .journal-card__title {
    font-size: 18px;
  }

  .journal-card__text {
    font-size: 12px;
    line-height: 1.55;
  }

  .journal-card__media,
  .journal-card__media img {
    min-height: 110px;
  }

  .article-modal__dialog {
    width: min(100%, calc(100% - 12px));
    margin: 6px auto;
    max-height: calc(100vh - 12px);
    border-radius: 20px;
  }

  .article-modal__close {
    top: 10px;
    right: 10px;
  }
}

.blog-hero,
.article-page {
  padding: 120px 0 80px;
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
}

.blog-hero__inner,
.article-shell {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.blog-hero__title,
.article-page__title {
  margin: 0 0 16px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.08;
  color: var(--text);
}

.blog-hero__text,
.article-page__intro {
  max-width: 720px;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-soft);
}

.blog-index {
  padding: 0 0 100px;
}

.blog-grid {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-sm);
}

.blog-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__body {
  padding: 20px;
}

.blog-card__meta {
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.blog-card__title {
  margin: 0 0 12px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.16;
}

.blog-card__title a {
  color: inherit;
}

.blog-card__excerpt {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-soft);
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}

.article-page__cover {
  margin: 30px 0 24px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.article-page__cover img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.article-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.article-page__tag,
.article-page__date {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f4f4f4;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.article-prose {
  font-size: 17px;
  line-height: 1.9;
  color: var(--text-soft);
}

.article-prose h2 {
  margin: 34px 0 14px;
  font-family: "BPG Nino Mtavruli", "Playfair Display", serif;
  font-size: 28px;
  line-height: 1.18;
  color: var(--text);
}

.article-prose p {
  margin: 0 0 18px;
}

.article-prose ul {
  margin: 0 0 20px 20px;
  padding: 0;
}

.article-prose li {
  margin-bottom: 10px;
}

.article-links {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.article-links a {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.related-articles {
  padding: 0 0 110px;
}

.related-articles__inner {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.related-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

@media (max-width: 980px) {
  .blog-grid,
  .related-articles__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .blog-hero,
  .article-page {
    padding: 100px 0 56px;
  }

  .blog-card__body {
    padding: 16px;
  }

  .blog-card__title {
    font-size: 21px;
  }

  .article-prose {
    font-size: 16px;
    line-height: 1.8;
  }

  .article-page__cover img {
    aspect-ratio: 4 / 3;
  }
}
