/* =========================================
   ABOUT PAGE
========================================= */

.about-page {
  width: 100%;
  background: #fff;
  padding-top: 50px;
}

/* =========================================
   CONTAINER
========================================= */

.about-container {
  width: 100%;
  max-width: 1905px;
  margin: 0 auto;
  padding: 0 80px;
}

/* =========================================
   HERO SECTION
========================================= */

.about-hero-section {
  padding: 0 3.5%;
}

.about-hero-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 900px 1fr;
  gap: 60px;
  align-items: start;
}

/* IMAGE */

.about-hero-image-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.about-hero-image {
  width: 100%;
  height: 1100px;
  object-fit: cover;
  display: block;
}

.about-hero-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 60px;
  margin-left: 60px;
}

.about-hero-overlay h1 {
  font-size: 72px !important;
  line-height: 0.9;
  font-weight: 700;
  color: #fff;
  letter-spacing: -4px;
  font-family: "Space Grotesk", sans-serif;
}

/* RIGHT */

.about-hero-content {
  padding-top: 54px;
}

.about-hero-content h2 {
  font-size: 48px;
  font-family: "HelveticaW1Bold", sans-serif;
  line-height: 1.25;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 54px;
  letter-spacing: -2px;
}

.about-hero-text {
  max-width: 520px;
}

.about-hero-text p {
  font-size: 18px;
  line-height: 1.25;
  color: #2c2c2c;
  margin-bottom: 28px;
}

/* =========================================
   DESIGNED SECTION
========================================= */

.about-designed-section {
  padding: 120px 0 80px;
}

.about-section-title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #1d1d1d;
  font-family: "HelveticaW1Bold", sans-serif;
  margin-bottom: 60px;
  letter-spacing: -2px;
}

/* LIST */

.about-designed-list {
  border-top: 1px solid #dddddd;
}

.about-designed-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid #dddddd;
}

.about-designed-number {
  font-family: "HelveticaW1Roman", sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
  color: #1d1d1d;
}

.about-designed-text {
  font-family: "HelveticaW1Bold", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  color: #1d1d1d;
}

/* =========================================
   MISSION SECTION
========================================= */

.about-mission-section {
  padding: 180px 0 160px;
}

.about-mission-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 80px;
}

.about-mission-left h2 {
  font-family: "HelveticaW1Bold", sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  color: #1d1d1d;
  letter-spacing: -2px;
}

.about-mission-right p {
  font-family: "HelveticaW1Roman", sans-serif;
  font-size: 22px;
  line-height: 1.8;
  color: #1d1d1d;
  margin-bottom: 24px;
}

/* BUTTON */

.about-mission-btn {
  width: 240px;
  height: 54px;
  font-family: "HelveticaW1Roman", sans-serif;
  border: 1px solid #111;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #111;
  margin-top: 44px;
  transition: 0.3s ease;
}

.about-mission-btn:hover {
  background: #111;
  color: #fff;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1200px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .about-hero-content {
    padding-top: 0;
  }
  .about-hero-content h2 {
    font-size: 36px;
  }
  .about-section-title {
    font-size: 48px;
  }
  .about-designed-text {
    font-size: 26px;
  }
  .about-mission-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about-mission-left h2 {
    font-size: 54px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {
  .about-page {
    padding-top: 35px;
  }
  .about-container {
    padding: 0 20px;
  }
  .about-hero-section {
    padding: 0 20px;
  }
  .about-hero-grid {
    gap: 40px;
  }
  .about-hero-image {
    height: 520px;
  }
  .about-hero-overlay {
    margin-top: 20px;
    margin-left: 20px;
  }
  .about-hero-overlay h1 {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .about-hero-content h2 {
    font-size: 36px;
    margin-bottom: 34px;
  }
  .about-hero-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
  }
  /* DESIGNED */
  .about-designed-section {
    padding: 80px 0 40px;
  }
  .about-section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .about-designed-item {
    grid-template-columns: 72px 1fr;
    min-height: 100px;
    gap: 14px;
  }
  .about-designed-number {
    font-size: 42px;
  }
  .about-designed-text {
    font-size: 20px;
    line-height: 1.4;
  }
  /* MISSION */
  .about-mission-section {
    padding: 100px 0 100px;
  }
  .about-mission-left h2 {
    font-size: 42px;
  }
  .about-mission-right p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  .about-mission-btn {
    width: 100%;
    max-width: 240px;
  }
}

/* =========================================
   FEEL IT TO BELIEVE IT SECTION
========================================= */

.about-feel-section {
  padding: 80px 30px 160px;
}

.about-feel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
}

/* LEFT — CONTENT */

.about-feel-content {
  padding: 80px 120px 80px 80px;
}

.about-feel-content h2 {
  font-family: "HelveticaW1Bold", sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  color: #1d1d1d;
  letter-spacing: -2px;
  margin-bottom: 36px;
}

.about-feel-content p {
  font-family: "HelveticaW1Roman", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #2c2c2c;
  max-width: 520px;
  margin-bottom: 10px;
}

.about-feel-content p:last-of-type {
  margin-bottom: 32px;
}

.about-feel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  font-family: "HelveticaW1Roman", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #111;
  border: 1px solid #111;
  border-radius: 999px;
  transition: 0.3s ease;
}

.about-feel-btn:hover {
  background: #111;
  color: #fff;
}

/* RIGHT — IMAGE */

.about-feel-image-wrap {
  width: 100%;
  height: 100%;
  padding-right: 48px;
}

.about-feel-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

/* TABLET */

@media (max-width: 1200px) {
  .about-feel-content {
    padding: 60px 40px;
  }
  .about-feel-content h2 {
    font-size: 36px;
  }
  .about-feel-image {
    height: 560px;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .about-feel-section {
    padding: 50px 0 10px;
  }
  .about-feel-grid {
    grid-template-columns: 1fr;
  }
  .about-feel-content {
    order: 2;
    padding: 40px 20px;
  }
  .about-feel-image-wrap {
    order: 1;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-feel-image {
    border-radius: 12px;
  }
  .about-feel-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .about-feel-content p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .about-feel-image {
    height: 420px;
  }
}

/* =========================================
   KNOW WHO YOU ARE — zoom section
========================================= */

.about-zoom-section {
  position: relative;
  height: 110vh;
  min-height: 560px;
  overflow: hidden;
}

.about-zoom-bg {
  position: absolute;
  inset: 0;
  background-color: #0b0b0b;
}

.product-fit-fabric p {
  padding-bottom: 13px;
}

.about-zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  transform-origin: center center;
  will-change: transform;
}

.about-zoom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11, 11, 11, 0.72) 0%,
    rgba(11, 11, 11, 0.28) 45%,
    rgba(11, 11, 11, 0.05) 100%
  );
}

.about-zoom-content {
  position: absolute;
  bottom: 60px;
  left: var(--section-px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-zoom-heading {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: clamp(40px, 6vw, 72px);
  color: #fff;
  text-transform: uppercase;
  line-height: 65px;
  letter-spacing: -0.02em;
}

.about-zoom-sub {
  font-family: "HelveticaW1Roman", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  max-width: 650px;
  width: 100%;
  padding-bottom: 16px;
  color: #fff;
  /* text-transform: uppercase; */
}

.about-zoom-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 52px;
  border: 1.5px solid #fff;
  font-family: "HelveticaW1Bold";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: transparent;
  align-self: flex-start;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.about-zoom-cta:hover {
  background-color: #fff;
  color: #0b0b0b;
}

@media (max-width: 768px) {
  .about-zoom-heading {
    line-height: 1.1;
  }
  .about-zoom-content {
    bottom: 40px;
  }
}
