/* =========================================================
   Polish Pączki Café — visual identity
   Warm bakery cream + wine, gold paper-cut (wycinanki) accents.
   =========================================================
   1.  Tokens
   2.  Reset & base
   3.  Texture & motifs
   4.  Buttons
   5.  Header / navigation
   6.  Sticky mobile bar
   7.  Photo placeholders (arch frames)
   8.  Hero
   9.  Sections & shared blocks
   10. Pączki feature
   11. Dish grid
   12. Pierogi feature
   13. Traditionals / café
   14. Experience
   15. Owner-input markers
   16. Menu page
   17. Contact / location
   18. Footer
   19. Motion & responsive
   ========================================================= */

/* ---------- 1. Tokens ---------- */
:root {
  --wine:        #5a1626;
  --wine-deep:   #37101c;
  --wine-soft:   #7c2a3c;
  --cream:       #fbf5ea;
  --cream-warm:  #f6ecdc;
  --beige:       #eaddc7;
  --beige-deep:  #d9c6a9;
  --charcoal:    #221c1a;
  --ink:         #3a302c;
  --ink-soft:    #6b5d55;
  --gold:        #c69b4e;
  --gold-light:  #e2c489;
  --gold-pale:   #f0e0c0;

  --shadow-sm: 0 1px 2px rgba(55, 16, 28, .06), 0 3px 10px rgba(55, 16, 28, .05);
  --shadow-md: 0 2px 6px rgba(55, 16, 28, .07), 0 14px 34px rgba(55, 16, 28, .09);
  --shadow-lg: 0 4px 12px rgba(55, 16, 28, .09), 0 28px 60px rgba(55, 16, 28, .14);

  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --arch: 999px 999px 26px 26px;

  --wrap: 1180px;
  --gut: clamp(20px, 5vw, 48px);
  --sec: clamp(64px, 9vw, 128px);

  --font-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- 2. Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 600; color: var(--charcoal); line-height: 1.1; letter-spacing: -.015em; }
p { margin: 0; }
a { color: var(--wine); text-underline-offset: 3px; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--wine); color: var(--cream);
  padding: 14px 22px; border-radius: 0 0 var(--r-sm) 0; font-weight: 600;
}
.skip:focus { left: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Typographic scale */
.display {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7.2vw, 4.8rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.028em;
}
.h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); letter-spacing: -.022em; }
.h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }

.eyebrow {
  font-family: var(--font-body);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--wine);
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: currentColor;
  opacity: .55;
  flex: none;
}
.eyebrow--center { justify-content: center; }
.eyebrow--center::after {
  content: "";
  width: 26px; height: 1px;
  background: currentColor;
  opacity: .55;
}
.on-dark .eyebrow, .eyebrow--gold { color: var(--gold-light); }

.lede {
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.62;
  color: var(--ink-soft);
  max-width: 58ch;
}

.center { text-align: center; }
.center .lede { margin-inline: auto; }
.center .eyebrow { justify-content: center; }
.center .eyebrow::after {
  content: "";
  width: 26px; height: 1px;
  background: currentColor;
  opacity: .55;
}

/* ---------- 3. Texture & motifs ---------- */
.grain::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: .5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
}

/* Paper-cut (wycinanki) inspired rule — used sparingly as a divider */
.papercut {
  height: 22px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: 46px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='22' viewBox='0 0 46 22'%3E%3Cg fill='none' stroke='%23c69b4e' stroke-width='1.1' stroke-linecap='round'%3E%3Cpath d='M0 11h13M33 11h13'/%3E%3Cpath d='M23 3.5l2.6 5.3 5.9.9-4.3 4.1 1 5.8-5.2-2.7-5.2 2.7 1-5.8-4.3-4.1 5.9-.9z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: .6;
}
.papercut--tight { background-size: 34px 18px; height: 18px; }

