/* ============================================================
   WeFlow — V2 architecture add-ons (loaded AFTER site.css)
   New components only: outcome pillars, two-path diagram,
   blueprint product layout. Existing classes are reused.
   ============================================================ */

/* ---- nav: Solutions dropdown ---- */
.has-dropdown { position: relative; }
.has-dropdown > .dd-toggle { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.has-dropdown > .dd-toggle i { width: 15px; height: 15px; transition: transform var(--dur-fast) var(--ease-out); }
.has-dropdown:hover > .dd-toggle i, .has-dropdown:focus-within > .dd-toggle i { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  width: 320px; background: var(--white); border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 10px;
  opacity: 0; visibility: hidden; transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); z-index: 60;
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown::before { content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.dd-item { display: block; padding: 13px 15px; border-radius: var(--radius-md); }
.dd-item:hover { background: var(--canvas); }
.dd-item .dd-h { display: flex; align-items: center; gap: 10px; font-family: var(--font-headline); font-weight: 600; font-size: 16px; color: var(--navy-dark); }
.dd-item .dd-h i { width: 17px; height: 17px; color: var(--gold-deep); }
.dd-item .dd-s { margin: 5px 0 0 27px; font-size: 13px; color: var(--text-muted); }
@media (max-width: 880px) {
  /* Solutions becomes a tap-to-expand accordion; collapsed by default */
  .dropdown { position: static; width: auto; transform: none; opacity: 1; visibility: visible; box-shadow: none; border: 0;
    max-height: 0; overflow: hidden; padding: 0; transition: max-height var(--dur-base) var(--ease-out), padding var(--dur-base) var(--ease-out); }
  .has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { transform: none; }
  .has-dropdown.open .dropdown { max-height: 520px; padding: 0 0 8px; }
  .has-dropdown > .dd-toggle svg { transition: transform var(--dur-base) var(--ease-out); }
  .has-dropdown.open > .dd-toggle svg { transform: rotate(180deg); }
}

/* ---- home hero (centered, outcome-led) ---- */
.v2-hero { padding: 86px 0 26px; position: relative; overflow: hidden; text-align: center; }
.v2-hero .glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.v2-hero .glow span { position: absolute; border-radius: 50%; filter: blur(72px); }
.v2-hero .glow .a { width: 480px; height: 480px; top: -150px; left: 50%; margin-left: -420px; background: radial-gradient(circle, rgba(190,155,48,0.16), transparent 68%); animation: v2drift 24s ease-in-out infinite alternate; }
.v2-hero .glow .b { width: 440px; height: 440px; top: 0; right: 50%; margin-right: -440px; background: radial-gradient(circle, rgba(28,47,101,0.12), transparent 70%); animation: v2drift2 28s ease-in-out infinite alternate; }
@keyframes v2drift { to { transform: translate(40px, 34px) scale(1.07); } }
@keyframes v2drift2 { to { transform: translate(-34px, 26px) scale(1.05); } }
@media (prefers-reduced-motion: reduce) { .v2-hero .glow span { animation: none !important; } }
.v2-hero .inner { max-width: 880px; margin: 0 auto; position: relative; z-index: 2; }
.v2-hero .emblem { width: 70px; height: auto; margin: 0 auto 26px; }
.v2-hero h1 { font-size: clamp(44px, 5.6vw, 80px); line-height: 1.0; letter-spacing: -0.02em; color: var(--navy-dark); }
.v2-hero h1 .script { display: block; font-family: var(--font-script); color: var(--gold); font-weight: 400; font-size: clamp(46px, 5.4vw, 82px); line-height: 1.0; margin-top: 8px; padding-bottom: 0.22em; white-space: nowrap; }
.v2-hero .lede { font-size: 19px; max-width: 56ch; margin: 22px auto 0; }
.v2-hero .actions { display: flex; justify-content: center; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.v2-hero .trust { margin-top: 22px; font-size: 14px; color: var(--text-muted); }
@media (max-width: 600px) { .v2-hero h1 .script { white-space: normal; } }

/* ---- home hero v3 (asymmetric editorial + live proof card) ---- */
.v3-hero { padding: 84px 0 96px; position: relative; overflow: hidden; }
.v3-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(10,23,58,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(10,23,58,0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 42% 0%, black, transparent 72%);
  mask-image: radial-gradient(ellipse 85% 75% at 42% 0%, black, transparent 72%); }
.v3-hero .glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.v3-hero .glow span { position: absolute; border-radius: 50%; filter: blur(72px); }
.v3-hero .glow .a { width: 520px; height: 520px; top: -180px; right: -80px; background: radial-gradient(circle, rgba(190,155,48,0.15), transparent 68%); }
.v3-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
.v3-grid > *, .rev-grid > * { min-width: 0; }
.v3-copy h1 { font-size: clamp(38px, 4.2vw, 60px); line-height: 1.04; letter-spacing: -0.02em; color: var(--navy-dark); margin-top: 6px; }
.v3-copy h1 .script { display: block; font-family: var(--font-script); color: var(--gold); font-weight: 400; font-size: clamp(42px, 4.4vw, 64px); line-height: 1.05; margin-top: 10px; padding-bottom: 0.24em; }
.v3-copy .lede { font-size: 18.5px; max-width: 50ch; margin: 20px 0 0; color: var(--text-body); text-wrap: pretty; }
.v3-copy .actions { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.gcard { background: var(--white); border: 1px solid var(--border-gold); border-radius: 22px; box-shadow: var(--shadow-lg); padding: 30px 30px 26px; transform: rotate(-1.4deg); }
.gcard .gtop { display: flex; align-items: center; gap: 12px; }
.gcard .stars { color: var(--gold); font-size: 17px; letter-spacing: 3px; line-height: 1; }
.gcard .gscore { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); }
.gcard blockquote { margin: 18px 0 0; font-family: var(--font-headline); font-size: 18.5px; line-height: 1.5; color: var(--navy-dark); font-weight: 400; }
.gcard .gwho { margin-top: 16px; font-size: 13.5px; font-weight: 600; color: var(--text-body); }
.gcard .glink { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--gold-deep); }
.gcard .glink:hover { color: var(--navy-dark); }
@media (max-width: 880px) { .v3-grid { grid-template-columns: 1fr; gap: 40px; } .gcard { transform: none; max-width: 480px; } .v3-hero { padding: 56px 0 72px; } }

/* ---- reviews band (three verified quotes on navy) ---- */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; position: relative; z-index: 2; }
.rev-card { margin: 0; background: var(--navy-mid); border: 1px solid rgba(212,179,78,0.20); border-radius: var(--radius-lg); padding: 28px 26px 24px; display: flex; flex-direction: column; }
.rev-card .rev-stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; line-height: 1; }
.rev-card blockquote { margin: 16px 0 0; font-family: var(--font-headline); font-size: 16.5px; line-height: 1.5; color: var(--text-on-dark); font-weight: 400; flex: 1; }
.rev-card figcaption { margin-top: 20px; display: flex; flex-direction: column; gap: 4px; }
.rev-card .rev-name { font-family: var(--font-headline); font-weight: 600; font-size: 15.5px; color: var(--gold-light); }
.rev-card .rev-note { font-size: 11.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-on-dark); opacity: 0.6; }
.rev-cta { text-align: center; margin: 34px 0 0; position: relative; z-index: 2; }
.rev-cta a { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; color: var(--gold-light); }
.rev-cta a:hover { color: var(--white); }
@media (max-width: 880px) { .rev-grid { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; } }

