:root {
  --navy: #323586;
  --pink: #e4b5af;
  --blue: #1aa9cc;
  --orange: #ff3d00;
  --black: #050505;
  --near-black: #0a0a0a;
  --bg: #537389; /* RAL 5024 przyciemniony o ~3-4 tony (oryg. #6a93b0) */
  --white: #f7f5ef;
  --muted: #9b9b9b;
  --display: "Rubik", "Manrope", Arial, sans-serif;
  --soft: "Rubik", "Bubblegum Sans", cursive;
  --body: "Manrope", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  background: var(--bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--bg);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button {
  color: inherit;
  font: inherit;
}

.grain {
  position: fixed;
  z-index: 1000;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  padding: 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: height .35s ease, background .35s ease, border-color .35s ease;
}

.site-header.is-scrolled {
  height: 86px;
  border-color: rgba(255,255,255,.11);
  background: rgba(5,5,5,.78);
  backdrop-filter: blur(18px);
}

.site-header__wordmark {
  position: relative;
  z-index: 2;
  width: 154px;
}

.site-header__wordmark img {
  width: 154px;
  height: 108px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .96;
}

.site-header__socials {
  position: relative;
  z-index: 2;
  margin: 0 -8px 0 2px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header__nav .site-header__socials a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  text-transform: none;
  opacity: .86;
  transition: opacity .2s ease, transform .2s ease, filter .2s ease;
}

.site-header__nav .site-header__socials a::after {
  display: none;
}

.site-header__nav .site-header__socials a:hover {
  opacity: 1;
  transform: translateY(-2px);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
}

.site-header__socials img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.site-header__mobile-socials {
  display: none;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.7vw, 46px);
}

.site-header__nav a,
.mobile-nav a {
  position: relative;
  color: var(--white);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform .25s ease;
}

.site-header__nav a:hover::after {
  transform: scaleX(1);
}

.site-header__nav .site-header__order {
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--orange);
  border-radius: 999px;
  background: var(--orange);
  font-weight: 700;
}

.site-header__nav .site-header__order::after {
  display: none;
}

.site-header__nav .site-header__order:hover {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
}

.nav-toggle,
.mobile-nav {
  display: none;
}

.burger-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--bg);
}

.burger-carousel {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  perspective: 1500px;
  touch-action: pan-y;
  cursor: grab;
}

.burger-carousel.is-dragging {
  cursor: grabbing;
}

.burger-carousel__stage {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 100%;
  height: min(57vw, 690px);
  min-height: 470px;
  transform: translate(-50%,-50%);
  transform-style: preserve-3d;
}

.burger-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(48vw, 680px);
  opacity: 0;
  transform: translate(-50%,-50%) scale(.45);
  transform-style: preserve-3d;
  pointer-events: none;
  will-change: transform, opacity;
  transition:
    transform .9s cubic-bezier(.18,.8,.18,1),
    opacity .65s ease;
}

.burger-slide img {
  width: 100%;
  max-height: min(59vh, 700px);
  object-fit: contain;
  opacity: 1;
  transform: translateZ(40px);
  filter: drop-shadow(0 34px 26px rgba(0,0,0,.6));
  transition:
    transform .9s cubic-bezier(.18,.8,.18,1),
    opacity .3s ease;
}

.burger-slide.is-active {
  z-index: 5;
  opacity: 1;
  filter: saturate(1.05);
  transform: translate(-50%,-50%) translateZ(190px) scale(1);
}

.burger-slide.is-active::before {
  content: "Kliknij, aby poznać skład";
  position: absolute;
  z-index: 2;
  top: -22px;
  left: 50%;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  color: rgba(255,255,255,.58);
  background: rgba(5,5,5,.18);
  backdrop-filter: blur(4px);
  font-size: .59rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  pointer-events: none;
  transform: translateX(-50%) translateZ(110px);
  transition: opacity .25s ease;
}

.burger-slide.is-active img {
  transform: translateZ(85px) rotate(-1deg);
  filter: drop-shadow(0 46px 32px rgba(0,0,0,.72));
}

.burger-slide.is-prev {
  z-index: 3;
  opacity: .37;
  filter: saturate(.55) brightness(.58) blur(.4px);
  transform: translate(-128%,-50%) translateZ(-160px) rotateY(38deg) rotateZ(-5deg) scale(.68);
}

