/* TrueMind website — production styles
   Brand: white-led canvas, dark blue #26384D structural blocks, black precision accents.
   Type: Inter throughout.  Cream + terracotta reserved for editorial sub-pages.
*/

:root {
  --white: #FFFFFF;
  --blue: #26384D;
  --black: #000000;
  --cream: #F4EFE5;
  --terracotta: #C66B36;
  --grey: #6B6E72;
  --grey-line: #E5E5E5;
  --grey-soft: #F6F6F6;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--white);
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 16px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; }

/* Layout */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
section.s { padding: 80px 0; border-bottom: 1px solid var(--grey-line); }
section.s.dark { background: var(--blue); color: var(--white); border-bottom: 0; }
section.s.dark p { color: rgba(255,255,255,0.85); }
section.s.dark .eyebrow { color: rgba(255,255,255,0.55); }
section.s.dark .h2 { color: var(--white); }
section.s.cream { background: var(--cream); }
section.s.grey { background: var(--grey-soft); }

/* Typography */
.eyebrow {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; color: var(--grey); margin: 0 0 12px;
}
.h1 {
  font-size: 56px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.04;
  color: var(--white); margin: 0 0 24px;
}
.h2 {
  font-size: 36px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.15;
  margin: 0 0 16px; color: var(--blue);
}
.h3 { font-size: 22px; font-weight: 600; margin: 0 0 8px; }
.lede { font-size: 18px; max-width: 760px; margin: 0 0 28px; line-height: 1.5; }
.lede.full { max-width: none; }
.body { font-size: 15px; line-height: 1.6; }
.micro { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey); }

/* Navbar */
nav.top {
  background: var(--blue); color: var(--white);
  padding: 14px 32px; display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,0.08);
}
nav.top .brand img { height: 28px; display: block; }
nav.top ul { list-style: none; display: flex; gap: 28px; padding: 0; margin: 0; font-size: 14px; align-items: center; }
nav.top a { color: rgba(255,255,255,0.82); transition: color 0.15s; }
nav.top a:hover { color: var(--white); }
nav.top a.cta { background: var(--white); color: var(--blue); padding: 8px 16px; border-radius: 4px; font-weight: 600; }
nav.top a.cta:hover { background: rgba(255,255,255,0.92); color: var(--blue); }
.nav-toggle { display: none; background: transparent; border: 0; color: var(--white); font-size: 14px; cursor: pointer; padding: 6px 10px; }

/* Buttons */
.btn { display: inline-block; padding: 13px 22px; border-radius: 4px; font-size: 14px; font-weight: 600; transition: all 0.15s; }
.btn.primary { background: var(--white); color: var(--blue); }
.btn.primary:hover { background: rgba(255,255,255,0.9); }
.btn.secondary { border: 1px solid rgba(255,255,255,0.4); color: var(--white); background: transparent; }
.btn.secondary:hover { background: rgba(255,255,255,0.08); }
.btn.blue { background: var(--blue); color: var(--white); }
.btn.blue:hover { background: #1d2c3d; }
.btn.outline-blue { border: 1px solid var(--blue); color: var(--blue); background: transparent; }
.btn.outline-blue:hover { background: var(--blue); color: var(--white); }
.btn.terracotta { background: var(--terracotta); color: var(--white); }

/* Hero - copy centred vertically to fill the space, image matches column */
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: stretch; padding: 16px 0; min-height: 520px; }
.hero-grid > .hero-copy { display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.hero-grid > .hero-copy > * { margin: 0; }
.hero-img { border-radius: 4px; overflow: hidden; min-height: 100%; background: transparent; display: flex; align-items: center; justify-content: center; }
.hero-img img { width: 100%; height: auto; max-height: 100%; object-fit: contain; display: block; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Compliance bar */
.compliance {
  background: var(--white); color: var(--grey); padding: 18px 32px; text-align: center;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; border-bottom: 1px solid var(--grey-line);
}

/* Proof bar */
.proof-logos {
  display: flex; align-items: center; justify-content: space-around; gap: 32px;
  padding: 28px 24px; border: 1px solid var(--grey-line); border-radius: 4px; margin: 16px 0 36px; background: var(--white);
}
.proof-logos img { max-height: 44px; max-width: 180px; opacity: 0.85; }
.proof-logos .gep-text { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--blue); font-weight: 600; }
.proof-logos .gep-text .top { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); }
.proof-logos .gep-text .name { font-size: 15px; }

.proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 8px; }
.stat .num { font-size: 40px; font-weight: 700; color: var(--blue); letter-spacing: -0.025em; line-height: 1; }
.stat .label { font-size: 13px; color: var(--grey); margin-top: 8px; }

