:root{--paper:#f8f4ee;--ink:#1f2527;--muted:#6b777c;--line:rgba(31,37,39,.12);--accent:#b96c3a;--dark:#152027;--radius:22px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:94px}
body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.55}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%}
.container{width:min(calc(100% - 32px),1180px);margin-inline:auto}
.demo-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);background:rgba(248,244,238,.86);backdrop-filter:blur(18px)}
.demo-nav{display:flex;min-height:74px;align-items:center;justify-content:space-between}
.demo-logo{font-family:Manrope,Inter,Arial,sans-serif;font-size:.9rem;font-weight:800;letter-spacing:.08em}
.demo-links{display:flex;align-items:center;gap:24px;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.demo-pill,.demo-button{display:inline-flex;align-items:center;border-radius:999px;font-size:.8rem;font-weight:800}
.demo-pill{padding:12px 17px;background:var(--dark);color:#fff;white-space:nowrap}
.demo-button{padding:12px 17px;border:0;cursor:pointer}
.demo-button.primary{background:var(--dark);color:#fff}
.demo-button.secondary{border:1px solid var(--line);background:transparent;color:var(--ink)}
.demo-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.demo-hero-grid>*{min-width:0}
.visual{position:relative;overflow:hidden}
.section{padding:84px 0}
.section.alt{background:#fff}
.section-heading{max-width:720px;margin-bottom:34px}
.detail-list{display:grid;gap:14px;margin-top:22px}
.detail-item{display:flex;justify-content:space-between;gap:18px;padding-bottom:13px;border-bottom:1px solid var(--line);font-size:.85rem}
.detail-item:last-child{padding-bottom:0;border-bottom:0}
.detail-item span{color:var(--muted)}
.detail-item strong{text-align:right}
.tag-row{display:flex;flex-wrap:wrap;gap:9px}
.tag{display:inline-flex;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);color:var(--muted);font-size:.72rem;font-weight:800}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.form-grid label{display:grid;gap:6px;color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font:inherit;font-size:.86rem}
.form-grid .wide,.form-grid>button{grid-column:1/-1}
.form-grid>button{justify-content:center}
.form-note{margin:13px 0 0;color:var(--muted);font-size:.75rem}
.demo-footer{padding:25px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.76rem}
.demo-modal{position:fixed;inset:0;z-index:100;place-items:center;padding:20px}
.demo-modal-backdrop{position:absolute;inset:0;background:rgba(10,18,22,.64);backdrop-filter:blur(7px)}
.demo-modal-card{position:relative;width:min(100%,540px);padding:30px;border-radius:24px;background:var(--paper);box-shadow:0 26px 80px rgba(0,0,0,.28)}
.demo-modal-card:focus{outline:none}
.demo-modal-card h2{margin:0 0 13px;font-family:Manrope,Inter,Arial,sans-serif;font-size:2rem;letter-spacing:-.06em;line-height:1.02}
.demo-modal-card p:not(.eyebrow){color:var(--muted);font-size:.9rem}
.demo-modal-close{position:absolute;top:14px;right:16px;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:1.65rem}
.demo-modal-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.demo-modal-actions button{cursor:pointer}
.skip-link{position:fixed;left:14px;top:12px;z-index:999;padding:9px 13px;border-radius:999px;background:#fff;color:#152027;font-size:.74rem;font-weight:800;box-shadow:0 12px 24px rgba(0,0,0,.16);transform:translateY(-160%);transition:transform .2s ease}
.skip-link:focus{transform:none}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;border:0!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.compact-label{display:none}
:where(a,button,input,textarea,select):focus-visible{outline:3px solid var(--accent);outline-offset:4px}
@media(max-width:540px){.form-grid{grid-template-columns:1fr}.form-grid label{grid-column:1/-1}}
.restaurant-reservation-form input[type="date"],
.restaurant-reservation-form select{
  -webkit-appearance:none;
  appearance:none;
  padding-right:44px;
  background-color:rgba(255,255,255,.86);
  color:#3b2b23;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 6px 14px rgba(72,46,32,.035);
}
.restaurant-reservation-form select{
  background-image:linear-gradient(45deg,transparent 50%,#a15f39 50%),linear-gradient(135deg,#a15f39 50%,transparent 50%);
  background-position:calc(100% - 19px) 50%,calc(100% - 14px) 50%;
  background-size:5px 5px,5px 5px;
  background-repeat:no-repeat;
}
.restaurant-reservation-form input[type="date"]::-webkit-calendar-picker-indicator{opacity:.62;cursor:pointer}
.restaurant-reservation-form .restaurant-control-field.is-enhanced>input,
.restaurant-reservation-form .restaurant-control-field.is-enhanced>select{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  border:0;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  overflow:hidden;
  white-space:nowrap;
}
.restaurant-control{position:relative;min-width:0;text-transform:none;letter-spacing:normal;font-weight:400}
.restaurant-control-trigger{
  position:relative;
  display:flex;
  align-items:center;
  width:100%;
  min-height:46px;
  border:1px solid rgba(91,58,40,.18);
  border-radius:12px;
  padding:12px 44px 12px 13px;
  background:rgba(255,255,255,.86);
  color:#3b2b23;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 6px 14px rgba(72,46,32,.045);
  font:inherit;
  font-size:.84rem;
  line-height:1.35;
  text-align:left;
  cursor:pointer;
  transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.restaurant-control-trigger:hover{border-color:rgba(151,81,45,.42);background:#fffdf9}
.restaurant-control-trigger:disabled{cursor:not-allowed;opacity:.62;background:rgba(245,239,232,.78)}
.restaurant-control-trigger:focus-visible{outline:3px solid rgba(189,117,66,.48);outline-offset:3px}
.restaurant-control.is-open .restaurant-control-trigger{border-color:rgba(151,81,45,.68);background:#fffdf9;box-shadow:0 0 0 4px rgba(189,117,66,.12),0 10px 22px rgba(72,46,32,.08)}
.restaurant-control-value{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.restaurant-control-value.is-placeholder{color:#9b877b}
.restaurant-control-arrow{
  position:absolute;
  top:50%;
  right:17px;
  width:8px;
  height:8px;
  border-right:2px solid #a15f39;
  border-bottom:2px solid #a15f39;
  transform:translateY(-68%) rotate(45deg);
  transform-origin:center;
  transition:transform .2s ease;
  pointer-events:none;
}
.restaurant-control.is-open .restaurant-control-arrow{transform:translateY(-28%) rotate(225deg)}
.restaurant-calendar-icon{
  position:absolute;
  top:50%;
  right:15px;
  width:15px;
  height:14px;
  border:1.7px solid #a15f39;
  border-radius:3px;
  transform:translateY(-48%);
  pointer-events:none;
}
.restaurant-calendar-icon:before{
  content:"";
  position:absolute;
  left:-1.7px;
  right:-1.7px;
  top:3px;
  border-top:1.7px solid #a15f39;
}
.restaurant-calendar-icon:after{
  content:"";
  position:absolute;
  left:3px;
  top:-3px;
  width:5px;
  height:3px;
  border-left:1.7px solid #a15f39;
  border-right:1.7px solid #a15f39;
}
.restaurant-control-popover{
  position:absolute;
  z-index:80;
  left:0;
  right:0;
  top:calc(100% + 9px);
  padding:7px;
  border:1px solid rgba(112,69,44,.17);
  border-radius:14px;
  background:#fffaf4;
  box-shadow:0 22px 48px rgba(45,27,19,.2);
  opacity:0;
  visibility:hidden;
  transform:translateY(-7px) scale(.985);
  transform-origin:top;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
}
.restaurant-control.is-open .restaurant-control-popover{opacity:1;visibility:visible;transform:none}
.restaurant-control.opens-up .restaurant-control-popover{top:auto;bottom:calc(100% + 9px);transform:translateY(7px) scale(.985);transform-origin:bottom}
.restaurant-control.is-open.opens-up .restaurant-control-popover{transform:none}
.restaurant-select-popover{display:grid;gap:3px;max-height:min(286px,48vh);overflow:auto}
.restaurant-control-option{
  position:relative;
  width:100%;
  border:0;
  border-radius:9px;
  padding:10px 32px 10px 10px;
  background:transparent;
  color:#5b4439;
  font:inherit;
  font-size:.82rem;
  line-height:1.35;
  text-align:left;
  cursor:pointer;
  transition:background-color .16s ease,color .16s ease;
}
.restaurant-control-option:hover,.restaurant-control-option:focus-visible{outline:0;background:rgba(189,117,66,.11);color:#35251e}
.restaurant-control-option[aria-selected="true"]{background:rgba(189,117,66,.15);color:#7e4325;font-weight:800}
.restaurant-control-option[aria-selected="true"]:after{
  content:"✓";
  position:absolute;
  right:10px;
  top:50%;
  color:#a15f39;
  font-size:.76rem;
  transform:translateY(-50%);
}
.restaurant-calendar-popover{right:auto;width:min(356px,calc(100vw - 32px));padding:12px}
.restaurant-calendar-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:6px;margin-bottom:10px}
.restaurant-calendar-title{margin:0;color:#4b3429;font-size:.78rem;font-weight:800;letter-spacing:.045em;text-align:center;text-transform:uppercase}
.restaurant-calendar-nav{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid rgba(112,69,44,.13);
  border-radius:9px;
  background:rgba(255,255,255,.66);
  color:#9b5734;
  cursor:pointer;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease;
}
.restaurant-calendar-nav:hover,.restaurant-calendar-nav:focus-visible{background:#fff;border-color:rgba(151,81,45,.4);color:#753f26}
.restaurant-calendar-nav:disabled{opacity:.35;cursor:not-allowed}
.restaurant-calendar-nav span{width:7px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor}
.restaurant-calendar-prev span{transform:rotate(45deg);margin-left:3px}
.restaurant-calendar-next span{transform:rotate(225deg);margin-right:3px}
.restaurant-calendar-weekdays,.restaurant-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.restaurant-calendar-weekdays{margin-bottom:4px}
.restaurant-calendar-weekdays span{color:#a38a7c;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}
.restaurant-calendar-day,.restaurant-calendar-blank{min-width:0;height:45px;min-height:45px}
.restaurant-calendar-day{
  display:grid;
  place-items:center;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#5b4439;
  font:inherit;
  font-size:.74rem;
  cursor:pointer;
  transition:background-color .15s ease,color .15s ease,box-shadow .15s ease;
}
.restaurant-calendar-day:hover,.restaurant-calendar-day:focus-visible{outline:0;background:rgba(189,117,66,.12);color:#703b22}
.restaurant-calendar-day.is-today{box-shadow:inset 0 0 0 1px rgba(189,117,66,.42)}
.restaurant-calendar-day.is-selected{background:#a95f37;color:#fff;box-shadow:0 6px 14px rgba(169,95,55,.2);font-weight:800}
.restaurant-calendar-day:disabled{color:#d4c8bf;cursor:not-allowed;background:transparent;box-shadow:none}
.restaurant-control-field.is-invalid .restaurant-control-trigger{border-color:rgba(180,71,56,.72);box-shadow:0 0 0 4px rgba(180,71,56,.09)}
.restaurant-control-error{display:none;margin:0;color:#a4473b;font-size:.66rem;font-weight:800;letter-spacing:.015em;text-transform:none}
.restaurant-control-field.is-invalid .restaurant-control-error{display:block}
@media(max-width:700px){
  .restaurant-control-trigger{min-height:48px;padding-right:45px}
  .restaurant-control-popover,
  .restaurant-control.opens-up .restaurant-control-popover{
    position:fixed;
    z-index:125;
    left:14px;
    right:14px;
    top:auto;
    bottom:max(14px,env(safe-area-inset-bottom));
    width:auto;
    max-height:min(68svh,520px);
    overflow:auto;
    padding:10px;
    border-radius:22px;
    box-shadow:0 28px 80px rgba(35,20,14,.32);
    transform:translateY(18px) scale(.985);
    transform-origin:bottom center;
  }
  .restaurant-control.is-open .restaurant-control-popover,
  .restaurant-control.is-open.opens-up .restaurant-control-popover{top:auto;bottom:max(14px,env(safe-area-inset-bottom));transform:none}
  .restaurant-control .restaurant-calendar-popover{width:auto;padding:12px}
  .restaurant-calendar-weekdays,.restaurant-calendar-grid{gap:2px}
  .restaurant-control-option{min-height:46px;padding-top:12px;padding-bottom:12px}
}
.restaurant-control-trigger,
.restaurant-control-option,
.restaurant-calendar-nav,
.restaurant-calendar-day{grid-column:auto}
.restaurant-reservation-form .restaurant-control-trigger{
  justify-content:flex-start;
  text-align:left;
  font-weight:700;
}
.restaurant-reservation-form .restaurant-control-value{
  width:100%;
  text-align:left;
  font-weight:700;
}
.restaurant-reservation-form .restaurant-control-option{
  font-weight:700;
}
.restaurant-reservation-form input[type="date"],
.restaurant-reservation-form select{
  text-align:left;
  font-weight:700;
}
.restaurant{
  --fn-cream:#fffaf4;
  --fn-paper:#f4eee6;
  --fn-paper-warm:#f1e7dc;
  --fn-ink:#2a1f19;
  --fn-muted:#705f55;
  --fn-copper:#a9542d;
  --fn-copper-deep:#7d371d;
  --fn-copper-soft:#efb678;
  --fn-espresso:#241914;
  --fn-espresso-2:#1d130f;
  --fn-espresso-3:#33221b;
  --fn-line:rgba(72,46,32,.14);
  --fn-line-soft:rgba(72,46,32,.09);
  --fn-line-dark:rgba(255,255,255,.11);
  --fn-radius-sm:12px;
  --fn-radius-card:22px;
  --fn-radius-media:28px;
  --fn-shadow-soft:0 12px 30px rgba(72,46,32,.08);
  --fn-shadow-elevated:0 24px 60px rgba(63,36,24,.16);
  --paper:var(--fn-paper);
  --ink:var(--fn-ink);
  --muted:var(--fn-muted);
  --line:var(--fn-line);
  --accent:var(--fn-copper);
  --accent-deep:var(--fn-copper-deep);
  --dark:var(--fn-espresso);
  --cream:var(--fn-cream);
  --serif:"Cormorant Garamond",Georgia,serif;
  background:var(--fn-paper);
}
.restaurant .container{width:min(calc(100% - 48px),1240px)}
.restaurant section[id]{scroll-margin-top:96px}
.restaurant .eyebrow{
  margin:0 0 15px;
  color:var(--fn-copper-deep);
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.18em;
  line-height:1.15;
  text-transform:uppercase;
}
.restaurant .demo-button,
.restaurant .demo-pill,
.restaurant-line-button,
.restaurant-text-link,
.restaurant-footer-actions a,
.restaurant-footer-actions button{
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease,opacity .22s ease;
}
.restaurant .demo-button{
  align-items:center;
  justify-content:center;
  min-height:45px;
  padding:12px 18px;
  font-size:.71rem;
  font-weight:800;
  letter-spacing:.035em;
  line-height:1;
  text-transform:uppercase;
}
.restaurant .demo-button.primary,
.restaurant .demo-pill{
  background:var(--fn-espresso);
  color:#fff;
}
.restaurant .demo-button.primary:hover,
.restaurant .demo-pill:hover{
  background:#3a271f;
  box-shadow:0 13px 28px rgba(37,21,15,.18);
  transform:translateY(-2px);
}
.restaurant .demo-button.secondary{
  border-color:rgba(72,46,32,.22);
  background:rgba(255,255,255,.3);
  color:var(--fn-ink);
}
.restaurant .demo-button.secondary:hover{
  border-color:rgba(125,55,29,.42);
  background:rgba(255,255,255,.58);
  box-shadow:0 10px 22px rgba(63,36,24,.09);
  transform:translateY(-2px);
}
.restaurant-text-link{
  display:inline-flex;
  align-items:center;
  gap:4px;
  border:0;
  background:transparent;
  color:var(--fn-copper-deep);
  cursor:pointer;
  font:inherit;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.restaurant-text-link span{transition:transform .2s ease}
.restaurant-text-link:hover span{transform:translate(2px,-2px)}
.restaurant-reveal-ready .restaurant-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .62s cubic-bezier(.2,.7,.2,1),transform .62s cubic-bezier(.2,.7,.2,1);
  transition-delay:var(--restaurant-reveal-delay,0ms);
}
.restaurant-reveal-ready .restaurant-reveal.is-revealed{opacity:1;transform:none}
.restaurant-reveal-ready .restaurant-reveal-soft{transform:translateY(15px)}
.restaurant .demo-header{
  background:rgba(244,238,230,.92);
  border-color:rgba(72,46,32,.12);
  box-shadow:0 1px 0 rgba(255,255,255,.66),0 8px 26px rgba(64,38,27,.045);
  backdrop-filter:blur(18px);
  transition:background .26s ease,box-shadow .26s ease,border-color .26s ease;
}
.restaurant .restaurant-header.is-scrolled{
  background:rgba(244,238,230,.97);
  border-color:rgba(72,46,32,.16);
  box-shadow:0 10px 28px rgba(63,36,24,.075);
}
.restaurant .restaurant-nav{
  position:relative;
  min-height:76px;
  gap:22px;
}
.restaurant-logo{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:12px;
}
.restaurant-logo-mark-image{
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 46px;
  width:46px;
  height:46px;
  transition:transform .3s ease,filter .3s ease;
}
.restaurant-logo-mark-image img{display:block;width:100%;height:100%;object-fit:contain}
.restaurant-header .restaurant-logo-mark-image img{position:absolute;inset:0;transition:opacity .24s ease}
.restaurant-header .restaurant-logo-mark-light{opacity:0}
.restaurant-logo:hover .restaurant-logo-mark-image{transform:translateY(-1px) scale(1.025);filter:drop-shadow(0 8px 14px rgba(63,36,24,.13))}
.restaurant-logo-copy{display:grid;line-height:1}
.restaurant-logo-copy strong{
  color:var(--fn-ink);
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:.83rem;
  font-weight:800;
  letter-spacing:.11em;
}
.restaurant-logo-copy b{color:var(--fn-copper);font-weight:800}
.restaurant-logo-copy small{
  margin-top:5px;
  color:#7d6b60;
  font-size:.54rem;
  font-weight:750;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.restaurant .restaurant-links{
  display:flex;
  align-items:center;
  gap:25px;
  color:rgba(42,31,25,.78);
  font-size:.69rem;
  font-weight:800;
  letter-spacing:.095em;
}
.restaurant .restaurant-links>a:not(.demo-pill){
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:76px;
  padding-block:28px;
}
.restaurant .restaurant-links>a:not(.demo-pill)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:20px;
  height:1px;
  border-radius:999px;
  background:var(--fn-copper-deep);
  transform:scaleX(0);
  transform-origin:right center;
  transition:transform .23s ease;
}
.restaurant .restaurant-links>a:not(.demo-pill):hover,
.restaurant .restaurant-links>a:not(.demo-pill).is-active{color:var(--fn-copper-deep)}
.restaurant .restaurant-links>a:not(.demo-pill):hover::after,
.restaurant .restaurant-links>a:not(.demo-pill).is-active::after{transform:scaleX(1);transform-origin:left center}
.restaurant .demo-pill{padding:12px 17px;font-size:.67rem;letter-spacing:.07em}
.restaurant-nav-toggle{display:none}
.restaurant-hero{
  display:flex;
  min-height:calc(100vh - 76px);
  min-height:calc(100svh - 76px);
  align-items:center;
  padding:24px 0 34px;
  background:
    radial-gradient(circle at 13% 18%,rgba(223,149,104,.11),transparent 28%),
    linear-gradient(180deg,#f6f0e8 0%,var(--fn-paper) 100%);
}
.restaurant-hero-shell{width:100%}
.restaurant .restaurant-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);
  gap:clamp(36px,5vw,76px);
  align-items:center;
}
.restaurant-hero-copy{padding:9px 0 4px}
.restaurant .restaurant-hero-copy h1{
  max-width:680px;
  margin:0 0 21px;
  color:var(--fn-ink);
  font-family:var(--serif);
  font-size:clamp(5.35rem,6.45vw,6.85rem);
  font-weight:700;
  letter-spacing:-.068em;
  line-height:.84;
  text-wrap:balance;
}
.restaurant .restaurant-hero-copy h1 span{display:block;white-space:nowrap}
.restaurant .lead{
  max-width:570px;
  margin:0;
  color:var(--fn-muted);
  font-size:1rem;
  line-height:1.68;
}
.restaurant .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.restaurant .restaurant-hero-note{
  margin:19px 0 0;
  color:#7e6a5d;
  font-size:.7rem;
  font-weight:750;
  letter-spacing:.045em;
}
.restaurant .restaurant-hero-note span{padding:0 6px;color:var(--fn-copper)}
.restaurant .restaurant-hero-visual{
  min-height:0;
  height:clamp(500px,68svh,690px);
  border:1px solid rgba(72,46,32,.08);
  border-radius:var(--fn-radius-media);
  background:var(--fn-espresso);
  box-shadow:var(--fn-shadow-elevated);
}
.restaurant .restaurant-hero-visual picture,
.restaurant .restaurant-hero-visual img{display:block;width:100%;height:100%}
.restaurant .restaurant-hero-visual img{object-fit:cover;object-position:center center;transition:transform .7s ease,filter .7s ease}
.restaurant .restaurant-hero-visual:hover img{transform:scale(1.025);filter:saturate(1.035)}
.restaurant .visual-label{
  left:20px;
  right:auto;
  bottom:18px;
  display:grid;
  gap:2px;
  max-width:min(calc(100% - 40px),320px);
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:12px;
  background:rgba(255,250,244,.84);
  color:var(--fn-ink);
  font-size:.68rem;
  line-height:1.35;
  box-shadow:0 11px 24px rgba(26,14,9,.12);
}
.restaurant .visual-label span{color:var(--fn-copper-deep);font-size:.55rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.restaurant .visual-label strong{font-weight:800}
.restaurant .restaurant-menu-section{
  padding:clamp(84px,7.4vw,112px) 0;
  background:linear-gradient(180deg,var(--fn-cream) 0%,#f7efe5 100%);
}
.restaurant-menu-shell{position:relative}
.restaurant-section-heading-row,
.restaurant-premium-heading-row{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:30px;
}
.restaurant .section-heading{max-width:850px;margin:0}
.restaurant .section-heading h2,
.restaurant .restaurant-story-copy h2,
.restaurant .restaurant-craft-copy h2,
.restaurant .restaurant-visit-copy h2,
.restaurant .restaurant-reservation-copy h2{
  font-family:var(--serif);
  font-weight:700;
  letter-spacing:-.056em;
  line-height:.94;
  text-wrap:balance;
}
.restaurant .section-heading h2{max-width:840px;margin:0 0 14px;font-size:clamp(3.7rem,5.1vw,5.45rem)}
.restaurant .section-heading p{max-width:620px;margin:0;color:var(--fn-muted);font-size:.95rem;line-height:1.68}
.restaurant-line-button{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:42px;
  padding:0 0 5px;
  border:0;
  border-bottom:1px solid rgba(125,55,29,.35);
  background:transparent;
  color:var(--fn-copper-deep);
  cursor:pointer;
  font:inherit;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.restaurant-line-button:hover{color:var(--fn-ink);border-bottom-color:rgba(72,46,32,.55)}
.restaurant-premium-menu{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr);
  gap:18px;
  align-items:stretch;
}
.restaurant-featured-dish,
.restaurant-featured-dish figure{min-width:0;height:100%;margin:0}
.restaurant-featured-dish figure{
  position:relative;
  min-height:580px;
  overflow:hidden;
  border-radius:var(--fn-radius-media);
  background:var(--fn-espresso);
  box-shadow:var(--fn-shadow-elevated);
}
.restaurant-featured-dish picture,
.restaurant-featured-dish img{display:block;width:100%;height:100%}
.restaurant-featured-dish img{object-fit:cover;object-position:center 52%;transition:transform .7s ease,filter .7s ease}
.restaurant-featured-dish figure:hover img{transform:scale(1.025);filter:saturate(1.04)}
.restaurant-featured-dish figure::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,13,8,.02) 28%,rgba(24,13,8,.16) 58%,rgba(24,13,8,.82) 100%)}
.restaurant-featured-dish figcaption{
  position:absolute;
  z-index:1;
  left:22px;
  right:22px;
  bottom:20px;
  display:grid;
  gap:5px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:var(--fn-radius-sm);
  background:rgba(30,20,15,.56);
  color:#fff;
  box-shadow:var(--fn-shadow-soft);
  backdrop-filter:blur(10px);
}
.restaurant-featured-dish figcaption span{color:var(--fn-copper-soft);font-size:.58rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.restaurant-featured-dish figcaption strong{font-family:var(--serif);font-size:2rem;font-weight:700;letter-spacing:-.045em;line-height:.95}
.restaurant-curated-menu{
  display:flex;
  flex-direction:column;
  padding:clamp(28px,4vw,46px);
  border:1px solid rgba(72,46,32,.11);
  border-radius:var(--fn-radius-card);
  background:rgba(255,250,244,.84);
  box-shadow:var(--fn-shadow-soft);
}
.restaurant-curated-menu h3{
  max-width:560px;
  margin:0 0 12px;
  color:var(--fn-ink);
  font-family:var(--serif);
  font-size:clamp(2.8rem,4.25vw,4.45rem);
  font-weight:700;
  letter-spacing:-.056em;
  line-height:.92;
  text-wrap:balance;
}
.restaurant-curated-menu>p:not(.eyebrow){max-width:520px;margin:0;color:#735f53;font-size:.88rem;line-height:1.72}
.restaurant-curated-list{display:grid;margin:28px 0 24px;border-top:1px solid rgba(72,46,32,.13)}
.restaurant-curated-list article{display:grid;grid-template-columns:104px minmax(0,1fr) auto;gap:18px;align-items:start;padding:18px 0;border-bottom:1px solid rgba(72,46,32,.13)}
.restaurant-curated-list article>span{padding-top:3px;color:var(--fn-copper-deep);font-size:.56rem;font-weight:800;letter-spacing:.15em;line-height:1.35;text-transform:uppercase}
.restaurant-curated-list h4{margin:0;color:var(--fn-ink);font-family:var(--serif);font-size:1.55rem;font-weight:700;letter-spacing:-.035em;line-height:.96}
.restaurant-curated-list p{max-width:360px;margin:6px 0 0;color:#7b695e;font-size:.71rem;line-height:1.52}
.restaurant-curated-list strong{color:var(--fn-ink);font-family:var(--serif);font-size:1.42rem;letter-spacing:-.035em;line-height:1}
.restaurant-curated-menu .restaurant-text-link{align-self:flex-start;margin-top:auto}
.restaurant-story-section{padding:clamp(92px,8.4vw,126px) 0;background:linear-gradient(180deg,var(--fn-paper) 0%,#f1e7dc 100%)}
.restaurant-story-layout{display:grid;grid-template-columns:minmax(0,1.36fr) minmax(340px,.72fr);gap:0;align-items:center}
.restaurant-editorial-image{position:relative;margin:0;overflow:hidden;background:var(--fn-espresso)}
.restaurant-editorial-image picture,
.restaurant-editorial-image img{display:block;width:100%;height:100%}
.restaurant-editorial-image img{object-fit:cover}
.restaurant-ambience-image{height:clamp(500px,54vw,650px);border-radius:var(--fn-radius-media);box-shadow:var(--fn-shadow-elevated)}
.restaurant-ambience-image img{object-position:center 46%}
.restaurant-ambience-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(21,12,9,.7) 100%);pointer-events:none}
.restaurant-ambience-image figcaption{
  position:absolute;
  z-index:1;
  left:24px;
  bottom:22px;
  display:grid;
  max-width:420px;
  gap:6px;
  padding-left:17px;
  border-left:2px solid var(--fn-copper-soft);
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.3);
}
.restaurant-ambience-image figcaption span{color:var(--fn-copper-soft);font-size:.56rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.restaurant-ambience-image figcaption strong{font-family:var(--serif);font-size:clamp(1.42rem,2.1vw,2rem);font-weight:700;letter-spacing:-.035em;line-height:1.02}
.restaurant-story-copy{
  position:relative;
  z-index:2;
  margin-left:clamp(-92px,-6.4vw,-58px);
  padding:clamp(36px,4.2vw,58px);
  border:1px solid rgba(72,46,32,.12);
  border-radius:var(--fn-radius-card);
  background:rgba(255,250,244,.96);
  box-shadow:var(--fn-shadow-elevated);
  backdrop-filter:blur(12px);
}
.restaurant-story-kicker{display:flex;align-items:center;gap:10px;margin:0 0 17px!important;color:var(--fn-copper-deep)!important;font-size:.59rem!important;font-weight:800;letter-spacing:.15em;line-height:1.2!important;text-transform:uppercase}
.restaurant-story-kicker span{width:34px;height:1px;background:var(--fn-copper)}
.restaurant-story-copy h2{max-width:590px;margin:0 0 20px;font-size:clamp(3.45rem,4.8vw,5rem)}
.restaurant-story-copy .restaurant-story-intro{margin:0;color:var(--fn-muted);font-size:.94rem;line-height:1.76}
.restaurant-story-signoff{display:grid;gap:5px;margin-top:27px;padding-top:20px;border-top:1px solid rgba(72,46,32,.14)}
.restaurant-story-signoff strong{color:var(--fn-ink);font-family:var(--serif);font-size:1.38rem;font-weight:700;letter-spacing:-.035em;line-height:1.05}
.restaurant-story-signoff span{color:#8a7568;font-size:.57rem;font-weight:800;letter-spacing:.105em;line-height:1.5;text-transform:uppercase}
.restaurant-craft-section{
  position:relative;
  overflow:hidden;
  padding:clamp(84px,7.8vw,112px) 0;
  background:radial-gradient(circle at 12% 0%,rgba(169,84,45,.18),transparent 32%),linear-gradient(180deg,#261814 0%,#1f1511 100%);
  color:#fff;
}
.restaurant-craft-section::before{content:"";position:absolute;width:440px;height:440px;left:-150px;top:-180px;border-radius:50%;background:rgba(169,84,45,.14);filter:blur(8px)}
.restaurant .container.restaurant-craft-layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,540px) minmax(430px,1fr);
  gap:clamp(38px,5.5vw,84px);
  width:100%;
  max-width:none;
  margin:0;
  padding-left:max(24px,calc((100vw - 1240px)/2));
  align-items:center;
}
.restaurant-craft-copy{padding-right:clamp(0px,1.5vw,20px)}
.restaurant .restaurant-craft-copy .eyebrow{color:var(--fn-copper-soft)}
.restaurant-craft-copy h2{max-width:580px;margin:0 0 17px;color:#fff;font-size:clamp(3.9rem,5.4vw,5.65rem)}
.restaurant-craft-copy p{max-width:540px;margin:0;color:rgba(255,255,255,.76);font-size:.95rem;line-height:1.76}
.restaurant-craft-details{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.18)}
.restaurant-craft-details strong{display:block;color:var(--fn-copper-soft);font-family:var(--serif);font-size:2.1rem;letter-spacing:-.04em;line-height:1;white-space:nowrap}
.restaurant-craft-details span{display:block;margin-top:5px;color:rgba(255,255,255,.7);font-size:.64rem;font-weight:750;letter-spacing:.09em;text-transform:uppercase}
.restaurant-chef-image{height:clamp(500px,48vw,660px);border-radius:var(--fn-radius-media) 0 0 var(--fn-radius-media);box-shadow:var(--fn-shadow-elevated)}
.restaurant-chef-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,21,17,.2),transparent 34%);pointer-events:none}
.restaurant-chef-image img{object-position:center 52%}
.restaurant-gallery-section{
  position:relative;
  padding:clamp(86px,8.8vw,124px) 0 clamp(30px,3.4vw,46px);
  background:radial-gradient(circle at 18% -8%,rgba(223,149,104,.17),transparent 34%),radial-gradient(circle at 88% 26%,rgba(125,55,29,.16),transparent 32%),linear-gradient(180deg,#241711 0%,#160f0c 100%);
}
.restaurant-gallery-section::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(239,182,120,.36),transparent)}
.restaurant-gallery-heading{width:min(calc(100% - 48px),1240px);max-width:none;margin-inline:auto;padding-bottom:clamp(28px,3.6vw,46px)}
.restaurant-gallery-heading h2{max-width:850px;margin:0;color:#fff;font-family:var(--serif);font-size:clamp(3.75rem,5.5vw,5.7rem);font-weight:700;letter-spacing:-.058em;line-height:.93;text-wrap:balance}
.restaurant-gallery-grid{display:grid;grid-template-columns:1.12fr .88fr .88fr;gap:14px;width:min(calc(100% - 48px),1240px);margin-inline:auto}
.restaurant-gallery-rail{display:contents}
.restaurant-gallery-item{position:relative;height:clamp(360px,29vw,445px);margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.105);border-radius:var(--fn-radius-media);background:#241914;box-shadow:var(--fn-shadow-elevated),inset 0 1px 0 rgba(255,255,255,.055)}
.restaurant-gallery-wide{grid-column:span 1}
.restaurant-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .72s cubic-bezier(.2,.72,.2,1),filter .65s ease}
.restaurant-gallery-wide img{object-position:center 52%}
.restaurant-gallery-burrata img{object-position:center 54%}
.restaurant-gallery-dessert img{object-position:center 48%}
.restaurant-gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,10,7,.02) 18%,rgba(18,10,7,.16) 55%,rgba(18,10,7,.86) 100%)}
.restaurant-gallery-item figcaption{position:absolute;z-index:1;left:22px;right:22px;bottom:21px;display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.92);font-size:.58rem;font-weight:800;letter-spacing:.14em;line-height:1.4;text-transform:uppercase;text-shadow:0 2px 14px rgba(0,0,0,.26)}
.restaurant-gallery-item figcaption::before{content:"";flex:0 0 34px;width:34px;height:1px;background:var(--fn-copper-soft)}
.restaurant-gallery-item:hover img{filter:saturate(1.04)}
.restaurant-gallery-progress{display:none}
.restaurant-gallery-motion-ready .restaurant-gallery-item{opacity:.18;clip-path:inset(0 0 100% 0 round var(--fn-radius-media));transition:clip-path .88s cubic-bezier(.2,.72,.2,1),opacity .72s ease;transition-delay:var(--gallery-reveal-delay,0ms)}
.restaurant-gallery-motion-ready .restaurant-gallery-item.is-gallery-visible{opacity:1;clip-path:inset(0 0 0 0 round var(--fn-radius-media))}
@media(min-width:701px){
  .restaurant-gallery-item img{height:calc(100% + 28px);margin-top:-14px;transform:translate3d(0,var(--gallery-y,0px),0) scale(1.035)}
  .restaurant-gallery-item:hover img{transform:translate3d(0,var(--gallery-y,0px),0) scale(1.062)}
}
.restaurant-visit-section{
  position:relative;
  overflow:hidden;
  padding:clamp(92px,8.2vw,124px) 0 0;
  background:linear-gradient(180deg,var(--fn-cream) 0%,#f3ece2 100%);
}
.restaurant-visit-section::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(125,55,29,.22),transparent)}
.restaurant-visit-intro{padding-bottom:clamp(38px,4.8vw,62px)}
.restaurant-visit-copy{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(280px,.52fr);
  grid-template-areas:"eyebrow quote" "title quote" "copy quote";
  column-gap:clamp(42px,7vw,96px);
  align-items:end;
}
.restaurant-visit-copy>.eyebrow{grid-area:eyebrow}
.restaurant-visit-copy h2{grid-area:title;max-width:720px;margin:0 0 15px;font-size:clamp(3.7rem,5vw,5.3rem)}
.restaurant-visit-copy>p{grid-area:copy;max-width:570px;margin:0;color:var(--fn-muted);line-height:1.66}
.restaurant-visit-quote{grid-area:quote;max-width:420px;margin:0;padding:19px 0 2px 23px;border-top:1px solid rgba(72,46,32,.14);border-left:2px solid rgba(169,84,45,.55)}
.restaurant-visit-quote p{margin:0;color:var(--fn-ink);font-family:var(--serif);font-size:clamp(1.7rem,2.45vw,2.3rem);font-weight:700;letter-spacing:-.042em;line-height:1.05}
.restaurant-visit-quote cite{display:block;margin-top:10px;color:#8a7568;font-size:.62rem;font-style:normal;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.restaurant-arrival-stage{position:relative}
.restaurant-arrival-photo{position:relative;width:100%;height:clamp(430px,45vw,650px);margin:0;overflow:hidden;background:#1d130f}
.restaurant-arrival-photo picture,
.restaurant-arrival-photo img{display:block;width:100%;height:100%}
.restaurant-arrival-photo img{object-fit:cover;object-position:center 54%;transition:transform .7s ease,filter .7s ease}
.restaurant-arrival-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,8,6,.04) 38%,rgba(14,8,6,.7) 100%);pointer-events:none}
.restaurant-arrival-stage:hover .restaurant-arrival-photo img{transform:scale(1.012);filter:saturate(1.035)}
.restaurant-arrival-photo figcaption{position:absolute;z-index:1;left:max(24px,calc((100vw - 1240px)/2));right:24px;bottom:28px;display:grid;max-width:520px;gap:5px;padding-left:17px;border-left:2px solid var(--fn-copper-soft);color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.36)}
.restaurant-arrival-photo figcaption span{color:var(--fn-copper-soft);font-size:.62rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.restaurant-arrival-photo figcaption strong{font-family:var(--serif);font-size:clamp(1.55rem,2.45vw,2.35rem);font-weight:700;letter-spacing:-.038em;line-height:1}
.restaurant-arrival-information{
  display:grid;
  grid-template-columns:minmax(240px,.82fr) minmax(330px,1fr) minmax(340px,1.08fr);
  column-gap:clamp(28px,4.5vw,62px);
  row-gap:24px;
  align-items:start;
  padding-top:clamp(32px,4.2vw,48px);
  padding-bottom:clamp(60px,5vw,76px);
}
.restaurant-location-card-copy{padding:0}
.restaurant-location-card-copy .eyebrow{margin-bottom:10px}
.restaurant-location-card-copy h3{max-width:420px;margin:0;color:var(--fn-ink);font-family:var(--serif);font-size:clamp(2.35rem,3.5vw,3.45rem);font-weight:700;letter-spacing:-.055em;line-height:.94}
.restaurant-arrival-details{display:grid;margin:0;border-top:1px solid rgba(72,46,32,.17)}
.restaurant-arrival-details>div{display:grid;grid-template-columns:76px minmax(0,1fr);gap:15px;padding:15px 0;border-bottom:1px solid rgba(72,46,32,.14)}
.restaurant-arrival-details dt{color:var(--fn-copper-deep);font-size:.62rem;font-weight:800;letter-spacing:.13em;line-height:1.5;text-transform:uppercase}
.restaurant-arrival-details dd{margin:0;color:var(--fn-muted);font-size:.76rem;font-weight:650;line-height:1.58}
.restaurant-arrival-actions-column{min-width:0}
.restaurant-directions-strip{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:11px;align-items:center;min-height:64px;padding:10px 13px;border:1px solid rgba(72,46,32,.14);border-radius:var(--fn-radius-sm);background:rgba(255,250,244,.62);box-shadow:var(--fn-shadow-soft);transition:background-color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}
.restaurant-directions-strip:hover{border-color:rgba(125,55,29,.28);background:#fffaf4;box-shadow:0 16px 36px rgba(72,46,32,.1);transform:translateY(-2px)}
.restaurant-directions-route{position:relative;display:block;width:38px;height:38px;border:1px solid rgba(125,55,29,.2);border-radius:var(--fn-radius-sm);background:rgba(169,84,45,.07)}
.restaurant-directions-route::before{content:"";position:absolute;left:10px;right:9px;top:18px;height:1px;background:linear-gradient(90deg,var(--fn-copper),rgba(169,84,45,.22))}
.restaurant-directions-route i{position:absolute;top:14px;width:8px;height:8px;border:2px solid var(--fn-cream);border-radius:50%;background:var(--fn-copper);box-shadow:0 0 0 1px rgba(125,55,29,.2)}
.restaurant-directions-route i:first-child{left:7px}
.restaurant-directions-route i:last-child{right:6px}
.restaurant-directions-strip>span:nth-child(2){display:grid;gap:2px;min-width:0}
.restaurant-directions-strip small{color:#8a7568;font-size:.58rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.restaurant-directions-strip strong{overflow:hidden;color:var(--fn-ink);font-size:.74rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.restaurant-directions-strip>b{color:var(--fn-copper-deep);font-size:.9rem}
.restaurant-visit-actions{grid-column:1/-1;display:flex;width:100%;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 16px;margin-top:2px;text-align:center}
.restaurant-arrival-information .restaurant-text-link{color:var(--fn-copper-deep)}

@media(max-width:980px){
  .restaurant-visit-copy{grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "copy" "quote";max-width:760px;margin-inline:auto;text-align:center}
  .restaurant-visit-copy>p{margin-inline:auto}
  .restaurant-visit-quote{max-width:430px;margin:28px auto 0;padding:18px 10px 0;border-left:0;text-align:center}
  .restaurant-arrival-information{grid-template-columns:minmax(0,.8fr) minmax(0,1fr);column-gap:28px;row-gap:20px}
  .restaurant-arrival-actions-column{grid-column:1/-1;display:block;width:min(100%,680px);margin-inline:auto}
  .restaurant-visit-actions{grid-column:1/-1;width:100%;justify-content:center;margin-top:0}
}
.restaurant-reservation-section{position:relative;display:flex;min-height:calc(100svh - 76px);align-items:center;overflow:hidden;padding:88px 0;background:var(--fn-espresso)}
.restaurant-reservation-bg,.restaurant-reservation-bg img,.restaurant-reservation-shade{position:absolute;inset:0;width:100%;height:100%}
.restaurant-reservation-bg img{object-fit:cover;object-position:center 46%}
.restaurant-reservation-shade{background:linear-gradient(90deg,rgba(25,14,10,.89),rgba(25,14,10,.67) 49%,rgba(25,14,10,.46)),linear-gradient(0deg,rgba(25,14,10,.42),transparent 46%)}
.restaurant-reservation-shell{position:relative;display:grid;grid-template-columns:minmax(0,.96fr) minmax(390px,.72fr);gap:clamp(28px,6vw,84px);align-items:center}
.restaurant .restaurant-reservation-copy .eyebrow{color:var(--fn-copper-soft)}
.restaurant-reservation-copy h2{max-width:650px;margin:0 0 14px;color:#fff;font-size:clamp(4.2rem,6vw,6.4rem)}
.restaurant-reservation-copy p{max-width:580px;margin:0;color:rgba(255,255,255,.78);font-size:.96rem;line-height:1.76}
.restaurant-reservation-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.restaurant-reservation-trust span{padding:8px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.78);font-size:.62rem;font-weight:750;letter-spacing:.055em}
.restaurant-reservation-card{overflow:visible;padding:28px;border:1px solid rgba(255,255,255,.26);border-radius:var(--fn-radius-card);background:rgba(255,250,244,.94);box-shadow:var(--fn-shadow-elevated);backdrop-filter:blur(15px)}
.restaurant-reservation-card-title{margin:0 0 14px;color:var(--fn-ink);font-family:var(--serif);font-size:2.45rem;font-weight:700;letter-spacing:-.045em;line-height:1}
.restaurant-seating-status{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px;padding:10px 12px;border:1px solid rgba(125,55,29,.13);border-radius:var(--fn-radius-sm);background:rgba(169,84,45,.055)}
.restaurant-seating-status span{display:flex;align-items:center;gap:8px;color:#806b5f;font-size:.62rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.restaurant-seating-status i{width:7px;height:7px;border-radius:50%;background:var(--fn-copper);box-shadow:0 0 0 4px rgba(169,84,45,.1)}
.restaurant-seating-status strong{color:var(--fn-copper-deep);font-size:.72rem;font-weight:800;letter-spacing:.035em;white-space:nowrap}
.restaurant-seating-status.is-closed{border-color:rgba(125,55,29,.18);background:rgba(125,55,29,.06)}
.restaurant-seating-status.is-closed i{background:#9b877b;box-shadow:0 0 0 4px rgba(112,95,85,.1)}
.restaurant-reservation-form label{position:relative;min-width:0;color:#7d695d;font-size:.61rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.restaurant-reservation-form input,
.restaurant-reservation-form select,
.restaurant-reservation-form .demo-button{min-height:48px}
.restaurant-reservation-form input,
.restaurant-reservation-form select{border-color:rgba(72,46,32,.16);background:rgba(255,255,255,.82);font-size:.82rem}
.restaurant-reservation-form input:hover,
.restaurant-reservation-form select:hover{border-color:rgba(125,55,29,.34)}
.restaurant-reservation-form input:focus,
.restaurant-reservation-form select:focus{border-color:rgba(125,55,29,.66);background:#fff;box-shadow:0 0 0 4px rgba(169,84,45,.11)}
.restaurant-reservation-form .restaurant-control-field.is-enhanced>input,
.restaurant-reservation-form .restaurant-control-field.is-enhanced>select{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;border:0!important;opacity:0!important;pointer-events:none!important}
.restaurant-reservation-form button.restaurant-control-trigger,
.restaurant-reservation-form button.restaurant-control-option,
.restaurant-reservation-form button.restaurant-calendar-nav,
.restaurant-reservation-form button.restaurant-calendar-day{grid-column:auto}
.restaurant-reservation-form .restaurant-control-trigger{min-height:48px}
.restaurant-reservation-form .restaurant-control-value{font-size:.82rem}
.restaurant-reservation-form .restaurant-control-option{font-size:.78rem}
.restaurant-footer{
  position:relative;
  padding:clamp(50px,5.8vw,68px) 0 24px;
  border-top:0;
  background:radial-gradient(circle at 15% 0%,rgba(223,149,104,.1),transparent 34%),linear-gradient(180deg,#1a110e 0%,#120c0a 100%);
  color:rgba(255,255,255,.63);
}
.restaurant-footer::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(239,182,120,.3),transparent)}
.restaurant-footer-grid{display:grid;grid-template-columns:1.18fr .74fr .84fr minmax(230px,.9fr);gap:clamp(22px,3.2vw,38px);align-items:start;padding:4px 0 28px;border:0;border-bottom:1px solid rgba(255,255,255,.09);border-radius:0;background:transparent;box-shadow:none}
.restaurant-footer .restaurant-logo-mark-image{flex-basis:52px;width:52px;height:52px}
.restaurant-footer .restaurant-logo-copy strong{color:#fff}
.restaurant-footer .restaurant-logo-copy small{color:rgba(255,255,255,.48)}
.restaurant-footer-label{display:block;margin-bottom:10px;color:var(--fn-copper-soft);font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.restaurant-footer p{margin:0;color:rgba(255,255,255,.67);font-size:.74rem;line-height:1.7}
.restaurant-footer-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:7px 10px;max-width:320px;padding-top:1px}
.restaurant-footer-actions span{color:rgba(239,182,120,.42);font-size:.68rem}
.restaurant-footer-actions a,
.restaurant-footer-actions button{display:inline-flex;width:auto;min-height:0;align-items:center;padding:0;border:0;background:transparent;color:rgba(255,255,255,.82);cursor:pointer;font:inherit;font-size:.71rem;font-weight:750;line-height:1.35;text-align:left}
.restaurant-footer-actions a:hover,
.restaurant-footer-actions button:hover{color:var(--fn-copper-soft)}
.restaurant-footer-actions .restaurant-footer-call{flex-basis:100%;justify-content:flex-start;margin-top:6px;color:rgba(255,255,255,.56);font-weight:650;text-align:left}
.restaurant-footer-bottom{display:flex;justify-content:center;margin-top:19px;padding-top:0;border-top:0;color:rgba(255,255,255,.46);font-size:.68rem;text-align:center;line-height:1.55}
.restaurant-footer-bottom p{margin:0;color:inherit;font-size:inherit;line-height:inherit}
.restaurant-footer-bottom a{color:rgba(255,255,255,.7);font-weight:800}
.restaurant-footer-bottom a:hover{color:var(--fn-copper-soft)}
.restaurant-menu-modal,.restaurant .demo-modal{display:grid;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}
.restaurant-menu-modal.is-open,.restaurant .demo-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.restaurant-menu-modal{position:fixed;inset:0;z-index:110;place-items:center;padding:20px}
.restaurant-menu-modal-backdrop{position:absolute;inset:0;background:rgba(13,7,5,.72);opacity:0;backdrop-filter:blur(9px);transition:opacity .24s ease}
.restaurant-menu-modal.is-open .restaurant-menu-modal-backdrop{opacity:1}
.restaurant-menu-modal-card{position:relative;width:min(100%,1050px);max-height:min(860px,calc(100svh - 34px));overflow:auto;padding:clamp(26px,4vw,48px);border:1px solid rgba(72,46,32,.14);border-radius:var(--fn-radius-card);background:var(--fn-cream);box-shadow:var(--fn-shadow-elevated);scrollbar-color:rgba(125,55,29,.45) transparent;scrollbar-width:thin;transform:translateY(14px) scale(.987);transition:transform .27s ease}
.restaurant-menu-modal.is-open .restaurant-menu-modal-card{transform:none}
.restaurant-menu-modal-topbar,.restaurant-menu-modal-scroll{display:contents}
.restaurant-menu-modal-topbar>span{display:none}
.restaurant-menu-modal-close,.restaurant .demo-modal-close{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:rgba(72,46,32,.07);color:#806b5e;cursor:pointer;font-size:1.55rem;line-height:1}
.restaurant-menu-modal-close{position:absolute;z-index:4;top:15px;right:17px}
.restaurant-menu-modal-close:hover,.restaurant .demo-modal-close:hover{background:rgba(72,46,32,.12);color:#4d3529}
.restaurant-menu-modal-heading{max-width:720px;padding-right:28px}
.restaurant-menu-modal-heading h2{margin:0 0 12px;color:var(--fn-ink);font-family:var(--serif);font-size:clamp(3.4rem,5vw,5rem);font-weight:700;letter-spacing:-.062em;line-height:.88}
.restaurant-menu-modal-heading>p:not(.eyebrow){max-width:650px;margin:0;color:var(--fn-muted);font-size:.87rem;line-height:1.7}
.restaurant-full-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px 34px;margin-top:31px;padding-top:27px;border-top:1px solid rgba(72,46,32,.13)}
.restaurant-full-menu-grid section{min-width:0}
.restaurant-full-menu-grid h3{margin:0 0 13px;color:var(--fn-copper-deep);font-size:.62rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.restaurant-full-menu-item{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid rgba(72,46,32,.1)}
.restaurant-full-menu-item strong,.restaurant-full-menu-item span{display:block}
.restaurant-full-menu-item strong{color:var(--fn-ink);font-family:var(--serif);font-size:1.38rem;letter-spacing:-.03em;line-height:1}
.restaurant-full-menu-item span{margin-top:5px;color:var(--fn-muted);font-size:.69rem;line-height:1.45}
.restaurant-full-menu-item b{flex:0 0 auto;color:var(--fn-ink);font-family:var(--serif);font-size:1.26rem}
.restaurant-menu-modal-footer{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:29px;padding-top:18px;border-top:1px solid rgba(72,46,32,.13)}
.restaurant-menu-modal-footer p{max-width:650px;margin:0;color:var(--fn-muted);font-size:.72rem;line-height:1.55}
.restaurant-time-options[hidden],.restaurant-confirmation-details[hidden]{display:none!important}
.restaurant-time-option{min-height:44px}
.restaurant-booking-note{margin-top:16px!important;padding-top:14px;border-top:1px solid rgba(72,46,32,.12);font-size:.7rem!important;line-height:1.55}
.restaurant-confirmation-details{display:grid;gap:6px;margin-top:17px;padding:14px;border:1px solid rgba(72,46,32,.12);border-radius:var(--fn-radius-sm);background:rgba(255,255,255,.62);color:#6f5d53;font-size:.76rem}
.restaurant-confirmation-details strong{color:var(--fn-ink)}
@media(min-width:1440px) and (min-height:900px){
  .restaurant .container{width:min(calc(100% - 64px),1320px)}
  .restaurant .restaurant-hero-grid{grid-template-columns:minmax(0,.91fr) minmax(520px,1.09fr)}
  .restaurant .restaurant-hero-copy h1{font-size:clamp(6.15rem,6.1vw,7.2rem)}
  .restaurant .restaurant-hero-visual{height:clamp(570px,66svh,730px)}
}
@media(min-width:981px) and (max-height:760px){
  .restaurant-featured-dish figure{min-height:430px}
  .restaurant-curated-menu{padding:28px}
  .restaurant-curated-menu h3{font-size:clamp(2.45rem,3.5vw,3.45rem)}
  .restaurant-curated-list article{padding:13px 0}
}
@media(min-width:701px) and (max-width:1180px){
  .restaurant-story-copy h2{font-size:clamp(3.28rem,4.55vw,4.75rem)}
  .restaurant-craft-copy h2{font-size:clamp(3.68rem,5vw,5.3rem)}
  .restaurant-visit-copy h2{font-size:clamp(3.5rem,4.7vw,5rem)}
}
@media(min-width:981px) and (max-height:580px){
  .restaurant .restaurant-nav{min-height:68px}
  .restaurant-hero{min-height:calc(100svh - 68px);padding:9px 0 13px}
  .restaurant .restaurant-hero-grid{gap:clamp(28px,3.6vw,52px)}
  .restaurant .eyebrow{margin-bottom:8px}
  .restaurant .restaurant-hero-copy h1{font-size:clamp(3.72rem,4.55vw,4.5rem);margin-bottom:8px}
  .restaurant .lead{font-size:.81rem;line-height:1.4}
  .restaurant .actions{margin-top:11px}
  .restaurant .demo-button{min-height:40px;padding:9px 13px;font-size:.64rem}
  .restaurant .restaurant-hero-note{margin-top:8px;font-size:.59rem}
  .restaurant .restaurant-hero-visual{height:clamp(320px,60svh,382px)}
  .restaurant .visual-label{bottom:13px;left:15px;padding:8px 10px;font-size:.61rem}
}
@media(max-width:980px){
  .restaurant .container{width:min(calc(100% - 36px),900px)}
  .restaurant .restaurant-nav-toggle{display:grid;width:44px;height:44px;padding:0;border:1px solid rgba(72,46,32,.14);border-radius:999px;background:rgba(255,255,255,.52);cursor:pointer;place-items:center;align-content:center;gap:4px}
  .restaurant .restaurant-nav-toggle i{display:block;width:16px;height:1.5px;border-radius:4px;background:var(--fn-ink);transition:transform .2s ease,opacity .2s ease}
  .restaurant .restaurant-nav-toggle[aria-expanded="true"] i:nth-of-type(1){transform:translateY(5.5px) rotate(45deg)}
  .restaurant .restaurant-nav-toggle[aria-expanded="true"] i:nth-of-type(2){opacity:0}
  .restaurant .restaurant-nav-toggle[aria-expanded="true"] i:nth-of-type(3){transform:translateY(-5.5px) rotate(-45deg)}
  .restaurant .restaurant-links{
    position:absolute;
    z-index:40;
    top:calc(100% + 10px);
    right:0;
    display:grid;
    width:min(330px,calc(100vw - 36px));
    gap:6px;
    padding:15px;
    border:1px solid rgba(72,46,32,.12);
    border-radius:var(--fn-radius-card);
    background:rgba(255,250,244,.985);
    box-shadow:var(--fn-shadow-elevated);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-8px) scale(.985);
    transform-origin:top right;
    transition:opacity .2s ease,visibility .2s ease,transform .2s ease;
  }
  .restaurant .restaurant-links.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  .restaurant .restaurant-links a{display:flex!important;align-items:center;justify-content:flex-start;padding:12px 13px!important;border-radius:13px;color:var(--fn-ink)}
  .restaurant .restaurant-links>a:not(.demo-pill){min-height:42px;padding-block:12px!important}
  .restaurant .restaurant-links>a:not(.demo-pill)::after{display:none}
  .restaurant .restaurant-links .demo-pill{justify-content:center;min-height:44px;margin-top:3px;color:#fff}
  .restaurant .restaurant-hero-grid{grid-template-columns:1fr;gap:30px}
  .restaurant .restaurant-hero-copy h1{max-width:760px;font-size:clamp(4.7rem,10vw,6rem);margin-bottom:16px}
  .restaurant .restaurant-hero-visual{height:clamp(390px,58vw,540px)}
  .restaurant-premium-menu{grid-template-columns:1fr;gap:14px}
  .restaurant-featured-dish figure{min-height:clamp(390px,66vw,540px)}
  .restaurant-curated-menu{padding:30px}
  .restaurant-craft-layout,
  .restaurant-reservation-shell{grid-template-columns:1fr!important;gap:26px}
  .restaurant .container.restaurant-craft-layout{width:100%;padding-left:0}
  .restaurant-craft-copy{width:min(calc(100% - 48px),760px);margin-inline:auto;padding-right:0}
  .restaurant-chef-image{width:calc(100% - 24px);margin-left:24px;border-radius:var(--fn-radius-media) 0 0 var(--fn-radius-media)}
  .restaurant-story-layout{grid-template-columns:1fr!important;gap:0}
  .restaurant-story-copy{width:min(calc(100% - 52px),650px);margin:-66px auto 0;padding:42px}
  .restaurant-ambience-image{max-width:820px;margin-inline:auto}
  .restaurant-ambience-image figcaption{bottom:84px}
  .restaurant-gallery-grid{grid-template-columns:1fr 1fr;width:min(calc(100% - 36px),900px);gap:13px}
  .restaurant-gallery-wide{grid-column:1/-1;height:360px}
  .restaurant-gallery-item{height:320px}
  .restaurant-footer-grid{grid-template-columns:1.1fr .8fr .9fr}
  .restaurant-footer-actions{grid-column:1/-1;max-width:none}
}
@media(max-width:700px){
  .restaurant{--fn-radius-card:18px;--fn-radius-media:20px}
  .restaurant .container{width:min(calc(100% - 32px),480px)}
  .restaurant .restaurant-header{
    position:fixed;
    inset:0 0 auto;
    width:100%;
    border-color:transparent;
    background:linear-gradient(180deg,rgba(25,14,10,.58) 0%,rgba(25,14,10,.2) 72%,transparent 100%);
    box-shadow:none;
    backdrop-filter:none;
  }
  .restaurant .restaurant-header.is-scrolled{
    border-color:rgba(72,46,32,.14);
    background:rgba(244,238,230,.97);
    box-shadow:0 9px 26px rgba(63,36,24,.075);
    backdrop-filter:blur(18px);
  }
  .restaurant-header:not(.is-scrolled) .restaurant-logo-mark-dark{opacity:0}
  .restaurant-header:not(.is-scrolled) .restaurant-logo-mark-light{opacity:1}
  .restaurant-header:not(.is-scrolled) .restaurant-logo-copy strong{color:#fff9f2;text-shadow:0 3px 14px rgba(0,0,0,.24)}
  .restaurant-header:not(.is-scrolled) .restaurant-logo-copy b{color:var(--fn-copper-soft)}
  .restaurant-header:not(.is-scrolled) .restaurant-logo-copy small{color:rgba(255,248,242,.72);text-shadow:0 3px 12px rgba(0,0,0,.22)}
  .restaurant-header:not(.is-scrolled) .restaurant-nav-toggle{border-color:rgba(255,255,255,.28);background:rgba(24,13,10,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(9px)}
  .restaurant-header:not(.is-scrolled) .restaurant-nav-toggle i{background:#fff8f2}
  .restaurant-header.is-scrolled .restaurant-logo-mark-dark{opacity:1}
  .restaurant-header.is-scrolled .restaurant-logo-mark-light{opacity:0}
  .restaurant section[id]{scroll-margin-top:78px}
  .restaurant .restaurant-nav{min-height:68px;gap:12px}
  .restaurant-logo{gap:9px}
  .restaurant-logo-mark-image{flex-basis:40px;width:40px;height:40px}
  .restaurant-logo-copy strong{font-size:.74rem;letter-spacing:.095em}
  .restaurant-logo-copy small{font-size:.67rem;letter-spacing:.1em}
  .restaurant .restaurant-links{left:50%;right:auto;width:min(360px,calc(100vw - 32px));transform:translate(-50%,-8px) scale(.985);transform-origin:top center}
  .restaurant .restaurant-links>a:not(.demo-pill){min-height:44px}
  .restaurant .restaurant-links.is-open{transform:translate(-50%,0)}

  .restaurant-hero{
    position:relative;
    min-height:0;
    align-items:stretch;
    overflow:hidden;
    padding:0;
    background:var(--fn-espresso);
  }
  .restaurant .restaurant-hero-grid{
    position:relative;
    display:block;
    min-height:100svh;
    gap:0;
  }
  .restaurant-hero-copy{
    position:relative;
    z-index:2;
    display:flex;
    min-height:100svh;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    max-width:430px;
    margin-inline:auto;
    padding:34px 0 28px;
    text-align:center;
  }
  .restaurant-hero-copy .eyebrow{display:none}
  .restaurant .restaurant-hero-copy h1{
    max-width:360px;
    margin:0 0 14px;
    color:#fff8f2;
    font-size:clamp(3.02rem,13.35vw,3.64rem);
    letter-spacing:-.055em;
    line-height:.94;
    text-shadow:0 8px 24px rgba(0,0,0,.2);
  }
  .restaurant .restaurant-hero-copy h1 span{white-space:normal}
  .restaurant .lead{
    max-width:350px;
    color:rgba(255,248,242,.9);
    font-size:.86rem;
    line-height:1.58;
    text-shadow:0 6px 18px rgba(0,0,0,.18);
  }
  .restaurant .actions{justify-content:center;gap:10px;margin-top:20px;width:100%}
  .restaurant .demo-button{min-height:44px;padding:11px 14px;font-size:.64rem;letter-spacing:.04em}
  .restaurant .restaurant-hero-copy .demo-button{flex:0 1 auto;min-width:142px}
  .restaurant .restaurant-hero-copy .demo-button.primary{
    background:#f4eee6;
    color:#2e201a;
    box-shadow:0 16px 36px rgba(0,0,0,.18);
  }
  .restaurant .restaurant-hero-copy .demo-button.primary:hover{background:#fffaf4;color:#2e201a}
  .restaurant .restaurant-hero-copy .demo-button.secondary{
    border-color:rgba(255,255,255,.28);
    background:rgba(255,255,255,.08);
    color:#fff8f2;
    backdrop-filter:blur(6px);
  }
  .restaurant .restaurant-hero-copy .demo-button.secondary:hover{
    border-color:rgba(255,255,255,.42);
    background:rgba(255,255,255,.14);
    color:#fff;
  }
  .restaurant .restaurant-hero-note{
    max-width:320px;
    margin:14px auto 0;
    color:rgba(255,244,235,.86);
    font-size:.78rem;
    letter-spacing:.015em;
    line-height:1.5;
    text-shadow:0 5px 16px rgba(0,0,0,.18);
  }
  .restaurant .restaurant-hero-note span{color:rgba(239,182,120,.92)}
  .restaurant .restaurant-hero-visual{
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:100vw;
    height:100%;
    max-width:none;
    margin:0;
    border:0;
    border-radius:0;
    box-shadow:none;
    overflow:hidden;
    transform:translateX(-50%);
  }
  .restaurant .restaurant-hero-visual::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg,rgba(25,14,10,.42) 0%,rgba(25,14,10,.56) 38%,rgba(25,14,10,.76) 100%),
      radial-gradient(circle at 50% 16%,rgba(255,255,255,.08),transparent 32%);
    z-index:1;
  }
  .restaurant .restaurant-hero-visual img{object-position:center center}
  .restaurant .visual-label{display:none}

  .restaurant .restaurant-menu-section,
  .restaurant-story-section,
  .restaurant-craft-section,
  .restaurant-visit-section,
  .restaurant-reservation-section{padding-block:58px}
  .restaurant-section-heading-row,
  .restaurant-premium-heading-row{display:grid;justify-items:center;gap:13px;margin-bottom:20px;text-align:center}
  .restaurant .section-heading h2{font-size:clamp(2.28rem,10vw,3rem);line-height:.99;letter-spacing:-.05em}
  .restaurant .section-heading p{margin-inline:auto;font-size:.82rem;line-height:1.58}
  .restaurant-line-button{font-size:.75rem;letter-spacing:.075em}
  .restaurant-featured-dish figure{min-height:308px;border-radius:var(--fn-radius-media)}
  .restaurant-featured-dish figcaption{left:12px;right:12px;bottom:12px;padding:11px 12px;border-radius:var(--fn-radius-sm)}
  .restaurant-featured-dish figcaption span{font-size:.66rem;letter-spacing:.13em}
  .restaurant-featured-dish figcaption strong{font-size:1.45rem}
  .restaurant-curated-menu{padding:21px 19px;border-radius:var(--fn-radius-card)}
  .restaurant-curated-menu h3{font-size:clamp(1.92rem,8.9vw,2.4rem);line-height:.99;letter-spacing:-.05em}
  .restaurant-curated-menu>p:not(.eyebrow){font-size:.8rem;line-height:1.58}
  .restaurant-curated-list{margin:18px 0 16px}
  .restaurant-curated-list article{grid-template-columns:1fr auto;gap:7px 14px;padding:13px 0}
  .restaurant-curated-list article>span{grid-column:1/-1;padding-top:0;font-size:.66rem;letter-spacing:.12em}
  .restaurant-curated-list h4{font-size:1.34rem}
  .restaurant-curated-list p{font-size:.78rem;line-height:1.52}
  .restaurant-curated-list strong{font-size:1.2rem}
  .restaurant-curated-list .restaurant-mobile-optional{display:none}
  .restaurant-craft-copy h2,
  .restaurant-visit-copy h2,
  .restaurant-reservation-copy h2{margin-inline:auto;font-size:clamp(2.36rem,10.45vw,3.08rem);line-height:.99;letter-spacing:-.05em}
  .restaurant-craft-copy p,
  .restaurant-visit-copy>p,
  .restaurant-reservation-copy p{font-size:.82rem;line-height:1.6;text-align:center}
  .restaurant-story-section{padding:64px 0 70px}
  .restaurant-story-layout{gap:0}
  .restaurant-ambience-image{height:clamp(310px,78vw,390px);border-radius:var(--fn-radius-media)}
  .restaurant-ambience-image figcaption{left:15px;right:18px;bottom:58px;max-width:320px;padding-left:12px}
  .restaurant-ambience-image figcaption span{font-size:.65rem;letter-spacing:.13em}
  .restaurant-ambience-image figcaption strong{font-size:1.2rem;line-height:1.02}
  .restaurant-story-copy{width:calc(100% - 14px);margin:-38px auto 0;padding:25px 21px 24px;border:0;border-radius:7px 7px 15px 15px;background:rgba(255,250,244,.975);box-shadow:0 14px 34px rgba(72,46,32,.1);text-align:left}
  .restaurant-story-kicker{justify-content:flex-start;margin-bottom:14px!important;font-size:.66rem!important;letter-spacing:.12em}
  .restaurant-story-kicker span{width:26px}
  .restaurant-story-copy h2{margin:0 0 16px;font-size:clamp(2.38rem,10.5vw,3rem);line-height:.96;letter-spacing:-.052em}
  .restaurant-story-copy .restaurant-story-intro{font-size:.82rem;line-height:1.62;text-align:left}
  .restaurant-story-signoff{margin-top:20px;padding-top:16px}
  .restaurant-story-signoff strong{font-size:1.18rem}
  .restaurant-story-signoff span{font-size:.66rem;letter-spacing:.075em}
  .restaurant .container.restaurant-craft-layout{gap:30px;width:100%;padding-left:0}
  .restaurant-craft-copy{width:min(calc(100% - 32px),480px);margin-inline:auto;padding-right:0;text-align:center}
  .restaurant-craft-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:100%;margin:24px auto 0;padding:0;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
  .restaurant-craft-details>div{display:flex;min-width:0;min-height:86px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:13px 7px;border:0;border-right:1px solid rgba(255,255,255,.15);background:transparent;text-align:center}
  .restaurant-craft-details>div:last-child{border-right:0}
  .restaurant-craft-details strong{font-size:clamp(1.18rem,5.2vw,1.5rem);line-height:1;text-align:center;white-space:nowrap}
  .restaurant-craft-details span{margin-top:0;font-size:.64rem;letter-spacing:.055em;line-height:1.32}
  .restaurant-chef-image{width:100vw;height:clamp(340px,108vw,470px);margin:0 calc(50% - 50vw);border-radius:0;box-shadow:none}
  .restaurant-chef-image::after{background:linear-gradient(180deg,transparent 55%,rgba(31,21,17,.16))}
  .restaurant-gallery-section{padding:64px 0 24px}
  .restaurant-gallery-heading{width:min(calc(100% - 32px),480px);padding-bottom:20px;text-align:center}
  .restaurant-gallery-heading .eyebrow{margin-bottom:11px}
  .restaurant-gallery-heading h2{margin-inline:auto;font-size:clamp(2.32rem,10vw,3rem);line-height:1;letter-spacing:-.049em}
  .restaurant-gallery-grid{display:block;width:min(calc(100% - 32px),480px)}
  .restaurant-gallery-rail{
    display:flex;
    gap:11px;
    margin-top:0;
    padding:0 0 8px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-padding-inline:0;
    scroll-snap-type:inline mandatory;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .restaurant-gallery-rail:focus-visible{outline:2px solid var(--fn-copper-soft);outline-offset:7px;border-radius:16px}
  .restaurant-gallery-rail::-webkit-scrollbar{display:none}
  .restaurant-gallery-item,
  .restaurant-gallery-wide,
  .restaurant-gallery-tall{flex:0 0 calc(100% - 26px);height:auto;aspect-ratio:4/5;margin-top:0;border-radius:14px;grid-column:auto;scroll-snap-align:start;scroll-snap-stop:always}
  .restaurant-gallery-item img{height:100%;margin-top:0;transform:none}
  .restaurant-gallery-item figcaption{left:16px;right:16px;bottom:16px;font-size:.66rem;letter-spacing:.1em}
  .restaurant-gallery-item figcaption::before{flex-basis:24px;width:24px}
  .restaurant-gallery-progress{display:grid;grid-template-columns:auto minmax(76px,1fr) auto;align-items:center;gap:13px;margin-top:9px;color:rgba(255,255,255,.64)}
  .restaurant-gallery-count{display:flex;align-items:baseline;gap:5px;min-width:50px;font-size:.64rem;font-weight:800;letter-spacing:.08em}
  .restaurant-gallery-count b{color:#fff7ef;font-size:.76rem}
  .restaurant-gallery-count i{color:rgba(239,182,120,.56);font-style:normal}
  .restaurant-gallery-progress-line{position:relative;display:block;height:1px;overflow:hidden;background:rgba(255,255,255,.18)}
  .restaurant-gallery-progress-line i{position:absolute;inset:0 auto 0 0;width:33.333%;background:var(--fn-copper-soft);transform-origin:left center;transition:width .3s ease}
  .restaurant-gallery-swipe-cue{display:flex;align-items:center;gap:7px;font-size:.57rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
  .restaurant-gallery-swipe-cue i{position:relative;display:block;width:20px;height:1px;overflow:visible;background:rgba(239,182,120,.46)}
  .restaurant-gallery-swipe-cue i::after{content:"";position:absolute;right:-1px;top:-2px;width:5px;height:5px;border-top:1px solid var(--fn-copper-soft);border-right:1px solid var(--fn-copper-soft);transform:rotate(45deg);animation:restaurant-gallery-nudge 1.8s ease-in-out infinite}
  .restaurant-visit-section{padding:58px 0 0}
  .restaurant-visit-intro{padding-bottom:27px}
  .restaurant-visit-copy{display:block;max-width:430px;margin-inline:auto;text-align:center}
  .restaurant-visit-copy>p{max-width:365px;margin-inline:auto}
  .restaurant-visit-quote{display:none}
  .restaurant-arrival-photo{width:100vw;height:auto;aspect-ratio:4/3;margin-inline:calc(50% - 50vw)}
  .restaurant-arrival-photo figcaption{left:16px;right:16px;bottom:16px;max-width:340px;padding-left:12px;text-align:left}
  .restaurant-arrival-photo figcaption span{font-size:.65rem;letter-spacing:.12em}
  .restaurant-arrival-photo figcaption strong{font-size:1.26rem}
  .restaurant-arrival-information{display:grid;grid-template-columns:1fr;column-gap:0;row-gap:18px;padding-top:24px;padding-bottom:48px;text-align:center}
  .restaurant-location-card-copy h3{max-width:330px;margin-inline:auto;font-size:clamp(2rem,9.2vw,2.5rem);line-height:.97}
  .restaurant-arrival-details{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-top:1px solid rgba(72,46,32,.16);border-bottom:1px solid rgba(72,46,32,.14)}
  .restaurant-arrival-details>div{display:block;padding:14px 10px;border:0;text-align:center}
  .restaurant-arrival-details>div+div{border-left:1px solid rgba(72,46,32,.14)}
  .restaurant-arrival-details dt{font-size:.66rem;letter-spacing:.12em}
  .restaurant-arrival-details dd{margin-top:5px;font-size:.76rem;line-height:1.5}
  .restaurant-arrival-actions-column{grid-column:1;width:100%;margin-inline:0}
  .restaurant-directions-strip{min-height:60px;padding:9px 11px;text-align:left}
  .restaurant-visit-actions{grid-column:1;display:grid;grid-template-columns:1fr;width:100%;justify-content:stretch;justify-items:center;gap:8px;margin-top:0}
  .restaurant-text-link{display:inline-flex;min-height:44px;align-items:center;padding:9px 6px}
  .restaurant-line-button{display:inline-flex;min-height:44px;align-items:center;padding-block:9px}
  .restaurant-reservation-shell{gap:24px}
  .restaurant-reservation-copy{text-align:center}
  .restaurant-reservation-trust{justify-content:center;gap:7px;margin-top:17px}
  .restaurant-reservation-trust span{padding:8px 10px;font-size:.72rem;letter-spacing:.035em}
  .restaurant-reservation-card{padding:23px 18px;border-radius:var(--fn-radius-card)}
  .restaurant-reservation-card-title{font-size:2.05rem;text-align:center}
  .restaurant-seating-status{min-height:44px;margin-bottom:16px;padding:10px 11px}
  .restaurant-seating-status span{font-size:.66rem;letter-spacing:.07em}
  .restaurant-seating-status strong{font-size:.75rem}
  .restaurant-menu-modal{padding:8px}
  .restaurant-menu-modal-card{display:flex;height:calc(100svh - 16px);max-height:calc(100svh - 16px);flex-direction:column;overflow:hidden;padding:0;border-radius:var(--fn-radius-card)}
  .restaurant-menu-modal-topbar{
    position:relative;
    z-index:4;
    display:flex;
    flex:0 0 auto;
    min-height:62px;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:9px 10px 9px 18px;
    border-bottom:1px solid rgba(72,46,32,.12);
    background:rgba(255,250,244,.96);
    box-shadow:0 10px 24px rgba(72,46,32,.06);
    backdrop-filter:blur(14px);
  }
  .restaurant-menu-modal-topbar>span{display:block;color:var(--fn-copper-deep);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
  .restaurant-menu-modal-close{position:static;flex:0 0 auto;width:44px;height:44px}
  .restaurant-menu-modal-scroll{display:block;min-height:0;flex:1;overflow:auto;padding:21px 18px 26px;scrollbar-color:rgba(125,55,29,.45) transparent;scrollbar-width:thin;overscroll-behavior:contain}
  .restaurant-menu-modal-heading{padding-right:0}
  .restaurant-menu-modal-heading .eyebrow{display:none}
  .restaurant-menu-modal-heading h2{font-size:clamp(2.46rem,11.7vw,3.12rem);line-height:.93;letter-spacing:-.056em}
  .restaurant-menu-modal-heading>p:not(.eyebrow){font-size:.8rem;line-height:1.6}
  .restaurant-full-menu-grid{grid-template-columns:1fr;gap:22px;margin-top:23px;padding-top:21px}
  .restaurant-full-menu-grid h3{font-size:.68rem;letter-spacing:.13em}
  .restaurant-full-menu-item{padding:11px 0}
  .restaurant-full-menu-item strong{font-size:1.3rem}
  .restaurant-full-menu-item span{font-size:.78rem;line-height:1.5}
  .restaurant-menu-modal-footer{
    display:block;
    flex:0 0 auto;
    margin:0;
    padding:12px 14px max(12px,env(safe-area-inset-bottom));
    border-top:1px solid rgba(72,46,32,.13);
    background:rgba(255,250,244,.97);
    box-shadow:0 -12px 30px rgba(72,46,32,.08);
    backdrop-filter:blur(14px);
  }
  .restaurant-menu-modal-footer p{display:none}
  .restaurant-menu-modal-footer .demo-button{width:100%;min-height:47px;justify-content:center;font-size:.75rem}
  .restaurant .eyebrow{font-size:.66rem;letter-spacing:.14em}
  .restaurant-featured-dish figcaption strong{font-size:1.5rem}
  .restaurant-directions-strip small{font-size:.65rem;letter-spacing:.09em}
  .restaurant-directions-strip strong{font-size:.78rem}
  .restaurant-reservation-form label{font-size:.7rem;letter-spacing:.07em}
  .restaurant-footer-label{font-size:.66rem;letter-spacing:.13em}
  .restaurant-footer p{font-size:.78rem;line-height:1.65}
  .restaurant-footer-bottom{font-size:.72rem}
  .restaurant-footer{padding-top:46px}
  .restaurant-footer-grid{grid-template-columns:1fr;justify-items:center;gap:21px;padding:10px 8px 2px;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:center}
  .restaurant-footer-logo{grid-column:auto}
  .restaurant-footer-actions{justify-content:center;gap:7px 13px;max-width:292px}
  .restaurant-footer-actions span{display:none}
  .restaurant-footer-actions a,
  .restaurant-footer-actions button{min-height:44px;padding:10px 5px;border:0;border-radius:0;background:transparent;font-size:.78rem;text-align:center}
  .restaurant-footer-actions .restaurant-footer-call{flex-basis:100%;justify-content:center;margin-top:0;text-align:center}
  .restaurant-footer-bottom{display:flex;justify-content:center;margin-top:18px;text-align:center}
}
@media(max-width:700px) and (max-height:690px){
  .restaurant-hero-copy{min-height:100svh;padding:82px 0 24px}
  .restaurant .restaurant-hero-copy h1{font-size:clamp(2.78rem,12.5vw,3.28rem);margin-bottom:12px}
  .restaurant .lead{font-size:.8rem;line-height:1.5}
  .restaurant .actions{margin-top:16px}
  .restaurant .restaurant-hero-note{margin-top:11px}
}
@media(max-width:380px){
  .restaurant .container{width:min(calc(100% - 26px),480px)}
  .restaurant .restaurant-hero-copy h1{font-size:clamp(2.86rem,13.1vw,3.28rem)}
  .restaurant .restaurant-hero-copy .demo-button{min-width:132px;padding-inline:12px;font-size:.62rem}
  .restaurant-craft-copy h2,
  .restaurant-visit-copy h2,
  .restaurant-reservation-copy h2{font-size:clamp(2.22rem,10.8vw,2.86rem)}
  .restaurant-story-copy h2{font-size:clamp(2.2rem,10.7vw,2.72rem)}
  .restaurant-gallery-heading h2{font-size:clamp(2.22rem,9.7vw,2.82rem)}
  .restaurant-gallery-grid{width:min(calc(100% - 26px),480px)}
}
@media(max-width:700px){
  html{scroll-padding-bottom:24px}
  .restaurant .eyebrow{font-size:.69rem;letter-spacing:.105em;line-height:1.25}
  .restaurant .section-heading p,
  .restaurant-curated-menu>p:not(.eyebrow),
  .restaurant-craft-copy p,
  .restaurant-visit-copy>p,
  .restaurant-reservation-copy p,
  .restaurant-story-copy .restaurant-story-intro,
  .restaurant-menu-modal-heading>p:not(.eyebrow){font-size:.88rem;line-height:1.62}
  .restaurant .restaurant-hero-note{font-size:.82rem;line-height:1.52}
  .restaurant .demo-button{font-size:.68rem;letter-spacing:.035em}
  .restaurant-line-button,
  .restaurant-text-link{font-size:.72rem;letter-spacing:.07em}

  .restaurant-featured-dish figcaption span,
  .restaurant-ambience-image figcaption span,
  .restaurant-arrival-photo figcaption span{font-size:.69rem;letter-spacing:.1em}
  .restaurant-curated-list article>span{font-size:.69rem;letter-spacing:.095em}
  .restaurant-curated-list p{font-size:.84rem;line-height:1.56}
  .restaurant-story-kicker{font-size:.69rem!important;letter-spacing:.095em}
  .restaurant-story-signoff span{font-size:.69rem;letter-spacing:.065em}
  .restaurant-craft-details span{font-size:.68rem;letter-spacing:.04em;line-height:1.36}
  .restaurant-gallery-item figcaption{font-size:.69rem;letter-spacing:.075em}
  .restaurant-gallery-count{font-size:.67rem;letter-spacing:.065em}
  .restaurant-gallery-swipe-cue{font-size:.62rem;letter-spacing:.095em}

  .restaurant-arrival-details dt{font-size:.69rem;letter-spacing:.095em}
  .restaurant-arrival-details dd{font-size:.83rem;line-height:1.54}
  .restaurant-directions-strip small{font-size:.69rem;letter-spacing:.065em}
  .restaurant-directions-strip strong{font-size:.82rem}

  .restaurant-reservation-shell{gap:19px}
  .restaurant-reservation-trust{margin-top:14px}
  .restaurant-reservation-trust span{font-size:.74rem;letter-spacing:.025em}
  .restaurant-reservation-card{padding:21px 18px}
  .restaurant-seating-status span{font-size:.69rem;letter-spacing:.055em}
  .restaurant-seating-status strong{font-size:.78rem}
  .restaurant-reservation-form label{font-size:.72rem;letter-spacing:.055em}

  .restaurant-menu-modal-topbar>span{font-size:.7rem;letter-spacing:.095em}
  .restaurant-full-menu-grid h3{font-size:.71rem;letter-spacing:.1em}
  .restaurant-full-menu-item span{font-size:.84rem;line-height:1.54}
  .restaurant-footer{padding:32px 0 17px}
  .restaurant-footer .restaurant-logo-mark-image{flex-basis:44px;width:44px;height:44px}
  .restaurant-footer-grid{gap:14px;padding:4px 8px 0}
  .restaurant-footer-label{margin-bottom:6px;font-size:.69rem;letter-spacing:.095em}
  .restaurant-footer p{font-size:.8rem;line-height:1.58}
  .restaurant-footer-actions{gap:2px 12px}
  .restaurant-footer-actions a,
  .restaurant-footer-actions button{min-height:40px;padding:7px 4px;font-size:.79rem}
  .restaurant-footer-bottom{margin-top:10px;font-size:.73rem}
}

@keyframes restaurant-gallery-nudge{
  0%,100%{transform:translateX(-2px) rotate(45deg);opacity:.58}
  50%{transform:translateX(3px) rotate(45deg);opacity:1}
}
@media(prefers-reduced-motion:reduce){
  .restaurant-reveal-ready .restaurant-reveal,
  .restaurant-gallery-item.restaurant-reveal,
  .restaurant-gallery-motion-ready .restaurant-gallery-item{opacity:1!important;clip-path:none!important;transform:none!important;transition:none!important}
  .restaurant-menu-modal-card,
  .restaurant .demo-modal-card,
  .restaurant-menu-modal-backdrop,
  .restaurant .demo-modal-backdrop,
  .restaurant-arrival-photo img,
  .restaurant-directions-strip,
  .restaurant-gallery-item img,
  .restaurant-gallery-progress-line i,
  .restaurant-gallery-swipe-cue i::after{transform:none!important;transition:none!important;animation:none!important}
}
.restaurant-footer-bottom{flex-direction:column;align-items:center;gap:5px}
.restaurant-demo-disclosure{max-width:620px;color:rgba(255,255,255,.39)!important}
.restaurant-preview-toast{
  position:fixed;
  z-index:180;
  left:50%;
  bottom:max(22px,env(safe-area-inset-bottom));
  width:min(calc(100% - 32px),520px);
  padding:13px 17px;
  border:1px solid rgba(239,182,120,.24);
  border-radius:14px;
  background:rgba(26,17,14,.96);
  color:#fff8f1;
  box-shadow:0 18px 50px rgba(20,9,5,.3);
  font-size:.76rem;
  font-weight:700;
  line-height:1.45;
  text-align:center;
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,12px);
  transition:opacity .2s ease,transform .2s ease;
}
.restaurant-preview-toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:760px){
  .restaurant-nav-toggle,
  .restaurant-menu-modal-close,
  .restaurant .demo-modal-close{min-width:44px;min-height:44px}
  .restaurant .demo-button,
  .restaurant .demo-pill,
  .restaurant-text-link,
  .restaurant-footer-actions a,
  .restaurant-footer-actions button{min-height:44px;display:inline-flex;align-items:center}
  .restaurant-footer-actions{gap:2px 12px}
  .restaurant-footer-actions span[aria-hidden="true"]{display:none}
  .restaurant-footer-bottom{gap:7px}
  .restaurant-demo-disclosure{max-width:310px;font-size:.68rem!important;line-height:1.5!important}
}

@media(min-width:2200px) and (min-height:1100px){
  .restaurant .container{width:min(calc(100% - 96px),1420px)}
  .restaurant-hero{min-height:min(1120px,calc(100svh - 76px));padding-block:38px 48px}
  .restaurant .restaurant-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(620px,1.12fr);gap:96px}
  .restaurant .restaurant-hero-copy h1{max-width:780px;font-size:7.5rem}
  .restaurant .lead{max-width:650px;font-size:1.12rem}
  .restaurant .restaurant-hero-visual{height:min(820px,72svh)}
  .restaurant .restaurant-menu-section,
  .restaurant-story-section,
  .restaurant-craft-section,
  .restaurant-visit-section,
  .restaurant-reservation-section{padding-block:132px}
}

/* Production touch-target floor. */
@media(max-width:700px){
  .restaurant .restaurant-logo{min-height:44px;display:inline-flex;align-items:center}
  .restaurant .restaurant-nav-toggle,
  .restaurant .restaurant-menu-modal-close{width:46px!important;height:46px!important;min-width:46px;min-height:46px}
  .restaurant .restaurant-nav a,
  .restaurant .restaurant-nav button,
  .restaurant .demo-button,
  .restaurant .restaurant-line-button,
  .restaurant .restaurant-text-link,
  .restaurant .restaurant-footer-actions a,
  .restaurant .restaurant-footer-actions button{min-height:46px}
}
@media(max-width:700px){
  .restaurant .restaurant-links a{min-height:46px!important}
}
