:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", Courier, monospace;
  --ink: #231f20;
  --ink-soft: #2f2929;
  --cream: #f6efe6;
  --cream-dim: #c9bfb3;
  --orange: #f57f29;
  --orange-dark: #c8530f;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
}

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

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

.site-shell {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.015), transparent 38%),
    var(--ink);
}

.grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.16) 0 0.5px, transparent 0.7px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.11) 0 0.45px, transparent 0.65px);
  background-size: 7px 7px, 11px 11px;
}

.glow {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.glow-one {
  width: 56vw;
  height: 56vw;
  right: -18vw;
  top: -24vw;
  background: radial-gradient(circle, rgba(245, 127, 41, 0.12), transparent 68%);
}

.glow-two {
  width: 38vw;
  height: 38vw;
  left: 25vw;
  bottom: -32vw;
  background: radial-gradient(circle, rgba(245, 127, 41, 0.06), transparent 70%);
}

.topbar,
.hero,
.footer {
  width: min(100%, 1540px);
  margin: 0 auto;
}

.topbar {
  min-height: 118px;
  padding: 34px clamp(28px, 5vw, 80px) 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  line-height: 1;
}

.brand-logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
}

.brand-country {
  padding-left: 12px;
  border-left: 1px solid rgba(245, 127, 41, 0.55);
  color: var(--orange);
  font-family: var(--font-geist-mono);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.brand-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.brand-sub {
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--orange);
  font-family: var(--font-geist-mono);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.brand-sub i {
  width: 18px;
  height: 1px;
  background: var(--orange);
}

.social-link {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--font-geist-mono);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.social-link:hover {
  color: var(--orange);
}

.social-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(246, 239, 230, 0.3);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: lowercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.social-link:hover .social-icon {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--ink);
}

.hero {
  min-height: 620px;
  padding: 20px clamp(28px, 5vw, 80px) 44px;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(440px, 1.07fr);
  align-items: center;
  gap: clamp(30px, 5vw, 84px);
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding: 38px 0 50px;
}

.eyebrow {
  margin-bottom: clamp(26px, 4.5vh, 46px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream-dim);
  font-family: var(--font-geist-mono);
  font-size: clamp(0.62rem, 0.8vw, 0.74rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(245, 127, 41, 0.12);
  animation: pulse 2.6s ease-in-out infinite;
}

h1 {
  margin: 0;
  max-width: 740px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.25rem, 7.35vw, 7.6rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.072em;
}

h1 > span {
  display: block;
  color: var(--orange);
  font-style: italic;
  font-weight: 400;
}

h1 em {
  display: inline-block;
  color: var(--cream);
  font-size: 0.34em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  transform: rotate(-8deg) translateY(-0.65em);
}

.intro {
  max-width: 540px;
  margin: clamp(34px, 5vh, 52px) 0 0;
  padding-left: 31px;
  border-left: 1px solid rgba(245, 127, 41, 0.55);
  color: var(--cream-dim);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.75;
}

.actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 27px;
}

.primary-button {
  min-width: 205px;
  min-height: 58px;
  padding: 8px 9px 8px 23px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: var(--orange);
  color: var(--ink);
  font-family: var(--font-geist-mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  background: #ff9349;
}

.button-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--cream);
  font-size: 1.05rem;
}

.since {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: var(--font-geist-mono);
  font-size: 0.63rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.since small {
  color: #91867c;
  font-size: 0.55rem;
  letter-spacing: 0.04em;
}

.coffee-stage {
  position: relative;
  height: min(65vw, 710px);
  max-height: 710px;
  min-height: 570px;
  display: grid;
  place-items: center;
}

.coffee-stage::before {
  content: "";
  position: absolute;
  width: min(48vw, 680px);
  aspect-ratio: 1;
  border: 1px solid rgba(246, 239, 230, 0.08);
  border-radius: 50%;
}

.coffee-stage::after {
  content: "";
  position: absolute;
  width: min(39vw, 550px);
  aspect-ratio: 1;
  border: 1px solid rgba(246, 239, 230, 0.04);
  border-radius: 50%;
}

.stamp {
  position: absolute;
  z-index: 7;
  top: 10%;
  right: 6%;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(246, 239, 230, 0.45);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-family: var(--font-geist-mono);
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(10deg);
}

.stamp::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(246, 239, 230, 0.24);
  border-radius: 50%;
}

.stamp span {
  font-size: 0.52rem;
  letter-spacing: 0.25em;
}

