/* ═══════════════════════════════════════════════════════════
   Nero Mora — cocktail bar, Milano Navigli
   Dark warm paper, gold hairlines, zero radius.
   ═══════════════════════════════════════════════════════════ */

:root {
  --paper-0: #16110d;
  --paper-1: #1f1812;
  --paper-2: #2a2119;
  --paper-3: #3a2e22;
  --paper-4: #4a3c2c;
  --ink-0: #f4e6d0;
  --ink-1: #e8d4b4;
  --ink-2: #c9b396;
  --ink-3: #8a7a66;
  --ink-4: #5c5044;
  --gold: #c9a36a;
  --gold-dim: #a8844a;
  --gold-deep: #7a6238;
  --line: rgba(244, 230, 208, 0.12);
  --line-strong: rgba(244, 230, 208, 0.22);
  --line-gold: rgba(201, 163, 106, 0.45);
  --shade: rgba(22, 17, 13, 0.72);
  --shade-deep: rgba(22, 17, 13, 0.92);

  --fs-xs: 0.6875rem;
  --fs-sm: 0.8125rem;
  --fs-body: 1.0625rem;
  --fs-lead: 1.125rem;
  --fs-h3: clamp(1.2rem, 1.8vw, 1.55rem);
  --fs-h2: clamp(2.05rem, 5.2vw, 3.65rem);
  --fs-h1: clamp(3.6rem, 14vw, 9.25rem);

  --pad: clamp(1.25rem, 4.2vw, 3.75rem);
  --max: min(92vw, 1160px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --hover: 180ms var(--ease);

  --font-display: "Libre Baskerville", "Times New Roman", Georgia, serif;
  --font-ui: "Figtree", system-ui, sans-serif;
  --font-mono: "Red Hat Mono", ui-monospace, "Cascadia Mono", monospace;

  --mast-h: 4.35rem;
  --hit: 2.75rem;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--mast-h) + 0.5rem);
  overflow-x: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  margin: 0;
  min-height: 100dvh;
  background: var(--paper-0);
  color: var(--ink-0);
  font-family: var(--font-ui);
  font-size: var(--fs-body);
  line-height: 1.62;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

@media (pointer: fine) {
  body {
    cursor: none;
  }

  a,
  button,
  label,
  .demo-ribbon,
  input {
    cursor: none;
  }
}

@media (pointer: coarse) {
  body {
    cursor: auto;
  }

  .mora-pointer {
    display: none !important;
  }
}

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

body.is-scroll-locked {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}

html.is-scroll-restoring {
  scroll-behavior: auto !important;
}

html.is-reduced .mora-pointer,
html.is-save-data .mora-pointer,
html.is-coarse .mora-pointer {
  display: none !important;
}

html.is-reduced body,
html.is-save-data body,
html.is-reduced a,
html.is-save-data a,
html.is-reduced button,
html.is-save-data button,
html.is-reduced label,
html.is-save-data label {
  cursor: auto;
}

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

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

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

p,
li,
dd,
address {
  max-width: 66ch;
}

.mora-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.mora-ico {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  vertical-align: -0.18em;
  flex-shrink: 0;
}

.mora-ico--sm {
  width: 0.95em;
  height: 0.95em;
}

.mora-wrap {
  width: var(--max);
  margin-inline: auto;
  min-width: 0;
}

/* ── Grain overlay (feTurbulence) ── */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* ── Skip ── */
.mora-skip {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  z-index: 200;
  background: var(--gold);
  color: var(--paper-0);
  font-size: var(--fs-sm);
  font-weight: 600;
  text-decoration: none;
}

.mora-skip:focus,
.mora-skip:focus-visible {
  position: fixed;
  top: 0.75rem;
  left: var(--pad);
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  clip-path: none;
  overflow: visible;
  white-space: normal;
  padding: 0.7rem 1rem;
  min-height: var(--hit);
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ── Type ── */
.mora-label,
.mora-veil__title,
.mora-h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.mora-h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--ink-0);
}

.mora-h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ink-0);
}

