
  :root{
    --cream:#FBF3E7;
    --cream-deep:#F1E3CE;
    --charcoal:#241F19;
    --charcoal-soft:#5A4E40;
    --gold:#B8935A;
    --gold-deep:#8C6A3A;
    --olive:#5E6B49;
    --olive-deep:#434D34;
    --border-soft: rgba(36,31,25,0.12);
  }

  *{margin:0;padding:0;box-sizing:border-box;}

  html{scroll-behavior:smooth;}
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important;}
  }

  body{
    background:var(--cream);
    color:var(--charcoal);
    font-family:'Inter', sans-serif;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }

  a{color:inherit;}
  img{display:block;max-width:100%;}

  :focus-visible{
    outline:2px solid var(--olive);
    outline-offset:3px;
  }

  .eyebrow{
    font-family:'Inter', sans-serif;
    font-size:0.72rem;
    font-weight:600;
    letter-spacing:0.22em;
    text-transform:uppercase;
    color:var(--olive-deep);
  }

  .eyebrow.on-dark{color:var(--gold);}

  h1,h2,h3{
    font-family:'Fraunces', serif;
    font-weight:500;
    line-height:1.12;
    color:var(--charcoal);
  }

  h2{
    font-size:clamp(2rem, 4vw, 2.9rem);
    font-weight:450;
  }

  .container{
    max-width:1120px;
    margin:0 auto;
    padding:0 32px;
  }

  section{
    padding:104px 0;
  }

  /* ---------- HEADER ---------- */
  .site-header{
    position:sticky;
    top:0;
    z-index:50;
    background:var(--charcoal);
    padding:0;
  }
  .header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:76px;
  }
  .header-logo{
    font-family:'Fraunces', serif;
    font-style:italic;
    font-weight:400;
    font-size:1.5rem;
    color:var(--cream);
    text-decoration:none;
    white-space:nowrap;
  }
  .nav-links{
    display:flex;
    align-items:center;
    gap:38px;
    list-style:none;
  }
  .nav-links a{
    font-family:'Inter', sans-serif;
    font-size:0.78rem;
    font-weight:600;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:rgba(251,243,231,0.82);
    text-decoration:none;
    transition:color 0.2s ease;
  }
  .nav-links a:hover{color:var(--gold);}

  .header-right{
    display:flex;
    align-items:center;
    gap:38px;
  }

  .nav-cta{
    background:var(--gold);
    color:var(--charcoal);
    padding:11px 22px;
    border-radius:4px;
    font-family:'Inter', sans-serif;
    font-size:0.76rem;
    font-weight:600;
    letter-spacing:0.1em;
    text-transform:uppercase;
    text-decoration:none;
    white-space:nowrap;
    transition:background 0.2s ease, color 0.2s ease;
  }
  .nav-cta:hover{background:var(--gold-deep); color:var(--cream);}

  .mobile-menu-toggle{
    display:none;
    background:none;
    border:none;
    padding:6px;
    cursor:pointer;
    align-items:center;
    justify-content:center;
  }
  .mobile-menu-toggle svg{
    width:22px;
    height:22px;
    stroke:var(--cream);
    fill:none;
    stroke-width:1.8;
    stroke-linecap:round;
  }

  .mobile-nav-panel{
    display:none;
    flex-direction:column;
    background:var(--charcoal);
    border-top:1px solid rgba(251,243,231,0.12);
  }
  .mobile-nav-panel.open{display:flex;}
  .mobile-nav-panel a{
    padding:17px 32px;
    color:rgba(251,243,231,0.85);
    text-decoration:none;
    font-family:'Inter', sans-serif;
    font-size:0.82rem;
    font-weight:600;
    letter-spacing:0.1em;
    text-transform:uppercase;
    border-bottom:1px solid rgba(251,243,231,0.08);
    transition:color 0.2s ease;
  }
  .mobile-nav-panel a:last-child{border-bottom:none;}
  .mobile-nav-panel a:hover{color:var(--gold);}

  @media (max-width: 760px){
    .nav-links{display:none;}
    .header-right{gap:16px;}
    .mobile-menu-toggle{display:flex;}
    .header-inner{height:66px;}
    .header-logo{font-size:1.25rem;}
    .hero{min-height:calc(100vh - 66px);}
  }


  /* ---------- Branch SVG divider ---------- */
  .branch-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin:36px 0;
  }
  .branch-divider .line{
    height:1px;
    width:64px;
    background:var(--border-soft);
  }
  .branch-divider.on-dark .line{background:rgba(251,243,231,0.18);}
  .branch-divider svg{width:34px;height:16px;flex-shrink:0;}

  /* ---------- HERO ---------- */
  .hero{
    min-height:calc(100vh - 76px);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    padding:64px 32px;
    text-align:center;
  }

  .hero-branch-bg{
    position:absolute;
    opacity:0.09;
    pointer-events:none;
  }
  .hero-branch-bg.tl{top:-40px; left:-60px; width:340px; transform:rotate(-18deg) scaleX(-1);}
  .hero-branch-bg.br{bottom:-50px; right:-70px; width:380px; transform:rotate(12deg);}

  .hero-inner{
    max-width:640px;
    display:flex;
    flex-direction:column;
    align-items:center;
    position:relative;
    z-index:2;
  }

  .hero-logo{
    width:min(84vw, 460px);
    margin-bottom:6px;
  }

  .hero-sub{
    font-size:1.06rem;
    color:var(--charcoal-soft);
    max-width:460px;
    margin:22px 0 34px;
  }

  .badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 20px;
    border:1px solid var(--border-soft);
    border-radius:100px;
    font-size:0.72rem;
    font-weight:600;
    letter-spacing:0.18em;
    text-transform:uppercase;
    color:var(--olive-deep);
    margin-bottom:30px;
    background:rgba(255,255,255,0.4);
  }
  .badge .dot{
    width:6px;height:6px;border-radius:50%;
    background:var(--gold);
    display:inline-block;
  }

  /* Notify form */
  .notify-form{
    display:flex;
    width:100%;
    max-width:420px;
    gap:0;
    border:1px solid var(--charcoal);
    border-radius:6px;
    overflow:hidden;
  }
  .notify-form input[type="email"]{
    flex:1;
    border:none;
    background:transparent;
    padding:15px 18px;
    font-family:'Inter', sans-serif;
    font-size:0.94rem;
    color:var(--charcoal);
  }
  .notify-form input[type="email"]::placeholder{color:var(--charcoal-soft); opacity:0.7;}
  .notify-form input[type="email"]:focus{outline:none;}
  .notify-form button{
    border:none;
    background:var(--charcoal);
    color:var(--cream);
    padding:15px 24px;
    font-family:'Inter', sans-serif;
    font-size:0.82rem;
    font-weight:600;
    letter-spacing:0.06em;
    text-transform:uppercase;
    cursor:pointer;
    transition:background 0.2s ease;
    white-space:nowrap;
  }
  .notify-form button:hover{background:var(--olive-deep);}

  .notify-note{
    font-size:0.8rem;
    color:var(--charcoal-soft);
    margin-top:14px;
    min-height:1.2em;
  }
  .notify-note.success{color:var(--olive-deep); font-weight:600;}

  .scroll-cue{
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    font-size:0.68rem;
    letter-spacing:0.2em;
    text-transform:uppercase;
    color:var(--charcoal-soft);
    opacity:0.6;
  }

  /* ---------- STORY ---------- */
  .story{
    background:var(--cream);
  }
  .story-grid{
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:72px;
    align-items:center;
  }
  .story h2{margin:14px 0 22px;}
  .story p{color:var(--charcoal-soft); font-size:1.02rem; max-width:480px;}

  .story-visual{
    background:var(--cream-deep);
    border-radius:4px;
    aspect-ratio:4/5;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
  }
  .story-visual svg{width:52%;}

  .pillars{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:44px;
  }
  .pillar{
    border-top:1px solid var(--border-soft);
    padding-top:16px;
  }
  .pillar-label{
    font-family:'Fraunces', serif;
    font-size:1.06rem;
    font-weight:500;
    margin-bottom:6px;
  }
  .pillar-desc{
    font-size:0.88rem;
    color:var(--charcoal-soft);
  }

  /* ---------- MENU ---------- */
  .menu-section{
    background:var(--cream-deep);
  }
  .menu-head{
    text-align:center;
    max-width:560px;
    margin:0 auto 60px;
  }
  .menu-head h2{margin:14px 0 16px;}
  .menu-head p{color:var(--charcoal-soft);}

  .menu-note{
    text-align:center;
    font-size:0.82rem;
    color:var(--charcoal-soft);
    font-style:italic;
    max-width:520px;
    margin:10px auto 0;
  }

  .menu-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
  }
  .menu-card{
    background:var(--cream);
    border:1px solid var(--border-soft);
    border-radius:6px;
    padding:36px 30px;
  }
  .menu-card h3{
    font-size:1.28rem;
    margin-bottom:4px;
  }
  .menu-card .eyebrow{display:block; margin-bottom:10px;}
  .menu-list{
    list-style:none;
    margin-top:22px;
    display:flex;
    flex-direction:column;
    gap:18px;
  }
  .menu-list li{
    display:flex;
    justify-content:space-between;
    align-items:baseline;
    gap:14px;
    border-bottom:1px dashed var(--border-soft);
    padding-bottom:14px;
  }
  .menu-item-name{
    font-family:'Fraunces', serif;
    font-size:0.98rem;
    font-weight:500;
  }
  .menu-item-desc{
    font-size:0.8rem;
    color:var(--charcoal-soft);
    display:block;
    margin-top:3px;
    font-family:'Inter', sans-serif;
  }
  .menu-item-price{
    font-size:0.88rem;
    color:var(--olive-deep);
    font-weight:600;
    white-space:nowrap;
  }

  /* ---------- GALLERY ---------- */
  .gallery-section{background:var(--cream);}
  .gallery-head{text-align:center; max-width:520px; margin:0 auto 52px;}
  .gallery-head h2{margin:14px 0 12px;}
  .gallery-head p{color:var(--charcoal-soft);}

  .gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
  }
  .gallery-tile{
    aspect-ratio:1/1;
    border:1.5px dashed var(--border-soft);
    border-radius:4px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:var(--cream-deep);
  }
  .gallery-tile svg{width:30px; opacity:0.55;}
  .gallery-tile span{
    font-size:0.72rem;
    letter-spacing:0.1em;
    text-transform:uppercase;
    color:var(--charcoal-soft);
    font-weight:600;
  }

  /* ---------- REVIEWS ---------- */
  .reviews-section{
    background:var(--charcoal);
    color:var(--cream);
    text-align:center;
  }
  .reviews-section .quote-mark{
    font-family:'Fraunces', serif;
    font-size:3.6rem;
    color:var(--gold);
    line-height:1;
    margin-bottom:8px;
  }
  .reviews-section h2{
    color:var(--cream);
    max-width:600px;
    margin:0 auto 18px;
    font-size:clamp(1.6rem, 3vw, 2.2rem);
  }
  .reviews-section p{
    color:rgba(251,243,231,0.7);
    max-width:460px;
    margin:0 auto;
  }

  /* ---------- FOOTER ---------- */
  footer{
    background:var(--charcoal);
    color:var(--cream);
    padding-top:0;
  }
  .footer-inner{
    padding:88px 0 56px;
    display:grid;
    grid-template-columns:1.3fr 0.9fr 0.9fr 1.2fr;
    gap:48px;
  }
  .footer-col-heading{
    font-family:'Inter', sans-serif;
    font-size:0.74rem;
    font-weight:700;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:var(--gold);
    margin-bottom:20px;
  }

  .footer-word{
    font-family:'Fraunces', serif;
    font-style:italic;
    font-weight:400;
    font-size:1.9rem;
    color:var(--cream);
    margin-bottom:12px;
    display:inline-block;
    text-decoration:none;
  }
  .footer-tagline{
    font-size:0.88rem;
    color:rgba(251,243,231,0.6);
    max-width:280px;
    margin-bottom:22px;
  }
  .footer-location{
    font-size:0.76rem;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:rgba(251,243,231,0.55);
    margin-bottom:26px;
  }

  .hours-row{
    display:flex;
    justify-content:space-between;
    gap:14px;
    padding:11px 0;
    border-bottom:1px solid rgba(251,243,231,0.1);
    font-size:0.86rem;
  }
  .hours-row:last-child{border-bottom:none;}
  .hours-row .days{color:rgba(251,243,231,0.6);}
  .hours-row .time{color:var(--cream); font-weight:500; white-space:nowrap;}

  .footer-links{
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:14px;
  }
  .footer-links a{
    font-size:0.9rem;
    color:rgba(251,243,231,0.75);
    text-decoration:none;
    transition:color 0.2s ease;
    display:inline-flex;
    align-items:center;
    gap:8px;
  }
  .footer-links a:hover{color:var(--gold);}
  .footer-soon-tag{
    font-size:0.62rem;
    font-weight:700;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--charcoal);
    background:var(--gold);
    padding:2px 7px;
    border-radius:100px;
  }

  .footer-form-note{
    color:rgba(251,243,231,0.65);
    font-size:0.88rem;
    max-width:340px;
    margin-bottom:18px;
  }

  footer .notify-form{
    border-color:rgba(251,243,231,0.35);
    max-width:360px;
  }
  footer .notify-form input[type="email"]{color:var(--cream);}
  footer .notify-form input[type="email"]::placeholder{color:rgba(251,243,231,0.5);}
  footer .notify-form button{
    background:var(--gold);
    color:var(--charcoal);
  }
  footer .notify-form button:hover{background:var(--gold-deep); color:var(--cream);}
  footer .notify-note{color:rgba(251,243,231,0.6);}
  footer .notify-note.success{color:var(--gold); font-weight:600;}

  .socials{
    display:flex;
    gap:14px;
    margin-top:26px;
  }
  .socials a{
    width:38px;height:38px;
    border:1px solid rgba(251,243,231,0.25);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:border-color 0.2s ease, background 0.2s ease;
    text-decoration:none;
  }
  .socials a:hover{border-color:var(--gold); background:rgba(184,147,90,0.12);}
  .socials svg{width:15px;height:15px;fill:var(--cream);}

  .footer-bottom{
    border-top:1px solid rgba(251,243,231,0.12);
    padding:24px 0;
    text-align:center;
    font-size:0.76rem;
    color:rgba(251,243,231,0.5);
  }

  @media (max-width: 900px){
    .footer-inner{grid-template-columns:1fr 1fr; row-gap:44px;}
  }
  @media (max-width: 560px){
    .footer-inner{grid-template-columns:1fr; text-align:left;}
    .footer-tagline{max-width:none;}
  }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 860px){
    section{padding:76px 0;}
    .story-grid{grid-template-columns:1fr; gap:44px;}
    .story-visual{order:-1; aspect-ratio:16/9;}
    .pillars{grid-template-columns:1fr; gap:22px;}
    .menu-grid{grid-template-columns:1fr; gap:26px;}
    .gallery-grid{grid-template-columns:repeat(2,1fr);}
    .notify-form{flex-direction:column; border-radius:8px;}
    .notify-form button{padding:14px;}
  }

  @media (max-width: 480px){
    .container{padding:0 22px;}
    .gallery-grid{grid-template-columns:repeat(2,1fr); gap:12px;}
  }

