/*
  Devino membru ARF — page-scoped styles (docs/research/ARF-HANDOFF-Devino-membru.md).
  Reuses the site's real typography/color tokens (var(--serif), var(--sans),
  var(--gold), var(--gold-grad), var(--text), var(--muted)) from styles.css
  for every dark band. The handoff also locks an ivory/paper institutional
  treatment that has no equivalent anywhere else on the site — those tokens
  are scoped under .arfm only, so they never leak into the global design
  system. Same "page reuses primitives + its own scoped stylesheet" pattern
  as podcasts.css.
*/
.arfm{
  --arfm-navy:#020408;
  --arfm-navy-2:#0A1018;
  --arfm-navy-3:#121A24;
  --arfm-ivory:#F6F1E6;
  --arfm-ivory-2:#EDE6D6;
  --arfm-paper:#FBFAF6;
  --arfm-ink:#1A1C1B;
  --arfm-muted:#6B6A64;
  --arfm-hair:rgba(2,4,8,.12);
}
.arfm section{padding:96px 0}
.arfm h1,.arfm h2,.arfm h3{font-family:var(--serif)}

/* ---------- HERO (LOCKED) ---------- */
.arfm-hero{background:var(--arfm-navy);color:var(--arfm-ivory);padding:104px 0 88px;position:relative;overflow:hidden}
.arfm-hero:after{content:"";position:absolute;right:-120px;top:-80px;width:420px;height:420px;border:1px solid rgba(212,175,55,.14);border-radius:50%}
.arfm-hero .wrap{position:relative;z-index:1}
.arfm-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:56px;align-items:center}
.arfm-hero-identity{display:flex;align-items:center;justify-content:center}
.arfm-emblem{position:relative;width:min(260px,86%);aspect-ratio:1;display:flex;align-items:center;justify-content:center}
.arfm-emblem-ring{position:absolute;border:1px solid rgba(212,175,55,.20);border-radius:50%}
.arfm-emblem-ring.r1{inset:0}
.arfm-emblem-ring.r2{inset:12%;border-color:rgba(212,175,55,.14)}
.arfm-emblem-ring.r3{inset:26%;border-style:dashed;border-color:rgba(212,175,55,.16)}
.arfm-emblem-plate{position:relative;width:64%;aspect-ratio:3/2;border-radius:8px;
  display:flex;align-items:center;justify-content:center;padding:16px;
  background:rgba(246,241,230,.94);border:1px solid rgba(212,175,55,.30);
  box-shadow:0 24px 60px -26px rgba(0,0,0,.7)}
.arfm-emblem-plate img{display:block;width:100%;height:auto}
.arfm-hero h1{font-size:clamp(38px,6vw,72px);line-height:.98;font-weight:600;max-width:920px;margin:20px 0 0}
.arfm-hero h1 .accent{color:var(--gold-soft,var(--gold))}
.arfm-hero-sub{display:block;font-size:clamp(22px,3.4vw,42px);margin-top:10px}
.arfm-hero .lead{max-width:640px;font-size:clamp(16px,1.6vw,18px);line-height:1.6;color:rgba(246,241,230,.78);font-weight:400;margin:28px 0 36px}
.arfm-cta-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.arfm-note{margin-top:26px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:rgba(246,241,230,.45)}

/* Buttons — extend the site's real .btn family with a ghost-on-light variant
   for the paper/ivory bands (site's own .btn-ghost assumes a dark background). */
.arfm .btn-ghost-dark{background:transparent;color:var(--arfm-ink);border:1px solid var(--arfm-ink)}
.arfm .btn-ghost-dark:hover{background:rgba(2,4,8,.05);transform:translateY(-2px)}
.arfm .btn-line-gold{background:transparent;color:var(--gold-soft,var(--gold));border:1px solid var(--gold-soft,var(--gold))}
.arfm .btn-line-gold:hover{background:rgba(212,175,55,.08);transform:translateY(-2px)}
.arfm .btn[disabled],.arfm .btn.is-soon{opacity:.55;cursor:default;pointer-events:none}
.arfm .btn.is-soon:hover{transform:none}

