/**
 * ============================================================
 * Gizmeon — about page CSS
 *
 * Loaded only on page-about.php via functions.php enqueue.
 * Tokens (--cyan, --pink, --black*, --bl*, --ff-*, --g-gradient)
 * come from style.css and are globally available.
 * Chrome CSS (nav, footer, buttons, CTA, page-head) lives in shell.css.
 * ============================================================
 */

/* Design tokens — same as design-system shell */

/* Nav — same as shell */
.gz-nav-item:hover /* Buttons */
/* Page head */
/* Section labels */
/* ============================================================
   STORY — two-column narrative + image
   ============================================================ */
.gz-story{
  padding:100px 52px;
  border-bottom:1px solid var(--bl);
}
.gz-story-inner{
  max-width:1400px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start;
}
.gz-story-visual{
  position:sticky;top:120px;
  border-radius:14px;overflow:hidden;
  border:1px solid var(--bl2);aspect-ratio:4/5;
  background:var(--black2);
}
.gz-story-visual img{width:100%;height:100%;object-fit:cover}
.gz-story-body h3{
  font-family:var(--ff-d);font-size:32px;letter-spacing:0.5px;color:var(--white);
  line-height:1;margin:44px 0 18px;
}
.gz-story-body h3:first-child{margin-top:0}
.gz-story-body h3 .accent{color:var(--cyan)}
.gz-story-body p{
  font-size:15.5px;font-weight:300;color:rgba(245,245,248,0.7);
  line-height:1.8;margin-bottom:16px;
}
.gz-story-body p:last-child{margin-bottom:0}
.gz-story-body strong{color:var(--white);font-weight:500}
.gz-story-body em{
  font-style:italic;color:var(--cyan);font-weight:400;
  font-family:var(--ff-s);font-size:1.03em;
}

/* ============================================================
   VALUES — 4-card grid
   ============================================================ */
.gz-values{
  padding:100px 52px;
  border-bottom:1px solid var(--bl);
  background:var(--black2);
  position:relative;overflow:hidden;
}
.gz-values::before{
  content:'';position:absolute;
  width:1200px;height:400px;
  background:radial-gradient(ellipse,rgba(38,214,255,0.05),transparent 65%);
  top:-100px;left:50%;transform:translateX(-50%);
  pointer-events:none;
}
.gz-values-inner{position:relative;z-index:1;max-width:1400px;margin:0 auto}
.gz-values-head{text-align:center;margin-bottom:52px;max-width:800px;margin-left:auto;margin-right:auto}
.gz-values-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:1px;background:var(--bl);
  border:1px solid var(--bl2);border-radius:14px;overflow:hidden;
}
.gz-value{
  background:var(--black);
  padding:32px 28px;
  transition:background 0.25s;
}
.gz-value:hover{background:var(--black3)}
.gz-value-icon{
  width:44px;height:44px;border-radius:10px;
  background:linear-gradient(135deg,rgba(38,214,255,0.15),rgba(255,91,209,0.1));
  border:1px solid rgba(38,214,255,0.25);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:20px;
}
.gz-value-h{
  font-family:var(--ff-d);font-size:22px;letter-spacing:0.5px;color:var(--white);
  line-height:1;margin-bottom:12px;
}
.gz-value-d{
  font-size:13.5px;font-weight:400;color:rgba(245,245,248,0.6);
  line-height:1.65;
}

/* ============================================================
   TIMELINE
   ============================================================ */
.gz-timeline{
  padding:100px 52px;
  border-bottom:1px solid var(--bl);
}
.gz-timeline-inner{max-width:1200px;margin:0 auto}
.gz-timeline-head{text-align:center;margin-bottom:56px;max-width:700px;margin-left:auto;margin-right:auto}
.gz-timeline-list{
  position:relative;
  padding-left:40px;
}
.gz-timeline-list::before{
  content:'';position:absolute;left:9px;top:8px;bottom:8px;
  width:2px;
  background:linear-gradient(180deg,var(--cyan),var(--pink));
  border-radius:1px;
}
.gz-tl-item{
  display:grid;grid-template-columns:120px 1fr;gap:32px;
  padding:18px 0 30px;position:relative;
  align-items:baseline;
}
.gz-tl-item::before{
  content:'';position:absolute;left:-38px;top:22px;
  width:16px;height:16px;border-radius:50%;
  background:var(--black);
  border:2px solid var(--cyan);
  box-shadow:0 0 12px rgba(38,214,255,0.4);
}
.gz-tl-year{
  font-family:var(--ff-d);font-size:32px;letter-spacing:0.5px;
  color:var(--cyan);line-height:1;
}
.gz-tl-body h3{
  font-family:var(--ff-b);font-size:17px;font-weight:600;
  color:var(--white);margin-bottom:6px;
}
.gz-tl-body p{
  font-size:14px;font-weight:300;color:rgba(245,245,248,0.55);
  line-height:1.65;
}
.gz-tl-item.now::before{
  background:var(--pink);border-color:var(--pink);
  box-shadow:0 0 16px rgba(255,91,209,0.5);
}
.gz-tl-item.now .gz-tl-year{color:var(--pink)}

/* ============================================================
   STATS — by the numbers
   ============================================================ */
.gz-stats{
  padding:100px 52px;
  border-bottom:1px solid var(--bl);
  background:var(--black2);
}
.gz-stats-inner{max-width:1400px;margin:0 auto}
.gz-stats-head{
  margin-bottom:48px;text-align:center;max-width:700px;margin-left:auto;margin-right:auto;
}
.gz-stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:1px;background:var(--bl);
  border:1px solid var(--bl);border-radius:12px;overflow:hidden;
}
.gz-stat{
  background:var(--black);
  padding:38px 30px;
}
.gz-stat-n{
  font-family:var(--ff-d);
  font-size:64px;letter-spacing:0.5px;line-height:0.95;
  margin-bottom:12px;color:var(--white);
}
.gz-stat-n .cy{color:var(--cyan)}
.gz-stat-n .pk{color:var(--pink)}
.gz-stat-l{
  font-size:12.5px;font-weight:400;
  color:rgba(245,245,248,0.5);letter-spacing:0.04em;
  line-height:1.5;
}

/* ============================================================
   CTA
   ============================================================ */
/* Footer */
/* Mobile */
@media (max-width:1080px){
  .gz-story-inner{grid-template-columns:1fr;gap:36px}
  .gz-story-visual{position:relative;top:0;aspect-ratio:16/9;max-height:400px}
  .gz-values-grid{grid-template-columns:1fr 1fr}
  .gz-stats-grid{grid-template-columns:1fr 1fr}
  }
@media (max-width:680px){
  .gz-ph,.gz-story,.gz-values,.gz-timeline,.gz-stats{padding:64px 22px}
  .gz-values-grid{grid-template-columns:1fr}
  .gz-stats-grid{grid-template-columns:1fr}
  .gz-tl-item{grid-template-columns:1fr;gap:6px;padding-bottom:24px}
  }