/* ---- staggered reveals inside grids ---- */
@media (prefers-reduced-motion: no-preference) {
  .pillars.reveal > *, .rev-grid.reveal > * { opacity: 0; transform: translateY(14px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
  .pillars.reveal.in > *, .rev-grid.reveal.in > * { opacity: 1; transform: none; }
  .pillars.reveal.in > *:nth-child(2), .rev-grid.reveal.in > *:nth-child(2) { transition-delay: 100ms; }
  .pillars.reveal.in > *:nth-child(3), .rev-grid.reveal.in > *:nth-child(3) { transition-delay: 200ms; }
}

/* ---- belief band (reuses .section-warm) ---- */
.belief { text-align: center; }
.belief .big { font-family: var(--font-headline); font-size: clamp(26px, 3.4vw, 42px); line-height: 1.28; color: var(--navy-dark); max-width: 22ch; margin: 0 auto; text-wrap: balance; }
.belief .big em { font-style: italic; color: var(--gold-deep); }

/* ---- three outcome pillars ---- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.pillar {
  background: var(--white); border: 1px solid var(--border-hairline); border-radius: var(--radius-xl);
  padding: 36px 32px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}
.pillar:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: var(--border-gold); }
.pillar .pnum { font-family: var(--font-headline); font-size: 15px; font-weight: 700; color: var(--gold-deep); letter-spacing: 0.04em; }
.pillar h3 { margin-top: 14px; }
.pillar .pico { width: 58px; height: 58px; border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold-deep); margin: 16px 0 22px; }
.pillar .pico i { width: 26px; height: 26px; stroke-width: 1.6; }
.pillar h3 { font-size: 24px; color: var(--navy-dark); line-height: 1.15; margin-bottom: 6px; }
.pillar .pout { font-family: var(--font-headline); font-style: italic; font-size: 17px; color: var(--gold-deep); margin-bottom: 14px; }
.pillar p { margin: 0 0 22px; font-size: 15.5px; color: var(--text-body); }
.sol-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sol-list li { font-size: 12.5px; font-weight: 500; color: var(--text-body); background: var(--canvas); border: 1px solid var(--border-hairline); border-radius: var(--radius-pill); padding: 6px 13px; }
.pillar .more { margin-top: auto; font-weight: 600; font-size: 15px; color: var(--gold-deep); display: inline-flex; align-items: center; gap: 7px; }
.pillar .more i { width: 16px; height: 16px; transition: transform var(--dur-fast) var(--ease-out); }
.pillar:hover .more i { transform: translateX(4px); }
@media (max-width: 920px) { .pillars { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; } }

/* ---- two-path "how engagements work" diagram ---- */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
.path { background: var(--white); border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); padding: 30px 30px 32px; box-shadow: var(--shadow-sm); position: relative; }
.path.recommended { border-color: var(--border-gold); }
.path .plabel { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); }
.path h4 { font-family: var(--font-headline); font-size: 20px; color: var(--navy-dark); margin: 10px 0 6px; }
.path .pwhen { font-size: 14.5px; color: var(--text-muted); margin: 0 0 24px; min-height: 42px; }
.flow { display: flex; flex-direction: column; gap: 0; }
.flow .node { display: flex; align-items: center; gap: 13px; }
.flow .dot { flex: none; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-headline); font-weight: 700; font-size: 14px; background: var(--canvas-2); color: var(--navy-dark); border: 1px solid var(--border-hairline); }
.flow .node.key .dot { background: var(--gold); color: var(--navy-dark); border-color: var(--gold); }
.flow .ntext { font-size: 15.5px; font-weight: 600; color: var(--navy-dark); }
.flow .node.key .ntext { color: var(--gold-deep); }
.flow .nopt { font-size: 12.5px; color: var(--text-muted); font-weight: 500; margin-left: 8px; }
.flow .connector { width: 34px; display: flex; justify-content: center; }
.flow .connector::before { content: ""; width: 2px; height: 20px; background: var(--border-hairline); margin: 4px 0; }
@media (max-width: 760px) { .paths { grid-template-columns: 1fr; } }