/* ---------- PRINCIPLE ---------- */
.arfm-principle{background:var(--arfm-navy-2);color:var(--arfm-ivory)}
.arfm-principle h2{font-size:clamp(30px,4.4vw,52px);line-height:1.02;font-weight:600;max-width:860px}
.arfm-principle p{max-width:680px;margin:22px 0 48px;color:rgba(246,241,230,.72);font-size:16px;line-height:1.6;font-family:var(--sans)}
.arfm-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.arfm-flow div{border-top:1px solid rgba(212,175,55,.35);padding-top:16px}
.arfm-flow b{display:block;color:var(--gold-soft,var(--gold));font-size:11px;letter-spacing:.18em;margin-bottom:8px;font-family:var(--sans)}
.arfm-flow span{font-size:12.5px;letter-spacing:.05em;text-transform:uppercase;line-height:1.35;font-family:var(--sans)}

/* ---------- WHO / CATEGORIES ---------- */
.arfm-who{background:var(--arfm-paper);color:var(--arfm-ink)}
.arfm-who .eyebrow{color:var(--gold-deep,var(--gold))}
.arfm-who .eyebrow::before{background:var(--gold-deep,var(--gold))}
.arfm-who h2{font-size:clamp(28px,4vw,46px);line-height:1.04;font-weight:600;max-width:780px;margin:14px 0 44px}
.arfm-paths{display:grid;grid-template-columns:1.1fr 1.1fr .9fr;gap:22px;align-items:stretch}
.arfm-path{background:#fff;border:1px solid var(--arfm-hair);padding:32px 28px 28px;display:flex;flex-direction:column}
.arfm-path--expert{background:var(--arfm-navy);color:var(--arfm-ivory);border-color:var(--arfm-navy)}
.arfm-path .num{color:var(--gold-deep,var(--gold));font-size:11.5px;letter-spacing:.18em;font-family:var(--sans);text-transform:uppercase}
.arfm-path--expert .num{color:var(--gold-soft,var(--gold))}
.arfm-path h3{font-size:26px;line-height:1.08;margin:14px 0 14px;font-weight:600}
.arfm-path p{font-size:14.5px;line-height:1.55;color:var(--arfm-muted);margin-bottom:18px;font-family:var(--sans)}
.arfm-path--expert p{color:rgba(246,241,230,.72)}
.arfm-path ul{list-style:none;font-size:13px;line-height:1.7;color:var(--arfm-ink);margin:0 0 auto;padding:0}
.arfm-path--expert ul{color:rgba(246,241,230,.86)}
.arfm-path ul li{padding-left:16px;position:relative}
.arfm-path ul li:before{content:"—";position:absolute;left:0;color:var(--gold-deep,var(--gold))}
.arfm-path--expert ul li:before{color:var(--gold-soft,var(--gold))}
.arfm-path .cta{margin-top:22px;display:inline-block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--arfm-ink);font-weight:700;font-family:var(--sans)}
.arfm-path--expert .cta{color:var(--gold-soft,var(--gold))}
.arfm-disc{font-size:12.5px;color:var(--arfm-muted);margin-top:26px;max-width:780px;font-family:var(--sans)}

