:root{
--primary:#9a3412;--primary-dark:#7c2d12;--bg:#fffbeb;
--bg-alt:#fef3c7;--text:#1c1917;--accent:#ea580c;
--radius:4px;--hero-grad:linear-gradient(120deg,#7c2d12 0%,#c2410c 45%,#fbbf24 100%);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Palatino Linotype',Palatino,'Book Antiqua',serif;font-size:1.05rem;line-height:1.75;color:var(--text);background:var(--bg)}
body.theme-editorial{/* theme marker for crawlers/debug */}
h1,h2,h3,h4{font-family:Georgia,'Times New Roman',serif;letter-spacing:-0.02em;line-height:1.25;color:var(--text)}
h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.75rem}
h2{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:1rem}
h3{font-size:1.25rem;margin-bottom:.5rem}
img{max-width:100%;height:auto;display:block}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline;color:var(--primary-dark)}
.container{max-width:1100px;margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem)}
section{padding:clamp(2.5rem,5vw,4rem) 0}
section:nth-child(even){background:var(--bg-alt)}
.hero{background:var(--hero-grad);color:#fff;padding:clamp(3rem,8vw,5.5rem) 0;border-radius:0 0 var(--radius) var(--radius)}
.hero h1,.hero p{color:#fff}
.hero p{opacity:.92;max-width:36rem;margin-top:.75rem}
.site-nav{position:sticky;top:0;z-index:1000;background:rgba(255,251,235,.98);
border-bottom:1px solid color-mix(in srgb,var(--text) 12%,transparent);backdrop-filter:blur(8px)}
.nav-inner{max-width:1100px;margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem);
display:flex;align-items:center;justify-content:space-between;height:64px;flex-wrap:wrap;gap:.5rem}
.nav-logo{font-weight:800;font-size:1.1rem;color:var(--primary)}
.nav-links{display:flex;flex-wrap:wrap;gap:1rem}
.nav-links a{color:var(--text);font-weight:500;font-size:.92rem}
.site-footer{background:var(--primary-dark);color:#e2e8f0;padding:2.5rem 0 1.25rem;margin-top:2rem}
.footer-inner{max-width:1100px;margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem);
display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}
.footer-col h4{color:#fff;margin-bottom:.6rem}
.footer-col ul{list-style:none}
.footer-col a{color:#cbd5e1}
.footer-bottom{text-align:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);
font-size:.85rem;color:#94a3b8}
.btn{display:inline-block;padding:.7rem 1.5rem;background:var(--primary);color:#fff!important;
border-radius:var(--radius);font-weight:600;border:none;cursor:pointer;text-decoration:none!important}
.btn:hover{opacity:.92;text-decoration:none!important;background:var(--primary-dark)}
.btn-outline{background:transparent;border:2px solid #fff;color:#fff!important}
.card{background:#fff;border-radius:var(--radius);padding:1.35rem;
box-shadow:0 2px 16px rgba(0,0,0,.06);margin-bottom:1rem;border-top:3px solid var(--accent)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}
@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}.nav-links{gap:.65rem;font-size:.85rem}}
.prose p{margin-bottom:1rem}
.prose ul{margin:0 0 1rem 1.25rem}
.badge{display:inline-block;padding:.25rem .65rem;background:color-mix(in srgb,var(--primary) 12%,#fff);
border-radius:999px;font-size:.85rem;margin-right:.35rem;margin-bottom:.35rem;color:var(--primary-dark)}
.identity-block{margin:2rem 0}
.identity-block h2{margin-bottom:1rem}
.team-card{text-align:left}
.team-card .role{color:var(--primary);font-weight:600;font-size:.9rem}
.faq-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}
.faq-item h3{font-size:1.05rem;margin-bottom:.35rem}
table.hours{width:100%;border-collapse:collapse}
table.hours td{padding:.4rem .5rem;border-bottom:1px solid #eee}