.burger-slide.is-next {
  z-index: 3;
  opacity: .37;
  filter: saturate(.55) brightness(.58) blur(.4px);
  transform: translate(28%,-50%) translateZ(-160px) rotateY(-38deg) rotateZ(5deg) scale(.68);
}

.burger-slide.is-far-prev {
  z-index: 1;
  opacity: .08;
  filter: grayscale(.5) brightness(.4) blur(1.5px);
  transform: translate(-205%,-48%) translateZ(-300px) rotateY(48deg) scale(.48);
}

.burger-slide.is-far-next {
  z-index: 1;
  opacity: .08;
  filter: grayscale(.5) brightness(.4) blur(1.5px);
  transform: translate(105%,-48%) translateZ(-300px) rotateY(-48deg) scale(.48);
}

.burger-carousel__caption {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 7.5vh;
  left: 0;
  text-align: center;
  pointer-events: none;
}

.burger-carousel__caption h1 {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(8px, 1vw, 14px);
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.8vw, 6.2rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.burger-name-badge {
  padding: .36em .66em .28em;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,61,0,.58);
  border-radius: 999px;
  color: var(--orange);
  background: rgba(255,61,0,.12);
  font-family: var(--body);
  font-size: clamp(.72rem, 1.05vw, 1rem);
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-shadow: none;
  transform: translateY(-.12em);
}

.burger-name-badge[hidden] {
  display: none;
}

.burger-slide.is-active img {
  cursor: pointer;
}

.burger-recipe {
  position: absolute;
  z-index: 7;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 11vh 26px 19vh;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, visibility .35s ease;
}

.burger-carousel.recipe-open .burger-recipe {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.burger-carousel.recipe-open .burger-slide.is-active img {
  opacity: .24;
}

.burger-carousel.recipe-open .burger-slide.is-active::before {
  opacity: 0;
}

.burger-carousel.recipe-open .burger-carousel__caption h1 {
  opacity: 0;
}

.burger-recipe__label {
  margin: 0;
  color: var(--pink);
  font-family: var(--soft);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  letter-spacing: .02em;
  text-shadow: 0 2px 14px rgba(0,0,0,.7);
}

.burger-recipe__name {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(8px, 1vw, 14px);
  font-family: var(--display);
  font-size: clamp(2rem, 4.6vw, 3.8rem);
  font-weight: 600;
  line-height: .95;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 3px 18px rgba(0,0,0,.72);
}

.burger-recipe__list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  max-width: 640px;
}

.burger-recipe__list li {
  padding: 8px 15px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(8,8,8,.5);
  backdrop-filter: blur(3px);
  color: var(--white);
  font-size: clamp(.8rem, 1.05vw, 1rem);
  font-weight: 500;
}

.burger-recipe__hint {
  margin: 6px 0 0;
  color: rgba(255,255,255,.62);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.7);
}

.order-button {
  min-height: 48px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--white);
  background: var(--orange);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  pointer-events: auto;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.order-button:hover {
  color: var(--black);
  border-color: var(--white);
  background: var(--white);
  transform: translateY(-2px);
}

.carousel-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 62px;
  height: 62px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(5,5,5,.22);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.carousel-arrow span {
  margin-top: -3px;
  font-size: 1.45rem;
}

.carousel-arrow:hover {
  color: var(--black);
  border-color: var(--white);
  background: var(--white);
  transform: translateY(-50%) scale(1.08);
}

.carousel-arrow--prev {
  left: 34px;
}

.carousel-arrow--next {
  right: 34px;
}

.burger-carousel__footer {
  position: absolute;
  z-index: 8;
  right: 34px;
  bottom: 27px;
  left: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.43);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.burger-carousel__footer > p {
  margin: 0;
}

.carousel-count {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.carousel-count i {
  width: 54px;
  height: 1px;
  background: rgba(255,255,255,.3);
}

.story,
.feature {
  width: min(1440px, 100%);
  min-height: 760px;
  margin: 0 auto;
  padding: 80px 5vw;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: clamp(55px, 8vw, 140px);
}

.story__visual,
.feature__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 2px;
  background: #111;
}

.story__visual {
  height: min(72vw, 760px);
}

.story__visual::before,
.feature__image::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(255,255,255,.13);
  pointer-events: none;
}

.story__visual img,
.feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}

