:root {
  --paper: #fffdf6;
  --ink: #101114;
  --blue: #1557ff;
  --lime: #c8ff32;
  --berry: #ff3d57;
  --mango: #ff9b20;
  --measure: 72rem;
  --pad: clamp(1rem, 4vw, 4rem);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  transform: translateY(-180%);
  padding: .8rem 1rem;
  background: var(--ink);
  color: white;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.opening {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: white;
}

.opening__media,
.opening__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.opening__media {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 28%;
}

.opening__wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 253, 246, .98) 0 30%, rgba(255, 253, 246, .58) 52%, rgba(255, 253, 246, 0) 76%),
    linear-gradient(0deg, rgba(255, 253, 246, .9) 0, rgba(255, 253, 246, 0) 30%);
}

.opening__nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2rem var(--pad);
  border-bottom: 2px solid var(--ink);
  background: rgba(255, 253, 246, .9);
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: .45rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

.wordmark span {
  font-style: italic;
  font-weight: 650;
  text-transform: none;
}

.wordmark strong {
  font-size: .78rem;
  letter-spacing: .12em;
}

.opening__links {
  display: flex;
  align-items: center;
  gap: clamp(.75rem, 2.5vw, 2rem);
}

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

.opening__links a:hover,
.footer a:hover,
.text-link:hover {
  text-decoration-thickness: 3px;
  text-underline-offset: .25em;
}

.opening__content {
  position: absolute;
  z-index: 1;
  left: var(--pad);
  right: var(--pad);
  bottom: clamp(4.6rem, 8vh, 7rem);
  max-width: var(--measure);
}

