/* SHHEK — About Page (about.css) */

/* About Hero */
.about-hero { position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
/* FIX #20: background-attachment:fixed is disabled on iOS — causes grey box. */
.about-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-attachment: scroll; will-change: transform; }
.about-hero__overlay { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(15,15,15,0.6) 0%, rgba(15,15,15,0.2) 100%); }
.about-hero__content { position: relative; z-index: 2; padding: 2rem 0; display: flex; flex-direction: column; align-items: center; }
.about-hero__content h1 { font-family: var(--ff-head); font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 300; color: var(--white); line-height: 1.05; margin-bottom: 1.5rem; letter-spacing: -0.02em; max-width: 20ch; text-shadow: 0 4px 20px rgba(0,0,0,0.6); }
.about-hero__content p { font-size: 1.15rem; color: rgba(255,255,255,0.9); max-width: 50ch; line-height: 1.6; font-weight: 300; letter-spacing: 0.02em; margin-bottom: 2rem; text-shadow: 0 4px 20px rgba(0,0,0,0.6); }
.about-hero__content .shhek-label { margin-bottom: 1.5rem; }

/* Manifesto */
.manifesto { padding: 6rem 0; background: var(--warm-beige); }
.manifesto__quote { max-width: 72ch; margin: 0 auto; text-align: center; }
.manifesto__quote p { font-family: var(--ff-head); font-style: italic; font-size: clamp(1.4rem, 3vw, 2.3rem); font-weight: 300; color: var(--espresso); line-height: 1.45; }
.manifesto__quote cite { display: block; margin-top: 1.75rem; font-style: normal; font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay); }

/* Our Story */
.our-story { padding: 6rem 0; background: var(--white); }
.our-story .container { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.our-story__img { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--sh-sm); }
.our-story__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-xslow) var(--ease); }
.our-story__img:hover img { transform: scale(1.04); }
.our-story__content { display: flex; flex-direction: column; gap: 1.75rem; }
.our-story__content h2 { font-family: var(--ff-head); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.08; color: var(--espresso); letter-spacing: -0.01em; }
.our-story__content p { font-size: var(--fs-md); color: var(--clr-muted); line-height: 1.8; max-width: 48ch; }
.about-cta-btn { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2.4rem; min-height: 48px; background: var(--espresso); color: var(--white); border-radius: var(--r-full); font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: all var(--t-normal) var(--ease); border: none; cursor: pointer; font-family: var(--ff-body); -webkit-tap-highlight-color: transparent; }
.about-cta-btn:hover { background: var(--charcoal); transform: translateY(-2px); box-shadow: var(--sh-md); }
.about-cta-btn:active { transform: translateY(0) scale(0.98); box-shadow: none; }

/* Impact Stats */
.impact-stats { padding: 6rem 0; background: var(--ivory); }
.impact-stats .container { text-align: center; }
.impact-stats h2 { font-family: var(--ff-head); font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.08; color: var(--espresso); margin-bottom: 3.5rem; letter-spacing: -0.01em; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat-card { background: var(--white); border-radius: var(--r-xl); padding: 2.25rem 1.75rem; box-shadow: var(--sh-sm); display: flex; flex-direction: column; align-items: center; gap: 0.75rem; text-align: center; transition: transform var(--t-normal) var(--ease), box-shadow var(--t-normal) var(--ease); }
.stat-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.stat-num { font-family: var(--ff-head); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 300; color: var(--espresso); line-height: 1; }
.stat-label { font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clr-accent); }
.stat-desc { font-size: var(--fs-xs); color: var(--clr-muted); line-height: 1.65; max-width: 24ch; }