.mora-h2 em {
  font-style: italic;
  color: var(--gold);
}

.mora-lede {
  margin: 0;
  color: var(--ink-2);
  font-size: var(--fs-lead);
  line-height: 1.55;
  max-width: 62ch;
}

.mora-head {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.mora-head--row {
  display: grid;
  gap: 1.25rem 3rem;
}

@media (min-width: 840px) {
  .mora-head--row {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: end;
  }
}

/* ── Hits / buttons ── */
.mora-hit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: var(--hit);
  min-width: var(--hit);
  padding: 0.7rem 1.2rem;
  border: 1px solid var(--line-gold);
  background: transparent;
  color: var(--ink-0);
  font-family: var(--font-ui);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0;
  transition: background var(--hover), color var(--hover), border-color var(--hover), transform var(--hover);
}

.mora-hit--gold {
  background: var(--gold);
  color: var(--paper-0);
  border-color: var(--gold);
}

.mora-hit--gold:hover,
.mora-hit--gold:focus-visible {
  background: var(--ink-0);
  border-color: var(--ink-0);
  color: var(--paper-0);
}

.mora-hit--ghost {
  border-color: var(--line);
  background: transparent;
}

.mora-hit--ghost:hover,
.mora-hit--ghost:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.mora-textlink {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: var(--hit);
  color: var(--ink-1);
  font-size: var(--fs-sm);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid var(--line-gold);
  transition: color var(--hover), border-color var(--hover);
}

.mora-textlink:hover,
.mora-textlink:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
}

/* ── Custom cursor: gold V, no mix-blend ── */
.mora-pointer {
  position: fixed;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin: -6px 0 0 -14px;
  z-index: 90;
  pointer-events: none;
  opacity: 0;
  will-change: transform;
}

.mora-pointer.is-on {
  opacity: 1;
}

.mora-pointer.is-hover {
  transform: scale(1.35);
}

.mora-pointer__mark {
  display: block;
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 0 6px rgba(201, 163, 106, 0.35));
}

/* ── Loader ── */
.mora-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--pad);
  background: var(--paper-0);
  color: var(--ink-0);
}

.mora-gate__kicker {
  margin: 0 0 1.25rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.mora-gate__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 12vw, 7.5rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.mora-gate__meter {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 2.5rem 0 0.75rem;
  font-family: var(--font-mono);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  letter-spacing: 0.08em;
  color: var(--gold);
}

.mora-gate__unit {
  font-size: 0.55em;
  color: var(--ink-3);
}

.mora-gate__track {
  width: min(28rem, 72vw);
  height: 1px;
  background: var(--line);
  overflow: hidden;
}

.mora-gate__fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
}

.mora-gate__note {
  margin: 1.1rem 0 0;
  font-size: var(--fs-sm);
  color: var(--ink-3);
  font-style: italic;
  font-family: var(--font-display);
}

.mora-gate.is-done {
  visibility: hidden;
  pointer-events: none;
}

/* ── Demo ribbon ── */
.demo-ribbon {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 85;
  padding: 0.45rem 0.8rem;
  min-height: 2.2rem;
  display: inline-flex;
  align-items: center;
  background: var(--paper-0);
  color: var(--ink-1);
  border: 1px solid var(--line-gold);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: color var(--hover), border-color var(--hover), background var(--hover);
}

.demo-ribbon:hover,
.demo-ribbon:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
}

@media (max-width: 720px) {
  .demo-ribbon {
    top: auto;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    left: 0.75rem;
  }
}

/* ── Scroll progress ── */
.mora-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 70;
  background: var(--line);
  pointer-events: none;
}

.mora-progress span {
  display: block;
  height: 100%;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
}

/* ── Mast ── */
.mora-mast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  height: var(--mast-h);
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(22, 17, 13, 0.55), transparent);
  transition: background var(--hover), border-color var(--hover);
}

.mora-mast.is-scrolled {
  background: rgba(22, 17, 13, 0.92);
  border-bottom-color: var(--line);
}

.mora-mast__inner {
  width: var(--max);
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-width: 0;
}