/* ---------- 4. Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .005em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .28s var(--ease), background-color .28s var(--ease),
              color .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease);
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--wine);
  color: var(--cream);
  box-shadow: var(--shadow-md);
}
.btn--primary:hover { background: var(--wine-soft); }

.btn--gold {
  background: var(--gold);
  color: var(--wine-deep);
  box-shadow: var(--shadow-md);
}
.btn--gold:hover { background: var(--gold-light); }

.btn--ghost {
  background: transparent;
  color: var(--wine);
  border-color: rgba(90, 22, 38, .28);
}
.btn--ghost:hover { border-color: var(--wine); background: rgba(90, 22, 38, .05); }

.on-dark .btn--ghost,
.section--wine .btn--ghost,
.pagehead .btn--ghost {
  color: var(--cream);
  border-color: rgba(251, 245, 234, .38);
}
.on-dark .btn--ghost:hover,
.section--wine .btn--ghost:hover,
.pagehead .btn--ghost:hover {
  border-color: var(--gold-light);
  background: rgba(251, 245, 234, .08);
}

.btn--sm { min-height: 46px; padding: 11px 22px; font-size: .93rem; }
.btn--block { width: 100%; }

/* A link that reads as a quiet CTA */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  color: var(--wine);
  text-decoration: none;
  padding: 6px 0;
}
.link-arrow svg { width: 17px; height: 17px; transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }
.link-arrow span { border-bottom: 1px solid rgba(90, 22, 38, .3); padding-bottom: 2px; }
.on-dark .link-arrow { color: var(--gold-light); }
.on-dark .link-arrow span { border-color: rgba(226, 196, 137, .4); }

/* ---------- 5. Header / navigation ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 245, 234, .88);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(90, 22, 38, .1);
  transition: box-shadow .3s var(--ease), background-color .3s var(--ease);
}
.header.is-stuck { box-shadow: 0 6px 26px rgba(55, 16, 28, .09); }

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--charcoal);
  flex: none;
}
.brand__mark {
  width: 42px; height: 42px; flex: none;
  border-radius: 50%;
  background: var(--wine);
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(55, 16, 28, .22);
}
.brand__mark svg { width: 24px; height: 24px; }
.brand__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 1.05;
  letter-spacing: -.01em;
}
.brand__sub {
  display: block;
  font-family: var(--font-body);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 3px;
}

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  position: relative;
  padding: 10px 14px;
  font-size: .96rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  border-radius: var(--r-sm);
  transition: color .25s var(--ease);
}
.nav a::after {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav a:hover { color: var(--wine); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--wine); font-weight: 600; }

.header__cta { display: flex; align-items: center; gap: 10px; }

.burger {
  display: none;
  width: 48px; height: 48px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(90, 22, 38, .2);
  border-radius: 999px;
  cursor: pointer;
}
.burger__bars { position: relative; width: 20px; height: 12px; }
.burger__bars span {
  position: absolute; left: 0;
  width: 100%; height: 1.8px;
  background: var(--wine);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.burger__bars span:nth-child(1) { top: 0; }
.burger__bars span:nth-child(2) { top: 5px; }
.burger__bars span:nth-child(3) { top: 10px; }
.burger[aria-expanded="true"] .burger__bars span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.burger[aria-expanded="true"] .burger__bars span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] .burger__bars span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* Mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
}
.drawer.is-open { display: block; }
.drawer__scrim {
  position: absolute; inset: 0;
  background: rgba(34, 28, 26, .5);
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.drawer.is-open .drawer__scrim { opacity: 1; }
.drawer__panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(88vw, 380px);
  background: var(--cream);
  padding: 22px var(--gut) 32px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .38s var(--ease);
  overflow-y: auto;
  box-shadow: -20px 0 50px rgba(55, 16, 28, .2);
}
.drawer.is-open .drawer__panel { transform: translateX(0); }
.drawer__top { display: flex; justify-content: flex-end; margin-bottom: 18px; }
.drawer__close {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border: 1px solid rgba(90, 22, 38, .2);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}
.drawer__close svg { width: 18px; height: 18px; }
.drawer__nav { display: flex; flex-direction: column; gap: 2px; }
.drawer__nav a {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--charcoal);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(90, 22, 38, .09);
}
.drawer__nav a[aria-current="page"] { color: var(--wine); }
.drawer__foot { margin-top: auto; padding-top: 28px; display: grid; gap: 10px; }
.drawer__addr {
  font-size: .92rem;
  color: var(--ink-soft);
  line-height: 1.5;
  padding-top: 18px;
}

/* ---------- 6. Sticky mobile bar ---------- */
.mobar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: none;
  gap: 10px;
  padding: 10px var(--gut) calc(10px + env(safe-area-inset-bottom));
  background: rgba(251, 245, 234, .93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(90, 22, 38, .12);
  transform: translateY(110%);
  transition: transform .35s var(--ease);
}
.mobar.is-visible { transform: translateY(0); }
.mobar .btn { flex: 1; min-height: 52px; padding-inline: 12px; font-size: .95rem; }

