/* =========================================================
   Tamari & Léo — ABOUT (ვინ ვართ ჩვენ)
   Loaded after styles.css + dir-a.css + article.css
   ========================================================= */

/* ---- Sub-page nav: always solid ---- */
.page-about .nav,
.page-about .nav.scrolled {
  background: var(--ivory);
  color: var(--charcoal);
  box-shadow: 0 1px 0 var(--line-soft);
}
.page-about { padding-top: 0; }

/* =========================================================
   PAGE MASTHEAD
   ========================================================= */
.abt-head { padding-top: clamp(110px, 14vh, 164px); padding-bottom: clamp(32px, 4vw, 56px); }
.abt-head__inner { max-width: 700px; margin: 0 auto; text-align: center; }
.abt-head .eyebrow { justify-content: center; margin-bottom: 22px; }
.abt-head h1 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(36px, 5vw, 68px); line-height: 1.02; letter-spacing: -0.015em;
}
.abt-head h1 em { font-family: var(--latin); font-style: italic; color: var(--taupe); }
.abt-head__sub {
  font-family: var(--serif); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65;
  color: var(--charcoal-70); margin: 20px auto 0; max-width: 50ch;
}

/* =========================================================
   SPLIT HERO — text left, full-height photo right
   ========================================================= */
.abt-split-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  border-bottom: 1px solid var(--line);
}
.abt-split-hero__body {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(100px,14vh,148px) clamp(28px,4vw,60px) clamp(48px,7vh,80px) var(--gutter);
}
.abt-split-hero__body .eyebrow { margin-bottom: 24px; }
.abt-split-hero__body h1 { font-family: var(--serif); font-weight: 500; line-height: 0.94; letter-spacing: -0.015em; }
.abt-split-hero__body h1 em { font-family: var(--latin); font-style: italic; font-weight: 500; color: var(--taupe); }
.abt-split-hero__sub {
  font-family: var(--serif); font-size: clamp(16px,1.3vw,19px); line-height: 1.65;
  color: var(--charcoal-70); margin-top: 22px; max-width: 42ch;
}
.abt-split-hero__media { position: relative; overflow: hidden; }
.abt-split-hero__media .ph { position: absolute; inset: 0; height: 100%; }

@media (max-width: 800px) {
  .abt-split-hero { grid-template-columns: 1fr; min-height: auto; }
  .abt-split-hero__body { padding-top: clamp(100px,14vh,140px); padding-right: var(--gutter); }
  .abt-split-hero__media { height: 72vw; position: relative; }
}

/* =========================================================
   DUO INTRO BAND — beige background, centered
   ========================================================= */
.abt-band {
  background: var(--ivory-2); padding: clamp(48px, 6vw, 88px) 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.abt-band__inner { max-width: 640px; margin: 0 auto; text-align: center; }
.abt-band__inner p {
  font-family: var(--serif); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.75;
  color: var(--charcoal); margin: 0 0 1.3em;
}
.abt-band__inner p:last-child { margin-bottom: 0; }

/* =========================================================
   PROFILE LABEL — large name above split block
   ========================================================= */
.abt-profile-label {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(26px, 3vw, 42px); letter-spacing: -0.012em; line-height: 1;
  color: var(--charcoal); margin-bottom: clamp(24px, 2.5vw, 36px);
  padding-top: clamp(32px, 4vw, 56px);
  border-top: 1px solid var(--line);
}
.abt-profile-label em { font-family: var(--latin); font-style: italic; color: var(--taupe); }

/* =========================================================
   VALUES / PROJECTS GRID
   ========================================================= */
.abt-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 48px);
  border-top: 1px solid var(--line); padding-top: clamp(40px, 5vw, 64px);
  margin-top: clamp(40px, 5vw, 64px);
}
.abt-item__num {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--taupe); margin-bottom: 16px; display: block;
}
.abt-item h3 {
  font-family: var(--serif); font-size: clamp(20px, 1.8vw, 26px); font-weight: 500;
  line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.01em;
}
.abt-item p {
  font-size: 14.5px; line-height: 1.65; color: var(--charcoal-70);
}

/* ─── Consistent body text throughout the page ─── */
.page-about .art-passage p,
.page-about .art-passage .art-stanza,
.page-about .art-body p,
.page-about .art-body .art-stanza,
.page-about .abt-band__inner p,
.page-about .abt-band__inner .art-stanza { font-size: 16px; }

/* Bigger photos in split blocks on this page */
.page-about .art-split__grid {
  grid-template-columns: 1.8fr 1fr;
  gap: clamp(28px, 4vw, 60px);
}
.page-about .art-split--rev.art-split__grid,
.page-about .art-split__grid.art-split--rev {
  grid-template-columns: 1fr 1.45fr;
}
.page-about .art-split__media .ph { aspect-ratio: 3 / 3.8; }

/* Taller hero */
.page-about .art-hero--big .ph { aspect-ratio: 16 / 8; }

@media (max-width: 880px) {
  .page-about .art-split__grid,
  .page-about .art-split__grid.art-split--rev { grid-template-columns: 1fr; }
  .page-about .art-split__media .ph { aspect-ratio: 3 / 4; }
  .page-about .art-hero--big .ph { aspect-ratio: 4 / 3; }
}

@media (max-width: 720px) {
  .abt-grid { grid-template-columns: 1fr; gap: 32px; }
}