/* Philosophy */
.philosophy { padding: 8rem 0; background: #fbfaf9; }
.philosophy__header { margin-bottom: 4rem; text-align: center; }
.philosophy__header h2 { font-family: var(--ff-head); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 300; color: var(--espresso); letter-spacing: -0.01em; margin-top: 0.5rem; }
.philosophy__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.philosophy__card { 
  padding: 4rem 3rem; 
  background: var(--white);
  border: none;
  border-radius: 20px; 
  display: flex; flex-direction: column; gap: 1.25rem; 
  transition: box-shadow var(--t-normal) var(--ease), transform var(--t-normal) var(--ease);
  box-shadow: 0 15px 45px rgba(42,37,34,0.04);
}
.philosophy__card:hover { box-shadow: 0 20px 60px rgba(42,37,34,0.08); transform: translateY(-8px); }
.philosophy__icon { width: 64px; height: 64px; background: #fdfaf7; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background var(--t-fast) var(--ease); }
.philosophy__card:hover .philosophy__icon { background: rgba(214, 182, 153, 0.15); }
.philosophy__icon svg { width: 28px; height: 28px; stroke: var(--clay); fill: none; stroke-width: 1.5; }
.philosophy__card h3 { font-family: var(--ff-head); font-size: 1.4rem; font-weight: 400; color: var(--espresso); }
.philosophy__card p { font-size: 1.05rem; color: rgba(42,37,34,0.7); line-height: 1.7; font-weight: 300; }

/* Brand Video */
.brand-video { padding: 5rem 0; background: var(--warm-beige); }
.brand-video h2 { font-family: var(--ff-head); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; color: var(--espresso); }
.video-wrap { position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 16/9; max-width: 900px; margin: 0 auto; cursor: pointer; box-shadow: var(--sh-xl); }
.video-poster { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
.video-wrap:hover .video-poster { transform: scale(1.03); }
.video-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; background: rgba(246,242,238,0.95); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--sh-md); transition: transform var(--t-normal) var(--ease), box-shadow var(--t-normal) var(--ease), background var(--t-fast) var(--ease); }
.video-play-btn svg { width: 32px; height: 32px; stroke: var(--espresso); fill: var(--espresso); stroke-width: 1; }
.video-play-btn:hover { transform: translate(-50%, -50%) scale(1.1); box-shadow: var(--sh-lg); background: var(--white); }

/* Join Movement CTA */
.join-movement { padding: 7rem 0; background: var(--espresso); }
.join-movement__inner { max-width: 680px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: 1.75rem; align-items: center; }
.join-movement__inner h2 { font-family: var(--ff-head); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; color: var(--white); line-height: 1.08; letter-spacing: -0.01em; }
.join-movement__inner p { font-size: var(--fs-md); color: rgba(255,255,255,0.6); max-width: 48ch; line-height: 1.8; }
.join-movement__actions { display: flex; flex-direction: column; align-items: center; gap: 1.25rem; width: 100%; }
.join-form { display: flex; width: 100%; max-width: 480px; border: 1.5px solid rgba(255,255,255,0.2); border-radius: var(--r-full); overflow: hidden; background: rgba(255,255,255,0.07); transition: border-color var(--t-fast) var(--ease); }
.join-form:focus-within { border-color: rgba(255,255,255,0.5); }
.join-form input { flex: 1; min-width: 0; padding: 1rem 1.5rem; background: transparent; border: none; color: var(--white); font-family: var(--ff-body); font-size: var(--fs-sm); outline: none; }
.join-form input::placeholder { color: rgba(255,255,255,0.35); }
.join-form button { padding: 1rem 1.75rem; background: var(--clay); color: var(--espresso); font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; border: none; cursor: pointer; flex-shrink: 0; font-family: var(--ff-body); transition: all var(--t-fast) var(--ease); min-height: 48px; }
.join-form button:hover { background: #a37a5a; }
.join-form button:active { transform: scale(0.97); }
.join-movement .about-cta-btn { background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.3); color: var(--white); }
.join-movement .about-cta-btn:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }

@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .our-story .container { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 768px) {
  .about-hero { min-height: 60vh; }
  .about-hero__bg { background-attachment: scroll; }
  .about-hero__content { padding: 4rem 0 3rem; }
  .about-hero__content h1 { font-size: clamp(1.8rem, 6vw, 2.5rem); }
  .philosophy__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .philosophy__card { padding: 2rem 1.5rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .stat-card { padding: 1.5rem 1rem; }
  .stat-card:hover { transform: none; } /* disable lift on touch */
  .join-movement { padding: 5rem 0; }
  .join-movement__actions { flex-direction: column; }
  .join-form { flex-direction: column; border-radius: var(--r-md); }
  .join-form input { padding: 1rem 1.25rem; }
  .join-form button { padding: 1rem; border-radius: 0; }
  .our-story__content h2 { font-size: 1.6rem; }
  .brand-video { padding: 4rem 0; }
}
@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .stat-num { font-size: 1.8rem; }
  .about-hero__content { padding: 3rem 0 2.5rem; }
}


/* Video Modal */
.video-modal {
  position: fixed; inset: 0; z-index: 999;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none; opacity: 0;
  transition: opacity 0.4s ease;
}
.video-modal.visible {
  pointer-events: auto; opacity: 1;
}
.video-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(8px);
}
.video-modal__content {
  position: relative; z-index: 2;
  width: 90%; max-width: 1100px;
  transform: scale(0.95);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.video-modal.visible .video-modal__content {
  transform: scale(1);
}
.video-modal__close {
  position: absolute; top: -3rem; right: 0;
  background: transparent; border: none;
  color: #fff; cursor: pointer; padding: 0.5rem;
  opacity: 0.6; transition: opacity 0.2s ease;
}
.video-modal__close:hover { opacity: 1; }
.video-modal__close svg { width: 32px; height: 32px; stroke: currentColor; stroke-width: 1.5; }
.video-modal__player {
  width: 100%; aspect-ratio: 16/9;
  background-size: cover; background-position: center;
  border-radius: 8px; box-shadow: 0 24px 64px rgba(0,0,0,0.5);
  display: flex; align-items: center; justify-content: center;
}
.video-modal__sim-play {
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(255,255,255,0.1); backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
}
.video-modal__sim-play::after {
  content: '';
  width: 0; height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  margin-left: 6px;
}
