:root{--bg:#f4efe7;--paper:#fbf8f2;--ink:#171411;--muted:#6e665d;--accent:#8b5e3c;--line:#d8cfc4;--dark:#14110f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;line-height:1.65}img{display:block;width:100%;height:100%;object-fit:cover}.hero{position:relative;min-height:95vh;background:linear-gradient(180deg,rgba(20,17,15,.18),rgba(20,17,15,.65)),url('assets/img/richard-1.jpg') center/cover no-repeat;color:#fff;display:flex;align-items:end}.hero-inner{position:relative;max-width:980px;padding:9rem 6vw 4rem}.kicker,.section-label{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:600}.hero .kicker{color:#f4d7bf}.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3.6rem,9vw,7.5rem);line-height:.92;margin:.5rem 0 1rem}.dek{max-width:760px;font-size:1.15rem;color:#f4ede6}main{width:min(1200px,92vw);margin:0 auto;padding:2rem 0 6rem}.spread,.feature{margin:4rem 0;padding:1rem 0}.columns.two{columns:2 300px;column-gap:2.25rem}.columns.two p{margin-top:0}h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1;margin:.2rem 0 1rem}blockquote{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3vw,3rem);line-height:1.08;margin:.5rem 0 1.25rem;color:var(--accent);border-left:2px solid var(--accent);padding-left:1rem}.wide-quote{max-width:900px}.grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:1rem;align-items:start}.feature-image.tall{grid-row:span 2;min-height:42rem}.feature-image{min-height:20rem;background:#ddd}.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.split figure{min-height:33rem;margin:0}.alt{background:rgba(255,255,255,.45);padding:2rem;border:1px solid var(--line)}.image-row{display:grid;gap:1rem;margin-top:1.25rem}.image-row.three{grid-template-columns:repeat(3,1fr)}.image-row.two{grid-template-columns:repeat(2,1fr)}.image-row img{height:20rem}.opening,.closing{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:2rem 0}.dark{background:var(--dark);color:#f6efe7;padding:3rem}.dark .section-label{color:#d8b394}.closing-text{font-size:1.15rem;max-width:950px}.pull-quote-block{padding-right:1rem}@media (max-width:900px){.grid,.split,.image-row.three,.image-row.two{grid-template-columns:1fr}.feature-image.tall,.split figure,.image-row img{min-height:18rem;height:auto}.hero-inner{padding:7rem 6vw 3rem}.columns.two{columns:1}}