body.about-page {
  background: #f4f0e6;
  color: #243044;
}

body.about-page .about-kicker {
  margin: 0 0 12px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgb(252, 203, 107);
}

body.about-page .about-rule {
  width: 72px;
  height: 2px;
  margin: 22px 0 26px;
  background: rgb(252, 203, 107);
  box-shadow: 0 5px 0 #0b1c39;
}

body.about-page .about-rule-center {
  margin-left: auto;
  margin-right: auto;
}

body.about-page .about-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #ffffff;
}

body.about-page .about-hero-media,
body.about-page .about-hero-shade {
  position: absolute;
  inset: 0;
}

body.about-page .about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.05);
}

body.about-page .about-hero-shade {
  background:
    linear-gradient(180deg, rgba(7, 16, 24, 0.18) 0%, rgba(7, 21, 37, 0.62) 42%, rgba(7, 16, 24, 0.96) 100%);
}

body.about-page .about-hero-copy {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto 96px;
  text-align: center;
}

body.about-page .about-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.6rem, 10vw, 7.4rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 0.9;
}

body.about-page .about-lede {
  margin: 0 auto;
  max-width: 560px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}

body.about-page .about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
  margin: -52px auto 0;
  position: relative;
  z-index: 3;
  padding: 0 20px;
}

body.about-page .about-stat {
  background: #fffdf8;
  border: 1px solid #e4dcc8;
  padding: 28px 22px 24px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(11, 28, 57, 0.08);
}

body.about-page .about-stat + .about-stat {
  border-left: 0;
}

body.about-page .about-stat strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  color: #0b1c39;
  line-height: 1;
}

body.about-page .about-stat span {
  display: block;
  margin-top: 10px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7280;
}

body.about-page .about-origin {
  max-width: 1180px;
  margin: 88px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

body.about-page .about-origin-copy {
  background: #fffdf8;
  border: 1px solid #e4dcc8;
  padding: 52px 46px;
}

body.about-page .about-origin-copy h2,
body.about-page .about-founders-copy h2,
body.about-page .about-values-head h2,
body.about-page .about-close h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  color: #0b1c39;
  line-height: 1.08;
}

body.about-page .about-origin-copy p {
  margin: 0 0 18px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.85;
  color: #5b6573;
}

body.about-page .about-origin-copy p:last-child {
  margin-bottom: 0;
}

body.about-page .about-mosaic {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 280px 200px;
  gap: 12px;
  min-height: 492px;
}

body.about-page .about-mosaic figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e4dcc8;
}

body.about-page .about-mosaic figure:first-child {
  grid-row: 1 / 3;
}

body.about-page .about-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
  transition: transform 0.7s ease;
}

body.about-page .about-mosaic figure:hover img {
  transform: scale(1.05);
}

body.about-page .about-charter {
  max-width: 1180px;
  margin: 72px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body.about-page .about-charter-card {
  padding: 56px 46px 50px;
  min-height: 360px;
}

body.about-page .about-charter-card:first-child {
  background: #0b1c39;
  color: #ffffff;
}

body.about-page .about-charter-card:last-child {
  background: #fffdf8;
  border: 1px solid #e4dcc8;
  border-left: 0;
}

body.about-page .about-charter-num {
  display: block;
  margin-bottom: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  letter-spacing: 0.2em;
  color: rgb(252, 203, 107);
}

body.about-page .about-charter-card h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.1;
}

body.about-page .about-charter-card:first-child h2 {
  color: #ffffff;
}

body.about-page .about-charter-card:last-child h2 {
  color: #0b1c39;
}

body.about-page .about-charter-card p {
  margin: 0;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.85;
}

body.about-page .about-charter-card:first-child p {
  color: rgba(255, 255, 255, 0.78);
}

body.about-page .about-charter-card:last-child p {
  color: #5b6573;
}

body.about-page .about-values {
  max-width: 1180px;
  margin: 88px auto 0;
  padding: 0 20px 20px;
}

body.about-page .about-values-head {
  max-width: 640px;
  margin: 0 auto 42px;
  text-align: center;
}