.stamp strong {
  margin-top: 5px;
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.stamp i {
  width: 34px;
  height: 1px;
  margin-top: 8px;
  background: rgba(246, 239, 230, 0.5);
}

.pour-scene {
  position: absolute;
  z-index: 6;
  top: 2%;
  left: 50%;
  width: 300px;
  height: 240px;
  pointer-events: none;
  transform: translateX(-13%);
}

.coffee-pot {
  position: absolute;
  z-index: 2;
  top: -8px;
  left: 0;
  width: 300px;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.32));
  transform-origin: 83% 12%;
  animation: pot-pour 7.2s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.coffee-pot img {
  display: block;
  width: 100%;
  height: auto;
}

.pour-stream {
  position: absolute;
  z-index: 1;
  top: 112px;
  left: 34px;
  width: 13px;
  height: 28px;
  overflow: visible;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  animation: coffee-pour 7.2s ease-in-out infinite;
}

.pour-stream i {
  position: absolute;
  inset: 0 auto 0 1px;
  width: 10px;
  overflow: hidden;
  border-radius: 38% 62% 54% 46% / 10% 12% 88% 90%;
  background: linear-gradient(
    90deg,
    rgba(26, 8, 2, 0.84) 0%,
    #451506 18%,
    #7f2d0b 42%,
    #b05c27 57%,
    #5e1e08 76%,
    rgba(28, 8, 2, 0.9) 100%
  );
  clip-path: polygon(
    22% 0,
    82% 0,
    68% 14%,
    94% 30%,
    64% 46%,
    86% 63%,
    58% 80%,
    74% 100%,
    24% 100%,
    37% 81%,
    8% 64%,
    34% 47%,
    3% 29%,
    31% 14%
  );
  filter: drop-shadow(0 0 2px rgba(151, 61, 19, 0.28));
  animation: liquid-wobble 0.42s ease-in-out infinite alternate;
}

.pour-stream i::after {
  content: "";
  position: absolute;
  inset: 2px auto 3px 5px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 177, 105, 0.5) 18%,
    rgba(255, 177, 105, 0.18) 72%,
    transparent
  );
  animation: liquid-highlight 0.7s linear infinite;
}

.pour-stream::after {
  content: "";
  position: absolute;
  left: -9px;
  bottom: -5px;
  width: 30px;
  height: 9px;
  border-top: 2px solid rgba(174, 77, 28, 0.48);
  border-radius: 50%;
  opacity: 0;
  animation: surface-splash 7.2s ease-out infinite;
}

.pour-stream span,
.pour-stream b {
  position: absolute;
  left: 4px;
  bottom: -19px;
  width: 6px;
  height: 9px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 28%, rgba(255, 173, 96, 0.42), transparent 24%),
    #6f260a;
  opacity: 0;
  animation: coffee-drop 7.2s ease-in infinite;
}

.pour-stream b {
  left: 0;
  width: 4px;
  height: 6px;
  animation-name: coffee-drop-small;
}

.saucer {
  position: relative;
  z-index: 3;
  width: min(37vw, 515px);
  height: min(13vw, 190px);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, #352d2c 0 26%, #171313 28% 47%, #332d2d 51% 63%, #131111 68%);
  box-shadow:
    0 54px 70px rgba(0, 0, 0, 0.46),
    inset 0 3px 5px rgba(255, 255, 255, 0.07);
  transform: translate(2%, 22%) rotate(-4deg);
}

.cup {
  position: absolute;
  left: 50%;
  bottom: 29%;
  width: min(25vw, 355px);
  height: min(19vw, 270px);
  border-radius: 28% 28% 38% 38% / 12% 12% 78% 78%;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.13), transparent 18% 72%, rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, #332d2d, #151212 72%, #090808);
  box-shadow:
    inset -18px -8px 30px rgba(0, 0, 0, 0.4),
    0 22px 25px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
}

.cup-rim {
  position: absolute;
  z-index: 2;
  width: 102%;
  height: 40%;
  left: -1%;
  top: -14%;
  border-radius: 50%;
  background: linear-gradient(180deg, #555050, #151212 22%, #080707 65%, #312a2a);
  box-shadow:
    inset 0 3px 3px rgba(255, 255, 255, 0.16),
    0 7px 8px rgba(0, 0, 0, 0.35);
}

.coffee {
  position: absolute;
  inset: 8px 11px 11px;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 60% 43%, rgba(255, 170, 80, 0.35), transparent 12%),
    radial-gradient(ellipse at center, #a54612 0, #64250a 43%, #2b0e04 82%);
  box-shadow: inset 0 3px 16px rgba(255, 179, 88, 0.2);
}

.coffee::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18%;
  height: 18%;
  border: 2px solid rgba(255, 198, 129, 0.36);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  animation: coffee-ripple 7.2s ease-out infinite;
}