.eyebrow,
.kicker,
.pour-label {
  margin: 0 0 1rem;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.opening h1,
.spectrum h2,
.mission h2,
.pour-copy h2,
.visit h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.opening h1 {
  display: flex;
  flex-direction: column;
  max-width: 7.5em;
  font-size: clamp(4.2rem, 12vw, 10.5rem);
  line-height: .78;
}

.opening h1 span:last-child {
  color: transparent;
  -webkit-text-stroke: .035em var(--ink);
  text-stroke: .035em var(--ink);
}

.opening__action-row {
  display: flex;
  align-items: center;
  gap: 1rem 2rem;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.opening__action-row p {
  margin: 0;
  padding: .55rem .7rem;
  background: var(--lime);
  border: 2px solid var(--ink);
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 3.25rem;
  padding: .85rem 1.1rem;
  border: 2px solid currentColor;
  border-radius: 0;
  font: inherit;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button--primary {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.button--primary:hover {
  background: var(--blue);
  border-color: var(--blue);
}

.button--outline {
  background: transparent;
  color: var(--ink);
}

.button--light {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.opening__credit {
  position: absolute;
  z-index: 1;
  right: var(--pad);
  bottom: 1rem;
  max-width: 36rem;
  margin: 0;
  font-size: .65rem;
  font-weight: 700;
  text-align: right;
}

.pulse {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 2px solid var(--ink);
  background: var(--paper);
}

.pulse p,
.pulse a {
  margin: 0;
  padding: 1.15rem var(--pad);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.pulse > * + * {
  border-left: 2px solid var(--ink);
}

.pulse span {
  margin-right: .6rem;
  color: var(--blue);
}

.spectrum {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, .8fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(5rem, 11vw, 10rem) var(--pad);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(16, 17, 20, .14) calc(50% - 1px), rgba(16, 17, 20, .14) calc(50% + 1px), transparent calc(50% + 1px));
}

.spectrum__intro {
  align-self: start;
  max-width: 46rem;
}

.spectrum h2,
.visit h2 {
  font-size: clamp(4rem, 9vw, 8.5rem);
  line-height: .84;
}

.lede {
  max-width: 42rem;
  margin: 2rem 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.55;
}

.profile-orbit {
  position: relative;
  align-self: center;
  margin: 3rem 0 0;
  isolation: isolate;
}

.profile-orbit img {
  position: relative;
  z-index: 2;
  width: min(100%, 32rem);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  background: white;
  border: 3px solid var(--ink);
}

.orbit {
  position: absolute;
  z-index: 1;
  width: 42%;
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
}

.orbit--lime {
  top: -10%;
  right: -3%;
  background: var(--lime);
}

.orbit--berry {
  bottom: -5%;
  left: -2%;
  background: var(--berry);
}

.profile-orbit figcaption,
.drink-detail figcaption,
.visit__media figcaption {
  margin-top: .8rem;
  font-size: .66rem;
  font-weight: 750;
  line-height: 1.5;
}

.profile-orbit figcaption {
  position: relative;
  z-index: 3;
  width: fit-content;
  max-width: 100%;
  padding: .55rem .7rem;
  background: var(--paper);
  border: 2px solid var(--ink);
}

.drink-detail {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(15rem, .75fr) minmax(0, 1.25fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
  margin: clamp(4rem, 10vw, 9rem) 0 0;
}

.drink-detail img {
  width: 100%;
  height: auto;
  max-height: 42rem;
  object-fit: contain;
  border: 3px solid var(--ink);
}

.drink-detail figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding-bottom: 2rem;
}

.drink-detail figcaption span {
  padding: .45rem .65rem;
  background: var(--mango);
  border: 2px solid var(--ink);
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.drink-detail figcaption strong {
  max-width: 8em;
  margin-top: 1rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: .85;
  text-transform: uppercase;
}

.drink-detail figcaption small {
  max-width: 34rem;
  margin-top: 1.5rem;
  font-size: .78rem;
  line-height: 1.6;
}

.mission {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  min-height: 90svh;
  align-items: center;
  padding: clamp(5rem, 10vw, 10rem) var(--pad);
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.mission > div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.mission__number {
  position: absolute;
  z-index: 0;
  right: -1vw;
  bottom: -16vw;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 2px rgba(200, 255, 50, .38);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: min(66vw, 55rem);
  line-height: .8;
}

.mission h2 {
  font-size: clamp(4.3rem, 11vw, 10rem);
  line-height: .82;
}

.mission h2 em {
  color: var(--lime);
  font-style: normal;
}

.mission > div > p:last-child {
  max-width: 44rem;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.05rem, 1.9vw, 1.4rem);
  line-height: 1.55;
}

.kicker--light {
  color: var(--lime);
}

.text-link {
  position: relative;
  z-index: 1;
  align-self: end;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.text-link--light {
  color: white;
}

.pour-scene {
  position: relative;
  min-height: 100svh;
  background: #17130f;
  color: white;
}

.pour-scene.is-enhanced {
  height: 320svh;
}

.pour-stage {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.pour-scene.is-enhanced .pour-stage {
  position: sticky;
  top: 0;
  height: 100svh;
}

.pour-video,
.pour-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pour-video {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 50%;
}

.pour-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(15, 11, 8, .9) 0 34%, rgba(15, 11, 8, .38) 68%, rgba(15, 11, 8, .58) 100%),
    linear-gradient(0deg, rgba(15, 11, 8, .78), transparent 42%);
}

.pour-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  padding: clamp(5rem, 10vw, 9rem) var(--pad) clamp(7rem, 12vw, 10rem);
}

.pour-copy h2 {
  max-width: 7em;
  font-size: clamp(4rem, 10vw, 9.5rem);
  line-height: .82;
}

.pour-copy h2 em {
  color: var(--mango);
  font-style: normal;
}

.pour-label {
  max-width: 38rem;
  color: var(--lime);
}

.pour-support {
  max-width: 34rem;
  margin: 2rem 0 0;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  line-height: 1.55;
}

.motion-fallback {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.motion-fallback p {
  max-width: 34rem;
  margin: 0;
  font-weight: 800;
}

.pour-progress {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 2.4rem;
  left: var(--pad);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pour-progress i {
  position: relative;
  display: block;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .35);
}

.pour-progress i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--lime);
  transform: scaleX(var(--pour-progress, 0));
  transform-origin: left center;
}

.pour-credit {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: var(--pad);
  margin: 0;
  font-size: .62rem;
  font-weight: 700;
  text-align: right;
}

.noscript-note {
  margin: 0;
  padding: 1rem var(--pad);
  background: var(--paper);
  color: var(--ink);
}

.pour-scene[data-motion-state="static"] {
  min-height: auto;
  height: auto;
}

.pour-scene[data-motion-state="static"] .pour-stage {
  position: relative;
  top: auto;
  min-height: 84svh;
  height: auto;
}

.pour-scene[data-motion-state="static"] .pour-copy {
  min-height: 84svh;
}

.visit {
  display: grid;
  grid-template-columns: minmax(18rem, .92fr) minmax(0, 1.08fr);
  min-height: 100svh;
  border-bottom: 2px solid var(--ink);
}

.visit__media {
  position: relative;
  min-height: 100%;
  margin: 0;
  background: #d9dde2;
}

.visit__media img {
  width: 100%;
  height: 100%;
  min-height: 60rem;
  object-fit: cover;
  object-position: 50% 35%;
}

.visit__media figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  margin: 0;
  padding: .7rem;
  background: var(--paper);
  border: 2px solid var(--ink);
}

.visit__content {
  align-self: center;
  padding: clamp(5rem, 10vw, 10rem) var(--pad);
}

.visit address {
  margin-top: 2rem;
  font-size: clamp(1.25rem, 2.3vw, 1.85rem);
  font-style: normal;
  font-weight: 850;
  line-height: 1.4;
}

.visit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.hours {
  max-width: 42rem;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1.2rem;
  border-top: 3px solid var(--ink);
}

.hours h3 {
  margin: 0 0 1rem;
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hours dl {
  margin: 0;
}

.hours dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 0;
  border-top: 1px solid rgba(16, 17, 20, .24);
}

.hours dt,
.hours dd {
  margin: 0;
  font-weight: 800;
}

.hours p {
  margin: 1rem 0 0;
  color: #4f5055;
  font-size: .75rem;
  line-height: 1.6;
}

.last-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem var(--pad);
  background: var(--lime);
  border-bottom: 2px solid var(--ink);
}

.last-call p {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.3rem, 6vw, 5rem);
  letter-spacing: -.02em;
  line-height: .9;
  text-transform: uppercase;
}

.last-call a {
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(12rem, .6fr);
  gap: 2rem;
  padding: 3rem var(--pad);
  background: var(--paper);
}

.footer strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  text-transform: uppercase;
}

