:root {
  --ink: #241407;
  --coffee: #180b02;
  --brown: #3a1d06;
  --cream: #fff3df;
  --paper: #f8ead2;
  --gold: #f7a11b;
  --gold-dark: #c46f05;
  --red: #d21414;
  --line: rgba(74, 42, 18, 0.35);
  --shadow: 0 16px 38px rgba(28, 13, 2, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

.announcement-bar {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  color: #120700;
  background: linear-gradient(90deg, #f7a11b, #ffd25a, #f7a11b);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(15px, 1.8vw, 22px);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: min(51vw, 522px);
  background: #050302 url("assets/hero.webp") center top / cover no-repeat;
}

.hero-links {
  position: absolute;
  z-index: 5;
  left: 28%;
  top: 6.3%;
  display: flex;
  gap: clamp(14px, 2.2vw, 28px);
  color: #fff;
  font-size: clamp(10px, 1.1vw, 13px);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-links a {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.lang-switcher {
  position: absolute;
  z-index: 4;
  top: 3.2%;
  right: 4.5%;
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lang-switcher a {
  color: rgba(255, 255, 255, 0.88);
}

.lang-switcher a:hover,
.lang-switcher a:focus,
.lang-switcher a[aria-current="page"] {
  color: var(--gold);
}

.hero-order,
.hero-menu {
  position: absolute;
  z-index: 5;
  border-radius: 8px;
  cursor: pointer;
}

.hero-order {
  left: 32.2%;
  top: 76.1%;
  width: 17.1%;
  height: 9.1%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #ffa426, #ef8509);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  font-size: clamp(11px, 1.25vw, 14px);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-menu {
  left: 51%;
  top: 76.2%;
  width: 17%;
  height: 9%;
}

.hero-local-copy {
  display: none;
}

.localized-page .hero::after {
  content: "";
  position: absolute;
  inset: 70px 22% 14px;
  border-radius: 8px;
  background: #030100;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.65);
  pointer-events: none;
}

.localized-page .hero-local-copy {
  position: absolute;
  z-index: 3;
  left: 28%;
  right: 28%;
  top: 88px;
  display: block;
  color: #fff;
  text-align: center;
}

.localized-page .hero-local-copy span {
  color: var(--gold);
  font-family: Caveat, cursive;
  font-size: clamp(23px, 2.35vw, 32px);
  line-height: 0.95;
}

.localized-page .hero-local-copy h1 {
  margin: 6px 0 8px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(34px, 4.55vw, 56px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.localized-page .hero-local-copy p {
  max-width: 560px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.28;
}

.localized-page .hero-order,
.localized-page .hero-menu {
  display: none;
}

.hero-local-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 15px;
}

.hero-local-actions a {
  display: inline-flex;
  min-width: 138px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-local-actions a:first-child {
  border-color: transparent;
  background: linear-gradient(180deg, #ffa426, #ef8509);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.world-cup-teaser {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px clamp(18px, 5vw, 64px);
  border-top: 1px solid rgba(247, 161, 27, 0.32);
  border-bottom: 1px solid rgba(247, 161, 27, 0.32);
  color: #fff;
  background: linear-gradient(90deg, #090301, #180901, #090301);
  text-align: center;
  flex-wrap: wrap;
}

.world-cup-teaser strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(18px, 2.25vw, 28px);
  font-weight: 900;
  text-transform: uppercase;
}

.world-cup-teaser span {
  color: #ffd27a;
  font-size: 14px;
  font-weight: 800;
}

.world-cup-teaser a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(180deg, #ffa426, #ef8509);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.world-cup {
  padding: clamp(34px, 5vw, 58px) clamp(26px, 6vw, 64px);
  color: #fff8ea;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.22), transparent 22%),
    radial-gradient(circle at 12% 18%, rgba(247, 161, 27, 0.18), transparent 18%),
    linear-gradient(180deg, #070a0c, #100501 68%, #050201);
}

.world-cup-heading {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.world-cup-heading span {
  color: var(--gold);
  font-family: Caveat, cursive;
  font-size: clamp(26px, 3vw, 40px);
}

.world-cup-heading h2 {
  margin: 2px 0 8px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.world-cup-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.world-cup-poster {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(247, 161, 27, 0.42);
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.38);
}

.world-cup-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.world-cup-hotspot {
  position: absolute;
  z-index: 2;
  top: 82.2%;
  width: 16.6%;
  height: 5.3%;
  border-radius: 4px;
}

.world-cup-hotspot.match-day {
  left: 3.7%;
}

.world-cup-hotspot.sharing {
  left: 36.5%;
}

.world-cup-hotspot.family {
  left: 69.1%;
}

.world-cup-hotspot:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.world-cup-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.world-cup-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 248, 234, 0.7);
  border-radius: 7px;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.world-cup-actions .order-choice {
  border-color: transparent;
  background: linear-gradient(180deg, #ffa426, #ef8509);
}

.world-cup-follow {
  margin-top: 22px;
  text-align: center;
}

.world-cup-follow a {
  color: #ffd27a;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.favourites {
  position: relative;
  padding: 12px clamp(26px, 6vw, 66px) 22px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(90deg, #fff7e9, var(--paper) 45%, #fff7e9);
}

.section-title {
  text-align: center;
  margin-bottom: 18px;
}

.section-title span,
.bakery-intro span,
.delivery-title span,
.about-copy span {
  color: var(--gold-dark);
  font-family: Caveat, cursive;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 0.9;
}

.section-title h2,
.bakery-intro h2,
.delivery-title h2,
.about-copy h2,
.visit h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: clamp(32px, 4.2vw, 46px);
}

.section-title::after,
.about-copy h2::after,
.visit h2::after,
.delivery-title h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 6px auto 0;
  background: var(--gold);
}

.product-window {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
}

.product-grid {
  display: flex;
  gap: 16px;
  transition: transform 260ms ease;
  will-change: transform;
}

.product-card {
  flex: 0 0 calc((100% - 48px) / 4);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: linear-gradient(#fff9ec, #fbefdc);
  box-shadow: 0 8px 18px rgba(64, 35, 10, 0.08);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
}

.product-copy {
  min-height: 138px;
  padding: 12px 12px 11px;
  text-align: center;
}

.product-copy h3 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(19px, 2.2vw, 24px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.product-copy p {
  min-height: 19px;
  margin: 8px 0 5px;
  color: #4e3926;
  font-size: 12px;
}

.product-copy strong {
  display: block;
  color: var(--red);
  font-size: 17px;
  font-weight: 900;
}

.product-copy a,
.bakery-intro a,
.delivery-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-top: 9px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 30px;
  line-height: 21px;
  cursor: pointer;
}

.slider-arrow.left {
  left: 27px;
}

.slider-arrow.right {
  right: 27px;
}

.bakery {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: end;
  padding: 24px clamp(30px, 6.2vw, 64px) 20px;
  color: #fff8ec;
  background:
    linear-gradient(90deg, rgba(24, 9, 1, 0.94), rgba(54, 24, 3, 0.91)),
    url("assets/about-mici.png") left center / 360px auto no-repeat;
}

.bakery-intro h2 {
  font-size: clamp(32px, 4vw, 45px);
  line-height: 0.95;
}

.bakery-intro p {
  max-width: 180px;
  margin: 10px 0 7px;
  font-size: 13px;
  line-height: 1.25;
}

.bakery-intro a {
  border-color: var(--gold);
  color: #fff;
}

.pastry-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.pastry-strip article {
  overflow: hidden;
  border: 1px solid rgba(247, 161, 27, 0.75);
  border-radius: 7px;
  background: rgba(34, 15, 2, 0.8);
  text-align: center;
}

.pastry-strip img {
  width: 100%;
  aspect-ratio: 1.26;
  object-fit: cover;
}

.pastry-strip h3 {
  min-height: 48px;
  margin: 8px 5px 9px;
  color: #ffe4ba;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(15px, 1.7vw, 19px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.catering {
  padding: clamp(38px, 6vw, 68px) clamp(26px, 6vw, 66px);
  color: #fff8ea;
  background:
    radial-gradient(circle at 82% 12%, rgba(247, 161, 27, 0.22), transparent 24%),
    radial-gradient(circle at 12% 72%, rgba(210, 20, 20, 0.18), transparent 22%),
    linear-gradient(115deg, rgba(9, 3, 1, 0.97), rgba(48, 20, 3, 0.94)),
    url("assets/hero.webp") center 35% / cover no-repeat;
}

.catering-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.catering-heading span {
  color: var(--gold);
  font-family: Caveat, cursive;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 0.9;
}

.catering-heading h2 {
  margin: 2px 0 10px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.catering-heading p {
  margin: 0 auto;
  max-width: 660px;
  color: #ffe5bd;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.45;
}

.catering-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.catering-card {
  overflow: hidden;
  border: 1px solid rgba(247, 161, 27, 0.52);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(20, 8, 1, 0.92), rgba(9, 4, 1, 0.94));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.catering-card img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
}

.catering-card div {
  padding: 18px 18px 20px;
}

.catering-card h3,
.catering-info h3,
.catering-offer strong {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.catering-card h3 {
  color: #fff;
  font-size: clamp(25px, 3vw, 34px);
}

.catering-card p {
  min-height: 72px;
  margin: 10px 0 12px;
  color: #ffe7c0;
  font-size: 14px;
  line-height: 1.45;
}

.catering-card small,
.catering-offer small,
.catering-actions p {
  color: #ffd27a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.catering-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 16px;
}

.catering-info,
.catering-offer {
  border-radius: 8px;
  border: 1px solid rgba(247, 161, 27, 0.5);
  background: rgba(7, 3, 1, 0.72);
}

.catering-info {
  padding: 24px;
}

.catering-info h3 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 40px);
}

.catering-info ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: #ffe9ca;
  font-size: 15px;
  line-height: 1.35;
}

.catering-offer {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 22px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 210, 90, 0.34), transparent 45%),
    linear-gradient(180deg, #ff9f1b, #e66f07);
  box-shadow: 0 18px 36px rgba(247, 116, 4, 0.22);
}

.catering-offer strong {
  color: #160801;
  font-size: clamp(30px, 4vw, 48px);
}

.catering-offer span {
  margin-top: 3px;
  color: #fff8ea;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.catering-offer small {
  margin-top: 10px;
  color: #3a1d06;
}

.catering-actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  text-align: center;
}

.catering-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 248, 234, 0.78);
  border-radius: 7px;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.catering-actions .primary {
  border-color: transparent;
  background: linear-gradient(180deg, #ffa426, #ef8509);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.catering-actions p {
  grid-column: 1 / -1;
  margin: 0;
  color: #ffe4ba;
  text-transform: uppercase;
}

.delivery {
  display: grid;
  grid-template-columns: 210px 190px 1fr 270px;
  gap: 20px;
  align-items: center;
  min-height: 122px;
  padding: 0 clamp(28px, 6.2vw, 66px);
  background: linear-gradient(90deg, #fff5e4, #f5e5c8);
  border-bottom: 1px solid rgba(74, 42, 18, 0.22);
}

.delivery img {
  align-self: end;
}

.delivery-title h2 {
  font-size: clamp(40px, 5vw, 57px);
  line-height: 0.85;
}

.delivery-title h2::after {
  margin-left: 50px;
}

.delivery-copy {
  padding-left: 10px;
}

.delivery-copy p {
  margin: 0;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 600;
  line-height: 1.2;
}

.delivery-copy a {
  min-height: 26px;
  margin-top: 11px;
  border-color: transparent;
  color: #fff;
  background: var(--ink);
}

.delivery-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 28px;
  border-left: 1px solid rgba(74, 42, 18, 0.25);
  font-family: Inter, Arial, sans-serif;
}

.delivery-logos a {
  font-weight: 900;
  line-height: 0.88;
}

.uber {
  color: #13a762;
  font-size: 31px;
}

.deliveroo {
  color: #00b9b1;
  font-size: 19px;
}

.justeat {
  color: #f58215;
  font-size: 17px;
}

.messenger {
  color: #1877f2;
  font-size: 18px;
}

.collection {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: stretch;
  padding: clamp(34px, 5vw, 58px) clamp(28px, 6vw, 64px);
  color: #fff8ea;
  background:
    linear-gradient(90deg, rgba(26, 10, 1, 0.96), rgba(54, 23, 4, 0.92)),
    url("assets/romanian-grill-box-for-two.webp") center / cover no-repeat;
}

.collection-copy span,
.collection-card span {
  color: var(--gold);
  font-family: Caveat, cursive;
  font-size: clamp(25px, 2.7vw, 36px);
  line-height: 0.9;
}

.collection-copy h2 {
  margin: 2px 0 12px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(38px, 5.4vw, 64px);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.collection-copy p,
.collection-card p,
.collection-card li {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.5;
}

.collection-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.collection-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 248, 234, 0.78);
  border-radius: 7px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.collection-actions .primary {
  border-color: transparent;
  background: linear-gradient(180deg, #ffa426, #ef8509);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.collection-card {
  padding: 24px;
  border: 1px solid rgba(247, 161, 27, 0.42);
  border-radius: 8px;
  background: rgba(12, 5, 1, 0.72);
}

.collection-card h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 900;
  text-transform: uppercase;
}

.collection-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.visit a,
.map-link {
  transition: color 160ms ease, opacity 160ms ease;
}

.visit a:hover,
.map-link:hover {
  color: var(--gold-dark);
  opacity: 0.9;
}

.info {
  display: grid;
  grid-template-columns: 1.15fr 174px 0.7fr 1.35fr;
  gap: 28px;
  padding: 18px clamp(30px, 6.2vw, 64px) 12px;
  background: #fff8ea;
}

.about-copy h2,
.visit h2 {
  font-size: clamp(27px, 3vw, 34px);
}

.about-copy h2::after,
.visit h2::after {
  margin: 8px 0 18px;
}

.about-copy p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.28;
}

.about-copy span {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

.about-images {
  display: grid;
  gap: 8px;
  align-content: start;
}

.about-images img,
.map {
  border-radius: 7px;
}

.about-logo {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: contain;
  padding: 10px;
  border: 1px solid rgba(74, 42, 18, 0.18);
  background: #fff8ea;
}

.visit ul {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.visit li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: start;
  font-size: 13px;
  line-height: 1.25;
}

.visit b {
  font-size: 19px;
}

.map-link {
  display: grid;
  gap: 16px;
  justify-items: center;
  align-self: start;
}

.map {
  width: 100%;
}

footer {
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  gap: 20px;
  min-height: 60px;
  padding: 10px clamp(30px, 6.2vw, 64px);
  color: #fff4e1;
  background: linear-gradient(90deg, #2b1201, #4c2506);
}

.menu-page {
  background: #fff8ea;
}

.menu-header {
  position: relative;
  color: #fff8ea;
  background:
    linear-gradient(90deg, rgba(5, 3, 1, 0.94), rgba(24, 10, 2, 0.8), rgba(5, 3, 1, 0.94)),
    url("assets/hero.webp") center 18% / cover no-repeat;
}

.menu-nav {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 20px clamp(28px, 6vw, 64px);
  padding-right: clamp(190px, 22vw, 250px);
  background: rgba(0, 0, 0, 0.35);
}

.menu-lang {
  top: 30px;
  right: clamp(28px, 6vw, 64px);
}

.menu-logo img {
  width: 145px;
}

.menu-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 2.1vw, 26px);
  font-size: 12px;
  font-weight: 700;
  font-family: Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.menu-nav-links a:nth-child(2)::after {
  content: "";
}

.menu-nav-links a:hover,
.menu-nav-links a:focus {
  color: var(--gold);
}

.menu-order,
.menu-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(#ffad31, #e98209);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-hero-copy {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 58px;
  text-align: center;
}

.menu-hero-copy span,
.menu-category-heading span {
  color: var(--gold);
  font-family: Caveat, cursive;
  font-size: clamp(28px, 3.2vw, 38px);
}

.menu-hero-copy h1,
.menu-category-heading h2,
.menu-cta h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.menu-hero-copy h1 {
  color: #fff8ea;
  font-size: clamp(54px, 8.4vw, 92px);
  letter-spacing: 0;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.35), 0 0 18px rgba(255, 255, 255, 0.08);
}

.menu-hero-copy p {
  max-width: 540px;
  margin: 16px auto 0;
  font-size: 17px;
  line-height: 1.45;
}

.menu-main {
  padding: 34px clamp(20px, 5.5vw, 62px) 44px;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.72), transparent 25%),
    linear-gradient(90deg, #fff8ea, #f6e5c7 48%, #fff8ea);
}

.menu-category {
  margin-bottom: 34px;
}

.world-cup-menu-category {
  padding: 24px;
  border-radius: 8px;
  color: #fff8ea;
  background:
    radial-gradient(circle at 80% 0%, rgba(247, 161, 27, 0.22), transparent 24%),
    linear-gradient(180deg, #090b0d, #130602);
}

.world-cup-menu-category .menu-category-heading h2,
.world-cup-menu-category .menu-category-heading p {
  color: #fff8ea;
}

.world-cup-menu-category .menu-category-heading span {
  color: var(--gold);
}

.world-cup-menu-category .menu-item {
  border-color: rgba(247, 161, 27, 0.46);
  background: rgba(255, 248, 234, 0.08);
}

.world-cup-menu-category .menu-item h3,
.world-cup-menu-category .menu-item p {
  color: #fff8ea;
}

.menu-category-heading {
  margin-bottom: 16px;
  text-align: center;
}

.menu-category-heading h2,
.menu-cta h2 {
  color: var(--ink);
  font-size: clamp(32px, 4.4vw, 48px);
}

.menu-category-heading p {
  margin: 4px 0 0;
  color: #6d533b;
  font-size: 13px;
  font-weight: 700;
}

.menu-category-heading::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 9px auto 0;
  background: var(--gold);
}

.menu-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.menu-list.compact {
  grid-template-columns: 1fr;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 94px;
  padding: 13px 16px;
  border: 1px solid rgba(74, 42, 18, 0.22);
  border-radius: 7px;
  background: rgba(255, 250, 239, 0.92);
  box-shadow: 0 10px 22px rgba(42, 20, 4, 0.08);
  overflow: visible;
}

.menu-item.featured {
  grid-template-columns: 74px 1fr auto;
}

.menu-item img {
  width: 74px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
  transition: transform 180ms ease, box-shadow 180ms ease;
  transform-origin: center;
  will-change: transform;
}

.menu-item:hover img {
  position: relative;
  z-index: 2;
  transform: scale(1.45);
  box-shadow: 0 14px 28px rgba(28, 13, 2, 0.28);
}

.menu-item h3 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.menu-item p {
  margin: 7px 0 0;
  color: #5c422c;
  font-size: 13px;
  line-height: 1.35;
}

.menu-item strong {
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.popular {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 7px;
  border-radius: 3px;
  color: #087a35;
  background: #dff6e8;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  vertical-align: middle;
  text-transform: none;
}

.menu-hours {
  max-width: 890px;
  margin: 0 auto 28px;
  padding: 16px 18px;
  border: 1px solid rgba(74, 42, 18, 0.18);
  border-radius: 7px;
  background: rgba(255, 250, 239, 0.88);
}

.menu-hours h2 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.menu-hours p {
  margin: 4px 0;
  color: #4e3926;
  font-size: 13px;
}

.menu-cta {
  padding: 26px;
  border-radius: 7px;
  color: #fff8ea;
  background: linear-gradient(90deg, #1b0a01, #4b2304);
  text-align: center;
}

.menu-cta h2 {
  color: #fff8ea;
}

.menu-cta p {
  margin: 8px 0 16px;
}

.menu-cta div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.menu-cta a {
  min-width: 128px;
}

footer img {
  width: 126px;
}

footer p {
  margin: 0;
  text-align: center;
  font-size: 11px;
}

.socials {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--brown);
  background: #fff;
  font-weight: 900;
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 7, 1, 0.72);
}

.order-modal[hidden] {
  display: none;
}

.order-modal-panel {
  position: relative;
  width: min(440px, 100%);
  padding: 28px;
  border-radius: 8px;
  background: #fff8ea;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  text-align: center;
}

.order-modal-panel span {
  color: var(--gold-dark);
  font-family: Caveat, cursive;
  font-size: 30px;
}

.order-modal-panel h2 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 42px;
  line-height: 0.96;
  text-transform: uppercase;
}

.order-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #fff8ea;
  background: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.order-platforms {
  display: grid;
  gap: 10px;
}

.order-platforms a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 1px solid rgba(74, 42, 18, 0.18);
  border-radius: 7px;
  background: #fff;
  font-weight: 900;
}

.order-platforms .messenger {
  color: #fff;
  background: linear-gradient(180deg, #1b8cff, #006aff);
}

@media (min-width: 1024px) {
  body {
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.22);
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 86vw;
    background-size: auto 100%;
  }

  .hero-links {
    left: 5%;
    right: 5%;
    top: 3.2%;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 10px;
  }

  .lang-switcher {
    top: 10%;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
  }

  .menu-lang {
    top: 14px;
    right: 50%;
    transform: translateX(50%);
  }

  .hero-order,
  .hero-menu {
    display: block;
    top: 74%;
    height: 11%;
    border-radius: 9px;
    color: transparent;
    background: transparent;
    box-shadow: none;
    font-size: 0;
  }

  .hero-order {
    left: 13%;
    width: 35%;
  }

  .hero-menu {
    left: 50%;
    width: 37%;
  }

  .localized-page .hero::after {
    inset: 18% 6% 7%;
  }

  .localized-page .hero {
    min-height: clamp(470px, 135vw, 560px);
  }

  .localized-page .hero-local-copy {
    left: 8%;
    right: 8%;
    top: 24%;
  }

  .localized-page .hero-local-copy h1 {
    font-size: clamp(28px, 9vw, 44px);
    line-height: 0.92;
  }

  .localized-page .hero-local-copy p {
    font-size: 13px;
    line-height: 1.34;
  }

  .hero-local-actions {
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
  }

  .hero-local-actions a {
    min-width: 132px;
    min-height: 40px;
    font-size: 11px;
  }

  .favourites {
    padding-inline: 18px;
  }

  .product-grid,
  .pastry-strip,
  .catering-grid,
  .catering-details,
  .delivery,
  .collection,
  .info,
  footer {
    grid-template-columns: 1fr;
  }

  .product-grid {
    max-width: 390px;
  }

  .product-window {
    max-width: 390px;
  }

  .product-card {
    flex-basis: 100%;
  }

  .slider-arrow {
    top: 54%;
  }

  .bakery {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

  .bakery-intro {
    text-align: center;
  }

  .bakery-intro p {
    max-width: none;
  }

  .catering {
    padding: 38px 18px 42px;
    background:
      radial-gradient(circle at 50% 0%, rgba(247, 161, 27, 0.2), transparent 28%),
      linear-gradient(180deg, rgba(8, 3, 1, 0.98), rgba(42, 17, 3, 0.96)),
      url("assets/hero.webp") center 30% / cover no-repeat;
  }

  .catering-heading {
    margin-bottom: 18px;
    text-align: left;
  }

  .catering-heading span {
    font-size: 28px;
  }

  .catering-heading h2 {
    font-size: 48px;
    line-height: 0.9;
  }

  .catering-heading p {
    font-size: 15px;
    line-height: 1.45;
  }

  .catering-grid {
    gap: 16px;
  }

  .catering-card {
    border-color: rgba(247, 161, 27, 0.72);
    background: linear-gradient(180deg, rgba(18, 7, 1, 0.96), rgba(5, 2, 1, 0.98));
  }

  .catering-card img {
    aspect-ratio: 1.18;
    object-position: center;
  }

  .catering-card div {
    padding: 16px 16px 18px;
  }

  .catering-card h3 {
    font-size: clamp(24px, 7.4vw, 30px);
    line-height: 0.98;
  }

  .catering-card p {
    min-height: 0;
    margin: 9px 0 10px;
    font-size: 14px;
    line-height: 1.38;
  }

  .catering-card small {
    display: block;
    font-size: 12px;
    line-height: 1.35;
  }

  .catering-details {
    margin-top: 14px;
    gap: 14px;
  }

  .catering-info {
    padding: 18px;
  }

  .catering-info h3 {
    font-size: 30px;
  }

  .catering-info ul {
    padding-left: 18px;
    font-size: 14px;
  }

  .catering-offer {
    padding: 22px 18px;
  }

  .catering-offer strong {
    font-size: 34px;
  }

  .catering-offer span {
    font-size: 20px;
  }

  .catering-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .catering-actions a {
    width: 100%;
    min-height: 48px;
    font-size: 18px;
  }

  .delivery {
    gap: 8px;
    padding: 18px;
    text-align: center;
  }

  .delivery img {
    width: 150px;
    justify-self: center;
  }

  .delivery-title h2::after {
    margin-inline: auto;
  }

  .delivery-logos {
    padding-left: 0;
    border-left: 0;
  }

  .collection {
    padding: 30px 18px;
  }

  .collection-actions a {
    width: 100%;
  }

  .info {
    padding-inline: 18px;
  }

  .about-images {
    grid-template-columns: 1fr 1fr;
  }

  footer {
    justify-items: center;
  }

  .socials {
    justify-content: center;
  }

  .menu-nav,
  .menu-list,
  .menu-list.compact,
  .menu-item.featured {
    grid-template-columns: 1fr;
  }

  .menu-nav {
    justify-items: center;
    padding-top: 54px;
    padding-right: clamp(20px, 5vw, 62px);
  }

  .menu-nav-links {
    gap: 13px;
  }

  .menu-item {
    grid-template-columns: 1fr auto;
  }

  .menu-item.featured img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.8;
  }
}