.mora-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  min-height: var(--hit);
}

.mora-wordmark__mark {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.85rem;
  line-height: 1;
}

.mora-mast__nav {
  display: none;
  margin-left: auto;
  gap: 1.35rem;
}

.mora-mast__nav a {
  font-size: var(--fs-sm);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--ink-2);
  min-height: var(--hit);
  display: inline-flex;
  align-items: center;
  transition: color var(--hover);
}

.mora-mast__nav a:hover,
.mora-mast__nav a.is-active {
  color: var(--ink-0);
}

.mora-mast .mora-hit--ghost {
  display: none;
}

.mora-toggle {
  margin-left: auto;
  width: var(--hit);
  height: var(--hit);
  border: 1px solid var(--line);
  background: transparent;
  padding: 0;
  display: grid;
  place-content: center;
  gap: 6px;
  border-radius: 0;
}

.mora-toggle span {
  display: block;
  width: 1.15rem;
  height: 1px;
  background: var(--ink-0);
  transition: transform 200ms var(--ease), opacity 200ms var(--ease);
}

.mora-toggle.is-open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.mora-toggle.is-open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

@media (min-width: 980px) {
  .mora-mast__nav {
    display: flex;
  }

  .mora-mast .mora-hit--ghost {
    display: inline-flex;
    margin-left: 0.5rem;
  }

  .mora-toggle {
    display: none;
  }

  .mora-wordmark {
    margin-right: 0.5rem;
  }
}

/* ── Overlay ── */
.mora-veil {
  position: fixed;
  inset: 0;
  z-index: 75;
  background: var(--paper-0);
  display: flex;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms var(--ease), visibility 220ms var(--ease);
}

.mora-veil.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mora-veil__panel {
  width: 100%;
  padding: calc(var(--mast-h) + 1rem) var(--pad) var(--pad);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-left: 1px solid var(--line);
}

.mora-veil__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.mora-veil__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mora-veil__nav a {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 6vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  min-height: var(--hit);
  transition: color var(--hover), padding-left var(--hover);
}

.mora-veil__nav a span {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.16em;
  color: var(--gold);
}

.mora-veil__nav a:hover,
.mora-veil__nav a:focus-visible {
  color: var(--gold);
  padding-left: 0.5rem;
}

.mora-veil__foot {
  margin-top: auto;
  display: grid;
  gap: 0.35rem;
  color: var(--ink-2);
  font-size: var(--fs-sm);
}

.mora-veil__foot a {
  text-decoration: none;
  color: var(--ink-0);
}

.mora-veil__foot a:hover {
  color: var(--gold);
}

@media (min-width: 980px) {
  .mora-veil {
    display: none;
  }
}

/* ── Hero / stage ── */
.mora-stage {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  overflow: clip;
}

.mora-stage__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mora-stage__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}

.mora-stage__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(22, 17, 13, 0.96) 0%, rgba(22, 17, 13, 0.42) 42%, rgba(22, 17, 13, 0.62) 100%),
    linear-gradient(to right, rgba(22, 17, 13, 0.62), transparent 55%);
}

.mora-stage__lamp {
  position: absolute;
  left: 18%;
  top: 8%;
  width: min(42vw, 28rem);
  height: min(42vw, 28rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 163, 106, 0.22) 0%, rgba(201, 163, 106, 0.05) 42%, transparent 70%);
  pointer-events: none;
}

.mora-stage.is-gpu-fallback .mora-stage__lamp {
  width: min(70vw, 40rem);
  height: min(70vw, 40rem);
  left: 8%;
  top: 0;
  background: radial-gradient(circle, rgba(201, 163, 106, 0.28) 0%, rgba(201, 163, 106, 0.08) 38%, transparent 68%);
}

.mora-stage__gpu {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.mora-hours {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--mast-h) + 2.6rem);
  padding: 0.85rem var(--pad) 0.7rem;
  border-bottom: 1px solid var(--line);
  background: rgba(22, 17, 13, 0.55);
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  max-width: 100%;
}