/* ---------- 7. Photo placeholders (arch frames) ---------- */
.photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 28% 12%, rgba(226, 196, 137, .30), transparent 62%),
    linear-gradient(160deg, var(--wine-soft) 0%, var(--wine) 46%, var(--wine-deep) 100%);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  display: grid;
  place-items: center;
  isolation: isolate;
}
.photo--arch { border-radius: var(--arch); }
.photo--soft {
  background:
    radial-gradient(110% 85% at 30% 15%, #fffaf1, transparent 60%),
    linear-gradient(160deg, var(--cream-warm) 0%, var(--beige) 55%, var(--beige-deep) 100%);
  box-shadow: var(--shadow-md);
}
.photo__art {
  width: min(56%, 300px);
  height: auto;
  color: var(--gold-light);
  opacity: .92;
  z-index: 1;
}
.photo--soft .photo__art { color: var(--wine); opacity: .5; }
.photo::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  opacity: .35;
  mix-blend-mode: overlay;
  pointer-events: none;
}
/* Marks every image area that must be swapped for real photography. */
.photo__tag {
  position: absolute;
  left: 14px; bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(34, 28, 26, .42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--gold-pale);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.photo--soft .photo__tag { background: rgba(90, 22, 38, .12); color: var(--wine); }
.photo__tag::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: .8;
}
/* Drop a real <img> inside .photo and it takes over completely. */
.photo > img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 3;
}
.photo:has(> img) .photo__tag { display: none; }

.ratio-4x5 { aspect-ratio: 4 / 5; }
.ratio-5x4 { aspect-ratio: 5 / 4; }
.ratio-3x4 { aspect-ratio: 3 / 4; }
.ratio-1x1 { aspect-ratio: 1 / 1; }
.ratio-3x2 { aspect-ratio: 3 / 2; }
.ratio-16x10 { aspect-ratio: 16 / 10; }

/* ---------- 8. Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
  padding-block: clamp(44px, 7vw, 84px) clamp(56px, 8vw, 104px);
  overflow: hidden;
}
.hero__glow {
  position: absolute;
  width: 620px; height: 620px;
  right: -180px; top: -220px;
  background: radial-gradient(circle, rgba(198, 155, 78, .22), transparent 68%);
  pointer-events: none;
}
.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}
.hero__copy { max-width: 34rem; }
.hero .display { margin: 20px 0 22px; }
.hero .display em {
  font-style: normal;
  color: var(--wine);
  display: block;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(90, 22, 38, .13);
  font-size: .92rem;
  color: var(--ink-soft);
}
.hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero__meta svg { width: 16px; height: 16px; color: var(--wine); flex: none; }

.hero__art { position: relative; }
.hero__photo { width: 100%; }

/* The hero photo shows the whole pączki tray, so its frame must keep the
   image's own 3:4 ratio at every width and must NOT use .photo--arch — the
   arch mask would clip the corner pastries. */
.hero__badge {
  position: absolute;
  right: -18px; bottom: 40px;
  background: var(--cream);
  border-radius: var(--r-md);
  padding: 16px 22px;
  box-shadow: var(--shadow-lg);
  text-align: center;
  border: 1px solid rgba(198, 155, 78, .3);
}
.hero__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--wine);
  line-height: 1;
}
.hero__badge span {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 6px;
}

/* ---------- 9. Sections & shared blocks ---------- */
.section { padding-block: var(--sec); position: relative; }
.section--cream { background: var(--cream); }
.section--warm { background: var(--cream-warm); }
.section--beige { background: var(--beige); }
.section--wine {
  background: var(--wine-deep);
  color: rgba(251, 245, 234, .82);
}
.section--wine h2, .section--wine h3, .section--wine .display { color: var(--cream); }
.section--wine .lede { color: rgba(251, 245, 234, .74); }