/* Edge advantage 2-col — image cropped to exact copy height */
.advantage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch; }
.advantage-grid > .advantage-copy { display: flex; flex-direction: column; justify-content: flex-start; }
.advantage-grid > .advantage-copy > :last-child { margin-bottom: 0; }
.advantage-img { position: relative; border-radius: 4px; overflow: hidden; min-height: 320px; }
.advantage-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

/* How Edge Works — three-step flow on dark blue, rows align across columns via subgrid */
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto auto 1fr; gap: 24px; margin-top: 32px; }
.how-step { display: grid; grid-template-rows: subgrid; grid-row: span 4; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.18); border-radius: 4px; padding: 32px 26px; gap: 8px; }
.how-step .num { font-size: 12px; font-weight: 600; color: var(--terracotta); letter-spacing: 0.18em; text-transform: uppercase; margin: 0; }
.how-step h3 { margin: 4px 0 0; font-size: 22px; font-weight: 600; color: var(--white); }
.how-step .step-title { font-size: 14px; color: rgba(255,255,255,0.55); font-style: italic; margin: 0; }
.how-step p:last-child { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.6; margin: 6px 0 0; }
@media (max-width: 760px) {
  .how-steps { grid-template-columns: 1fr; grid-template-rows: none; }
  .how-step { grid-template-rows: none; grid-row: auto; }
}

/* Dimensions */
.dimensions { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto auto auto 1fr; gap: 24px; margin-top: 32px; }
.dim { display: grid; grid-template-rows: subgrid; grid-row: span 5; gap: 0; border: 1px solid var(--grey-line); border-radius: 4px; padding: 32px 26px; background: var(--white); transition: border-color 0.15s; }
.dim:hover { border-color: var(--blue); }
.dim .num { font-size: 11px; font-weight: 600; color: var(--terracotta); letter-spacing: 0.14em; text-transform: uppercase; margin: 0; }
.dim h3 { margin: 12px 0 0; font-size: 22px; color: var(--blue); }
.dim .traits { font-size: 13px; color: var(--grey); margin: 14px 0 0; }
.dim .micro { font-size: 11px; font-weight: 600; color: var(--blue); letter-spacing: 0.14em; text-transform: uppercase; margin: 18px 0 10px !important; }
.dim ul { padding-left: 18px; margin: 0; font-size: 14px; line-height: 1.7; }
.dim li { margin-bottom: 4px; }

/* Dimensions mobile fallback */
@media (max-width: 720px) {
  .dimensions { grid-template-columns: 1fr; grid-template-rows: none; }
  .dim { grid-template-rows: none; grid-row: auto; }
}

/* Use cases */
.usecases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.uc { display: flex; gap: 20px; border: 1px solid var(--grey-line); border-radius: 4px; padding: 26px; background: var(--white); transition: border-color 0.15s; }
.uc:hover { border-color: var(--blue); }
.uc .icon { flex: 0 0 56px; height: 56px; border-radius: 4px; background: var(--grey-soft); display: flex; align-items: center; justify-content: center; }
.uc .icon svg { width: 28px; height: 28px; stroke: var(--blue); stroke-width: 1.75; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.uc .body-c { flex: 1; }
.uc .num { font-size: 11px; font-weight: 600; color: var(--terracotta); letter-spacing: 0.14em; }
.uc h3 { margin: 6px 0; font-size: 17px; color: var(--blue); }
.uc .sub { font-style: italic; color: var(--grey); font-size: 13px; margin: 0 0 10px; }
.uc ul { padding-left: 18px; margin: 0; font-size: 13px; line-height: 1.65; }
.uc li { margin-bottom: 3px; }

/* Research */
.research-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; align-items: stretch; }
.research-cover { display: flex; flex-direction: column; }
.research-cover .cover { flex: 1; min-height: 520px; border-radius: 4px; overflow: hidden; box-shadow: 0 8px 28px rgba(38,56,77,0.16); background: var(--blue); display: flex; align-items: center; justify-content: center; }
.research-cover .cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.research-body { display: flex; flex-direction: column; justify-content: center; }
.research-body p { margin-bottom: 14px; }
.research-body .body-text { font-size: 15px; line-height: 1.65; }

/* Building / Innovation Partnerships */
.where-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.where-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; padding: 28px; display: flex; flex-direction: column; }
.where-card h3 { color: var(--white); font-size: 20px; margin: 0 0 12px; }
.where-card p { font-size: 15px; color: rgba(255,255,255,0.85); margin: 0 0 20px; line-height: 1.55; }
.where-card .btn { align-self: flex-start; margin-top: auto; }

