:root{
  --ink:#2b2421;--muted:#756965;--paper:#fbf7f2;--cream:#f2e8dd;--line:#ded1c6;
  --wine:#7d2d34;--wine-dark:#562027;--terracotta:#b45d45;--sage:#66765e;--blue:#426d89;
  --shadow:0 20px 60px rgba(72,43,32,.12);--radius:24px;--content:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}/*
 * In-page navigation lands on section elements while the site header remains sticky at the top of the viewport. Without an offset,
 * a browser can align the target section directly behind that header and make the heading appear missing even though navigation
 * technically succeeded. Apply scroll margin only to section IDs, not every form-control ID in <main>, so anchor correction does
 * not alter validation/focus scrolling for the contact fields.
 */main section[id]{scroll-margin-top:96px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.58 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit}/*
 * Native form controls do not all inherit the document font consistently across browser engines. The select element belongs to the
 * same contact-form typography contract as inputs and textareas, so omitting it leaves one control using a platform-default face
 * even though the surrounding field styling is shared. Keep the inheritance rule explicit for all four interactive control types
 * rather than relying on browser-specific defaults that can make the generated form look internally inconsistent.
 */button,input,textarea,select{font:inherit}button{cursor:pointer}.wrap{width:min(calc(100% - 40px),var(--content));margin-inline:auto}.serif,h1,h2,h3{font-family:Georgia,"Times New Roman",serif}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;z-index:100;background:#fff;padding:10px 14px;border-radius:10px}.site-header{position:sticky;top:0;z-index:40;background:rgba(251,247,242,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(125,45,52,.12)}.header-row{display:flex;align-items:center;min-height:78px;gap:28px}.brand{display:flex;align-items:center;text-decoration:none;min-width:230px}.brand img{width:230px;height:auto}.nav{margin-left:auto;display:flex;align-items:center;gap:22px}.nav a{text-decoration:none;font-size:.94rem;font-weight:700}.nav a:hover{color:var(--wine)}.nav .nav-call{padding:10px 14px;border:1px solid var(--wine);border-radius:999px;color:var(--wine)}.nav-toggle{display:none;margin-left:auto;border:0;background:none;padding:10px}.nav-toggle svg{width:28px;height:28px}.hero{padding:48px 0 28px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:stretch}.eyebrow{margin:0 0 12px;color:var(--wine);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}.hero h1{font-size:clamp(2.35rem,3.6vw,3.65rem);line-height:.94;letter-spacing:-.045em;margin:0 0 22px;max-width:760px}.lead{font-size:clamp(1.05rem,1.5vw,1.24rem);max-width:720px;color:#554a46;margin:0 0 28px}.button-row{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 17px;border-radius:14px;text-decoration:none;font-weight:800;border:1px solid transparent}.btn.primary{background:var(--wine);color:#fff}.btn.primary:hover{background:var(--wine-dark)}.btn.secondary{border-color:var(--line);background:#fff}.btn.secondary:hover{border-color:var(--wine);color:var(--wine)}.quick{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:34px}.quick div{background:#fff;padding:15px 17px}.quick span{display:block;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.quick strong{display:block;margin-top:4px}.hero-media{display:grid;grid-template-columns:1fr .72fr;grid-template-rows:1fr 1fr;gap:12px;min-height:570px}.hero-media figure{margin:0;position:relative;overflow:hidden;border-radius:28px;background:#ddd}.hero-media figure:first-child{grid-row:1/3}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media .tag{position:absolute;left:14px;bottom:14px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.9);font-weight:800;font-size:.82rem}/*
 * The nearby-localities line is deliberately compact, but compact text still needs normal-text contrast. Its previous #887a75
 * foreground measured below 4.5:1 against the paper background at this small font size, even though the shared muted token already
 * provides adequate contrast without making the line visually dominant. Reusing --muted preserves the requested subtle hierarchy
 * while aligning this text with the site's accessibility contrast contract.
 */.nearby{margin:14px 0 0;color:var(--muted);font-size:.82rem}.section{padding:78px 0}.section.compact{padding:48px 0}.section-head{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:end;margin-bottom:32px}.section-head h2{font-size:clamp(1.95rem,3vw,2.9rem);line-height:1.02;margin:0;letter-spacing:-.03em}.section-head p{margin:0;color:var(--muted);font-size:1.05rem}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{min-height:240px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;display:flex;flex-direction:column}.service-card svg{width:40px;height:40px;color:var(--wine)}.service-card h3{font-size:1.35rem;margin:18px 0 8px}.service-card p{margin:0;color:var(--muted)}.service-card a{margin-top:auto;padding-top:18px;font-weight:800;color:var(--wine);text-decoration:none}.feature{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:stretch}.feature.reverse .feature-copy{order:2}.feature.reverse .feature-photo{order:1}.feature-copy{background:var(--cream);border-radius:32px;padding:clamp(28px,4vw,52px)}.feature-copy h2{font-size:clamp(1.95rem,2.8vw,2.85rem);line-height:1.05;margin:0 0 18px}.feature-copy p{color:#5e514c}.fact-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 0;padding:0;list-style:none}.fact-list li{display:flex;gap:10px;align-items:flex-start;background:rgba(255,255,255,.62);border-radius:14px;padding:12px}.fact-list svg{width:22px;height:22px;flex:0 0 auto;color:var(--wine)}.feature-photo{min-height:520px;border-radius:32px;overflow:hidden;position:relative;background:#ddd}.feature-photo img{width:100%;height:100%;object-fit:cover}.feature-photo figcaption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(36,29,27,.78);color:white;padding:11px 13px;border-radius:14px;font-size:.86rem}.info-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.info-box{padding:24px;background:#fff;border:1px solid var(--line);border-radius:20px}.info-box strong{display:block;font:700 1.3rem Georgia,serif;margin-bottom:7px}.info-box p{margin:0;color:var(--muted)}/*
 * Opening-hour day labels are semantic row headers in the HTML, but their visual role intentionally remains the same quiet left
 * column that the previous `<td>` cells provided. Resetting the browser's default `<th>` alignment/weight here prevents an
 * accessibility correction from accidentally becoming a design change, while sharing padding/border rules keeps row geometry
 * identical. Gallery tiles are now native anchors for no-script fallback, so they explicitly suppress link decoration and establish
 * a block formatting box while preserving the same card appearance the former buttons had.
 */.hours{width:100%;border-collapse:collapse}.hours th,.hours td{padding:9px 0;border-bottom:1px solid var(--line)}.hours th{text-align:left;font-weight:400}.hours td:last-child{text-align:right;font-weight:800}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery-item{display:block;border:0;padding:0;background:none;color:inherit;text-decoration:none;position:relative;border-radius:18px;overflow:hidden;aspect-ratio:1.2}.gallery-item:nth-child(1),.gallery-item:nth-child(8),.gallery-item:nth-child(15){grid-column:span 2;aspect-ratio:2.42}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.gallery-item:hover img{transform:scale(1.025)}.gallery-item span{position:absolute;left:10px;right:10px;bottom:10px;background:rgba(35,29,27,.78);color:#fff;padding:7px 9px;border-radius:10px;font-size:.82rem;text-align:left}.dialog{border:0;padding:0;background:transparent;max-width:min(1100px,94vw);max-height:92vh}.dialog::backdrop{background:rgba(24,18,16,.88)}.dialog-inner{position:relative;background:#171311;border-radius:20px;overflow:hidden}.dialog img{max-height:82vh;width:auto;max-width:100%;margin:auto}.dialog-close{position:absolute;right:10px;top:10px;border:0;border-radius:999px;background:#fff;width:42px;height:42px;font-size:1.5rem;z-index:2}.calendar-shell{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px}.calendar-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.calendar-nav h1,.calendar-nav h2{margin:0;font-size:clamp(1.7rem,3vw,2.7rem)}.calendar-nav a,.calendar-nav span{padding:10px 14px;border-radius:12px;text-decoration:none;border:1px solid var(--line);font-weight:800}.calendar-nav span{opacity:.35}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.cal-head,.cal-day,.cal-empty{min-height:112px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:9px}.cal-head{min-height:auto;background:var(--cream);text-align:center;font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.cal-empty{background:#faf8f6}/*
 * Past cells must look secondary without applying opacity to the entire subtree. The previous parent opacity blended both date text
 * and event chips with the cell background after PHP had already selected a high-contrast event foreground, reducing ordinary past
 * date text to roughly 2.5:1 and invalidating the event-color contrast guarantee across the CSS/PHP boundary. A muted foreground
 * plus the existing pale background preserves temporal hierarchy while leaving event foreground/background pairs composited at
 * their validated colors.
 */.cal-day.past{background:#faf8f6;color:var(--muted)}.cal-date{font-weight:900}.cal-event{display:block;margin-top:7px;border-radius:9px;padding:6px 7px;color:#fff;font-size:.78rem;font-weight:800;line-height:1.25}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-card{background:var(--wine);color:#fff;border-radius:30px;padding:32px}.contact-card h2{font-size:2.4rem;margin:0 0 18px}.contact-card a{font-weight:800}.contact-lines{display:grid;gap:18px}.contact-lines small{display:block;color:#ead8d8;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.form-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:32px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-weight:800}/*
 * Text-field presentation must not leak onto the privacy checkbox merely because both controls are <input> elements. The earlier
 * broad `.field input` selector forced the checkbox to 100% width and gave it text-input padding, border and background, which can
 * produce a giant or visually displaced control depending on the browser. Limit the shared box treatment to non-checkbox inputs
 * and give the checkbox an explicit intrinsic-size rule so its semantics and native hit target remain intact.
 */
.field input:not([type="checkbox"]),.field textarea,.field select{width:100%;border:1px solid #cfc1b7;background:#fff;border-radius:12px;padding:12px 13px;color:var(--ink)}.field input:not([type="checkbox"]):focus,.field textarea:focus,.field select:focus{outline:3px solid rgba(125,45,52,.13);border-color:var(--wine)}.field input[type="checkbox"]{width:auto;margin:0 .5rem 0 0;padding:0;vertical-align:middle;accent-color:var(--wine)}.field textarea{min-height:150px;resize:vertical}.relax-price{display:grid;grid-template-columns:auto 1fr;gap:8px 20px;align-items:baseline;margin:22px 0;padding:16px 18px;background:rgba(255,255,255,.65);border-radius:16px}.relax-price strong{font-family:Georgia,"Times New Roman",serif;font-size:1.08rem}.relax-price span{font-weight:900;color:var(--wine)}.form-note{font-size:.86rem;color:var(--muted)}.hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.status{padding:12px 14px;border-radius:12px;margin-bottom:16px;background:#eaf4eb;color:#245b31}.status.error{background:#f9e9e7;color:#7f2525}.footer{padding:44px 0;border-top:1px solid var(--line);margin-top:70px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:28px}.footer img{width:220px}.footer p{color:var(--muted)}.footer a{display:block;margin:7px 0}.legal{margin-top:30px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:.86rem}.notice{padding:18px;border-radius:16px;background:#fff8e7;border:1px solid #e8d7a7;color:#6b551e}.amenities{display:flex;flex-wrap:wrap;gap:9px}.amenity{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.87rem;font-weight:700}.amenity svg{width:18px;height:18px;color:var(--wine)}
/*
 * The mobile navigation is progressive enhancement rather than a JavaScript-only gate. Below the breakpoint the ordinary nav stays
 * visibly expanded when scripts are disabled or fail to load, while site.js adds `.js-enabled` only after it has actually started
 * running; only that proven-enhanced state hides the menu behind the disclosure button. This avoids the generated-site failure mode
 * where CSS hides the only navigation at mobile widths even though the control that would reveal it depends on unavailable script.
 *//*
 * Mobile navigation starts from the script-free state instead of from the enhanced disclosure state. Without `.js-enabled` the
 * header is non-sticky, wraps normally and keeps the complete navigation in document flow, which prevents an expanded absolute menu
 * from covering the first page/calendar content and avoids pinning a tall fallback menu to the viewport while the visitor scrolls.
 * site.js adds `.js-enabled` only after execution begins; at that point the compact sticky header and absolutely positioned disclosure
 * are safe because the same running script owns the button, aria state, Escape handling and open/close class transitions.
 */@media(max-width:980px){.site-header{position:static}.header-row{flex-wrap:wrap;gap:0}.nav{position:static;flex:1 0 100%;margin-left:0;background:var(--paper);border-bottom:1px solid var(--line);padding:18px 0;flex-direction:column;align-items:flex-start}.js-enabled .site-header{position:sticky}.js-enabled .header-row{flex-wrap:nowrap;gap:28px}.js-enabled .nav-toggle{display:block}.js-enabled .nav{position:absolute;top:78px;left:0;right:0;display:none;margin-left:0;padding:18px 20px}.js-enabled .nav.open{display:flex}.hero-grid,.section-head,.feature,.contact-grid{grid-template-columns:1fr}.hero-media{min-height:420px}.feature.reverse .feature-copy,.feature.reverse .feature-photo{order:initial}.service-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>:first-child{grid-column:1/-1}}
@media(max-width:640px){.wrap{width:min(calc(100% - 24px),var(--content))}.header-row{min-height:68px}.brand{min-width:0}.brand img{width:188px}.js-enabled .nav{top:68px}.hero{padding-top:28px}.hero h1{font-size:2.25rem;line-height:1.04}.hero-media{grid-template-columns:1fr 1fr;min-height:330px}.hero-media figure:first-child{grid-row:1;grid-column:1/-1}.quick{grid-template-columns:1fr}.service-grid,.info-strip,.field-grid{grid-template-columns:1fr}.section{padding:54px 0}.feature-photo{min-height:350px}.fact-list{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item:nth-child(1),.gallery-item:nth-child(8),.gallery-item:nth-child(15){grid-column:span 2}.calendar-shell{padding:10px;overflow-x:auto}.calendar-grid{min-width:760px}.contact-card,.form-card{padding:23px}.footer-grid{grid-template-columns:1fr}.footer-grid>:first-child{grid-column:auto}.legal{flex-direction:column}.nearby{font-size:.8rem}}

/* The restaurant interior photographs use a dedicated information section rather than being squeezed into generic cards. The asymmetric rail keeps the page recognizably custom while preserving the information-first order: practical restaurant facts come first, then the photographic evidence that supports the newly added amenities. No raster artwork is generated here; these rules only position the local JPEG files. */
.interior-proof{padding-top:22px}.proof-layout{display:grid;grid-template-columns:1.08fr .9fr .62fr;gap:14px;align-items:stretch}.proof-photo{margin:0;border-radius:28px;overflow:hidden;background:#ddd;min-height:410px}.proof-photo img{width:100%;height:100%;object-fit:cover}.proof-photo-tall{min-height:410px}.proof-copy{display:flex;flex-direction:column;justify-content:center;padding:34px;border:1px solid var(--line);border-radius:28px;background:#fff}.proof-copy h2{font-size:clamp(1.9rem,2.6vw,2.65rem);line-height:1.04;margin:0 0 16px;letter-spacing:-.025em}.proof-copy p{margin:0;color:var(--muted);font-size:1.02rem}.proof-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.proof-points span{padding:9px 11px;border-radius:999px;background:var(--cream);font-size:.9rem;font-weight:800}.gallery-item:nth-child(2),.gallery-item:nth-child(10),.gallery-item:nth-child(18){transform:translateY(10px)}
@media(max-width:980px){.proof-layout{grid-template-columns:1fr 1fr}.proof-copy{grid-column:1/-1;grid-row:1}.proof-photo{min-height:360px}.gallery-item:nth-child(2),.gallery-item:nth-child(10),.gallery-item:nth-child(18){transform:none}}
@media(max-width:640px){.proof-layout{grid-template-columns:1fr}.proof-copy{grid-column:auto}.proof-photo{min-height:290px}.proof-photo-tall{min-height:360px}.proof-copy{padding:24px}.proof-points span{font-size:.86rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gallery-item img{transition:none}}

/* Focus and calendar additions are appended instead of rewriting the established design rules. A strong focus ring makes keyboard navigation visible on the custom controls, while reservation notes are rendered inside the event chip so touch users are not forced to depend on a desktop-only title tooltip. These rules do not alter or filter any photograph. */
/*
 * Event notes inherit the exact foreground selected by `calendar_text_color()`, so CSS must not subsequently lower its opacity.
 * Compositing that foreground at 90% against an operator-selected background can push a borderline but valid contrast pair back
 * below the threshold, especially at the note's smaller text size. Keeping full opacity preserves the PHP-calculated color pair
 * all the way to the pixels that the visitor reads instead of silently weakening it in a later presentation layer.
 */:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(125,45,52,.42);outline-offset:3px}.cal-event-note{display:block;margin-top:3px;font-size:.72rem;font-weight:600;line-height:1.25}.gallery-item img,.feature-photo img,.proof-photo img,.hero-media img{background:#e9dfd7}
