/* ============================================================
   Winjit US - AI Governance page
   Brief: winjit-us-ai-governance-page.md · Inspiration: design-language.md section 6
   Tokens from css/styles.css. Shared FAQ / closing band from css/landing.css.
   No new colours introduced.
   ============================================================ */

/* icon sprite usage */
svg.i {
  width: 20px; height: 20px; flex: 0 0 auto;
  fill: none; stroke: currentColor; stroke-width: 1.75;
  stroke-linecap: round; stroke-linejoin: round;
}
.gv section[id] { scroll-margin-top: var(--header-h); }/* ------------------------------------------------------------
   SECTION 1 - HERO  (ref: Aeline hero, reduced)
   ------------------------------------------------------------ */
/* .breadcrumb's padding shorthand zeroes the container gutter - restore it */
/* supporting graphic - one rounded gradient panel, UI fragments inside (Fantom) */

.gv-status {
  display: inline-flex; align-items: center; border-radius: var(--radius-pill);
  padding: 3px 10px; font-size: 11.5px; font-weight: 700; letter-spacing: .02em; white-space: nowrap;
}
.gv-status--ok   { background: var(--green-100); color: var(--forest-ink); }
.gv-status--info { background: var(--soft-blue); color: var(--primary); }
.gv-status--gap  { background: var(--rose-100); color: var(--rose-ink); }

/* ------------------------------------------------------------
   SECTION 2 - THE THREE QUESTIONS  (original three-column framing)
   ------------------------------------------------------------ */