/* ---- blueprint product page ---- */
.bp-badge { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; color: var(--gold-deep); background: var(--canvas-2); border: 1px solid var(--border-hairline); border-radius: var(--radius-pill); padding: 8px 16px; }
.bp-badge i { width: 15px; height: 15px; }
.bp-when { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
.bp-when .card { border-radius: var(--radius-lg); padding: 32px 30px; border: 1px solid var(--border-hairline); }
.bp-when .card.yes { background: var(--white); }
.bp-when .card.no { background: var(--canvas-2); }
.bp-when .card .ch { display: flex; align-items: center; gap: 11px; font-family: var(--font-headline); font-size: 19px; color: var(--navy-dark); margin-bottom: 20px; }
.bp-when .card .ch i { width: 22px; height: 22px; }
.bp-when .card.yes .ch i { color: var(--gold-deep); }
.bp-when .card.no .ch i { color: var(--text-muted); }
.bp-when ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.bp-when li { display: flex; gap: 12px; font-size: 15.5px; color: var(--text-body); align-items: flex-start; }
.bp-when li i { flex: none; width: 17px; height: 17px; margin-top: 3px; }
.bp-when .card.yes li i { color: var(--gold-deep); }
.bp-when .card.no li i { color: var(--text-muted); }
@media (max-width: 760px) { .bp-when { grid-template-columns: 1fr; } }

.bp-deliverables { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 48px; }
.bp-del { background: var(--white); border: 1px solid var(--border-hairline); border-radius: var(--radius-lg); padding: 30px 28px; box-shadow: var(--shadow-sm); transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.bp-del:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.bp-del .di { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold-deep); margin-bottom: 18px; }
.bp-del .di i { width: 22px; height: 22px; }
.bp-del h4 { font-family: var(--font-headline); font-size: 19px; color: var(--navy-dark); margin-bottom: 9px; }
.bp-del p { margin: 0; font-size: 15px; color: var(--text-body); }
@media (max-width: 680px) { .bp-deliverables { grid-template-columns: 1fr; } }

/* ---- process timeline (where blueprint sits) ---- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; position: relative; z-index: 2; }
.pstep { position: relative; }
.pstep .pst-num { font-family: var(--font-headline); font-weight: 700; font-size: 15px; color: var(--gold-light); letter-spacing: 0.06em; }
.pstep h4 { color: var(--white); font-size: 20px; margin: 12px 0 8px; }
.pstep p { margin: 0; font-size: 14.5px; color: var(--text-on-dark); }
.pstep .opt { display: inline-block; margin-top: 12px; font-size: 11.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-light); border: 1px solid rgba(212,179,78,0.4); border-radius: var(--radius-pill); padding: 4px 11px; }
@media (max-width: 820px) { .process { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 480px) { .process { grid-template-columns: 1fr; } }

/* ---- pillar page: solutions grid intro ---- */
.pillar-lead { max-width: 60ch; }
.outcome-strip { display: flex; gap: 40px; margin-top: 40px; flex-wrap: wrap; }
.outcome-strip .os-item { display: flex; flex-direction: column; }
.outcome-strip .os-item .n { font-family: var(--font-headline); font-weight: 700; font-size: 38px; color: var(--gold-deep); line-height: 1; }
.outcome-strip .os-item .l { font-size: 13.5px; color: var(--text-body); margin-top: 8px; max-width: 20ch; }

/* ---- belief: floating navy panel (matches the "How it works" treatment) ---- */
.belief-strip { background: var(--navy-dark); color: var(--text-on-dark); text-align: center; position: relative; overflow: hidden;
  padding: 76px 0; max-width: 1352px; margin: 34px auto; border-radius: 44px;
  border: 1px solid rgba(190,155,48,0.16); box-shadow: 0 40px 90px -48px rgba(10,23,58,0.55); }
.belief-strip::after { content: ""; position: absolute; left: 50%; top: -40%; width: 760px; height: 480px; transform: translateX(-50%); background: radial-gradient(ellipse at center, rgba(190,155,48,0.16), transparent 64%); pointer-events: none; }
.belief-strip .inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }
.belief-strip .tag.on-navy { color: var(--gold-light); }
.belief-strip .big { font-family: var(--font-headline); font-size: clamp(28px, 3.6vw, 46px); line-height: 1.24; color: var(--white); max-width: 22ch; margin: 18px auto 0; text-wrap: balance; }
.belief-strip .big em { font-style: italic; color: var(--gold-light); }
@media (max-width: 1400px) { .belief-strip { margin: 34px 24px; } }
@media (max-width: 600px) { .belief-strip { margin: 18px 12px; border-radius: 26px; padding: 56px 0; } }

