:root {
  --navy: #00234a;
  --navy-2: #001a36;
  --coral: #ff315c;
  --red: #f24f01;
  --cream: #f0ece2;
  --paper: #fffaf0;
  --blue: #005dc6;
  --green: #1b8e13;
  --gold: #ffdf34;
  --line: rgba(6, 17, 29, 0.18);
}

@font-face {
  font-family: "Matrixtypedisplay 9 Mye 5";
  src: url("https://cdn.prod.website-files.com/6486f424f96e22d43c4d3612/6911e752e67cf52813f35b13_MatrixtypeDisplay-9MyE5.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Grob Light";
  src: url("https://cdn.prod.website-files.com/6486f424f96e22d43c4d3612/64870eadab23e7034973037e_Grob-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Caustenround Regular";
  src: url("https://cdn.prod.website-files.com/6486f424f96e22d43c4d3612/64871f80e4fc3e7d258d557b_CaustenRound-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Caustenround Medium";
  src: url("https://cdn.prod.website-files.com/6486f424f96e22d43c4d3612/64871f8c51bb7220376ee969_CaustenRound-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--navy);
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.1;
}

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

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

button,
input {
  font: inherit;
}

.hero {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: var(--blue);
}

.ticker {
  position: absolute;
  z-index: 6;
  top: 18px;
  left: 0;
  right: 0;
  width: 100%;
  height: 68px;
  overflow: hidden;
  background: var(--cream);
  color: var(--navy);
  font-family: "Matrixtypedisplay 9 Mye 5", monospace;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  transform: translateX(0);
  animation: ticker-scroll 48s linear infinite;
  min-height: 68px;
}

.ticker span {
  display: inline-block;
}

.ticker-red {
  color: var(--red);
}

.ticker-green {
  color: var(--green);
}

.ticker-blue {
  color: var(--blue);
  font-weight: 400;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333%);
  }
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 35, 74, 0.49), rgba(255, 255, 255, 0) 30%);
}

.hero-label {
  position: absolute;
  z-index: 3;
  color: var(--paper);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  animation: label-pop 680ms cubic-bezier(0.2, 1, 0.2, 1) both;
}

.label-life {
  top: 144px;
  left: 1rem;
}

.label-among {
  top: 144px;
  left: 47vw;
}

.label-people {
  top: 144px;
  right: 1rem;
}

.label-coffee {
  top: 420px;
  left: 1rem;
}

.label-culture {
  top: 420px;
  left: 47vw;
}

.label-kiez {
  top: 420px;
  right: 1rem;
}

