:root {
  color-scheme: light;
  --paper: #eef6f1;
  --paper-warm: #f7f5ed;
  --ink: #14966f;
  --ink-dark: #0c6e54;
  --faint: rgba(20, 150, 111, 0.16);
  --magenta: #bd0056;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.92), transparent 42%),
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.58), transparent 32%),
    linear-gradient(135deg, rgba(20, 150, 111, 0.045), transparent 38%),
    var(--paper);
  color: var(--ink-dark);
  font-family: KufiStandardGK, "Diwan Kufi", "Al Nile", "Avenir Next Condensed", "DIN Condensed", Optima, sans-serif;
}

body::before {
  background-image:
    repeating-linear-gradient(0deg, rgba(12, 110, 84, 0.035) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(12, 110, 84, 0.025) 0 1px, transparent 1px 7px);
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.35;
  pointer-events: none;
  position: fixed;
}

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

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

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--paper-warm);
  border: 2px solid var(--ink-dark);
  color: var(--ink-dark);
  font-size: 0.78rem;
  font-weight: 900;
  left: 18px;
  letter-spacing: 0.12em;
  padding: 12px 16px;
  position: fixed;
  text-transform: uppercase;
  top: 18px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
  z-index: 20;
}

.skip-link:focus-visible {
  outline: 3px solid var(--magenta);
  outline-offset: 3px;
  transform: translateY(0);
}

.landing {
  min-height: 100vh;
}

.hero {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 100vh;
  padding: clamp(22px, 4vw, 48px);
  position: relative;
}

.topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.topline img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(65%) saturate(757%) hue-rotate(116deg) brightness(89%) contrast(89%);
  height: auto;
  width: clamp(74px, 9vw, 124px);
}

.topline span {
  font-size: 0.75rem;
  font-weight: 800;
}

.rendering {
  align-self: center;
  display: grid;
  justify-items: center;
  margin: 0;
  padding: clamp(8px, 2vw, 24px) 0;
}

.facade-frame {
  display: inline-grid;
  position: relative;
}

.facade-frame img {
  display: block;
  mask-image: linear-gradient(
      90deg,
      transparent 0%,
      black 4%,
      black 96%,
      transparent 100%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      black 7%,
      black 90%,
      transparent 100%
    );
  mask-composite: intersect;
  max-height: min(68vh, 760px);
  max-width: min(100%, 1160px);
  mix-blend-mode: multiply;
  object-fit: contain;
  opacity: 0.92;
  width: auto;
}

.door-link {
  background: transparent;
  color: var(--ink-dark);
  display: grid;
  height: 34%;
  left: 43%;
  perspective: 360px;
  position: absolute;
  top: 44%;
  width: 14%;
  z-index: 1;
}

.door-link::before {
  background:
    linear-gradient(90deg, rgba(12, 110, 84, 0.2), rgba(12, 110, 84, 0.04) 42%, rgba(12, 110, 84, 0.13)),
    repeating-linear-gradient(0deg, rgba(20, 150, 111, 0.12) 0 1px, transparent 1px 6px);
  box-shadow: inset 0 0 0 1px rgba(20, 150, 111, 0.2);
  content: "";
  inset: 16% 28% 10% 24%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
}

