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

.about-hero {
  background:
    repeating-linear-gradient(118deg, rgba(255,255,255,0.22) 0 16px, rgba(255,255,255,0.04) 16px 40px),
    linear-gradient(160deg, #5ec3ea 0%, #4caed9 54%, #419ac8 100%);
  border-bottom: var(--border-thick);
  padding: calc(var(--floating-header-current) + var(--landing-hero-gap) + 12px) 2rem 106px;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17,17,17,0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,17,17,0.09) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 86%);
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-head);
  font-size: 0.76rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: var(--border);
  border-radius: var(--radius-pill);
  background: var(--yellow);
  box-shadow: var(--shadow);
  padding: 7px 16px;
  margin-bottom: 1rem;
}

.about-title {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 7.8vw, 6rem);
  line-height: 0.95;
  color: var(--white);
  -webkit-text-stroke: 2px var(--black);
  text-shadow: 7px 7px 0 rgba(0,0,0,0.24);
  max-width: 860px;
}

.about-sub {
  margin-top: 1.3rem;
  max-width: 690px;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.7;
  color: var(--white);
  opacity: 0.94;
}

.about-hero-actions {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.about-story-section {
  background: #fffef8;
}

.about-story-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.4rem;
  align-items: stretch;
}

.about-story-card {
  border-radius: var(--radius-xl);
  padding: 2.2rem 2rem;
}

.about-story-card h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.7vw, 3rem);
  line-height: 1;
  margin-bottom: 1.1rem;
}

.about-story-card p {
  font-size: 0.95rem;
  font-weight: 700;
  opacity: 0.78;
  line-height: 1.76;
  margin-bottom: 1rem;
}

.about-story-card p:last-child {
  margin-bottom: 0;
}

.about-story-photo {
  border: var(--border-thick);
  border-radius: 34px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  min-height: 420px;
  transform: rotate(1deg);
}

.about-story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-photo--brand {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.72), rgba(255,255,255,0)),
    linear-gradient(162deg, #fffef8 0%, #fff0be 54%, #ffe69e 100%);
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding: 2.1rem 2rem;
  position: relative;
  isolation: isolate;
}

.about-story-photo--brand::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(17,17,17,0.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(17,17,17,0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.22;
  z-index: -1;
}

.about-story-photo-kicker {
  font-family: var(--font-head);
  font-size: 0.78rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  opacity: 0.6;
}

.about-story-photo--brand h3 {
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 3.3vw, 2.95rem);
  line-height: 0.98;
}

.about-story-photo-intro {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.65;
  opacity: 0.8;
  margin-bottom: 0.15rem;
}

.about-story-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.about-story-stat {
  border: 2px solid var(--black);
  border-radius: 16px;
  background: rgba(255,255,255,0.82);
  box-shadow: 3px 3px 0 rgba(17,17,17,0.16);
  padding: 0.62rem 0.5rem 0.56rem;
  text-align: center;
}

.about-story-stat-num {
  display: block;
  font-family: var(--font-head);
  font-size: 1.48rem;
  line-height: 1;
}

.about-story-stat-label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.7;
}

.about-story-points {
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.about-story-points li {
  position: relative;
  padding-left: 1.05rem;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
  opacity: 0.82;
}

.about-story-points li::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid var(--black);
  background: var(--brand-blue);
  box-shadow: 1.5px 1.5px 0 rgba(17,17,17,0.22);
}

.about-values-section {
  background: #fff6dd;
  border-top: var(--border-thick);
  border-bottom: var(--border-thick);
}

.about-values-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.about-value-card {
  border-radius: var(--radius-xl);
  padding: 1.9rem 1.5rem;
}

.about-value-index {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.82rem;
  letter-spacing: 1.4px;
  border: 2px solid var(--black);
  border-radius: 12px;
  padding: 4px 8px;
  background: #fff2a9;
  margin-bottom: 0.95rem;
}

.about-value-card h3 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  line-height: 1.05;
  margin-bottom: 0.65rem;
}

.about-value-card p {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.65;
  opacity: 0.77;
}

.about-process-section {
  background: var(--black);
}

.about-process-section .section-label {
  color: rgba(255,255,255,0.48);
}

.about-process-section .section-title {
  color: var(--yellow);
}

.about-steps {
  margin-top: 1.8rem;
  display: grid;
  gap: 0.95rem;
}

.about-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  border: 2px solid rgba(255,255,255,0.24);
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
}

.about-step-num {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: var(--border-thick);
  background: var(--yellow);
  color: var(--black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 1.06rem;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.32);
}

.about-step h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  line-height: 1;
  color: var(--white);
  margin-bottom: 0.42rem;
}

.about-step p {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
}

.about-cta-section {
  background: #d8eef9;
}

.about-cta {
  border-radius: var(--radius-xl);
  padding: 2.4rem 2rem;
  background: var(--black);
  color: var(--white);
  text-align: center;
}

.about-cta h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  color: var(--yellow);
  line-height: 1;
}

.about-cta p {
  margin-top: 0.8rem;
  font-size: 0.98rem;
  font-weight: 700;
  opacity: 0.78;
}

.about-cta-actions {
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-photo {
    min-height: 340px;
    transform: none;
  }

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

@media (max-width: 680px) {
  .about-hero {
    padding: calc(var(--floating-header-current) + var(--landing-hero-gap) + 8px) 1.2rem 86px;
  }

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

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

  .about-story-stat:last-child {
    grid-column: 1 / -1;
  }

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

  .about-step-num {
    width: 42px;
    height: 42px;
  }
}
