:root{--bg:#faf7f2;--bg-muted:#f0ebe3;--surface:#fff;--text:#1c1917;--text-muted:#57534e;--accent:#b45309;--accent-hover:#92400e;--accent-soft:#b453091a;--border:#1c191714;--hero-overlay:#1c191759;--header-h:4rem;--shadow-sm:0 1px 2px #1c19170f;--shadow-md:0 12px 40px #1c191714;--radius:12px;--radius-lg:20px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.55}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100dvh;margin:0}#root{min-height:100dvh}a{color:var(--accent);text-underline-offset:.15em;text-decoration-thickness:1px}a:hover{color:var(--accent-hover)}.site{flex-direction:column;min-height:100dvh;display:flex}.header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#faf7f2eb;position:sticky;top:0}.header__inner{max-width:1120px;height:var(--header-h);align-items:center;gap:1rem;margin:0 auto;padding:0 clamp(1rem,4vw,1.5rem);display:flex}.logo{letter-spacing:-.02em;color:var(--text);flex-shrink:0;font-size:1.125rem;font-weight:700;text-decoration:none}.logo:hover{color:var(--accent)}.nav{align-items:center;gap:clamp(.5rem,2vw,1.25rem);margin-left:auto;margin-right:.5rem;display:none}.nav a{color:var(--text-muted);white-space:nowrap;font-size:.9375rem;text-decoration:none}.nav a:hover{color:var(--text)}.header__cta{color:#fff;background:var(--accent);border:none;border-radius:999px;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none}.header__cta:hover{background:var(--accent-hover);color:#fff}@media (width>=768px){.nav{display:flex}}@media (width<=767px){.header__cta{margin-left:auto}}.hero{background-color:#292524;background-image:linear-gradient(var(--hero-overlay), var(--hero-overlay)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='600'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23451a03'/%3E%3Cstop offset='100%25' stop-color='%231c1917'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23g)' width='800' height='600'/%3E%3C/svg%3E");background-position:50%;background-size:cover;align-items:flex-end;min-height:min(92dvh,720px);padding:clamp(2rem,8vw,5rem) clamp(1rem,4vw,1.5rem);display:flex;position:relative}.hero__content{width:100%;max-width:1120px;margin:0 auto;padding-bottom:clamp(1rem,4vw,2rem)}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;margin:0 0 .75rem;font-size:.8125rem;font-weight:600}.hero__title{letter-spacing:-.04em;color:#fff;margin:0 0 1rem;font-size:clamp(2.75rem,10vw,4.25rem);font-weight:700;line-height:1.05}.hero__lead{color:#ffffffe0;max-width:34rem;margin:0 0 1.75rem;font-size:clamp(1rem,2.8vw,1.1875rem);line-height:1.6}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.35rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn--primary{color:#fff;background:var(--accent)}.btn--primary:hover{background:var(--accent-hover);color:#fff}.btn--ghost{color:#fff;background:#ffffff1f;border-color:#ffffff40}.btn--ghost:hover{color:#fff;background:#fff3}.section{padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,1.5rem)}.section--muted{background:var(--bg-muted)}.section--contact{padding-bottom:clamp(4rem,10vw,6rem)}.section__inner{max-width:1120px;margin:0 auto}.section__inner--narrow{max-width:520px}.section__header{text-align:center;margin-bottom:clamp(2rem,5vw,2.75rem)}.section__title{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2}.section__subtitle{max-width:36rem;color:var(--text-muted);margin:0 auto;font-size:1.0625rem;line-height:1.6}.grid-2{gap:1.25rem;display:grid}@media (width>=640px){.grid-2{grid-template-columns:1fr 1fr;gap:1.5rem}}.card-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem}.card-block__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.card-block__text{color:var(--text-muted);margin:0;font-size:.975rem;line-height:1.65}.feature-list{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md);flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.feature-list__item{border-bottom:1px solid var(--border);gap:.35rem;padding:1.25rem 1.35rem;display:grid}.feature-list__item:last-child{border-bottom:none}@media (width>=640px){.feature-list__item{grid-template-columns:minmax(8rem,12rem) 1fr;align-items:start;gap:1.5rem}}.feature-list__label{color:var(--accent);font-size:.9375rem;font-weight:600}.feature-list__desc{color:var(--text-muted);font-size:.975rem;line-height:1.6}.pill-row{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.pill{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.5rem 1rem;font-size:.875rem}.hours{margin:0}.hours__row{border-bottom:1px solid var(--border);grid-template-columns:1fr;gap:.25rem;padding:1rem 0;display:grid}.hours__row:first-child{padding-top:0}.hours__row:last-child{border-bottom:none;padding-bottom:0}@media (width>=480px){.hours__row{grid-template-columns:1fr 1fr;align-items:baseline;gap:1rem}}.hours dt{margin:0;font-size:.9375rem;font-weight:600}.hours dd{color:var(--text-muted);margin:0;font-size:.9375rem}.contact-grid{gap:1.25rem;display:grid}@media (width>=640px){.contact-grid{grid-template-columns:repeat(3,1fr)}}.contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:1.5rem}.contact-card__title{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .65rem;font-size:.8125rem;font-weight:600}.contact-card__body{margin:0;font-size:1rem;font-style:normal;line-height:1.55}.contact-card__body a{font-weight:500}.contact-note{text-align:center;max-width:36rem;color:var(--text-muted);margin:2rem auto 0;font-size:.8125rem}.footer{border-top:1px solid var(--border);background:var(--bg-muted);margin-top:auto;padding:1.25rem clamp(1rem,4vw,1.5rem)}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;max-width:1120px;margin:0 auto;display:flex}.footer__brand{color:var(--text-muted);font-size:.875rem}.footer__version{letter-spacing:.04em;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}
