/* v2.8 About and Batumi showroom visual update */

.about-hero-expo .about-hero-copy h1 {
  max-width: 980px;
  font-size: clamp(3rem, 5.35vw, 5.8rem);
}

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

.about-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: end;
}

.about-intro-layout .about-story-copy h2 {
  max-width: 850px;
}

.about-intro-layout .about-story-copy > p {
  max-width: 880px;
}

.about-intro-layout .about-facts {
  margin: 0;
}

.about-team-landscape {
  padding-bottom: clamp(80px, 10vw, 145px);
}

.about-team-landscape figure {
  margin: 0;
}

.about-team-landscape picture {
  display: block;
  padding: clamp(8px, 1vw, 14px);
  background: var(--graphite);
  border: 1px solid var(--line);
}

.about-team-landscape img {
  display: block;
  width: 100%;
  height: auto;
}

.about-team-landscape figcaption {
  margin-top: 15px;
  color: var(--grey);
  font-size: .84rem;
  line-height: 1.55;
}

.about-showroom-preview {
  padding-block: clamp(80px, 10vw, 145px);
  background: #101419;
  border-block: 1px solid rgba(197, 164, 109, .2);
}

.about-showroom-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}

.about-showroom-preview-media {
  display: block;
  padding: clamp(8px, 1vw, 14px);
  background: #191e24;
  border: 1px solid rgba(255, 255, 255, .11);
}

.about-showroom-preview-media img {
  display: block;
  width: 100%;
  height: auto;
}

.about-showroom-preview-copy h2 {
  max-width: 720px;
}

.about-showroom-preview-copy .lead {
  max-width: 680px;
}

.about-showroom-note {
  margin: 28px 0 0;
  padding: 18px 0 18px 22px;
  border-left: 1px solid var(--gold);
  font-size: .9rem;
}

.about-showroom-preview-copy .button {
  margin-top: 22px;
}

.showroom-v28-hero {
  position: relative;
  min-height: clamp(650px, 76vh, 850px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #07111a;
}

.showroom-v28-hero-media,
.showroom-v28-hero-shade {
  position: absolute;
  inset: 0;
}

.showroom-v28-hero-media {
  z-index: 0;
}

.showroom-v28-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.04) brightness(.68);
}

.showroom-v28-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 9, 13, .98) 0%, rgba(5, 9, 13, .92) 34%, rgba(5, 9, 13, .48) 63%, rgba(5, 9, 13, .1) 100%),
    linear-gradient(0deg, rgba(5, 9, 13, .56), transparent 45%);
}

.showroom-v28-hero-copy {
  position: relative;
  z-index: 2;
  padding-block: clamp(115px, 14vw, 185px);
}

.showroom-v28-hero-copy h1 {
  max-width: 950px;
  color: #f4f0e8;
  font-size: clamp(3rem, 5.55vw, 6rem);
}

.showroom-v28-hero-copy .lead {
  max-width: 770px;
  color: #d5e0e9;
}

.showroom-v28-hero-copy .eyebrow {
  color: #79c8ee;
}

.showroom-v28-hero-copy .button-row {
  margin-top: 34px;
}

.showroom-v28-gallery-section {
  padding-block: clamp(85px, 11vw, 155px);
  background: #101419;
  border-block: 1px solid rgba(197, 164, 109, .2);
}

.showroom-v28-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, .72fr);
  gap: 22px clamp(50px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 85px);
}

.showroom-v28-gallery-heading .eyebrow {
  grid-column: 1 / -1;
}

.showroom-v28-gallery-heading h2,
.showroom-v28-gallery-heading p {
  margin-bottom: 0;
}

.showroom-v28-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 32px);
}

.showroom-v28-gallery figure {
  margin: 0;
  padding: clamp(8px, 1vw, 13px);
  background: #191e24;
  border: 1px solid rgba(255, 255, 255, .11);
}

.showroom-v28-gallery-feature {
  grid-column: 1 / -1;
}

.showroom-v28-gallery picture,
.showroom-v28-gallery img {
  display: block;
  width: 100%;
}

.showroom-v28-gallery img {
  height: auto;
}

.showroom-v28-gallery figcaption {
  padding: 14px 5px 3px;
  color: var(--grey);
  font-size: .8rem;
  line-height: 1.5;
}

.showroom-v28-visit {
  background: var(--ink);
}

.showroom-v28-visit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr);
  gap: clamp(55px, 9vw, 140px);
  align-items: center;
}