body.about-page .about-values-head p {
  margin: 0 auto;
  font-family: "Libre Franklin", Arial, sans-serif;
  color: #5b6573;
  line-height: 1.8;
}

body.about-page .about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

body.about-page .about-value {
  background: #fffdf8;
  border: 1px solid #e4dcc8;
  padding: 38px 32px 34px;
}

body.about-page .about-value + .about-value {
  border-left: 0;
}

body.about-page .about-value i {
  font-size: 1.45rem;
  color: #0b1c39;
}

body.about-page .about-value h3 {
  margin: 16px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  color: #0b1c39;
}

body.about-page .about-value p {
  margin: 0;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #5b6573;
}

body.about-page .about-founders {
  max-width: 1180px;
  margin: 36px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 0;
  min-height: 520px;
}

body.about-page .about-founders-media {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

body.about-page .about-founders-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}

body.about-page .about-founders-seal {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 118px;
  height: 118px;
  object-fit: contain;
  background: #0b1c39;
  padding: 10px;
  border: 1px solid rgba(252, 203, 107, 0.45);
}

body.about-page .about-founders-copy {
  background: #0b1c39;
  color: #ffffff;
  padding: 58px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.about-page .about-founders-copy h2 {
  color: #ffffff;
}

body.about-page .about-founders-copy p {
  margin: 0 0 18px;
  font-family: "Libre Franklin", Arial, sans-serif;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

body.about-page .about-founders-names {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  color: rgb(252, 203, 107);
}

body.about-page .about-gallery {
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 12px;
}

body.about-page .about-gallery figure {
  margin: 0;
  overflow: hidden;
  min-height: 240px;
  border: 1px solid #e4dcc8;
}

body.about-page .about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
  transition: transform 0.7s ease;
}

body.about-page .about-gallery figure:hover img {
  transform: scale(1.05);
}

body.about-page .about-close {
  max-width: 1180px;
  margin: 36px auto 80px;
  padding: 88px 28px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(7, 21, 37, 0.5), rgba(7, 16, 24, 0.9)),
    url("../Image/glavyn-2.jpeg") center 28% / cover no-repeat;
  color: #ffffff;
}

body.about-page .about-close h2 {
  max-width: 680px;
  margin: 0 auto 28px;
  color: #ffffff;
}

body.about-page .about-close-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

body.about-page .about-close-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgb(252, 203, 107);
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-family: "Libre Franklin", Arial, sans-serif;
}

body.about-page .about-close-actions a:first-child {
  background: rgb(252, 203, 107);
  color: #0b1c39;
}

body.about-page .about-close-actions a:hover {
  background: #ffffff;
  color: #0b1c39;
  border-color: #ffffff;
}

@media (max-width: 991px) {
  body.about-page .about-stats {
    grid-template-columns: 1fr 1fr;
  }

  body.about-page .about-origin,
  body.about-page .about-charter,
  body.about-page .about-values-grid,
  body.about-page .about-founders,
  body.about-page .about-gallery {
    grid-template-columns: 1fr;
  }

  body.about-page .about-stat + .about-stat,
  body.about-page .about-value + .about-value {
    border-left: 1px solid #e4dcc8;
  }

  body.about-page .about-charter-card:last-child {
    border-left: 1px solid #e4dcc8;
  }

  body.about-page .about-hero {
    min-height: 74vh;
  }

  body.about-page .about-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 180px;
    min-height: 0;
  }

  body.about-page .about-origin-copy,
  body.about-page .about-charter-card,
  body.about-page .about-founders-copy {
    padding: 36px 24px;
  }

  body.about-page .about-founders-media,
  body.about-page .about-gallery figure {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  body.about-page .about-stats {
    grid-template-columns: 1fr 1fr;
  }

  body.about-page .about-stat:nth-child(3),
  body.about-page .about-stat:nth-child(4) {
    border-top: 0;
  }

  body.about-page .about-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 240px 180px 180px;
  }

  body.about-page .about-mosaic figure:first-child {
    grid-row: auto;
  }

  body.about-page .about-hero-copy {
    margin-bottom: 72px;
  }
}
