/* ===== About Page — Inverted Dark Theme ===== */

/* Hero */
.about-hero {
  background: var(--darkest);
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: clamp(120px, 14vw, 200px) 0 clamp(80px, 10vw, 160px);
  position: relative;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}

.about-hero-label {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-hero-content {
  max-width: 800px;
}

.about-hero-title {
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 110px);
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 24px;
}

.about-hero-sub {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  max-width: 480px;
}

/* ===== Showreel / Feature Image ===== */
.about-showreel {
  background: var(--darkest);
  padding: 0 0 clamp(80px, 10vw, 160px);
}

.about-showreel-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  background: rgba(255, 255, 255, 0.05);
}

.about-showreel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== Manifesto — large text ===== */
.about-manifesto {
  background: var(--darkest);
  padding: clamp(60px, 8vw, 120px) 0;
}

.about-manifesto-text {
  font-family: var(--font-body);
  font-size: clamp(28px, 3.8vw, 58px);
  line-height: 1.25;
  color: var(--white);
  font-weight: 400;
  max-width: 1100px;
}

/* ===== Section block: numbered ===== */
.about-section-block {
  background: var(--darkest);
  padding: clamp(60px, 8vw, 120px) 0;
}

.about-section-number {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--pink);
  margin-bottom: clamp(40px, 5vw, 72px);
}

.about-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}

.about-section-heading {
  font-family: var(--font-body);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--white);
  text-decoration: none;
  background-image: url('assets/dw-underline.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 6px;
  padding-bottom: 10px;
  display: inline;
}

.about-section-body {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.about-section-body strong {
  color: var(--white);
  font-weight: 700;
}

/* ===== Two-column images ===== */
.about-images {
  background: var(--cream);
  padding: clamp(40px, 5vw, 80px) 0;
}

.about-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 28px);
}

.about-images-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  aspect-ratio: 4 / 5;
}

/* ===== Dark overlay section (Approach) ===== */
.about-dark-section {
  background: var(--cream);
  padding: clamp(40px, 5vw, 80px) 0;
}

.about-dark-card {
  background: var(--darkest);
  border-radius: 20px;
  padding: clamp(80px, 10vw, 160px) clamp(40px, 5vw, 80px);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-dark-card-number {
  font-family: var(--font-body);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--dark-grey);
  margin-bottom: clamp(32px, 4vw, 56px);
}

.about-dark-card-text {
  font-family: var(--font-body);
  font-size: clamp(24px, 3.2vw, 48px);
  line-height: 1.3;
  color: var(--white);
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
}

/* ===== Statement text ===== */
.about-statement {
  background: var(--cream);
  padding: clamp(80px, 10vw, 160px) 0;
}

.about-statement-text {
  font-family: var(--font-body);
  font-size: clamp(28px, 3.8vw, 58px);
  line-height: 1.25;
  color: var(--darkest);
  font-weight: 400;
  max-width: 1100px;
}

/* ===== Value cards — 3 columns ===== */
.about-values {
  background: var(--cream);
  padding: 0 0 clamp(80px, 10vw, 160px);
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

.about-value-card {
  background: var(--darkest);
  border-radius: 20px;
  padding: clamp(32px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.about-value-icon {
  width: 48px;
  height: 48px;
  margin-bottom: auto;
  color: var(--pink);
}

.about-value-icon svg {
  width: 100%;
  height: 100%;
}

.about-value-title {
  font-family: var(--font-body);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-top: clamp(40px, 5vw, 80px);
  margin-bottom: 16px;
}

.about-value-desc {
  font-family: var(--font-body);
  font-size: clamp(13px, 1.1vw, 15px);
  color: var(--dark-grey);
  line-height: 1.6;
}

/* ===== Founders section ===== */
.about-founders {
  background: var(--cream);
  padding: clamp(80px, 10vw, 160px) 0;
}

.about-founders-header {
  text-align: center;
  margin-bottom: clamp(60px, 8vw, 120px);
}

.about-founders-title {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--darkest);
  line-height: 0.95;
  margin-bottom: 16px;
}

.about-founders-sub {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.2vw, 16px);
  color: var(--dark-grey);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

.about-founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 28px);
}

.about-founder-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--darkest);
}

.about-founder-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.about-founder-card-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--pink) 0%, var(--darkest) 100%);
  opacity: 1;
  z-index: 0;
}

.about-founder-card-bg.alt {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.94) 100%);
  z-index: 1;
}

.about-founder-info {
  position: absolute;
  bottom: clamp(24px, 3vw, 40px);
  left: clamp(24px, 3vw, 40px);
  right: clamp(24px, 3vw, 40px);
  z-index: 2;
}

.about-founder-name {
  font-family: var(--font-body);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.about-founder-role {
  font-family: var(--font-body);
  font-size: clamp(13px, 1.1vw, 15px);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}

.about-founder-links {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.founder-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  transition: all 0.3s ease;
  cursor: var(--cursor-pointer);
  border: none;
  text-decoration: none;
}

.founder-link:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

.founder-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.about-founder-initial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-family: var(--font-display);
  font-size: clamp(120px, 16vw, 240px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}

/* ===== CTA Section ===== */
.about-cta {
  background: var(--cream);
  padding: clamp(60px, 8vw, 120px) 0;
  border-top: 1px solid var(--light-grey);
}

.about-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}

.about-cta-text {
  font-family: var(--font-body);
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.25;
  color: var(--darkest);
  font-weight: 400;
}

.about-cta-card {
  border-left: 1px solid var(--light-grey);
  padding-left: clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  min-height: 180px;
}

.about-cta-card-title {
  font-family: var(--font-body);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  color: var(--darkest);
  margin-bottom: 8px;
}

.about-cta-card-desc {
  font-family: var(--font-body);
  font-size: clamp(13px, 1.1vw, 15px);
  color: var(--dark-grey);
  line-height: 1.6;
  margin-bottom: auto;
}

.about-cta-card-link {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--darkest);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  transition: color 0.3s ease;
}

.about-cta-card-link:hover {
  color: var(--pink);
}

.about-cta-card-link .arrow-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.about-cta-card-link:hover .arrow-circle {
  transform: translateX(4px);
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .about-cta-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .about-hero {
    min-height: auto;
    padding: 120px 0 60px;
  }

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

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

  .about-images-grid img {
    aspect-ratio: 16 / 9;
  }

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

  .about-value-card {
    min-height: auto;
  }

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

  .about-founder-card {
    aspect-ratio: 4 / 3;
  }

  .about-cta-card {
    border-left: none;
    border-top: 1px solid var(--light-grey);
    padding-left: 0;
    padding-top: 24px;
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .about-hero-title {
    font-size: 48px;
  }

  .about-manifesto-text,
  .about-statement-text {
    font-size: 24px;
  }

  .about-founders-title {
    font-size: 40px;
  }
}
