@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-var.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --eo-ink: #2b1b1b;
  --eo-wine: #6e2532;
  --eo-wine-dark: #4c1722;
  --eo-olive: #536144;
  --eo-citrus: #e7b34e;
  --eo-cream: #fff9ef;
  --eo-sand: #f0e5d2;
  --eo-white: #ffffff;
  --eo-muted: #6e625a;
  --eo-line: rgba(43, 27, 27, 0.16);
  --eo-shadow: 0 24px 70px rgba(43, 27, 27, 0.16);
  --eo-display: "Fraunces", Georgia, serif;
  --eo-body: "Inter", system-ui, sans-serif;
}

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

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem;
}

body {
  min-width: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--eo-cream);
  color: var(--eo-ink);
  font-family: var(--eo-body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

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

h1,
h2,
h3 {
  font-family: var(--eo-display);
  font-weight: 540;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

h2 {
  font-size: clamp(2.5rem, 6vw, 5.8rem);
}

:focus-visible {
  outline: 3px solid var(--eo-citrus);
  outline-offset: 3px;
}

::selection {
  background: var(--eo-citrus);
  color: var(--eo-ink);
}

.eo-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eo-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--eo-cream);
  color: var(--eo-ink);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-180%);
}

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

.eo-preview-bar {
  position: relative;
  z-index: 50;
  min-height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem clamp(1rem, 3vw, 2.5rem);
  background: var(--eo-ink);
  color: rgba(255, 249, 239, 0.78);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.eo-preview-bar a,
.eo-preview-bar p {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.eo-preview-bar a {
  color: var(--eo-cream);
  text-decoration: none;
}

.eo-preview-bar svg {
  width: 0.9rem;
  height: 0.9rem;
}

.eo-preview-bar__dot,
.eo-status-dot {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #8ecf77;
  box-shadow: 0 0 0 0.2rem rgba(142, 207, 119, 0.13);
}

.eo-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.75rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--eo-line);
  background: color-mix(in srgb, var(--eo-cream) 92%, transparent);
  backdrop-filter: blur(18px);
}

.eo-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  flex: 0 0 auto;
  color: var(--eo-ink);
  text-decoration: none;
}

.eo-brand__mark {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--eo-display);
  font-size: 0.85rem;
  font-weight: 650;
}

.eo-brand__name {
  font-family: var(--eo-display);
  font-size: 1.18rem;
  font-weight: 570;
  letter-spacing: -0.03em;
}

.eo-brand__name em {
  color: var(--eo-wine);
  font-weight: 400;
}

.eo-navigation {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  font-size: 0.84rem;
  font-weight: 650;
}

.eo-navigation > a:not(.eo-button),
.eo-link-button {
  position: relative;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0;
  text-decoration: none;
}

.eo-navigation > a:not(.eo-button)::after,
.eo-link-button::after {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.eo-navigation > a:not(.eo-button):hover::after,
.eo-link-button:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.eo-menu-toggle {
  min-height: 2.75rem;
  display: none;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--eo-line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.eo-menu-toggle svg {
  width: 1.05rem;
}

.eo-button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--eo-wine);
  border-radius: 999px;
  background: var(--eo-wine);
  color: var(--eo-white);
  font-size: 0.85rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.eo-button:hover {
  background: var(--eo-wine-dark);
  box-shadow: 0 12px 28px rgba(76, 23, 34, 0.2);
  transform: translateY(-2px);
}

.eo-button:active {
  transform: translateY(0) scale(0.98);
}

.eo-button svg {
  width: 1.05rem;
  height: 1.05rem;
}

.eo-button--small {
  min-height: 2.8rem;
  padding: 0.65rem 1rem;
}

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

.eo-button--light:hover {
  background: var(--eo-white);
}

.eo-button--outline-light {
  border-color: rgba(255, 249, 239, 0.5);
  background: transparent;
  color: var(--eo-cream);
}

.eo-button--outline-light:hover {
  background: rgba(255, 249, 239, 0.12);
}

.eo-button--secondary {
  border-color: var(--eo-line);
  background: transparent;
  color: var(--eo-ink);
}

.eo-button--secondary:hover {
  background: var(--eo-sand);
  box-shadow: none;
}

.eo-button--wide {
  width: 100%;
}

.eo-cart-count {
  min-width: 1.3rem;
  height: 1.3rem;
  display: inline-grid;
  place-items: center;
  padding-inline: 0.25rem;
  border-radius: 999px;
  background: var(--eo-citrus);
  color: var(--eo-ink);
  font-size: 0.68rem;
  font-weight: 800;
}

.eo-hero {
  position: relative;
  min-height: min(52rem, calc(100svh - 7.25rem));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--eo-ink);
  color: var(--eo-cream);
}