/* Team and Advisors */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 32px; }
.team-card { padding: 0; display: flex; flex-direction: column; }
.team-card .portrait { aspect-ratio: 1/1; margin-bottom: 18px; border-radius: 4px; overflow: hidden; background: var(--grey-soft); }
.team-card .portrait img { width: 100%; height: 100%; object-fit: cover; }
.team-card .role { font-size: 11px; color: var(--terracotta); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; }
.team-card h3 { margin: 6px 0 10px; color: var(--blue); font-size: 22px; }
.team-card ul { padding-left: 18px; margin: 0 0 14px; font-size: 14px; line-height: 1.7; color: var(--black); }
.team-card ul li { margin-bottom: 4px; }
.team-card .linkedin { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 13px; font-weight: 600; opacity: 0.85; transition: opacity 0.15s; margin-top: auto; align-self: flex-start; }
.team-card .linkedin:hover { opacity: 1; }
.team-card .linkedin svg { width: 18px; height: 18px; fill: var(--blue); }

.advisors { margin-top: 56px; padding: 32px; background: var(--grey-soft); border-radius: 4px; }
.advisors .eyebrow { margin-bottom: 16px; color: var(--grey); }
.advisor-row { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--grey-line); font-size: 14px; line-height: 1.55; }
.advisor-row:last-child { border-bottom: 0; }
.advisor-row strong { color: var(--blue); font-weight: 600; }

/* Contact form */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-grid p { color: rgba(255,255,255,0.85); }
form.contact { display: grid; gap: 16px; }
form.contact label { font-size: 11px; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; display: block; margin-bottom: 6px; }
form.contact input, form.contact select, form.contact textarea {
  width: 100%;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.25); border-radius: 4px;
  color: var(--white); font-family: 'Inter', sans-serif; font-size: 15px; padding: 12px 14px;
  transition: border-color 0.15s;
}
form.contact input:focus, form.contact select:focus, form.contact textarea:focus {
  outline: none; border-color: rgba(255,255,255,0.6);
}
form.contact textarea { min-height: 110px; resize: vertical; }
form.contact select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
form.contact select option { background: var(--blue); color: var(--white); }
form.contact .submit { background: var(--white); color: var(--blue); border: 0; padding: 14px 20px; border-radius: 4px; font-weight: 600; font-size: 15px; margin-top: 4px; transition: background 0.15s; }
form.contact .submit:hover { background: rgba(255,255,255,0.92); }

/* Footer */
footer.site { background: var(--blue); color: rgba(255,255,255,0.8); padding: 64px 0 36px; }
footer.site .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; align-items: start; }
footer.site h5 { color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; margin: 0 0 14px; font-weight: 600; }
footer.site ul { list-style: none; padding: 0; margin: 0; font-size: 14px; }
footer.site li { margin-bottom: 8px; }
footer.site a { color: rgba(255,255,255,0.75); transition: color 0.15s; }
footer.site a:hover { color: var(--white); }
footer.site .legal { color: rgba(255,255,255,0.5); margin-top: 36px; font-size: 12px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
footer.site .compliance-foot { display: block; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 8px; }
footer.site .footer-line { font-family: 'Inter', sans-serif; font-size: 14px; color: #FFFFFF; margin: 0 0 6px; line-height: 1.5; }

/* === Rich sub-page system (mirrors edge-briefing-netlify structure) === */
.brief-page { background: var(--white); color: var(--black); }
.brief-page .wrap { max-width: 1080px; }
.brief-page .hero-band { padding: 72px 32px 64px; border-bottom: 1px solid var(--grey-line); }
.brief-page .hero-band .eyebrow { color: var(--blue); margin-bottom: 16px; }
.brief-page .hero-band h1 { font-size: 52px; line-height: 1.04; font-weight: 700; letter-spacing: -0.025em; color: var(--blue); margin: 0 0 20px; }
.brief-page .hero-band .lede { font-size: 20px; line-height: 1.5; color: var(--black); max-width: 760px; margin: 0 0 16px; }
.brief-page .hero-band .hero-meta { font-size: 13px; color: var(--grey); letter-spacing: 0.04em; margin: 0; }
.brief-page .hero-band .hero-meta strong { color: var(--blue); font-weight: 600; }

.brief-page section.s { padding: 72px 0; border: 0; }
.brief-page section.s.tint { background: var(--grey-soft); }
.brief-page section.s.blue { background: var(--blue); color: var(--white); }
.brief-page section.s.blue .eyebrow { color: rgba(255,255,255,0.6); }
.brief-page section.s.blue h2 { color: var(--white); }
.brief-page section.s.blue .lede { color: rgba(255,255,255,0.78); }

.brief-page .section-num { font-size: 11px; font-weight: 600; color: var(--blue); letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 12px; }
.brief-page section.s.blue .section-num { color: rgba(255,255,255,0.65); }
.brief-page h2 { font-size: 32px; line-height: 1.15; font-weight: 600; letter-spacing: -0.018em; margin: 0 0 14px; color: var(--blue); }
.brief-page h3 { font-size: 18px; font-weight: 600; margin: 0 0 8px; }
.brief-page section.s.blue h3 { color: var(--white); }
.brief-page .lede { font-size: 17px; color: var(--grey); max-width: 720px; margin: 0 0 32px; line-height: 1.55; }

.brief-page .grid-3, .brief-page .grid-2, .brief-page .grid-4 { display: grid; gap: 1px; background: var(--grey-line); border: 1px solid var(--grey-line); }
.brief-page .grid-3 { grid-template-columns: repeat(3, 1fr); }
.brief-page .grid-2 { grid-template-columns: repeat(2, 1fr); }
.brief-page .grid-4 { grid-template-columns: repeat(4, 1fr); }
.brief-page .card { background: var(--white); padding: 28px 26px; display: flex; flex-direction: column; }
.brief-page .card .label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--terracotta); margin-bottom: 10px; display: block; }
.brief-page .card h3 { font-size: 17px; font-weight: 600; margin: 0 0 8px; color: var(--blue); }
.brief-page .card p { margin: 0; color: var(--black); font-size: 14px; line-height: 1.6; }
.brief-page .card p + p { margin-top: 10px; }

