@font-face {
  font-family: "SMASH Anton";
  src: url("/fonts/ecosystem/anton-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "SMASH Oswald";
  src: url("/fonts/ecosystem/oswald-cyrillic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "SMASH Inter";
  src: url("/fonts/ecosystem/inter-cyrillic.woff2") format("woff2");
  font-display: swap;
}

:root {
  --gateway-black: #070807;
  --gateway-bone: #f1eee4;
  --gateway-orange: #ff4d18;
  --gateway-green: #063622;
  --gateway-leaf: #1d6839;
  --gateway-line: rgba(241, 238, 228, 0.22);
  --gateway-display: "SMASH Anton", "SMASH Oswald", Impact, sans-serif;
  --gateway-body: "SMASH Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--gateway-black);
  color-scheme: dark;
}

body.gateway-page {
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  background: var(--gateway-black);
  color: var(--gateway-bone);
  font-family: var(--gateway-body);
  text-rendering: optimizeLegibility;
}

body.gateway-page a {
  color: inherit;
  text-decoration: none;
}

body.gateway-page select,
body.gateway-page button {
  font: inherit;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gateway-skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--gateway-bone);
  color: var(--gateway-black) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.gateway-skip:focus {
  transform: translateY(0);
}

.gateway-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(20px, 3.4vw, 58px);
  border-bottom: 1px solid var(--gateway-line);
  background: linear-gradient(180deg, rgba(4, 5, 4, 0.82), rgba(4, 5, 4, 0));
  pointer-events: none;
}

.gateway-header > * {
  pointer-events: auto;
}

.gateway-brand {
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--gateway-display);
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 1;
  letter-spacing: 0.015em;
  view-transition-name: smash-mark;
}

.gateway-brand i {
  color: var(--gateway-orange);
  font-style: normal;
}

.gateway-program {
  margin: 0;
  color: rgba(241, 238, 228, 0.64);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.gateway-program span {
  padding: 0 8px;
  color: var(--gateway-orange);
}

.gateway-header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gateway-hiring-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 77, 24, 0.5);
  background: rgba(255, 77, 24, 0.14);
  color: var(--gateway-bone);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.gateway-hiring-pill:hover {
  border-color: var(--gateway-orange);
  background: var(--gateway-orange);
  transform: translateY(-2px);
}

.gateway-language {
  position: relative;
}

.gateway-language::after {
  content: "⌄";
  position: absolute;
  right: 12px;
  top: 50%;
  color: rgba(241, 238, 228, 0.76);
  font-size: 11px;
  transform: translateY(-56%);
  pointer-events: none;
}

.gateway-language select {
  min-width: 74px;
  height: 42px;
  appearance: none;
  border: 1px solid rgba(241, 238, 228, 0.35);
  border-radius: 0;
  padding: 0 30px 0 13px;
  background: rgba(8, 9, 8, 0.54);
  color: var(--gateway-bone);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  cursor: pointer;
}

.gateway-language select:focus-visible,
.gateway-door:focus-visible,
.gateway-brand:focus-visible {
  outline: 3px solid var(--gateway-orange);
  outline-offset: -3px;
}

.double-feature {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  background: var(--gateway-black);
}

.gateway-instruction {
  position: fixed;
  z-index: 40;
  top: 108px;
  left: 50%;
  margin: 0;
  color: rgba(241, 238, 228, 0.7);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

.gateway-doors {
  position: absolute;
  inset: 0;
  display: flex;
}

.gateway-door {
  position: relative;
  min-width: 0;
  flex: 1 1 50%;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  transition: flex-basis 720ms cubic-bezier(0.16, 1, 0.3, 1), filter 420ms ease;
}

.gateway-door::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 8, 7, 0.06) 15%, rgba(7, 8, 7, 0.86) 96%);
  transition: background 520ms ease;
}

.gateway-door--burger {
  background: #170d08;
}

