/* TMO_BUNDLED_FONT — local assets, font-display: swap */














:root {
  --font-display: "Yrsa", Georgia, serif;
  --font-body: "URW Gothic", "Century Gothic", sans-serif;
  --night: #211914;
  --night-soft: #2b211b;
  --paper: #e9ddcb;
  --cream: #f5ebdd;
  --ink: #2b211b;
  --amber: #b8753a;
  --amber-light: #d59a56;
  --line: rgba(213, 154, 86, .72);
  --border-light: rgba(245, 235, 221, .32);
  --border-dark: rgba(43, 33, 27, .28);
  --space-section: clamp(5rem, 10vw, 10rem);
  --content-standard: min(1160px, calc(100% - 2 * clamp(1.1rem, 5vw, 5rem)));
  --content-wide: min(1420px, calc(100% - 2 * clamp(1rem, 3vw, 3rem)));
  --content-narrow: min(680px, calc(100% - 2 * clamp(1.1rem, 5vw, 5rem)));
  --tmo-gallery-columns: 12;
  --tmo-gallery-gap: clamp(1rem, 2.5vw, 2.5rem);
  --tmo-gallery-ratio: 4 / 3;
  --tmo-gallery-item-radius: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cream);
  background: var(--night);
  font-family: Yrsa, Georgia, serif;
  font-size: 1rem;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: min(900px, 94vh);
  overflow: hidden;
  isolation: isolate;
  background: var(--night);
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center center;
  animation: recognize-place .7s ease-out both;
}

.hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(24, 16, 12, .78) 0%, rgba(24, 16, 12, .36) 46%, rgba(24, 16, 12, .12) 100%);
}

.hero__top,
.hero__content,
.hero__actions {
  position: relative;
  width: var(--content-wide);
  margin-inline: auto;
}

.hero__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: clamp(1.4rem, 3vw, 3rem);
}

.brand {
  display: block;
  width: clamp(105px, 11vw, 155px);
}

.brand img {
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
}

.context-nav {
  display: flex;
  gap: clamp(1rem, 2.8vw, 3rem);
  padding-top: .45rem;
  font-size: .9rem;
}

.context-nav a,
.text-link {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.context-nav a:hover,
.context-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  border-color: var(--amber-light);
}

.hero__content {
  padding-top: clamp(10rem, 27vh, 18rem);
  padding-left: clamp(0rem, 4vw, 5rem);
  max-width: 980px;
}

.hero__place,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--amber-light);
  font-size: .76rem;
  letter-spacing: .04em;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: URW Gothic, system-ui, sans-serif;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  font-weight: 600;
  line-height: .91;
  letter-spacing: -.035em;
}

.hero__intro {
  max-width: 390px;
  margin: 2rem 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding-block: 2rem 2.4rem;
  margin-top: clamp(4rem, 10vh, 8rem);
  border-top: 1px solid var(--border-light);
}

.button {
  position: relative;
  display: inline-block;
  min-height: 46px;
  padding: .7rem 1.1rem;
  border: 1px solid currentColor;
  font-size: .9rem;
  text-decoration: none;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease;
}

.button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--amber-light);
  transition: width .22s ease;
}

.button:hover::after,
.button:focus-visible::after {
  width: 100%;
}

.button--light {
  color: var(--cream);
}

.button--dark {
  color: var(--ink);
}

.button--dark:hover,
.button--dark:focus-visible {
  background: var(--amber);
}

.text-link--light {
  color: var(--cream);
}

.canal-line {
  height: 1px;
  background: var(--line);
  pointer-events: none;
}

.canal-line--hero {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
}

.band {
  position: relative;
  overflow: hidden;
  background: var(--night);
}

.section-frame {
  width: var(--content-standard);
  margin-inline: auto;
}

.locale {
  padding-block: var(--space-section);
}

.section-frame--split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1fr);
  gap: clamp(3rem, 10vw, 9rem);
  align-items: center;
}

.copy-block {
  max-width: 530px;
}

h2 {
  margin: 0;
  font-family: URW Gothic, system-ui, sans-serif;
  font-size: clamp(2.4rem, 5vw, 5.1rem);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.025em;
}

.copy-block p:not(.section-kicker) {
  max-width: 500px;
  margin: 1.7rem 0 0;
  color: rgba(245, 235, 221, .82);
  font-size: 1.05rem;
}

