:root{
  --wine:#7c171d;
  --wine-dark:#4d0d12;
  --cream:#f6efe4;
  --paper:#fffdf9;
  --ink:#2e231d;
  --muted:#7f7168;
  --line:rgba(78,48,30,.12);
  --gold:#c4a168;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}
body{
  margin:0;
  max-width:100%;
  overflow-x:hidden;
  background:linear-gradient(180deg,#fffdf9 0,#f6efe4 100%);
  color:var(--ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  -webkit-text-size-adjust:100%;
}
a{color:inherit}
button{font:inherit}

/* COVER */
.hero{
  position:relative;
  min-height:380px;
  display:flex;
  align-items:flex-end;
  background:url('/assets/hero.jpg') center/cover no-repeat;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(30,17,10,.08),rgba(30,17,10,.62)),
    linear-gradient(90deg,rgba(30,17,10,.18),transparent 70%);
}
.hero-content{
  position:relative;
  width:min(1000px,100%);
  margin:0 auto;
  padding:28px 18px 34px;
  color:#fff;
}
.brand-pill{
  display:inline-flex;
  max-width:100%;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:var(--wine);
  font-size:11px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.12em;
}
.hero h1{
  margin:16px 0 7px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:46px;
  font-weight:500;
  line-height:1;
}
.hero p{margin:0;font-size:15px;line-height:1.55;opacity:.94}

/* NAV */
.topbar{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,253,249,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.topbar-inner{
  width:min(1000px,100%);
  margin:0 auto;
  padding:10px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.topbar-title{
  min-width:0;
  color:var(--wine);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.language-button{
  flex:0 0 auto;
  border:1px solid rgba(124,23,29,.18);
  background:#fff;
  color:var(--wine);
  border-radius:999px;
  padding:9px 13px;
  font-weight:850;
  cursor:pointer;
}

/* CONTENT */
.shell{width:min(1000px,100%);margin:0 auto;padding:18px 14px 68px}
.intro{
  max-width:700px;
  margin:7px auto 28px;
  text-align:center;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}
.eyebrow{
  color:var(--wine);
  font-size:10px;
  font-weight:900;
  letter-spacing:.17em;
}
.section-copy h2,.menu-head h2{
  margin:10px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
  line-height:1.04;
  font-weight:500;
}
.section-copy p,.menu-head p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}

/* FIND US */
.location-section{
  position:relative;
  display:grid;
  grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);
  gap:24px;
  align-items:center;
  margin-bottom:30px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:26px;
  background:
    linear-gradient(120deg,rgba(255,253,249,.96),rgba(246,239,228,.90)),
    url('/assets/hero.jpg') center/cover;
  box-shadow:0 12px 34px rgba(57,38,24,.05);
}
.map-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:17px;
  padding:10px 14px;
  border-radius:999px;
  background:var(--wine);
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
}
.location-card{
  position:relative;
  display:block;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  padding:7px;
  box-shadow:0 10px 28px rgba(57,38,24,.07);
  text-decoration:none;
}
.location-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
}
.map-badge{
  position:absolute;
  right:16px;
  bottom:16px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.95);
  color:var(--wine);
  font-size:11px;
  font-weight:900;
  box-shadow:0 7px 20px rgba(40,27,20,.15);
}

/* PDF MENU */
.menu-section{
  padding:32px 0 10px;
  border-top:1px solid var(--line);
}
.menu-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:8px;
}
.menu-head>div{max-width:680px}
.pdf-button{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 15px;
  border-radius:999px;
  background:var(--wine);
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
}
.tap-hint{
  margin:10px 0 18px;
  color:var(--muted);
  font-size:12px;
}
.pdf-pages{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.pdf-page{
  min-width:0;
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 9px 28px rgba(57,38,24,.06);
}
.pdf-page button{
  display:block;
  width:100%;
  border:0;
  padding:0;
  background:#fff;
  cursor:zoom-in;
}
.pdf-page img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:595.5 / 842.25;
  object-fit:contain;
  background:#f8f4ed;
}
.pdf-page figcaption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:48px;
  padding:10px 12px;
  border-top:1px solid var(--line);
}
.page-number{
  color:var(--wine);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}
.page-title{
  min-width:0;
  color:#51443c;
  font-size:12px;
  font-weight:750;
  text-align:right;
}

/* FOOTER */
.footer{
  margin-top:32px;
  padding:30px 10px 10px;
  text-align:center;
  color:var(--wine);
  font-weight:900;
  letter-spacing:.05em;
}
.footer small{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-weight:600;
  letter-spacing:0;
}