/* ---------- MENU PAGE ---------- */
.page-hero{
  padding:70px 0 50px;
  text-align:center;
  border-bottom:1px solid var(--border-soft);
}
.page-hero h1{
  font-family:'Fraunces', serif;
  font-weight:450;
  font-size:clamp(2.4rem, 5vw, 3.4rem);
  margin:14px 0 16px;
}
.page-hero p{
  color:var(--charcoal-soft);
  max-width:520px;
  margin:0 auto;
}

.menu-page-section{
  padding:70px 0 110px;
}

.tab-bar{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-bottom:20px;
}
.tab-btn{
  border:1px solid var(--border-soft);
  background:var(--cream);
  color:var(--charcoal);
  padding:12px 26px;
  border-radius:100px;
  font-family:'Inter', sans-serif;
  font-size:0.78rem;
  font-weight:600;
  letter-spacing:0.1em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tab-btn:hover{border-color:var(--gold);}
.tab-btn.active{
  background:var(--charcoal);
  color:var(--cream);
  border-color:var(--charcoal);
}

.tab-divider{
  width:64px;
  height:1px;
  background:var(--border-soft);
  margin:0 auto 50px;
}

.category-block{
  margin-bottom:64px;
}
.category-block:last-child{margin-bottom:0;}

.category-heading{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:8px;
  border-bottom:1px solid var(--border-soft);
  padding-bottom:14px;
}
.category-heading h2{
  font-size:1.7rem;
  font-weight:500;
}
.category-hours{
  font-family:'Inter', sans-serif;
  font-size:0.78rem;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--olive-deep);
}

