body{
}
.process-hero{display:grid;gap:var(--space-8);align-items:flex-start}
@media (min-width:992px){.process-hero{grid-template-columns:minmax(0,1.25fr)minmax(0,1.1fr)}}
.process-hero-copy{display:flex;flex-direction:column;gap:var(--space-4);max-width:640px}
.process-hero-meta{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-3)}
.process-hero-media{display:grid;gap:var(--space-4);align-content:flex-start}
.process-hero-figure{border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(185,167,151,0.8);box-shadow:var(--shadow-sm);background:var(--color-bg-soft)}
.process-hero-figure img{width:100%;height:auto;object-fit:cover}
.process-hero-figure figcaption{padding:10px 14px;font-size:var(--text-xs);color:var(--color-text-soft);background:linear-gradient(to right,rgba(231,225,216,0.94),rgba(247,245,240,0.96))}
.process-hero-rail{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-lg);background:rgba(231,225,216,0.9);border:1px solid rgba(185,167,151,0.9)}
.process-hero-rail-title{font-size:var(--text-md);margin-bottom:4px}
.process-hero-rail-list{display:grid;gap:var(--space-3);font-size:var(--text-sm)}
.process-hero-rail-list dt{font-weight:600;color:var(--color-text)}
.process-hero-rail-list dd{margin:0;color:var(--color-text-soft)}
.section-heading{max-width:760px;margin:0 auto var(--space-8);text-align:left}
.section-heading p:last-child{margin-bottom:0}
.process-grid{display:grid;gap:var(--space-6)}
@media (min-width:900px){.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.process-step{position:relative}
.process-step-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-2)}
.process-step-number{font-family:var(--font-serif);font-size:var(--text-lg);letter-spacing:0.12em;text-transform:uppercase;color:var(--gray-500)}
.process-step .card-title{margin-bottom:4px}
.process-step .card-meta{margin-bottom:0}
.process-inline-figure{margin-block:var(--space-3);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(185,167,151,0.85)}
.process-inline-figure img{width:100%;height:auto;object-fit:cover}
.process-step-footer{margin-top:var(--space-3)}
.process-note{margin-top:var(--space-3);font-size:var(--text-xs);color:var(--color-text-soft)}
.process-step-accent{border-color:rgba(167,44,56,0.5);background:linear-gradient(135deg,rgba(231,225,216,0.98),rgba(247,245,240,0.98))}
.process-cta{display:flex;flex-direction:column;gap:var(--space-5);align-items:flex-start}
@media (min-width:768px){.process-cta{flex-direction:row;justify-content:space-between;align-items:center}.process-cta-text{max-width:620px}}
.process-cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}
.process-cta .contact-meta{margin-bottom:0}
ul{list-style:none!important}
.nav-toggle{flex-direction:column}