.crema {
  position: absolute;
  border: 2px solid rgba(255, 184, 106, 0.22);
  border-radius: 50%;
}

.crema-one {
  width: 64%;
  height: 43%;
  left: 18%;
  top: 27%;
  transform: rotate(-8deg);
}

.crema-two {
  width: 28%;
  height: 18%;
  left: 38%;
  top: 40%;
}

.crema-three {
  width: 5px;
  height: 5px;
  left: 26%;
  top: 30%;
  border: 0;
  background: rgba(255, 197, 124, 0.42);
  box-shadow:
    110px 8px 0 rgba(255, 197, 124, 0.28),
    145px 35px 0 rgba(255, 197, 124, 0.28),
    55px 48px 0 rgba(255, 197, 124, 0.2);
}

.cup-mark {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 39%;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(2deg);
}

.cup-logo {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.96;
  filter: drop-shadow(0 0 8px rgba(245, 127, 41, 0.15));
}

.cup-mark span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.8vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.cup-mark small {
  margin-top: 6px;
  padding-top: 5px;
  border-top: 1px solid rgba(245, 127, 41, 0.65);
  font-family: var(--font-geist-mono);
  font-size: clamp(0.36rem, 0.55vw, 0.48rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.cup-handle {
  position: absolute;
  z-index: -1;
  width: 39%;
  height: 47%;
  right: -28%;
  top: 15%;
  border: clamp(14px, 1.8vw, 23px) solid #181414;
  border-left-color: #282222;
  border-radius: 45%;
  transform: rotate(-8deg);
}

.steam {
  position: absolute;
  z-index: 2;
  bottom: 60%;
  width: 50px;
  height: 185px;
  border-radius: 50%;
  opacity: 0;
  filter: blur(10px);
  border-left: 7px solid rgba(246, 239, 230, 0.21);
  animation: steam 5s ease-in-out infinite;
}

.steam-one {
  left: 43%;
}

.steam-two {
  left: 50%;
  height: 155px;
  animation-delay: 1.4s;
}

.steam-three {
  left: 57%;
  height: 125px;
  animation-delay: 2.8s;
}

.bean {
  position: absolute;
  z-index: 4;
  width: 34px;
  height: 22px;
  border-radius: 60% 42% 58% 43%;
  background: linear-gradient(135deg, #9b481e, #4a1d0b 55%, #1e0a03);
  box-shadow: 5px 8px 12px rgba(0, 0, 0, 0.3);
  transform: rotate(var(--r, 20deg));
}

.bean::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 6%;
  width: 2px;
  height: 88%;
  border-radius: 50%;
  background: rgba(15, 5, 2, 0.6);
  transform: rotate(12deg);
}

.bean-one {
  --r: 34deg;
  left: 4%;
  bottom: 19%;
}

.bean-two {
  --r: -48deg;
  left: 16%;
  top: 19%;
  transform: scale(0.7) rotate(var(--r));
}

.bean-three {
  --r: 73deg;
  right: 2%;
  bottom: 28%;
  transform: scale(1.15) rotate(var(--r));
}

.bean-four {
  --r: -12deg;
  right: 16%;
  bottom: 4%;
  transform: scale(0.65) rotate(var(--r));
}

.bean-five {
  --r: 48deg;
  right: 27%;
  top: 7%;
  transform: scale(0.55) rotate(var(--r));
}

.stage-note {
  position: absolute;
  left: 2%;
  bottom: 3%;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8d8279;
  font-family: var(--font-geist-mono);
  font-size: 0.53rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.stage-note span:first-child {
  color: var(--orange);
}

.footer {
  min-height: 74px;
  padding: 20px clamp(28px, 5vw, 80px) 26px;
  border-top: 1px solid rgba(246, 239, 230, 0.1);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  color: #81776f;
  font-family: var(--font-geist-mono);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer p {
  margin: 0;
}

.footer p:last-child {
  text-align: right;
}

.footer-center {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cream-dim);
}

.footer-center span {
  color: var(--orange);
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 9px rgba(245, 127, 41, 0.04);
  }
}

@keyframes steam {
  0% {
    opacity: 0;
    transform: translate(0, 20px) scaleX(0.7);
  }
  25% {
    opacity: 0.65;
  }
  65% {
    opacity: 0.28;
  }
  100% {
    opacity: 0;
    transform: translate(26px, -65px) scaleX(1.5);
  }
}

@keyframes pot-pour {
  0%,
  14%,
  86%,
  100% {
    transform: translate(18px, -10px) rotate(4deg);
  }
  27%,
  66% {
    transform: translate(0, 8px) rotate(-5deg);
  }
  75% {
    transform: translate(9px, 0) rotate(0deg);
  }
}

@keyframes coffee-pour {
  0%,
  23% {
    opacity: 0;
    transform: scaleY(0);
  }
  29% {
    opacity: 1;
    transform: scaleY(0.18);
  }
  38%,
  64% {
    opacity: 1;
    transform: scaleY(1);
  }
  71% {
    opacity: 0;
    transform: scaleY(0.25);
  }
  72%,
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}

@keyframes coffee-drop {
  0%,
  64% {
    opacity: 0;
    transform: translateY(-8px);
  }
  67% {
    opacity: 1;
  }
  73% {
    opacity: 0;
    transform: translateY(23px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes coffee-drop-small {
  0%,
  57% {
    opacity: 0;
    transform: translate(3px, -10px) scale(0.7);
  }
  60% {
    opacity: 0.8;
  }
  66% {
    opacity: 0;
    transform: translate(-1px, 17px) scale(0.5);
  }
  100% {
    opacity: 0;
  }
}

@keyframes liquid-wobble {
  from {
    transform: translateX(-1px) skewX(-1.5deg) scaleX(0.86);
  }
  to {
    transform: translateX(1px) skewX(2deg) scaleX(1.08);
  }
}

@keyframes liquid-highlight {
  from {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(20%);
  }
}

@keyframes surface-splash {
  0%,
  31%,
  100% {
    opacity: 0;
    transform: scaleX(0.2);
  }
  38% {
    opacity: 0.7;
  }
  51% {
    opacity: 0;
    transform: scaleX(1.25);
  }
}

@keyframes coffee-ripple {
  0%,
  31%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }
  38% {
    opacity: 0.72;
  }
  57% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.8, 2.2);
  }
}

@media (max-width: 980px) {
  .topbar {
    min-height: 100px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 0;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  h1 {
    max-width: 760px;
    font-size: clamp(4.2rem, 12vw, 7.2rem);
  }

  .coffee-stage {
    width: min(100%, 680px);
    height: 620px;
    min-height: 620px;
    margin: -10px auto 0;
  }

  .coffee-stage::before {
    width: 620px;
  }

  .coffee-stage::after {
    width: 500px;
  }

  .saucer {
    width: 490px;
    height: 178px;
  }

  .cup {
    width: 337px;
    height: 257px;
  }

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

  .footer-center {
    display: none;
  }
}

@media (max-width: 620px) {
  .topbar {
    min-height: 88px;
    padding-top: 25px;
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    width: 62px;
    height: 62px;
  }

  .brand-country {
    padding-left: 8px;
    font-size: 0.48rem;
    letter-spacing: 0.18em;
  }

  .social-copy {
    display: none;
  }

  .social-icon {
    width: 36px;
    height: 36px;
  }

  .hero {
    padding-bottom: 25px;
  }

  .hero-copy {
    padding-top: 34px;
  }

  .eyebrow {
    margin-bottom: 30px;
    font-size: 0.57rem;
  }

  h1 {
    font-size: clamp(3.65rem, 18.8vw, 5.8rem);
    line-height: 0.83;
  }

  h1 em {
    font-size: 0.3em;
  }

  .intro {
    margin-top: 34px;
    padding-left: 20px;
    font-size: 0.92rem;
  }

  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .primary-button {
    width: 100%;
  }

  .coffee-stage {
    min-height: 480px;
    height: 480px;
    margin-top: 24px;
  }

  .coffee-stage::before {
    width: 420px;
  }

  .coffee-stage::after {
    width: 340px;
  }

  .saucer {
    width: 340px;
    height: 124px;
  }

  .cup {
    width: 235px;
    height: 179px;
  }

  .stamp {
    width: 92px;
    height: 92px;
    top: 7%;
    right: 0;
  }

  .stamp strong {
    font-size: 1.25rem;
  }

  .steam {
    bottom: 56%;
    height: 125px;
  }

  .pour-scene {
    top: 4%;
    transform: translateX(-13%) scale(0.72);
    transform-origin: top left;
  }

  .stage-note {
    display: none;
  }

  .footer {
    min-height: 94px;
    padding-top: 18px;
    padding-bottom: 22px;
    grid-template-columns: 1fr;
    gap: 7px;
    text-align: center;
  }

  .footer p:last-child {
    text-align: center;
  }
}

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