.footer p {
  max-width: 48rem;
  margin: 1rem 0 0;
  font-size: .78rem;
  line-height: 1.7;
}

.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .85rem;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer__note {
  grid-column: 1 / -1;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(16, 17, 20, .25);
  color: #5d5d61;
}

@media (max-width: 780px) {
  .opening__wash {
    background:
      linear-gradient(0deg, rgba(255, 253, 246, .98) 0 38%, rgba(255, 253, 246, .28) 70%, rgba(255, 253, 246, .05) 100%);
  }

  .opening__media {
    object-position: 50% 50%;
  }

  .opening__links a {
    font-size: .7rem;
  }

  .opening__content {
    bottom: 4.8rem;
  }

  .opening h1 {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  .opening__action-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .opening__credit {
    left: var(--pad);
    text-align: left;
  }

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

  .pulse > * + * {
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .spectrum {
    grid-template-columns: 1fr;
    background: none;
  }

  .profile-orbit {
    width: min(88vw, 30rem);
    margin-inline: auto;
  }

  .drink-detail {
    grid-template-columns: 1fr;
  }

  .drink-detail img {
    max-height: none;
  }

  .mission {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .mission > div > p:last-child {
    max-width: 100%;
  }

  .mission__number {
    bottom: -5vw;
  }

  .pour-scene.is-enhanced {
    height: 280svh;
  }

  .pour-shade {
    background: linear-gradient(0deg, rgba(15, 11, 8, .9) 0 52%, rgba(15, 11, 8, .18) 100%);
  }

  .pour-copy {
    justify-content: flex-end;
  }

  .pour-copy h2 {
    font-size: clamp(3.9rem, 17vw, 7rem);
  }

  .pour-video {
    object-position: 50% 50%;
  }

  .pour-credit {
    left: var(--pad);
    text-align: left;
  }

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

  .visit__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .visit__actions .button {
    width: 100%;
  }

  .visit__media img {
    min-height: 72svh;
    max-height: 52rem;
  }

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

  .footer__note {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .opening__links a:nth-child(-n + 2) {
    display: none;
  }

  .opening__links {
    gap: .85rem;
  }

  .opening__links a {
    font-size: .66rem;
    letter-spacing: .08em;
  }

  .opening__action-row p {
    font-size: .78rem;
  }

  .opening__credit {
    font-size: .56rem;
  }

  .spectrum h2,
  .visit h2 {
    font-size: clamp(3.7rem, 18vw, 5.8rem);
  }

  .mission h2 {
    max-width: 100%;
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .pour-progress {
    bottom: 1.25rem;
  }

  .last-call {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  html:not(.motion-override) *,
  html:not(.motion-override) *::before,
  html:not(.motion-override) *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  html:not(.motion-override) .pour-scene {
    min-height: auto;
    height: auto;
  }

  html:not(.motion-override) .pour-stage {
    position: relative;
    top: auto;
    min-height: 84svh;
    height: auto;
  }

  html:not(.motion-override) .pour-copy {
    min-height: 84svh;
  }
}

html.motion-override .pour-scene.is-enhanced {
  min-height: 100svh;
  height: 320svh;
}

html.motion-override .pour-scene.is-enhanced .pour-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  height: 100svh;
}

@media (max-width: 780px) {
  html.motion-override .pour-scene.is-enhanced {
    height: 280svh;
  }
}