.eo-hero__media,
.eo-hero__shade {
  position: absolute;
  inset: 0;
}

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

.eo-hero__shade {
  background: rgba(20, 12, 12, 0.48);
}

.eo-hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 90rem);
  margin-inline: auto;
  padding: clamp(5rem, 11vh, 9rem) 0 clamp(8rem, 14vh, 11rem);
}

.eo-eyebrow,
.eo-section-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eo-eyebrow {
  margin-bottom: 1.3rem;
  color: rgba(255, 249, 239, 0.76);
}

.eo-hero h1 {
  max-width: 11ch;
  color: var(--eo-cream);
  font-size: clamp(3.5rem, 9vw, 8.5rem);
  letter-spacing: -0.055em;
}

.eo-hero__lede {
  max-width: 39rem;
  margin-top: 1.5rem;
  color: rgba(255, 249, 239, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.eo-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.1rem;
}

.eo-hero__service {
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: 1.35rem;
  left: clamp(1rem, 4vw, 4rem);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 249, 239, 0.28);
  color: rgba(255, 249, 239, 0.78);
  font-size: 0.76rem;
}

.eo-hero__service > div {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--eo-cream);
  font-weight: 750;
}

.eo-intro,
.eo-menu-section,
.eo-service,
.eo-visit {
  width: min(100% - 2rem, 90rem);
  margin-inline: auto;
}

.eo-intro {
  padding-block: clamp(5rem, 10vw, 10rem);
}

.eo-section-label {
  margin-bottom: 1.25rem;
  color: var(--eo-wine);
}

.eo-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 0.65fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: end;
}

.eo-intro__grid h2 {
  max-width: 12ch;
}

.eo-intro__grid > div > p {
  color: var(--eo-muted);
  font-size: 1.05rem;
}

.eo-text-link {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.35rem;
  color: var(--eo-wine);
  font-size: 0.82rem;
  font-weight: 780;
  text-decoration: none;
}

.eo-text-link svg {
  width: 1rem;
  transition: transform 180ms ease;
}

.eo-text-link:hover svg {
  transform: translateX(0.25rem);
}

.eo-text-link--button {
  padding: 0;
}

.eo-menu-section {
  padding-block: clamp(4rem, 8vw, 8rem);
  border-top: 1px solid var(--eo-line);
}

.eo-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.eo-section-heading h2 {
  max-width: 12ch;
}

.eo-cart-button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--eo-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  font-weight: 750;
}

.eo-cart-button svg {
  width: 1rem;
}

.eo-menu-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-block: 3.5rem 2rem;
  padding-block: 1rem;
  border-top: 1px solid var(--eo-line);
  border-bottom: 1px solid var(--eo-line);
}

.eo-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.eo-category-list button {
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--eo-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.eo-category-list button:hover,
.eo-category-list button.is-active {
  border-color: var(--eo-ink);
  background: var(--eo-ink);
  color: var(--eo-cream);
}

.eo-search {
  min-width: min(18rem, 100%);
  min-height: 2.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--eo-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.eo-search svg {
  width: 1rem;
  flex: 0 0 auto;
  color: var(--eo-muted);
}

.eo-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.82rem;
}

.eo-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 6vw, 7rem);
}

.eo-menu-item {
  min-height: 10.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding-block: 1.7rem;
  border-bottom: 1px solid var(--eo-line);
}

