/* The founding story: original photographs, readable copy, no overlay. */
.origin-story{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:64px}
.origin-story>*{min-width:0}
.origin-photo{margin:0}
.origin-photo img{display:block;width:100%;height:auto;border-radius:16px}
.origin-photo figcaption{font-size:.875rem;line-height:1.8;color:var(--muted);margin-top:12px}
.origin-kicker{font-size:.875rem;font-weight:600;line-height:1.8;color:var(--green)}
.origin-story h2{font-weight:800;letter-spacing:-.025em;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.5;margin:12px 0 24px}
.origin-text{font-size:1rem;line-height:2}
.origin-text p+p{margin-top:1.1em}
.home-origin{border-top:1px solid var(--line)}
.origin-about{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);padding-block:12px 64px;align-items:start}
.origin-about .origin-photo{padding-top:8px}
@media(max-width:1000px){.origin-story{gap:36px}}
@media(max-width:760px){.origin-story,.origin-about{grid-template-columns:minmax(0,1fr);gap:28px}.origin-story h2{font-size:clamp(1.625rem,6.7vw,1.875rem);margin:10px 0 20px}.origin-photo img{border-radius:12px}.origin-about{padding-block:0 48px}.origin-about .origin-photo{padding-top:0}.origin-text{line-height:1.95}}

/* The original brown submark accompanies the founding story. */
.home-origin .origin-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}
.home-origin .origin-heading-copy{min-width:0}
.home-origin .origin-heading h2{margin-bottom:0}
.home-origin .origin-mark{display:block;width:152px;height:152px;object-fit:contain;flex:none}
@media(max-width:1000px){.home-origin .origin-heading{flex-direction:column-reverse;align-items:flex-start;gap:20px}.home-origin .origin-mark{width:150px;height:150px}}

/* Signature for the personal founding statement. */
.origin-signature{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:.5rem 1rem;margin:1.5rem 0 0;line-height:1.8}
.origin-signature span{font-size:.875rem;color:var(--muted)}
.origin-signature strong{font-size:1.125rem;font-weight:600;white-space:nowrap}