.showroom-v28-visit-layout > div > h2 {
  max-width: 800px;
}

.showroom-v28-visit-layout > div > .lead {
  max-width: 780px;
}

.showroom-v28-address-card {
  position: relative;
  min-height: 440px;
  padding: clamp(34px, 5vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: linear-gradient(145deg, #20262d, #0d1115);
  border: 1px solid rgba(197, 164, 109, .36);
}

.showroom-v28-address-card::before {
  content: '';
  position: absolute;
  width: 290px;
  height: 290px;
  top: -120px;
  right: -90px;
  border: 1px solid rgba(197, 164, 109, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(197, 164, 109, .025), 0 0 0 110px rgba(197, 164, 109, .012);
}

.showroom-v28-address-card small {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.showroom-v28-address-card h3 {
  margin: 18px 0 12px;
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
}

.showroom-v28-address-card address {
  color: var(--ivory);
  font-style: normal;
}

.showroom-v28-address-card p {
  margin: 22px 0;
  font-size: .9rem;
}

.showroom-v28-address-card a {
  align-self: flex-start;
  color: var(--gold-bright);
  border-bottom: 1px solid rgba(197, 164, 109, .5);
}

.showroom-v28-address-card a span {
  margin-left: 8px;
}

html[data-theme='light'] .about-team-landscape picture,
html[data-theme='light'] .about-showroom-preview-media,
html[data-theme='light'] .showroom-v28-gallery figure {
  background: #e5edf3;
  border-color: var(--line-soft);
}

html[data-theme='light'] .about-showroom-preview,
html[data-theme='light'] .showroom-v28-gallery-section {
  background: #f3f7fa;
}

html[data-theme='light'] .showroom-v28-visit {
  background: #fff;
}

html[data-theme='light'] .showroom-v28-address-card {
  background: linear-gradient(145deg, #0b4f77, #073451);
  box-shadow: 0 22px 55px rgba(0, 49, 91, .14);
}

html[data-theme='light'] .showroom-v28-address-card h3,
html[data-theme='light'] .showroom-v28-address-card address {
  color: #fff;
}

html[data-theme='light'] .showroom-v28-address-card p {
  color: #d5e0e9;
}

@media (max-width: 1000px) {
  .about-intro-layout,
  .about-showroom-preview-grid,
  .showroom-v28-gallery-heading,
  .showroom-v28-visit-layout {
    grid-template-columns: 1fr;
  }

  .about-intro-layout .about-facts {
    width: min(760px, 100%);
  }

  .showroom-v28-gallery-heading .eyebrow {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .about-hero-expo .about-hero-copy h1 {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }

  html[lang='ru'] .about-hero-expo .about-hero-copy h1,
  html[lang='ka'] .about-hero-expo .about-hero-copy h1 {
    font-size: clamp(2.15rem, 9.3vw, 3.1rem);
    line-height: 1.02;
  }

  .about-team-landscape picture,
  .about-showroom-preview-media,
  .showroom-v28-gallery figure {
    padding: 6px;
  }

  .showroom-v28-hero {
    min-height: 760px;
    align-items: end;
  }

  .showroom-v28-hero-media img {
    object-position: 58% center;
    filter: saturate(.78) contrast(1.04) brightness(.58);
  }

  .showroom-v28-hero-shade {
    background:
      linear-gradient(0deg, rgba(5, 9, 13, .99) 4%, rgba(5, 9, 13, .91) 49%, rgba(5, 9, 13, .18) 100%),
      linear-gradient(90deg, rgba(5, 9, 13, .38), rgba(5, 9, 13, .05));
  }

  .showroom-v28-hero-copy {
    padding-block: 110px 70px;
  }

  .showroom-v28-hero-copy h1 {
    font-size: clamp(2.55rem, 11vw, 4rem);
  }

  html[lang='ru'] .showroom-v28-hero-copy h1,
  html[lang='ka'] .showroom-v28-hero-copy h1 {
    font-size: clamp(2.15rem, 9vw, 3.2rem);
    line-height: 1.04;
  }

  .showroom-v28-gallery {
    grid-template-columns: 1fr;
  }

  .showroom-v28-gallery-feature {
    grid-column: auto;
  }

  .showroom-v28-address-card {
    min-height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-expo .about-hero-media img,
  .showroom-v28-hero-media img {
    transform: none;
  }
}
