@font-face {
  font-family: "Elixir Print Brush";
  src: url("assets/fonts/elixir/ElixirPrintBrush.woff2") format("woff2"),
       url("assets/fonts/elixir/ElixirPrintBrush.woff") format("woff"),
       url("assets/fonts/elixir/ElixirPrintBrush.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --olive: #636853;
  --olive-deep: #3c4334;
  --frame: #8d946e;
  --gold: #d7d3a4;
  --ink: #2c2c2c;
  --paper: #f4f1ea;
  --nav-height: 52px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font-family: Roboto, "Segoe UI", sans-serif;
  background-color: var(--paper);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("assets/hartie-deschisa.jpg?v=3");
  background-repeat: repeat;
  background-size: 1280px auto;
  opacity: 0.1;
}

.hero,
main {
  position: relative;
  z-index: 1;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: #fff;
  color: var(--olive);
  padding: 0.5rem 0.8rem;
  z-index: 30;
}

.skip:focus { top: 0.5rem; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #484e3a;
  background-image: url("assets/hartie-bruschette.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nav-toggle {
  display: none;
}

.site-nav nav {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  overflow-x: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
  scrollbar-width: none;
}

.site-nav nav::-webkit-scrollbar { display: none; }

.site-nav a {
  flex: 0 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: var(--nav-height);
  white-space: nowrap;
}

.site-nav nav a {
  font-family: "Elixir Print Brush", cursive;
  font-weight: 400;
}

.site-nav a[aria-current="true"] {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.nav-logo { display: none; }
.nav-logo img { filter: brightness(0) invert(1); }
.to-top { display: none; }

.nav-contact {
  display: flex;
  flex-direction: column;
}

.nav-contact a {
  display: block;
  white-space: normal;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: calc(100svh - var(--nav-height));
  padding: 1.4rem 0 0;
  overflow-x: clip;
  text-align: center;
}

.hero-copy {
  width: min(34rem, 100%);
  max-width: 100%;
  min-width: 0;
  padding-inline: 1.15rem;
  box-sizing: border-box;
  margin: auto 0 1rem;
}

.hero .tagline {
  width: min(380px, 100%);
  max-width: 100%;
  height: auto;
  margin-top: 0.85rem;
}

.hero-logo-slot,
.hero-logo { display: none; }

.hero-kicker {
  margin: 0.85rem 0 0.2rem;
  letter-spacing: 0.18em;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--olive);
}

.hero-note {
  max-width: min(34rem, 100%);
  margin: 1.05rem auto 0;
  color: var(--olive);
  font-family: "Elixir Print Brush", cursive;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.2;
}

.hero-grass {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  display: block;
  margin-top: 0.6rem;
}

.hero-foot {
  width: 100%;
  margin: 0;
  max-width: none;
  padding: 0.15rem 1.25rem 1.15rem;
  background: #70745c;
  color: #f6f3ea;
  font-family: Roboto, "Segoe UI", sans-serif;
  font-size: 0.92rem;
  line-height: 1.4;
}

main, .band, .finale {
  min-width: 0;
  max-width: 100%;
}

.band {
  scroll-margin-top: calc(var(--nav-height) + 16px);
  padding: 0.6rem 0.8rem 0.2rem;
}

.frame {
  position: relative;
  width: min(720px, 100%);
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 1.9rem 1.7rem 1.4rem;
  border: 2px solid #8d946e;
  border-radius: 40px 50px 42px 54px / 38px 46px 40px 50px;
  background-clip: padding-box;
  background-color: rgba(255, 252, 247, 0.55);
}

.frame.dark {
  background-color: #484e3a;
  background-image: url("assets/hartie-bruschette.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: #d9d6b4;
  color: #fff;
}

.frame.olive {
  background-color: #969771;
  background-image: url("assets/hartie-salate.jpg?v=2");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: #f4f1ea;
  color: #fff;
}

h2, .kicker, .meta, .group-title {
  font-family: "Elixir Print Brush", cursive;
  font-weight: 400;
  color: var(--olive);
}

.frame.dark h2,
.frame.olive h2,
.frame.dark .kicker,
.frame.olive .kicker,
.frame.dark .group-title,
.frame.olive .group-title,
.frame.dark .flourish,
.frame.olive .flourish,
.frame.dark .intro,
.frame.olive .intro,
.frame.dark .desc,
.frame.olive .desc,
.frame.dark .note,
.frame.olive .note,
.frame.dark .row-name,
.frame.olive .row-name,
.frame.dark h3,
.frame.olive h3 {
  color: #f7f4ea;
}

h2 {
  margin: 0;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
}

.flourish {
  display: block;
  width: 210px;
  height: auto;
  margin: 0.2rem auto 0.85rem;
  filter: brightness(0) saturate(100%) invert(36%) sepia(14%) saturate(700%) hue-rotate(28deg);
}

.frame.dark .flourish,
.frame.olive .flourish {
  filter: none;
}

.kicker, .intro { text-align: center; }

.kicker {
  margin: 0.05rem 0 0;
  font-size: 1.75rem;
}

.intro {
  max-width: 34rem;
  margin: 0.35rem auto 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--olive);
}

.group-title {
  margin: 1.15rem 0 0.15rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
}

#deserturi .dessert-head {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 1.2rem auto 0.15rem;
  max-width: 640px;
  color: #1c1c1c;
}

#deserturi .dessert-lead {
  text-align: left;
  max-width: 640px;
  margin: 0.15rem auto 0.45rem;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.4;
  color: #555b4a;
}

