/* subpage overrides: neutralize homepage full-viewport + scroll-reveal so
   static subpages render fully (no phantom gaps, nothing hidden). */
.fit-scroll{ height:auto !important; }
.fit-sticky{ height:auto !important; position:static !important; }
.hero-sec .inner{ min-height:auto !important; }
.reveal, .rv{ opacity:1 !important; transform:none !important; }
.close-sec .signup.reveal{ opacity:1 !important; transform:none !important; }
/* subpage nav wrapper: give the extracted pill nav a light page context */
.subpage-nav{ background:transparent; }
main#main{ display:block; }

/* ===== subpage chrome fixes ===== */
/* dark bar: the base html bg is near-black; make subpages light */
html{ background:#FCFCFB !important; }
body{ margin:0 !important; background:#FCFCFB !important; }
/* nav chrome is scoped to .hero-sec on the homepage — replicate for subpages */
.subpage-nav{ padding:8px 0 0; }
.subpage-nav .brand{ color:#141a15; }
.subpage-nav .brand .ai{ color:#1F6B3A; }
.subpage-nav nav{ background:rgba(255,255,255,.72) !important; border:1px solid rgba(20,26,21,.08) !important; box-shadow:0 8px 28px rgba(20,26,21,.06) !important; }
.subpage-nav nav .dd > button{ color:#46514a !important; }
.subpage-nav nav .dd:hover > button, .subpage-nav nav .dd.show > button, .subpage-nav nav .dd > button:hover{ color:#141a15 !important; background:rgba(20,26,21,.05) !important; }
.subpage-nav nav .btn-ghost{ color:#141a15 !important; }
.subpage-nav nav .btn-solid{ background:#146430 !important; color:#fff !important; padding:10px 18px; }
.subpage-nav .dd-panel{ background:rgba(255,255,255,.98); border:1px solid rgba(20,26,21,.09); box-shadow:0 30px 70px rgba(20,26,21,.16); }
.subpage-nav .dd-panel a{ color:#161c17; } .subpage-nav .dd-panel a:hover{ background:rgba(20,26,21,.05); }
/* footer logo: keep TapPass and .ai together (no flex gap between them) */
.fb-nm{ display:inline-flex; align-items:baseline; font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; }
.fb-ai{ color:#9fc7ab; }
/* healthy, consistent section rhythm */
main#main > header.page-hero{ padding:58px 0 44px !important; }
main#main > section.sec{ padding:64px 0; }
main#main > section.pf-sec{ padding:66px 0; }
main#main > section.stakes{ padding:60px 0; }
main#main > section.oneq{ padding:84px 0; }

/* nav width: match the 1200px content container (was full-bleed) */
.subpage-nav{ max-width:1200px; margin:0 auto; padding:10px clamp(20px,5vw,64px) 0 !important; }

/* ===== subpage hero background — cheap STATIC gradient glow (no blur filter, no animation) =====
   This hero used to inherit the homepage's two animated filter:blur(80px) auroras
   (.hero-sec::before/::after) AND added two more blur(90px) layers via .sh-aurora — four
   large blurred layers, two of them animating forever, which pinned the GPU and killed
   Chrome tabs (and showed as a heavy green wash on load). The soft green/blue glow is now
   baked into a static background gradient: same look, effectively zero cost. */
main#main > section.sub-hero{ padding:0 0 20px !important; position:relative; overflow:hidden; background:#FBFBF9 !important; }
/* EXACT homepage hero background — the same two static auroras as index.html
   (green top-left, blue top-right, blur 80px). Static = no animation = no GPU cost. */
.sub-hero.hero-sec::before{ content:"" !important; display:block !important; position:absolute; z-index:0; width:660px; height:660px; border-radius:50%; filter:blur(80px); top:-14%; left:-6%; background:radial-gradient(circle, rgba(20,100,48,.24), transparent 70%); animation:none !important; }
.sub-hero.hero-sec::after{ content:"" !important; display:block !important; position:absolute; z-index:0; width:580px; height:580px; border-radius:50%; filter:blur(80px); top:-18%; right:-6%; background:radial-gradient(circle, rgba(120,162,214,.22), transparent 70%); animation:none !important; }
/* the old .sh-aurora div is unused now */
.sub-hero .sh-aurora{ display:none !important; }
.sub-hero .sh-aurora{ display:none !important; }
/* stop the infinite conic-gradient spin on CTA buttons (kept as a static ring) */
main#main .btn-glow::after{ animation:none !important; }
/* inherit tappass.css .inner (max-width:1180px; padding:0 32px; 22px on mobile)
   so the hero + nav align exactly with the homepage and the sections below it */
.sub-hero > .inner{ position:relative; z-index:2; min-height:auto !important; display:block !important; }
.sub-hero nav{ margin-top:20px; }
.sub-hero-body{ max-width:800px; padding:0; }
/* match the homepage hero H1 exactly: 54px / weight 500 / -.032em / lh 1.04 (Instrument Sans, same fallback stack) */
.sub-hero-body h1{ font-family:'Instrument Sans', system-ui, -apple-system, 'Inter', sans-serif; font-weight:500; font-size:54px; letter-spacing:-.032em; line-height:1.04; color:#141a15; margin:14px 0 22px; }
.sub-hero-body .page-sub{ font-size:19px; line-height:1.55; color:#5a655c; max-width:520px; margin-bottom:32px; }
.sub-hero-body .ctas{ margin-bottom:22px; }
.sub-hero-body .sec-eyebrow b{ color:#146430; }
@media(max-width:900px){ .sub-hero-body h1{ font-size:44px; } }

/* ===== one clean canvas, no section bands — visual interest comes from the hero
   gradient + the green TEXT accent, not from coloured backgrounds ===== */
main#main > section.pf-sec{ background:transparent !important; }
main#main > section.sec{ background:transparent !important; }
/* the "stakes" moment: centered text on the plain canvas, key phrase in green */
section.stakes{ background:transparent !important; }
section.stakes .inner{ padding:14px 0; }
section.stakes .st-eyebrow{ color:#146430 !important; }
section.stakes h2{ color:#161b16 !important; font-weight:600; }
section.stakes p{ color:#4a544c !important; }
section.stakes .st-hl{ color:#146430 !important; }

/* ===== ONE display font across every subpage heading =====
   site.css set section h2/h3 to Geist while the hero used Instrument Sans, and
   tappass.css's base was Fraunces serif — three fonts fighting on one page. Force
   Instrument Sans everywhere so headings read as one system, like the homepage. */
main#main h1, main#main h2, main#main h3{ font-family:'Instrument Sans','Inter',sans-serif !important; }
main#main h2{ font-weight:700 !important; letter-spacing:-.034em; line-height:1.1; color:#141a15; }
main#main h3{ font-weight:600 !important; letter-spacing:-.015em; color:#141a15; }
/* green accent phrase inside the hero headline (matches the homepage hero) */
.sub-hero-body h1 .hl{ color:#146430; }

/* redaction bar (Enterprise · Security visual) — hides the PII token */
.redx{ background:#1b211c; color:transparent; border-radius:3px; padding:0 4px; user-select:none; }
/* story "Backed by" pills — read clearly on the light canvas (were washed out) */
.pf-fit .fl{ height:auto !important; min-height:44px; padding:8px 16px !important;
  border:1px solid rgba(20,26,20,.16) !important; box-shadow:0 8px 22px rgba(20,26,20,.07) !important;
  color:#2b332d; font-family:'Inter',sans-serif; font-size:13.5px; font-weight:600; }

/* ============================================================================
   SHARED COMPONENT: mobile menu + responsive rules
   (nav dropdowns hide < 980px; the hamburger opens #mobMenu)
   ============================================================================ */
.ham-btn{ display:none; margin-left:12px; align-items:center; justify-content:center; width:42px; height:42px; background:none; border:1px solid rgba(20,26,21,.14); cursor:pointer; color:#16241b; padding:0; border-radius:11px; }
.ham-btn:active{ background:rgba(20,26,21,.05); }
.ham-btn svg{ width:22px; height:22px; display:block; }
.mob-menu{ display:none; }
.mob-close{ background:none; border:0; cursor:pointer; color:#141a15; padding:6px; }
.mob-close svg{ width:26px; height:26px; display:block; }

@media (max-width:980px){
  /* collapse desktop nav actions; show the hamburger */
  .sub-hero nav .nav-dd, .sub-hero nav .nav-login,
  .sub-hero nav > .btn-solid{ display:none !important; }
  .ham-btn{ display:inline-flex; align-items:center; margin-left:auto; }
  .sub-hero nav{ padding:12px 16px !important; }

  /* full-screen overlay menu */
  .mob-menu{ display:block; position:fixed; inset:0; z-index:400; background:#FCFCFB; padding:0;
    opacity:0; pointer-events:none; transform:translateY(-6px);
    transition:opacity .22s ease, transform .22s ease; overflow-y:auto; -webkit-overflow-scrolling:touch; }
  .mob-menu.open{ display:block !important; opacity:1; pointer-events:auto; transform:none; }
  body.mob-open{ overflow:hidden; }
  .mob-top{ display:flex; align-items:center; justify-content:space-between;
    padding:14px clamp(18px,5vw,28px); border-bottom:1px solid rgba(20,26,20,.08); }
  .mob-top .brand{ display:inline-flex; align-items:center; gap:9px; font-weight:600; color:#141a15; text-decoration:none; }
  .mob-top .brand svg{ width:26px; height:26px; }
  .mob-top .brand .ai{ color:#1F6B3A; }
  .mob-inner{ max-width:640px; margin:0 auto; padding:10px clamp(18px,5vw,28px) 48px; }
  .mob-grp{ display:flex; flex-direction:column; padding:16px 0; border-bottom:1px solid rgba(20,26,20,.07); }
  .mob-h{ font-family:'Space Grotesk',sans-serif; font-size:11px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:#9aa39b; margin-bottom:6px; }
  .mob-grp a{ font-family:'Instrument Sans','Inter',sans-serif; font-size:17px; font-weight:500; color:#141a15; padding:9px 0; text-decoration:none; }
  .mob-grp a:active{ color:#146430; }
  .mob-cta{ display:flex; flex-direction:column; gap:12px; margin-top:24px; }
  .mob-login{ font-size:16px; color:#146430; font-weight:600; text-decoration:none; text-align:center; padding:12px; border:1px solid rgba(20,26,20,.14); border-radius:10px; }
  .mob-cta .btn-solid{ display:block; text-align:center; }
}

/* ============================================================================
   SHARED COMPONENT: two-column hero (headline left, compact visual right)
   collapses to one column on small screens
   ============================================================================ */
.sub-hero-grid{ display:grid; grid-template-columns:minmax(0,1.04fr) minmax(0,460px); gap:56px; align-items:center; padding:40px 0 10px; }
.sub-hero-grid .sub-hero-body{ max-width:none; }
.sub-hero-vis{ min-width:0; }
.sub-hero-vis > *{ margin-left:auto; margin-right:auto; }

/* ---- responsive layout for the content ---- */
@media (max-width:900px){
  .sub-hero-grid{ grid-template-columns:1fr; gap:30px; }
  .sub-hero-vis{ margin-top:4px; }
  .sub-hero-body h1{ font-size:44px !important; }
  .pf-grid, .pf-grid.g3, .obj-grid{ grid-template-columns:1fr !important; }
  .pf-mock-grid{ grid-template-columns:1fr !important; gap:28px; }
  .close-grid{ grid-template-columns:1fr !important; gap:32px; }
  main#main > section.sec:not(.sub-hero), main#main > section.pf-sec{ padding:56px 0 !important; }
  .trustbar{ flex-wrap:wrap; justify-content:center; gap:8px; }
}
@media (max-width:560px){
  .sub-hero-body h1{ font-size:35px !important; letter-spacing:-.025em; }
  .sub-hero-body .page-sub{ font-size:16.5px; }
  .btn-big{ width:100%; text-align:center; }
  .sub-hero-body .ctas{ flex-direction:column; align-items:stretch; gap:10px; }
  .ac{ max-width:100% !important; }
}

/* ---- mobile: kill horizontal overflow; stack the wide diagram ---- */
@media (max-width:900px){
  html, body{ overflow-x:hidden; }
  main#main{ overflow-x:clip; }
  .dep-diag2{ max-width:100% !important; }
  .dep-flow{ flex-direction:column; align-items:stretch; gap:12px; }
  .dep-wire{ display:none; }
  .dep-node{ width:100%; box-sizing:border-box; }
  .dep-node.core.rb{ width:100%; }
  .trustbar{ margin-left:auto; margin-right:auto; }
  .code-block, pre{ max-width:100%; overflow-x:auto; }
  .pf-mock-grid > .ac, .pf-mock-grid .ac{ max-width:100% !important; }
}

/* ============================================================================
   Company / About page — narrative prose + team cards (light canvas)
   ============================================================================ */
.cprose{ max-width:720px; margin:0 auto; }
.cprose > p{ font-size:17px; line-height:1.72; color:#3f473f; margin:0 0 18px; }
.cprose .lede{ font-size:20px; line-height:1.6; color:#20261f; }
.cprose h2{ font-size:30px; margin:46px 0 14px; }
.cprose blockquote{ margin:26px 0; padding:2px 0 2px 22px; border-left:3px solid #146430; }
.cprose blockquote p{ font-size:20px; line-height:1.5; color:#20261f; font-weight:500; margin:0; }
.cprose ul{ margin:0 0 18px; padding-left:0; list-style:none; }
.cprose ul li{ position:relative; padding-left:26px; margin-bottom:12px; font-size:16px; line-height:1.62; color:#3f473f; }
.cprose ul li::before{ content:""; position:absolute; left:2px; top:9px; width:7px; height:7px; border-radius:2px; background:#146430; }
.cprose .callout{ background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:16px; padding:24px 26px; margin:28px 0; box-shadow:0 16px 34px -18px rgba(20,26,20,.14); }
.cprose .callout .ck{ font-family:'Space Grotesk',sans-serif; font-size:11.5px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:#146430; margin-bottom:14px; }
.cprose .callout ul li strong{ color:#20261f; }

.team-grid2{ display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:840px; margin:0 auto; }
.tc{ background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:16px; padding:26px; box-shadow:0 16px 34px -18px rgba(20,26,20,.14); }
.tc-top{ display:flex; align-items:center; gap:15px; margin-bottom:15px; }
.tc-av{ width:56px; height:56px; border-radius:50%; overflow:hidden; flex:0 0 auto; box-shadow:inset 0 0 0 1px rgba(20,26,20,.12); }
.tc-av img{ width:100%; height:100%; object-fit:cover; display:block; }
.tc-nm{ font-family:'Instrument Sans',sans-serif; font-weight:600; font-size:18px; color:#141a15; }
.tc-role{ font-family:'Space Grotesk',sans-serif; font-size:11px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:#146430; margin-top:3px; }
.tc p{ font-size:14.5px; line-height:1.62; color:#565e56; margin:0 0 16px; }
.tc-link{ display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:#141a15; padding:8px 14px; border:1px solid rgba(20,26,20,.14); border-radius:100px; text-decoration:none; }
.tc-link:hover{ background:#141a15; color:#fff; }
.tc-link svg{ width:14px; height:14px; }
@media(max-width:760px){ .team-grid2{ grid-template-columns:1fr; max-width:460px; } }

/* ============================================================================
   Whitepaper landing — TOC + form card on the light canvas
   ============================================================================ */
.wp-hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(32px,4vw,56px); align-items:start; padding-top:52px; }
.wp-hero-grid h1{ font-size:40px !important; line-height:1.08 !important; letter-spacing:-.03em; margin:12px 0 0 !important; }
.wp-hero-grid .page-sub{ margin-top:16px; font-size:17px; max-width:460px; }
.wp-by{ margin:14px 0 0; font-family:'Space Grotesk',sans-serif; font-size:12.5px; color:#7a8479; }
.wp-toc-h{ margin:30px 0 12px; font-family:'Space Grotesk',sans-serif; font-size:11.5px; letter-spacing:.14em; text-transform:uppercase; color:#9aa39b; font-weight:600; }
.wp-toc{ list-style:none; padding:0; margin:0; display:grid; gap:9px; }
.wp-toc li{ position:relative; padding-left:26px; font-size:15px; line-height:1.45; color:#3f473f; }
.wp-toc li::before{ content:""; position:absolute; left:1px; top:5px; width:11px; height:6px; border-left:2px solid #146430; border-bottom:2px solid #146430; transform:rotate(-45deg); }
.wp-card{ background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:18px; padding:28px 30px 24px; color:#141a15; box-shadow:0 1px 2px rgba(20,26,20,.03), 0 34px 70px -34px rgba(20,26,20,.28); }
.wp-card-hd{ border-bottom:1px solid #EEF1EC; padding-bottom:16px; margin-bottom:18px; }
.wp-quote{ font-family:'Instrument Sans',sans-serif; font-weight:600; font-size:18px; line-height:1.35; color:#141a15; letter-spacing:-.01em; }
.wp-form{ display:flex; flex-direction:column; gap:13px; }
.wp-form .bf-field{ display:flex; flex-direction:column; gap:6px; }
.wp-form .bf-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.wp-form .bf-label{ font-family:'Space Grotesk',sans-serif; font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; color:#626b5c; font-weight:600; }
.wp-form .bf-label em{ font-style:normal; text-transform:none; letter-spacing:0; color:#8a9187; font-weight:400; }
.wp-form input{ width:100%; border:1px solid #E6EAE4; border-radius:10px; padding:12px 14px; font-family:'Inter',sans-serif; font-size:14px; color:#141a15; background:#FBFCFB; outline:none; transition:border-color .15s, box-shadow .15s; box-sizing:border-box; }
.wp-form input:focus{ border-color:#146430; box-shadow:0 0 0 3px rgba(20,100,48,.12); }
.wp-consent{ display:flex; gap:10px; align-items:flex-start; font-size:13px; line-height:1.45; color:#565e56; margin:2px 0; cursor:pointer; }
.wp-consent input{ margin-top:2px; flex:0 0 auto; width:16px; height:16px; accent-color:#146430; }
.wp-consent a, .wp-foot a{ color:#146430; text-decoration:underline; }
.wp-submit{ width:100%; margin-top:2px; background:#146430; color:#fff; border:0; border-radius:11px; padding:13px 16px; font-family:'Inter',sans-serif; font-weight:600; font-size:15px; cursor:pointer; transition:background .15s; }
.wp-submit:hover{ background:#125829; }
.wp-foot{ font-size:12.5px; color:#7a8479; margin-top:12px; text-align:center; }
.wp-success{ text-align:center; padding:16px 4px; }
.wp-check{ width:52px; height:52px; margin:0 auto 14px; border-radius:50%; background:#EBF4EE; color:#146430; display:flex; align-items:center; justify-content:center; font-size:26px; font-weight:700; }
.wp-success h3{ font-family:'Instrument Sans',sans-serif; font-weight:600; margin:0 0 8px; color:#141a15; }
.wp-success p{ font-size:15px; color:#565e56; }
.bf-status{ display:none; padding:11px 14px; border-radius:10px; font-size:13px; line-height:1.5; margin-top:2px; }
.bf-status.show{ display:block; }
.bf-status.ok{ background:#EBF4EE; border:1px solid #d6e8dc; color:#1F6B3A; }
.bf-status.err{ background:#F9E0DB; border:1px solid #f0cabf; color:#B8382B; }
@media(max-width:900px){ .wp-hero-grid{ grid-template-columns:1fr; gap:30px; } .wp-form .bf-row{ grid-template-columns:1fr; } }

/* ============================================================================
   Press / brand-kit page (light canvas)
   ============================================================================ */
.press-cta{ margin-top:26px; display:flex; gap:12px; flex-wrap:wrap; }
.boiler-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; align-items:start; }
.boiler-card{ background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:16px; padding:24px; box-shadow:0 16px 34px -18px rgba(20,26,20,.14); }
.boiler-card .lbl{ font-family:'Space Grotesk',sans-serif; font-size:11px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:#146430; }
.boiler-card p{ margin:10px 0 0; font-size:14.5px; line-height:1.62; color:#565e56; }
.facts-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.fact-card{ background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:14px; padding:16px 18px; }
.fact-card .k{ font-family:'Space Grotesk',sans-serif; font-size:10.5px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:#9aa39b; }
.fact-card .v{ font-size:14.5px; font-weight:600; color:#141a15; margin-top:6px; }
.fact-card .v a{ color:#146430; }
.logos-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.logo-card{ border:1px solid rgba(20,26,20,.1); border-radius:16px; overflow:hidden; background:#fff; }
.logo-card .frame{ height:130px; display:grid; place-items:center; padding:22px; background-color:#fff; background-image:linear-gradient(45deg,#EFEEE6 25%,transparent 25%),linear-gradient(-45deg,#EFEEE6 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#EFEEE6 75%),linear-gradient(-45deg,transparent 75%,#EFEEE6 75%); background-size:18px 18px; background-position:0 0,0 9px,9px -9px,-9px 0; }
.logo-card .frame.dark{ background-color:#0A130E; background-image:linear-gradient(45deg,#152018 25%,transparent 25%),linear-gradient(-45deg,#152018 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#152018 75%),linear-gradient(-45deg,transparent 75%,#152018 75%); background-size:18px 18px; background-position:0 0,0 9px,9px -9px,-9px 0; }
.logo-card .frame img{ max-width:100%; max-height:100%; }
.logo-card .meta{ display:flex; align-items:center; justify-content:space-between; padding:12px 14px; border-top:1px solid rgba(20,26,20,.08); font-size:12.5px; }
.logo-card .meta .nm{ font-weight:600; color:#141a15; }
.logo-card .meta .dl{ display:flex; gap:10px; position:static; transform:none; }
.logo-card .meta a{ color:#146430; font-weight:600; font-family:'Space Grotesk',sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:.04em; }
.brand-grid{ display:block; }
.swatch-row{ display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.swatch{ border-radius:14px; overflow:hidden; background:#fff; border:1px solid rgba(20,26,20,.1); box-shadow:0 1px 2px rgba(20,26,20,.03); }
.swatch .chip{ height:104px; border-radius:0 !important; width:100%; }
.swatch .lab{ padding:12px 14px; font-size:12px; }
.swatch .lab b{ display:block; color:#141a15; font-size:13px; }
.swatch .lab span{ display:block; font-family:'Space Grotesk',sans-serif; color:#9aa39b; font-size:11px; letter-spacing:.04em; margin-top:2px; text-transform:uppercase; }
.font-specimens{ margin-top:16px; background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:16px; padding:8px 8px; display:grid; grid-template-columns:repeat(3,1fr); }
.font-specimens .ff{ padding:20px 26px; border-bottom:0; border-right:1px solid rgba(20,26,20,.08); }
.font-specimens .ff:last-child{ border-right:0; }
.font-specimens .big{ font-size:25px; font-weight:700; letter-spacing:-.02em; color:#141a15; line-height:1.1; }
.font-specimens .nm{ font-size:11.5px; color:#9aa39b; margin-top:8px; font-family:'Space Grotesk',sans-serif; text-transform:uppercase; letter-spacing:.06em; }
.shots-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.shot-card{ border:1px solid rgba(20,26,20,.1); border-radius:16px; overflow:hidden; background:#fff; }
.shot-card img{ width:100%; display:block; border-bottom:1px solid rgba(20,26,20,.08); }
.shot-card .cap{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:13px 16px; font-size:13.5px; color:#565e56; }
.shot-card .cap a{ color:#146430; font-weight:600; font-family:'Space Grotesk',sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:.04em; white-space:nowrap; }
.shot-card.wide{ grid-column:1 / -1; }
.press-contact{ text-align:center; max-width:600px; margin:0 auto; }
@media(max-width:860px){ .boiler-grid,.brand-grid,.shots-grid{ grid-template-columns:1fr; } .facts-grid,.logos-grid{ grid-template-columns:1fr 1fr; } }

/* ============================================================================
   Lightweight closing CTA (two buttons, no form) — subpages explain, then invite
   ============================================================================ */
section.close-lite{ background:transparent !important; padding:44px 0 148px !important; text-align:center; }
/* a distinct, premium CTA card — floats on the canvas, clear of the footer, with a soft green glow */
.close-lite-card{ position:relative; overflow:hidden; max-width:960px; margin:0 auto; text-align:center;
  background:linear-gradient(180deg,#F3F8F3 0%,#FFFFFF 62%); border:1px solid rgba(20,100,48,.16); border-radius:26px;
  padding:60px 40px 52px; box-shadow:0 2px 4px rgba(20,26,20,.03), 0 44px 90px -46px rgba(20,100,48,.32); }
.close-lite-card::before{ content:""; position:absolute; z-index:0; width:560px; height:420px; border-radius:50%;
  filter:blur(80px); top:-46%; left:50%; transform:translateX(-50%); background:radial-gradient(circle, rgba(20,100,48,.16), transparent 70%); pointer-events:none; }
.close-lite-card > *{ position:relative; z-index:1; }
.close-lite .close-eyebrow{ display:inline-block; margin-bottom:4px; }
.close-lite h2{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:clamp(32px,3.6vw,46px); margin:14px 0 14px; letter-spacing:-.03em; color:#141a15; line-height:1.05; }
.close-lite p{ font-size:18px; line-height:1.55; color:#5a655c; max-width:540px; margin:0 auto 30px; }
.close-lite .ctas{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.cl-note{ margin-top:22px; font-size:13px; color:#8a9187; }
@media(max-width:640px){ .close-lite-card{ padding:44px 22px 38px; border-radius:20px; } }
@media(max-width:560px){ .close-lite .ctas{ flex-direction:column; align-items:stretch; } .close-lite .ctas .btn-big{ width:100%; text-align:center; } }

/* ============================================================================
   Wide diagram / logo visuals compacted into the hero right column
   ============================================================================ */
.sub-hero-vis .dep-diag2{ max-width:100% !important; margin:0 !important; background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:18px; padding:24px 22px; box-shadow:0 1px 2px rgba(20,26,20,.03), 0 34px 70px -34px rgba(20,26,20,.28); }
.sub-hero-vis .dep-flow{ flex-direction:column; align-items:stretch; gap:6px; }
.sub-hero-vis .dep-node{ width:100%; box-sizing:border-box; }
.sub-hero-vis .dep-wire{ height:16px; display:flex !important; align-items:center; justify-content:center; transform:rotate(90deg); }
.sub-hero-vis .dep-cap{ font-size:12px; margin-top:12px; line-height:1.5; }
.sub-hero-vis .trustbar{ display:none; }
.sub-hero-vis .int-arc, .sub-hero-vis .pf-fit{ background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:18px; padding:26px 22px; box-shadow:0 1px 2px rgba(20,26,20,.03), 0 34px 70px -34px rgba(20,26,20,.28); }

/* ============================================================================
   Trust center (light canvas) — facts, doc cards, FAQ, subprocessor register
   ============================================================================ */
.tc-sec .prose{ max-width:760px; }
.tc-sec .prose p{ font-size:16.5px; line-height:1.7; color:#3f473f; margin:0 0 16px; }
.tc-sec .prose strong{ color:#20261f; } .tc-sec .prose a{ color:#146430; text-decoration:underline; }
.tc-ceo-label{ font-family:'Space Grotesk',sans-serif; font-size:11px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:#146430; margin:30px 0 10px; }
.tc-sec .pull{ border-left:3px solid #146430; padding:2px 0 2px 22px; }
.tc-sec .pull p{ font-size:19px; line-height:1.5; color:#20261f; font-weight:500; margin:0; }
.tc-sec .pull .src{ font-family:'Space Grotesk',sans-serif; font-size:12.5px; color:#7a8479; margin-top:8px; }
.tc-facts{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(20,26,20,.09); border:1px solid rgba(20,26,20,.09); border-radius:16px; overflow:hidden; margin-top:24px; }
.tc-facts .f{ background:#fff; padding:18px 20px; }
.tc-facts .k{ font-family:'Space Grotesk',sans-serif; font-size:10.5px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:#9aa39b; }
.tc-facts .v{ font-size:14.5px; font-weight:600; color:#141a15; margin-top:6px; } .tc-facts .v a{ color:#146430; }
.tc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:24px; }
.tc-grid.two{ grid-template-columns:1fr 1fr; }
.tc-card{ display:flex; flex-direction:column; text-decoration:none; color:inherit; background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:16px; padding:24px; box-shadow:0 16px 34px -20px rgba(20,26,20,.14); transition:transform .18s, box-shadow .18s; }
.tc-card:hover{ transform:translateY(-2px); box-shadow:0 22px 44px -20px rgba(20,26,20,.2); }
.tc-ic{ width:38px; height:38px; border-radius:10px; background:#EBF4EE; color:#146430; display:grid; place-items:center; margin-bottom:14px; } .tc-ic svg{ width:18px; height:18px; }
.tc-card h3{ font-family:'Instrument Sans',sans-serif; font-weight:600; font-size:18px; color:#141a15; display:flex; align-items:center; gap:6px; }
.tc-card h3 .ext{ color:#9aa39b; } .tc-card h3 .ext svg{ width:12px; height:12px; }
.tc-card p{ font-size:14px; color:#565e56; margin-top:8px; line-height:1.55; }
.tc-card .go{ margin-top:14px; font-family:'Space Grotesk',sans-serif; font-size:11.5px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:#146430; display:inline-flex; align-items:center; gap:6px; } .tc-card .go svg{ width:13px; height:13px; }
.tc-faq{ margin-top:24px; display:flex; flex-direction:column; gap:.7rem; }
.tc-faq details{ border:1px solid rgba(20,26,20,.1); border-radius:12px; background:#fff; overflow:hidden; }
.tc-faq summary{ list-style:none; cursor:pointer; padding:1.1rem 1.25rem; font-weight:600; color:#141a15; display:flex; align-items:center; justify-content:space-between; gap:1rem; font-family:'Instrument Sans',sans-serif; }
.tc-faq summary::-webkit-details-marker{ display:none; }
.tc-faq summary::after{ content:"+"; font-weight:400; font-size:1.4rem; line-height:1; opacity:.5; }
.tc-faq details[open] summary::after{ content:"\2013"; }
.tc-faq .tc-faq-body{ padding:0 1.25rem 1.25rem; line-height:1.65; color:#3f473f; }
.tc-faq .tc-faq-body p{ margin:.6rem 0; font-size:15px; } .tc-faq .tc-faq-body a{ color:#146430; text-decoration:underline; }
.tc-subs{ background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:16px; overflow:hidden; box-shadow:0 16px 40px -22px rgba(20,26,20,.16); margin-top:24px; }
.tc-subrow{ display:grid; grid-template-columns:1.5fr 1.9fr 1fr 44px; gap:14px; align-items:center; padding:14px 20px; border-top:1px solid #EEF1EC; font-size:13.5px; color:#3f473f; }
.tc-subrow.head{ border-top:none; background:#FAFAF7; font-family:'Space Grotesk',sans-serif; font-size:10px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:#7a8479; }
.tc-prov{ display:flex; align-items:center; gap:11px; font-weight:600; color:#141a15; } .tc-prov img, .tc-prov .ms{ width:22px; height:22px; object-fit:contain; flex:0 0 auto; } .tc-prov .ms svg{ width:22px; height:22px; display:block; }
.tc-subrow .purp, .tc-subrow .reg{ color:#565e56; }
.tc-subnote{ padding:13px 20px; border-top:1px solid #EEF1EC; background:#FAFAF7; font-size:12.5px; color:#7a8479; font-style:italic; }
.tc-ext{ display:inline-grid; place-items:center; width:30px; height:30px; border-radius:8px; border:1px solid rgba(20,26,20,.12); color:#7a8479; text-decoration:none; transition:.13s; justify-self:end; } .tc-ext:hover{ border-color:#146430; color:#146430; } .tc-ext svg{ width:14px; height:14px; }
.tc-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
.tc-chips .pill.ok{ background:#EBF7EF; border:1px solid #C6E6D1; color:#15703A; border-radius:100px; padding:8px 16px; font-size:14px; font-weight:600; }
.tc-contact{ text-align:center; max-width:600px; margin:0 auto; } .tc-contact h2{ margin-bottom:12px; } .tc-contact p{ font-size:17px; color:#5b635b; margin-bottom:24px; } .tc-contact .btn-row{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.tc-sec .btn-row{ margin-top:24px; display:flex; gap:12px; flex-wrap:wrap; }
.tc-sec h2 + .sec-sub, .tc-sec .sec-sub{ color:#5b635b; font-size:16px; margin-top:8px; max-width:640px; }
@media(max-width:860px){ .tc-facts{ grid-template-columns:1fr 1fr; } .tc-grid,.tc-grid.two{ grid-template-columns:1fr; } }
@media(max-width:620px){ .tc-subrow{ grid-template-columns:1fr auto; gap:4px 12px; } .tc-subrow .purp{ grid-column:1/-1; font-size:12px; } .tc-subrow .reg{ grid-column:1/-1; font-size:12px; } .tc-subrow.head{ display:none; } }

/* ============================================================================
   Horizontal capability slider (the homepage .pov-* carousel) — colored cards
   ============================================================================ */
main#main > section.pov-sec{ background:transparent !important; padding:64px 0 !important; overflow:hidden; }
.pov-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; }
.pov-nav{ display:flex; gap:8px; flex:0 0 auto; }
.pov-arrow{ width:44px; height:44px; border-radius:100px; border:1px solid rgba(20,26,20,.12); background:#fff; color:#1a1e1a; font-size:18px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .15s, border-color .15s; }
.pov-arrow:hover{ background:#F4F6F3; border-color:rgba(20,26,20,.28); }
.pov-track{ display:flex; gap:20px; margin-top:40px; overflow-x:auto; scroll-behavior:smooth; padding-bottom:10px; scrollbar-width:none; }
.pov-track::-webkit-scrollbar{ display:none; }
.pov-card{ flex:0 0 330px; background:#fff; border:1px solid rgba(20,26,20,.10); border-radius:16px; padding:24px 24px 22px; display:flex; flex-direction:column; box-shadow:0 1px 2px rgba(20,26,20,.03), 0 16px 34px -18px rgba(20,26,20,.14); }
.pov-ic{ width:40px; height:40px; border-radius:11px; background:#EDF4EF; display:flex; align-items:center; justify-content:center; margin-bottom:16px; flex:0 0 auto; }
.pov-ic svg{ width:20px; height:20px; stroke:#146430; fill:none; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.pov-card h3{ font-size:20px; letter-spacing:-.01em; margin-bottom:8px; color:#141a15; }
.pov-card p{ font-size:14px; line-height:1.55; color:#5b635b; margin:0; }
.chipset{ display:flex; gap:6px; flex-wrap:wrap; margin-top:auto; padding-top:18px; }
.chip2{ font-family:'Space Grotesk',sans-serif; font-size:10px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:#5b635b; background:#F7F9F7; border:1px solid rgba(20,26,20,.12); border-radius:100px; padding:5px 11px; }
/* mobile: horizontal card slider becomes stacked boxes */
@media(max-width:820px){
  .pov-track{ flex-direction:column; overflow:visible; gap:14px; margin-top:30px; padding-bottom:0; }
  .pov-card{ flex:1 1 auto; flex-basis:auto; width:100%; }
  .pov-nav{ display:none; }
  .pov-head{ align-items:flex-start; }
}

/* book-fab is now a single link to the calendar */
.book-fab, .book-fab:hover{ text-decoration:none !important; }

/* tighten the gap between the hero and the first following section */
main#main > section.sub-hero + section{ padding-top:46px !important; }

/* ============================================================================
   READER — light article + document layout (blog posts + legal pages)
   The header <section> uses .sub-hero (inside <main id="main">) so it inherits
   the light hero canvas, static auroras, and the shared mega-nav automatically.
   ============================================================================ */

/* --- kill the old dark chrome --- */
.head-sec .mesh, .head-sec .grain, .foot-sec .mesh{ display:none !important; }
.scroll-progress{ position:fixed; top:0; left:0; height:3px; width:0; background:linear-gradient(90deg,#146430,#3FA46A); z-index:600; transition:width .1s linear; }

/* --- article masthead (blog) --- */
.masthead{ max-width:768px; padding:34px 0 6px; position:relative; z-index:2; }
.masthead .crumbs{ font-family:'Space Grotesk',sans-serif; font-size:12px; letter-spacing:.02em; color:#7a8479; text-transform:none; }
.masthead .crumbs b{ color:#146430; font-weight:600; }
.masthead h1{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:clamp(31px,4.4vw,48px); line-height:1.1; letter-spacing:-.03em; color:#141a15; margin:15px 0 16px; }
.masthead .standfirst{ font-size:19px; line-height:1.55; color:#4a544b; max-width:660px; font-family:'Inter',sans-serif; }
.masthead .byline{ display:flex; align-items:center; gap:13px; margin-top:26px; }
.masthead .avatar{ width:42px; height:42px; border-radius:50%; background:#146430; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:600; font-size:14px; font-family:'Instrument Sans',sans-serif; flex:0 0 auto; }
.masthead .byline .who{ font-size:14px; font-weight:600; color:#141a15; }
.masthead .byline .meta{ font-size:12.5px; color:#7a8479; margin-top:2px; }

/* --- document masthead (legal) --- */
.doc-masthead{ max-width:768px; padding:34px 0 6px; position:relative; z-index:2; }
.doc-masthead .eyebrow{ display:inline-block; font-family:'Space Grotesk',sans-serif; font-size:11px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:#146430; background:rgba(20,100,48,.08); border:1px solid rgba(20,100,48,.16); border-radius:100px; padding:5px 12px; }
.doc-masthead h1{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:clamp(30px,4vw,42px); line-height:1.1; letter-spacing:-.03em; color:#141a15; margin:16px 0 8px; }
.doc-masthead .lede{ font-family:'Space Grotesk',sans-serif; font-size:13.5px; letter-spacing:.02em; color:#7a8479; }

/* --- shared body wrapper (blog .article-wrap / legal .doc-sec) --- */
.article-wrap, .doc-sec{ background:#fff !important; color:#141a15 !important; border-top:1px solid rgba(20,26,20,.07); padding:52px 0 64px !important; }
.article-wrap > .inner, .doc-sec > .inner{ display:block; }

/* --- prose --- */
.prose{ max-width:720px; margin:0 auto; color:#2b352e; font-family:'Inter',sans-serif; font-size:17px; line-height:1.75; }
.prose > p{ margin:0 0 20px; }
.prose p.lede{ font-size:20px; line-height:1.6; color:#141a15; font-weight:500; margin-bottom:26px; }
.prose h2{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:26px; letter-spacing:-.022em; line-height:1.2; color:#141a15; margin:46px 0 14px; }
.prose h3{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:20px; letter-spacing:-.015em; color:#141a15; margin:32px 0 10px; }
.prose a{ color:#146430; text-decoration:underline; text-underline-offset:2px; text-decoration-color:rgba(20,100,48,.35); }
.prose a:hover{ text-decoration-color:#146430; }
.prose strong{ color:#141a15; font-weight:600; }
.prose ul, .prose ol{ margin:0 0 20px; padding-left:22px; }
.prose li{ margin:0 0 8px; padding-left:4px; }
.prose li::marker{ color:#146430; }
.prose blockquote{ margin:26px 0; padding:4px 0 4px 22px; border-left:3px solid #146430; color:#3f473f; font-style:normal; }
.prose blockquote p{ font-size:19px; line-height:1.55; color:#25302a; }
.prose code{ font-family:'Space Grotesk',ui-monospace,monospace; font-size:14px; background:#F3F6F2; border:1px solid rgba(20,26,20,.08); border-radius:6px; padding:2px 6px; color:#146430; }
.prose hr{ border:0; border-top:1px solid rgba(20,26,20,.1); margin:38px 0; }
.prose h2:first-child, .prose > p:first-child{ margin-top:0; }

/* --- share row --- */
.share-row{ max-width:720px; margin:40px auto 0; display:flex; align-items:center; gap:14px; border-top:1px solid rgba(20,26,20,.1); padding-top:24px; font-family:'Inter',sans-serif; font-size:13px; color:#626b5c; }
.share-row a{ color:#146430; }
.share-row .spacer{ margin-left:auto; }

/* --- keep reading cards --- */
.more{ background:#FBFBF9; border-top:1px solid rgba(20,26,20,.08); padding:56px 0 76px; }
.more h3{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:22px; letter-spacing:-.02em; color:#141a15; margin:0 0 22px; }
.more .cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.more .card{ display:flex; flex-direction:column; background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:16px; padding:22px 22px 20px; text-decoration:none; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; box-shadow:0 1px 2px rgba(20,26,20,.03); }
.more .card:hover{ transform:translateY(-3px); border-color:rgba(20,100,48,.3); box-shadow:0 18px 40px -20px rgba(20,26,20,.24); }
.more .card .ck{ font-family:'Space Grotesk',sans-serif; font-size:10px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:#146430; margin-bottom:12px; }
.more .card h4{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:16.5px; line-height:1.28; letter-spacing:-.01em; color:#141a15; margin:0 0 9px; }
.more .card p{ font-family:'Inter',sans-serif; font-size:13.5px; line-height:1.5; color:#5b635b; margin:0 0 16px; }
.more .card .rt{ margin-top:auto; font-family:'Space Grotesk',sans-serif; font-size:11.5px; color:#9aa39b; }

@media(max-width:900px){
  .masthead, .doc-masthead{ padding-top:20px; }
  .article-wrap, .doc-sec{ padding:36px 0 48px !important; }
  .prose{ font-size:16.5px; }
  .more .cards{ grid-template-columns:1fr; }
  .more{ padding:44px 0 56px; }
}

/* --- blog index masthead (listing page header) --- */
.blog-masthead{ max-width:768px; padding:38px 0 26px; position:relative; z-index:2; }
.blog-masthead .sec-eyebrow{ color:#146430; }
.blog-masthead h1{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:clamp(34px,4.6vw,52px); line-height:1.07; letter-spacing:-.032em; color:#141a15; margin:14px 0 16px; }
.blog-masthead p{ font-size:18px; line-height:1.55; color:#4a544b; max-width:620px; font-family:'Inter',sans-serif; }

/* ============================================================================
   MOBILE: footer centered + tidy (subpages)
   ============================================================================ */
@media (max-width:640px){
  .site-footer{ text-align:center; padding:52px 0 34px !important; }
  .site-footer .ft-grid{ grid-template-columns:1fr 1fr !important; gap:30px 18px !important; }
  .site-footer .ft-brand{ grid-column:1 / -1; display:flex; flex-direction:column; align-items:center; }
  .site-footer .ft-brand .fb-logo{ justify-content:center; }
  .site-footer .ft-brand p{ margin-left:auto !important; margin-right:auto !important; max-width:320px; }
  .site-footer .ft-social{ justify-content:center; }
  .site-footer .ft-backed{ display:flex; flex-direction:column; align-items:center; }
  .site-footer .ft-backed .ft-bk-row{ justify-content:center; flex-wrap:wrap; }
  .site-footer .ft-col{ text-align:center; }
  .site-footer .ft-bottom{ flex-direction:column !important; align-items:center !important; text-align:center; gap:14px !important; }
  .site-footer .ft-legal{ justify-content:center; flex-wrap:wrap; gap:16px; }
}

/* ============================================================================
   PRESS — coverage & recognition cards ("In the press")
   ============================================================================ */
.cov-grid{ display:grid; grid-template-columns:1.15fr 1fr; gap:16px; }
.cov-card{ display:flex; flex-direction:column; background:#fff; border:1px solid rgba(20,26,20,.1); border-radius:18px; padding:28px 30px; text-decoration:none; box-shadow:0 1px 2px rgba(20,26,20,.03), 0 18px 40px -22px rgba(20,26,20,.2); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.cov-card:hover{ transform:translateY(-3px); border-color:rgba(20,100,48,.3); box-shadow:0 26px 52px -24px rgba(20,26,20,.28); }
.cov-card.feature{ background:linear-gradient(180deg,#F3F8F3 0%,#FFFFFF 62%); border-color:rgba(20,100,48,.18); }
.cov-top{ display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.cov-pub{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:700; font-size:16px; color:#141a15; letter-spacing:-.01em; }
.cov-kind{ font-family:'Space Grotesk',sans-serif; font-size:10px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:#146430; background:rgba(20,100,48,.08); border:1px solid rgba(20,100,48,.16); border-radius:100px; padding:4px 10px; }
.cov-card h3{ font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:21px; line-height:1.22; letter-spacing:-.02em; color:#141a15; margin:0 0 10px; }
.cov-card p{ font-size:14.5px; line-height:1.6; color:#565e56; margin:0 0 18px; }
.cov-tr{ color:#9aa39b; font-style:italic; }
.cov-link{ margin-top:auto; font-family:'Space Grotesk',sans-serif; font-size:12px; font-weight:600; letter-spacing:.02em; color:#146430; }
@media(max-width:820px){ .cov-grid{ grid-template-columns:1fr; } }

/* ============================================================================
   BLOG — post cover art (palma-style abstract branded hero above the title)
   A code-generated green gradient-mesh banner + category glyph. One per post,
   themed by category. No image files, scales to every article.
   ============================================================================ */
.art-cover{ position:relative; overflow:hidden; border-radius:18px; aspect-ratio:2.1/1; margin:6px 0 28px;
  background:#0d2a1e; box-shadow:0 1px 2px rgba(20,26,20,.05), 0 30px 64px -34px rgba(13,42,30,.7); }
.art-cover .ac-mesh{ position:absolute; inset:0; z-index:0;
  background:
    radial-gradient(60% 95% at 80% 18%, rgba(111,207,142,.5), transparent 60%),
    radial-gradient(52% 82% at 10% 90%, rgba(9,30,21,.92), transparent 62%),
    radial-gradient(90% 130% at 98% 108%, rgba(63,164,106,.42), transparent 55%),
    linear-gradient(122deg, #0e2820 0%, #164a30 48%, #1d5c3c 100%); }
.art-cover .ac-grain{ position:absolute; inset:0; z-index:1; opacity:.13; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E"); }
.art-cover .ac-glyph{ position:absolute; right:5%; top:50%; transform:translateY(-50%); width:190px; height:190px; z-index:1;
  color:rgba(240,247,240,.16); stroke:currentColor; fill:none; stroke-width:1.2; stroke-linecap:round; stroke-linejoin:round; }
.art-cover .ac-kicker{ position:absolute; left:32px; top:28px; z-index:2; font-family:'Space Grotesk',sans-serif;
  font-size:12px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:rgba(233,241,233,.9); }
.art-cover .ac-mark{ position:absolute; left:32px; bottom:26px; z-index:2; display:inline-flex; align-items:center; gap:8px;
  color:rgba(233,241,233,.68); font-family:'Instrument Sans','Inter',sans-serif; font-weight:600; font-size:14px; letter-spacing:-.01em; }
.art-cover .ac-mark svg{ width:19px; height:19px; }
/* subtle per-category hue shift (base stays TapPass green) */
.art-cover.t-sec  .ac-mesh{ background:radial-gradient(58% 92% at 82% 20%, rgba(96,186,136,.46), transparent 60%), radial-gradient(52% 82% at 8% 92%, rgba(6,22,15,.94), transparent 62%), linear-gradient(122deg,#0a1c14 0%,#123c28 50%,#164a30 100%); }
.art-cover.t-comp .ac-mesh{ background:radial-gradient(60% 95% at 80% 18%, rgba(120,162,214,.38), transparent 60%), radial-gradient(52% 82% at 10% 90%, rgba(9,30,21,.92), transparent 62%), linear-gradient(122deg,#0e2820 0%,#164a30 46%,#1c5540 100%); }
.art-cover.t-arch .ac-mesh{ background:radial-gradient(60% 95% at 82% 20%, rgba(88,206,188,.4), transparent 60%), radial-gradient(52% 82% at 10% 90%, rgba(8,28,22,.92), transparent 62%), linear-gradient(122deg,#0d2622 0%,#154a3e 50%,#1a5a48 100%); }
.art-cover.t-frame .ac-mesh{ background:radial-gradient(60% 95% at 80% 18%, rgba(229,163,76,.32), transparent 60%), radial-gradient(52% 82% at 10% 90%, rgba(11,32,22,.92), transparent 62%), linear-gradient(122deg,#0e2820 0%,#184e32 50%,#20603e 100%); }
@media(max-width:640px){
  .art-cover{ aspect-ratio:16/10; margin-bottom:22px; }
  .art-cover .ac-glyph{ width:132px; height:132px; right:-4%; }
  .art-cover .ac-kicker{ left:20px; top:20px; }
  .art-cover .ac-mark{ left:20px; bottom:18px; }
}

/* --- cover art reused as a blog-index card thumbnail --- */
.featured .art-cover{ aspect-ratio:auto; height:100%; min-height:320px; border-radius:0; margin:0; }
.featured .art-cover .ac-glyph{ width:150px; height:150px; }
.post-card .art-cover{ aspect-ratio:auto; height:172px; border-radius:0; margin:0; }
.post-card .art-cover .ac-glyph{ width:112px; height:112px; right:-2%; }
.post-card .art-cover .ac-kicker{ font-size:10.5px; left:20px; top:16px; letter-spacing:.14em; }
.post-card .art-cover .ac-mark{ font-size:12px; left:20px; bottom:14px; }
.post-card .art-cover .ac-mark svg{ width:16px; height:16px; }
@media(max-width:900px){ .featured .art-cover{ min-height:200px; } }

/* ============================================================================
   BLOG POST HERO — cover art as the header background, title overlaid
   (industry-standard hero; reuses the same art as the index card thumbnail)
   ============================================================================ */
.art-hero{ position:relative; overflow:hidden; border-radius:20px; min-height:430px; display:flex; align-items:flex-end;
  margin:6px 0 26px; background:#0d2a1e; box-shadow:0 1px 2px rgba(20,26,20,.05), 0 34px 70px -34px rgba(13,42,30,.7); }
.art-hero .ac-mesh{ position:absolute; inset:0; z-index:0;
  background:
    radial-gradient(60% 95% at 82% 14%, rgba(111,207,142,.5), transparent 60%),
    radial-gradient(52% 82% at 8% 92%, rgba(9,30,21,.92), transparent 62%),
    radial-gradient(90% 130% at 100% 106%, rgba(63,164,106,.4), transparent 55%),
    linear-gradient(122deg, #0e2820 0%, #164a30 48%, #1d5c3c 100%); }
.art-hero .ac-grain{ position:absolute; inset:0; z-index:1; opacity:.12; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E"); }
.art-hero .ac-glyph{ position:absolute; right:5%; top:34%; transform:translateY(-50%); width:200px; height:200px; z-index:1;
  color:rgba(240,247,240,.15); stroke:currentColor; fill:none; stroke-width:1.1; stroke-linecap:round; stroke-linejoin:round; }
.art-hero::after{ content:""; position:absolute; inset:0; z-index:1;
  background:linear-gradient(178deg, rgba(8,22,15,0) 32%, rgba(6,17,11,.74) 100%); }
.art-hero .ah-inner{ position:relative; z-index:2; padding:38px clamp(24px,4vw,44px); width:100%; }
.art-hero .ah-kicker{ display:inline-block; font-family:'Space Grotesk',sans-serif; font-size:12px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:rgba(233,241,233,.92); }
.art-hero h1{ font-weight:600 !important; font-size:clamp(30px,4.3vw,47px) !important; line-height:1.1 !important; letter-spacing:-.03em !important; color:#fff !important; margin:16px 0 20px !important; max-width:820px; }
.art-hero .ah-by{ display:flex; align-items:center; gap:9px; font-family:'Inter',sans-serif; font-size:13.5px; color:rgba(233,241,233,.82); flex-wrap:wrap; }
.art-hero .ah-av{ width:34px; height:34px; border-radius:50%; background:#146430; color:#fff; display:inline-flex; align-items:center; justify-content:center; font-family:'Instrument Sans',sans-serif; font-weight:600; font-size:12.5px; flex:0 0 auto; }
.art-hero .ah-name{ font-weight:600; color:#fff; }
.art-hero .ah-sep{ opacity:.5; }
/* per-category hue shift (mirror the cover art) */
.art-hero.t-sec  .ac-mesh{ background:radial-gradient(58% 92% at 84% 14%, rgba(96,186,136,.46), transparent 60%), radial-gradient(52% 82% at 6% 94%, rgba(6,22,15,.94), transparent 62%), linear-gradient(122deg,#0a1c14 0%,#123c28 50%,#164a30 100%); }
.art-hero.t-comp .ac-mesh{ background:radial-gradient(60% 95% at 82% 12%, rgba(120,162,214,.38), transparent 60%), radial-gradient(52% 82% at 8% 92%, rgba(9,30,21,.92), transparent 62%), linear-gradient(122deg,#0e2820 0%,#164a30 46%,#1c5540 100%); }
.art-hero.t-arch .ac-mesh{ background:radial-gradient(60% 95% at 84% 14%, rgba(88,206,188,.4), transparent 60%), radial-gradient(52% 82% at 8% 92%, rgba(8,28,22,.92), transparent 62%), linear-gradient(122deg,#0d2622 0%,#154a3e 50%,#1a5a48 100%); }
.art-hero.t-frame .ac-mesh{ background:radial-gradient(60% 95% at 82% 12%, rgba(229,163,76,.32), transparent 60%), radial-gradient(52% 82% at 8% 92%, rgba(11,32,22,.92), transparent 62%), linear-gradient(122deg,#0e2820 0%,#184e32 50%,#20603e 100%); }
@media(max-width:640px){
  .art-hero{ min-height:330px; border-radius:16px; }
  .art-hero .ac-glyph{ width:124px; height:124px; right:-4%; top:26%; }
  .art-hero .ah-inner{ padding:26px 22px; }
  .art-hero h1{ margin:12px 0 16px !important; }
}

/* ============================================================================
   BLOG POST — palma-style article header: title/deck/meta on white, then a
   wide featured banner image BELOW (not overlaid). Richer layered visual.
   ============================================================================ */
main#main .masthead{ max-width:none; padding:28px 0 4px; }
main#main .masthead h1{ font-weight:600 !important; font-size:clamp(33px,4.8vw,53px) !important; line-height:1.07 !important; letter-spacing:-.032em !important; color:#141a15 !important; margin:8px 0 0 !important; max-width:940px; }
.masthead .standfirst{ font-size:21px !important; line-height:1.5; color:#586459; margin:20px 0 24px !important; max-width:800px; font-family:'Inter',sans-serif; }
.post-meta{ display:flex; flex-wrap:wrap; align-items:center; gap:12px 24px; padding-bottom:22px; border-bottom:1px solid rgba(20,26,20,.1); }
.pm-it{ display:inline-flex; align-items:center; gap:8px; font-family:'Inter',sans-serif; font-size:14.5px; color:#6a736a; }
.pm-it svg{ width:16px; height:16px; stroke:#9aa39b; stroke-width:1.7; fill:none; stroke-linecap:round; stroke-linejoin:round; flex:0 0 auto; }
.pm-it b{ font-weight:500; color:#39423a; }
.post-tagrow{ display:flex; flex-wrap:wrap; gap:8px; margin:20px 0 24px; }
.post-tag{ font-family:'Inter',sans-serif; font-size:13px; color:#3f473f; background:#EEF2ED; border:1px solid rgba(20,26,20,.06); border-radius:100px; padding:6px 14px; }

/* wide featured banner (rich abstract render) */
.art-banner{ position:relative; overflow:hidden; border-radius:18px; aspect-ratio:16/7.4; width:100%; background:#0a2016;
  box-shadow:0 1px 2px rgba(20,26,20,.05), 0 34px 72px -38px rgba(10,32,22,.7); margin:2px 0 6px; }
.art-banner .ac-mesh{ position:absolute; inset:0; z-index:0;
  background:
    radial-gradient(48% 120% at 62% -8%, rgba(120,220,160,.45), transparent 58%),
    radial-gradient(60% 100% at 108% 60%, rgba(63,164,106,.5), transparent 60%),
    radial-gradient(55% 130% at -8% 108%, rgba(6,20,14,.95), transparent 60%),
    linear-gradient(118deg, #08201644 0%, #0c2a1e 40%, #124a30 100%), #0a2016; }
.art-banner .ac-grid{ position:absolute; inset:0; z-index:1; opacity:.5;
  background-image:linear-gradient(rgba(150,220,180,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(150,220,180,.09) 1px, transparent 1px);
  background-size:44px 44px; background-position:center;
  -webkit-mask-image:radial-gradient(70% 90% at 50% 40%, #000 30%, transparent 85%); mask-image:radial-gradient(70% 90% at 50% 40%, #000 30%, transparent 85%); }
.art-banner .ac-beam{ position:absolute; top:-24%; left:58%; width:2px; height:150%; z-index:1; transform:rotate(9deg);
  background:linear-gradient(180deg, rgba(190,255,220,0), rgba(190,255,220,.85) 45%, rgba(190,255,220,0));
  box-shadow:0 0 34px 10px rgba(150,240,190,.4); filter:blur(.4px); }
.art-banner .ac-grain{ position:absolute; inset:0; z-index:2; opacity:.11; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E"); }
.art-banner .ac-glyph{ position:absolute; right:6%; top:50%; transform:translateY(-50%); width:150px; height:150px; z-index:2;
  color:rgba(240,247,240,.2); stroke:currentColor; fill:none; stroke-width:1; stroke-linecap:round; stroke-linejoin:round; }
.art-banner .ac-tag{ position:absolute; left:26px; top:22px; z-index:3; font-family:'Space Grotesk',sans-serif; font-size:11px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:rgba(233,241,233,.9); }
.art-banner .ac-mark{ position:absolute; left:26px; bottom:20px; z-index:3; display:inline-flex; align-items:center; gap:8px; color:rgba(233,241,233,.7); font-family:'Instrument Sans',sans-serif; font-weight:600; font-size:13.5px; }
.art-banner .ac-mark svg{ width:18px; height:18px; }
.art-banner.t-sec .ac-mesh{ background:radial-gradient(48% 120% at 62% -8%, rgba(110,210,150,.42), transparent 58%), radial-gradient(60% 100% at 108% 60%, rgba(40,150,95,.5), transparent 60%), radial-gradient(55% 130% at -8% 108%, rgba(5,18,12,.95), transparent 60%), linear-gradient(118deg,#07180f 0%,#0a2418 42%,#104428 100%), #08180f; }
.art-banner.t-comp .ac-mesh{ background:radial-gradient(48% 120% at 62% -8%, rgba(130,180,230,.4), transparent 58%), radial-gradient(60% 100% at 108% 60%, rgba(63,164,106,.46), transparent 60%), radial-gradient(55% 130% at -8% 108%, rgba(6,20,14,.95), transparent 60%), linear-gradient(118deg,#0a2018 0%,#0c2a20 42%,#164a34 100%), #0a2016; }
.art-banner.t-arch .ac-mesh{ background:radial-gradient(48% 120% at 62% -8%, rgba(100,224,204,.42), transparent 58%), radial-gradient(60% 100% at 108% 60%, rgba(50,170,140,.48), transparent 60%), radial-gradient(55% 130% at -8% 108%, rgba(5,20,16,.95), transparent 60%), linear-gradient(118deg,#08201c 0%,#0c2c26 42%,#124a40 100%), #0a2016; }
.art-banner.t-frame .ac-mesh{ background:radial-gradient(48% 120% at 62% -8%, rgba(238,180,100,.34), transparent 58%), radial-gradient(60% 100% at 108% 60%, rgba(70,168,110,.46), transparent 60%), radial-gradient(55% 130% at -8% 108%, rgba(9,22,14,.95), transparent 60%), linear-gradient(118deg,#0b2016 0%,#0e2c1e 42%,#1a5030 100%), #0a2016; }
@media(max-width:640px){
  main#main .masthead h1{ font-size:32px !important; }
  .masthead .standfirst{ font-size:18px !important; }
  .art-banner{ aspect-ratio:16/10; }
  .art-banner .ac-glyph{ width:104px; height:104px; }
}

/* rich banner reused as an index card thumbnail */
.featured .art-banner{ aspect-ratio:auto; height:100%; min-height:320px; border-radius:0; margin:0; }
.featured .art-banner .ac-glyph{ width:140px; height:140px; }
.post-card .art-banner{ aspect-ratio:auto; height:172px; border-radius:0; margin:0; }
.post-card .art-banner .ac-glyph{ width:100px; height:100px; }
.post-card .art-banner .ac-mark{ font-size:11.5px; left:18px; bottom:13px; }
.post-card .art-banner .ac-mark svg{ width:15px; height:15px; }
@media(max-width:900px){ .featured .art-banner{ min-height:200px; } }

/* real generated hero image (blog post banner + index card thumbnail) */
.art-banner-img{ display:block; width:100%; aspect-ratio:2/1; object-fit:cover; border-radius:18px;
  box-shadow:0 1px 2px rgba(20,26,20,.05), 0 34px 72px -38px rgba(10,32,22,.7); margin:2px 0 6px; }
.featured .art-banner-img{ border-radius:0; height:100%; min-height:320px; aspect-ratio:auto; }
.post-card .art-banner-img{ border-radius:0; height:172px; aspect-ratio:auto; }
@media(max-width:900px){ .featured .art-banner-img{ min-height:200px; } }
@media(max-width:640px){ .art-banner-img{ aspect-ratio:16/9; } }
