/* WingZ about - rendered IN the home page (so it reuses the real Framer nav +
   footer) when the route is /about. The home content column + nav fix are handled
   by the shared rules in wingz-pricing.css (html[data-wz-route] ...). The aurora,
   tokens and design language match the pricing page. Brand orange #F96029. */

#wz-about {
  --accent: #F96029;
  --bg: #000000;
  --card: #0e0e12;
  --border: rgba(255, 255, 255, 0.09);
  --border2: rgba(255, 255, 255, 0.16);
  --fg: #fff;
  --muted: rgba(255, 255, 255, 0.6);
  --muted2: rgba(255, 255, 255, 0.4);
  --faint: rgba(255, 255, 255, 0.26);
  --font: "Inter Display", "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --serif: "Instrument Serif", "Times New Roman", Georgia, serif;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  padding: clamp(300px, 46vh, 520px) clamp(20px, 5vw, 90px) clamp(20px, 4vh, 40px);
}
#wz-about * { box-sizing: border-box; }
#wz-about a { color: inherit; text-decoration: none; }

/* the about hero lets the bold liquid dominate (taller) since the headline sits low */
.wza-liquid { height: clamp(640px, 92vh, 1080px); }

/* keep all real content above the liquid background */
#wz-about > .wza-hero, #wz-about > .wza-mission, #wz-about > .wza-sec, #wz-about > .wza-closing { position: relative; z-index: 1; }

/* shared bits */
.wza-kicker { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.wza-kicker::before { content: ""; width: 7px; height: 7px; background: var(--accent); display: inline-block; }

/* hero (left aligned) */
.wza-hero { max-width: 1180px; margin: 0 auto; }
.wza-h { margin: 0; max-width: 18ch; font-weight: 500; font-size: clamp(38px, 5.4vw, 64px); line-height: 1.05; letter-spacing: -0.03em; }
/* brand-orange accent spans (hero accent word, the highlighted mission sentence) */
#wz-about .o { color: var(--accent); }

/* manifesto - statement + muted body, two columns. Inter, matching the home page */
.wza-mission { max-width: 1180px; margin: clamp(44px, 7vh, 82px) auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.wza-lead { margin: 0; font-family: var(--font); font-weight: 500; font-size: clamp(24px, 2.9vw, 39px); line-height: 1.12; letter-spacing: -0.03em; color: #fff; }
.wza-body { margin: 0; font-size: 15px; line-height: 1.7; color: var(--muted); max-width: 46ch; }
/* the mission's right-hand text carries the pitch too — match the lead's size */
.wza-mission .wza-body { font-size: clamp(24px, 2.9vw, 39px); line-height: 1.18; letter-spacing: -0.025em; color: rgba(255, 255, 255, 0.82); max-width: none; }

/* shared section wrapper + section heading (Inter 700, same as the home .wzf-h) */
.wza-sec { max-width: 1180px; margin: clamp(86px, 13vh, 158px) auto 0; }
.wza-sh { margin: 15px 0 0; font-family: var(--font); font-weight: 700; font-size: clamp(30px, 3.2vw, 52px); line-height: 1.02; letter-spacing: -0.03em; color: #fff; max-width: 20ch; }

/* principles - three columns divided by hairlines (no boxes) */
.wza-cols { margin-top: clamp(34px, 5vh, 60px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border2); }
.wza-col { padding: clamp(24px, 2.6vw, 36px) clamp(22px, 2.2vw, 38px) 6px; border-right: 1px solid var(--border); }
.wza-col:first-child { padding-left: 0; }
.wza-col:last-child { border-right: 0; padding-right: 0; }
.wza-col-n { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; color: var(--accent); }
.wza-col-h { margin: 15px 0 11px; font-family: var(--font); font-weight: 600; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.14; letter-spacing: -0.02em; }
.wza-col p { margin: 0; font-size: 14px; line-height: 1.62; color: var(--muted); }

/* team - photo + editorial side (no boxes) */
.wza-team-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(28px, 4vw, 66px); align-items: center; }
.wza-team-photo { margin: 0; border-radius: 14px; overflow: hidden; }
.wza-team-photo img { display: block; width: 100%; height: auto; }
.wza-team-side .wza-body { margin-top: 18px; }
.wza-note { margin: 26px 0 0; max-width: 36ch; font-family: var(--font); font-style: italic; font-weight: 500; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.4; color: var(--accent); }
.wza-note span { display: block; margin-top: 11px; font-style: normal; font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted2); }

/* smart sites - numbered index, hairline rows (no boxes) */
.wza-list { margin-top: clamp(32px, 4.5vh, 56px); }
.wza-item { display: grid; grid-template-columns: 50px 1fr; gap: clamp(16px, 3vw, 44px); padding: clamp(21px, 2.5vh, 32px) 0; border-top: 1px solid var(--border); align-items: baseline; }
.wza-item-n { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; color: var(--accent); padding-top: 6px; }
.wza-item-c { display: grid; grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr); gap: clamp(12px, 3vw, 48px); align-items: baseline; }
.wza-item-c h3 { margin: 0; font-family: var(--font); font-weight: 600; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.1; letter-spacing: -0.02em; color: #fff; }
.wza-item-c p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--muted); }

/* closing - Inter statement, centered */
.wza-closing { max-width: 900px; margin: clamp(74px, 12vh, 138px) auto clamp(10px, 2vh, 24px); font-family: var(--font); font-weight: 500; font-size: clamp(24px, 3vw, 40px); line-height: 1.12; letter-spacing: -0.03em; color: #fff; text-align: center; }

@media (max-width: 980px) {
  .wza-cols { grid-template-columns: 1fr; border-top: 0; }
  .wza-col { border-right: 0; border-top: 1px solid var(--border); padding: 22px 0 6px; }
}
@media (max-width: 860px) {
  .wza-mission { grid-template-columns: 1fr; gap: 16px; }
  .wza-team-grid { grid-template-columns: 1fr; gap: 22px; }
  .wza-item { grid-template-columns: 36px 1fr; gap: 14px; }
  .wza-item-c { grid-template-columns: 1fr; gap: 7px; }
}