.door-link span {
  background:
    linear-gradient(90deg, rgba(238, 246, 241, 0.38), rgba(247, 245, 237, 0.08)),
    repeating-linear-gradient(90deg, rgba(20, 150, 111, 0.18) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(0deg, rgba(20, 150, 111, 0.1) 0 1px, transparent 1px 13px);
  border: 1px solid rgba(20, 150, 111, 0.34);
  box-shadow:
    inset 0 0 0 4px rgba(238, 246, 241, 0.2),
    -10px 12px 18px rgba(12, 110, 84, 0);
  inset: 16% 28% 10% 24%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: rotateY(0deg);
  transform-origin: right center;
  transform-style: preserve-3d;
  transition:
    box-shadow 420ms ease,
    opacity 160ms ease,
    transform 520ms cubic-bezier(0.17, 0.82, 0.2, 1);
  will-change: transform, opacity;
}

.door-link span::before {
  background: rgba(20, 150, 111, 0.4);
  content: "";
  inset: 10% 8% 10% auto;
  position: absolute;
  width: 1px;
}

.door-link span::after {
  background: rgba(20, 150, 111, 0.5);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 16%;
  position: absolute;
  top: 48%;
  width: 5px;
}

.door-link:hover,
.door-link:focus-visible {
  outline: 2px solid var(--magenta);
  outline-offset: 6px;
}

.door-link:hover::before,
.door-link:focus-visible::before {
  opacity: 0.9;
}

.door-link:hover span,
.door-link:focus-visible span {
  opacity: 1;
  transform: rotateY(76deg) translateX(-4%) skewY(1deg);
  box-shadow:
    inset 0 0 0 4px rgba(238, 246, 241, 0.26),
    -18px 14px 24px rgba(12, 110, 84, 0.18);
}

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

  .door-link::before,
  .door-link span {
    transition: opacity 180ms ease;
  }

  .door-link:hover span,
  .door-link:focus-visible span {
    transform: none;
  }
}

.actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.button {
  align-items: center;
  background: rgba(247, 245, 237, 0.72);
  border: 1px solid rgba(20, 150, 111, 0.52);
  color: var(--ink-dark);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.18em;
  min-height: 54px;
  min-width: 220px;
  padding: 0 26px;
  text-transform: uppercase;
}

.primary-button {
  background: var(--ink-dark);
  border-color: var(--ink-dark);
  color: var(--paper-warm);
}

.button::after {
  background: currentColor;
  content: "";
  height: 7px;
  margin-left: 14px;
  transform: rotate(45deg);
  width: 7px;
}

.button:hover,
.button:focus-visible {
  border-color: var(--magenta);
  color: var(--magenta);
  outline: 2px solid var(--magenta);
  outline-offset: 4px;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--magenta);
  border-color: var(--magenta);
  color: var(--paper-warm);
}

