@font-face {
  font-family: 'Printvetica';
  src: url('../fonts/Printvetica.otf') format('opentype');
  font-weight: normal; font-style: normal;
  font-feature-settings: "liga" 0, "calt" 0;
}
@font-face {
  font-family: 'MariaConnected';
  src: url('../fonts/Maria-Connected.otf') format('opentype');
  font-weight: normal; font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: normal; font-style: normal;
}

:root {
  --rojo: #F03C1F;
  --rojo-oscuro: #C42B10;
  --rosa: #F9C8BC;
  --rosa-pale: #FCE8E3;
  --crema: #F5F0E6;
  --crema-dark: #EDE6D8;
  --crema-card: #FAF7F2;
  --texto: #2A1F1A;
  --suave: rgba(42, 31, 26, 0.55);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'MyriadPro', 'Helvetica Neue', sans-serif;
  background: var(--crema);
  color: var(--texto);
  overflow-x: hidden;
}
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--crema); }
::-webkit-scrollbar-thumb { background: var(--rojo); border-radius: 3px; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: .85rem 2.5rem;
  background: var(--crema);
  border-bottom: 2px solid var(--rojo);
}
.nav-logo img { height: 36px; display: block; }
.nav-links { display: flex; gap: 1.75rem; list-style: none; align-items: center; }
.nav-links a {
  font-family: 'Printvetica', sans-serif;
  font-feature-settings: "liga" 0, "calt" 0;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--texto); text-decoration: none; transition: color .2s;
}
.nav-links a:hover { color: var(--rojo); }
.nav-cta {
  font-family: 'Printvetica', sans-serif;
  font-feature-settings: "liga" 0, "calt" 0;
  font-size: .75rem; letter-spacing: .12em; text-transform: uppercase;
  background: var(--rojo); color: #fff;
  padding: .45rem 1.2rem; text-decoration: none;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background .2s;
}
.nav-cta:hover { background: var(--rojo-oscuro); }

/* ── HERO ── */
.hero {
  min-height: 100vh; position: relative; overflow: hidden;
  display: flex; align-items: stretch; background: var(--crema);
}
.hero-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 25%;
}
.hero-panel {
  position: relative; z-index: 1;
  width: clamp(340px, 45vw, 580px);
  background: var(--crema);
  display: flex; flex-direction: column; justify-content: center;
  padding: 7rem 3.5rem 4rem 3rem;
  border-right: 3px solid var(--rojo);
}
.hero-dot {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(240,60,31,.08) 1px, transparent 1px);
  background-size: 24px 24px;
}
.hero-eyebrow {
  font-family: 'MyriadPro', sans-serif; font-size: .7rem;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--rojo); margin-bottom: 1rem;
  opacity: 0; animation: fadeUp .5s .1s ease forwards;
}
.hero-logo {
  width: clamp(200px, 28vw, 400px); margin-bottom: 1.5rem;
  opacity: 0; animation: fadeUp .6s .25s ease forwards;
}
.hero-tagline {
  font-family: 'MyriadPro', sans-serif;
  font-size: clamp(.82rem, 1.2vw, 1rem);
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--suave); margin-bottom: 2.5rem; line-height: 1.65;
  opacity: 0; animation: fadeUp .6s .4s ease forwards;
}
.hero-ctas {
  display: flex; gap: .85rem; flex-wrap: wrap;
  opacity: 0; animation: fadeUp .6s .55s ease forwards;
}