.section__head { max-width: 60ch; }
.section__head .h2 { margin: 18px 0 18px; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .lede { margin-inline: auto; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5.5vw, 76px);
  align-items: center;
}
.split--reverse .split__art { order: 2; }

/* ---------- 10. Pączki feature ---------- */
.paczki { position: relative; overflow: hidden; }
.paczki__price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 26px;
  padding: 12px 22px;
  border: 1px solid rgba(226, 196, 137, .34);
  border-radius: 999px;
  background: rgba(226, 196, 137, .1);
}
.paczki__price strong {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--gold-light);
  line-height: 1;
}
.paczki__price span { font-size: .84rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(251, 245, 234, .7); }

/* One photo, signature copy centred beneath it. */
.paczki__feature { display: flex; flex-direction: column; align-items: center; }
.paczki__shot { width: min(100%, 620px); }
.paczki__copy {
  max-width: 42rem;
  margin-top: clamp(30px, 4vw, 46px);
  text-align: center;
}
.paczki__copy .lede { margin-inline: auto; }
.paczki__copy .paczki__price { margin-inline: auto; }

/* ---------- 11. Dish grid ---------- */
.dishes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: clamp(38px, 5vw, 60px);
}
.dish {
  background: var(--cream);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(90, 22, 38, .07);
  display: flex;
  flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.dish:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.dish .photo { border-radius: 0; box-shadow: none; }
.dish__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.dish__top { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.dish__name { font-family: var(--font-display); font-size: 1.22rem; font-weight: 600; color: var(--charcoal); }
.dish__price {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--wine);
  flex: none;
}
.dish__desc { font-size: .95rem; color: var(--ink-soft); line-height: 1.58; }
.dish__note {
  margin-top: auto;
  padding-top: 12px;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.section__foot { margin-top: clamp(34px, 4.5vw, 52px); display: flex; justify-content: center; }

/* ---------- 12. Pierogi feature ---------- */
.pierogi__card {
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: clamp(26px, 3.4vw, 40px);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(198, 155, 78, .26);
}
.fillings { display: grid; gap: 12px; margin-top: 26px; }
.filling {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-radius: var(--r-md);
  background: var(--cream-warm);
  font-weight: 500;
  color: var(--charcoal);
}
.filling__dot {
  width: 30px; height: 30px; flex: none;
  border-radius: 50%;
  background: var(--wine);
  color: var(--gold-light);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-size: .8rem;
}
.pierogi__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(90, 22, 38, .12);
}
.pierogi__price strong { font-family: var(--font-display); font-size: 2.3rem; color: var(--wine); line-height: 1; }
.pierogi__price span { color: var(--ink-soft); font-size: .95rem; }

/* ---------- 13. Traditionals / café ---------- */
.sweets { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 2.4vw, 28px); margin-top: 44px; }
.sweetcard {
  background: rgba(251, 245, 234, .06);
  border: 1px solid rgba(226, 196, 137, .22);
  border-radius: var(--r-md);
  padding: 22px 24px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  transition: background-color .3s var(--ease), border-color .3s var(--ease);
}
.sweetcard:hover { background: rgba(251, 245, 234, .1); border-color: rgba(226, 196, 137, .45); }
.sweetcard__name { font-family: var(--font-display); font-size: 1.2rem; color: var(--cream); }
.sweetcard__price { font-family: var(--font-display); font-size: 1.1rem; color: var(--gold-light); flex: none; }

.drinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.drink {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(226, 196, 137, .3);
  font-size: .96rem;
  color: rgba(251, 245, 234, .9);
}
.drink b { color: var(--gold-light); font-weight: 600; }