.gv-q-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 44px); }
.gv-q { position: relative; display: flex; flex-direction: column; padding-top: 28px; border-top: 1px solid var(--grey-200); }
.gv-q::before {
  content: ""; position: absolute; top: -1px; left: 0; height: 3px; width: 48px;
  background: var(--primary); transition: width 500ms var(--ease-out);
}
.gv-q:hover::before { width: 100%; }
.gv-q__num { font-family: var(--ff-display); font-weight: 700; font-size: 14px; color: var(--primary); margin-bottom: 18px; }
.gv-q h3 { font-size: clamp(21px, 2vw, 26px); font-weight: 600; line-height: 1.28; margin-bottom: 14px; }
.gv-q p { color: var(--grey-600); font-size: 16px; line-height: 1.6; margin-bottom: 24px; }
.gv-q .textlink { margin-top: auto; font-size: 15px; }
.textlink--down:hover svg { transform: translateY(3px); }
@media (max-width: 860px) { .gv-q-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ------------------------------------------------------------
   SECTION 3 - APPROVED MODELS  (ref: Fantom three-card strip)
   Still by design: fade only.
   ------------------------------------------------------------ */
.gv-providers { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.gv-provider {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--strokes); border-radius: var(--radius-card); overflow: hidden;
}
.gv-provider__media {
  position: relative; height: 172px; padding: 22px 24px;
  display: flex; align-items: flex-end; overflow: hidden;
  background: linear-gradient(150deg, #DDEBFC 0%, #F1F7FF 60%, #fff 100%);
}
.gv-provider:nth-child(2) .gv-provider__media { background: linear-gradient(150deg, #D9F5E6 0%, var(--green-50) 60%, #fff 100%); }
.gv-provider:nth-child(3) .gv-provider__media { background: linear-gradient(150deg, var(--violet-100) 0%, var(--violet-50) 60%, #fff 100%); }
.gv-provider__family {
  position: relative; z-index: 1;
  font-family: var(--ff-display); font-weight: 700; font-size: clamp(36px, 3.4vw, 48px);
  line-height: 1; letter-spacing: -0.02em; color: var(--primary);
}
.gv-provider__pill {
  position: absolute; top: 18px; left: 24px; z-index: 1;
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius-pill);
  padding: 5px 12px; font-size: 12.5px; font-weight: 600; color: var(--grey-700);
}
.gv-provider__pill svg.i { width: 13px; height: 13px; color: var(--primary); }
.gv-provider__body { padding: 22px 24px 26px; }
.gv-provider__tag { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--grey-500); }
.gv-provider h3 { font-size: 22px; font-weight: 700; margin: 6px 0 8px; }
.gv-provider p { color: var(--grey-600); font-size: 15.5px; line-height: 1.55; margin: 0 0 12px; }
@media (max-width: 860px) { .gv-providers { grid-template-columns: 1fr; } }

.gv-note { display: flex; align-items: center; gap: 10px; margin: 20px 0 0; font-weight: 600; color: var(--grey-900) !important; }
.gv-note svg.i { color: var(--primary); width: 18px; height: 18px; }

.gv-creds { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }

.gv-cred {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--blue-wash-border); background: var(--soft-blue); color: var(--primary);
  border-radius: var(--radius-pill); padding: 8px 16px; font-size: 14px; font-weight: 600;
}
.gv-cred svg.i { width: 16px; height: 16px; }
.gv-cred--sample { background: #fff; border-style: dashed; border-color: var(--grey-300); color: var(--grey-500); }

/* ------------------------------------------------------------
   SECTION 5 - GUARDRAILS  (original four-block grid)
   ------------------------------------------------------------ */
.gv-guard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 24px); }
.gv-guard {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--strokes); border-radius: var(--radius-card); padding: clamp(24px, 2.8vw, 34px);
  transition: opacity 500ms var(--ease-out), transform 200ms var(--ease-out), box-shadow 200ms ease, border-color 200ms ease;
}
.gv-guard.in:hover { transform: translateY(-3px); border-color: rgba(3, 78, 162, .2); box-shadow: var(--card-hover-shadow); }
.gv-guard__top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.gv-guard__icon {
  width: 46px; height: 46px; border-radius: var(--radius-icon); background: var(--soft-blue); color: var(--primary);
  display: grid; place-items: center; flex: 0 0 auto;
}
.gv-guard__icon svg.i { width: 22px; height: 22px; }
.gv-guard h3 { font-size: 20px; font-weight: 700; margin: 0; }

.gv-guard p { color: var(--grey-600); font-size: 15.5px; line-height: 1.6; margin: 0 0 22px; }

@media (max-width: 760px) { .gv-guard-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------
   SECTION 6 - THE AI ARCHITECTURE AUDIT  (centrepiece, inverted)
   Checkpoints light in sequence on scroll. No other motion.
   ------------------------------------------------------------ */
.gv-gate { position: relative; overflow: hidden; background: #000; color: var(--grey-400); padding: clamp(84px, 10vw, 136px) 0; }
.gv-gate::before {
  content: ""; position: absolute; width: 900px; height: 900px; left: -300px; top: -420px; pointer-events: none;
  background: radial-gradient(circle, rgba(80, 206, 21, .10), rgba(80, 206, 21, 0) 65%);
}
.gv-gate .container { position: relative; }
.gv-gate__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.gv-gate__intro { position: sticky; top: calc(var(--header-h) + 48px); }
.gv-gate .eyebrow { color: var(--secondary); }
.gv-gate h2 {
  color: #fff; font-size: clamp(36px, 4.6vw, 64px); font-weight: 500;
  line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 24px;
}
.gv-gate h2 em { font-style: normal; color: var(--green-display); }
.gv-gate .lp-deck { color: var(--grey-400); max-width: 46ch; }

.gv-gate .todo { display: inline-block; margin-top: 24px; }

.gv-checks { position: relative; list-style: none; margin: 0; padding: 0; }
.gv-checks__rail { position: absolute; left: 21px; top: 22px; bottom: 22px; width: 2px; background: #262626; }
.gv-checks__rail::after {
  content: ""; position: absolute; inset: 0; background: var(--green-display);
  transform-origin: top; transform: scaleY(var(--p, 0));
}
.gv-check { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 22px; padding-bottom: 18px; }
.gv-check:last-child { padding-bottom: 0; }
.gv-check__node {
  position: relative; z-index: 1; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; background: #0A0A0A; border: 1px solid #3A3A3A;
  font-family: var(--ff-display); font-size: 14px; font-weight: 700; color: var(--grey-500);
  transition: background-color 350ms var(--ease-out), border-color 350ms var(--ease-out), color 350ms var(--ease-out), box-shadow 350ms ease;
}
.gv-check__node svg.i { width: 18px; height: 18px; }
.gv-check__body {
  background: var(--dark-card); border: 1px solid #2A2A2A; border-radius: 20px; padding: 20px 24px;
  opacity: .42; transition: opacity 450ms var(--ease-out), border-color 450ms ease;
}
.gv-check h3 { color: #fff; font-size: 19px; font-weight: 600; margin-bottom: 6px; }
.gv-check p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--grey-400); }
.gv-check.is-lit .gv-check__node {
  background: var(--green-display); border-color: var(--green-display); color: #000;
  box-shadow: 0 0 0 6px rgba(80, 206, 21, .14);
}
.gv-check.is-lit .gv-check__body { opacity: 1; border-color: var(--dark-card-border); }
.gv-check--release .gv-check__body { background: transparent; border-style: dashed; }
.gv-check--release.is-lit .gv-check__body { border-style: solid; border-color: var(--green-display); }
.gv-check--release.is-lit h3 { color: var(--green-display); }

.gv-fail {
  margin-top: clamp(48px, 6vw, 80px);
  display: grid; grid-template-columns: auto 1fr; gap: 20px 28px; align-items: start;
  background: var(--dark-card); border: 1px solid var(--dark-card-border);
  border-radius: var(--radius-block); padding: clamp(26px, 3.6vw, 46px);
}
.gv-fail__icon {
  width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--green-display); color: var(--green-display);
  display: grid; place-items: center;
}
.gv-fail__icon svg.i { width: 24px; height: 24px; }
.gv-fail h3 { color: #fff; font-size: clamp(22px, 2.2vw, 30px); font-weight: 600; margin-bottom: 10px; }
.gv-fail p { margin: 0; color: var(--grey-300); font-size: clamp(16px, 1.3vw, 18px); line-height: 1.6; max-width: 64ch; }
.gv-flow { grid-column: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 6px; }
.gv-flow span {
  border: 1px solid var(--dark-card-border); border-radius: var(--radius-pill);
  padding: 7px 14px; font-size: 13.5px; color: #fff; white-space: nowrap;
}
.gv-flow svg.i { width: 16px; height: 16px; color: var(--grey-500); }
.gv-flow .gv-flow__end { border-color: var(--green-display); color: var(--green-display); }
.gv-flow .gv-flow__none { margin-left: 10px; color: var(--grey-500); border-style: dashed; text-decoration: line-through; }

@media (max-width: 900px) {
  .gv-gate__grid { grid-template-columns: 1fr; }
  .gv-gate__intro { position: static; }
  .gv-fail { grid-template-columns: 1fr; }
  .gv-flow { grid-column: 1; }
  .gv-flow .gv-flow__none { margin-left: 0; }
}

/* ------------------------------------------------------------
   SECTION 8 - FRAMEWORKS  (ref: Fantom certification row { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(12px, 1.4vw, 16px); }

.gv-crosslink {
  margin: clamp(32px, 4vw, 44px) auto 0; max-width: 760px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 18px;
  text-align: center; font-size: 16px; color: var(--grey-600);
}

/* ------------------------------------------------------------
   SECTION 10 - OFFER AND CTA  (ref: Aeline full-bleed band)
   Base band from landing.css .lp-close.
   ------------------------------------------------------------ */
.gv-close h2 { max-width: 18ch; }
.gv-close .gv-close__body { max-width: 60ch; margin: 0 auto 26px; }
.gv-close__needs {
  max-width: 560px; margin: 0 auto 34px; padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, .22); border-radius: 18px;
  background: rgba(255, 255, 255, .06); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.gv-close__needs b { display: block; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--secondary); margin-bottom: 6px; }
.gv-close .gv-close__needs p { margin: 0; font-size: 15.5px; color: #fff; }

/* ------------------------------------------------------------
   Reduced motion - final states
   ------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  .gv-check__body { opacity: 1 !important; }
  .gv-checks__rail::after { transform: scaleY(1) !important; }
}

/* ============================================================
   COMPACT PASS (2026-09-16)
   Page trimmed from 11 sections to 8 so a backbone page reads
   shorter than the landing page. Rules below replace the bento,
   split-photo, collage and code-example components.
   ============================================================ */

/* Section 3 - model selection rules, one panel instead of two columns */
.gv-rules {
  margin-top: clamp(18px, 2.2vw, 26px);
  display: grid; grid-template-columns: 1.15fr .85fr;
  background: #fff; border: 1px solid var(--strokes); border-radius: var(--radius-block); overflow: hidden;
}
.gv-rules__col { padding: clamp(24px, 3vw, 38px); }
.gv-rules__col--deny { border-left: 1px solid var(--grey-200); background: var(--grey-50); }
.gv-rules__label {
  display: block; margin-bottom: 16px;
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--grey-500);
}
.gv-rules__label--deny { color: var(--rose-ink); }
.gv-rules__col p { margin: 0; font-size: clamp(16px, 1.35vw, 18px); line-height: 1.65; color: var(--grey-700); }
.gv-rules__col--deny ul { list-style: none; margin: 0; padding: 0; }
.gv-rules__col--deny li {
  display: flex; align-items: flex-start; gap: 10px; padding: 11px 0;
  border-top: 1px solid var(--grey-200); font-size: 15.5px; line-height: 1.45; color: var(--grey-700);
}
.gv-rules__col--deny li:first-child { border-top: 0; padding-top: 0; }
.gv-rules__col--deny svg.i { width: 16px; height: 16px; margin-top: 2px; color: var(--rose-ink); }
.gv-rules__foot {
  grid-column: 1 / -1; margin: 0; display: flex; align-items: center; gap: 10px;
  padding: 16px clamp(24px, 3vw, 38px); border-top: 1px solid var(--grey-200);
  font-size: 15px; font-weight: 600; color: var(--grey-900);
}
.gv-rules__foot svg.i { width: 18px; height: 18px; color: var(--primary); }
@media (max-width: 860px) {
  .gv-rules { grid-template-columns: 1fr; }
  .gv-rules__col--deny { border-left: 0; border-top: 1px solid var(--grey-200); }
}

/* Section 4 - certified architects reduced to one strip */
.gv-creds {
  display: block; margin-top: clamp(20px, 2.4vw, 28px);
  background: var(--soft-blue); border: 1px solid var(--blue-wash-border); border-radius: var(--radius-block);
  padding: clamp(22px, 2.6vw, 32px);
}
.gv-creds > p { margin: 0 0 16px; font-size: clamp(15.5px, 1.3vw, 17px); line-height: 1.6; color: var(--grey-700); max-width: 78ch; }
.gv-creds > p b { color: var(--grey-900); font-weight: 700; }
.gv-creds__marks { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.gv-creds__marks .gv-cred { background: #fff; }

/* Section 6 - evidence as interactive uniform cards */
.gv-evidence-grid {
  display: grid; 
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.gv-evidence-card {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--strokes);
  border-radius: var(--radius-card);
  padding: clamp(24px, 2.8vw, 34px);
  transition: transform 200ms var(--ease-out), box-shadow 200ms ease, border-color 200ms ease;
  height: 100%;
}
.gv-evidence-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-hover-shadow);
  border-color: rgba(3, 78, 162, 0.2);
}
.gv-evidence-card .tp-icon {
  width: 46px; height: 46px; border-radius: var(--radius-icon);
  background: var(--soft-blue); color: var(--primary);
  display: grid; place-items: center; margin-bottom: 20px; flex: 0 0 auto;
}
.gv-evidence-card .tp-icon svg.i { width: 22px; height: 22px; }
.gv-evidence-card b {
  display: block; font-size: 19px; font-weight: 700; color: var(--grey-900); margin-bottom: 8px;
}
.gv-evidence-card p {
  margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--grey-600);
}

@media (max-width: 900px) {
  .gv-evidence-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .gv-evidence-grid { grid-template-columns: 1fr; }
}

/* Section 6 - frameworks reduced to a chip row */
.gv-standards {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px;
  margin-top: clamp(30px, 3.6vw, 44px); padding-top: clamp(24px, 3vw, 32px); border-top: 1px solid var(--grey-200);
}
.gv-standards__label { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--grey-500); margin-right: 4px; }
.gv-chip {
  display: inline-flex; align-items: center; border-radius: var(--radius-pill); padding: 8px 16px;
  background: #fff; border: 1px solid var(--blue-wash-border); color: var(--primary); font-size: 14px; font-weight: 600;
}
.gv-crosslink { margin-top: 18px; }