/* ── BUTTONS ── */
.btn-fill {
  font-family: 'Printvetica', sans-serif;
  font-feature-settings: "liga" 0, "calt" 0;
  font-size: .85rem; letter-spacing: .12em; text-transform: uppercase;
  background: var(--rojo); color: #fff; border: none;
  padding: .82rem 2rem; cursor: pointer; text-decoration: none;
  display: inline-block; transition: background .2s, transform .15s;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.btn-fill:hover { background: var(--rojo-oscuro); transform: translateY(-2px); }
.btn-ghost {
  font-family: 'Printvetica', sans-serif;
  font-feature-settings: "liga" 0, "calt" 0;
  font-size: .85rem; letter-spacing: .12em; text-transform: uppercase;
  background: transparent; color: var(--rojo);
  border: 2px solid var(--rojo);
  padding: .82rem 2rem; cursor: pointer; text-decoration: none;
  display: inline-block; transition: all .2s;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.btn-ghost:hover { background: var(--rojo); color: #fff; transform: translateY(-2px); }

/* ── TICKER ── */
.ticker { background: var(--rojo); padding: .65rem 0; overflow: hidden; white-space: nowrap; }
.ticker-track { display: inline-block; animation: scroll 28s linear infinite; }
.ticker-track span {
  font-family: 'MariaConnected', cursive; font-size: 1rem;
  letter-spacing: .06em; color: rgba(255,255,255,.92); padding: 0 1.4rem;
}
.ticker-track span.sep {
  font-family: 'MyriadPro', sans-serif; font-size: .8rem;
  color: rgba(255,255,255,.4); padding: 0 .2rem;
}

/* ── SECTIONS ── */
section { padding: 5rem 2rem; }
.wrap { max-width: 1120px; margin: 0 auto; }
.sec-label {
  font-family: 'MyriadPro', sans-serif; font-size: .68rem;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--rojo); margin-bottom: .6rem;
}
.sec-title {
  font-family: 'Printvetica', sans-serif;
  font-feature-settings: "liga" 0, "calt" 0;
  font-size: clamp(2.2rem, 5vw, 3.8rem); text-transform: uppercase;
  line-height: 1; letter-spacing: .02em; color: var(--texto);
}

/* ── PHOTO STRIP ── */
.strip { background: var(--crema-dark); padding: 0; overflow: hidden; }
.strip-inner { display: flex; height: 400px; }
.strip-inner img {
  flex: 1; object-fit: cover; object-position: center;
  min-width: 0; transition: flex .4s ease;
}
.strip-inner img:hover { flex: 2.5; }

/* ── MENU ── */
.menu-sec { background: var(--crema); }
.menu-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2.5rem;
  padding-bottom: 1.25rem; border-bottom: 2px solid var(--rojo);
}
.menu-head p { font-family: 'MyriadPro', sans-serif; font-size: .84rem; color: var(--suave); max-width: 300px; line-height: 1.65; }

.tabs { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: 2rem; }
.tab {
  font-family: 'Printvetica', sans-serif;
  font-feature-settings: "liga" 0, "calt" 0;
  font-size: .76rem; letter-spacing: .1em; text-transform: uppercase;
  background: transparent; color: rgba(42,31,26,.4);
  border: 1.5px solid rgba(42,31,26,.18); padding: .42rem 1.15rem;
  cursor: pointer; transition: all .18s;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}
.tab.on, .tab:hover { background: var(--rojo); color: #fff; border-color: var(--rojo); }

.panel { display: none; }
.panel.on { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

/* ── MENU CARD ── */
.card {
  background: var(--crema-card);
  border: 1px solid rgba(42,31,26,.07);
  border-left: 3px solid transparent;
  transition: all .2s; overflow: hidden;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 35px rgba(240,60,31,.1); border-left-color: var(--rojo); }
.card-img-wrap { width: 100%; height: 200px; overflow: hidden; }
.card-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; display: block; }
.card:hover .card-img { transform: scale(1.04); }
.card-body { padding: 1.4rem; }
.card-badge { font-family: 'MyriadPro', sans-serif; font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; color: var(--rojo); margin-bottom: .45rem; display: block; }
.card-name {
  font-family: 'Printvetica', sans-serif;
  font-feature-settings: "liga" 0, "calt" 0;
  font-size: 1.5rem; text-transform: uppercase; line-height: 1;
  color: var(--texto); margin-bottom: .12rem; letter-spacing: .03em;
}
.card-en { font-family: 'MyriadPro', sans-serif; font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; color: rgba(42,31,26,.3); margin-bottom: .8rem; }
.card-desc { font-family: 'MyriadPro', sans-serif; font-size: .8rem; line-height: 1.6; color: var(--suave); margin-bottom: 1rem; }
.card-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(42,31,26,.07); padding-top: .8rem; }
.card-price {
  font-family: 'Printvetica', sans-serif;
  font-feature-settings: "liga" 0, "calt" 0;
  font-size: 1.6rem; color: var(--rojo); line-height: 1; letter-spacing: .02em;
}
.veg { display: inline-block; background: #e6f4ea; color: #2e7d32; font-family: 'MyriadPro', sans-serif; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; padding: .18rem .5rem; border-radius: 2px; }

/* ── DRINKS ── */
.drinks-list { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.drink {
  background: var(--crema-card); border: 1px solid rgba(42,31,26,.07);
  border-left: 3px solid transparent; padding: 1rem 1.3rem;
  display: flex; justify-content: space-between; align-items: center; transition: all .18s;
}
.drink:hover { border-left-color: var(--rojo); transform: translateX(3px); }
.drink-name { font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0; font-size: .9rem; text-transform: uppercase; color: var(--texto); letter-spacing: .04em; }
.drink-size { font-family: 'MyriadPro', sans-serif; font-size: .68rem; color: rgba(42,31,26,.38); margin-top: .08rem; }
.drink-price { font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0; font-size: 1.15rem; color: var(--rojo); }
.note { margin-top: 1.75rem; font-family: 'MyriadPro', sans-serif; font-size: .72rem; color: var(--suave); line-height: 1.65; padding: 1rem 1.25rem; border-left: 2px solid rgba(240,60,31,.25); background: rgba(240,60,31,.03); }

/* ── MANIFESTO ── */
.manifesto { background: var(--rojo); padding: 5rem 2rem; text-align: center; position: relative; overflow: hidden; }
.manifesto::before {
  content: 'PMC'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0;
  font-size: clamp(6rem, 16vw, 14rem); color: rgba(255,255,255,.05);
  pointer-events: none; letter-spacing: .05em; white-space: nowrap;
}
.man-dog { position: absolute; right: 4rem; top: 50%; transform: translateY(-50%); width: clamp(100px,14vw,200px); opacity: .18; pointer-events: none; filter: brightness(10); }
.man-dog.left { right: auto; left: 4rem; transform: translateY(-50%) scaleX(-1); }
.man-title {
  position: relative; z-index: 1;
  font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0;
  font-size: clamp(2rem, 6vw, 4.5rem); text-transform: uppercase;
  line-height: 1; color: #fff; max-width: 860px; margin: 0 auto 1.2rem; letter-spacing: .03em;
}
.man-sub { position: relative; z-index: 1; font-family: 'MariaConnected', cursive; font-size: clamp(1rem, 2.2vw, 1.5rem); color: rgba(255,255,255,.8); letter-spacing: .04em; }

/* ── MERCH ── */
.merch-sec { background: var(--rosa-pale); }
.merch-intro { font-family: 'MyriadPro', sans-serif; font-size: .87rem; color: var(--suave); max-width: 480px; line-height: 1.7; margin-top: .6rem; margin-bottom: 2.5rem; }
.merch-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.merch-card { background: var(--crema-card); overflow: hidden; border: 1px solid rgba(240,60,31,.1); transition: all .2s; }
.merch-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(240,60,31,.12); }
.merch-img-wrap { width: 100%; aspect-ratio: 3/4; overflow: hidden; background: var(--crema-dark); }
.merch-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .4s ease; }
.merch-card:hover .merch-img { transform: scale(1.04); }
.merch-body { padding: 1.4rem; }
.merch-tag { display: inline-block; font-family: 'MyriadPro', sans-serif; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; background: var(--rojo); color: #fff; padding: .22rem .65rem; margin-bottom: .6rem; }
.merch-name { font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0; font-size: 1.3rem; text-transform: uppercase; color: var(--texto); margin-bottom: .3rem; letter-spacing: .03em; }
.merch-collab { font-family: 'MyriadPro', sans-serif; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--rojo); margin-bottom: .5rem; }
.merch-desc { font-family: 'MyriadPro', sans-serif; font-size: .79rem; color: var(--suave); line-height: 1.6; margin-bottom: 1.1rem; }
.merch-foot { display: flex; align-items: center; justify-content: space-between; gap: .75rem; flex-wrap: wrap; }
.merch-price { font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0; font-size: 1.4rem; color: var(--rojo); letter-spacing: .02em; }
.merch-btns { display: flex; gap: .5rem; }
.btn-sm {
  font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0;
  font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .46rem .9rem; cursor: pointer; text-decoration: none;
  display: inline-block; transition: all .18s; white-space: nowrap;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}
.btn-sm.fill { background: var(--rojo); color: #fff; border: none; }
.btn-sm.fill:hover { background: var(--rojo-oscuro); }
.btn-sm.out { background: transparent; color: var(--rojo); border: 1.5px solid var(--rojo); }
.btn-sm.out:hover { background: var(--rojo); color: #fff; }
.merch-note { margin-top: 2rem; font-family: 'MyriadPro', sans-serif; font-size: .8rem; color: var(--suave); text-align: center; }
.merch-note a { color: var(--rojo); text-decoration: none; font-weight: 600; }

/* ── DELIVERY ── */
.delivery-sec { background: var(--crema-dark); }
.delivery-intro { font-family: 'MyriadPro', sans-serif; font-size: .87rem; color: var(--suave); max-width: 440px; line-height: 1.7; margin-top: .6rem; margin-bottom: 2.5rem; }
.delivery-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.del-card { background: var(--crema-card); border: 1.5px solid rgba(240,60,31,.12); padding: 1.75rem; display: flex; flex-direction: column; gap: .85rem; transition: all .2s; }
.del-card:hover { border-color: var(--rojo); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(240,60,31,.1); }
.del-icon { font-size: 1.4rem; }
.del-name { font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0; font-size: 1.25rem; text-transform: uppercase; color: var(--texto); letter-spacing: .04em; }
.del-desc { font-family: 'MyriadPro', sans-serif; font-size: .79rem; color: var(--suave); line-height: 1.65; flex: 1; }
.del-link { font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--rojo); text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; transition: gap .2s; }
.del-link:hover { gap: .8rem; }
.del-link::after { content: '→'; }

/* ── LOCATION ── */
.location-sec { background: var(--crema); }
.location-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.location-map { width: 100%; aspect-ratio: 4/3; border: none; border: 2px solid rgba(240,60,31,.15); }
.location-info { display: flex; flex-direction: column; gap: 1.25rem; }
.loc-item { display: flex; gap: 1rem; align-items: flex-start; }
.loc-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: .1rem; }
.loc-label { font-family: 'Printvetica', sans-serif; font-feature-settings: "liga" 0,"calt" 0; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--rojo); margin-bottom: .2rem; }
.loc-text { font-family: 'MyriadPro', sans-serif; font-size: .9rem; color: var(--texto); line-height: 1.5; }
.loc-text a { color: var(--rojo); text-decoration: none; }
.loc-text a:hover { text-decoration: underline; }

/* ── FOOTER ── */
footer { background: var(--crema-dark); padding: 2.5rem 2rem; border-top: 2px solid rgba(240,60,31,.15); }
.foot-inner { max-width: 1120px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.foot-logo img { height: 34px; }
.foot-tag { font-family: 'MyriadPro', sans-serif; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--suave); margin-top: .25rem; }
.foot-note { font-family: 'MyriadPro', sans-serif; font-size: .74rem; color: var(--suave); text-align: right; line-height: 1.75; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero { flex-direction: column; }
  .hero-photo { display: none; }
  .hero-panel { width: 100%; border-right: none; border-bottom: 3px solid var(--rojo); padding: 7rem 1.5rem 3rem; }
  .strip-inner { height: 240px; }
  nav { padding: .85rem 1.25rem; }
  .nav-links { gap: 1.1rem; }
  section { padding: 3.5rem 1.25rem; }
  .menu-head { flex-direction: column; align-items: flex-start; }
  .man-dog { display: none; }
  .foot-note { text-align: left; }
  .location-inner { grid-template-columns: 1fr; }
}
