﻿body.tg-about {
  --tg-shell-max: 19.2rem;
  background: #fcf9f8;
}

.tg-about .tg-shell {
  width: min(calc(100% - 0.96rem), var(--tg-shell-max));
}

.about-main {
  overflow: hidden;
}

.about-kicker {
  display: inline-flex;
  margin-bottom: 0.18rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.16rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-kicker--gold {
  color: #c5a059;
}

.about-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 6.14rem;
  background: #313030;
}

.about-hero__media,
.about-hero__overlay {
  position: absolute;
  inset: 0;
}

.about-hero__media {
  overflow: hidden;
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transform: scale(1.03);
}

.about-hero__overlay {
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 0, 0) 100%);
}

.about-hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 0.8rem;
}

.about-hero h1 {
  max-width: 8rem;
  margin: 0;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-story {
  padding: 1.28rem 0;
}

.about-story__row {
  --bs-gutter-x: 0.96rem;
  --bs-gutter-y: 0.64rem;
}

.about-story h2,
.about-timeline h2,
.about-sustainability h2 {
  margin: 0 0 0.28rem;
  color: #1c1b1b;
  font-size: 0.56rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.about-story p {
  margin: 0 0 0.24rem;
  color: #4e4639;
  font-size: 0.24rem;
  line-height: 1.7;
}

.about-story__image {
  overflow: hidden;
  height: 6rem;
  background: #f0eded;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.04);
}

.about-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.about-story__image:hover img {
  transform: scale(1.04);
}

.about-stats {
  padding: 0.96rem 0;
  background: #313030;
  color: #f3f0ef;
}

.about-stats__grid {
  --bs-gutter-x: 0.64rem;
  --bs-gutter-y: 0.4rem;
}

.about-stat strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #e9c176;
  font-size: 0.56rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-stat span {
  display: block;
  color: rgba(243, 240, 239, 0.78);
  font-size: 0.16rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-timeline {
  padding: 1.28rem 0;
}

.about-timeline__header {
  max-width: 8.8rem;
  margin: 0 auto 0.8rem;
  text-align: center;
}

.about-timeline__list {
  max-width: 10.8rem;
  margin: 0 auto;
}

.about-milestone {
  display: grid;
  grid-template-columns: minmax(1.72rem, 1fr) minmax(0, 2fr);
  gap: 0.48rem;
  align-items: start;
  padding: 0 0 0.88rem;
}

.about-milestone:last-child {
  padding-bottom: 0;
}

.about-milestone__year {
  color: #775a19;
  font-size: 0.72rem;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.82;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.about-milestone:hover .about-milestone__year {
  opacity: 1;
  transform: translateX(0.04rem);
}

.about-milestone__content {
  padding-top: 0.06rem;
}

.about-milestone h3 {
  margin: 0 0 0.12rem;
  color: #1c1b1b;
  font-size: 0.24rem;
  line-height: 1.25;
  font-weight: 800;
}

.about-milestone p {
  max-width: 6.68rem;
  margin: 0;
  color: #4e4639;
  font-size: 0.24rem;
  line-height: 1.7;
}

.about-sustainability {
  padding: 1.28rem 0;
  background: #f6f3f2;
}

.about-sustainability__panel {
  max-width: 8rem;
  margin: 0 auto;
  text-align: center;
}

.about-sustainability__icon {
  display: inline-flex;
  width: 0.56rem;
  height: 0.56rem;
  margin-bottom: 0.24rem;
  color: #775a19;
}

.about-sustainability__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-sustainability p {
  max-width: 7.2rem;
  margin: 0 auto;
  color: #4e4639;
  font-size: 0.213333rem;
  line-height: 1.65;
}

.about-sustainability__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.24rem;
  margin-top: 0.48rem;
}

.about-contact {
  padding: 1.28rem 0;
  background: #f6f3f2;
}

.about-contact__panel {
  padding: 0.72rem;
  background: #ffffff;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.04);
}

.about-contact__header {
  max-width: 8rem;
  margin-bottom: 0.56rem;
}

.about-contact__header h2 {
  margin: 0 0 0.24rem;
  color: #1c1b1b;
  font-size: 0.56rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.about-contact__header p {
  margin: 0;
  color: #4e4639;
  font-size: 0.24rem;
  line-height: 1.7;
}

.about-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.32rem;
}

.about-contact-card {
  min-height: 1.72rem;
  padding: 0.32rem;
  border: 1px solid rgba(209, 197, 180, 0.35);
  background: #fcf9f8;
}

.about-contact-card__label {
  display: block;
  margin-bottom: 0.16rem;
  color: #775a19;
  font-size: 0.16rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-contact-card__value {
  display: block;
  color: #1c1b1b;
  font-size: 0.24rem;
  line-height: 1.6;
  word-break: break-word;
}

a.about-contact-card__value {
  transition: color 0.25s ease;
}

a.about-contact-card__value:hover {
  color: #775a19;
}

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0.52rem;
  padding: 0 0.36rem;
  border: 1px solid transparent;
  font-size: 0.186667rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.about-button:hover {
  transform: translateY(-0.02rem);
}

.about-button--primary {
  background: linear-gradient(135deg, #775a19 0%, #c5a059 100%);
  color: #ffffff;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.about-button--primary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #6a5017 0%, #b99552 100%);
}

.about-button--ghost {
  border-color: #d1c5b4;
  color: #775a19;
  background: transparent;
}

.about-button--ghost:hover {
  border-color: #775a19;
  color: #775a19;
  background: #ffffff;
}

.tg-about .site-footer--news-detail {
  background: #f6f3f2;
}

@media (max-width: 991.98px) {

  .tg-about .site-nav {
    top: 0.8rem;
    gap: 0.16rem;
    padding: 0.24rem 0.48rem 0.32rem;
  }

  .about-hero {
    min-height: 5.4rem;
  }

  .about-story {
    padding: 0.96rem 0;
  }

  .about-story__image {
    height: 5.2rem;
  }

  .about-contact__grid {
    grid-template-columns: 1fr;
  }

  .about-stat {
    text-align: center;
  }

  .about-milestone {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding-bottom: 0.64rem;
  }

  .about-milestone:hover .about-milestone__year {
    transform: none;
  }

  .tg-about .site-footer__top {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .tg-about .tg-shell {
    width: min(calc(100% - 0.64rem), var(--tg-shell-max));
  }

  .tg-about .site-nav {
    top: 0.72rem;
    padding-right: 0.32rem;
    padding-left: 0.32rem;
  }

  .about-hero {
    min-height: 5rem;
  }

  .about-hero__content {
    padding-bottom: 0.56rem;
  }

  .about-hero h1 {
    font-size: 0.52rem;
  }

  .about-story h2,
  .about-timeline h2,
  .about-sustainability h2 {
    font-size: 0.4rem;
  }

  .about-story p,
  .about-milestone p {
    font-size: 0.226667rem;
  }

  .about-story__image {
    height: 4.6rem;
  }

  .about-stats {
    padding: 0.72rem 0;
  }

  .about-stat strong {
    font-size: 0.44rem;
  }

  .about-timeline,
  .about-sustainability {
    padding: 0.96rem 0;
  }

  .about-timeline__header {
    margin-bottom: 0.56rem;
  }

  .about-contact {
    padding: 0.96rem 0;
  }

  .about-contact__panel {
    padding: 0.4rem;
  }

  .about-contact__header h2 {
    font-size: 0.4rem;
  }

  .about-contact__header p,
  .about-contact-card__value {
    font-size: 0.226667rem;
  }

  .about-milestone__year {
    font-size: 0.52rem;
  }

  .about-sustainability__actions {
    flex-direction: column;
  }

  .about-button {
    width: 100%;
  }

  .tg-about .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