.mora-hours__live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.mora-hours__rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mora-hours__rail::-webkit-scrollbar {
  display: none;
}

.mora-hours__rail li {
  flex: 1 0 auto;
  padding: 0.35rem 0.85rem;
  border-left: 1px solid var(--line);
  display: grid;
  gap: 0.15rem;
  max-width: none;
}

.mora-hours__rail li:first-child {
  border-left: 0;
  padding-left: 0;
}

.mora-hours__rail abbr {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.12em;
  text-decoration: none;
  color: var(--ink-3);
  text-transform: uppercase;
}

.mora-hours__rail em {
  font-style: normal;
  font-size: var(--fs-sm);
  color: var(--ink-3);
}

.mora-hours__rail li.is-on em {
  color: var(--ink-0);
}

.mora-hours__note {
  margin: 0;
  font-size: var(--fs-xs);
  color: var(--ink-3);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  max-width: none;
}

.mora-stage__brand {
  position: relative;
  z-index: 2;
  padding: 2rem var(--pad) 3.25rem;
  max-width: 52rem;
}

.mora-brand {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.mora-brand__line {
  display: block;
  overflow: hidden;
}

.mora-brand__line--gold {
  color: var(--gold);
  font-style: italic;
}

.mora-stage__lead {
  margin: 0 0 1.5rem;
  color: var(--ink-1);
  font-size: var(--fs-lead);
  max-width: 42ch;
}

.mora-stage__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

/* ── Canone ── */
.mora-canone {
  padding: clamp(4.5rem, 10vw, 8rem) 0;
  background: var(--paper-0);
  border-top: 1px solid var(--line);
}

.mora-canone__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: none;
}

.mora-rule {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.75rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
  max-width: none;
}

.mora-rule:last-child {
  border-bottom: 1px solid var(--line);
}

.mora-rule__n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1.2;
  min-width: 1.6rem;
}

.mora-rule h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.mora-rule p {
  margin: 0;
  color: var(--ink-2);
}

.mora-canone__foot {
  margin-top: 3rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}

.mora-canone__foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.mora-canone__foot li {
  color: var(--ink-2);
  padding-left: 1.1rem;
  position: relative;
  max-width: 68ch;
}

.mora-canone__foot li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.mora-carta__foot {
  margin: 1.75rem 0 0;
  color: var(--ink-2);
  max-width: 62ch;
}

.mora-spec__hint {
  margin: 0.9rem 0 0;
  font-size: var(--fs-xs);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  color: var(--ink-3);
  max-width: none;
}

@media (min-width: 880px) {
  .mora-canone__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.5rem;
  }

  .mora-rule:nth-child(1),
  .mora-rule:nth-child(2) {
    border-top: 1px solid var(--line);
  }

  .mora-rule:nth-child(odd) {
    padding-right: 0.5rem;
  }
}

/* ── Carta ── */
.mora-carta {
  padding: clamp(4.5rem, 10vw, 8rem) 0;
  background: var(--paper-1);
  border-top: 1px solid var(--line);
}

.mora-carta__grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  min-width: 0;
}

@media (min-width: 760px) {
  .mora-carta__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .mora-carta__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.mora-drink {
  margin: 0;
  padding: 1.6rem 1.45rem 1.7rem;
  background: var(--paper-1);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: none;
}

.mora-drink header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: baseline;
}

.mora-drink__idx {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.14em;
  color: var(--gold);
}

.mora-drink h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.mora-drink__price {
  margin: 0;
  font-family: var(--font-mono);
  font-size: var(--fs-sm);
  color: var(--gold);
}

.mora-drink__build {
  margin: 0;
  font-size: var(--fs-sm);
  color: var(--ink-1);
  letter-spacing: 0.01em;
}

.mora-drink > p {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.98rem;
}

.mora-drink__meta {
  margin: 0.4rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.45rem;
}

.mora-drink__meta div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: var(--fs-xs);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}

.mora-drink__meta dt {
  color: var(--ink-3);
  text-transform: uppercase;
}

.mora-drink__meta dd {
  margin: 0;
  color: var(--ink-1);
  max-width: none;
  text-align: right;
}

