*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--cream:#FAF6F0;--dark:#3D3229;--sienna:#D4793A;--olive:#5B7553;--mustard:#C4A052;--body:#5A4D3F;--bronze:#8B7355;--white:#FFFDF5}
body{background:var(--cream);color:var(--body);font-family:'Work Sans',sans-serif;font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.hero{min-height:100vh;display:flex}
.hero-left{width:45%;background:var(--sienna);display:flex;flex-direction:column;justify-content:center;padding:80px 60px}
.hero-right{width:55%;display:flex;align-items:center;justify-content:center;position:relative}
.hero-name{font-family:'DM Serif Display',serif;font-weight:400;font-size:64px;color:var(--white);line-height:1.1}
.hero-sub{font-family:'Work Sans',sans-serif;font-weight:400;font-size:16px;color:rgba(255,253,245,0.7);margin-top:12px}
.sunburst{width:300px;height:300px;animation:spin 120s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.split-panel{display:flex;min-height:50vh}
.split-reverse{flex-direction:row-reverse}
.panel-color{width:45%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.bg-sienna{background:var(--sienna)}
.bg-olive{background:var(--olive)}
.bg-mustard{background:var(--mustard)}
.kidney{width:200px;height:160px;position:absolute}
.panel-content{width:55%;padding:80px 60px;max-width:calc(480px + 120px);display:flex;flex-direction:column;justify-content:center}
.label{font-family:'Work Sans',sans-serif;font-weight:600;font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:var(--bronze);display:block;margin-bottom:8px}
h2{font-family:'DM Serif Display',serif;font-weight:400;font-size:40px;color:var(--dark);margin-bottom:16px;line-height:1.2}
p{margin-bottom:12px}
.taper-divider{display:block;width:80%;max-width:600px;margin:0 auto;height:10px}
.panel-reveal{opacity:0.4;transition:opacity 0.5s}
.panel-reveal.in-view{opacity:1}
.footer{max-width:900px;margin:60px auto 0;padding:0 60px 40px}
.footer-rule{border-top:1px solid var(--dark);margin-bottom:24px}
.footer-inner{display:flex;justify-content:space-between;align-items:center}
.footer-name{font-family:'Work Sans',sans-serif;font-weight:600;font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:var(--bronze)}
.boomerang{transform:rotate(15deg)}
@media(max-width:600px){.hero,.split-panel,.split-reverse{flex-direction:column}.hero-left,.hero-right,.panel-color,.panel-content{width:100%}.hero-left{min-height:50vh}.panel-color{min-height:30vh}.panel-content{padding:40px 24px}.hero-left{padding:40px 24px}.hero-name{font-size:48px}h2{font-size:32px}.footer{padding:0 24px 40px}}