/* ---------- 14. Experience ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); margin-top: 52px; }
.value { text-align: left; }
.value__icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid rgba(198, 155, 78, .38);
  display: grid; place-items: center;
  color: var(--wine);
  margin-bottom: 18px;
}
.value__icon svg { width: 24px; height: 24px; }
.value h3 { font-size: 1.18rem; margin-bottom: 8px; }
.value p { font-size: .96rem; color: var(--ink-soft); }

/* ---------- 14b. Reviews carousel ---------- */
.rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--cream);
  border: 1px solid rgba(198, 155, 78, .38);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--ink);
  font-size: .95rem;
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.rating:hover { border-color: var(--gold); transform: translateY(-1px); }
.rating__score {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--wine);
  line-height: 1;
}
/* Five outline stars with a gold fill clipped to the score. */
.rating__stars {
  display: inline-flex;
  gap: 2px;
  position: relative;
  --fill: 100%;
}
.rating__stars svg { width: 17px; height: 17px; fill: rgba(90, 22, 38, .16); }
.rating__stars::after {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--fill);
  overflow: hidden;
  background: linear-gradient(var(--gold), var(--gold));
  -webkit-mask: var(--star-mask) left center / auto 100% repeat-x;
  mask: var(--star-mask) left center / auto 100% repeat-x;
  pointer-events: none;
}
.rating__stars {
  --star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='17' viewBox='0 0 19 17'%3E%3Cpath d='M8.5 1.6l2.6 5.3 5.8.8-4.2 4.1 1 5.8-5.2-2.7-5.2 2.7 1-5.8L.1 7.7l5.8-.8z' fill='%23000'/%3E%3C/svg%3E");
}

.revs { position: relative; margin-top: clamp(34px, 4.5vw, 52px); }
.revs__viewport { overflow: hidden; border-radius: var(--r-lg); }
.revs__track {
  display: flex;
  transition: transform .6s var(--ease);
  will-change: transform;
}
.rev {
  flex: 0 0 100%;
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  background: var(--cream);
  border: 1px solid rgba(90, 22, 38, .08);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.rev__stars { display: flex; justify-content: center; gap: 3px; margin-bottom: 20px; }
.rev__stars .star { width: 18px; height: 18px; fill: rgba(90, 22, 38, .15); }
.rev__stars .star.is-on { fill: var(--gold); }
.rev__quote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.3vw, 1.6rem);
  line-height: 1.45;
  color: var(--charcoal);
  max-width: 40ch;
  margin-inline: auto;
}
.rev__quote::before { content: "\201C"; }
.rev__quote::after { content: "\201D"; }
.rev__by { margin-top: 24px; display: grid; gap: 3px; }
.rev__author { font-weight: 600; color: var(--wine); }
.rev__source { font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-soft); }

.rev--placeholder {
  border: 1.5px dashed rgba(198, 155, 78, .55);
  background: rgba(198, 155, 78, .07);
  box-shadow: none;
  display: grid;
  place-content: center;
  gap: 10px;
  min-height: 210px;
}
.rev--placeholder p { font-size: .96rem; color: var(--ink-soft); max-width: 46ch; }
.rev--placeholder code {
  font-size: .88em;
  background: rgba(90, 22, 38, .08);
  padding: 1px 6px;
  border-radius: 4px;
}

.revs__ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
}
.revs__arrow {
  width: 48px; height: 48px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(90, 22, 38, .22);
  background: var(--cream);
  color: var(--wine);
  cursor: pointer;
  transition: border-color .25s var(--ease), background-color .25s var(--ease), transform .25s var(--ease);
}
.revs__arrow:hover { border-color: var(--wine); transform: translateY(-1px); }
.revs__arrow svg { width: 18px; height: 18px; }
.revs__dots { display: flex; gap: 8px; }
.revs__dot {
  width: 30px; height: 30px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.revs__dot::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(90, 22, 38, .22);
  transition: background-color .3s var(--ease), transform .3s var(--ease);
}
.revs__dot.is-active::before { background: var(--wine); transform: scale(1.3); }

/* ---------- 15. Owner-input markers ---------- */
/* Clearly-marked area awaiting owner-supplied content */
.tbd {
  border: 1.5px dashed rgba(198, 155, 78, .55);
  border-radius: var(--r-md);
  padding: 22px 24px;
  background: rgba(198, 155, 78, .07);
}
.tbd__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.tbd__label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.tbd p { font-size: .95rem; color: var(--ink-soft); }
.on-dark .tbd, .section--wine .tbd { background: rgba(226, 196, 137, .08); }
.on-dark .tbd p, .section--wine .tbd p { color: rgba(251, 245, 234, .74); }
.on-dark .tbd__label, .section--wine .tbd__label { color: var(--gold-light); }