.story__visual:hover img,
.feature__image:hover img {
  transform: scale(1.035);
}

.story__copy,
.feature__copy {
  max-width: 600px;
}

.section-label {
  margin: 0 0 22px;
  color: var(--pink);
  font-family: var(--soft);
  font-size: clamp(1rem, 1.5vw, 1.4rem);
}

.story__copy h2,
.feature__copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.7rem, 4.6vw, 5.2rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.045em;
}

.story__copy > p:last-child,
.feature__copy > p:last-child {
  max-width: 510px;
  margin: 34px 0 0;
  color: #b8b8b8;
  font-size: clamp(.98rem, 1.18vw, 1.16rem);
  line-height: 1.75;
}

.numbers {
  width: calc(100% - 10vw);
  margin: 80px auto 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.numbers article {
  min-height: 300px;
  padding: 50px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.numbers article + article {
  border-left: 1px solid rgba(255,255,255,.18);
}

.numbers strong {
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(4.2rem, 8vw, 8.5rem);
  font-weight: 700;
  line-height: .85;
  letter-spacing: -.055em;
}

.numbers span {
  margin-top: 22px;
  color: rgba(255,255,255,.6);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.feature {
  grid-template-columns: .9fr 1.1fr;
}

.feature__image {
  height: min(60vw, 680px);
}

.feature--place {
  padding-bottom: 160px;
}

.locations {
  padding: 140px 5vw 160px;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.locations__heading {
  width: min(860px, 100%);
  margin: 0 auto 70px;
  text-align: center;
}

.locations__heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 7vw, 7.5rem);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.05em;
}

.locations__heading > p:last-child {
  max-width: 590px;
  margin: 25px auto 0;
  color: #b8b8b8;
  font-size: 1.02rem;
  line-height: 1.65;
}

.locations__map {
  width: min(1040px, 100%);
  max-height: 870px;
  margin: 0 auto 90px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: var(--navy);
}

.locations__map img {
  width: 100%;
  height: 100%;
  max-height: 870px;
  object-fit: contain;
}

.location-list {
  width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.16);
  border-left: 1px solid rgba(255,255,255,.16);
}

.location-card {
  min-height: 270px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.location-card h3 {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -.025em;
}

.location-card > p {
  margin: 0 0 8px;
  color: #b9b9b9;
  font-size: .95rem;
}

.location-card > a {
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}

.location-card > div {
  width: 100%;
  margin-top: auto;
  padding-top: 30px;
  display: flex;
  gap: 10px;
}

.location-card > div a {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.location-card > div a:last-child {
  color: var(--white);
  border-color: var(--orange);
  background: var(--orange);
}

.location-card > div a:hover {
  color: var(--black);
  border-color: var(--white);
  background: var(--white);
}

.feature--events {
  padding-top: 160px;
  padding-bottom: 160px;
  grid-template-columns: 1fr 1.08fr;
  border-top: 1px solid rgba(255,255,255,.09);
}

.feature--events .feature__image {
  height: min(57vw, 640px);
}

.feature--events .feature__image img {
  object-position: center;
}

.closing {
  position: relative;
  min-height: 88svh;
  padding: 140px 5vw 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,61,0,.16), transparent 30%),
    var(--bg);
}

.closing h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 11vw, 11rem);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -.055em;
}

.order-button--large {
  min-height: 58px;
  margin-top: 38px;
  padding: 0 30px;
  font-size: .84rem;
}

.closing__ticker {
  position: absolute;
  right: 0;
  bottom: 48px;
  left: 0;
  display: flex;
  width: max-content;
  color: var(--pink);
  font-family: var(--soft);
  font-size: clamp(1.6rem, 3vw, 3.4rem);
  white-space: nowrap;
  animation: ticker 24s linear infinite;
}

.closing__ticker span {
  padding-right: .45em;
}

