:root{--bg:#f8f4ed;--paper:#fffdf8;--brick:#8a2a44;--brick-dark:#5a1a2c;--amber:#c97b1a;--amber-light:#e8a840;--slate:#1a3a5c;--slate-dark:#0f2340;--ink:#201812;--muted:#6b5040;--line:#ddd0b8;--radius:12px;--shadow:0 6px 24px #5a1a2c1a;--serif:"Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;--sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color-scheme:light}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.65}h1,h2,h3{font-family:var(--serif);color:var(--brick-dark);margin:0 0 .6em;line-height:1.15}h1{letter-spacing:-.01em;font-size:clamp(1.9rem,5vw,3rem)}h2{font-size:clamp(1.5rem,3.5vw,2.2rem)}h3{font-size:1.15rem}p{margin:0 0 1em}a{color:var(--brick);text-underline-offset:3px}a:hover{color:var(--brick-dark)}:focus-visible{outline:3px solid var(--slate);outline-offset:3px}address{font-style:normal}img,svg,iframe{max-width:100%;display:block}.container{width:min(1100px,100% - 2rem);margin-inline:auto}.narrow{max-width:760px;margin-inline:auto}.center{text-align:center}.muted{color:var(--muted)}.small{font-size:.9rem}.nowrap{white-space:nowrap}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--brick-dark);color:#fff;border-radius:8px;padding:.5rem 1rem;text-decoration:none;position:absolute;top:-3rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:50;backdrop-filter:blur(8px);border-bottom:3px solid var(--brick);background:#f8f4eded;position:sticky;top:0}.site-header__inner{align-items:center;gap:1.5rem;min-height:4rem;display:flex}.brand{color:var(--ink);white-space:nowrap;flex-direction:column;text-decoration:none;display:flex}.brand__small{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.7rem;line-height:1.2}.brand__name{font-family:var(--serif);color:var(--brick-dark);font-size:1.15rem;font-weight:600;line-height:1.2}.nav{gap:1.2rem;margin:0;padding:0;list-style:none;display:none}@media (width>=860px){.nav{display:flex}}.nav a{color:var(--ink);font-size:.92rem;font-weight:600;text-decoration:none}.nav a:hover{color:var(--brick)}.site-header__actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.lang{color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:.25rem .65rem;font-size:.85rem;font-weight:700;text-decoration:none}.lang:hover{color:var(--brick);border-color:var(--brick)}.header-call__short{display:none}@media (width<=519px){.site-header__inner{gap:.75rem;min-height:3.5rem}.site-header__actions{gap:.5rem}.header-call__number{display:none}.header-call__short{display:inline}}.btn{white-space:nowrap;border:2px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.btn--primary{background:var(--brick);color:#fff;border-color:var(--brick)}.btn--primary:hover{background:var(--brick-dark);border-color:var(--brick-dark);color:#fff}.btn--ghost{border-color:var(--brick);color:var(--brick);background:0 0}.btn--ghost:hover{background:var(--brick);color:#fff}.btn--small{padding:.4rem .9rem;font-size:.86rem}.hero{background:linear-gradient(135deg, var(--bg) 0%, #ede3d0 100%);border-bottom:1px solid var(--line);padding:4rem 0 5rem}.hero__grid{align-items:center;gap:2.5rem;display:grid}@media (width>=860px){.hero__grid{grid-template-columns:1.1fr 1fr}}.kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:.5em;font-size:.78rem;font-weight:700}.lead{color:var(--muted);max-width:52ch;margin-bottom:1.4rem;font-size:1.12rem}.cta-row{flex-wrap:wrap;gap:.7rem;margin-bottom:1.2rem;display:flex}.cta-row--center{justify-content:center}.ratings{color:var(--muted);flex-direction:column;gap:.3rem;font-size:.88rem;display:flex}.stars{color:var(--amber);letter-spacing:.04em}.section{padding:4.5rem 0}.section--tinted{background:var(--paper)}.section--dark{background:var(--slate-dark);color:#e8dfc8}.section--dark h2{color:var(--amber-light)}.section--dark p{color:#cfc4a8}.section--dark a{color:var(--amber-light)}.section-intro{margin-bottom:1.75rem}.two-col{align-items:start;gap:3rem;display:grid}@media (width>=780px){.two-col{grid-template-columns:1fr 1fr}}.photo{margin:0}.photo img{width:100%;height:auto;aspect-ratio:var(--ratio,auto);object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow);background:#e8d9be}.photo figcaption{color:var(--muted);margin-top:.5rem;font-size:.78rem}.hero__photo img{box-shadow:0 18px 40px #5a1a2c2e}.dishes{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.6rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.dish{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;flex-direction:column;display:flex;overflow:hidden}.dish .photo img{box-shadow:none;border-radius:0}.dish__body{border-top:3px solid var(--amber);padding:1.1rem 1.35rem 1.4rem}.dish h3{margin-bottom:.35em;font-size:1.1rem}.dish p{color:var(--muted);margin:0;font-size:.94rem}.menu-extra{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;gap:2rem;margin:2.5rem 0 1rem;padding:1.75rem 2rem;display:grid}@media (width>=780px){.menu-extra{grid-template-columns:1fr 1fr}}.also{columns:2 14ch;column-gap:1.5rem;margin:0;padding-left:1.1rem}.also li{break-inside:avoid;margin-bottom:.3rem}.prices{flex-direction:column;gap:.7rem;margin:0 0 .8rem;display:flex}.prices dt{color:var(--brick-dark);font-weight:700}.prices dd{color:var(--muted);margin:0}.locale{align-items:start;gap:2.5rem;display:grid}@media (width>=860px){.locale{grid-template-columns:5fr 7fr}.locale__sign{grid-row:span 2;position:sticky;top:6rem}}.features{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.features li{padding-left:1.6rem;position:relative}.features li:before{content:"✓";color:var(--amber);font-weight:700;position:absolute;left:0}.reviews{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.4rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.review{border-radius:var(--radius);height:100%;box-shadow:var(--shadow);background:#fff;flex-direction:column;justify-content:space-between;gap:1rem;margin:0;padding:1.5rem;display:flex}.review blockquote{margin:0}.review blockquote p{font-family:var(--serif);color:var(--brick-dark);margin:0;font-size:1.2rem;line-height:1.35}.review blockquote p:before{content:"“";color:var(--amber)}.review blockquote p:after{content:"”";color:var(--amber)}.review figcaption{color:var(--muted);font-size:.82rem}.reggia{align-items:center;gap:2.5rem;display:grid}@media (width>=780px){.reggia{grid-template-columns:3fr 2fr}}.reggia__photo img{--ratio:4 / 5;object-position:center 60%;box-shadow:none}.section--dark .photo figcaption{color:#a8a08c}.btn--light{border-color:var(--amber-light);color:var(--amber-light);margin-top:.5rem}.btn--light:hover{background:var(--amber-light);color:var(--slate-dark)}@media (width<=639px){.hero{padding:2.5rem 0 3rem}.hero__photo img{--ratio:16 / 10}.dishes{gap:.9rem}.dish{flex-direction:row;align-items:stretch}.dish .photo{flex:0 0 104px}.dish .photo img{--ratio:auto;height:100%;min-height:104px}.dish__body{border-top:0;border-left:3px solid var(--amber);padding:.8rem 1rem}.dish h3{font-size:1rem}.dish p{font-size:.88rem;line-height:1.5}.locale{grid-template-columns:1fr 1fr;gap:1rem}.locale__sign{grid-area:1/1}.locale__room{grid-area:1/2}.locale__room img{--ratio:3 / 4;object-position:60% center}.locale__copy{grid-area:2/1/auto/-1;margin-top:1rem}.reggia__photo img{--ratio:3 / 2;object-position:center 70%}.hours__photo{display:none}}.en-blurb{background:var(--slate-dark);color:#e8dfc8;border-radius:var(--radius);margin-top:2rem;padding:2rem 2.5rem}.en-blurb h3{color:var(--amber-light);margin-bottom:.75rem;font-size:1.1rem}.en-blurb p{color:#cfc4a8;margin:0;font-size:.97rem}.hours-table{border-collapse:collapse;width:100%;margin-bottom:1rem}.hours-table th,.hours-table td{padding:.4rem .45rem;font-size:.93rem}.hours-table th{text-align:left;width:42%;color:var(--brick-dark);font-weight:600}.hours-table tr:not(:last-child){border-bottom:1px solid var(--line)}.note{color:var(--muted);font-size:.83rem;font-style:italic}.confirm-note{color:#7a3000;font-size:.86rem;font-style:normal;font-weight:500}.map-wrap{border-radius:var(--radius);box-shadow:var(--shadow);margin:1.5rem 0 1rem;position:relative;overflow:hidden}.map-wrap iframe{border:none;width:100%;height:340px}.not-found{align-content:center;min-height:60vh;display:grid}.section--brick{background:var(--brick);color:#f6e9dc}.contact{text-align:center;max-width:640px;margin-inline:auto}.contact h2{color:#fff}.contact .lead{color:#f0dccf;margin-inline:auto;margin-bottom:2rem}.btn--call{background:var(--paper);color:var(--brick-dark);border-color:var(--paper);font-family:var(--serif);padding:.75rem 1.9rem;font-size:clamp(1.25rem,3vw,1.6rem);box-shadow:0 10px 28px #28081247}.btn--call:hover{background:var(--amber-light);border-color:var(--amber-light);color:var(--brick-dark)}.contact__hint{color:#e6c9bd;margin:1.1rem 0 0;font-size:.9rem}.site-footer{background:var(--brick-dark);color:#f0e8d8;padding:3.5rem 0 2rem;font-size:.92rem}.site-footer__grid{gap:2rem;display:grid}@media (width>=640px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer .brand__name{color:var(--amber-light);margin-bottom:.5rem;font-size:1.2rem}.site-footer address{color:#d0c0a4;font-style:normal;line-height:1.8}.site-footer a{color:var(--amber-light);text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer__label{text-transform:uppercase;letter-spacing:.12em;color:#b89c8c;margin-bottom:.7rem;font-size:.75rem;font-weight:700}.site-footer__links{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__links a{color:#f0e8d8}.site-footer__bottom{color:#a89080;border-top:1px solid #ffffff1f;margin-top:2.75rem;padding-top:1.25rem;font-size:.78rem}.site-footer__bottom p{margin:0 0 .4rem}.site-footer__notes{opacity:.85;max-width:90ch;line-height:1.6}
