.reblo-section{max-width:var(--page-width,1320px);margin:var(--section-spacing,80px) auto 0;padding:0 28px;}
.reblo-section--how[data-scheme="sand"]{background:var(--bg-soft);padding:64px 28px;border-radius:var(--radius-l);}
.reblo-section--how[data-scheme="gold-soft"]{background:var(--gold-soft);padding:64px 28px;border-radius:var(--radius-l);}
.reblo-section--how[data-scheme="ink"]{background:var(--ink);color:#fff;padding:64px 28px;border-radius:var(--radius-l);}
.reblo-section--how[data-scheme="ink"] .how-step-body, .reblo-section--how[data-scheme="ink"] .how-sub{color:#C9C2B2;}
.how-head{text-align:center;max-width:760px;margin:0 auto 56px;}
.how-eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep);font-weight:600;margin:0 0 12px;}
.how-heading{font-size:clamp(28px,3.4vw,44px);letter-spacing:-.03em;font-weight:700;margin:0 0 12px;line-height:1.1;}
.how-sub{margin:0;color:var(--ink-soft);font-size:16px;}
.how-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(var(--how-cols,4),1fr);gap:32px;position:relative;}
.how-steps::before{content:'';position:absolute;top:24px;left:24px;right:24px;height:1px;background:var(--gold-line);z-index:0;}
.how-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;}
.how-step-num{width:48px;height:48px;border-radius:999px;background:var(--gold);color:var(--ink);font-family:var(--font-mono);font-weight:700;font-size:16px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border:4px solid var(--bg);}
.reblo-section--how[data-scheme="sand"] .how-step-num{border-color:var(--bg-soft);}
.reblo-section--how[data-scheme="gold-soft"] .how-step-num{border-color:var(--gold-soft);}
.reblo-section--how[data-scheme="ink"] .how-step-num{border-color:var(--ink);}
.how-step-media{width:100%;aspect-ratio:4/3;border-radius:var(--radius);overflow:hidden;background:var(--bg-soft);margin-bottom:16px;}
.how-step-img,.how-step-vid{width:100%;height:100%;object-fit:cover;display:block;}
.how-step-ph{width:100%;height:100%;background:linear-gradient(135deg,var(--gold-soft),var(--bg-soft));}
.how-step-h{font-size:18px;letter-spacing:-.02em;font-weight:700;margin:0 0 8px;}
.how-step-body{color:var(--ink-soft);font-size:14.5px;line-height:1.55;}
.how-step-body p{margin:0 0 8px;}
@media (max-width:990px){.how-steps{grid-template-columns:repeat(2,1fr);}.how-steps::before{display:none;}}
@media (max-width:559px){.how-steps{grid-template-columns:1fr;}}