.footer {
  min-height: 300px;
  padding: 70px 5vw 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 45px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.footer > img {
  width: 105px;
  align-self: start;
}

.footer__links {
  display: flex;
  gap: clamp(22px, 4vw, 64px);
  align-self: start;
}

.footer__links a {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__links a:hover {
  color: var(--orange);
}

.footer > p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255,255,255,.4);
  font-size: .64rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .burger-slide {
    width: min(64vw, 650px);
  }

  .burger-slide.is-prev {
    transform: translate(-135%,-50%) translateZ(-160px) rotateY(38deg) scale(.64);
  }

  .burger-slide.is-next {
    transform: translate(35%,-50%) translateZ(-160px) rotateY(-38deg) scale(.64);
  }

  .story,
  .feature,
  .feature--events {
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .story__copy,
  .feature__copy {
    max-width: 760px;
  }

  .story__visual,
  .feature__image,
  .feature--events .feature__image {
    height: min(90vw, 720px);
  }

  .feature--events .feature__copy {
    order: 2;
  }

  .numbers article {
    min-height: 240px;
  }

  .location-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 92px;
    padding: 0 18px;
  }

  .site-header.is-scrolled {
    height: 76px;
  }

  .site-header__wordmark,
  .site-header__wordmark img {
    width: 108px;
  }

  .site-header__wordmark img {
    height: 88px;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__mobile-socials {
    position: relative;
    z-index: 102;
    margin-left: auto;
    margin-right: 9px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .site-header__mobile-socials a {
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    opacity: .9;
  }

  .site-header__mobile-socials img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .nav-toggle {
    position: relative;
    z-index: 102;
    width: 42px;
    height: 42px;
    padding: 0;
    display: block;
    border: 0;
    background: transparent;
  }

  .nav-toggle span {
    position: absolute;
    right: 2px;
    width: 28px;
    height: 1px;
    background: var(--white);
    transition: top .25s ease, transform .25s ease;
  }

  .nav-toggle span:first-child {
    top: 16px;
  }

  .nav-toggle span:last-child {
    top: 25px;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    top: 21px;
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    top: 21px;
    transform: rotate(-45deg);
  }

  .mobile-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    padding: 125px 24px 50px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    background: #050505;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-nav a {
    font-family: var(--display);
    font-size: clamp(2rem, 10vw, 3.5rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.035em;
  }

  .mobile-nav .mobile-nav__order {
    width: fit-content;
    margin-top: 12px;
    padding: 15px 24px;
    border-radius: 999px;
    color: var(--white);
    background: var(--orange);
    font-size: 1.15rem;
    letter-spacing: .02em;
  }

  .burger-carousel__stage {
    top: 45%;
    height: 56vh;
    min-height: 390px;
  }

  .burger-slide {
    width: min(83vw, 560px);
  }

  .burger-slide.is-active {
    transform: translate(-50%,-50%) translateZ(130px) scale(1);
  }

  .burger-slide.is-active::before {
    top: -34px;
    padding: 5px 10px;
    font-size: .55rem;
  }

  .burger-slide.is-prev {
    opacity: .18;
    transform: translate(-135%,-50%) translateZ(-180px) rotateY(38deg) scale(.58);
  }

  .burger-slide.is-next {
    opacity: .18;
    transform: translate(35%,-50%) translateZ(-180px) rotateY(-38deg) scale(.58);
  }

  .burger-slide.is-far-prev,
  .burger-slide.is-far-next {
    opacity: 0;
  }

  .burger-carousel__caption {
    bottom: 12.5vh;
  }

  .burger-carousel__caption h1 {
    padding: 0 14px;
    font-size: clamp(2.5rem, 12vw, 4.5rem);
  }

  .burger-carousel__caption .order-button {
    min-height: 44px;
    padding: 0 19px;
    font-size: .68rem;
  }

  .carousel-arrow {
    top: auto;
    bottom: 37px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .carousel-arrow:hover {
    transform: scale(1.05);
  }

  .carousel-arrow--prev {
    left: 18px;
  }

  .carousel-arrow--next {
    right: 18px;
  }

  .burger-carousel__footer {
    right: 79px;
    bottom: 52px;
    left: 79px;
    justify-content: center;
  }

  .burger-carousel__footer > p:first-child {
    display: none;
  }

  .story,
  .feature,
  .feature--events {
    padding: 78px 18px;
    gap: 44px;
  }

  .story__visual,
  .feature__image,
  .feature--events .feature__image {
    height: 118vw;
    max-height: 650px;
  }

  .story__copy h2,
  .feature__copy h2 {
    font-size: clamp(2.7rem, 13.5vw, 5.2rem);
  }

  .story__copy > p:last-child,
  .feature__copy > p:last-child {
    margin-top: 26px;
    line-height: 1.65;
  }

  .numbers {
    width: calc(100% - 36px);
    margin: 50px auto 80px;
    grid-template-columns: 1fr;
  }

  .numbers article {
    min-height: 190px;
  }

  .numbers article + article {
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }

  .numbers strong {
    font-size: clamp(5rem, 27vw, 9rem);
  }

  .locations {
    padding: 90px 18px 100px;
  }

  .locations__heading {
    margin-bottom: 44px;
    text-align: left;
  }

  .locations__heading h2 {
    font-size: clamp(3rem, 15vw, 5.2rem);
  }

  .locations__heading > p:last-child {
    margin: 22px 0 0;
  }

  .locations__map {
    margin-bottom: 54px;
    border-radius: 14px;
  }

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

  .location-card {
    min-height: 240px;
    padding: 28px;
  }

  .closing {
    min-height: 72svh;
    padding: 110px 18px 150px;
  }

  .closing h2 {
    font-size: clamp(3.5rem, 17vw, 6rem);
  }

  .footer {
    min-height: 360px;
    padding: 56px 18px 28px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 38px;
  }

  .footer__links {
    flex-direction: column;
    gap: 18px;
  }

  .footer > p {
    grid-column: auto;
    align-self: end;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .site-header {
    height: 68px;
    padding: 0 22px;
  }

  .site-header.is-scrolled {
    height: 62px;
  }

  .site-header__wordmark,
  .site-header__wordmark img {
    width: 88px;
  }

  .site-header__wordmark img {
    height: 58px;
  }

  .site-header__nav {
    gap: clamp(13px, 2vw, 22px);
  }

  .site-header__nav a {
    font-size: .68rem;
    letter-spacing: .13em;
  }

  .site-header__socials {
    margin: 0 -2px 0 0;
    gap: 8px;
  }

  .site-header__nav .site-header__socials a {
    width: 29px;
    height: 29px;
  }

  .site-header__nav .site-header__order {
    min-height: 38px;
    padding: 0 16px;
  }

  .burger-carousel__stage {
    top: 46%;
    height: 68vh;
    min-height: 0;
  }

  .burger-slide {
    width: min(31vw, 340px);
  }

  .burger-slide img {
    max-height: 58vh;
  }

  .burger-slide.is-active {
    transform: translate(-50%,-50%) translateZ(120px) scale(1);
  }

  .burger-slide.is-active::before {
    top: -24px;
    padding: 5px 9px;
    font-size: .5rem;
  }

  .burger-slide.is-prev {
    opacity: .16;
    transform: translate(-165%,-50%) translateZ(-180px) rotateY(38deg) scale(.58);
  }

  .burger-slide.is-next {
    opacity: .16;
    transform: translate(65%,-50%) translateZ(-180px) rotateY(-38deg) scale(.58);
  }

  .burger-slide.is-far-prev,
  .burger-slide.is-far-next {
    opacity: 0;
  }

  .burger-carousel__caption {
    bottom: 14px;
  }

  .burger-carousel__caption h1 {
    margin-bottom: 8px;
    padding: 0 118px;
    font-size: clamp(1.75rem, 4.8vw, 2.85rem);
    letter-spacing: .06em;
  }

  .burger-name-badge {
    font-size: .64rem;
  }

  .burger-carousel__caption .order-button {
    min-height: 34px;
    padding: 0 18px;
    font-size: .58rem;
  }

  .carousel-arrow {
    width: 50px;
    height: 50px;
  }

  .carousel-arrow--prev {
    left: 22px;
  }

  .carousel-arrow--next {
    right: 22px;
  }

  .burger-carousel__footer {
    right: 28px;
    bottom: 16px;
    left: 28px;
    font-size: .5rem;
  }

  .carousel-count {
    gap: 8px;
  }

  .carousel-count i {
    width: 42px;
  }

  .burger-recipe {
    gap: 8px;
    padding: 70px 120px 52px;
  }

  .burger-recipe__label {
    font-size: .9rem;
  }

  .burger-recipe__name {
    font-size: clamp(1.8rem, 4vw, 2.55rem);
  }

  .burger-recipe__list {
    max-width: 620px;
    gap: 6px;
  }

  .burger-recipe__list li {
    padding: 5px 10px;
    font-size: .7rem;
  }

  .burger-recipe__hint {
    margin-top: 2px;
    font-size: .56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
