:root {
  --ink: #14241f;
  --ink-soft: #3d524a;
  --paper: #eef2ef;
  --teal: #1a3d36;
  --teal-bright: #2f6b5c;
  --amber: #c47a2c;
  --mist: #dce6e1;
  --rule: rgba(20, 36, 31, 0.14);
  --font-display: "Syne", sans-serif;
  --font-body: "Figtree", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  color-scheme: light;
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

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

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(90% 70% at 12% 0%, #f7faf8 0%, transparent 58%),
    linear-gradient(180deg, #f3f6f4 0%, var(--paper) 42%, #e5ece8 100%);
}

.pour-stream {
  position: absolute;
  left: 50%;
  top: -15%;
  width: min(22vw, 180px);
  height: 130%;
  margin-left: -2rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(26, 61, 54, 0.045) 32%,
    rgba(26, 61, 54, 0.07) 52%,
    transparent 78%
  );
  filter: blur(18px);
  animation: pour 22s ease-in-out infinite alternate;
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: multiply;
}

.stage {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.75rem, 4.5vh, 3rem);
  padding: clamp(1.5rem, 4.5vh, 3.25rem) 0;
}

.brand {
  display: grid;
  gap: 0.55rem;
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0;
  transform: translateY(12px);
  animation: rise 0.8s var(--ease) 0.05s forwards;
}

.brand h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.6rem, 15vw, 6.75rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: var(--teal);
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.9s var(--ease) 0.12s forwards;
}

.tagline {
  margin: 0.2rem 0 0;
  max-width: 36rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 3.2vw, 1.35rem);
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--ink);
  text-wrap: balance;
  opacity: 0;
  transform: translateY(14px);
  animation: rise 0.85s var(--ease) 0.22s forwards;
}

.tagline-lead {
  display: inline;
}

@media (max-width: 520px) {
  .tagline-lead {
    display: block;
  }
}

.block {
  display: grid;
  gap: 0.65rem;
}

.block-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0;
  transform: translateY(12px);
  animation: rise 0.8s var(--ease) 0.34s forwards;
}

.block--food .block-label {
  animation-delay: 0.62s;
}

.lineup {
  display: grid;
  border-top: 1px solid var(--rule);
}

.dest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.95rem 0.15rem;
  border-bottom: 1px solid var(--rule);
  transition: background 0.3s var(--ease), padding 0.35s var(--ease);
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.8s var(--ease) forwards;
}

.dest:nth-child(1) {
  animation-delay: 0.38s;
}

.dest:nth-child(2) {
  animation-delay: 0.48s;
}

.dest:nth-child(3) {
  animation-delay: 0.58s;
}

.dest:hover,
.dest:focus-visible {
  padding-left: 0.45rem;
  outline: none;
}

.dest:focus-visible {
  background: rgba(47, 107, 92, 0.06);
}

.dest-mark {
  flex: none;
  width: 4.75rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
}

.dest-mark img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.dest-mark--ink {
  background: #111;
  border-radius: 0.4rem;
  padding: 0.28rem 0.35rem;
}

.dest-meta {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  flex: 1;
}

.dest-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 4vw, 1.7rem);
  letter-spacing: -0.025em;
  transition: color 0.3s var(--ease);
}

.dest-detail {
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.35;
}

.dest-go {
  flex: none;
  align-self: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-bright);
  transition: transform 0.35s var(--ease), color 0.35s var(--ease);
}

.dest:hover .dest-name,
.dest:focus-visible .dest-name {
  color: var(--teal-bright);
}

.dest:hover .dest-go,
.dest:focus-visible .dest-go {
  color: var(--amber);
  transform: translateX(5px);
}

.block--food .dest {
  animation-delay: 0.7s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pour {
  from {
    transform: translateX(0);
    opacity: 0.7;
  }
  to {
    transform: translateX(14px);
    opacity: 1;
  }
}

@media (min-width: 720px) {
  .stage {
    width: min(780px, calc(100% - 3rem));
  }

  .dest {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    gap: 1.1rem;
  }

  .dest-mark {
    width: 5.5rem;
    height: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pour-stream,
  .eyebrow,
  .brand h1,
  .tagline,
  .block-label,
  .dest {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