/* Form styling — no form ships today, kept for a future enquiry/contact form. */
.formcard {
  background: rgba(251, 245, 234, .06);
  border: 1px solid rgba(226, 196, 137, .26);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
}
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(251, 245, 234, .62);
}
.field input, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 16px;
  font: inherit;
  font-size: 1rem;
  color: var(--cream);
  background: rgba(34, 28, 26, .3);
  border: 1px solid rgba(226, 196, 137, .24);
  border-radius: var(--r-sm);
  transition: border-color .25s var(--ease), background-color .25s var(--ease);
}
.field textarea { min-height: 108px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(251, 245, 234, .34); }
.field input:focus, .field textarea:focus { border-color: var(--gold); background: rgba(34, 28, 26, .45); }
.field input:disabled, .field textarea:disabled { opacity: .6; cursor: not-allowed; }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.form__note {
  margin-top: 14px;
  font-size: .88rem;
  line-height: 1.55;
  color: rgba(251, 245, 234, .66);
}
.form__note .pending { margin-right: 8px; color: var(--gold-light); background: rgba(226, 196, 137, .12); }

/* ---------- 16. Menu page ---------- */
.pagehead {
  background: linear-gradient(180deg, var(--wine-deep), var(--wine));
  color: rgba(251, 245, 234, .8);
  padding-block: clamp(52px, 8vw, 96px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pagehead h1 { color: var(--cream); margin: 18px 0 16px; }
.pagehead .lede { color: rgba(251, 245, 234, .76); margin-inline: auto; }
.pagehead__glow {
  position: absolute;
  width: 700px; height: 700px;
  left: 50%; top: -420px; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(198, 155, 78, .22), transparent 66%);
  pointer-events: none;
}

.menunav {
  position: sticky;
  top: 76px;
  z-index: 80;
  background: rgba(251, 245, 234, .95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(90, 22, 38, .12);
}
.menunav__scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
}
.menunav__scroll::-webkit-scrollbar { display: none; }
.menunav a {
  flex: none;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(90, 22, 38, .18);
  font-size: .86rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  scroll-snap-align: start;
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.menunav a:hover { border-color: var(--wine); color: var(--wine); }
.menunav a.is-active { background: var(--wine); border-color: var(--wine); color: var(--cream); }

.menugroup { padding-block: clamp(46px, 6vw, 78px); scroll-margin-top: 150px; }
.menugroup + .menugroup { border-top: 1px solid rgba(90, 22, 38, .1); }
.menugroup__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: clamp(24px, 3vw, 38px);
}
.menugroup__head h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.menugroup__note { font-size: .92rem; color: var(--ink-soft); max-width: 42ch; }

.menulist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px clamp(30px, 5vw, 64px); }
.menulist--single { grid-template-columns: 1fr; max-width: 760px; }

.mi {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(90, 22, 38, .09);
}
.mi__name {
  font-family: var(--font-display);
  font-size: 1.13rem;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.3;
}
.mi__price {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--wine);
  white-space: nowrap;
}
.mi__desc {
  grid-column: 1 / -1;
  font-size: .93rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-top: 4px;
  max-width: 46ch;
}
.mi--feature {
  background: var(--cream-warm);
  border: 1px solid rgba(198, 155, 78, .32);
  border-radius: var(--r-md);
  padding: 20px 22px;
  border-bottom: 1px solid rgba(198, 155, 78, .32);
  margin: 8px 0;
}
.mi__flag {
  grid-column: 1 / -1;
  order: -1;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

/* ---------- 17. Contact / location ---------- */
.contact__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}
.infocard {
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: clamp(26px, 3.2vw, 40px);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(90, 22, 38, .08);
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.info { display: flex; gap: 15px; align-items: flex-start; }
.info__icon {
  width: 40px; height: 40px; flex: none;
  border-radius: 50%;
  background: var(--cream-warm);
  color: var(--wine);
  display: grid; place-items: center;
}
.info__icon svg { width: 19px; height: 19px; }
.info h3 {
  font-family: var(--font-body);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.info p, .info address {
  font-style: normal;
  font-size: 1.02rem;
  color: var(--charcoal);
  line-height: 1.5;
}
.info a { color: var(--wine); font-weight: 500; }

.pending {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--gold);
  background: rgba(198, 155, 78, .12);
  border: 1px dashed rgba(198, 155, 78, .5);
  border-radius: 8px;
  padding: 5px 11px;
}

.hours { display: grid; gap: 2px; margin-top: 4px; }
.hours__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(90, 22, 38, .08);
  font-size: .97rem;
}
.hours__row dt { color: var(--ink); }
.hours__row dd { margin: 0; color: var(--ink-soft); }

