:root{--burgundy:#6d1f2e;--burgundy-dark:#4a1420;--cream:#f6efe4;--charcoal:#2b2622;--gold:#b08d57;--white:#fffdfa;--radius:6px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Georgia,'Times New Roman',serif;color:var(--charcoal);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:700;line-height:1.2;color:var(--burgundy-dark)}h2{font-size:2rem;margin-bottom:.5rem}h3{font-size:1.15rem;margin:1rem 0 .4rem;color:var(--burgundy)}p{margin-bottom:.8rem}ul{list-style:none}a{color:var(--burgundy);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:1100px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:50;background:var(--white);border-bottom:1px solid rgba(43,38,34,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;flex-wrap:wrap;gap:10px}.brand{font-size:1.3rem;font-weight:700;color:var(--burgundy-dark);letter-spacing:.5px}.brand span{color:var(--gold);font-style:italic;font-weight:400}.nav{display:flex;gap:22px;flex-wrap:wrap}.nav a{color:var(--charcoal);font-size:.95rem}.btn{display:inline-block;padding:10px 20px;border-radius:var(--radius);font-size:.95rem;font-weight:700;border:2px solid var(--burgundy);transition:all .2s ease;cursor:pointer}.btn-cta,.btn-primary{background:var(--burgundy);color:var(--white)}.btn-cta:hover,.btn-primary:hover{background:var(--burgundy-dark);border-color:var(--burgundy-dark);text-decoration:none}.btn-ghost{background:transparent;color:var(--burgundy);border-color:var(--burgundy)}.btn-ghost:hover{background:var(--burgundy);color:var(--white);text-decoration:none}.hero{background:linear-gradient(135deg,var(--burgundy-dark),var(--burgundy));color:var(--white);padding:100px 0 90px;text-align:center}.hero-inner{max-width:760px;margin:0 auto}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:.8rem;color:var(--gold);margin-bottom:16px}.hero h1{font-size:2.6rem;color:var(--white);margin-bottom:18px}.hero-sub{font-size:1.1rem;color:#f1e6d8;margin-bottom:30px}.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero-actions.center{justify-content:center}.hero .btn-ghost{color:var(--white);border-color:var(--white)}.hero .btn-ghost:hover{background:var(--white);color:var(--burgundy-dark)}.section{padding:80px 0}.alt-bg{background:var(--white)}.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:start}.placeholder-block{background:repeating-linear-gradient(45deg,#e7d9c4,#e7d9c4 12px,#f0e4d2 12px,#f0e4d2 24px);border:1px dashed var(--gold);border-radius:var(--radius);min-height:320px;display:flex;align-items:center;justify-content:center;color:var(--burgundy-dark);font-style:italic}.note{font-size:.88rem;color:#6b6058;font-style:italic;border-left:3px solid var(--gold);padding-left:12px;margin-top:14px}.section-lead{color:#5a5049;margin-bottom:30px;max-width:620px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--cream);border:1px solid rgba(176,141,87,.35);border-radius:var(--radius);padding:22px}.card h3{margin-top:0}.hours-list li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(43,38,34,.1);max-width:420px}.contact-list li,.social-list li{padding:6px 0}.link-arrow{display:inline-block;margin-top:8px;font-weight:700}.cta-section{text-align:center}.cta-section h2{margin-bottom:10px}.cta-section p{max-width:520px;margin:0 auto 26px}.site-footer{background:var(--charcoal);color:#d8cfc4;padding:26px 0;text-align:center;font-size:.85rem}@media (max-width:820px){.two-col{grid-template-columns:1fr}.grid-3{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:2rem}}@media (max-width:560px){.grid-3{grid-template-columns:1fr}.nav{order:3;width:100%;justify-content:center}.header-inner{justify-content:center;text-align:center}}