.tmo-contextual-media {
  position: relative;
  min-height: 300px;
  border-left: 1px solid var(--amber);
  overflow: hidden;
}

.tmo-contextual-media img,
.tmo-runtime-photo {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.canal-line--locale {
  position: absolute;
  right: -2%;
  bottom: 14%;
  width: 36%;
}

.drinks {
  padding-block: calc(var(--space-section) * .85) calc(var(--space-section) * 1.15);
  background: var(--paper);
  color: var(--ink);
}

.drinks__frame {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 9vw, 9rem);
}

.drinks__heading {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.drinks .section-kicker,
.evening .section-kicker,
.photo-sequence .section-kicker,
.location .section-kicker,
.contact .section-kicker {
  color: var(--amber);
}

.drink-list {
  border-top: 1px solid var(--border-dark);
}

.drink-row {
  display: grid;
  grid-template-columns: minmax(170px, .8fr) 1fr;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border-dark);
}

.drink-row--offset {
  margin-left: 8%;
}

.drink-row--offset-large {
  margin-left: 18%;
}

.drink-row h3,
.evening h3 {
  margin: 0;
  font-family: URW Gothic, system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
}

.drink-row p {
  max-width: 330px;
  margin: 0;
  color: rgba(43, 33, 27, .73);
}

.drink-row--image {
  grid-template-columns: 150px minmax(170px, .8fr) 1fr;
  align-items: center;
  margin-left: -8%;
  padding-block: 1.4rem;
}

.drink-row__image {
  width: 150px;
  height: 190px;
  overflow: hidden;
  border-radius: 48% 48% 0 0;
}

.drink-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.canal-line--drinks {
  position: absolute;
  bottom: 9%;
  left: 0;
  width: 27%;
}

.evening {
  padding-block: var(--space-section);
  background: var(--night-soft);
}

.evening__frame {
  position: relative;
}

.evening__intro {
  width: min(600px, 80%);
}

.evening__route {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: clamp(1.5rem, 6vw, 7rem);
  align-items: start;
  margin: 7rem 0 0 18%;
  padding-top: 1.6rem;
  border-top: 1px solid var(--amber);
}

.evening__route article:last-child {
  padding-top: 4rem;
}

.evening__route p {
  max-width: 280px;
  margin: 1rem 0 0;
  color: rgba(245, 235, 221, .73);
}

.route-mark {
  height: 160px;
  background: var(--amber);
}

.evening__crop {
  position: absolute;
  right: 3%;
  bottom: -10rem;
  width: 175px;
  height: 220px;
  overflow: hidden;
  border: 1px solid var(--amber);
  border-radius: 50% 50% 0 0;
  transform: rotate(7deg);
}

.evening__crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-sequence {
  padding: var(--space-section) 0 calc(var(--space-section) * .8);
  background: var(--paper);
  color: var(--ink);
}

.photo-sequence__heading {
  width: var(--content-wide);
  margin: 0 auto 4rem;
}

.photo-sequence__heading h2 {
  max-width: 620px;
}

.tmo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(var(--tmo-gallery-columns), 1fr);
  gap: var(--tmo-gallery-gap);
  width: var(--content-wide);
  margin-inline: auto;
  align-items: start;
}

.tmo-gallery-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border-dark);
  border-radius: var(--tmo-gallery-item-radius);
}

.tmo-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tmo-gallery-item--wide {
  grid-column: 1 / 8;
  height: clamp(280px, 37vw, 520px);
}

.tmo-gallery-item--close {
  grid-column: 9 / 12;
  height: 260px;
  margin-top: 6rem;
}

.tmo-gallery-item--detail {
  grid-column: 6 / 10;
  height: 310px;
  margin-top: -2rem;
}

.photo-sequence__pause {
  grid-column: 8 / 10;
  min-height: 150px;
}

.location {
  padding-block: var(--space-section) calc(var(--space-section) * .75);
  background: var(--paper);
  color: var(--ink);
}

