/* About page styles */

.about-page--ticket-grid {
  padding-top: 0;
  background: transparent;
}

.about-page--ticket-grid,
.about-page--ticket-grid p,
.about-page--ticket-grid li {
  font-family: var(--font-body);
}

.about-page--ticket-grid a {
  text-decoration: none;
}

.about-page--ticket-grid img {
  display: block;
  max-width: 100%;
}

.about-page__hero-banner img {
  width: 100%;
  height: clamp(20rem, 62vh, 42rem);
  object-fit: cover;
}

.about-page__container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.about-page__stats-strip {
  position: relative;
  z-index: 2;
  margin-top: -3.25rem;
}

.about-page__stats-strip .about-page__container {
  width: min(60rem, calc(100% - 32px));
}

.about-page__stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
}

.about-page__stat-card {
  padding: 1.1rem 1rem;
  border: 1px solid rgb(255 255 255 / 74%);
  border-radius: 1.15rem;
  background: rgb(255 250 243 / 90%);
  box-shadow: 0 28px 60px rgb(52 34 18 / 12%);
  text-align: center;
}

.about-page__stat-value {
  margin: 0;
  color: #da4a00;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
}

.about-page__stat-label {
  margin: 0.35rem 0 0;
  color: #71665d;
  line-height: 1.45;
}

.about-page__content {
  padding: 2.75rem 0 3.5rem;
}

.about-page__story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 1.75rem;
  align-items: stretch;
}

.about-page__story-card {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-height: 47.5rem;
  padding: 2.125rem 2.125rem 2.125rem 3.5rem;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 2.25rem;
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 28px 60px rgb(52 34 18 / 12%);
}

.about-page__story-card::before {
  content: "";
  position: absolute;
  inset: 2.125rem auto 2.125rem 1.75rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(218 74 0 / 90%), rgb(218 74 0 / 14%));
}

.about-page__story-section + .about-page__story-section {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgb(23 20 17 / 10%);
}

.about-page__section-title {
  margin: 0 0 1rem;
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
  text-transform: none;
}

.about-page__story-copy {
  color: #71665d;
  line-height: 1.82;
}

.about-page__offer-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.375rem;
  min-height: 47.5rem;
  padding: 1.75rem;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 86%);
  border-radius: 2.25rem;
  background: linear-gradient(180deg, rgb(255 255 255 / 95%), rgb(242 234 219 / 96%));
  box-shadow: 0 28px 60px rgb(52 34 18 / 12%);
}

.about-page__offer-panel::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 90 0 / 12%), transparent 68%);
  pointer-events: none;
}

.about-page__offer-header {
  position: relative;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid rgb(23 20 17 / 8%);
}

.about-page__offer-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5.25rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5a00, rgb(255 90 0 / 18%));
}

.about-page__offer-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: none;
}

.about-page__ticket-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  align-content: start;
  padding-top: 1.25rem;
}

.about-page__ticket {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 7.375rem;
  padding: 1.125rem 1.125rem 1.125rem 1.5rem;
  border: 1px dashed rgb(255 90 0 / 24%);
  border-radius: 1.375rem;
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 18px 34px rgb(53 33 13 / 8%);
}

.about-page__ticket::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  width: 4px;
  height: 60%;
  border-radius: 999px;
  background: rgb(255 90 0 / 75%);
  transform: translateY(-50%);
}

.about-page__ticket-text {
  font-size: 1.02rem;
  line-height: 1.45;
}

.about-page__cta-panel {
  padding: 1.5rem 1.5rem 1.375rem;
  border: 1px solid rgb(255 255 255 / 90%);
  border-radius: 1.875rem;
  background: linear-gradient(180deg, rgb(255 255 255 / 98%), rgb(248 241 230 / 94%));
  box-shadow: 0 18px 40px rgb(52 34 18 / 8%);
}

.about-page__cta-panel-title {
  margin: 0 0 1.25rem;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: none;
}

.about-page__contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
  margin-bottom: 1.25rem;
}

.about-page__contact-item {
  display: grid;
  justify-items: center;
  gap: 0.625rem;
  padding: 0.75rem 0.5rem;
  border-radius: 1.25rem;
  background: rgb(255 255 255 / 66%);
  color: inherit;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.25s ease,
    color 0.25s ease;
}

.about-page__contact-item:hover,
.about-page__contact-item:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgb(53 33 13 / 10%);
}

.about-page__contact-icon {
  display: grid;
  place-items: center;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 1.125rem;
  background: linear-gradient(145deg, rgb(255 255 255 / 98%), rgb(248 241 230 / 92%));
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 82%),
    0 12px 24px rgb(53 33 13 / 8%);
}

.about-page__contact-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  stroke: currentColor;
}

.about-page__contact-label {
  color: #71665d;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: none;
}

.about-page__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  background: #ff5a00;
  box-shadow: 0 16px 28px rgb(255 90 0 / 20%);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: none;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.25s ease;
}

.about-page__cta-button:hover,
.about-page__cta-button:focus-visible {
  background: #da4a00;
  transform: translateY(-3px);
}

.about-page--ticket-grid .screen-reader-text {
  position: absolute;
}

body.lang-ka .about-page__stat-value,
body.lang-ka .about-page__section-title,
body.lang-ka .about-page__offer-title,
body.lang-ka .about-page__cta-panel-title,
body.lang-ka .about-page__contact-label,
body.lang-ka .about-page__cta-button {
  letter-spacing: -0.01em;
}

@media (max-width: 980px) {
  .about-page__stats-grid,
  .about-page__story-grid,
  .about-page__ticket-grid {
    grid-template-columns: 1fr;
  }

  .about-page__story-card,
  .about-page__offer-panel {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .about-page--ticket-grid {
    padding-top: calc(var(--mobile-header-height) + 0.35rem);
  }

  .about-page__hero-banner {
    padding-inline: 0.75rem;
  }

  .about-page__hero-banner img {
    height: auto;
    object-fit: contain;
  }

  .about-page__stats-strip {
    margin-top: 0;
  }

  .about-page__content {
    padding: 2.25rem 0 3rem;
  }

  .about-page__stat-card,
  .about-page__story-card,
  .about-page__offer-panel,
  .about-page__ticket,
  .about-page__cta-panel {
    padding: 1.375rem;
  }

  .about-page__story-card {
    padding-left: 2.75rem;
  }

  .about-page__story-card::before {
    left: 1.25rem;
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .about-page__contact-actions {
    gap: 0.5rem;
  }

  .about-page__contact-icon {
    width: 3.125rem;
    height: 3.125rem;
  }

  .about-page__contact-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .about-page__contact-label {
    font-size: 0.68rem;
  }
}