.mora-drink--close {
  background: var(--paper-2);
}

.mora-drink--close h3 {
  color: var(--gold);
}

/* ── Composer ── */
.mora-giro {
  padding: clamp(4.5rem, 10vw, 8rem) 0;
  background: var(--paper-0);
  border-top: 1px solid var(--line);
}

.mora-giro__layout {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 980px) {
  .mora-giro__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.85fr);
    grid-template-areas:
      "head spec"
      "form spec";
    column-gap: 3rem;
    align-items: start;
  }

  .mora-giro__layout .mora-head {
    grid-area: head;
    margin-bottom: 0;
  }

  .mora-composer {
    grid-area: form;
  }

  .mora-spec {
    grid-area: spec;
    position: sticky;
    top: calc(var(--mast-h) + 1rem);
  }
}

.mora-composer {
  display: grid;
  gap: 1.5rem;
}

.mora-pick {
  margin: 0;
  padding: 0;
  border: 0;
}

.mora-pick legend {
  padding: 0 0 0.7rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.mora-pick__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

@media (min-width: 640px) {
  .mora-pick__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.mora-pick label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--hit);
  padding: 0.7rem 0.85rem;
  background: var(--paper-1);
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--ink-1);
  transition: background var(--hover), color var(--hover);
}

.mora-pick label:focus-within {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}

.mora-pick label.is-on {
  background: var(--paper-3);
  color: var(--ink-0);
  box-shadow: inset 0 -1px 0 var(--gold);
}

.mora-pick input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.mora-spec {
  padding: 1.4rem 1.3rem 1.5rem;
  border: 1px solid var(--line);
  background: var(--paper-1);
}

.mora-spec__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.mora-spec__stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-items: end;
  min-height: 10.5rem;
  margin-bottom: 1.1rem;
  padding: 0.75rem 0.5rem 0;
  border: 1px solid var(--line);
  background: var(--paper-0);
}

.mora-spec__glass g[hidden] {
  display: none !important;
}

.mora-spec__shaker,
.mora-spec__glass {
  width: 100%;
  height: 9.5rem;
  color: var(--gold);
  transform-origin: 50% 80%;
}

.mora-spec__sheet {
  margin: 0 0 1.15rem;
  display: grid;
  gap: 0.85rem;
}

.mora-spec__sheet div {
  display: grid;
  gap: 0.2rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
}

.mora-spec__sheet dt {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.mora-spec__sheet dd {
  margin: 0;
  color: var(--ink-1);
  font-size: 0.98rem;
  max-width: none;
}

.mora-spec__sheet dd[data-spec-price] {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--gold);
}

.mora-spec__go {
  width: 100%;
}

.mora-spec__go:disabled {
  opacity: 0.55;
  pointer-events: none;
}

.mora-spec__status {
  margin: 0.85rem 0 0;
  font-size: var(--fs-sm);
  color: var(--gold);
  font-family: var(--font-display);
  font-style: italic;
}

/* ── Luce ── */
.mora-luce {
  background: var(--paper-1);
  border-top: 1px solid var(--line);
}

.mora-luce__grid {
  display: grid;
  gap: 0;
}

@media (min-width: 900px) {
  .mora-luce__grid {
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 42rem;
  }
}

.mora-luce__photo {
  margin: 0;
  position: relative;
  min-height: 22rem;
  background: var(--paper-0);
  overflow: hidden;
}

.mora-luce__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 22rem;
  will-change: transform;
}

@media (min-width: 900px) {
  .mora-luce__photo img {
    position: absolute;
    inset: 0;
    min-height: 0;
    height: 100%;
  }
}

.mora-luce__photo figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-0);
  background: rgba(22, 17, 13, 0.55);
  padding: 0.35rem 0.55rem;
}