#deserturi .picks .row-name,
#deserturi .picks .row-name::before {
  color: #aaab80;
}

#deserturi .meta {
  font-family: "Elixir Print Brush", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.45rem;
  color: #555b4a;
}

#deserturi .note {
  margin-top: 0.12rem;
  max-width: 28rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #555b4a;
}

#deserturi .menu-rows {
  max-width: 640px;
}

#deserturi .picks {
  list-style: none;
  margin-top: 0.15rem;
  padding-left: 0;
}

#deserturi .picks .row-name::before {
  content: "•";
  margin-right: 0.55rem;
}

#deserturi .picks li,
#deserturi .singles li {
  border-bottom: 0;
  padding: 0.12rem 0;
  gap: 0.45rem;
}

#deserturi .row-name {
  display: flex;
  align-items: baseline;
}

#deserturi .row-name::after {
  content: "";
  flex: 1;
  margin-left: 0.55rem;
  border-bottom: 1px solid rgba(85, 91, 74, 0.22);
  transform: translateY(-0.22em);
}

#deserturi .singles {
  margin-top: 0.7rem;
}

#deserturi .singles li {
  padding: 0.28rem 0;
  align-items: start;
}

#deserturi .picks .row-name {
  font-weight: 500;
  font-size: 0.98rem;
}

#deserturi .singles .row-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1c1c1c;
}

.dish {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.55rem 1rem;
  align-items: center;
  min-width: 0;
  padding: 0.85rem 0.15rem;
}

.dish.reverse { direction: rtl; }
.dish.reverse > * { direction: ltr; }

.photo {
  position: relative;
  align-self: center;
  min-width: 0;
  max-width: 100%;
}

.spicy {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: auto;
  top: 2px;
  left: 36px;
  filter: none;
  pointer-events: none;
}

.dish.reverse .spicy {
  left: auto;
  right: 36px;
}

.dish > img,
.photo > img:not(.spicy),
.platter img {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 148px;
  object-fit: contain;
  object-position: center;
  justify-self: center;
  border-radius: 0;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.12));
}

.frame.dark .dish > img,
.frame.olive .dish > img,
.frame.dark .photo > img:not(.spicy),
.frame.olive .photo > img:not(.spicy),
.frame.dark .platter img {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}

.platter {
  padding: 0.85rem 0.15rem 0.35rem;
}

.platter h3 { margin-bottom: 0.35rem; }

.platter .desc { max-width: 40rem; }

.platter-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 0.4rem 1.2rem;
  margin-top: 0.75rem;
}

.platter-row .price-line {
  margin-top: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}

.platter-options {
  list-style: none;
  margin: 0.7rem 0 0.35rem;
  padding: 0;
  display: grid;
  gap: 0.2rem;
  width: max-content;
  max-width: 100%;
}

.platter-options li {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.6rem;
  align-items: baseline;
}

.platter-options li span:first-child::before {
  content: "•";
  margin-right: 0.45rem;
}

.platter-stack > img {
  display: block;
  width: min(480px, 72%);
  height: auto;
  margin: 0.7rem auto 0.15rem;
}

.badge {
  margin: 0 0 0.15rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h3 {
  margin: 0 0 0.2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1f1f1f;
}

.desc, .note {
  margin: 0;
  color: var(--olive);
  font-size: 0.82rem;
  line-height: 1.35;
}

.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.8rem;
  margin-top: 0.55rem;
}