/* ---------- DOSSIER ---------- */
.arfm-dossier{background:var(--arfm-ivory);color:var(--arfm-ink)}
.arfm-dossier .eyebrow{color:var(--gold-deep,var(--gold))}
.arfm-dossier .eyebrow::before{background:var(--gold-deep,var(--gold))}
.arfm-dossier h2{font-size:clamp(28px,4vw,48px);line-height:1.04;font-weight:600;max-width:720px}
.arfm-dossier-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:18px;margin-top:48px;align-items:center}
.arfm-mod{border:1px solid rgba(2,4,8,.14);padding:16px 18px;background:rgba(255,255,255,.55)}
.arfm-mod small{display:block;color:var(--gold-deep,var(--gold));letter-spacing:.14em;font-size:10px;margin-bottom:4px;font-family:var(--sans)}
.arfm-mod b{font-size:13.5px;letter-spacing:.02em;font-weight:600}
.arfm-folder{background:var(--arfm-navy);color:var(--arfm-ivory);min-height:260px;padding:34px 30px;position:relative;box-shadow:16px 16px 0 0 rgba(212,175,55,.24)}
.arfm-folder:before{content:"";position:absolute;top:-12px;left:0;width:110px;height:12px;background:var(--gold-soft,var(--gold))}
.arfm-folder .eyebrow{color:var(--gold-soft,var(--gold))}
.arfm-folder .eyebrow::before{background:var(--gold-soft,var(--gold))}
.arfm-folder h3{font-size:26px;font-weight:600;margin:10px 0 12px}
.arfm-folder p{font-size:13.5px;line-height:1.55;color:rgba(246,241,230,.7);font-family:var(--sans)}
.arfm-col{display:flex;flex-direction:column;gap:14px}
.arfm-dossier-foot{margin-top:36px;max-width:700px;font-size:15px;line-height:1.55;font-family:var(--sans)}

/* ---------- STANDARD / MAINTENANCE ---------- */
.arfm-std{background:var(--arfm-paper);color:var(--arfm-ink)}
.arfm-std .eyebrow{color:var(--gold-deep,var(--gold))}
.arfm-std .eyebrow::before{background:var(--gold-deep,var(--gold))}
.arfm-std h2{font-size:clamp(26px,3.8vw,44px);line-height:1.04;font-weight:600;max-width:760px}
.arfm-tl{display:grid;grid-template-columns:repeat(4,1fr);margin:44px 0 26px;gap:12px}
.arfm-tl div{border-top:2px solid var(--gold-deep,var(--gold));padding-top:16px}
.arfm-tl strong{display:block;font-size:12.5px;letter-spacing:.12em;font-family:var(--sans)}
.arfm-std p{max-width:680px;color:var(--arfm-muted);font-size:15px;line-height:1.6;font-family:var(--sans)}

/* ---------- MEANS ---------- */
.arfm-means{background:var(--arfm-paper);color:var(--arfm-ink);padding-top:20px}
.arfm-means h2{font-size:clamp(24px,3.4vw,40px);line-height:1.04;font-weight:600;max-width:720px;margin-bottom:36px}
.arfm-means-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}
.arfm-means-item{padding:26px 32px 26px 0;border-top:1px solid var(--arfm-hair)}
.arfm-means-item h3{font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep,var(--gold));margin-bottom:10px;font-family:var(--sans);font-weight:700}
.arfm-means-item p{font-size:15px;line-height:1.5;max-width:460px;font-family:var(--sans)}

/* ---------- NOT ---------- */
.arfm-not{background:var(--arfm-navy);color:var(--arfm-ivory)}
.arfm-not h2{font-size:clamp(28px,4vw,46px);line-height:1.04;font-weight:600;margin-bottom:36px}
.arfm-not ul{list-style:none;margin:0;padding:0}
.arfm-not li{font-size:clamp(19px,2.4vw,30px);line-height:1.3;border-bottom:1px solid rgba(212,175,55,.18);padding:14px 0;font-weight:500}
.arfm-not .end{margin-top:36px;max-width:640px;font-size:17px;line-height:1.5;color:rgba(246,241,230,.78);font-family:var(--sans)}