.hero-title {
  position: absolute;
  z-index: 2;
  top: 184px;
  left: 1rem;
  right: 1rem;
  display: block;
  margin: 0;
  color: var(--paper);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(150px, 12.15vw, 235px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.pop-word {
  display: inline;
  transform-origin: 50% 65%;
  animation: hero-pop 820ms cubic-bezier(0.18, 1.2, 0.22, 1) both;
}

.pop-word + .pop-word {
  margin-left: 0.12em;
}

.pop-word:nth-child(2) {
  animation-delay: 120ms;
}

@keyframes hero-pop {
  0% {
    opacity: 0;
    transform: translateY(36px) scale(0.82);
    filter: blur(9px);
  }

  58% {
    opacity: 1;
    transform: translateY(-8px) scale(1.035);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes label-pop {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.ghost-mark {
  position: absolute;
  z-index: 1;
  top: 320px;
  left: 2.8vw;
  width: 94vw;
  color: rgba(255, 49, 92, 0.68);
  pointer-events: none;
  transform: translate3d(var(--crays-x, 0), var(--crays-y, 0), 0) rotate(var(--crays-r, -1.5deg));
  transform-origin: 48% 58%;
  will-change: transform;
}

.crays-motion {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.crays-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 122;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.crays-base {
  opacity: 0.18;
  animation: crays-soft-pulse 7s ease-in-out 1.2s infinite alternate;
}

.crays-trim .crays-path {
  opacity: 0.72;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation:
    crays-draw 3.6s cubic-bezier(0.19, 1, 0.22, 1) both,
    crays-path-float 7s ease-in-out 3.7s infinite alternate;
}

.crays-trim .c {
  animation-delay: 0ms, 3.7s;
}

.crays-trim .r-stem {
  animation-delay: 130ms, 3.82s;
}

.crays-trim .r-shoulder {
  animation-delay: 230ms, 3.94s;
}

.crays-trim .a-bowl {
  animation-delay: 360ms, 4.06s;
}

.crays-trim .a-stem {
  animation-delay: 470ms, 4.18s;
}

.crays-trim .y-left {
  animation-delay: 580ms, 4.3s;
}

.crays-trim .y-right {
  animation-delay: 690ms, 4.42s;
}

.crays-trim .s {
  animation-delay: 820ms, 4.54s;
}

@keyframes crays-draw {
  0% {
    opacity: 0;
    stroke-dashoffset: 1;
    transform: translate3d(-44px, 58px, 0) rotate(-4deg) scale(0.94);
    filter: blur(10px);
  }

  58% {
    opacity: 0.82;
    filter: blur(0);
  }

  100% {
    opacity: 0.72;
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    filter: blur(0);
  }
}

@keyframes crays-path-float {
  from {
    transform: translate3d(-8px, 5px, 0) rotate(-0.25deg);
  }

  to {
    transform: translate3d(10px, -7px, 0) rotate(0.2deg);
  }
}

@keyframes crays-soft-pulse {
  from {
    opacity: 0.14;
    transform: translate3d(-8px, 6px, 0);
  }

  to {
    opacity: 0.22;
    transform: translate3d(8px, -8px, 0);
  }
}

.floating-nav {
  position: fixed;
  z-index: 8;
  left: 50%;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-height: 60px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--paper);
  box-shadow: 0 18px 50px rgba(6, 17, 29, 0.25);
  transform: translateX(-50%);
}

.nav-logo {
  display: grid;
  place-items: center;
  width: 90px;
  height: 32px;
  overflow: hidden;
  border-radius: 999px;
  background: transparent;
}

.nav-logo img {
  width: 88px;
}

.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 32px;
  height: 32px;
  padding: 8px;
  place-content: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--paper);
}

.menu-button span:nth-child(2) {
  box-shadow: 0 6px 0 var(--paper);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 16px 12px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.nav-link[href="#stamp-card"] {
  color: var(--red);
}

.wallet-link {
  color: var(--red);
}

.order-link {
  background: var(--gold);
  color: var(--navy);
  min-width: auto;
  min-height: 40px;
  padding: 10px 20px 12px;
  font-family: "Caustenround Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.culture-section {
  position: relative;
  z-index: 4;
  margin-top: -1vh;
  padding: 5rem 0 1rem;
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 0 0;
  background: var(--paper);
  color: var(--navy);
}

.culture-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem;
  text-align: center;
}

.culture-copy h2 {
  margin: 0;
  max-width: 1120px;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(86px, 7.2vw, 138px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
}

.culture-copy p {
  max-width: 1110px;
  margin: 72px auto 32px;
  font-size: 22px;
  line-height: 1;
}

.culture-controls {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 30px;
}

.culture-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--navy);
  border-radius: 50%;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}

.culture-button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.culture-prev::before {
  transform: translateX(2px) rotate(-45deg);
}

.culture-next::before {
  transform: translateX(-2px) rotate(135deg);
}

.culture-slider {
  width: 100%;
  overflow: hidden;
}

.culture-slider-track {
  display: flex;
  gap: 1rem;
  width: 100%;
  padding: 0 1.25rem 4rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-padding: 1.25rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.culture-slider-track::-webkit-scrollbar {
  display: none;
}

.culture-card {
  flex: 0 0 min(24.15vw, 464px);
  min-width: 320px;
  scroll-snap-align: start;
}

.culture-card-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 0.75rem;
  background: var(--cream);
}

.culture-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.culture-card:hover .culture-card-media img {
  transform: scale(1.04);
}

.culture-card-body {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  color: var(--navy);
  text-align: left;
}

.culture-card-meta {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
}

.culture-card-title {
  font-family: "Caustenround Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.coffee-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 850px;
  overflow: hidden;
  background: var(--blue);
  color: var(--paper);
  text-align: center;
}

.coffee-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1rem;
}

.coffee-copy h2 {
  margin: 0;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(92px, 8.5vw, 164px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.coffee-copy p {
  max-width: 1110px;
  margin: 76px auto 0;
  color: var(--paper);
  font-size: 22px;
  line-height: 1;
}

.coffee-copy a {
  color: inherit;
  font-family: "Caustenround Medium", "Helvetica Neue", Arial, sans-serif;
  text-decoration: underline;
  text-underline-offset: 0.08em;
}

.lap-yellow-button {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  min-height: 58px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 220ms cubic-bezier(0.86, 0, 0.07, 1);
}

.lap-yellow-button:hover {
  background: transparent;
  color: var(--paper);
}

.coffee-gallery {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.coffee-photo {
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  object-fit: cover;
  animation: coffee-photo-float 8s ease-in-out infinite alternate;
}

.coffee-photo-1 {
  top: 0;
  left: 10%;
  width: 20vh;
  height: 25vh;
}

.coffee-photo-2 {
  top: 0;
  left: 68%;
  width: 28vh;
  height: 35vh;
  animation-delay: 0.7s;
}

.coffee-photo-3 {
  top: 33%;
  left: 2.5%;
  width: 25vh;
  height: 40vh;
  animation-delay: 1.2s;
}

.coffee-photo-4 {
  top: 69%;
  left: 80%;
  width: 20vh;
  height: 28vh;
  animation-delay: 0.35s;
}

.coffee-photo-5 {
  top: 80%;
  left: 40%;
  width: 30vh;
  height: 40vh;
  animation-delay: 1.5s;
}

@keyframes coffee-photo-float {
  from {
    transform: translate3d(0, 0, 0) rotate(-0.3deg);
  }

  to {
    transform: translate3d(0, -14px, 0) rotate(0.35deg);
  }
}

.digital-section {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 5rem 0.5rem 3rem;
  overflow: hidden;
  background: var(--cream);
  color: var(--navy);
}

.digital-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.digital-copy h2 {
  margin: 0;
  max-width: 1180px;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(88px, 7.35vw, 142px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
}

.digital-copy p {
  margin: 80px 0 0;
  font-size: 22px;
  line-height: 1;
}

.wallet-badges {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}

.wallet-badge {
  display: grid;
  grid-template-columns: 64px auto;
  gap: 14px;
  align-items: center;
  min-width: 285px;
  min-height: 86px;
  padding: 10px 18px 12px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  background: #070707;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 0.96;
  text-align: left;
}

.wallet-badge strong {
  display: block;
  font-size: 30px;
  font-weight: 400;
  white-space: nowrap;
}

.wallet-badge-icon {
  position: relative;
  display: block;
  width: 64px;
  height: 54px;
  overflow: hidden;
  border-radius: 7px;
  background: #f3f1e9;
}

.apple-icon span {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 9px;
  border-radius: 999px;
}

.apple-icon span:nth-child(1) {
  top: 10px;
  background: #1a8fe3;
}

.apple-icon span:nth-child(2) {
  top: 21px;
  background: #31c565;
}

.apple-icon span:nth-child(3) {
  top: 32px;
  background: #ff6c3f;
}

.google-icon {
  border-radius: 12px;
  background: #202124;
}

.google-icon span {
  position: absolute;
  width: 70%;
  height: 50%;
}

.google-icon span:nth-child(1) {
  top: 0;
  left: 15%;
  border-radius: 999px 999px 0 0;
  background: #19a957;
}

.google-icon span:nth-child(2) {
  top: 25%;
  right: 0;
  background: #fbbc04;
}

.google-icon span:nth-child(3) {
  bottom: 0;
  left: 15%;
  border-radius: 0 0 999px 999px;
  background: #4285f4;
}

.google-icon span:nth-child(4) {
  top: 25%;
  left: 0;
  background: #ea4335;
}

.digital-visual {
  position: relative;
  width: 100%;
  height: 42vh;
  min-height: 390px;
  margin-top: 70px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: var(--red);
}

.digital-cover,
.digital-cover-tint {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.digital-cover {
  object-fit: cover;
  object-position: 42% 58%;
  filter: saturate(1.04) contrast(1.02);
}

.digital-cover-tint {
  background:
    linear-gradient(90deg, rgba(242, 79, 1, 0.94), rgba(242, 79, 1, 0.65) 45%, rgba(242, 79, 1, 0.22)),
    linear-gradient(180deg, rgba(255, 223, 52, 0.18), rgba(0, 35, 74, 0.18));
  mix-blend-mode: multiply;
}

.wallet-phone {
  position: absolute;
  right: 5.5vw;
  bottom: -108px;
  width: min(28vw, 520px);
  min-width: 340px;
  aspect-ratio: 0.72;
  border: 12px solid #10131b;
  border-radius: 58px;
  background: #f5f2e9;
  box-shadow: 0 20px 34px rgba(6, 17, 29, 0.28);
  transform: rotate(7deg);
}

.phone-camera {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 120px;
  height: 22px;
  border-radius: 999px;
  background: #10131b;
  transform: translateX(-50%);
}

.phone-screen {
  position: absolute;
  inset: 0;
  padding: 58px 28px 28px;
  overflow: hidden;
  border-radius: 44px;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  color: #10131b;
  font-family: "Caustenround Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
}

.phone-pass {
  margin-top: 34px;
  padding: 18px;
  border: 1px solid rgba(6, 17, 29, 0.16);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 10px 20px rgba(6, 17, 29, 0.08);
}

.phone-pass-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  color: var(--navy);
  font-family: "Matrixtypedisplay 9 Mye 5", monospace;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.phone-pass-head strong {
  display: block;
  color: #10131b;
  font-family: "Caustenround Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  text-align: right;
}

.phone-stamps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 14px;
}

.phone-stamps span {
  display: grid;
  place-items: center;
  min-height: 52px;
  border-radius: 999px;
  color: var(--blue);
  font-family: "Caustenround Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.phone-stamps span:nth-child(2),
.phone-stamps span:nth-child(5) {
  color: var(--green);
}

.phone-stamps span:nth-child(3) {
  color: var(--navy);
}

.phone-stamps span:nth-child(4) {
  color: var(--red);
}

.phone-stamps span:last-child {
  border: 2px dashed rgba(6, 17, 29, 0.2);
}

.intro {
  display: grid;
  grid-template-columns: 0.36fr 0.64fr;
  gap: 44px;
  padding: clamp(64px, 9vw, 120px) 4vw;
  background: var(--paper);
}

.micro {
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.intro h2,
.section h2,
.newsletter h2 {
  margin: 0;
  font-size: clamp(52px, 8vw, 124px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-transform: lowercase;
}

.intro p:last-child,
.section-head p,
.text-column p,
.wallet p,
.newsletter p {
  margin: 0;
  max-width: 760px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.22;
}

.section {
  padding: clamp(70px, 9vw, 130px) 4vw;
}

.culture {
  background: var(--navy);
  color: var(--paper);
}

.section-kicker {
  margin-bottom: 18px;
  color: var(--coral);
  font-size: clamp(42px, 8vw, 138px);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
}

.section-head {
  display: grid;
  grid-template-columns: 0.58fr 0.42fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

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

.event-card {
  min-height: 390px;
  overflow: hidden;
  border-radius: 0;
  background: var(--paper);
  color: var(--navy);
}

.event-card:nth-child(5n + 1),
.event-card:nth-child(5n + 4) {
  transform: translateY(28px);
}

.event-image {
  height: 300px;
  overflow: hidden;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.event-card:hover img {
  transform: scale(1.06);
}

.event-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.event-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-body h3 {
  margin: 0;
  font-size: 25px;
  line-height: 0.98;
  text-transform: uppercase;
}

.catalyst {
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  gap: 42px;
  align-items: center;
  background: var(--cream);
}

.text-column {
  display: grid;
  gap: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: var(--paper);
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.button.dark {
  background: var(--navy);
  color: var(--paper);
}

.image-collage {
  position: relative;
}

.wide-img {
  width: 100%;
  height: min(720px, 64vw);
  min-height: 460px;
  object-fit: cover;
  border: 14px solid var(--paper);
}

.price-pill {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.wallet {
  display: grid;
  grid-template-columns: 0.58fr 0.42fr;
  gap: 36px;
  align-items: center;
  background: var(--blue);
  color: #fff;
}

.stamp-card {
  padding: 30px;
  border: 3px solid var(--navy);
  background: var(--paper);
  color: var(--navy);
  transform: rotate(-2deg);
}

.stamp-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.stamps {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.stamps span {
  aspect-ratio: 1;
  border: 3px solid var(--navy);
  border-radius: 50%;
  background: var(--coral);
}

.stamps .empty {
  background: transparent;
}

.kiez-section {
  scroll-margin-top: 1rem;
  background: var(--paper);
  color: var(--navy);
  padding: clamp(112px, 12vw, 170px) 1rem 1.8rem;
  text-align: center;
}

.kiez-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kiez-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(92px, 7.2vw, 144px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.kiez-copy p {
  max-width: 1060px;
  margin: 74px auto 0;
  color: var(--navy);
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.kiez-map-link {
  margin-top: 34px;
  width: 228px;
}

.kiez-section .lap-yellow-button:hover {
  background: transparent;
  color: var(--navy);
}

.locations-slider-section {
  background: var(--paper);
  padding: 0 0 7.4rem;
  overflow: hidden;
}

.locations-slider-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 0 16px 48px;
}

.location-filters {
  display: flex;
  gap: 8px;
  max-width: min(100%, calc(100vw - 170px));
  overflow-x: auto;
  scrollbar-width: none;
}

.location-filters::-webkit-scrollbar,
.location-track::-webkit-scrollbar {
  display: none;
}

.location-filter {
  flex: 0 0 auto;
  min-height: 39px;
  padding: 0 21px;
  border: 0;
  border-radius: 999px;
  background: var(--cream);
  color: #001d3f;
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.location-filter.is-active,
.location-filter:hover {
  background: var(--red);
  color: #050505;
}

.locations-arrows {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.location-arrow {
  position: relative;
  width: 49px;
  height: 49px;
  border: 1.5px solid var(--navy);
  border-radius: 50%;
  background: transparent;
  color: var(--navy);
}

.location-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translate(-62%, -50%) rotate(45deg);
}

.location-prev::before {
  transform: translate(-38%, -50%) rotate(225deg);
}

.location-slider {
  width: 100%;
  padding-left: 16px;
  overflow: hidden;
}

.location-track {
  display: flex;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.lap-location-card {
  flex: 0 0 calc((100vw - 96px) / 5);
  min-width: 290px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  scroll-snap-align: start;
}

.lap-location-image {
  width: 100%;
  height: clamp(320px, 32vw, 460px);
  overflow: hidden;
}

.lap-location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lap-location-info {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 26px;
  min-height: 285px;
  padding: 18px 16px 90px;
}

.lap-location-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-family: "Caustenround Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.lap-location-info h3 {
  margin: 0;
  color: #fff;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 2.5vw, 54px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.lap-location-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
  gap: 36px;
  align-items: center;
}

.location-primary,
.location-directions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  border-radius: 999px;
  font-family: "Caustenround Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.location-primary {
  background: var(--gold);
  color: #050505;
}

.location-primary.is-signup {
  background: var(--red);
  color: #fff;
}

.location-directions {
  border: 1.5px solid #fff;
  color: #fff;
}

.map-section {
  scroll-margin-top: 1rem;
  padding: 0 16px 7rem;
  background: var(--paper);
}

.map-wrapper {
  width: 100%;
  height: min(72vh, 760px);
  min-height: 440px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--cream);
}

.locations {
  background: var(--paper);
}

.location-head {
  align-items: start;
}

.location-actions,
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filters {
  margin-bottom: 34px;
}

.filter {
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.filter.is-active,
.filter:hover {
  background: var(--coral);
  color: #fff;
}

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

.location-card {
  display: grid;
  min-height: 265px;
  padding: 20px;
  border: 3px solid var(--navy);
  background: var(--cream);
}

.location-card .city {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.location-card h3 {
  margin: 34px 0 8px;
  font-size: 38px;
  line-height: 0.9;
  text-transform: uppercase;
}

.location-card p {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.location-card .actions {
  align-self: end;
  display: flex;
  gap: 16px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter {
  min-height: 930px;
  padding: 92px 4vw 34px;
  background: #fff;
  color: var(--navy);
  text-align: center;
}

.newsletter-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 804px;
}

.newsletter h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(86px, 7.2vw, 145px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.newsletter .newsletter-copy {
  max-width: 1040px;
  margin: 78px auto 0;
  color: var(--navy);
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(245px, 92vw);
  margin-top: 124px;
}

.newsletter-form label {
  display: block;
  width: 100%;
}

.newsletter-form input {
  width: 100%;
  height: 38px;
  padding: 0 10px 11px;
  border: 0;
  border-bottom: 1.5px solid var(--navy);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--navy);
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  line-height: 1;
  text-align: left;
}

.newsletter-form input::placeholder {
  color: #8e9298;
  opacity: 1;
}

.newsletter-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  min-height: 59px;
  margin-top: 31px;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

#formNote {
  min-height: 22px;
  margin: 18px 0 0;
  color: var(--navy);
  font-size: 15px;
  line-height: 1;
}

.newsletter .newsletter-privacy {
  max-width: 1140px;
  margin: auto auto 0;
  color: var(--navy);
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.08;
}

.newsletter .newsletter-privacy a {
  text-decoration: underline;
  text-underline-offset: 0.08em;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 372px;
  padding: 58px 12.1vw 25px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.footer-main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  flex: 1;
}

.footer-title {
  color: #fff;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.footer-contact {
  grid-column: 1;
  justify-self: start;
}

.footer-join {
  grid-column: 3;
  justify-self: end;
}

.footer-mark {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 150px;
  margin-top: 32px;
}

.footer-mark svg {
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(2deg);
}

.footer-mark path {
  fill: #ffe55d;
}

.footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Caustenround Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.footer-imprint {
  margin-right: 0.4vw;
}

.utility-page {
  min-height: 100vh;
  background: var(--paper);
}

.utility-shell {
  display: grid;
  gap: 48px;
  min-height: 100vh;
  padding: 54px 4vw;
}

.utility-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.utility-top img {
  width: 210px;
}

.utility-back {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--paper);
  font-family: "Caustenround Medium", "Helvetica Neue", Arial, sans-serif;
}

.utility-title {
  margin: 0;
  max-width: 1180px;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(82px, 11vw, 180px);
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
}

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

.menu-item,
.wallet-signup-panel {
  display: grid;
  gap: 18px;
  padding: 26px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--paper);
}

.menu-item h2,
.wallet-signup-panel h2 {
  margin: 0;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 68px);
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
}

.menu-item p,
.wallet-signup-panel p {
  margin: 0;
  font-size: 20px;
  line-height: 1;
}

.wallet-signup-panel {
  max-width: 760px;
}

.subpage {
  min-height: 100vh;
  background: var(--paper);
  color: var(--navy);
}

.subpage-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 26px 1.1vw 66px;
  overflow: hidden;
  background: var(--paper);
}

.subpage-hero.compact {
  min-height: 520px;
}

.subpage-words {
  position: absolute;
  top: 18px;
  left: 1.1vw;
  right: 1.1vw;
  display: flex;
  justify-content: space-between;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.subpage-hero h1,
.drink-section h2,
.proud-grid h2,
.cup-story h2,
.ideas-callout h2,
.legal-shell h1 {
  margin: 0;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.subpage-hero h1 {
  max-width: 1160px;
  text-align: center;
  font-size: clamp(84px, 9vw, 168px);
}

.subpage-intro {
  max-width: 900px;
  margin: 18px auto 0;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.05;
  text-align: center;
}

.menu-tabs,
.gift-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin-top: 54px;
}

.menu-tabs a,
.gift-tabs button,
.preorder-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  color: var(--paper);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(20px, 2.1vw, 32px);
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.tab-blue {
  background: #0b5fc4;
}

.tab-red,
.gift-tabs button,
.preorder-filter.is-active,
.preorder-filter:hover {
  background: var(--red);
}

.tab-yellow,
.gift-tabs button:nth-child(2),
.gift-tabs button.is-active:nth-child(2) {
  background: var(--gold);
  color: var(--navy);
}

.gift-tabs button.is-active:first-child {
  background: var(--red);
  color: var(--paper);
}

.menu-page,
.preorder-shell,
.gift-shell,
.contact-shell,
.wallet-form-section,
.sustainability-shell {
  padding: 0 1.7vw 120px;
}

.drink-section {
  padding: 80px 0 30px;
}

.drink-section:first-child {
  padding-top: 0;
}

.drink-section h2 {
  margin-bottom: 70px;
  text-align: center;
  font-size: clamp(74px, 7.2vw, 138px);
}

.drink-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.drink-card {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.drink-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff8e9;
}

.drink-card div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: start;
}

.drink-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(28px, 2.2vw, 42px);
  font-weight: 300;
  line-height: 0.86;
  text-transform: uppercase;
}

.drink-card span {
  color: var(--navy);
  font-size: 21px;
  line-height: 1;
}

.menu-note {
  max-width: 1000px;
  margin: 54px auto 0;
  text-align: center;
  font-size: 22px;
}

.menu-ctas {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
}

.lap-yellow-button.outline {
  border: 2px solid var(--navy);
  background: transparent;
}

.wallet-steps {
  display: grid;
  gap: 4px;
  max-width: 820px;
  margin: 44px 0 0;
  padding: 0;
  list-style-position: inside;
  color: var(--navy);
  font-size: 23px;
  line-height: 0.95;
  text-align: center;
}

.wallet-form-section,
.contact-shell {
  display: flex;
  justify-content: center;
}

.lap-form {
  display: grid;
  gap: 22px;
  width: min(920px, 94vw);
  padding: 36px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--paper);
}

.lap-form h2 {
  margin: 0 0 10px;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(46px, 4.8vw, 86px);
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
}

.lap-form h2 span {
  font-size: 0.45em;
}

.lap-form label {
  display: grid;
  gap: 8px;
  color: var(--paper);
  font-size: 18px;
}

.lap-form input,
.lap-form select,
.lap-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 10px 12px;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--paper);
  font: inherit;
}

.lap-form select option {
  color: var(--navy);
}

.lap-form textarea {
  min-height: 160px;
  resize: vertical;
}

.lap-form .checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lap-form .checkbox input {
  width: 22px;
  min-height: 22px;
}

.lap-form button[type="submit"],
.gift-tabs button {
  border: 0;
}

.lap-form button[type="submit"] {
  justify-self: start;
  min-width: 206px;
  min-height: 59px;
  padding: 10px 28px 12px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--gold);
  font-size: 18px;
}

.preorder-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 36px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.preorder-filter {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 8px 18px 10px;
  background: #fff;
  color: var(--navy);
  font-size: 20px;
}

.preorder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.preorder-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1.5px solid var(--navy);
  border-radius: 8px;
  background: var(--paper);
}

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

.preorder-card-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.preorder-meta {
  display: flex;
  gap: 8px;
  color: var(--red);
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.preorder-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px, 3.4vw, 58px);
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
}

.preorder-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.gift-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.gift-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 32px;
}

.gift-panel[hidden] {
  display: none;
}

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

.amount-grid button {
  min-height: 76px;
  border: 2px solid var(--paper);
  border-radius: 999px;
  background: transparent;
  color: var(--paper);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 34px;
  cursor: pointer;
}

.amount-grid button.is-active,
.amount-grid button:hover {
  background: var(--gold);
  color: var(--navy);
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form .full,
.contact-form button,
.contact-form .form-status {
  grid-column: 1 / -1;
}

.sustainability-hero {
  gap: 32px;
  min-height: 720px;
}

.eyebrow {
  margin: 78px 0 0;
  color: var(--red);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.sustainability-lines {
  display: grid;
  gap: 12px;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 48px);
  line-height: 0.92;
  text-align: center;
  text-transform: uppercase;
}

.proud-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.proud-grid h2 {
  grid-column: 1 / -1;
  margin-bottom: 28px;
  text-align: center;
  font-size: clamp(72px, 7vw, 132px);
}

.proud-grid article {
  display: grid;
  gap: 18px;
}

.proud-grid img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
  border-radius: 8px;
}

.proud-grid h3,
.cup-grid h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px, 3.5vw, 64px);
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
}

.proud-grid p,
.cup-grid p {
  margin: 0;
  max-width: 700px;
  font-size: 20px;
  line-height: 1.05;
}

.cup-story,
.ideas-callout {
  padding-top: 120px;
}

.cup-story h2,
.ideas-callout h2 {
  margin-bottom: 34px;
  text-align: center;
  font-size: clamp(72px, 7vw, 132px);
}

.cup-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cup-grid article {
  display: grid;
  gap: 18px;
  min-height: 280px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}

.ideas-callout {
  display: grid;
  justify-items: center;
}

.legal-page {
  padding-bottom: 120px;
}

.legal-shell {
  display: grid;
  gap: 34px;
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 54px 0 120px;
}

.legal-logo img {
  width: 210px;
}

.legal-shell h1 {
  font-size: clamp(70px, 8vw, 150px);
}

.legal-shell section {
  display: grid;
  gap: 12px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
}

.legal-shell h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(32px, 3vw, 58px);
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
}