.gateway-door--fresh {
  background: radial-gradient(circle at 60% 40%, #145432 0%, #083923 48%, #032418 100%);
}

.door-media,
.door-media img,
.door-film-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.door-media img {
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.72) contrast(1.08) brightness(0.74);
  transform: scale(1.025);
  transition: filter 650ms ease, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.door-film-grain {
  opacity: 0.12;
  background-image:
    repeating-radial-gradient(circle at 30% 50%, transparent 0 1px, rgba(255, 255, 255, 0.32) 1px 2px),
    linear-gradient(90deg, rgba(255, 82, 24, 0.1), transparent 34%);
  background-size: 4px 4px, auto;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.door-number,
.door-caption,
.door-copy {
  position: absolute;
  z-index: 5;
}

.door-number {
  top: 126px;
  left: clamp(20px, 4.2vw, 72px);
  font-family: var(--gateway-display);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.door-number::after {
  content: "";
  display: inline-block;
  width: clamp(34px, 5vw, 80px);
  height: 1px;
  margin: 0 0 4px 12px;
  background: currentColor;
  opacity: 0.44;
}

.door-copy {
  left: clamp(20px, 4.2vw, 72px);
  right: clamp(20px, 4.2vw, 72px);
  bottom: clamp(80px, 10vh, 132px);
}

.door-location {
  margin: 0 0 16px;
  color: #ffc13a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gateway-door--fresh .door-location {
  color: #b9d833;
}

.door-copy h2 {
  margin: 0;
  font-family: var(--gateway-display);
  font-size: clamp(82px, 9.5vw, 164px);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.door-copy h2 span,
.door-copy h2 strong {
  display: block;
  font: inherit;
}

.gateway-door--burger .door-copy h2 strong {
  color: var(--gateway-orange);
}

.gateway-door--fresh .door-copy h2 strong {
  color: var(--gateway-bone);
}

.door-claim {
  max-width: 470px;
  margin: 22px 0 27px;
  color: rgba(241, 238, 228, 0.8);
  font-size: clamp(14px, 1.35vw, 20px);
  font-weight: 650;
}

.door-enter {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-height: 54px;
  padding: 0 0 0 18px;
  border-left: 4px solid var(--gateway-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.door-enter b {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(241, 238, 228, 0.44);
  font-size: 18px;
  transition: background 260ms ease, color 260ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gateway-door--fresh .door-enter {
  border-left-color: #b9d833;
}

.door-caption {
  top: 50%;
  right: 19px;
  color: rgba(241, 238, 228, 0.5);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.gateway-door:hover .door-enter b,
.gateway-door:focus-visible .door-enter b {
  background: var(--gateway-bone);
  color: var(--gateway-black);
  transform: translate(4px, -4px);
}

.gateway-door:hover .door-media img,
.gateway-door:focus-visible .door-media img {
  filter: saturate(0.92) contrast(1.06) brightness(0.82);
  transform: scale(1.055);
}

.js body[data-active-door="burger"] .gateway-door--burger,
.js body[data-active-door="fresh"] .gateway-door--fresh {
  flex-basis: 62%;
}

.js body[data-active-door="burger"] .gateway-door--fresh,
.js body[data-active-door="fresh"] .gateway-door--burger {
  flex-basis: 38%;
}

.js body[data-active-door="burger"] .gateway-door--fresh::before,
.js body[data-active-door="fresh"] .gateway-door--burger::before {
  background: rgba(3, 5, 4, 0.38);
}

.gateway-cut {
  position: fixed;
  z-index: 30;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 136px;
  display: grid;
  place-items: center;
  background: var(--gateway-bone);
  color: var(--gateway-orange);
  font-family: var(--gateway-display);
  font-size: 92px;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(8deg);
  box-shadow: 12px 18px 0 rgba(0, 0, 0, 0.26);
  pointer-events: none;
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-active-door="fresh"] .gateway-cut {
  transform: translate(-50%, -50%) rotate(-7deg);
}

.gateway-cut span {
  transform: translateY(-5px);
}

.gateway-footer {
  position: fixed;
  z-index: 40;
  right: clamp(20px, 3.4vw, 58px);
  bottom: 20px;
  left: clamp(20px, 3.4vw, 58px);
  display: flex;
  justify-content: space-between;
  color: rgba(241, 238, 228, 0.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  pointer-events: none;
}

.door-media--fresh {
  perspective: 1200px;
  overflow: hidden;
}

.door-media--fresh::before,
.door-media--fresh::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.door-media--fresh::before {
  inset: 5% -18% auto auto;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(185, 216, 51, 0.16);
  box-shadow: 0 0 0 60px rgba(185, 216, 51, 0.03), 0 0 0 120px rgba(185, 216, 51, 0.025);
}

.door-media--fresh::after {
  right: -14%;
  bottom: -12%;
  width: 70%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 77, 24, 0.34), rgba(255, 77, 24, 0) 66%);
}

.entrance-scene {
  --scene-tilt-x: 3deg;
  --scene-tilt-y: -8deg;
  position: absolute;
  top: 24%;
  left: 51%;
  width: min(74%, 540px);
  aspect-ratio: 1.42;
  transform: translateX(-50%) rotateX(var(--scene-tilt-x)) rotateY(var(--scene-tilt-y));
  transform-style: preserve-3d;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.entrance-floor {
  position: absolute;
  z-index: -1;
  left: -18%;
  right: -18%;
  bottom: -18%;
  height: 49%;
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(241, 238, 228, 0.08) 50%, transparent 50.4%) 0 0 / 52px 100%,
    linear-gradient(rgba(241, 238, 228, 0.08) 1px, transparent 1px) 0 0 / 100% 29px,
    linear-gradient(180deg, rgba(27, 104, 57, 0.18), rgba(2, 17, 11, 0.82));
  transform: rotateX(68deg) translateZ(-20px);
  transform-origin: center top;
}

.entrance-building {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(241, 238, 228, 0.28);
  background: linear-gradient(145deg, #174c2d, #0a2e1d 62%);
  box-shadow: 0 48px 70px rgba(0, 0, 0, 0.4);
  transform-style: preserve-3d;
}

.entrance-roof {
  position: absolute;
  inset: -7% -3% auto;
  height: 9%;
  background: var(--gateway-orange);
  transform: translateZ(14px);
  box-shadow: 0 9px 0 #071b11;
}

.entrance-side {
  position: absolute;
  top: 2%;
  right: -8%;
  bottom: 0;
  width: 8%;
  background: #041b11;
  transform: rotateY(90deg);
  transform-origin: left center;
}

.entrance-sign {
  position: absolute;
  top: 11%;
  left: 50%;
  width: 42%;
  min-height: clamp(64px, 8vw, 104px);
  display: grid;
  place-items: center;
  padding: 4px 10px;
  border: 1px solid rgba(185, 216, 51, 0.44);
  background: rgba(3, 25, 15, 0.86);
  text-align: center;
  transform: translateX(-50%) translateZ(22px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32), 0 0 28px rgba(185, 216, 51, 0.12);
}

.entrance-sign img {
  width: min(100%, 116px);
  height: clamp(58px, 7.5vw, 98px);
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(185,216,51,.2));
  animation: gatewayFreshMark 4.8s ease-in-out infinite alternate;
}

.entrance-sign b,
.entrance-sign i {
  display: block;
  line-height: 0.82;
}

.entrance-sign b {
  color: var(--gateway-bone);
  font-family: var(--gateway-display);
  font-size: clamp(16px, 2.5vw, 34px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.entrance-sign i {
  margin-top: 3px;
  color: #b9d833;
  font-family: var(--gateway-body);
  font-size: clamp(8px, 1.1vw, 15px);
  font-weight: 900;
}

.door-media--fresh::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: -16%;
  bottom: -22%;
  width: 62%;
  aspect-ratio: 1;
  background: url("/img/fresh/smash-fresh-vector-v2.png") center / contain no-repeat;
  opacity: .075;
  filter: saturate(1.25) drop-shadow(0 0 40px rgba(185,216,51,.22));
  transform: rotate(-14deg);
  pointer-events: none;
  animation: gatewayFreshHalo 13s ease-in-out infinite alternate;
}

@keyframes gatewayFreshMark {
  from { transform: translateY(1px) scale(1.4); filter: drop-shadow(0 0 7px rgba(185,216,51,.14)); }
  to { transform: translateY(-2px) scale(1.53); filter: drop-shadow(0 0 18px rgba(185,216,51,.32)); }
}

@keyframes gatewayFreshHalo {
  from { transform: rotate(-15deg) scale(.95); opacity: .045; }
  to { transform: rotate(5deg) scale(1.08); opacity: .095; }
}

.entrance-window,
.entrance-door {
  position: absolute;
  bottom: 0;
  height: 55%;
  border: 7px solid #07251a;
  background: linear-gradient(155deg, rgba(241, 238, 228, 0.17), rgba(5, 20, 13, 0.86) 43%), #082219;
  box-shadow: inset 0 -22px 40px rgba(255, 113, 43, 0.09);
  transform: translateZ(8px);
}

.entrance-window::before,
.entrance-door::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(104deg, transparent 36%, rgba(241, 238, 228, 0.13) 37% 39%, transparent 40%);
}

.entrance-window--left {
  left: 5%;
  width: 31%;
}

.entrance-window--right {
  right: 5%;
  width: 31%;
}

.entrance-door {
  left: 39%;
  width: 22%;
  background: linear-gradient(180deg, rgba(255, 117, 50, 0.24), rgba(17, 21, 15, 0.92)), #17150f;
}

.entrance-door i {
  position: absolute;
  top: 46%;
  right: 10%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b9d833;
  box-shadow: 0 0 14px rgba(185, 216, 51, 0.8);
}

.entrance-awning {
  position: absolute;
  z-index: 2;
  top: 38%;
  right: 3%;
  left: 3%;
  height: 8%;
  background: repeating-linear-gradient(90deg, var(--gateway-orange) 0 9%, #103e27 9% 18%);
  transform: translateZ(28px) rotateX(-12deg);
  transform-origin: center top;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.26);
}

.entrance-planter {
  position: absolute;
  z-index: 3;
  bottom: -4%;
  width: 10%;
  height: 17%;
  background: #b95728;
  transform: translateZ(34px);
  box-shadow: inset 0 8px 0 #07281a, 0 15px 20px rgba(0, 0, 0, 0.3);
}

.entrance-planter::before,
.entrance-planter::after {
  content: "";
  position: absolute;
  bottom: 66%;
  width: 54%;
  height: 76%;
  border-radius: 90% 0 90% 0;
  background: #3f8c4f;
  transform-origin: bottom;
}

.entrance-planter::before {
  left: 8%;
  transform: rotate(-28deg);
}

.entrance-planter::after {
  right: 7%;
  transform: rotate(22deg) scaleX(-1);
}

.entrance-planter--left {
  left: 1%;
}

.entrance-planter--right {
  right: 1%;
}

.gateway-door--fresh:hover .entrance-door,
.gateway-door--fresh:focus-visible .entrance-door {
  box-shadow: inset 0 -36px 70px rgba(255, 113, 43, 0.24), 0 0 26px rgba(255, 77, 24, 0.14);
}

@media (max-width: 1040px) {
  .gateway-header {
    height: 76px;
  }

  .gateway-instruction {
    top: 92px;
  }

  .door-number {
    top: 106px;
  }

  .door-copy h2 {
    font-size: clamp(70px, 10vw, 120px);
  }

  .door-copy {
    bottom: 86px;
  }

  .door-caption,
  .gateway-footer {
    display: none;
  }
}

@media (max-width: 760px) {
  body.gateway-page {
    overflow: auto;
  }

  .gateway-header {
    height: 66px;
    grid-template-columns: 1fr auto;
    padding: 0 18px;
    background: rgba(4, 7, 5, 0.76);
    backdrop-filter: blur(16px);
  }

  .gateway-brand {
    font-size: 26px;
  }

  .gateway-program,
  .gateway-instruction,
  .gateway-cut {
    display: none;
  }

  .gateway-language select {
    height: 38px;
  }

  .double-feature,
  .gateway-doors {
    min-height: 100svh;
  }

  .gateway-doors {
    position: relative;
    display: grid;
    grid-template-rows: minmax(390px, 54svh) minmax(350px, 46svh);
  }

  .gateway-door,
  .js body[data-active-door="burger"] .gateway-door--burger,
  .js body[data-active-door="fresh"] .gateway-door--fresh,
  .js body[data-active-door="burger"] .gateway-door--fresh,
  .js body[data-active-door="fresh"] .gateway-door--burger {
    min-height: 0;
    flex-basis: auto;
  }

  .gateway-door::before {
    background: linear-gradient(90deg, rgba(7, 8, 7, 0.82), rgba(7, 8, 7, 0.08) 72%), linear-gradient(0deg, rgba(7, 8, 7, 0.83), transparent 62%);
  }

  .gateway-door--fresh::before {
    background: linear-gradient(90deg, rgba(3, 24, 15, 0.76), rgba(3, 24, 15, 0.08) 75%), linear-gradient(0deg, rgba(3, 24, 15, 0.88), transparent 67%);
  }

  .js body[data-active-door="burger"] .gateway-door--fresh::before,
  .js body[data-active-door="fresh"] .gateway-door--burger::before {
    background: linear-gradient(90deg, rgba(7, 8, 7, 0.82), rgba(7, 8, 7, 0.08) 72%), linear-gradient(0deg, rgba(7, 8, 7, 0.83), transparent 62%);
  }

  .door-media img {
    object-position: center 40%;
  }

  .door-number {
    top: 82px;
    left: 20px;
    font-size: 10px;
  }

  .door-copy {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .door-location {
    margin-bottom: 9px;
    font-size: 8px;
  }

  .door-copy h2 {
    font-size: clamp(58px, 18vw, 86px);
    line-height: 0.7;
  }

  .door-claim {
    margin: 12px 0 14px;
    font-size: 12px;
  }

  .door-enter {
    min-height: 36px;
    gap: 14px;
    padding-left: 11px;
    border-left-width: 3px;
    font-size: 8px;
  }

  .door-enter b {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .entrance-scene {
    top: 12%;
    left: 72%;
    width: min(68%, 340px);
    opacity: 0.86;
  }

  .entrance-sign b {
    font-size: 19px;
  }

  .entrance-sign i {
    font-size: 9px;
  }
}

@media (max-height: 680px) and (min-width: 761px) {
  .door-copy {
    bottom: 42px;
  }

  .door-copy h2 {
    font-size: clamp(64px, 8.4vw, 124px);
  }

  .door-claim {
    margin-block: 14px 18px;
  }

  .entrance-scene {
    top: 19%;
    width: min(62%, 450px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gateway-door,
  .door-media img,
  .door-enter b,
  .gateway-cut,
  .entrance-scene {
    transition: none !important;
  }

  .js body[data-active-door="burger"] .gateway-door--burger,
  .js body[data-active-door="fresh"] .gateway-door--fresh,
  .js body[data-active-door="burger"] .gateway-door--fresh,
  .js body[data-active-door="fresh"] .gateway-door--burger {
    flex-basis: 50%;
  }
}

@view-transition {
  navigation: auto;
}

/* East Gate daylight entrance visualisation, based on the venue reference. */
.fresh-daylight-scene {
  --fresh-shift-x: 0px;
  --fresh-shift-y: 0px;
  --fresh-light-x: 72%;
  --fresh-light-y: 24%;
  position: absolute;
  inset: -3%;
  overflow: hidden;
  background: #063524;
  transform: translate3d(var(--fresh-shift-x), var(--fresh-shift-y), 0) scale(1.035);
  transition: transform 900ms cubic-bezier(.16,1,.3,1);
  will-change: transform;
}

.fresh-daylight-scene > img {
  object-position: 53% 48%;
  filter: saturate(.9) contrast(1.04) brightness(.72);
  transform: scale(1.02);
  transition: filter 800ms ease, transform 1.2s cubic-bezier(.16,1,.3,1);
}

.fresh-daylight-scene::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 30% 0 36%;
  background: linear-gradient(90deg, rgba(3,31,23,.78), rgba(3,31,23,.5) 42%, rgba(3,31,23,.72));
  pointer-events: none;
}

.fresh-daylight-glass,
.fresh-daylight-sun,
.fresh-daylight-line {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.fresh-daylight-glass {
  inset: 0;
  background:
    linear-gradient(104deg, transparent 24%, rgba(255,255,255,.13) 36%, transparent 47%),
    linear-gradient(180deg, rgba(3,31,23,.06), rgba(3,31,23,.5));
  mix-blend-mode: screen;
  transform: translateX(-48%);
  transition: transform 1.1s cubic-bezier(.16,1,.3,1);
}

.fresh-daylight-sun {
  width: 46%;
  aspect-ratio: 1;
  left: var(--fresh-light-x);
  top: var(--fresh-light-y);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,130,51,.26), rgba(255,130,51,0) 68%);
  transform: translate(-50%,-50%);
  transition: left .25s linear, top .25s linear;
}

.fresh-daylight-line {
  display: none;
  right: 8%;
  bottom: 18%;
  width: 38%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff8233, transparent);
  box-shadow: 0 0 26px rgba(255,130,51,.7);
  opacity: .72;
  animation: freshGatewayLine 4.8s ease-in-out infinite alternate;
}

.fresh-gateway-note {
  position: absolute;
  z-index: 5;
  right: clamp(18px, 4vw, 58px);
  top: clamp(104px, 13vh, 148px);
  padding: 8px 10px;
  color: rgba(241,238,228,.82);
  border: 1px solid rgba(241,238,228,.24);
  border-radius: 999px;
  background: rgba(3,31,23,.58);
  backdrop-filter: blur(10px);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.gateway-door--fresh .door-location,
.gateway-door--fresh .door-copy h2 strong { color: var(--gateway-orange); }
.gateway-door--fresh .door-enter { border-left-color: var(--gateway-orange); }

.gateway-door--fresh:hover .fresh-daylight-scene,
.gateway-door--fresh:focus-visible .fresh-daylight-scene { transform: translate3d(var(--fresh-shift-x), var(--fresh-shift-y), 0) scale(1.065); }
.gateway-door--fresh:hover .fresh-daylight-scene > img,
.gateway-door--fresh:focus-visible .fresh-daylight-scene > img { filter: saturate(1.04) contrast(1.03) brightness(.82); transform: scale(1.055); }
.gateway-door--fresh:hover .fresh-daylight-glass,
.gateway-door--fresh:focus-visible .fresh-daylight-glass { transform: translateX(42%); }

@keyframes freshGatewayLine {
  from { transform: translateX(-18%) scaleX(.72); opacity: .36; }
  to { transform: translateX(12%) scaleX(1.05); opacity: .9; }
}

@media (max-width: 760px) {
  .fresh-daylight-scene { inset: -5%; transform: scale(1.055); }
  .fresh-daylight-scene > img { object-position: 52% 46%; }
  .gateway-door--fresh:hover .fresh-daylight-scene,
  .gateway-door--fresh:focus-visible .fresh-daylight-scene { transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .fresh-daylight-scene,
  .fresh-daylight-scene > img,
  .fresh-daylight-glass { transition: none !important; transform: none !important; }
  .fresh-daylight-line { animation: none !important; }
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 360ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Launch polish: keep the two doors stable; let copy and media carry hover. */
@media (min-width: 761px) {
  .js body[data-active-door="burger"] .gateway-door--burger,
  .js body[data-active-door="fresh"] .gateway-door--fresh,
  .js body[data-active-door="burger"] .gateway-door--fresh,
  .js body[data-active-door="fresh"] .gateway-door--burger {
    flex-basis: 50%;
  }

  .gateway-cut {
    display: none;
  }

  .gateway-door {
    transition: filter 320ms ease;
  }

  .gateway-door:hover .door-media img,
  .gateway-door:focus-visible .door-media img {
    transform: scale(1.025);
  }
}