/* ---------- RNF ---------- */
.arfm-rnf{background:var(--arfm-ivory);color:var(--arfm-ink)}
.arfm-rnf h2{font-size:clamp(24px,3.4vw,40px);line-height:1.04;font-weight:600;max-width:820px;margin-bottom:36px}
.arfm-cols{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.arfm-col-box h3{font-size:12.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep,var(--gold));margin-bottom:8px;font-family:var(--sans);font-weight:700}
.arfm-col-box h4{font-size:28px;font-weight:600;margin-bottom:14px}
.arfm-col-box ul{list-style:none;font-size:15px;line-height:1.8;padding:0;margin:0;font-family:var(--sans)}
.arfm-col-box ul li{padding-left:16px;position:relative}
.arfm-col-box ul li:before{content:"·";position:absolute;left:0;color:var(--gold-deep,var(--gold))}
.arfm-divider{margin-top:36px;padding-top:26px;border-top:1px solid var(--arfm-hair);max-width:820px;font-size:16px;line-height:1.55;font-family:var(--sans)}

/* ---------- FEE ---------- */
.arfm-fee{background:var(--arfm-paper);color:var(--arfm-ink)}
.arfm-fee .eyebrow{color:var(--gold-deep,var(--gold))}
.arfm-fee .eyebrow::before{background:var(--gold-deep,var(--gold))}
.arfm-fee-head{max-width:680px;margin-bottom:44px}
.arfm-fee-lead{margin-top:14px;color:var(--arfm-muted);font-size:15.5px;line-height:1.6;font-family:var(--sans)}
.arfm-fee-split{display:grid;grid-template-columns:1.2fr .8fr;gap:56px;align-items:start}
.arfm-fee-list{display:flex;flex-direction:column}
.arfm-fee-row{display:flex;align-items:baseline;justify-content:space-between;gap:24px;
  padding:20px 0;border-top:1px solid var(--arfm-hair)}
.arfm-fee-row:last-child{border-bottom:1px solid var(--arfm-hair)}
.arfm-fee-cat{font-family:var(--serif);font-size:19px;font-weight:600}
.arfm-fee-cat b{font-family:var(--sans);color:var(--gold-deep,var(--gold));font-weight:700;font-size:13px;letter-spacing:.1em;margin-right:10px}
.arfm-fee-val{font-family:var(--serif);font-size:24px;font-weight:600;white-space:nowrap}
.arfm-fee-val small{font-family:var(--sans);font-size:12px;font-weight:600;color:var(--arfm-muted);letter-spacing:.04em}
.arfm-neq{border-left:1px solid var(--gold-deep,var(--gold));padding:10px 0 10px 26px}
.arfm-neq b{display:block;font-size:24px;font-weight:600;line-height:1.2}
.arfm-neq span{display:block;color:var(--gold-deep,var(--gold));letter-spacing:.18em;font-size:12px;margin:10px 0;font-family:var(--sans)}
.arfm-neq p{margin-top:14px;font-size:14.5px;line-height:1.55;font-family:var(--sans)}

/* ---------- PROCESS ---------- */
.arfm-proc{background:var(--arfm-navy-2);color:var(--arfm-ivory)}
.arfm-proc .eyebrow{color:var(--gold-soft,var(--gold))}
.arfm-proc .eyebrow::before{background:var(--gold-soft,var(--gold))}
.arfm-proc h2{font-size:clamp(26px,4vw,46px);font-weight:600;margin-bottom:36px}
.arfm-journey{display:grid;grid-template-columns:1fr 1fr;gap:0 44px}
.arfm-j{border-top:1px solid rgba(212,175,55,.25);padding:20px 0}
.arfm-j b{color:var(--gold-soft,var(--gold));font-size:12px;letter-spacing:.16em;display:block;margin-bottom:6px;font-family:var(--sans)}
.arfm-j h3{font-size:20px;font-weight:600;margin-bottom:8px}
.arfm-j p{color:rgba(246,241,230,.68);font-size:14.5px;line-height:1.5;font-family:var(--sans)}
.arfm-proc .arfm-cta-row{margin-top:32px}
.arfm-cta-hint{margin-top:14px;font-size:12px;color:rgba(246,241,230,.5);font-family:var(--sans)}