.location__frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(300px, 1.2fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.location__copy address {
  margin: 2rem 0;
  font-style: normal;
  font-size: 1.1rem;
}

.location__map {
  border-top: 1px solid var(--border-dark);
  padding-top: 1rem;
}

.location__map iframe {
  display: block;
  width: 100%;
  min-height: 340px;
  border: 0;
  filter: sepia(.2) saturate(.75);
}

.map-fallback {
  display: inline-block;
  margin-top: .8rem;
  color: var(--ink);
  font-size: .88rem;
}

.location__context-photo {
  position: absolute;
  right: 12%;
  bottom: -8rem;
  width: 220px;
  min-height: 130px;
  border-left: 0;
  border-bottom: 1px solid var(--amber);
}

.location__context-photo img,
.location__context-photo .tmo-runtime-photo {
  min-height: 130px;
}

.canal-line--location {
  width: 32%;
  margin-top: 8rem;
}

.contact {
  padding: var(--space-section) 0 7rem;
  background: var(--night);
}

.contact__inner {
  width: var(--content-standard);
  margin-inline: auto;
}

.contact h2 {
  max-width: 800px;
  font-size: clamp(3.8rem, 9vw, 9rem);
}

.contact__details {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  margin-top: 4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border-light);
}

.contact__details a {
  text-decoration: none;
}

.contact__details a:hover,
.contact__details a:focus-visible {
  color: var(--amber-light);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  padding: 1rem var(--content-standard);
  color: rgba(245, 235, 221, .62);
  background: var(--night);
  border-top: 1px solid var(--border-light);
  font-size: .8rem;
}

:focus-visible {
  outline: 2px solid var(--amber-light);
  outline-offset: 4px;
}

@keyframes recognize-place {
  from { transform: scale(1.05); object-position: 38% center; }
  to { transform: scale(1); object-position: center center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 760px) {
  :root {
    --content-standard: calc(100% - 2rem);
    --content-wide: calc(100% - 2rem);
  }

  .hero {
    min-height: 780px;
  }

  .hero__top {
    display: block;
  }

  .context-nav {
    gap: 1rem;
    margin-top: 1.5rem;
    overflow-x: auto;
    padding-bottom: .5rem;
    white-space: nowrap;
    font-size: .8rem;
  }

  .hero__content {
    padding-top: 12rem;
    padding-left: 0;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 5rem;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .section-frame--split,
  .drinks__frame,
  .location__frame {
    display: block;
  }

  .copy-block {
    margin-bottom: 2.5rem;
  }

  .tmo-contextual-media {
    min-height: 360px;
  }

  .canal-line--locale {
    bottom: 5%;
    width: 50%;
  }

  .drinks__heading {
    position: static;
    margin-bottom: 3rem;
  }

  .drink-row,
  .drink-row--image {
    display: grid;
    grid-template-columns: 1fr;
    gap: .7rem;
    margin-left: 0;
  }

  .drink-row--image {
    grid-template-columns: 105px 1fr;
    align-items: center;
  }

  .drink-row--image .drink-row__image {
    grid-row: span 2;
    width: 105px;
    height: 150px;
  }

  .drink-row--offset,
  .drink-row--offset-large {
    margin-left: 0;
  }

  .evening__intro {
    width: 100%;
  }

  .evening__route {
    display: block;
    margin: 5rem 0 0;
    padding-top: 0;
    border-top: 0;
  }

  .evening__route article {
    padding: 1.4rem 0 !important;
    border-top: 1px solid var(--amber);
  }

  .route-mark {
    display: none;
  }

  .evening__crop {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 240px;
    margin: 1rem 0;
    transform: none;
    border-radius: 0;
  }

  .photo-sequence__heading {
    margin-bottom: 2.5rem;
  }

  .tmo-gallery-grid {
    display: block;
  }

  .tmo-gallery-item,
  .tmo-gallery-item--wide,
  .tmo-gallery-item--close,
  .tmo-gallery-item--detail {
    height: 300px;
    margin: 0 0 1rem;
  }

  .photo-sequence__pause {
    display: none;
  }

  .location__copy {
    margin-bottom: 3rem;
  }

  .location__map iframe {
    min-height: 280px;
  }

  .location__context-photo {
    position: static;
    width: 100%;
    min-height: 190px;
    margin-top: 2rem;
  }

  .location__context-photo img,
  .location__context-photo .tmo-runtime-photo {
    min-height: 190px;
  }

  .canal-line--location {
    width: 55%;
    margin-top: 4rem;
  }

  .contact__details {
    display: grid;
    gap: 1.2rem;
    margin-top: 3rem;
  }

  .site-footer {
    padding-inline: 1rem;
  }
}

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

  .hero__content {
    padding-top: 10rem;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.5rem;
  }
}