.eo-menu-item h3 {
  font-family: var(--eo-display);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.eo-menu-item__description {
  max-width: 34rem;
  margin-top: 0.5rem;
  color: var(--eo-muted);
  font-size: 0.86rem;
}

.eo-menu-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.eo-menu-item__tags span {
  color: var(--eo-olive);
  font-size: 0.63rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eo-menu-item__action {
  display: grid;
  justify-items: end;
  gap: 1.2rem;
}

.eo-menu-item__price {
  font-size: 0.85rem;
  font-weight: 750;
}

.eo-add-button {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--eo-line);
  border-radius: 50%;
  background: var(--eo-white);
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.eo-add-button svg {
  width: 1.1rem;
}

.eo-add-button:hover {
  background: var(--eo-wine);
  color: var(--eo-white);
  transform: rotate(90deg);
}

.eo-menu-empty {
  grid-column: 1 / -1;
  padding: 4rem 1rem;
  color: var(--eo-muted);
  text-align: center;
}

.eo-menu-note {
  margin-top: 1.5rem;
  color: var(--eo-muted);
  font-size: 0.72rem;
}

.eo-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  min-height: 45rem;
  margin-top: clamp(2rem, 5vw, 5rem);
  background: var(--eo-ink);
  color: var(--eo-cream);
}

.eo-story__media {
  min-height: 32rem;
}

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

.eo-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.2rem, 6vw, 6rem);
}

.eo-story__copy .eo-section-label {
  color: var(--eo-citrus);
}

.eo-story__copy h2 {
  color: var(--eo-cream);
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.eo-story__copy > p {
  margin-top: 1.5rem;
  color: rgba(255, 249, 239, 0.72);
}

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

.eo-story__copy small {
  margin-top: 2.5rem;
  color: rgba(255, 249, 239, 0.5);
  font-size: 0.62rem;
}

.eo-service {
  padding-block: clamp(6rem, 10vw, 10rem);
}

.eo-service__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4rem;
  border-top: 1px solid var(--eo-line);
  border-bottom: 1px solid var(--eo-line);
}

.eo-service__grid article {
  min-height: 23rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem clamp(1.5rem, 4vw, 3.5rem) 2.5rem 0;
  border-right: 1px solid var(--eo-line);
}

.eo-service__grid article + article {
  padding-left: clamp(1.5rem, 4vw, 3.5rem);
}

.eo-service__grid article:last-child {
  border-right: 0;
}

.eo-service__grid article > svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: auto;
  color: var(--eo-wine);
}

.eo-service__grid article > p:first-of-type {
  margin-bottom: 0.5rem;
  color: var(--eo-wine);
  font-size: 0.7rem;
  font-weight: 800;
}

.eo-service__grid h3 {
  font-size: 2rem;
}

.eo-service__grid h3 + p {
  margin-top: 0.8rem;
  color: var(--eo-muted);
  font-size: 0.86rem;
}

.eo-service__grid .eo-text-link {
  margin-top: 1.4rem;
}

.eo-visit {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 9vw, 10rem);
  padding-block: clamp(5rem, 10vw, 9rem);
  border-top: 1px solid var(--eo-line);
}

.eo-visit h2 {
  max-width: 9ch;
}

.eo-visit__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-content: end;
}

.eo-visit__details h3 {
  margin-bottom: 0.85rem;
  font-family: var(--eo-body);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eo-visit__details p,
.eo-visit__details dl {
  color: var(--eo-muted);
  font-size: 0.82rem;
}

.eo-visit__details dl > div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.eo-visit__details dd {
  text-align: right;
}

.eo-visit__details a {
  color: var(--eo-wine);
}

.eo-visit__details .eo-demo-label {
  margin-top: 0.6rem;
  color: color-mix(in srgb, var(--eo-muted) 68%, transparent);
  font-size: 0.62rem;
}

.eo-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
  background: var(--eo-wine-dark);
  color: var(--eo-cream);
}

.eo-brand--footer {
  color: var(--eo-cream);
}

.eo-footer > div:first-child > p {
  margin-top: 1rem;
  color: rgba(255, 249, 239, 0.66);
}

.eo-footer > div:last-child {
  color: rgba(255, 249, 239, 0.62);
  font-size: 0.75rem;
  text-align: right;
}

.eo-footer a {
  color: var(--eo-cream);
}

.eo-footer__label {
  color: var(--eo-cream);
  font-weight: 700;
}