.brief-page .pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.18); }
.brief-page .pillar { background: var(--blue); padding: 28px 26px; }
.brief-page .pillar .roman { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.7); letter-spacing: 0.16em; margin-bottom: 8px; }
.brief-page .pillar h4 { font-size: 17px; font-weight: 600; color: var(--white); margin: 0 0 8px; }
.brief-page .pillar p { font-size: 13.5px; color: rgba(255,255,255,0.78); margin: 0; line-height: 1.5; }

.brief-page .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--grey-line); border: 1px solid var(--grey-line); }
.brief-page .stat-card { background: var(--white); padding: 26px 22px; }
.brief-page .stat-num { font-size: 32px; font-weight: 700; color: var(--blue); letter-spacing: -0.025em; line-height: 1; margin-bottom: 10px; }
.brief-page .stat-label { font-size: 11px; color: var(--grey); text-transform: uppercase; letter-spacing: 0.1em; line-height: 1.4; }

.brief-page .timeline-row { display: grid; grid-template-columns: 140px 1fr; padding: 18px 0; border-bottom: 1px solid var(--grey-line); align-items: baseline; gap: 24px; }
.brief-page .timeline-row:last-child { border-bottom: 0; }
.brief-page .timeline-row .year { font-size: 18px; font-weight: 700; color: var(--blue); letter-spacing: -0.01em; }
.brief-page .timeline-row .body-c h4 { margin: 0 0 6px; font-size: 16px; font-weight: 600; color: var(--blue); }
.brief-page .timeline-row .body-c p { margin: 0; font-size: 14px; color: var(--black); line-height: 1.55; }

.brief-page .team-grid-brief { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.brief-page .team-brief-card { display: flex; flex-direction: column; }
.brief-page .team-brief-card .portrait { aspect-ratio: 1/1; margin-bottom: 18px; border-radius: 4px; overflow: hidden; background: var(--grey-soft); }
.brief-page .team-brief-card .portrait img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(100%); }
.brief-page .team-brief-card .role { font-size: 11px; color: var(--terracotta); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; }
.brief-page .team-brief-card h3 { margin: 6px 0 10px; color: var(--blue); font-size: 22px; }
.brief-page .team-brief-card ul { padding-left: 18px; margin: 0 0 14px; font-size: 14px; line-height: 1.7; color: var(--black); }
.brief-page .team-brief-card .linkedin { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 13px; font-weight: 600; opacity: 0.85; margin-top: auto; align-self: flex-start; }
.brief-page .team-brief-card .linkedin svg { width: 18px; height: 18px; fill: var(--blue); }

.brief-page .advisor-row { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--grey-line); font-size: 14px; line-height: 1.55; }
.brief-page .advisor-row:last-child { border-bottom: 0; }
.brief-page .advisor-row strong { color: var(--blue); font-weight: 600; }

.brief-page .compliance-strip { padding: 16px 32px; background: var(--white); border-top: 1px solid var(--grey-line); border-bottom: 1px solid var(--grey-line); text-align: center; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey); }

