.skip-link{position:absolute;left:-9999px;top:0;background:var(--color-espresso);color:var(--color-cream);padding:.75rem 1.25rem;z-index:100;border-radius:0 0 8px}.skip-link:focus{left:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}h1,h2,h3{font-family:var(--font-display);color:var(--color-espresso);line-height:1.15;margin:0}p{line-height:1.65;margin:0}.section-eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:600;color:var(--color-terracotta-dark);margin:0 0 .5rem}.section-intro{text-align:center;max-width:640px;margin:0 auto var(--space-lg)}.section-intro h2{font-size:clamp(1.6rem,3vw,2.1rem)}.site-header{position:sticky;top:0;z-index:50;background:#faf3e8eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--color-line)}.site-header__inner{max-width:1120px;margin:0 auto;padding:1rem var(--space-md);display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.brand{font-family:var(--font-display);font-weight:600;font-size:1.15rem;color:var(--color-espresso);text-decoration:none}.site-nav{display:flex;gap:var(--space-md);flex-wrap:wrap}.site-nav a{color:var(--color-espresso-soft);text-decoration:none;font-weight:500;font-size:.95rem}.site-nav a:hover{color:var(--color-terracotta-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.6rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease;border:2px solid transparent}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn--primary{background:var(--color-terracotta);color:#fff8f0}.btn--primary:hover{background:var(--color-terracotta-dark)}.btn--secondary{background:transparent;color:var(--color-espresso);border-color:var(--color-line)}.btn--secondary:hover{border-color:var(--color-terracotta);color:var(--color-terracotta-dark)}.hero{background:linear-gradient(180deg,var(--color-cream-deep) 0%,var(--color-cream) 65%);padding:var(--space-xl) var(--space-md)}.hero__inner{max-width:760px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:var(--space-sm)}.hero__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:600;color:var(--color-terracotta-dark)}.hero h1{font-size:clamp(2rem,5vw,3.25rem)}.hero__subcopy{font-size:1.1rem;color:var(--color-espresso-soft);max-width:560px;margin:0 auto}.hero__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-sm)}.about{padding:var(--space-lg) var(--space-md);border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.about__inner{max-width:680px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:var(--space-sm)}.about__inner p:last-child{color:var(--color-espresso-soft);font-size:1.05rem}.menu{padding:var(--space-xl) var(--space-md)}.menu__inner{max-width:1120px;margin:0 auto}.menu__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-lg)}.menu-category h3{font-size:1.3rem;margin-bottom:var(--space-sm);padding-bottom:var(--space-xs);border-bottom:2px solid var(--color-terracotta);display:inline-block}.menu-category ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.menu-category li{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm);border-bottom:1px dashed var(--color-line);padding-bottom:var(--space-xs)}.menu-item__text{display:flex;flex-direction:column}.menu-item__name{font-weight:600;color:var(--color-espresso)}.menu-item__note{font-size:.85rem;color:var(--color-espresso-soft)}.menu-item__price{font-weight:600;color:var(--color-terracotta-dark);white-space:nowrap}.hours{padding:var(--space-xl) var(--space-md);background:var(--color-cream-deep)}.hours__inner{max-width:560px;margin:0 auto;text-align:center}.hours-table{width:100%;border-collapse:collapse;background:var(--color-cream);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #3a2a2014}.hours-table th,.hours-table td{padding:.9rem 1.25rem;text-align:left;border-bottom:1px solid var(--color-line);font-weight:400}.hours-table tr:last-child th,.hours-table tr:last-child td{border-bottom:none}.hours-table th{font-weight:600;color:var(--color-espresso)}.hours-table td{text-align:right;color:var(--color-espresso-soft)}.hours-note{margin-top:var(--space-sm);font-size:.9rem;color:var(--color-espresso-soft)}.visit{padding:var(--space-xl) var(--space-md)}.visit__inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:center}.visit-list{margin:var(--space-md) 0;display:flex;flex-direction:column;gap:var(--space-sm)}.visit-list dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-terracotta-dark);font-weight:600}.visit-list dd{margin:.15rem 0 0;font-size:1.05rem}.visit-list a{color:var(--color-espresso)}.visit__map{height:280px;border-radius:16px;background:repeating-linear-gradient(45deg,var(--color-cream-deep),var(--color-cream-deep) 12px,var(--color-cream) 12px,var(--color-cream) 24px);border:1px solid var(--color-line);display:flex;align-items:center;justify-content:center;color:var(--color-espresso-soft);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.site-footer{background:var(--color-espresso);color:#efe3d3;padding:var(--space-lg) var(--space-md)}.site-footer__inner{max-width:1120px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-sm);font-size:.9rem}.site-footer nav{display:flex;gap:var(--space-md)}.site-footer a{color:#efe3d3;text-decoration:none}.site-footer a:hover{color:var(--color-terracotta)}@media (max-width: 720px){.visit__inner{grid-template-columns:1fr}.visit__map{order:-1;height:200px}}html,body{margin:0;padding:0}*{box-sizing:border-box}:root{--color-cream: #faf3e8;--color-cream-deep: #f2e6d3;--color-espresso: #3a2a20;--color-espresso-soft: #5c4636;--color-terracotta: #c1653b;--color-terracotta-dark: #a44f2a;--color-line: rgba(58, 42, 32, .12);--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.75rem;--space-lg: 3rem;--space-xl: 5rem;color-scheme:light}body{font-family:var(--font-body);background:var(--color-cream);color:var(--color-espresso);-webkit-font-smoothing:antialiased}@media (prefers-reduced-motion: no-preference){.reveal{animation:fade-up .6s ease both}}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}a:focus-visible,button:focus-visible{outline:3px solid var(--color-terracotta-dark);outline-offset:2px}