.eo-mobile-actions {
  display: none;
}

.eo-dialog {
  position: fixed;
  inset: 0;
  width: min(calc(100% - 2rem), 44rem);
  max-height: min(90svh, 52rem);
  margin: auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0;
  border: 1px solid var(--eo-line);
  border-radius: 1.5rem;
  background: var(--eo-cream);
  color: var(--eo-ink);
  box-shadow: var(--eo-shadow);
}

.eo-dialog--cart {
  width: min(calc(100% - 2rem), 38rem);
  margin: auto;
}

.eo-dialog::backdrop {
  background: rgba(25, 15, 15, 0.68);
  backdrop-filter: blur(5px);
}

.eo-dialog__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--eo-line);
  background: color-mix(in srgb, var(--eo-cream) 94%, transparent);
  backdrop-filter: blur(16px);
}

.eo-dialog__header .eo-section-label {
  margin-bottom: 0.4rem;
}

.eo-dialog__header h2 {
  font-size: 2.3rem;
}

.eo-dialog__close {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--eo-line);
  border-radius: 50%;
}

.eo-dialog__close:hover {
  background: var(--eo-sand);
}

.eo-dialog__close svg {
  width: 1.1rem;
}

.eo-form,
.eo-cart-form,
.eo-cart-empty {
  padding: 1.5rem;
}

.eo-form {
  display: grid;
  gap: 1.25rem;
}

.eo-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.eo-form label,
.eo-cart-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.75rem;
  font-weight: 750;
}

.eo-form label > span,
.eo-cart-form label > span,
.eo-form legend {
  padding-left: 0.1rem;
}

.eo-form small {
  color: var(--eo-muted);
  font-weight: 500;
}

.eo-form input,
.eo-form select,
.eo-form textarea,
.eo-cart-form input,
.eo-cart-form select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--eo-line);
  border-radius: 0.8rem;
  background: var(--eo-white);
  outline: none;
}

.eo-form textarea {
  min-height: 6rem;
  resize: vertical;
}

.eo-form input:focus,
.eo-form select:focus,
.eo-form textarea:focus,
.eo-cart-form input:focus,
.eo-cart-form select:focus {
  border-color: var(--eo-wine);
  box-shadow: 0 0 0 3px rgba(110, 37, 50, 0.12);
}

.eo-form fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

.eo-form legend {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 750;
}

.eo-time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.eo-time-grid label {
  position: relative;
}

.eo-time-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.eo-time-grid span {
  min-height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--eo-line);
  border-radius: 0.8rem;
  background: var(--eo-white);
  font-size: 0.78rem;
}

.eo-time-grid input:checked + span {
  border-color: var(--eo-ink);
  background: var(--eo-ink);
  color: var(--eo-cream);
}

.eo-time-grid input:focus-visible + span {
  outline: 3px solid var(--eo-citrus);
  outline-offset: 2px;
}

.eo-form__note {
  color: var(--eo-muted);
  font-size: 0.7rem;
}

.eo-cart-list {
  display: grid;
}

.eo-cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--eo-line);
}

.eo-cart-line h3 {
  font-family: var(--eo-body);
  font-size: 0.86rem;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.eo-cart-line p {
  margin-top: 0.2rem;
  color: var(--eo-muted);
  font-size: 0.7rem;
}

.eo-cart-line__end {
  display: grid;
  justify-items: end;
  gap: 0.55rem;
}

.eo-quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--eo-line);
  border-radius: 999px;
  background: var(--eo-white);
}

.eo-quantity button {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
}

.eo-quantity span {
  min-width: 1.7rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 750;
}

.eo-cart-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.eo-tip-options {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.eo-tip-options label {
  position: relative;
  flex: 1;
}

.eo-tip-options input {
  position: absolute;
  opacity: 0;
}

.eo-tip-options span {
  min-height: 2.8rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--eo-line);
  border-radius: 999px;
  background: var(--eo-white);
  font-size: 0.74rem;
}

.eo-tip-options input:checked + span {
  border-color: var(--eo-wine);
  background: var(--eo-wine);
  color: var(--eo-white);
}

