/* About page — Figma Silver-About EN (138:2822) */

.about-page.site-main {
  margin: 0;
  padding: 0;
  max-width: none;
}

.silver-about-page .header__bar {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.about-page-layout {
  --about-inset: var(--silver-inset-x);
  --about-gold: #f0d29f;
  --about-dark: #121211;
  --about-light: #fafaf8;

  width: 100%;
  background: #fff;
}

/* —— Hero (718px) —— */
.about-hero {
  position: relative;
  width: 100%;
  min-height: 718px;
  overflow: hidden;
  background: var(--about-dark);
}

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

.about-hero__media,
.about-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.about-hero__image {
  object-fit: cover;
  object-position: center;
}


.about-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  padding: 120px var(--about-inset) 72px;
  text-align: center;
}

.about-hero__eyebrow {
  margin: 0 0 24px;
  font-family: var(--font-konnect);
  font-size: 44px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}

.about-hero__title {
  margin: 0 0 28px;
  font-family: var(--font-konnect);
  font-size: 86px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.01em;
  color: #fff;
  text-transform: uppercase;
}

.about-hero__title-accent {
  color: var(--about-gold);
}

@media (min-width: 993px) {
  .about-hero__title-line {
    display: block;
  }

  .about-hero__title-line--second {
    margin-top: 0;
  }
}

.about-hero__description {
  max-width: 990px;
  margin: 0;
  font-family: var(--font-konnect);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  color: #fff;
}

/* —— Story —— */
.about-story {
  padding: 88px 0 30px;
  background: #fff;
  overflow: hidden;
}

.about-story__inner {
  max-width: none;
  margin: 0 auto;
  padding-left: var(--about-inset);
  padding-right: var(--about-inset);
}

.about-story__title {
  margin: 0 0 48px;
  font-family: var(--font-konnect);
  font-size: 50px;
  font-weight: 400;
  line-height: 1.12;
  color: var(--about-dark);
  text-align: center;
  text-transform: capitalize;
}

.about-story__title strong {
  font-weight: 600;
}

.about-story__copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 48px;
  margin-bottom: 0;
}

.about-story__text {
  margin: 0;
  font-family: var(--font-konnect);
  font-size: 25px;
  font-weight: 300;
  line-height: 1.45;
  color: #6A6A68;
  text-align: center;
}

/* Home categories marquee — full viewport width below story copy */
.about-story__marquee {
  width: 100vw;
  max-width: 100vw;
  margin-top: 72px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.about-story__marquee .categories-marquee {
  margin-bottom: 0;
}

.about-story__marquee .categories-marquee__viewport {
  position: relative;
}

/* Story section uses its own h2; hide duplicate home slider title */
.about-story__marquee .categories-marquee__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* —— Beliefs (light band) —— */
.about-beliefs {
  padding: 80px var(--about-inset) 96px;
  background: var(--about-light);
}

.about-beliefs__inner {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.about-beliefs__eyebrow {
  margin: 0 0 16px;
  font-family: var(--font-konnect);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--about-dark);
}

.about-beliefs__title {
  margin: 0 0 64px;
  font-family: var(--font-konnect);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--about-dark);
}

.about-beliefs__title-line {
  display: block;
  color: #f0d29f;
}

.about-beliefs__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: left;
}

.about-beliefs__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 32px 28px 36px;
  background: #fff;
  border: 1px solid rgba(18, 18, 17, 0.1);
  box-sizing: border-box;
}

.about-beliefs__card-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  padding: 4px;
  border: 1px solid var(--about-gold);
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  flex-shrink: 0;
}

.about-beliefs__card-icon::before {
  content: '';
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: var(--about-dark);
}

.about-beliefs__card-icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.about-beliefs__card-title {
  margin: 0 0 12px;
  font-family: var(--font-konnect);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--about-dark);
}

.about-beliefs__card-rule {
  display: block;
  width: 40px;
  height: 2px;
  margin-bottom: 16px;
  background: var(--about-gold);
}

.about-beliefs__card-text {
  margin: 0;
  font-family: var(--font-konnect);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(18, 18, 17, 0.65);
}

/* —— Stats (dark band) —— */
.about-stats {
  padding: 80px var(--about-inset) 96px;
  background: #121211;
  color: #fff;
}

.about-stats__inner {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.about-stats__eyebrow {
  margin: 0 0 16px;
  font-family: var(--font-konnect);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  color: #f0d29f;
}

.about-stats__title {
  margin: 0 0 72px;
  font-family: var(--font-konnect);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.about-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1.22px solid #ffffff1a;
}

.about-stats__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 220px;
  padding: 48px 24px;
  background: #121211;
  border-right: 1.22px solid #ffffff1a;
  border-bottom: 1.22px solid #ffffff1a;
  box-sizing: border-box;
  text-align: left;
  transition: background 0.25s ease;
}

.about-stats__item:last-child {
  border-right: none;
}

.about-stats__item:hover {
  background: #6a6a681a;
}

.about-stats__value {
  margin: 0 0 16px;
  font-family: var(--font-konnect);
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  color: #f0d29f;
}

.about-stats__rule {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 16px;
  background: #f0d29f;
}

.about-stats__label {
  margin: 0;
  font-family: var(--font-konnect);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

/* —— Quote CTA —— */
.about-cta {
  position: relative;
  width: 100%;
  min-height: 346px;
  overflow: hidden;
}

.about-cta__media {
  position: absolute;
  inset: 0;
}

.about-cta__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.about-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.88) 55%,
    rgba(255, 255, 255, 0.75) 100%
  );
}