.address-link {
  color: var(--ink-dark);
  display: block;
  flex: 0 0 100%;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.6;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.address-link:hover,
.address-link:focus-visible {
  color: var(--magenta);
  outline: 2px solid var(--magenta);
  outline-offset: 4px;
}

.menu-section {
  padding: clamp(70px, 10vw, 132px) clamp(22px, 5vw, 70px) clamp(80px, 12vw, 150px);
  position: relative;
}

.menu-section::before {
  border-top: 1px solid rgba(20, 150, 111, 0.28);
  content: "";
  left: clamp(22px, 5vw, 70px);
  position: absolute;
  right: clamp(22px, 5vw, 70px);
  top: 0;
}

.menu-heading {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto clamp(34px, 5vw, 62px);
  max-width: 1180px;
}

.menu-heading p,
.menu-jump a {
  color: var(--ink-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  margin: 0;
  text-transform: uppercase;
}

.menu-jump {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.menu-jump a {
  border-bottom: 1px solid rgba(20, 150, 111, 0.42);
  padding-bottom: 7px;
  transition: border-color 180ms ease, color 180ms ease;
}

.menu-jump a:hover,
.menu-jump a:focus-visible {
  border-color: var(--magenta);
  color: var(--magenta);
  outline: 2px solid var(--magenta);
  outline-offset: 5px;
}

.menu-heading h1,
.menu-heading h2 {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 400;
  line-height: 0.78;
  margin: 0;
}

.menu-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.menu-card {
  background:
    linear-gradient(rgba(247, 245, 237, 0.56), rgba(247, 245, 237, 0.56)),
    repeating-linear-gradient(135deg, rgba(20, 150, 111, 0.08) 0 1px, transparent 1px 7px);
  border: 1px solid rgba(20, 150, 111, 0.26);
  min-height: 360px;
  padding: 26px;
  position: relative;
}

.menu-card[id] {
  scroll-margin-top: clamp(22px, 5vw, 70px);
}

.menu-card h2 {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 22px;
}

.menu-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list li {
  border-top: 1px solid rgba(20, 150, 111, 0.18);
  display: grid;
  gap: 5px;
  padding-top: 12px;
  position: relative;
}

.menu-list span,
.menu-list strong {
  color: var(--ink-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-list em,
.menu-list small,
.note-card p {
  color: rgba(12, 110, 84, 0.92);
  font-family: Georgia, serif;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.45;
}

.menu-list small {
  border-left: 1px solid rgba(20, 150, 111, 0.28);
  color: rgba(12, 110, 84, 0.92);
  display: block;
  font-size: 0.88rem;
  margin-top: 6px;
  padding-left: 10px;
}

.menu-list strong {
  position: absolute;
  right: 0;
  top: 12px;
}

.menu-list li span,
.menu-list li em,
.menu-list li small {
  padding-right: 52px;
}

.note-card {
  align-content: start;
}

.note-card p {
  margin: 0 0 28px;
}

.text-link {
  border-bottom: 1px solid currentColor;
  color: var(--magenta);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.menu-advisory {
  border-top: 1px solid rgba(20, 150, 111, 0.24);
  display: grid;
  gap: 8px;
  margin: clamp(28px, 5vw, 58px) auto 0;
  max-width: 1180px;
  padding-top: 22px;
}

.menu-advisory p {
  color: rgba(12, 110, 84, 0.92);
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.45;
  margin: 0;
}

.site-footer {
  border-top: 1px solid rgba(20, 150, 111, 0.2);
  margin: 0 clamp(22px, 5vw, 70px);
  padding: 28px 0 34px;
  text-align: center;
}

.site-footer p {
  color: rgba(12, 110, 84, 0.92);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.6;
  margin: 0;
  text-transform: uppercase;
}

.cocktail-page .landing {
  overflow: hidden;
}

.cocktail-hero {
  display: grid;
  gap: clamp(58px, 8vw, 110px);
  min-height: 58vh;
  padding: clamp(22px, 4vw, 48px) clamp(22px, 5vw, 70px) clamp(48px, 7vw, 86px);
}

.cocktail-intro {
  align-self: end;
  display: grid;
  gap: 20px;
  justify-items: center;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}

.cocktail-intro p {
  color: var(--ink-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.34em;
  margin: 0;
  text-transform: uppercase;
}

.cocktail-intro h1 {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(4.8rem, 15vw, 13rem);
  font-weight: 400;
  line-height: 0.78;
  margin: 0;
}

.cocktail-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}

.cocktail-nav a {
  border-bottom: 1px solid rgba(20, 150, 111, 0.45);
  color: var(--ink-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  padding-bottom: 7px;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease;
}

.cocktail-nav a:hover,
.cocktail-nav a:focus-visible {
  border-color: var(--magenta);
  color: var(--magenta);
  outline: 2px solid var(--magenta);
  outline-offset: 5px;
}

.cocktail-gallery {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 clamp(22px, 5vw, 70px) clamp(72px, 10vw, 126px);
}

.cocktail-card {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(rgba(247, 245, 237, 0.44), rgba(247, 245, 237, 0.44)),
    repeating-linear-gradient(135deg, rgba(20, 150, 111, 0.06) 0 1px, transparent 1px 7px);
  border: 1px solid rgba(20, 150, 111, 0.24);
  cursor: default;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.cocktail-card img {
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  opacity: 0.9;
  transform: scale(1.01);
  transition: opacity 280ms ease, transform 520ms cubic-bezier(0.2, 0.72, 0.22, 1);
  width: 100%;
}

.cocktail-detail {
  align-content: end;
  background:
    linear-gradient(0deg, rgba(238, 246, 241, 0.98), rgba(238, 246, 241, 0.72) 62%, rgba(238, 246, 241, 0.14)),
    repeating-linear-gradient(90deg, rgba(20, 150, 111, 0.04) 0 1px, transparent 1px 7px);
  display: grid;
  gap: 8px;
  inset: 0;
  opacity: 0;
  padding: clamp(18px, 2vw, 28px);
  position: absolute;
  transform: translateY(16px);
  transition: opacity 240ms ease, transform 360ms ease;
}

.cocktail-detail h2 {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
}

.cocktail-detail p {
  color: rgba(12, 110, 84, 0.92);
  font-family: Georgia, serif;
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-style: italic;
  line-height: 1.42;
  margin: 0;
}

.cocktail-detail strong {
  color: var(--ink-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cocktail-card:hover,
.cocktail-card:focus-visible {
  outline: 1px solid rgba(20, 150, 111, 0.58);
  outline-offset: -1px;
}

.cocktail-card:hover img,
.cocktail-card:focus-visible img {
  opacity: 0.58;
  transform: scale(1.07);
}

.cocktail-card:hover .cocktail-detail,
.cocktail-card:focus-visible .cocktail-detail {
  opacity: 1;
  transform: translateY(0);
}

.olive-page .landing {
  min-height: 100vh;
}

.olive-hero {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  min-height: 100vh;
  padding: clamp(22px, 4vw, 48px);
}

.olive-copy {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin: 0 auto;
  text-align: center;
}

.olive-copy p {
  color: var(--ink-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.34em;
  margin: 0;
  text-transform: uppercase;
}

.olive-copy h1 {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 11vw, 9rem);
  font-weight: 400;
  line-height: 0.82;
  margin: 0;
}

.olive-stage {
  align-self: center;
  display: grid;
  justify-items: center;
  margin: 0;
}

.olive-animation {
  display: block;
  height: auto;
  max-height: min(64vh, 760px);
  max-width: min(100%, 1180px);
  overflow: visible;
  width: 100%;
}

.olive-animation circle,
.olive-animation ellipse,
.olive-animation path {
  vector-effect: non-scaling-stroke;
}

.olive-draw {
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

.olive-ground-line {
  animation: olive-draw 900ms ease forwards;
}

.olive-shade {
  fill: rgba(20, 150, 111, 0.07);
  opacity: 0;
  animation: olive-soft-in 800ms ease 800ms forwards;
}

.olive-seed {
  fill: rgba(20, 150, 111, 0.16);
  stroke: var(--ink-dark);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  animation: olive-seed-drop 1400ms cubic-bezier(0.18, 0.82, 0.2, 1) 500ms forwards;
}

.root {
  stroke: rgba(12, 110, 84, 0.74);
  stroke-width: 1.7;
  animation: olive-draw 1700ms ease forwards;
}

.root-a {
  animation-delay: 1600ms;
}

.root-b {
  animation-delay: 1760ms;
}

.root-c {
  animation-delay: 1900ms;
}

.root-d {
  animation-delay: 2040ms;
}

.trunk,
.branch {
  stroke: var(--ink-dark);
  stroke-width: 3;
  animation: olive-draw 1800ms ease forwards;
}

.trunk-left {
  animation-delay: 2800ms;
}

.trunk-right {
  animation-delay: 3000ms;
}

.branch-a {
  animation-delay: 3800ms;
}

.branch-b {
  animation-delay: 3960ms;
}

.branch-c {
  animation-delay: 4120ms;
}

.branch-d {
  animation-delay: 4280ms;
}

.branch-e {
  animation-delay: 4440ms;
}

.leaf {
  fill: rgba(238, 246, 241, 0.62);
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  opacity: 0;
  transform: scale(0.82);
  transform-box: fill-box;
  transform-origin: center;
  animation: olive-leaf-in 720ms cubic-bezier(0.17, 0.84, 0.22, 1) forwards;
}

.leaf-a {
  animation-delay: 4800ms;
}

.leaf-b {
  animation-delay: 4940ms;
}

.leaf-c {
  animation-delay: 5080ms;
}

.leaf-d {
  animation-delay: 5220ms;
}

.leaf-e {
  animation-delay: 5360ms;
}

.leaf-f {
  animation-delay: 5500ms;
}

.leaf-g {
  animation-delay: 5640ms;
}

.leaf-h {
  animation-delay: 5780ms;
}

.leaf-i {
  animation-delay: 5920ms;
}

.leaf-j {
  animation-delay: 6060ms;
}

.olive-canopy-dots ellipse {
  fill: url("#olive-dot");
  opacity: 0;
  transform: scale(0.72);
  transform-box: fill-box;
  transform-origin: center;
  animation: olive-canopy-in 1200ms ease 5400ms forwards;
}

.olive-canopy-dots circle,
#olive-dot circle {
  fill: rgba(20, 150, 111, 0.24);
}

.facade {
  stroke: rgba(20, 150, 111, 0.82);
  stroke-width: 2;
  animation: olive-draw 1700ms ease forwards;
}

.facade-top {
  animation-delay: 6400ms;
}

.facade-cornice {
  animation-delay: 6640ms;
}

.facade-body {
  animation-delay: 6900ms;
}

.facade-sign {
  animation-delay: 7160ms;
}

.facade-left {
  animation-delay: 7400ms;
}

.facade-right {
  animation-delay: 7600ms;
}

.facade-door {
  animation-delay: 7840ms;
}

.facade-walls {
  animation-delay: 8060ms;
}

.facade-base {
  animation-delay: 8280ms;
}

.olive-sign,
.olive-note {
  fill: var(--ink-dark);
  font-family: KufiStandardGK, "Diwan Kufi", "Al Nile", "Avenir Next Condensed", "DIN Condensed", Optima, sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  opacity: 0;
  text-transform: uppercase;
}

.olive-sign {
  font-size: 42px;
  animation: olive-soft-in 700ms ease 8800ms forwards;
}

.olive-note {
  font-size: 19px;
  animation: olive-soft-in 900ms ease 9400ms forwards;
}

.olive-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  padding-bottom: 8px;
}

.olive-actions a {
  border-bottom: 1px solid rgba(20, 150, 111, 0.48);
  color: var(--ink-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.olive-actions a:hover,
.olive-actions a:focus-visible {
  border-color: var(--magenta);
  color: var(--magenta);
  outline: 2px solid var(--magenta);
  outline-offset: 5px;
}

.not-found-shell {
  display: grid;
  min-height: 100vh;
  padding: clamp(22px, 4vw, 48px);
}

.not-found-scene {
  align-self: center;
  display: grid;
  gap: clamp(20px, 4vw, 42px);
  justify-items: center;
  text-align: center;
}

.not-found-copy {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.not-found-copy p {
  color: var(--ink-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.34em;
  margin: 0;
  text-transform: uppercase;
}

.not-found-copy h1 {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(3.6rem, 10vw, 8.4rem);
  font-weight: 400;
  line-height: 0.88;
  margin: 0;
  max-width: 880px;
}

.sprout-animation {
  display: block;
  height: auto;
  max-height: min(52vh, 560px);
  max-width: min(100%, 760px);
  overflow: visible;
  width: 100%;
}

.sprout-draw {
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
}

.lost-number {
  fill: rgba(20, 150, 111, 0.07);
  font-family: Georgia, serif;
  font-size: 230px;
  font-weight: 400;
  opacity: 0;
  animation: sprout-soft-in 800ms ease 200ms forwards;
}

.sprout-ground {
  animation: sprout-draw 700ms ease 400ms forwards;
}

.sprout-seed {
  fill: rgba(20, 150, 111, 0.17);
  stroke: var(--ink-dark);
  stroke-width: 2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: sprout-seed-drop 1200ms cubic-bezier(0.18, 0.82, 0.2, 1) 700ms forwards;
}

.sprout-root {
  stroke: rgba(12, 110, 84, 0.72);
  stroke-width: 1.8;
  animation: sprout-draw 1200ms ease forwards;
}

.root-one {
  animation-delay: 1600ms;
}

.root-two {
  animation-delay: 1740ms;
}

.root-three {
  animation-delay: 1880ms;
}

.root-four {
  animation-delay: 2020ms;
}

.sprout-trunk,
.sprout-branch {
  stroke: var(--ink-dark);
  stroke-width: 3;
  animation: sprout-draw 1500ms ease forwards;
}

.sprout-trunk {
  animation-delay: 2500ms;
}

.left-branch {
  animation-delay: 3150ms;
}

.right-branch {
  animation-delay: 3320ms;
}

.sprout-leaf {
  fill: rgba(238, 246, 241, 0.66);
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  opacity: 0;
  transform: scale(0.78);
  transform-box: fill-box;
  transform-origin: center;
  animation: olive-leaf-in 680ms cubic-bezier(0.17, 0.84, 0.22, 1) forwards;
}

.leaf-one {
  animation-delay: 3600ms;
}

.leaf-two {
  animation-delay: 3740ms;
}

.leaf-three {
  animation-delay: 3880ms;
}

.leaf-four {
  animation-delay: 4020ms;
}

.leaf-five {
  animation-delay: 4160ms;
}

.sprout-dots {
  fill: url("#sprout-dot");
  opacity: 0;
  transform: scale(0.72);
  transform-box: fill-box;
  transform-origin: center;
  animation: olive-canopy-in 1000ms ease 3920ms forwards;
}

#sprout-dot circle {
  fill: rgba(20, 150, 111, 0.22);
}

.not-found-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}

.not-found-actions a {
  border-bottom: 1px solid rgba(20, 150, 111, 0.48);
  color: var(--ink-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.not-found-actions a:hover,
.not-found-actions a:focus-visible {
  border-color: var(--magenta);
  color: var(--magenta);
  outline: 2px solid var(--magenta);
  outline-offset: 5px;
}

@keyframes olive-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes olive-soft-in {
  to {
    opacity: 1;
  }
}

@keyframes olive-seed-drop {
  0% {
    opacity: 0;
    transform: translateY(-260px) rotate(-46deg) scale(0.72);
  }

  68% {
    opacity: 1;
    transform: translateY(8px) rotate(-16deg) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(-22deg) scale(1);
  }
}

@keyframes olive-leaf-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes olive-canopy-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes sprout-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes sprout-soft-in {
  to {
    opacity: 1;
  }
}

@keyframes sprout-seed-drop {
  0% {
    opacity: 0;
    transform: translateY(-160px) rotate(-44deg) scale(0.72);
  }

  70% {
    opacity: 1;
    transform: translateY(8px) rotate(-16deg) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(-24deg) scale(1);
  }
}

@media (max-width: 720px) {
  .hero {
    gap: 18px;
    grid-template-rows: auto auto auto;
    padding: 24px 18px;
  }

  .topline {
    letter-spacing: 0.24em;
  }

  .rendering img {
    max-height: 44vh;
  }

  .actions,
  .button {
    width: 100%;
  }

  .actions {
    gap: 10px;
  }

  .button {
    min-height: 48px;
  }

  .address-link {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
    max-width: 100%;
  }

  .menu-section {
    padding: 58px 18px 82px;
  }

  .menu-heading {
    align-items: start;
    display: grid;
    gap: 18px;
  }

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

  .menu-card {
    min-height: auto;
  }

  .cocktail-hero {
    min-height: auto;
    padding: 24px 18px 48px;
  }

  .cocktail-intro {
    justify-items: start;
    text-align: left;
  }

  .cocktail-intro h1 {
    font-size: clamp(4.1rem, 24vw, 7.6rem);
  }

  .cocktail-nav {
    justify-content: flex-start;
  }

  .cocktail-gallery {
    grid-template-columns: 1fr;
    padding: 0 18px 82px;
  }

  .cocktail-detail {
    inset: auto 0 0;
    opacity: 1;
    position: absolute;
    transform: none;
  }

  .olive-hero {
    gap: 20px;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    padding: 24px 18px;
  }

  .olive-copy {
    justify-items: start;
    text-align: left;
  }

  .olive-copy h1 {
    font-size: clamp(4rem, 22vw, 7rem);
  }

  .olive-animation {
    max-height: 58vh;
  }

  .olive-actions {
    justify-content: flex-start;
  }

  .not-found-shell {
    padding: 24px 18px;
  }

  .not-found-scene,
  .not-found-copy {
    justify-items: start;
    text-align: left;
  }

  .not-found-copy h1 {
    font-size: clamp(3.2rem, 18vw, 5.6rem);
  }

  .sprout-animation {
    max-height: 46vh;
  }

  .not-found-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 721px) and (max-width: 1040px) {
  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cocktail-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1041px) and (max-width: 1280px) {
  .cocktail-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (hover: none) {
  .cocktail-detail {
    inset: auto 0 0;
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .olive-seed,
  .olive-shade,
  .leaf,
  .olive-canopy-dots ellipse,
  .olive-sign,
  .olive-note {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .sprout-seed,
  .sprout-leaf,
  .sprout-dots,
  .lost-number {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .olive-draw,
  .sprout-draw {
    animation: none !important;
    stroke-dashoffset: 0;
  }
}
