
.hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:0;align-items:stretch}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding-top:4.5rem;padding-bottom:4.5rem}
.hero h1{font-size:clamp(3.2rem,5.8vw,6.2rem)}
.homepage-render{margin:0;background:var(--ink);padding:2rem;display:flex;flex-direction:column;justify-content:center;gap:1.4rem;min-width:0}
.homepage-render>a{display:block;max-width:520px;width:100%;margin:auto}
.homepage-render img{display:block;width:100%;height:auto;max-width:none}
.homepage-render figcaption{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--paper);max-width:520px;width:100%;margin:auto}
.homepage-render figcaption div{display:grid;gap:.25rem}
.homepage-render figcaption div>span{text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;color:var(--olive)}
.homepage-render strong{font-family:Georgia,serif;font-size:1.65rem;font-weight:400}
.homepage-render small{font-size:.85rem;color:var(--paper)}
.homepage-render figcaption>a{color:var(--paper);font-size:.95rem;text-underline-offset:.3em;white-space:nowrap}
.homepage-workflow{background:var(--ink);border-top:1px solid rgba(255,255,255,.2)}
.homepage-workflow .hero-system{max-width:1440px;margin:auto;padding:3rem var(--pad);gap:2rem;display:block}
.homepage-workflow .hero-system:before{display:none}
.homepage-workflow .workflow-heading{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;margin-bottom:2rem}
.homepage-workflow .workflow-heading p{margin:0}
.homepage-workflow .hero-system ol{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.5rem;margin:0}
.homepage-workflow .hero-system li{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;padding:1.1rem 0 0;border-top:1px solid rgba(255,255,255,.3);border-bottom:0;min-width:0}
.homepage-workflow .hero-system li strong{font-size:1.1rem;line-height:1.4}
.homepage-workflow .hero-system li small{font-size:1rem;line-height:1.5}
@media(max-width:1000px){.hero{grid-template-columns:1fr 1fr}.homepage-render{padding:1.25rem}.homepage-render figcaption{flex-direction:column;align-items:flex-start}.homepage-workflow .hero-system ol{grid-template-columns:repeat(3,minmax(0,1fr))}.hero h1{font-size:clamp(3rem,5.8vw,5rem)}}
@media(max-width:760px){.hero{grid-template-columns:1fr}.hero-copy{padding-top:3.5rem;padding-bottom:3.5rem}.hero h1{font-size:clamp(3rem,10vw,4.6rem)}.homepage-render{padding:1.5rem var(--pad) 2rem}.homepage-render figcaption{flex-direction:row;align-items:center}.homepage-workflow .workflow-heading{display:block}.homepage-workflow .workflow-note{margin-top:.75rem!important}.homepage-workflow .hero-system ol{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:400px){.homepage-render figcaption{align-items:flex-start;flex-direction:column}.homepage-workflow .hero-system ol{gap:1.4rem}.homepage-workflow .hero-system li strong{font-size:1.05rem}}