/* The guard card no longer carries an example strip */
.gv-guard p { margin-bottom: 0; }

/* ============================================================
   THEME ALIGNMENT - landing + industries (2026-09-16)
   The hero now uses the industries .in-hero pattern, so the
   .gv-hero rules above are no longer referenced. The dark band
   tracks .lp-gov in css/landing.css.
   ============================================================ */
.gv-gate {
  background: var(--grad-midnight-black);
  color: var(--grey-400);
}
.gv-gate::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  left: 50%; top: -260px; width: 1100px; height: 620px; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(0, 237, 135, .14) 0%, rgba(21, 119, 214, .10) 40%, transparent 70%);
  filter: blur(20px);
}
.gv-gate .lp-deck { color: var(--grey-400); }
.gv-gate .eyebrow { color: var(--secondary); }

/* checkpoints share the .lp-gov__block card treatment */
.gv-check__body {
  background: var(--midnight-card); border-color: var(--midnight-card-border);
  -webkit-backdrop-filter: none; backdrop-filter: none;
}
.gv-check p { color: var(--grey-400); }
.gv-check__node { background: var(--midnight-inset); border-color: var(--midnight-card-border); color: var(--grey-500); }
.gv-check.is-lit .gv-check__node {
  background: var(--secondary); border-color: var(--secondary); color: #04261A;
  box-shadow: 0 0 0 6px rgba(0, 237, 135, .14);
}
.gv-check.is-lit .gv-check__body { border-color: rgba(0, 237, 135, .45); }
.gv-checks__rail { background: var(--midnight-card-border); }
.gv-checks__rail::after { background: linear-gradient(180deg, var(--secondary) 0%, #1577D6 100%); }
.gv-check--release .gv-check__body { background: transparent; border-color: var(--midnight-card-border); }
.gv-check--release.is-lit .gv-check__body { border-color: var(--secondary); }
.gv-check--release.is-lit h3 { color: var(--secondary); }

/* failure block */
.gv-fail {
  background: var(--midnight-card); border-color: var(--midnight-card-border);
  -webkit-backdrop-filter: none; backdrop-filter: none;
}
.gv-fail p { color: var(--grey-300); }
.gv-fail__icon { border-color: var(--secondary); color: var(--secondary); }
.gv-flow span { border-color: var(--midnight-card-border); }
.gv-flow .gv-flow__end { border-color: var(--secondary); color: var(--secondary); }
.gv-flow .gv-flow__none { border-color: var(--midnight-card-border); color: var(--grey-500); }