.meta {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.allergens {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  color: #9a9860;
  font-size: 0.72rem;
}

.frame.dark .meta,
.frame.olive .meta,
.frame.olive .allergens { color: #f7f4ea; }
.frame.dark .allergens { color: #c5c48a; }

.allergens img,
.legend img {
  display: block;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.frame.dark .allergens img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(20%) saturate(500%) hue-rotate(16deg) brightness(1.05);
  opacity: 1;
}

.frame.olive .allergens img {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.menu-rows, .coffee ul, .legend {
  list-style: none;
  margin: 0.4rem auto 0;
  padding: 0;
}

.menu-rows { max-width: 680px; }

.menu-rows li, .coffee li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  min-width: 0;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(141, 148, 110, 0.35);
}

.frame.dark .menu-rows li { border-bottom-color: rgba(255, 255, 255, 0.16); }

.row-name { margin: 0; font-family: Poppins, sans-serif; font-weight: 600; font-size: 0.95rem; }
.note { font-size: 0.78rem; }
.menu-rows .meta { font-size: 1.35rem; }

.coffee { max-width: 760px; margin: 0.4rem auto 0; }

.coffee-head, .coffee li {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.7fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 0.55rem;
  min-width: 0;
}

.coffee-head {
  margin: 0.6rem 0 0;
  color: var(--olive);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
}

.coffee li p { margin: 0; }
.coffee li p:not(.row-name) { text-align: right; color: var(--olive); }
.muted { color: transparent; }

.legend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 1.4rem;
  max-width: 680px;
}

.legend li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--olive);
}

.contact { text-align: center; padding-bottom: 2.4rem; }
.contact address { font-style: normal; color: var(--olive); }
.contact a { color: var(--olive); }

@media (min-width: 960px) {
  :root { --nav-height: 60px; }

  .site-nav a { font-size: 17px; }

  .hero { min-height: calc(100svh - var(--nav-height)); }
  .hero-copy { width: min(42rem, 70vw); margin-bottom: 0.4rem; }
  .hero .tagline { width: min(460px, 100%); margin-top: 1.15rem; }
  .hero-kicker { font-size: 2.15rem; margin-top: 0.45rem; }
  .hero-note { font-size: 1.65rem; max-width: 38rem; margin-top: 1.25rem; }
  .hero-grass { margin-top: 1rem; }
  .hero-foot { font-size: 1rem; padding: 0.1rem 1.25rem 0.85rem; }

  .band { padding: 0.9rem 1.5rem 0.4rem; }

  .frame {
    width: min(1120px, 100%);
    padding: 2.8rem 3.3rem 2.2rem;
    border-width: 2px;
    border-radius: 54px 66px 58px 70px / 50px 62px 54px 66px;
  }

  h2 { font-size: 5.2rem; }
  .kicker { font-size: 2.35rem; }
  .intro { font-size: 1.2rem; max-width: 46rem; }
  .flourish { width: 250px; }
  .group-title { font-size: 2.15rem; }

  .dish {
    gap: 1rem 2.4rem;
    padding: 1.35rem 0.2rem;
  }

  .dish > img,
  .photo > img:not(.spicy),
  .platter-row > img { height: 250px; }

  .spicy { width: 74px; }

  h3 { font-size: 1.65rem; }
  .desc { font-size: 1.08rem; line-height: 1.45; }
  .meta { font-size: 2.25rem; }
  .allergens { font-size: 0.95rem; gap: 0.4rem; }
  .allergens img, .legend img { width: 22px; height: 22px; }

  .menu-rows { max-width: 920px; }
  .row-name { font-size: 1.2rem; }
  .note { font-size: 0.95rem; }
  .menu-rows .meta { font-size: 1.85rem; }
  .menu-rows li, .coffee li { padding: 0.85rem 0; }

  .coffee { max-width: 980px; }
  .coffee-head { font-size: 1rem; }
  .legend { max-width: 860px; font-size: 1.05rem; }
}