/* ---------- VERIFY ---------- */
.arfm-verify{background:var(--arfm-paper);color:var(--arfm-ink)}
.arfm-verify .eyebrow{color:var(--gold-deep,var(--gold))}
.arfm-verify .eyebrow::before{background:var(--gold-deep,var(--gold))}
.arfm-verify-split{display:grid;grid-template-columns:1fr .9fr;gap:56px;align-items:center}
.arfm-verify h2{font-size:clamp(26px,3.8vw,44px);line-height:1.04;font-weight:600;margin:10px 0 18px}
.arfm-verify-copy{color:var(--arfm-muted);max-width:460px;line-height:1.55;font-size:15px;font-family:var(--sans)}
.arfm-card{background:var(--arfm-navy);color:var(--arfm-ivory);padding:26px 26px 22px;border-top:6px solid var(--gold-soft,var(--gold))}
.arfm-card .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:12px}
.arfm-card .top strong{letter-spacing:.14em;font-size:12px;font-family:var(--sans)}
.arfm-pill{border:1px solid var(--gold-soft,var(--gold));color:var(--gold-soft,var(--gold));padding:4px 10px;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;font-family:var(--sans);white-space:nowrap}
.arfm-rows{display:grid;gap:12px}
.arfm-rows div{display:flex;justify-content:space-between;border-bottom:1px solid rgba(246,241,230,.12);padding-bottom:8px;font-size:13.5px;font-family:var(--sans)}
.arfm-rows span{color:rgba(246,241,230,.5)}
.arfm-card-foot{margin-top:16px;font-size:10.5px;letter-spacing:.06em;color:rgba(246,241,230,.42);text-transform:uppercase;font-family:var(--sans)}

/* ---------- FINAL ---------- */
.arfm-final{background:var(--arfm-navy);color:var(--arfm-ivory)}
.arfm-final .eyebrow{color:var(--gold-soft,var(--gold))}
.arfm-final .eyebrow::before{background:var(--gold-soft,var(--gold))}
.arfm-final .lead-line{font-size:20px;font-weight:400;color:rgba(246,241,230,.55);margin:10px 0 14px;font-family:var(--sans)}
.arfm-final h2{font-size:clamp(30px,5vw,58px);line-height:1;font-weight:600;max-width:820px}
.arfm-final p{max-width:560px;margin:22px 0 30px;color:rgba(246,241,230,.72);line-height:1.55;font-family:var(--sans)}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1080px){
  .arfm-hero-grid{grid-template-columns:1fr;gap:36px}
  .arfm-hero-identity{order:2}
  .arfm-emblem{width:min(180px,60%);margin:0 auto}
  .arfm-flow{grid-template-columns:repeat(3,1fr);gap:22px 16px}
  .arfm-paths{grid-template-columns:1fr;gap:20px}
  .arfm-path{min-height:0}
  .arfm-dossier-grid{grid-template-columns:1fr;gap:16px}
  .arfm-folder{order:-1;box-shadow:none}
  .arfm-tl{grid-template-columns:1fr 1fr;gap:22px 16px}
  .arfm-means-grid{grid-template-columns:1fr}
  .arfm-means-item{padding-right:0}
  .arfm-cols{grid-template-columns:1fr;gap:32px}
  .arfm-fee-split{grid-template-columns:1fr;gap:34px;align-items:start}
  .arfm-neq{border-left:0;border-top:1px solid var(--gold-deep,var(--gold));padding:20px 0 0}
  .arfm-journey{grid-template-columns:1fr;gap:0}
  .arfm-verify-split{grid-template-columns:1fr;gap:34px}
}
@media(max-width:760px){
  .arfm section{padding:64px 0}
  .arfm-emblem{width:132px;margin-top:8px}
  .arfm-emblem-ring.r3{display:none}
  .arfm-fee-row{flex-wrap:wrap;gap:4px 24px}
  .arfm-flow{grid-template-columns:1fr 1fr;gap:20px 16px}
  .arfm-tl{grid-template-columns:1fr 1fr}
  .arfm-cta-row{flex-direction:column;align-items:stretch}
  .arfm-cta-row .btn{justify-content:center}
  .arfm-card .top{flex-wrap:wrap}
}