.eo-cart-totals {
  display: grid;
  gap: 0.45rem;
  margin-block: 1.35rem;
  padding-block: 1rem;
  border-top: 1px solid var(--eo-line);
  border-bottom: 1px solid var(--eo-line);
  font-size: 0.75rem;
}

.eo-cart-totals div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.eo-cart-totals div:last-child {
  margin-top: 0.3rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.eo-cart-customer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.eo-cart-demo-note {
  margin-block: 1rem;
  padding: 0.8rem;
  border-left: 3px solid var(--eo-citrus);
  background: rgba(231, 179, 78, 0.12);
  color: var(--eo-muted);
  font-size: 0.68rem;
}

.eo-cart-empty {
  min-height: 24rem;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}

.eo-cart-empty svg {
  width: 2rem;
  margin-bottom: 1rem;
  color: var(--eo-wine);
}

.eo-cart-empty h3 {
  font-size: 1.8rem;
}

.eo-cart-empty p {
  max-width: 26rem;
  margin-top: 0.6rem;
  color: var(--eo-muted);
  font-size: 0.8rem;
}

.eo-cart-empty .eo-button {
  margin-top: 1.3rem;
}

.eo-dialog--confirmation {
  width: min(calc(100% - 2rem), 35rem);
}

.eo-confirmation {
  display: grid;
  justify-items: center;
  padding: clamp(2rem, 7vw, 4rem);
  text-align: center;
}

.eo-confirmation__icon {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  background: var(--eo-olive);
  color: var(--eo-white);
}

.eo-confirmation__icon svg {
  width: 1.7rem;
}

.eo-confirmation h2 {
  font-size: clamp(2.3rem, 8vw, 3.8rem);
}

.eo-confirmation > p:not(.eo-section-label) {
  max-width: 27rem;
  margin-top: 1rem;
  color: var(--eo-muted);
}

.eo-confirmation__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.8rem;
}