/* LANGUAGE */
.language-sheet{
  position:fixed;
  inset:0;
  z-index:90;
  display:none;
  align-items:flex-end;
  background:rgba(34,20,12,.48);
}
.language-sheet.is-open{display:flex}
.language-panel{
  width:100%;
  max-height:78dvh;
  overflow:auto;
  background:#fffdf9;
  border-radius:24px 24px 0 0;
  padding:18px 16px max(24px,env(safe-area-inset-bottom));
}
.language-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.language-panel-head h3{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  font-weight:500;
}
.round-button{
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#eee4d5;
  font-size:20px;
}
.language-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.language-option{
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  padding:13px;
  color:#44362d;
  text-align:left;
  font-weight:850;
}
.language-option small{
  display:block;
  margin-top:4px;
  color:#94857b;
  font-weight:600;
}

/* VIEWER */
.hidden{display:none!important}
.viewer{
  position:fixed;
  inset:0;
  z-index:120;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:
    max(12px,env(safe-area-inset-top))
    max(10px,env(safe-area-inset-right))
    max(12px,env(safe-area-inset-bottom))
    max(10px,env(safe-area-inset-left));
  background:rgba(22,14,10,.92);
}
.viewer-content{
  width:min(900px,100%);
  max-height:94dvh;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.viewer-content img{
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
  background:#fff;
}
.viewer-close{
  position:fixed;
  top:max(14px,env(safe-area-inset-top));
  right:max(14px,env(safe-area-inset-right));
  z-index:2;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:var(--wine);
  font-size:24px;
  font-weight:900;
}

/* WELCOME - CSS also auto-hides it even if JS has a problem */
.welcome{
  position:fixed;
  inset:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:100vh;
  min-height:100dvh;
  overflow:auto;
  padding:
    max(18px,env(safe-area-inset-top))
    max(14px,env(safe-area-inset-right))
    max(18px,env(safe-area-inset-bottom))
    max(14px,env(safe-area-inset-left));
  color:#fff;
  background:radial-gradient(circle at 50% 28%,#a4262c 0,#75161b 48%,#4c0d11 100%);
  animation:welcomeFailsafe 4.6s forwards;
}
@keyframes welcomeFailsafe{
  0%,82%{opacity:1;visibility:visible}
  100%{opacity:0;visibility:hidden;pointer-events:none}
}
.welcome.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .45s ease,visibility .45s ease;
}
.welcome-inner{
  width:min(620px,100%);
  margin:auto;
  text-align:center;
}
.welcome-brand{
  font-size:11px;
  font-weight:900;
  line-height:1.4;
  letter-spacing:.18em;
  opacity:.88;
}
.welcome-greeting{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:76px;
  margin:20px 0 5px;
  padding:0 5px;
  font-family:Georgia,"Times New Roman","Noto Serif",serif;
  font-size:clamp(34px,10vw,52px);
  line-height:1.1;
  overflow-wrap:anywhere;
  transition:opacity .15s ease,transform .15s ease;
}
.welcome-greeting.is-changing{opacity:.15;transform:translateY(3px)}
.welcome-country{
  min-height:20px;
  font-size:12px;
  letter-spacing:.12em;
  opacity:.72;
}
.welcome-title{
  margin-top:25px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
}
.welcome-sub{margin-top:7px;font-size:11px;opacity:.7}
.welcome-skip{
  min-width:130px;
  min-height:44px;
  margin-top:18px;
  padding:9px 15px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:999px;
  background:transparent;
  color:#fff;
  font-weight:850;
}

/* MOBILE */
@media(max-width:760px){
  .hero{
    min-height:300px;
    background-position:center center;
  }
  .hero-content{padding:23px 15px 26px}
  .hero h1{font-size:38px}
  .location-section{
    grid-template-columns:1fr;
    gap:15px;
    padding:17px;
    border-radius:21px;
  }
  .section-copy h2,.menu-head h2{font-size:29px}
  .map-button{width:100%}
  .menu-head{
    display:block;
  }
  .pdf-button{
    width:100%;
    margin-top:16px;
  }
  .pdf-pages{
    grid-template-columns:1fr;
    gap:14px;
  }
  .page-title{font-size:11px}
}

@media(max-width:520px){
  .hero{min-height:270px}
  .hero-content{padding:19px 13px 22px}
  .brand-pill{
    font-size:9px;
    white-space:normal;
  }
  .hero h1{font-size:34px}
  .hero p{font-size:13px}
  .topbar-inner{padding:9px 12px}
  .language-button{
    max-width:62vw;
    padding:8px 11px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:13px;
  }
  .shell{padding:14px 11px 54px}
  .intro{margin:4px auto 20px;font-size:13px}
  .location-card{padding:5px;border-radius:16px}
  .location-card img{border-radius:11px}
  .map-badge{
    left:10px;
    right:10px;
    bottom:10px;
    text-align:center;
  }
  .pdf-page{border-radius:15px}
  .pdf-page figcaption{padding:9px 10px}
  .language-grid{grid-template-columns:1fr}
  .welcome-brand{font-size:9px;letter-spacing:.12em}
  .welcome-greeting{min-height:70px;font-size:clamp(31px,10.5vw,42px)}
  .welcome-title{font-size:11px}
}