/* ---- founders / About strip ---- */
.founders { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
/* shared gold-frame signature (matted print) — ties homepage strip + About cards together */
.founders .photo { position: relative; background: var(--white); border: 1px solid var(--border-gold); border-radius: 22px; box-shadow: var(--shadow-lg); padding: 10px; }
.founders .photo img { display: block; width: 100%; height: auto; border-radius: 14px; }
.founders h2 { font-size: clamp(30px, 3.4vw, 44px); color: var(--navy-dark); line-height: 1.1; }
.founders .who { display: flex; gap: 40px; margin-top: 26px; flex-wrap: wrap; }
.founders .who .f { display: flex; flex-direction: column; }
.founders .who .f .nm { font-family: var(--font-headline); font-weight: 600; font-size: 17px; color: var(--navy-dark); white-space: nowrap; }
.founders .who .f .rl { font-size: 12px; font-weight: 600; text-transform: uppercase; color: var(--gold-deep); letter-spacing: 0.08em; margin-top: 5px; white-space: nowrap; }
.founders .actions { margin-top: 30px; }
@media (max-width: 820px) { .founders { grid-template-columns: 1fr; gap: 32px; max-width: 520px; margin: 0 auto; } .founders .photo { aspect-ratio: 16/12; } }

/* ---- phone-shaped system example (image already has its own bezel) ---- */
.sys-example { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: center; }
.sys-shot { justify-self: center; width: 330px; max-width: 100%; }
.sys-shot img { display: block; width: 100%; height: auto; }
.sys-example .stext .tag { color: var(--gold-deep); }
.sys-example .stext h3 { font-size: clamp(26px, 3vw, 36px); color: var(--navy-dark); line-height: 1.14; margin: 6px 0 14px; }
.sys-example .stext p { font-size: 16px; color: var(--text-body); margin: 0 0 14px; max-width: 46ch; }
.sys-tags { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sys-tags li { font-size: 12.5px; font-weight: 500; color: var(--text-body); background: var(--canvas); border: 1px solid var(--border-hairline); border-radius: var(--radius-pill); padding: 6px 13px; }
@media (max-width: 820px) { .sys-example { grid-template-columns: 1fr; gap: 36px; } }

/* ---- system walkthrough video ---- */
.walkthrough { max-width: 900px; margin: 44px auto 0; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(190,155,48,0.2); background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-cap { text-align: center; margin: 18px auto 0; font-size: 14px; color: var(--text-on-dark); display: inline-flex; align-items: center; gap: 9px; justify-content: center; width: 100%; }
.video-cap i { width: 15px; height: 15px; color: var(--gold-light); }

/* ---- FAQ (V2) ---- */
.faq-v2 { max-width: 820px; margin: 44px auto 0; border-top: 1px solid var(--border-hairline); }
.faq-v2 .item { border-bottom: 1px solid var(--border-hairline); }
.faq-v2 .q { width: 100%; background: none; border: 0; cursor: pointer; text-align: left; padding: 24px 6px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: var(--font-headline); font-size: 19px; font-weight: 600; color: var(--navy-dark); }
.faq-v2 .q .pm { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--gold); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; font-size: 20px; line-height: 1; transition: transform var(--dur-base) var(--ease-out); }
.faq-v2 .item.open .q .pm { transform: rotate(45deg); }
.faq-v2 .a { display: none; }
.faq-v2 .item.open .a { display: block; }
@media (prefers-reduced-motion: no-preference) {
  .faq-v2 .item.open .a > p { animation: faqIn 0.34s var(--ease-out) both; }
}
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---- outcome list on a LIGHT section (Blueprint) — base colors are for navy ---- */
.section-light .outcome-list li { border-bottom-color: var(--border-hairline); }
.section-light .outcome-list li svg { color: var(--gold-deep); }
.section-light .outcome-list .ot { color: var(--navy-dark); }
.section-light .outcome-list .os { color: var(--text-body); }
.faq-v2 .a > p { margin: 0; padding: 6px 6px 26px; font-size: 16px; color: var(--text-body); max-width: 68ch; line-height: 1.6; }

/* ---- About: founder cards ---- */
.team-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.tm-card { background: var(--white); border: 1px solid var(--border-hairline); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.tm-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.tm-photo { padding: 12px 12px 0; }
.tm-photo img { display: block; width: 100%; aspect-ratio: 16/11; object-fit: cover; object-position: 50% 28%; border: 1px solid var(--border-gold); border-radius: 14px; }
.tm-body { padding: 28px 30px 32px; }
.tm-body h3 { font-size: 24px; color: var(--navy-dark); line-height: 1.1; }
.tm-role { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); margin: 7px 0 16px; }
.tm-body p { font-size: 15.5px; color: var(--text-body); margin: 0 0 18px; }
.tm-li { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: 14.5px; color: var(--navy-dark); }
.tm-li:hover { color: var(--gold-deep); }
.tm-li i { color: var(--gold-deep); }
@media (max-width: 760px) { .team-v2 { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }

/* ---- solutions cards: no icon circles (premium pass) ---- */
.comp-card .comp-icon { width: auto; height: auto; border: 0; border-radius: 0; margin-bottom: 14px; color: var(--gold-deep); }
.section-dark .comp-card .comp-icon { color: var(--gold-light); }

/* ---- numbered editorial list (replaces icon-card grids; premium pass) ---- */
.ed-list { list-style: none; margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; position: relative; z-index: 2; }
.ed-list li { display: flex; gap: 22px; padding: 26px 0 28px; border-top: 1px solid rgba(212,179,78,0.26); align-items: flex-start; }
.ed-list .num { font-family: var(--font-headline); font-weight: 700; font-size: 15px; letter-spacing: 0.08em; color: var(--gold-light); margin-top: 3px; flex: none; }
.ed-list h3 { font-size: 20px; color: var(--white); margin: 0 0 8px; line-height: 1.2; }
.ed-list p { margin: 0; font-size: 15px; color: var(--text-on-dark); }
.ed-list.on-light li { border-top-color: var(--border-hairline); }
.ed-list.on-light .num { color: var(--gold-deep); }
.ed-list.on-light h3 { color: var(--navy-dark); }
.ed-list.on-light p { color: var(--text-body); }
@media (max-width: 720px) { .ed-list { grid-template-columns: 1fr; gap: 0; } }

/* ---- active nav state ---- */
.nav-links a[aria-current="page"] { color: var(--navy-dark); font-weight: 600; box-shadow: inset 0 -2px 0 var(--gold); padding-bottom: 4px; }

/* ---- contrast: muted text on light surfaces (WCAG AA) ---- */
.v2-hero .trust { color: #5f6d88; }
.case-stats .cs .l, .case-cap { color: #5f6d88; }

/* ---- system feed (ported from landing concept, founder-approved) ---- */
.feed { background: var(--navy-mid); border: 1px solid rgba(212,179,78,0.20); border-radius: var(--radius-lg); padding: 30px 30px 24px; max-width: 560px; margin: 48px auto 0; position: relative; z-index: 2; box-shadow: var(--shadow-lg); }
.feed-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-bottom: 1px solid rgba(212,179,78,0.16); padding-bottom: 16px; }
.feed-head h3 { font-family: var(--font-headline); font-weight: 600; font-size: 19px; color: var(--white); }
.feed-head span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); }
.feed ol { list-style: none; padding: 0; margin: 6px 0 0; }
.feed li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid rgba(212,179,78,0.09); font-size: 14.5px; }
.feed li:last-child { border-bottom: 0; }
.feed time { font-variant-numeric: tabular-nums; font-size: 12.5px; color: var(--gold-light); letter-spacing: 0.04em; }
.feed li p { margin: 0; color: #dfe5f4; }
.feed li p small { display: block; font-size: 12.5px; color: var(--text-muted); margin-top: 1px; }
.feed-note { margin: 16px 0 0; font-size: 12.5px; color: var(--text-muted); line-height: 1.5; }

/* ---- founder line (About strip) ---- */
.founder-line { font-family: var(--font-headline); font-style: italic; font-size: 19px; line-height: 1.5; color: var(--gold-deep); margin: 22px 0 0; max-width: 34ch; }
.founder-line span { display: block; font-family: var(--font-body); font-style: normal; font-size: 13px; color: #5f6d88; margin-top: 8px; }

/* ---- footer location line ---- */
.footer-loc { margin: 16px 0 0; font-size: 13.5px; color: var(--text-muted); }
.footer-loc a { color: var(--text-on-dark); }
.footer-loc a:hover { color: var(--white); }

/* ============ PREMIUM PASS 3: scale, air, signature ============ */
/* gold hairline across the very top of every page (print-luxury detail) */
body::before { content: ""; position: fixed; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-deep), var(--gold) 45%, var(--gold-light)); z-index: 100; }

/* nav: taller, calmer, no dropdown icon clutter */
#navbar .nav-inner { height: 84px; }
.dd-item .dd-s { margin-left: 0; }

/* hero display type (spacing reverted to original rhythm per founder review) */
.v3-copy h1 { font-size: clamp(42px, 4.8vw, 70px); line-height: 0.99; }
.v3-copy h1 .script { font-size: clamp(44px, 4.8vw, 72px); }

/* photo art direction: one consistent warm treatment */
.founders .photo img, .tm-photo img { filter: saturate(0.94) contrast(1.05); }

/* mobile menu: breathing room + clean accordion */
@media (max-width: 880px) {
  .nav-links { padding: 10px 0 20px; }
  .nav-links li a { padding: 15px 0; font-size: 16px; }
  .nav-links a[aria-current="page"] { box-shadow: none; padding-bottom: 15px; }
  .has-dropdown.open .dropdown { max-height: 560px; padding: 4px 0 12px; }
  .dd-item { padding: 12px 14px 12px 18px; border-left: 2px solid var(--border-hairline); border-radius: 0 var(--radius-md) var(--radius-md) 0; margin: 2px 0; }
  .dd-item .dd-h { font-size: 15.5px; }
  .dd-item .dd-s { margin-top: 3px; }
  .nav-links .mobile-only { border-top: 1px solid var(--border-hairline); margin-top: 10px; padding-top: 6px; }
  .nav-links .mobile-only .btn { display: flex; justify-content: center; text-align: center; }
}

/* ---- footer social icons ---- */
.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.16); display: flex; align-items: center; justify-content: center; color: var(--text-on-dark); transition: border-color var(--dur-base, 250ms) var(--ease-out), color var(--dur-base, 250ms) var(--ease-out), transform var(--dur-base, 250ms) var(--ease-out); }
.footer-social a:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }
.footer-social i { width: 19px; height: 19px; }