@media (max-width: 900px) {
  .brief-page .grid-4, .brief-page .stats, .brief-page .team-grid-brief { grid-template-columns: repeat(2, 1fr); }
  .brief-page .hero-band h1 { font-size: 38px; }
}
@media (max-width: 700px) {
  .brief-page .grid-3, .brief-page .grid-2, .brief-page .pillars { grid-template-columns: 1fr; }
  .brief-page .team-grid-brief, .brief-page .grid-4, .brief-page .stats { grid-template-columns: 1fr; }
  .brief-page .timeline-row, .brief-page .advisor-row { grid-template-columns: 1fr; gap: 4px; }
}

/* Editorial cream sub-pages */
.editorial { background: var(--cream); padding: 56px 0 96px; min-height: 100vh; }
.editorial .wrap { max-width: 780px; }
.editorial .eyebrow { color: var(--terracotta); margin-bottom: 24px; }
.editorial h1 { font-size: 44px; line-height: 1.1; color: var(--blue); font-weight: 600; margin: 0 0 24px; letter-spacing: -0.02em; }
.editorial h2 { font-size: 26px; color: var(--blue); margin: 48px 0 16px; font-weight: 600; }
.editorial h3 { font-size: 20px; color: var(--blue); margin: 32px 0 10px; font-weight: 600; }
.editorial p { font-size: 17px; line-height: 1.65; margin: 0 0 18px; max-width: 680px; }
.editorial .lede { font-size: 20px; line-height: 1.55; color: var(--black); margin: 0 0 32px; max-width: 720px; }
.editorial ul { padding-left: 20px; margin: 0 0 24px; font-size: 17px; line-height: 1.7; }
.editorial li { margin-bottom: 8px; }
.editorial a { color: var(--terracotta); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.editorial .accent-rule { width: 64px; height: 3px; background: var(--terracotta); margin-bottom: 24px; }
.editorial blockquote { border-left: 3px solid var(--terracotta); margin: 24px 0; padding: 4px 0 4px 20px; font-style: italic; color: var(--blue); }
.editorial .meta-block { display: block; font-size: 13px; color: var(--grey); margin: 0 0 32px; }
.editorial .back-link { display: inline-block; font-size: 14px; color: var(--blue); margin-bottom: 32px; }

/* Standard sub-pages (privacy, terms, programme) */
.standard { padding: 56px 0 96px; }
.standard .wrap { max-width: 780px; }
.standard h1 { font-size: 44px; line-height: 1.1; color: var(--blue); font-weight: 600; margin: 0 0 24px; letter-spacing: -0.02em; }
.standard h2 { font-size: 24px; color: var(--blue); margin: 40px 0 12px; font-weight: 600; }
.standard h3 { font-size: 19px; color: var(--blue); margin: 28px 0 8px; font-weight: 600; }
.standard p { font-size: 16px; line-height: 1.6; margin: 0 0 16px; }
.standard .lede { font-size: 19px; line-height: 1.55; margin: 0 0 32px; }
.standard ul, .standard ol { padding-left: 22px; margin: 0 0 24px; font-size: 16px; line-height: 1.65; }
.standard li { margin-bottom: 6px; }
.standard .back-link { display: inline-block; font-size: 14px; color: var(--blue); margin-bottom: 32px; }
.standard .meta-block { display: block; font-size: 13px; color: var(--grey); margin: 0 0 32px; }
.standard .accent-rule { width: 64px; height: 3px; background: var(--terracotta); margin-bottom: 24px; }

/* Mobile */
@media (max-width: 860px) {
  .wrap { padding: 0 22px; }
  section.s { padding: 64px 0; }
  .h1 { font-size: 38px; }
  .h2 { font-size: 28px; }
  .hero-grid, .advantage-grid, .research-grid, .dimensions, .usecases, .where-grid, .team-grid, .contact-grid, .proof-stats { grid-template-columns: 1fr; }
  .uc { flex-direction: column; gap: 14px; }
  nav.top ul { display: none; position: absolute; top: 100%; right: 0; left: 0; background: var(--blue); flex-direction: column; padding: 18px 32px; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  nav.top ul.open { display: flex; }
  nav.top .nav-toggle { display: inline-block; }
  nav.top { flex-wrap: wrap; }
  .advisor-row { grid-template-columns: 1fr; gap: 4px; }
  footer.site .footer-grid { grid-template-columns: 1fr; }
  .proof-logos { flex-direction: column; gap: 18px; padding: 22px; }
  .research-cover .cover { min-height: 420px; }
  .editorial h1, .standard h1 { font-size: 32px; }
}