.legal-shell p {
  margin: 0;
  max-width: 900px;
  font-size: 20px;
  line-height: 1.08;
}

.cookie-panel {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
}

.cookie-card {
  width: min(500px, calc(100vw - 32px));
  padding: 32px;
  border-radius: 14px;
  background: #dfe7fb;
  color: var(--navy);
  box-shadow: 0 20px 80px rgba(6, 17, 29, 0.2);
  pointer-events: auto;
}

.cookie-card h2 {
  margin: 0 0 12px;
  font-family: "Grob Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.cookie-card p,
.cookie-card a,
.cookie-options label {
  font-size: 16px;
  line-height: 1.25;
}

.cookie-card p {
  margin: 0 0 14px;
}

.cookie-card a {
  display: inline-flex;
  margin-bottom: 18px;
}

.cookie-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.cookie-options[hidden] {
  display: none;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cookie-actions button {
  min-height: 50px;
  padding: 0 22px;
  border: 1.5px solid var(--navy);
  border-radius: 999px;
  background: transparent;
  color: var(--navy);
  font: inherit;
  cursor: pointer;
}

.cookie-actions button[hidden] {
  display: none;
}

.cookie-actions .cookie-primary {
  border-color: #1c1936;
  background: #1c1936;
  color: #fff;
}

.has-motion .hero-img {
  transform: translate3d(var(--hero-img-x, 0), var(--hero-img-y, 0), 0) scale(1.045);
  transition: transform 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has-motion .hero-overlay {
  background:
    radial-gradient(circle at var(--hero-overlay-x, 50%) var(--hero-overlay-y, 50%), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
    linear-gradient(90deg, rgba(0, 35, 74, 0.3), rgba(0, 35, 74, 0.06));
  transition: background 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has-motion .floating-nav {
  transition:
    transform 320ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 320ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has-motion .floating-nav:hover {
  transform: translateX(-50%) translateY(-4px) scale(1.01);
  box-shadow: 0 24px 64px rgba(6, 17, 29, 0.34);
}

.has-motion .nav-logo img,
.has-motion .footer-mark svg,
.has-motion .wallet-badge-icon,
.has-motion .crays-motion {
  transform-origin: 50% 50%;
}

.has-motion .footer-mark svg {
  animation: symbol-float 5.4s ease-in-out infinite alternate;
}

.has-motion .nav-logo:hover img,
.has-motion .footer-mark:hover svg,
.has-motion .wallet-badge:hover .wallet-badge-icon {
  animation: symbol-wiggle 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.has-motion .culture-card,
.has-motion .lap-location-card,
.has-motion .drink-card,
.has-motion .preorder-card,
.has-motion .proud-grid article,
.has-motion .cup-grid article,
.has-motion .wallet-badge,
.has-motion .gift-panel,
.has-motion .lap-form {
  transform:
    translate3d(var(--mx, 0), var(--my, 0), 0)
    rotateX(var(--rx, 0deg))
    rotateY(var(--ry, 0deg));
  transform-style: preserve-3d;
  transition:
    transform 320ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 320ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 320ms cubic-bezier(0.19, 1, 0.22, 1);
  contain: layout paint;
}

.has-motion .culture-card.is-hovered,
.has-motion .lap-location-card.is-hovered,
.has-motion .drink-card.is-hovered,
.has-motion .preorder-card.is-hovered,
.has-motion .proud-grid article.is-hovered,
.has-motion .cup-grid article.is-hovered,
.has-motion .wallet-badge.is-hovered,
.has-motion .gift-panel.is-hovered,
.has-motion .lap-form.is-hovered {
  z-index: 2;
  filter: saturate(1.08) contrast(1.03);
  will-change: transform;
}

.has-motion .culture-card-media img,
.has-motion .lap-location-image img,
.has-motion .drink-card img,
.has-motion .preorder-card img,
.has-motion .proud-grid img,
.has-motion .digital-cover,
.has-motion .coffee-photo {
  transform: translate3d(var(--img-x, 0), var(--img-y, 0), 0) scale(1.015);
  transition:
    transform 520ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has-motion .is-hovered .culture-card-media img,
.has-motion .lap-location-card.is-hovered .lap-location-image img,
.has-motion .drink-card.is-hovered img,
.has-motion .preorder-card.is-hovered img,
.has-motion .proud-grid article.is-hovered img {
  transform: translate3d(var(--img-x, 0), var(--img-y, 0), 0) scale(1.075);
  filter: saturate(1.06);
}

.has-motion .nav-link,
.has-motion .menu-button,
.has-motion .lap-yellow-button,
.has-motion .newsletter-submit,
.has-motion .location-primary,
.has-motion .location-directions,
.has-motion .preorder-filter,
.has-motion .gift-tabs button,
.has-motion .amount-grid button,
.has-motion .cookie-actions button,
.has-motion .lap-form button[type="submit"] {
  transform: translate3d(var(--mx, 0), var(--my, 0), 0);
  transition:
    transform 220ms cubic-bezier(0.19, 1, 0.22, 1),
    background-color 220ms cubic-bezier(0.19, 1, 0.22, 1),
    color 220ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has-motion .nav-link:hover,
.has-motion .lap-yellow-button:hover,
.has-motion .newsletter-submit:hover,
.has-motion .location-primary:hover,
.has-motion .location-directions:hover,
.has-motion .preorder-filter:hover,
.has-motion .gift-tabs button:hover,
.has-motion .amount-grid button:hover,
.has-motion .cookie-actions button:hover,
.has-motion .lap-form button[type="submit"]:hover {
  box-shadow: 0 10px 24px rgba(0, 35, 74, 0.15);
}

.has-motion .menu-button:hover span:first-child {
  transform: translateY(3px) rotate(10deg);
}

.has-motion .menu-button:hover span:nth-child(2) {
  transform: translateY(-3px) rotate(-10deg);
}

.has-motion .culture-card-title,
.has-motion .drink-card h3,
.has-motion .preorder-card h2 {
  transition: color 220ms cubic-bezier(0.19, 1, 0.22, 1), transform 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has-motion .is-text-hovered,
.has-motion .culture-card:hover .culture-card-title,
.has-motion .drink-card:hover h3,
.has-motion .preorder-card:hover h2 {
  color: var(--red);
  transform: translateY(-2px);
}

.has-motion .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 38px, 0) scale(0.985);
  transition:
    opacity 620ms cubic-bezier(0.19, 1, 0.22, 1) var(--reveal-delay, 0ms),
    transform 620ms cubic-bezier(0.19, 1, 0.22, 1) var(--reveal-delay, 0ms);
}

.has-motion .motion-reveal.is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.has-motion .motion-reveal.is-in-view.culture-card,
.has-motion .motion-reveal.is-in-view.lap-location-card,
.has-motion .motion-reveal.is-in-view.drink-card,
.has-motion .motion-reveal.is-in-view.preorder-card,
.has-motion .motion-reveal.is-in-view.wallet-badge,
.has-motion .motion-reveal.is-in-view.gift-panel,
.has-motion .motion-reveal.is-in-view.lap-form,
.has-motion .proud-grid article.motion-reveal.is-in-view,
.has-motion .cup-grid article.motion-reveal.is-in-view {
  transform:
    translate3d(var(--mx, 0), var(--my, 0), 0)
    rotateX(var(--rx, 0deg))
    rotateY(var(--ry, 0deg));
}

.has-motion .cookie-card {
  animation: modal-pop 460ms cubic-bezier(0.18, 1.2, 0.22, 1) both;
}

@keyframes symbol-float {
  from {
    transform: translate3d(-2px, 4px, 0) rotate(-2deg);
  }

  to {
    transform: translate3d(3px, -5px, 0) rotate(3deg);
  }
}

@keyframes symbol-wiggle {
  0% {
    transform: rotate(0deg) scale(1);
  }

  35% {
    transform: rotate(-7deg) scale(1.06);
  }

  70% {
    transform: rotate(5deg) scale(1.03);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes modal-pop {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce), (pointer: coarse) {
  .has-motion *,
  .has-motion *::before,
  .has-motion *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .has-motion .motion-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .drink-grid,
  .preorder-grid,
  .cup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form,
  .proud-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .subpage-hero,
  .subpage-hero.compact {
    min-height: 430px;
    padding-top: 72px;
  }

  .subpage-words {
    font-size: 18px;
  }

  .subpage-hero h1 {
    font-size: clamp(58px, 16vw, 86px);
  }

  .menu-tabs,
  .gift-tabs,
  .amount-grid,
  .drink-grid,
  .preorder-grid,
  .cup-grid {
    grid-template-columns: 1fr;
  }

  .lap-form {
    padding: 24px;
  }

  .cookie-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .event-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lap-location-card {
    flex-basis: calc((100vw - 80px) / 4);
  }

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

  .nav-link {
    display: none;
  }

  .order-link {
    display: inline-flex;
  }
}

@media (max-width: 820px) {
  .ticker {
    top: 0;
    min-height: 54px;
  }

  .hero-title {
    top: 120px;
    flex-direction: column;
    justify-content: flex-start;
    font-size: clamp(58px, 17vw, 118px);
  }

  .hero-label {
    font-size: 16px;
  }

  .culture-section {
    padding-top: 4rem;
  }

  .culture-copy h2 {
    font-size: clamp(48px, 13vw, 86px);
  }

  .culture-copy p {
    margin-top: 42px;
    font-size: 18px;
  }

  .culture-card {
    flex-basis: min(78vw, 420px);
    min-width: 0;
  }

  .coffee-section {
    min-height: 820px;
  }

  .coffee-copy h2,
  .digital-copy h2 {
    font-size: clamp(52px, 13vw, 96px);
  }

  .coffee-copy p,
  .digital-copy p {
    font-size: 18px;
  }

  .coffee-photo-2,
  .coffee-photo-4 {
    display: none;
  }

  .wallet-badges {
    flex-wrap: wrap;
  }

  .wallet-phone {
    right: 2vw;
    min-width: 300px;
  }

  .kiez-section {
    padding-top: 5rem;
  }

  .kiez-copy h2 {
    font-size: clamp(52px, 13vw, 96px);
  }

  .kiez-copy p {
    margin-top: 46px;
    font-size: 18px;
  }

  .locations-slider-top {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 36px;
  }

  .location-filters {
    max-width: 100%;
  }

  .lap-location-card {
    flex-basis: calc((100vw - 52px) / 2);
  }

  .newsletter {
    min-height: 820px;
    padding-top: 76px;
  }

  .newsletter h2 {
    font-size: clamp(56px, 12vw, 96px);
  }

  .newsletter-copy {
    margin-top: 56px;
    font-size: 18px;
  }

  .newsletter-form {
    margin-top: 88px;
  }

  .newsletter-privacy {
    max-width: 92vw;
    font-size: 13px;
  }

  .label-life,
  .label-among,
  .label-people {
    top: 96px;
  }

  .label-coffee,
  .label-culture,
  .label-kiez {
    top: auto;
    bottom: 142px;
  }

  .intro,
  .section-head,
  .catalyst,
  .wallet {
    grid-template-columns: 1fr;
  }

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

  .event-card:nth-child(n) {
    transform: none;
  }

  .floating-nav {
    bottom: 18px;
  }

  .nav-logo {
    width: 128px;
  }

  .section-kicker {
    font-size: clamp(50px, 18vw, 100px);
  }

  .wide-img {
    min-height: 340px;
    height: 420px;
    border-width: 8px;
  }

  .price-pill {
    width: 132px;
    height: 132px;
    font-size: 20px;
  }

  .footer {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .footer-main,
  .footer-bottom {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 760px;
  }

  .ticker {
    font-size: 16px;
  }

  .floating-nav {
    width: calc(100% - 22px);
    justify-content: space-between;
    border-radius: 28px;
  }

  .culture-section {
    padding-top: 3rem;
  }

  .culture-copy h2 {
    font-size: clamp(40px, 12.5vw, 62px);
  }

  .culture-copy p {
    max-width: 92vw;
    font-size: 16px;
  }

  .culture-card {
    flex-basis: calc(100vw - 2.5rem);
  }

  .order-link {
    padding: 0 12px;
    font-size: 12px;
  }

  .coffee-section {
    gap: 3.2rem;
    min-height: 760px;
  }

  .coffee-copy h2,
  .digital-copy h2 {
    font-size: clamp(44px, 15vw, 68px);
  }

  .coffee-copy p {
    margin-top: 42px;
    max-width: 92vw;
    font-size: 16px;
  }

  .lap-yellow-button {
    width: 190px;
    min-height: 52px;
    font-size: 22px;
  }

  .coffee-photo-1 {
    left: 4%;
  }

  .coffee-photo-3 {
    display: none;
  }

  .coffee-photo-5 {
    left: 32%;
  }

  .digital-section {
    padding-top: 3rem;
  }

  .kiez-copy h2 {
    font-size: clamp(44px, 15vw, 68px);
  }

  .kiez-copy p {
    max-width: 92vw;
    font-size: 16px;
  }

  .locations-slider-section {
    padding-bottom: 5rem;
  }

  .locations-slider-top {
    gap: 18px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .location-slider {
    padding-left: 12px;
  }

  .lap-location-card {
    flex-basis: 82vw;
    min-width: 0;
  }

  .lap-location-image {
    height: 420px;
  }

  .lap-location-info {
    min-height: 252px;
    padding-bottom: 72px;
  }

  .lap-location-actions {
    gap: 18px;
  }

  .map-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .map-wrapper {
    min-height: 390px;
  }

  .newsletter {
    min-height: 760px;
    padding-top: 58px;
  }

  .newsletter h2 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .newsletter-copy {
    margin-top: 48px;
    max-width: 92vw;
    font-size: 16px;
  }

  .newsletter-form {
    margin-top: 72px;
  }

  .newsletter-submit {
    font-size: 26px;
  }

  .footer {
    min-height: 360px;
    padding: 48px 22px 24px;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    grid-column: 1;
  }

  .footer-join {
    grid-column: 2;
  }

  .footer-mark {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 112px;
    margin-top: 48px;
  }

  .footer-bottom {
    font-size: 12px;
  }

  .digital-copy p {
    margin-top: 38px;
  }

  .wallet-badge {
    min-width: min(315px, 92vw);
  }

  .digital-visual {
    height: 360px;
  }

  .wallet-phone {
    right: -18vw;
    bottom: -100px;
    min-width: 285px;
  }

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

  .label-life,
  .label-coffee {
    left: 18px;
  }

  .label-among,
  .label-culture {
    left: 45%;
  }

  .label-people,
  .label-kiez {
    right: 18px;
  }

  .intro,
  .section,
  .newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* LAP parity pass: motion, captions, catalyst collage and wallet depth. */
.pop-word {
  display: inline-flex;
  align-items: baseline;
  transform-origin: 50% 70%;
  animation: none;
}

.hero-letter {
  display: inline-block;
  transform-origin: 50% 78%;
  will-change: transform, opacity;
  animation:
    hero-letter-pop 760ms cubic-bezier(0.18, 1.2, 0.22, 1) var(--letter-pop-delay, 0ms) both,
    hero-letter-drift 4.8s ease-in-out var(--letter-drift-delay, 980ms) infinite alternate;
  animation-delay:
    var(--letter-pop-delay, 0ms),
    var(--letter-drift-delay, 980ms);
}

.hero-title:hover .hero-letter {
  animation:
    hero-letter-pop 760ms cubic-bezier(0.18, 1.2, 0.22, 1) both,
    hero-letter-hover 780ms cubic-bezier(0.18, 1.2, 0.22, 1) var(--letter-hover-delay, 0ms) 1,
    hero-letter-drift 4.8s ease-in-out var(--letter-drift-delay, 980ms) infinite alternate;
}

@keyframes hero-letter-pop {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.22em, 0) scale(0.72) rotate(-4deg);
    filter: blur(8px);
  }

  62% {
    opacity: 1;
    transform: translate3d(0, -0.055em, 0) scale(1.045) rotate(1deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes hero-letter-drift {
  0% {
    transform: translate3d(0, -0.016em, 0) rotate(-0.45deg);
  }

  100% {
    transform: translate3d(0, 0.026em, 0) rotate(0.5deg);
  }
}

@keyframes hero-letter-hover {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  42% {
    transform: translate3d(0, -0.13em, 0) scale(1.035) rotate(-1deg);
  }
}

.culture-card-body {
  gap: 0.22rem;
  margin-top: 0.58rem;
}

.culture-card-meta {
  gap: 0.24rem;
  font-size: clamp(12px, 0.74vw, 14px);
  line-height: 0.96;
}

.culture-card-title {
  font-size: clamp(13px, 0.78vw, 15px);
  line-height: 0.96;
}

.coffee-section {
  gap: 4.35rem;
  height: 100vh;
  min-height: 930px;
}

.coffee-copy {
  max-width: 1220px;
}

.coffee-copy h2 {
  font-size: clamp(104px, 8.85vw, 174px);
  line-height: 0.88;
}

.coffee-copy p {
  max-width: 1080px;
  margin-top: 66px;
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 0.98;
}

.coffee-photo {
  border-radius: 12px;
  animation-duration: 9.5s;
}

.coffee-photo-1 {
  top: 15%;
  left: 10%;
  width: 20vh;
  height: 25vh;
}

.coffee-photo-2 {
  top: 63px;
  left: 68%;
  width: 28vh;
  height: 35vh;
}

.coffee-photo-3 {
  top: 483px;
  left: 49px;
  width: 25vh;
  height: 40vh;
}

.coffee-photo-4 {
  top: 70%;
  left: 80%;
  width: 20vh;
  height: 28vh;
}

.coffee-photo-5 {
  top: 80%;
  left: 40%;
  width: 30vh;
  height: 40vh;
}

.digital-section {
  min-height: 1080px;
  padding-bottom: 4.5rem;
  overflow: visible;
}

.digital-visual {
  height: 48vh;
  min-height: 560px;
  overflow: visible;
}

.wallet-phone {
  right: 6.3vw;
  bottom: -18px;
  width: min(28vw, 510px);
  min-width: 340px;
}

.has-motion .coffee-photo {
  transform: translate3d(var(--img-x, 0), var(--img-y, 0), 0) scale(1.01);
}

@media (max-width: 1180px) {
  .coffee-section {
    min-height: 900px;
  }

  .coffee-copy h2 {
    font-size: clamp(82px, 11vw, 128px);
  }

  .coffee-photo-3 {
    top: 50%;
    left: 22px;
  }

  .digital-section {
    min-height: 980px;
  }
}

@media (max-width: 820px) {
  .hero-title {
    white-space: normal;
  }

  .coffee-section {
    min-height: 850px;
  }

  .coffee-photo-2 {
    left: auto;
    right: 4%;
  }

  .coffee-photo-5 {
    top: 76%;
    left: 32%;
  }

  .digital-visual {
    min-height: 500px;
  }

  .wallet-phone {
    right: -7vw;
    bottom: -28px;
    min-width: 315px;
  }
}

@media (max-width: 520px) {
  .hero-letter {
    animation-duration: 640ms, 4.8s;
  }

  .culture-card-meta {
    font-size: 12px;
  }

  .culture-card-title {
    font-size: 13px;
  }

  .coffee-section {
    min-height: 790px;
  }

  .coffee-copy h2,
  .digital-copy h2 {
    font-size: clamp(44px, 15vw, 68px);
  }

  .coffee-photo-1 {
    top: 10%;
    left: 4%;
  }

  .coffee-photo-2 {
    top: 8%;
    right: -8%;
  }

  .coffee-photo-4 {
    top: 70%;
    left: auto;
    right: -8%;
  }

  .digital-section {
    min-height: 850px;
    padding-bottom: 3rem;
  }

  .digital-visual {
    height: 390px;
    min-height: 390px;
  }

  .wallet-phone {
    right: -16vw;
    bottom: -34px;
    min-width: 286px;
  }
}
