@font-face{font-family:Bee Three;src:url(/fonts/beethree.ttf) format("truetype");font-weight:400;font-style:normal}:root{--burgundy: #591520;--olive: #545C44;--terracotta: #A64C00;--sage: #9CA18D;--blue: #A5B9C4;--white: #ffffff;--cream: #FDFBF7;--dark: #1A1A1A}*{box-sizing:border-box}body{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0;padding:0;color:var(--dark);background-color:var(--cream);line-height:1.5}.serif{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.05em}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.bento-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.bento-box{background:var(--white);border-radius:32px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.bento-box:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.bento-box.bg-burgundy{background-color:var(--burgundy);color:var(--white)}.bento-box.bg-olive{background-color:var(--olive);color:var(--white)}.bento-box.bg-sage{background-color:var(--sage);color:var(--white)}.bento-box.bg-blue{background-color:var(--blue);color:var(--white)}.bento-box.bg-terracotta{background-color:var(--terracotta);color:var(--white)}.bento-box.col-span-2{grid-column:span 2}.bento-box.col-span-3{grid-column:span 3}@media (max-width: 992px){.bento-box.col-span-3{grid-column:span 2}}@media (max-width: 768px){.bento-box.col-span-2,.bento-box.col-span-3{grid-column:span 1}}.bento-image{width:100%;height:250px;object-fit:cover;border-radius:20px;margin-top:1.5rem}.bento-image-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.5}.bento-content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column}.bento-title{font-size:2.5rem;margin-bottom:1rem;line-height:1.1;word-break:normal;overflow-wrap:normal}.bento-text{font-size:1.1rem;opacity:.9;flex:1}.hero-box{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap}.hero-content{flex:1;min-width:300px;padding:3rem;display:flex;flex-direction:column;justify-content:center}.hero-img-wrapper{flex:1;display:flex;min-height:300px;min-width:300px}.editable-image-container{position:relative;display:flex;flex-direction:column;gap:10px}.editable-image-input{width:100%;padding:8px 12px;border:2px solid var(--terracotta);border-radius:8px;font-family:inherit;font-size:.9rem;background:white;color:#000}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background-color:var(--burgundy);color:var(--white)}.btn-primary:hover{background-color:var(--amber);transform:translateY(-2px);box-shadow:0 10px 20px #59152033}.editable-active{outline:2px dashed var(--amber);outline-offset:4px;cursor:text}.edit-panel{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;gap:1rem}.admin-badge{background:var(--amber);color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;position:fixed;top:1rem;right:1rem;z-index:1001}section{padding:100px 0}h1{font-size:5rem;margin:0;line-height:1}h2{font-size:3rem;margin-bottom:2rem}.hero-title{font-size:4rem}.hero-subtitle,.hero-year{font-size:1.2rem}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.bento-title{font-size:1.8rem}.bento-box{padding:1.5rem}.hero-box{flex-direction:column}.hero-content{padding:1.5rem;min-width:100%}.hero-img-wrapper{min-width:100%;min-height:250px}}@media (max-width: 480px){.hero-title{font-size:2.2rem}.bento-title{font-size:1.6rem}}