.about-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: inherit;
  margin: 0 auto;
  padding: 68px var(--about-inset);
}

.about-cta__copy {
  flex: 1;
  min-width: 0;
  max-width: 878px;
}

.about-cta__eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-konnect);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--about-dark);
}

.about-cta__title {
  margin: 0 0 16px;
  font-family: var(--font-konnect);
  font-size: 74px;
  font-weight: 700;
  line-height: 1.08;
  color: var(--about-dark);
}

.about-cta__text {
  margin: 0;
  max-width: 732px;
  font-family: var(--font-konnect);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--about-dark);
}

.about-cta__button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 238px;
  min-height: 56px;
  padding: 14px 36px;
  background: var(--about-gold);
  color: var(--about-dark);
  font-family: var(--font-konnect);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.about-cta__button-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
  filter: brightness(0);
}

.about-cta__button:hover {
  opacity: 0.92;
}

/* —— Tablet (993–1200) —— */
@media (max-width: 1200px) and (min-width: 993px) {
  .about-page-layout {  }

  .about-hero__eyebrow {
    font-size: 36px;
  }

  .about-hero__title {
    font-size: 88px;
  }

  .about-hero__description {
    font-size: 20px;
  }

  .about-story__title,
  .about-beliefs__title,
  .about-stats__title {
    font-size: 42px;
  }

  .about-story__text {
    font-size: 22px;
  }

  .about-beliefs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 32px;
  }

  .about-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stats__item:nth-child(2n) {
    border-right: none;
  }

  .about-stats__item:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .about-stats__value {
    font-size: 72px;
  }

  .about-cta__title {
    font-size: 56px;
  }
}

/* —— Mobile Figma 402px pattern (scaled from Silver-About EN 1440) —— */
@media (max-width: 992px) {
  .about-page-layout {  }

  .silver-about-page .header__bar {
    max-width: none;
  }

  .about-hero {
    min-height: min(96.8vw, 389px);
  }

  .about-hero__image {
    object-position: center 48%;
  }

  .about-hero__content {
    align-items: center;
    text-align: center;
  }

  .about-hero__eyebrow {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .about-hero__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 1.05;
  }

  .about-hero__title-line {
    display: block;
  }

  .about-hero__title-line + .about-hero__title-line::before {
    content: none;
  }

  .about-hero__description {
    max-width: 332px;
    font-size: 13px;
  }

  .about-story {
    padding: 36px 0 40px;
  }

  .about-story__inner {
    max-width: none;
  }

  .about-story__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
  }

  .about-story__copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-story__text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.45;
  }

  .about-story__marquee {
    margin-top: 28px;
  }

  .about-story__marquee .categories-marquee {
    padding: 0 !important;
  }

  .about-beliefs {
    padding: 36px var(--about-inset) 40px;
  }

  .about-beliefs__inner {
    max-width: none;
  }

  .about-beliefs__eyebrow {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: left;
  }

  .about-beliefs__title {
    margin-bottom: 28px;
    font-size: 22px;
    text-align: left;
  }

  .about-beliefs__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-beliefs__card {
    padding: 24px 20px 28px;
  }

  .about-beliefs__card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    padding: 3px;
  }

  .about-beliefs__card-icon::before {
    inset: 3px;
  }

  .about-beliefs__card-icon img {
    width: 24px;
    height: 24px;
  }

  .about-beliefs__card-title {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .about-beliefs__card-rule {
    width: 32px;
    margin-bottom: 12px;
  }

  .about-beliefs__card-text {
    font-size: 13px;
  }

  .about-stats {
    padding: 36px var(--about-inset) 40px;
  }

  .about-stats__inner {
    max-width: none;
  }

  .about-stats__eyebrow {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: left;
  }

  .about-stats__title {
    margin-bottom: 32px;
    font-size: 22px;
    text-align: left;
  }

  .about-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: center;
  }

  .about-stats__item {
    min-height: 140px;
    padding: 28px 16px;
  }

  .about-stats__item:nth-child(2n) {
    border-right: none;
  }

  .about-stats__item:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .about-stats__value {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .about-stats__rule {
    width: 32px;
    margin-bottom: 10px;
  }

  .about-stats__label {
    font-size: 13px;
  }

  .about-cta {
    min-height: min(50.7vw, 204px);
  }

  .about-cta__media,
  .about-cta__image {
    min-height: inherit;
  }

  .about-cta__image {
    object-position: center 40%;
  }

  .about-cta__overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.95) 100%
    );
  }

  .about-cta__inner {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    padding: 32px var(--about-inset) 36px;
  }

  .about-cta__copy {
    max-width: none;
  }

  .about-cta__eyebrow {
    font-size: 14px;
  }

  .about-cta__title {
    font-size: 26px;
  }

  .about-cta__text {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .about-cta__button {
    width: 100%;
    min-height: 48px;
    gap: 10px;
    font-size: 16px;
  }

  .about-cta__button-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 640px) {
  .about-story__marquee .categories-marquee {
    padding: 0 !important;
  }
}

@media (max-width: 430px) {
  .about-page-layout {  }

  .about-hero__description,
  .about-cta__text {
    max-width: 100%;
  }

  .about-hero__title {
    font-size: 34px;
  }
}
