/* =========================================================================
   PAGE: ABOUT-US
   ========================================================================= */

#about-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #090909;
  color: #ffffff;
}

#about-hero .about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

#about-hero .about-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.45' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 96px 96px;
  mix-blend-mode: screen;
  opacity: 0.42;
  pointer-events: none;
}

#about-hero .about-hero-bg picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

#about-hero .about-hero-bg-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

#about-hero .about-hero-content {
  position: absolute;
  z-index: 2;
  top: calc(50% + 188px);
  left: 50%;
  width: min(100% - 40px, 776px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  transform: translate(-50%, -50%);
}

#about-hero .about-hero-content h1 {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 56px;
  font-weight: var(--fw-medium);
  line-height: 1.2;
  text-transform: capitalize;
}

#about-hero .about-hero-content h1 span {
  display: block;
}

#about-hero .about-hero-content p {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: var(--fw-normal);
  line-height: 1.4;
}

#about-hero .about-hero-content p span {
  display: block;
}

#about-hero .about-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: var(--fw-medium);
  line-height: 1;
  text-transform: capitalize;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

#about-hero .about-hero-cta:hover,
#about-hero .about-hero-cta:focus-visible {
  background: #c31d29;
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(217, 33, 46, 0.24);
  transform: translateY(-2px);
}

#about-hero .about-hero-cta svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

@media (max-width: 1023px) {
  #about-hero {
    min-height: 100svh;
  }

  #about-hero .about-hero-content {
    top: 243px;
    width: min(100% - 80px, 664px);
    gap: 16px;
    transform: translateX(-50%);
  }

  #about-hero .about-hero-content h1 {
    font-size: 36px;
    white-space: nowrap;
  }

  #about-hero .about-hero-content p {
    width: min(100%, 584px);
    font-size: 18px;
  }

  #about-hero .about-hero-cta {
    min-height: 44px;
    padding: 12px 16px;
  }
}

@media (max-width: 767px) {
  #about-hero {
    min-height: 100svh;
  }

  #about-hero .about-hero-content {
    top: 359px;
    width: min(100% - 40px, 319px);
    gap: 10px;
  }

  #about-hero .about-hero-content h1 {
    font-size: 32px;
    white-space: normal;
  }

  #about-hero .about-hero-content h1 span {
    display: inline;
  }

  #about-hero .about-hero-content p {
    color: #b3b3b3;
    font-size: 14px;
  }

  #about-hero .about-hero-content p span {
    display: inline;
  }

  #about-hero .about-hero-cta {
    min-height: 40px;
    padding: 12px;
    font-size: 14px;
  }
}


@font-face {
  font-family: "Midnight Signature";
  src: url("../../../.../../assets/images/about-us/section-1/fonts/Midnight-Signature.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

#about-founder-letter {
  position: relative;
  min-height: 819px;
  padding: 0 120px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #d3d3d3;
  font-family: var(--font-sans);
}

#about-founder-letter .about-letter-bg {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  mix-blend-mode: luminosity;
}

#about-founder-letter .about-letter-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

#about-founder-letter .about-letter-card {
  position: relative;
  width: 900px;
  min-height: 819px;
  padding: 100px 80px;
  overflow: hidden;
  background: #fcfcfc;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  color: #545454;
}

#about-founder-letter .about-letter-texture {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
  background-image: radial-gradient(rgba(45, 45, 45, 0.18) 0.55px, transparent 0.55px), linear-gradient(135deg, rgba(255,255,255,0.45), rgba(214,214,214,0.18));
  background-size: 4px 4px, 100% 100%;
  pointer-events: none;
}

#about-founder-letter .about-letter-edge {
  position: absolute;
  top: -44px;
  bottom: -44px;
  z-index: 2;
  width: 12px;
  opacity: 0.2;
  background: repeating-linear-gradient(45deg, #2a2a2a 0 15px, transparent 15px 33px);
  pointer-events: none;
}

#about-founder-letter .about-letter-edge-left { left: 0; }
#about-founder-letter .about-letter-edge-right { right: 0; }

#about-founder-letter .about-letter-header,
#about-founder-letter .about-letter-body {
  position: relative;
  z-index: 3;
}

#about-founder-letter .about-letter-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}

#about-founder-letter .about-letter-logo {
  width: 50px;
  height: 56px;
  flex: 0 0 auto;
}

#about-founder-letter .about-letter-kicker {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

#about-founder-letter .about-letter-kicker span {
  color: #adadad;
  font-weight: 300;
}

#about-founder-letter .about-letter-kicker strong {
  color: #585858;
  font-weight: 400;
}

#about-founder-letter .about-letter-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: var(--fw-normal);
  line-height: 1.2;
}

#about-founder-letter .about-letter-body p {
  margin: 0;
  color: #545454;
}

#about-founder-letter .about-letter-body strong {
  color: #303030;
  font-weight: var(--fw-medium);
}

#about-founder-letter .about-letter-greeting em,
#about-founder-letter .about-letter-signature em {
  color: #1d1d1d;
  font-style: italic;
  font-weight: var(--fw-medium);
}

#about-founder-letter .about-letter-signature {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
}

#about-founder-letter .about-letter-signature strong {
  margin-top: 8px;
  color: #333333;
  font-family: "Midnight Signature", "Brush Script MT", "Segoe Script", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1023px) {
  #about-founder-letter {
    min-height: 878px;
    padding: 0 64px;
  }

  #about-founder-letter .about-letter-bg {
    inset: 0 -348px;
  }

  #about-founder-letter .about-letter-card {
    width: 100%;
    min-height: 878px;
    padding: 64px;
  }
}

@media (max-width: 767px) {
  #about-founder-letter {
    min-height: 1087px;
    padding: 0 20px;
    align-items: center;
  }

  #about-founder-letter .about-letter-bg {
    inset: 0 auto 0 50%;
    width: 1741px;
    transform: translateX(-50%);
  }

  #about-founder-letter .about-letter-card {
    width: 100%;
    min-height: auto;
    padding: 48px 28px;
  }

  #about-founder-letter .about-letter-edge {
    top: 0;
    bottom: 0;
    width: 8px;
    background-size: auto;
  }

  #about-founder-letter .about-letter-header {
    gap: 20px;
    margin-bottom: 48px;
  }

  #about-founder-letter .about-letter-logo {
    width: 43px;
    height: 48px;
  }

  #about-founder-letter .about-letter-kicker {
    gap: 7px;
    font-size: 15px;
  }

  #about-founder-letter .about-letter-body {
    line-height: 1.2;
    text-align: justify;
  }

  #about-founder-letter .about-letter-signature {
    text-align: left;
  }
}