.eo-toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  max-width: min(calc(100% - 2rem), 25rem);
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--eo-ink);
  color: var(--eo-cream);
  box-shadow: var(--eo-shadow);
  font-size: 0.75rem;
  font-weight: 650;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.eo-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .eo-menu-toggle {
    display: inline-flex;
  }

  .eo-navigation {
    position: fixed;
    top: calc(2.25rem + 4.95rem);
    right: 0;
    left: 0;
    min-height: calc(100svh - 7.2rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
    background: var(--eo-cream);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .eo-navigation.is-open {
    display: flex;
  }

  .eo-navigation > a:not(.eo-button),
  .eo-link-button {
    min-height: 4rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--eo-line);
    font-family: var(--eo-display);
    font-size: 1.7rem;
    font-weight: 520;
    text-align: left;
  }

  .eo-navigation .eo-button {
    margin-top: auto;
  }

  .eo-intro__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .eo-intro__grid > div {
    max-width: 40rem;
  }

  .eo-story {
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }

  .eo-story__media,
  .eo-story__copy {
    min-width: 0;
  }

  .eo-story__copy a {
    overflow-wrap: anywhere;
  }

  .eo-service__grid article {
    min-height: 20rem;
  }

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

@media (max-width: 820px) {
  .eo-service__grid {
    grid-template-columns: 1fr;
  }

  .eo-service__grid article,
  .eo-service__grid article + article {
    min-height: 16rem;
    padding: 1.75rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--eo-line);
  }

  .eo-service__grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 6.5rem;
  }

  body {
    padding-bottom: calc(4.7rem + env(safe-area-inset-bottom));
  }

  .eo-preview-bar {
    justify-content: center;
    min-height: 2rem;
  }

  .eo-preview-bar p,
  .eo-preview-bar > a:last-child {
    display: none;
  }

  .eo-header {
    min-height: 4.55rem;
  }

  .eo-brand__mark {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.72rem;
  }

  .eo-brand__name {
    font-size: 1rem;
  }

  .eo-navigation {
    top: calc(2rem + 4.5rem);
    min-height: calc(100svh - 6.5rem);
  }

  .eo-hero {
    min-height: calc(100svh - 6.5rem);
  }

  .eo-hero__media img {
    object-position: 58% center;
  }

  .eo-hero__shade {
    background: rgba(20, 12, 12, 0.56);
  }

  .eo-hero__content {
    padding-block: 12rem 8.5rem;
  }

  .eo-hero h1 {
    max-width: 9ch;
    font-size: clamp(3.4rem, 17vw, 5.8rem);
  }

  .eo-button-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .eo-button-row .eo-button {
    padding-inline: 0.85rem;
  }

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

  .eo-hero__service > div {
    grid-column: 1 / -1;
  }

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

  .eo-section-heading {
    align-items: start;
  }

  .eo-section-heading .eo-cart-button {
    flex: 0 0 auto;
  }

  .eo-cart-button span:not(.eo-cart-count) {
    display: none;
  }

  .eo-menu-tools {
    align-items: stretch;
    flex-direction: column;
    margin-top: 2.5rem;
  }

  .eo-category-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: none;
  }

  .eo-category-list::-webkit-scrollbar {
    display: none;
  }

  .eo-category-list button {
    flex: 0 0 auto;
  }

  .eo-search {
    width: 100%;
  }

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

  .eo-menu-item {
    min-height: 9.5rem;
  }

  .eo-story {
    margin-top: 1rem;
  }

  .eo-story__media {
    min-height: 27rem;
  }

  .eo-service__grid {
    grid-template-columns: 1fr;
  }

  .eo-service__grid article,
  .eo-service__grid article + article {
    min-height: 18rem;
    padding: 1.75rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--eo-line);
  }

  .eo-service__grid article:last-child {
    border-bottom: 0;
  }

  .eo-visit__details {
    grid-template-columns: 1fr;
  }

  .eo-footer {
    align-items: start;
    flex-direction: column;
  }

  .eo-footer > div:last-child {
    text-align: left;
  }

  .eo-mobile-actions {
    position: fixed;
    right: 0.75rem;
    bottom: calc(0.65rem + env(safe-area-inset-bottom));
    left: 0.75rem;
    z-index: 38;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.45rem;
    border: 1px solid rgba(255, 249, 239, 0.12);
    border-radius: 1rem;
    background: rgba(43, 27, 27, 0.94);
    box-shadow: 0 12px 35px rgba(43, 27, 27, 0.28);
    backdrop-filter: blur(18px);
  }

  .eo-mobile-actions button {
    min-height: 3.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 0.7rem;
    color: var(--eo-cream);
    font-size: 0.78rem;
    font-weight: 750;
  }

  .eo-mobile-actions button:last-child {
    background: var(--eo-wine);
  }

  .eo-mobile-actions svg {
    width: 1.05rem;
  }

  .eo-dialog {
    width: min(calc(100% - 1.5rem), 44rem);
    max-width: none;
    max-height: calc(100svh - 1.5rem);
    margin: auto;
    border-radius: 1.25rem;
  }

  .eo-dialog--cart {
    width: min(calc(100% - 1.5rem), 38rem);
    margin: auto;
  }

  .eo-form__grid,
  .eo-cart-options,
  .eo-cart-customer {
    grid-template-columns: 1fr;
  }

  .eo-toast {
    right: 0.75rem;
    bottom: 5.25rem;
    left: 0.75rem;
    max-width: none;
    border-radius: 0.8rem;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .eo-preview-bar,
  .eo-header {
    padding-inline: 0.75rem;
  }

  .eo-header {
    gap: 0.75rem;
  }

  .eo-menu-toggle {
    padding-inline: 0.7rem;
  }

  .eo-hero__content {
    width: calc(100% - 1.5rem);
  }

  .eo-button-row {
    grid-template-columns: 1fr;
  }

  .eo-section-heading {
    gap: 1rem;
  }

  .eo-menu-item {
    gap: 0.75rem;
  }

  .eo-dialog__header {
    gap: 0.75rem;
    padding: 1rem;
  }

  .eo-dialog__header h2 {
    font-size: 1.9rem;
  }

  .eo-form,
  .eo-cart-form,
  .eo-cart-empty {
    padding: 1rem;
  }

  .eo-confirmation__actions {
    width: 100%;
    display: grid;
  }

  .eo-confirmation__actions .eo-button {
    width: 100%;
  }
}

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