.item-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:8px 40px;
  margin-top:26px;
}
.menu-item-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:16px;
  padding:16px 0;
  border-bottom:1px dashed var(--border-soft);
}
.menu-item-row .name{
  font-family:'Fraunces', serif;
  font-size:1.02rem;
  font-weight:500;
}
.menu-item-row .desc{
  display:block;
  font-family:'Inter', sans-serif;
  font-size:0.82rem;
  color:var(--charcoal-soft);
  margin-top:4px;
  font-weight:400;
}
.menu-item-row .price{
  font-size:0.9rem;
  font-weight:600;
  color:var(--olive-deep);
  white-space:nowrap;
}

.menu-page-note{
  text-align:center;
  font-size:0.82rem;
  color:var(--charcoal-soft);
  font-style:italic;
  margin-top:60px;
}

@media (max-width: 760px){
  .item-grid{grid-template-columns:1fr;}
  .page-hero{padding:50px 0 36px;}
}

/* ---------- MENU SUBSECTIONS ---------- */
.subsection-heading{
  font-family:'Inter', sans-serif;
  font-size:0.76rem;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--olive-deep);
  margin:36px 0 6px;
}
.subsection-heading.first{margin-top:22px;}

.chip-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin:14px 0 8px;
}
.chip-list span{
  font-family:'Inter', sans-serif;
  font-size:0.86rem;
  color:var(--charcoal-soft);
}
.chip-list span:not(:last-child)::after{
  content:"\00b7";
  margin-left:14px;
  color:var(--border-soft);
}
.chip-note{
  font-size:0.78rem;
  color:var(--charcoal-soft);
  font-style:italic;
  margin-bottom:4px;
}