.map {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(90, 22, 38, .1);
  min-height: 420px;
  background: var(--beige);
  position: relative;
}
.map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ---------- 18. Footer ---------- */
.footer {
  background: var(--charcoal);
  color: rgba(251, 245, 234, .68);
  padding-block: clamp(52px, 6vw, 80px) 0;
}
.footer h3, .footer .brand__name { color: var(--cream); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: clamp(28px, 4vw, 52px);
}
.footer .brand { color: var(--cream); }
.footer .brand__sub { color: rgba(251, 245, 234, .5); }
.footer__blurb { margin-top: 18px; font-size: .95rem; max-width: 32ch; line-height: 1.6; }
.footer h3 {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgba(251, 245, 234, .55);
}
.footer__links { display: grid; gap: 10px; }
.footer__links a {
  color: rgba(251, 245, 234, .78);
  text-decoration: none;
  font-size: .96rem;
  transition: color .25s var(--ease);
}
.footer__links a:hover { color: var(--gold-light); }
.footer address { font-style: normal; font-size: .96rem; line-height: 1.6; }
.footer__bottom {
  margin-top: clamp(38px, 5vw, 58px);
  padding-block: 24px;
  border-top: 1px solid rgba(251, 245, 234, .12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  align-items: center;
  font-size: .84rem;
  color: rgba(251, 245, 234, .5);
}
.footer__bottom a { color: rgba(251, 245, 234, .6); }

/* ---------- 19. Motion & responsive ---------- */
/* Scoped to .js so that with scripting disabled nothing is ever hidden. */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .09s; }
.reveal[data-delay="2"] { transition-delay: .18s; }
.reveal[data-delay="3"] { transition-delay: .27s; }

@media (max-width: 1040px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .dishes { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1023px) {
  .nav, .header__cta .btn--ghost { display: none; }
  .burger { display: flex; }
  .header__inner { min-height: 68px; }
  .menunav { top: 68px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__art { order: -1; }
  .hero__badge { left: auto; right: 14px; bottom: 14px; padding: 12px 18px; }
  .split, .contact__grid { grid-template-columns: 1fr; }
  .split--reverse .split__art { order: 0; }
  .values { grid-template-columns: 1fr; gap: 28px; }
  .menulist { grid-template-columns: 1fr; max-width: 760px; }
  .mobar { display: flex; }
  body { padding-bottom: 78px; }
}

@media (max-width: 700px) {
  body { font-size: 16.5px; }
  .dishes { grid-template-columns: 1fr; }
  .sweets { grid-template-columns: 1fr; }
  .paczki__stack { grid-template-columns: 1fr; }
  .paczki__stack .photo:first-child { grid-row: auto; }
  .hero__meta { gap: 8px 16px; }
  .menugroup__head { margin-bottom: 20px; }
  .form { grid-template-columns: 1fr; }
  .map, .map iframe { min-height: 320px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { justify-content: flex-start; }
  .photo__art { width: min(60%, 220px); }
  .ratio-4x5 { aspect-ratio: 1 / 1; }
  /* No aspect override for .hero__photo — the tray shot must never be cropped,
     so its frame keeps the image's own 5:4 ratio at every width. */
  .hero__badge { display: none; }
}

/* Below this width the brand + full "Get Directions" button + burger no longer
   fit on one row, so the directions CTA collapses to an icon button. It keeps
   its accessible name — only the visible label is suppressed. */
@media (max-width: 620px) {
  .header__cta { gap: 8px; }
  .header__cta .btn--primary {
    font-size: 0;
    gap: 0;
    width: 48px;
    min-height: 48px;
    padding: 0;
  }
  .header__cta .btn--primary svg { width: 20px; height: 20px; }
}

@media (max-width: 380px) {
  .btn { padding-inline: 22px; font-size: .95rem; }
  .brand__name { font-size: 1rem; }
  .brand__mark { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .header, .mobar, .drawer, .menunav, .footer__bottom { display: none !important; }
  body { background: #fff; color: #000; }
  .photo { display: none; }
}