.mora-luce__copy {
  padding: clamp(2.5rem, 6vw, 4.5rem) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mora-luce__copy p {
  color: var(--ink-2);
  margin: 0 0 1rem;
}

.mora-luce__copy blockquote {
  margin: 1.4rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.45;
  color: var(--ink-1);
  max-width: 42ch;
}

.mora-luce__copy cite {
  display: block;
  margin-top: 0.8rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── Servizio log ── */
.mora-nastro {
  padding: clamp(4.5rem, 10vw, 8rem) 0;
  background: var(--paper-0);
  border-top: 1px solid var(--line);
}

.mora-nastro__board {
  border: 1px solid var(--line);
  background: var(--paper-1);
}

.mora-nastro__meta {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1rem;
  padding: 0.9rem 1.15rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.mora-nastro__meta p {
  margin: 0;
  max-width: none;
}

.mora-nastro__log {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mora-nastro__log li {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  padding: 0.85rem 1.15rem;
  border-top: 1px solid var(--line);
  font-size: var(--fs-sm);
  max-width: none;
}

.mora-nastro__log li:first-child {
  border-top: 0;
}

.mora-nastro__log time {
  font-family: var(--font-mono);
  color: var(--gold);
  letter-spacing: 0.06em;
}

.mora-nastro__log span {
  color: var(--ink-1);
}

@media (max-width: 640px) {
  .mora-nastro__meta {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Visita ── */
.mora-soglia {
  padding: clamp(4.5rem, 10vw, 8rem) 0;
  background: var(--paper-1);
  border-top: 1px solid var(--line);
}

.mora-soglia__grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 960px) {
  .mora-soglia__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3rem;
    align-items: stretch;
  }
}

.mora-address {
  font-style: normal;
  margin: 1.5rem 0;
  display: grid;
  gap: 0.7rem;
  color: var(--ink-1);
}

.mora-address p {
  margin: 0;
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.mora-address a {
  text-decoration: none;
}

.mora-address a:hover {
  color: var(--gold);
}

.mora-soglia__facts {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.mora-soglia__facts li {
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 0.98rem;
  max-width: 52ch;
}

.mora-soglia__facts strong {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.mora-soglia__map {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
}

.mora-map {
  flex: 1;
  min-height: 22rem;
  border: 1px solid var(--line);
  background: var(--paper-0);
}

@media (min-width: 960px) {
  .mora-map {
    min-height: 36rem;
  }
}

.mora-soglia__mapnote {
  margin: 0.6rem 0 0;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.maplibregl-map {
  font: inherit;
}

.maplibregl-ctrl-group {
  border-radius: 0 !important;
  border: 1px solid var(--line) !important;
  background: var(--paper-1) !important;
  box-shadow: none !important;
}

.maplibregl-ctrl-group button {
  border-radius: 0 !important;
}

.maplibregl-ctrl-attrib {
  background: rgba(22, 17, 13, 0.8) !important;
  color: var(--ink-3) !important;
}

p a,
li a,
address a,
.mora-colophon a,
.mora-address a,
.tabella-orari a,
.maplibregl-ctrl-attrib a {
  display: inline-flex !important;
  align-items: center;
  min-height: 24px !important;
  padding: 6px 4px !important;
  line-height: 1.2 !important;
  color: var(--gold) !important;
}

.maplibregl-cooperative-gesture-screen {
  background: rgba(22, 17, 13, 0.72) !important;
  color: var(--ink-0) !important;
}

/* ── Footer ── */
.mora-colophon {
  padding: 3.5rem 0 2.5rem;
  background: var(--paper-0);
  border-top: 1px solid var(--line);
}

.mora-toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.mora-map .maplibregl-marker {
  cursor: inherit;
}

.mora-colophon__grid {
  display: grid;
  gap: 1.75rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 800px) {
  .mora-colophon__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

.mora-wordmark--foot {
  margin: 0 0 0.4rem;
}

.mora-colophon__tag,
.mora-colophon p {
  margin: 0;
  color: var(--ink-2);
  font-size: var(--fs-sm);
}

.mora-colophon a {
  text-decoration: none;
}

.mora-colophon a:hover {
  color: var(--gold);
}

.mora-colophon__legal {
  padding-top: 1.4rem;
  display: grid;
  gap: 0.55rem;
}

.mora-colophon__legal p {
  color: var(--ink-3);
  font-size: var(--fs-xs);
  letter-spacing: 0.02em;
  max-width: 72ch;
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .mora-pointer {
    display: none !important;
  }

  .mora-gate {
    display: none;
  }

  .mora-brand__line {
    overflow: visible;
  }

  [data-reveal],
  [data-reveal-hero],
  .mora-brand__line span {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}

/* ── Coarse / small ── */
@media (max-width: 720px) {
  .mora-mast__inner {
    width: calc(100% - 2 * var(--pad));
  }

  .mora-stage__brand {
    padding-bottom: 2.4rem;
  }

  .mora-hours__rail li {
    min-width: 5.4rem;
  }

  .mora-pick__grid {
    grid-template-columns: 1fr 1fr;
  }

  .mora-nastro__log li {
    grid-template-columns: 3.6rem 1fr;
  }
}

@media (max-width: 480px) {
  .mora-drink header {
    grid-template-columns: 1fr auto;
  }

  .mora-drink__idx {
    grid-column: 1 / -1;
  }

  .mora-spec__stage {
    min-height: 9rem;
  }
}

/* ── Hover media ── */
@media (hover: hover) and (pointer: fine) {
  .mora-drink {
    transition: background var(--hover);
  }

  .mora-drink:hover {
    background: var(--paper-2);
  }

  .mora-pick label:hover {
    color: var(--ink-0);
    background: var(--paper-2);
  }
}

/* ── Print ── */
@media print {
  .mora-gate,
  .mora-pointer,
  .mora-veil,
  .demo-ribbon,
  .mora-progress,
  .mora-stage__gpu,
  .mora-toggle {
    display: none !important;
  }

  body {
    background: #fff;
    color: #111;
  }

  .mora-mast {
    position: static;
  }
}

html.js [data-reveal]:not([data-reveal-hero]) {
  opacity: 0;
}

html.js.calma [data-reveal],
html.is-reduced [data-reveal] {
  opacity: 1;
}

.nastro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  margin: 0;
  min-height: 24px;
  background: var(--gold);
  color: var(--paper-0);
}

.nastro a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.7rem;
  min-height: 24px;
  padding: 0.4rem var(--pad);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  line-height: 1.35;
  white-space: normal;
}

.nastro__eti {
  padding: 0.1rem 0.4rem;
  background: var(--paper-0);
  color: var(--gold);
}

.mora-mast {
  top: 2.5rem;
}

@media (max-width: 700px) {
  .mora-mast { top: 3.1rem; }
}

.mora-carta__filtri {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.4rem;
}

.mora-carta__filtri .mora-hit {
  min-height: 44px;
}

.mora-carta__filtri .is-on {
  background: var(--gold);
  color: var(--paper-0);
  border-color: var(--gold);
}

.mora-ghiaccio,
.mora-orari,
.mora-faq {
  padding: clamp(4rem, 9vw, 7rem) 0;
  border-top: 1px solid var(--line);
}

.mora-ghiaccio__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  .mora-ghiaccio__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mora-ghiaccio__grid article {
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
}

.tabella-orari {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-sm);
  margin: 1.25rem 0;
}

.tabella-orari caption {
  text-align: left;
  margin-bottom: 0.7rem;
  color: var(--ink-3);
  font-size: var(--fs-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tabella-orari th,
.tabella-orari td {
  padding: 0.55rem 0.4rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  word-break: break-word;
}

.faq__item {
  border-bottom: 1px solid var(--line);
}

.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 44px;
  padding: 1.05rem 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: var(--ink-0);
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item p {
  margin: 0 0 1.1rem;
  max-width: 42rem;
  color: var(--ink-2);
  font-size: var(--fs-sm);
}

.mora-lampada {
  display: block;
  width: min(5rem, 22vw);
  height: auto;
  margin-top: 1.4rem;
  color: var(--gold);
  stroke: currentColor;
  stroke-width: 1.4;
}

.mora-drink.is-off {
  display: none;
}
}