@media (max-width: 800px) {
  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--nav-height);
    padding: 0 1.15rem;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 17px;
    cursor: pointer;
  }

  .nav-toggle-text {
    font-family: "Elixir Print Brush", cursive;
    font-weight: 400;
    font-size: 1.85rem;
    line-height: 1;
    color: #fff;
  }

  .nav-bars {
    position: relative;
    width: 22px;
    height: 16px;
  }

  .nav-bars span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
  }

  .nav-bars span:nth-child(1) { top: 0; }
  .nav-bars span:nth-child(2) { top: 7px; }
  .nav-bars span:nth-child(3) { top: 14px; }

  .site-nav.is-open .nav-bars span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .site-nav.is-open .nav-bars span:nth-child(2) { opacity: 0; }

  .site-nav.is-open .nav-bars span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  .site-nav.is-open {
    position: fixed;
    inset: 0;
    height: 100svh;
    max-height: 100dvh;
  }

  .site-nav.is-open .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: auto;
    height: auto;
    padding: 0.85rem 1.1rem;
  }

  .site-nav.is-open .nav-toggle-text { display: none; }

  body:has(.site-nav.is-open) { overflow: hidden; }

  .nav-panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: calc(100svh - var(--nav-height));
    min-height: 0;
    max-height: calc(100dvh - var(--nav-height));
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    background-color: #484e3a;
    background-image: url("assets/hartie-bruschette.jpg?v=1");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: none;
  }

  .site-nav.is-open .nav-panel {
    display: flex;
    top: 0;
    height: 100%;
    max-height: 100%;
  }

  .nav-panel .nav-logo {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0.55rem 1rem 0.05rem;
    line-height: 0;
  }

  .nav-panel .nav-logo img {
    width: 84px;
    height: auto;
    display: block;
  }

  .nav-panel nav {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    width: 100%;
    margin: 0;
    gap: 0;
    flex: 1 1 auto;
    min-height: 0;
    position: static;
    overflow: hidden;
    max-height: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav nav a {
    font-size: clamp(1.15rem, 2.55svh, 1.38rem);
    line-height: 1;
    text-align: left;
    margin: 0;
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .site-nav a[aria-current="true"] {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
  }

  .nav-contact {
    width: 100%;
    flex: 0 0 auto;
    margin: 0;
    padding: 0.4rem 1.35rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    gap: 0.08rem;
  }

  .site-nav .nav-contact a {
    border-bottom: 0;
    margin: 0;
    padding: 0.1rem 0;
    font-family: Roboto, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.25;
    background: transparent;
  }

  .dish, .dish.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .dish > img,
  .photo > img:not(.spicy),
  .platter-row > img { height: 210px; }

  .spicy { width: 56px; top: 4px; left: 18px; }
  .dish.reverse .spicy { left: 18px; right: auto; }

  .platter-row { grid-template-columns: 1fr; row-gap: 0.85rem; }
  .platter-row .price-line { order: -1; }
  .platter-stack > img { width: min(340px, 88%); height: auto; }

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

  .frame {
    padding: 1.7rem 1.45rem 1.3rem;
    border-radius: 30px 36px 32px 40px / 28px 34px 30px 36px;
  }

  .coffee-head, .coffee li {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  }

  .hero {
    height: calc(100svh - var(--nav-height));
    min-height: calc(100svh - var(--nav-height));
    padding-top: 0;
  }
  .hero-copy { padding-inline: 1.15rem; margin: 0 0 0.2rem; flex: 0 0 auto; }
  .hero-logo-slot {
    display: block;
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
  }
  .hero-logo {
    position: absolute;
    inset: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0.45rem 1.15rem 0.15rem;
    object-fit: contain;
    object-position: center;
  }
  .hero-kicker { margin-top: 0.15rem; }
  .hero .tagline { width: min(340px, 100%); margin-top: 0.45rem; }
  .hero-note { margin-top: 0.7rem; font-size: 1.42rem; }
  .hero-grass { margin-top: 0.25rem; }

  .coffee-head span:nth-child(2),
  .coffee li p:nth-child(2) { display: none; }

  .to-top {
    display: grid;
    place-items: center;
    position: fixed;
    z-index: 25;
    right: 0.85rem;
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #484e3a;
    box-shadow: 0 4px 14px rgba(40, 44, 32, 0.28);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  body:has(.site-nav.is-open) .to-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .to-top svg {
    width: 22px;
    height: 22px;
    display: block;
  }
}

.finale {
  scroll-margin-top: calc(var(--nav-height) + 16px);
  padding: 2.4rem 1rem 0;
  text-align: center;
  color: var(--olive);
}

.finale-art {
  display: block;
  width: min(280px, 58vw);
  height: auto;
  margin: 0 auto 0.2rem;
}

.finale-title {
  margin: 0.2rem 0 1.1rem;
  color: #6a7058;
  font-family: Roboto, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 2.15rem;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.finale-title span {
  color: #a3aa72;
  font-family: "Elixir Print Brush", cursive;
  font-weight: 400;
  font-size: 1.45em;
  letter-spacing: 0;
}

.finale-alert,
.finale-note {
  margin: 0 auto;
  max-width: 46rem;
  color: #3f4336;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
}

.finale-alert { margin-top: 0.35rem; }

.finale .legend {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(7, auto);
  grid-auto-flow: column;
  gap: 0.72rem 2.4rem;
  max-width: 920px;
  margin: 1.35rem auto 1.15rem;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.finale .legend li { color: #5c614c; }

.finale .legend img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.finale-note { margin-bottom: 1.5rem; }

.finale-frame {
  display: block;
  width: min(640px, 88%);
  height: auto;
  margin: 0.4rem auto 0.15rem;
}

.finale-admin {
  margin: 0.15rem 0 0.85rem;
  color: #4a4e40;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.finale-grass {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
}

.finale-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.5rem;
  margin: 0;
  padding: 1.15rem 1.5rem 1.35rem;
  background: #797b64;
  color: #fff;
}

.finale-phone,
.finale-place {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
  text-decoration: none;
}

.finale-phone { font-size: 2rem; font-weight: 700; letter-spacing: 0.04em; }

.finale-place {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.finale-place span { display: flex; flex-direction: column; }
.finale-place a { color: #fff; text-decoration: none; }

.finale-bar svg {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
}

.finale-map {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

@media (min-width: 960px) {
  .finale-art { width: min(340px, 28vw); }
  .finale-title { font-size: 2.85rem; }
  .finale-alert, .finale-note { font-size: 1.2rem; }
  .finale .legend { font-size: 0.92rem; max-width: 1040px; }
  .finale .legend img { width: 34px; height: 34px; flex-basis: 34px; }
  .finale-admin { font-size: 1.2rem; }
}

@media (max-width: 800px) {
  .finale { padding-top: 1.4rem; }
  .finale-title { font-size: 1.55rem; }
  .finale-alert, .finale-note { font-size: 0.92rem; }
  .finale .legend { font-size: 0.58rem; gap: 0.5rem 0.55rem; letter-spacing: 0.02em; }
  .finale .legend img { width: 22px; height: 22px; flex-basis: 22px; }
  .finale-frame { width: min(340px, 92%); }
  .finale-admin { font-size: 0.95rem; }
  .finale-bar {
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem 1.15rem 1.15rem;
  }
  .finale-phone {
    font-size: 1.35rem;
    gap: 0.65rem;
    white-space: nowrap;
  }
  .finale-place { font-size: 1rem; gap: 0.65rem; }
  .finale-place span span { white-space: nowrap; }
  .finale-bar svg { width: 36px; height: 36px; flex-basis: 36px; }
  .finale-map { height: 300px; }
}

@media (min-width: 801px) {
  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 216px;
    display: flex;
    flex-direction: column;
  }

  .site-nav::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 14px 12px;
    border: 1.5px solid #727864;
    border-radius: 48px 62px 42px 70px / 36px 44px 38px 32px;
    pointer-events: none;
  }

  .nav-panel {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
  }

  .site-nav nav {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    gap: 0;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.35rem 0 0.4rem;
  }

  .site-nav .nav-contact {
    flex: 0 0 auto;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.15rem;
    padding: 0.85rem 0.85rem 1.45rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .site-nav .nav-contact a {
    padding: 0.15rem 0;
    border-left: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 14.5px;
    line-height: 1.35;
    white-space: normal;
  }

  .site-nav .nav-contact a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .site-nav a {
    line-height: 1.3;
    padding: 0.78rem 1.15rem;
    font-size: 16px;
    border-left: 3px solid transparent;
  }

  .site-nav nav a {
    font-family: "Elixir Print Brush", cursive;
    font-weight: 400;
    font-size: 1.32rem;
    line-height: 1;
    padding: 0.22rem 1.05rem 0.32rem;
  }

  .site-nav a[aria-current="true"] {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.14);
    border-left-color: #f4f1ea;
  }

  .site-nav .nav-logo {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 0;
    padding: 1.45rem 1rem 0.15rem;
    border-left: 0;
    line-height: 0;
  }

  .site-nav .nav-logo img {
    width: 148px;
    height: auto;
    display: block;
  }

  body { margin-left: 216px; }

  .hero { min-height: 100svh; }

  .band,
  #contacte { scroll-margin-top: 20px; }
}
