@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/ArchivoNarrow-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/ArchivoNarrow-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/EBGaramond-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/EBGaramond-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== Pasta Vino — redesign (Cutler & Co style: monochrome editorial) ===== */

:root{
  --ink: #222222;
  --canvas: #ffffff;
  --ink-70: rgba(34,34,34,.7);
  --ink-45: rgba(34,34,34,.45);
  --ink-15: rgba(34,34,34,.15);
  --accent: #6E2A3A;

  --font-display: "Archivo Narrow", "Arial Narrow", sans-serif;
  --font-body: "EB Garamond", Garamond, Georgia, serif;

  --container: 1180px;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3{
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 23px;
  margin: 0 0 .6em;
  line-height: 1.3;
  color: inherit;
}
p{ margin: 0 0 1em; }

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ---------- Buttons ---------- */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 34px;
  border-radius: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .14em;
  border: 2px solid var(--accent);
  background: var(--accent);
  color: var(--canvas);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover{ background: transparent; color: var(--accent); }
.btn-lg{ padding: 22px 38px; font-size: 15px; }

.text-link{
  display: inline-block;
  align-self: center;
  background: none;
  border: none;
  border-radius: 0;
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 17px;
  border-bottom: 1px solid currentColor;
  padding: 0 0 2px;
  margin: 0;
  cursor: pointer;
  transition: opacity .2s ease;
}
.text-link:hover{ opacity: .55; }

.eyebrow{
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 .9em;
}
/* ---------- Header ---------- */
.site-header{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 210;
  padding: 24px 0;
  transition: background .3s ease, padding .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo-link{ display: block; flex-shrink: 0; }
.logo-img{ height: clamp(32px, 5vw, 44px); width: auto; transition: filter .3s ease; }

.main-nav ul{
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-link{
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .16em;
  transition: color .25s ease, opacity .25s ease;
  opacity: .92;
}
.nav-link:hover{ opacity: .6; }
.nav-cta-mobile{ display: none; }

.hamburger{
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.hamburger span{
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: background .3s ease, transform .3s ease, opacity .3s ease;
}
.nav-close{ display: none; }

.nav-cta{ background: #fff; border-color: #fff; color: var(--ink); }
.nav-cta:hover{ background: transparent; color: #fff; }

.site-header.scrolled{
  background: var(--canvas);
  padding: 16px 0;
  border-bottom-color: var(--ink-15);
}
.site-header.scrolled .logo-img{ filter: brightness(0); }
.site-header.scrolled .nav-link{ color: var(--ink); }
.site-header.scrolled .nav-cta{ background: var(--accent); border-color: var(--accent); color: var(--canvas); }
.site-header.scrolled .nav-cta:hover{ background: transparent; color: var(--accent); }
.site-header.scrolled .hamburger span{ background: var(--ink); }

/* ---------- Hero ---------- */
.hero{
  position: relative;
  min-height: 95vh;
  overflow: hidden;
}
.hero-page{ min-height: 56vh; }
.hero-bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg video,
.hero-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.hero-intro{
  background: var(--canvas);
  color: var(--ink);
  padding: 100px 0 96px;
  text-align: center;
}
.hero-intro-inner{
  max-width: 640px;
  margin: 0 auto;
}
.hero-kicker{
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 18px;
}
.hero-title{ margin-bottom: 0; }
.hero-lead{
  font-size: clamp(16px, 2vw, 19px);
  color: var(--ink-70);
  max-width: 58ch;
  margin: 28px auto 2.4em;
}
.hero-actions{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.scroll-cue{
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.5);
  z-index: 1;
}
.scroll-cue span{
  position: absolute;
  top: 0; left: 50%;
  width: 3px; height: 3px;
  margin-left: -1.5px;
  background: #fff;
  animation: scrollcue 1.8s ease infinite;
}
@keyframes scrollcue{
  0%{ opacity: 1; transform: translateY(0); }
  70%{ opacity: 0; transform: translateY(14px); }
  100%{ opacity: 0; transform: translateY(14px); }
}

/* ---------- About ---------- */
.about{ padding: 120px 0; background: var(--canvas); }
.about-grid{
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 72px;
  align-items: center;
}
.about-media{ position: relative; }
.about-media-main{
  border-radius: 0;
  aspect-ratio: 900 / 1201;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.about-media-accent{
  position: absolute;
  right: -36px; bottom: -36px;
  width: 48%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
  border: 6px solid var(--canvas);
  box-shadow: 0 20px 44px -14px rgba(34, 34, 34, .4);
}
.about-text h2{ color: var(--ink); }
.about-text p:not(.eyebrow){
  color: var(--ink-70);
  font-size: 17px;
  max-width: 56ch;
}

/* ---------- Menu ---------- */
.menu-section{
  background: var(--canvas);
  color: var(--ink);
  padding: 120px 0;
}
.menu-section .eyebrow{ text-align: center; }
.section-title-light{
  color: var(--ink);
  text-align: center;
  margin-bottom: 1.1em;
}
.menu-section > .container > .section-title-light{ margin-bottom: 56px; }

.menu-tabs{
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 56px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--ink-15);
}
.menu-tab{
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  color: var(--ink-45);
  padding: 14px 24px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease;
}
.menu-tab:hover{ color: var(--ink); }
.menu-tab.is-active{
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.menu-panels{ max-width: 880px; margin: 0 auto; }
.menu-panel{
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 40px 56px;
}
.menu-panel.is-active{ display: grid; }
.menu-item{ border-bottom: 1px solid var(--ink-15); padding-bottom: 22px; }
.menu-item-head{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 6px;
}
.menu-item-head h3{
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: normal;
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
  margin: 0;
}
.menu-item .price{
  font-family: var(--font-body);
  color: var(--accent);
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
}
.menu-item p{
  font-size: 15px;
  color: var(--ink-70);
  margin-bottom: .4em;
}
.menu-item .allergens{
  font-size: 12.5px;
  color: var(--ink-45);
  margin-bottom: 0;
  font-style: italic;
}
.menu-more{ text-align: center; margin-top: 48px; }

/* ---------- Gallery ---------- */
.gallery{ padding: 120px 0 100px; background: var(--canvas); }
.gallery > .container{ text-align: center; margin-bottom: 56px; }
.gallery h2{ color: var(--ink); }
.gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.gallery-item{ overflow: hidden; position: relative; aspect-ratio: 4 / 5; }
.gallery-item img{
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.gallery-item:hover img{ transform: scale(1.06); }
.gallery-more{ text-align: center; margin-top: 36px; }

/* ---------- Reviews ---------- */
.reviews{ background: var(--canvas); padding: 120px 0; }
.reviews-inner{ max-width: 720px; margin: 0 auto; text-align: center; }
.reviews-inner h2{ color: var(--ink); margin-bottom: 40px; }

.rating-display{ margin-bottom: 56px; }
.rating-grid{ display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.rating-block{ display: block; text-decoration: none; color: inherit; transition: opacity .2s ease; }
.rating-block:hover{ opacity: .6; }
.star-rating{ position: relative; display: inline-block; width: 116px; height: 20px; }
.star-row{ width: 116px; height: 20px; display: block; }
.star-row-track{ fill: var(--ink-15); }
.star-row-fill-wrap{ position: absolute; top: 0; left: 0; height: 20px; overflow: hidden; }
.star-row-fill{ fill: var(--accent); }
.rating-number{
  font-family: var(--font-body);
  font-size: 23px;
  font-weight: 400;
  color: var(--ink);
  margin: 16px 0 2px;
}
.rating-number span{ font-size: 16px; color: var(--ink-45); }
.rating-count{ font-size: 14px; color: var(--ink-45); margin: 0; }

.review-quotes{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
  text-align: left;
}
.review-quote{
  margin: 0;
  padding: 28px;
  background: transparent;
  border-radius: 0;
  border: 1px solid var(--ink-15);
}
.review-quote p{ font-size: 16px; color: var(--ink-70); margin: 0 0 14px; line-height: 1.55; }
.review-quote footer{ font-size: 14px; font-weight: 400; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.review-quote .review-stars{ color: var(--accent); font-size: 13px; letter-spacing: 1px; font-weight: 400; }

.reviews-actions{ display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Visit / hours + contact ---------- */
.visit{ background: var(--canvas); color: var(--ink); padding: 120px 0; }
.visit-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
}
.visit-note{ color: var(--ink-70); max-width: 46ch; }
.hours-table{
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0 34px;
}
.hours-table tr{ border-bottom: 1px solid var(--ink-15); }
.hours-table th,.hours-table td{
  text-align: left;
  padding: 12px 0;
  font-weight: 400;
  font-size: 15px;
}
.hours-table th{
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--accent);
  font-weight: 700;
  font-size: 13px;
  width: 40%;
}
.hours-table td{ color: var(--ink-70); }

.contact-list{ margin: 28px 0 30px; display: flex; flex-direction: column; gap: 20px; }
.contact-label{
  display: block;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 4px;
}
.contact-list a{ font-size: 17px; font-weight: 400; }
.contact-list a[href^="https"]:hover,
.contact-list a[href^="tel:"]:hover{ text-decoration: underline; }

.map-frame{
  width: 100%;
  height: 240px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--ink-15);
  filter: grayscale(.5) contrast(1.05);
}

/* ---------- Closer ---------- */
.closer{
  background: var(--canvas);
  color: var(--ink);
  padding: 100px 0;
  border-top: 1px solid var(--ink-15);
}
.closer-inner{ max-width: 780px; margin: 0 auto; text-align: center; }
.closer-lead{ font-size: 16px; color: var(--ink-70); margin-bottom: 1.4em; }
.closer h2{ margin-bottom: 1em; }
.closer-actions{
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Footer ---------- */
.site-footer{ background: var(--canvas); color: var(--ink-70); padding: 76px 0 0; border-top: 1px solid var(--ink-15); }
.footer-grid{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--ink-15);
}
.footer-logo{ height: 52px; width: auto; margin-bottom: 18px; filter: brightness(0); }
.footer-brand p{ max-width: 34ch; font-size: 14.5px; }
.footer-col h3{
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 18px;
}
.footer-col ul{ display: flex; flex-direction: column; gap: 12px; }
.footer-col a{ font-size: 14.5px; text-decoration: underline; text-underline-offset: 3px; transition: opacity .2s ease; }
.footer-col a:hover{ opacity: .6; }
.footer-bottom{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  font-size: 13px;
  flex-wrap: wrap;
}
.footer-bottom a{ text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Reveal (Cutler: stillness — content is visible immediately, no scroll choreography) ---------- */
.reveal{ opacity: 1; }

/* ================= Mobile full-screen nav takeover (Cutler signature) ================= */
.site-header:has(.main-nav.is-open){ background: var(--canvas); border-bottom-color: var(--ink-15); }
.site-header:has(.main-nav.is-open) .logo-img{ filter: brightness(0); }
.site-header:has(.main-nav.is-open) .hamburger span{ background: var(--ink); }

@media (max-width: 900px){
  .main-nav{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    background: var(--canvas);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility 0s linear .3s;
    z-index: 200;
    padding: 28px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-nav.is-open{
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease;
  }
  .main-nav ul{
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }
  .main-nav .nav-link{
    display: block;
    padding: 10px 4px;
    font-size: clamp(28px, 9vw, 40px);
    letter-spacing: .04em;
    color: var(--ink);
    text-align: center;
    border-bottom: none;
  }
  .nav-cta-mobile{
    display: block;
    margin-top: 24px;
  }
  .nav-close{
    display: block;
    position: absolute;
    top: 18px; right: 20px;
    width: 40px; height: 40px;
    background: none;
    border: none;
    color: var(--ink);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
  .nav-scrim{ display: none; }

  .nav-cta{ display: none; }
  .hamburger{ display: flex; }

  .hero{ min-height: 90vh; }
  #top .hero-bg video{
    object-fit: contain;
    background: var(--ink);
  }
  #top .hero-bg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.55) 0%, rgba(0,0,0,.14) 45%, rgba(0,0,0,0) 75%);
    pointer-events: none;
  }
}

/* ================= Responsive ================= */
@media (max-width: 1024px){
  .about-grid{ grid-template-columns: 1fr; gap: 48px; }
  .about-media{ max-width: 420px; }
  .visit-grid{ grid-template-columns: 1fr; gap: 56px; }
  .gallery-grid{ grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px){
  .container{ padding: 0 20px; }
  .about, .menu-section, .visit, .closer, .reviews{ padding: 80px 0; }
  .review-quotes{ grid-template-columns: 1fr; }
  .reviews-actions{ flex-direction: column; align-items: stretch; }
  .reviews-actions .btn{ width: 100%; }
  .gallery{ padding: 80px 0 60px; }
  .hero-intro{ padding: 64px 0 56px; }
  .hero-actions{ flex-direction: column; align-items: stretch; }
  .hero-actions .btn{ width: 100%; }
  .menu-panel{ grid-template-columns: 1fr; gap: 26px; }
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
  .footer-grid{ grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom{ flex-direction: column; text-align: center; }
  .closer-actions{ flex-direction: column; align-items: stretch; }
  .closer-actions .btn{ width: 100%; }
  .about-media-accent{ right: -16px; bottom: -16px; width: 44%; border-width: 4px; }
  .menu-item-head{ flex-direction: column; gap: 2px; align-items: flex-start; }
}
