:root {
  --ink: oklch(0.17 0.026 42);
  --muted: oklch(0.39 0.034 66);
  --cream: oklch(0.965 0.024 82);
  --paper: oklch(0.985 0.018 86);
  --surface: oklch(0.998 0.010 92);
  --soft: oklch(0.94 0.034 88);
  --peach: oklch(0.91 0.075 55);
  --sage: oklch(0.91 0.060 132);
  --rose: oklch(0.95 0.045 28);
  --charcoal: oklch(0.22 0.030 45);
  --red: oklch(0.42 0.150 28);
  --red-dark: oklch(0.34 0.140 28);
  --gold: oklch(0.70 0.105 82);
  --champagne: oklch(0.86 0.070 82);
  --lacquer: oklch(0.28 0.115 28);
  --jade: oklch(0.47 0.080 144);
  --porcelain: oklch(0.992 0.010 98);
  --line: oklch(0.30 0.030 60 / 0.14);
  --shadow: 0 18px 36px oklch(0.40 0.06 60 / 0.14);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-luxury: cubic-bezier(0.19, 1, 0.22, 1);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, oklch(0.93 0.040 102 / 0.52), transparent 34rem),
    linear-gradient(115deg, oklch(0.99 0.01 98), oklch(0.95 0.025 76) 48%, oklch(0.97 0.018 120)),
    var(--paper);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(130deg, oklch(1 0 0 / 0.30), transparent 36%),
    radial-gradient(circle at 18% 8%, oklch(0.84 0.080 78 / 0.34), transparent 24rem),
    radial-gradient(circle at 88% 12%, oklch(0.70 0.090 142 / 0.22), transparent 30rem);
  background-size: 115% 115%;
  animation: ambient-drift 18s var(--ease-out-quart) infinite alternate;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, transparent 0 44%, oklch(1 0 0 / 0.20) 50%, transparent 56% 100%);
  transform: translateX(-34%);
  animation: silk-light 16s var(--ease-luxury) infinite;
  pointer-events: none;
}

.intro-curtain {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, oklch(0.20 0.040 42), oklch(0.33 0.120 28) 58%, oklch(0.21 0.040 55));
  color: var(--surface);
  animation: intro-exit 1500ms var(--ease-luxury) 1250ms forwards;
  pointer-events: none;
}

.intro-curtain::before,
.intro-curtain::after {
  content: "";
  position: absolute;
  inset: auto 0 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, oklch(0.86 0.070 82 / 0.90), transparent);
  transform: scaleX(0);
  animation: intro-line 1300ms var(--ease-luxury) 220ms forwards;
}

.intro-curtain::after {
  inset: 50% 0 auto;
  animation-delay: 360ms;
}

.intro-mark {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  animation: intro-mark 1600ms var(--ease-luxury) both;
}

.intro-mark img {
  width: 86px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px oklch(0 0 0 / 0.26));
}

.intro-mark span {
  font-family: "Bricolage Grotesque", "Nunito Sans", Arial, sans-serif;
  font-size: clamp(1.65rem, 5vw, 3.35rem);
  font-weight: 800;
  letter-spacing: 0;
}

.intro-complete .intro-curtain {
  display: none;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.scroll-sentinel {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(169, 20, 26, 0.28);
  outline-offset: 3px;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 12px 28px;
  background:
    linear-gradient(90deg, oklch(1 0 0 / 0.76), oklch(0.98 0.018 88 / 0.86)),
    oklch(0.985 0.014 88 / 0.82);
  border-bottom: 1px solid oklch(0.52 0.06 76 / 0.18);
  backdrop-filter: blur(20px) saturate(1.18);
  -webkit-backdrop-filter: blur(20px) saturate(1.18);
  transition: background 220ms var(--ease-out-quart), box-shadow 220ms var(--ease-out-quart), transform 220ms var(--ease-out-quart);
}

.site-header.is-scrolled {
  background:
    linear-gradient(90deg, oklch(1 0 0 / 0.90), oklch(0.98 0.016 86 / 0.96)),
    var(--surface);
  box-shadow: 0 8px 24px oklch(0.32 0.05 48 / 0.10);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: 0.02em;
  transition: transform 220ms var(--ease-out-quart), color 220ms ease;
}

.brand img { width: 58px; height: 45px; object-fit: contain; }
.brand:hover {
  color: var(--lacquer);
  transform: translateY(-1px);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  min-height: 38px;
  padding: 8px 9px;
  border-radius: var(--radius);
  color: #403832;
  transition: color 180ms ease, background 180ms ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 6px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 260ms var(--ease-luxury);
}
.main-nav a:hover {
  color: var(--red);
  background: rgba(169, 20, 26, 0.06);
}
.main-nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  transition: transform 220ms var(--ease-out-quart), box-shadow 220ms var(--ease-out-quart), background 220ms var(--ease-out-quart), filter 220ms var(--ease-out-quart);
}

.btn::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  z-index: -1;
  width: 52%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.34), transparent);
  opacity: 0;
}

.btn:hover { transform: translateY(-3px); filter: saturate(1.06); }
.btn:hover::after {
  animation: button-sheen 680ms var(--ease-out-quint);
  opacity: 1;
}
.btn:active { transform: translateY(0) scale(0.985); }
.btn.added {
  animation: add-confirm 620ms var(--ease-out-quint);
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  filter: grayscale(0.15);
}
.btn-primary {
  background: linear-gradient(135deg, var(--red), var(--lacquer));
  color: #fff;
  box-shadow: 0 10px 18px oklch(0.34 0.14 28 / 0.22);
}
.btn-primary:hover { background: linear-gradient(135deg, oklch(0.46 0.16 28), var(--red-dark)); }
.btn-light { background: oklch(1 0 0 / 0.76); color: var(--red); border: 1px solid oklch(0.42 0.15 28 / 0.18); }
.btn-gold, .btn-reserve {
  background: linear-gradient(135deg, var(--champagne), oklch(0.67 0.115 80));
  color: #1e1712;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.34);
}
.btn-whatsapp { background: #1fae5b; color: #fff; }
.btn-ghost { background: transparent; border: 1px solid var(--line); }
.btn-full { width: 100%; }

.hero {
  position: relative;
  min-height: 710px;
  display: flex;
  align-items: center;
  padding: 70px 0 64px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(115deg, oklch(0.32 0.105 28 / 0.12) 0%, oklch(0.995 0.012 94 / 0.98) 42%, oklch(0.82 0.055 132 / 0.48) 100%),
    linear-gradient(180deg, oklch(1 0 0 / 0.76), transparent 70%),
    var(--paper);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 38px 0 auto 0;
  height: 230px;
  background: linear-gradient(90deg, oklch(0.42 0.15 28 / 0.10), oklch(0.70 0.10 82 / 0.16), oklch(0.47 0.08 144 / 0.11));
  animation: hero-wash 11s var(--ease-out-quart) infinite alternate;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, oklch(1 0 0 / 0.34) 42%, transparent 62%);
  transform: translateX(-62%);
  animation: hero-sheen 5400ms var(--ease-luxury) 850ms both;
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

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

.hero-content h1,
h2 {
  font-family: "Bricolage Grotesque", "Nunito Sans", Arial, sans-serif;
  line-height: 0.98;
  margin: 0 0 18px;
}

.panel-head h3,
.brand {
  font-family: "Bricolage Grotesque", "Nunito Sans", Arial, sans-serif;
}

.hero-content h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.7vw, 5.35rem);
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
  color: oklch(0.16 0.028 42);
}

.hero-content p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.06rem;
  text-wrap: pretty;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.quick-facts span {
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  background: oklch(0.998 0.010 92 / 0.76);
  font-weight: 700;
  box-shadow: none;
}

.quick-facts span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, oklch(0.86 0.07 82 / 0.25), transparent);
  transform: translateX(-120%);
}

.quick-facts span:hover::after {
  animation: surface-sheen 780ms var(--ease-luxury);
}

.hero-service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hero-service-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: var(--radius);
  background: oklch(0.91 0.060 132 / 0.62);
  border: 1px solid oklch(0.66 0.08 132 / 0.25);
  color: oklch(0.28 0.05 112);
  font-size: 0.83rem;
  font-weight: 800;
}

.hero-visual {
  margin: 0;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 34px oklch(0.34 0.06 50 / 0.18);
  background:
    linear-gradient(135deg, oklch(0.92 0.060 82), oklch(0.61 0.085 138)),
    var(--champagne);
  padding: 10px;
  transform-style: preserve-3d;
  transition: transform 420ms var(--ease-out-quart), box-shadow 420ms var(--ease-out-quart);
}

.hero-visual:hover {
  transform: translateY(-6px) rotateX(var(--tilt-y, 1.5deg)) rotateY(var(--tilt-x, -1.5deg));
  box-shadow: 0 24px 46px oklch(0.32 0.06 50 / 0.22);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: inherit;
  pointer-events: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border-radius: 6px;
  background:
    linear-gradient(180deg, oklch(0 0 0 / 0.02), oklch(0 0 0 / 0.20)),
    linear-gradient(125deg, transparent 0 56%, oklch(1 0 0 / 0.28) 62%, transparent 70%);
  mix-blend-mode: soft-light;
  transform: translateX(-16%);
  transition: transform 700ms var(--ease-luxury);
  pointer-events: none;
}

.hero-visual:hover::before {
  transform: translateX(16%);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
  object-position: 38% center;
  border-radius: 6px;
  filter: brightness(1.08) saturate(1.04);
  transition: transform 700ms var(--ease-out-quart), filter 700ms var(--ease-out-quart);
}

.hero-visual:hover img {
  transform: scale(1.035);
  filter: brightness(1.12) saturate(1.09);
}

.section-pad { padding: 82px 0; }

#ueber-uns {
  background:
    linear-gradient(180deg, oklch(0.998 0.010 94 / 0.88), oklch(0.94 0.035 88 / 0.54));
}

.gallery {
  background:
    linear-gradient(180deg, oklch(0.98 0.018 96), oklch(0.92 0.045 28 / 0.35));
}

.contact {
  background:
    linear-gradient(120deg, oklch(0.88 0.055 132 / 0.54), oklch(0.99 0.012 94) 50%, oklch(0.88 0.060 82 / 0.48));
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  font-weight: 800;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  letter-spacing: 0;
  font-weight: 800;
}

.section-copy {
  max-width: 680px;
  color: var(--muted);
}

.split,
.order-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 36px;
  align-items: start;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-grid article {
  position: relative;
  overflow: hidden;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid oklch(0.52 0.07 78 / 0.20);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.feature-grid article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, var(--champagne), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 520ms var(--ease-luxury);
}

.feature-grid article:hover::before {
  transform: scaleX(1);
}

.form-card {
  padding: 26px;
  border: 1px solid oklch(0.52 0.06 76 / 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.72), oklch(0.98 0.014 92 / 0.88)),
    var(--surface);
  box-shadow: 0 8px 14px oklch(0.32 0.05 52 / 0.10);
  transition: box-shadow 260ms var(--ease-out-quart), transform 260ms var(--ease-out-quart), border-color 260ms var(--ease-out-quart);
}

.form-card:focus-within {
  border-color: oklch(0.42 0.15 28 / 0.30);
  box-shadow: 0 10px 18px oklch(0.42 0.08 72 / 0.14);
  transform: translateY(-2px);
}

.feature-grid span {
  color: var(--lacquer);
  font-weight: 800;
}

.feature-grid h3,
.form-card h3 {
  margin: 8px 0 8px;
}

.menu-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.44), oklch(0.95 0.030 86 / 0.94)),
    var(--soft);
  border-block: 1px solid var(--line);
}

.menu-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 38%, oklch(0.86 0.07 82 / 0.18) 46%, transparent 58% 100%);
  transform: translateX(-42%);
  animation: menu-light 13s var(--ease-luxury) infinite;
  pointer-events: none;
}

.menu-section > .container {
  position: relative;
  z-index: 1;
}

.lunch-band {
  background:
    linear-gradient(180deg, oklch(0.90 0.045 132 / 0.54), oklch(0.96 0.030 86 / 0.94)),
    var(--soft);
}

.lunch-band[hidden] {
  display: none;
}

.menu-section .container {
  width: min(1160px, calc(100% - 32px));
}

.menu-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
}

.menu-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
  align-content: start;
}

.menu-aside h2 {
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.menu-aside .section-copy {
  margin: 0;
}

.menu-switch {
  display: grid;
  gap: 8px;
  padding: 6px;
  border: 1px solid oklch(0.52 0.06 76 / 0.18);
  border-radius: var(--radius);
  background: oklch(1 0 0 / 0.62);
}

.menu-switch button {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 2px;
  width: 100%;
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease, color 220ms ease;
}

.menu-switch button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, oklch(1 0 0 / 0.28), transparent);
  transform: translateX(-115%);
}

.menu-switch button:hover {
  transform: translateY(-1px);
  border-color: rgba(169, 20, 26, 0.22);
}

.menu-switch button.active {
  background: linear-gradient(135deg, var(--red), var(--lacquer));
  color: #fff;
}

.menu-switch button.active::after {
  animation: surface-sheen 900ms var(--ease-luxury);
}

.menu-switch span,
.panel-head span {
  color: inherit;
  opacity: 0.76;
  font-size: 0.82rem;
  font-weight: 800;
}

.menu-content {
  min-width: 0;
}

.menu-panel {
  display: grid;
  gap: 14px;
}

.panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid oklch(0.52 0.06 76 / 0.18);
}

.panel-head h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1.05;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.status-row,
.filters,
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.filters,
.category-tabs {
  width: min(100%, 880px);
  padding: 5px;
  border: 1px solid oklch(0.52 0.06 76 / 0.18);
  border-radius: var(--radius);
  background: oklch(1 0 0 / 0.62);
}

.menu-panel .filters,
.menu-panel .category-tabs {
  width: 100%;
}

.availability,
.chip,
.category-tabs button {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.availability {
  border-color: var(--red);
}

.chip,
.category-tabs button {
  cursor: pointer;
}

.chip:hover,
.category-tabs button:hover {
  transform: translateY(-1px);
  border-color: rgba(169, 20, 26, 0.28);
  background: oklch(0.94 0.045 28 / 0.40);
}

.chip.active,
.category-tabs button.active,
.availability {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--lacquer));
  border-color: var(--red);
}

.availability.closed {
  background: #6f6a62;
  border-color: #6f6a62;
}

.text-link {
  width: fit-content;
  color: var(--red);
  font-weight: 800;
  border-bottom: 2px solid currentColor;
}

.menu-grid {
  display: block;
  column-count: 2;
  column-gap: 10px;
}

.menu-panel {
  scroll-margin-top: 112px;
}

.menu-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 8px;
  border: 1px solid oklch(0.52 0.06 76 / 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.72), oklch(0.98 0.014 92 / 0.86)),
    var(--surface);
}

.menu-pager:empty {
  display: none;
}

.menu-pager span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.menu-pager button {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid oklch(0.42 0.15 28 / 0.18);
  border-radius: var(--radius);
  background: oklch(1 0 0 / 0.78);
  color: var(--red);
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms var(--ease-out-quart), background 180ms ease, color 180ms ease;
}

.menu-pager button:hover:not(:disabled) {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--red), var(--lacquer));
  color: #fff;
}

.menu-pager button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.menu-card {
  position: relative;
  display: flex;
  flex-direction: column;
  break-inside: avoid;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid oklch(0.52 0.06 76 / 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.82), oklch(0.985 0.012 94 / 0.94)),
    var(--surface);
  box-shadow: none;
  transition: transform 260ms var(--ease-out-quart), box-shadow 260ms var(--ease-out-quart), border-color 260ms var(--ease-out-quart), background 260ms var(--ease-out-quart);
}

.menu-card-image {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: center 72%;
  flex: 0 0 auto;
  display: block;
}

.resmio-card {
  min-height: 620px;
  overflow: hidden;
}

.resmio-card h3 {
  margin-bottom: 18px;
}

#resmio-maiwok-zo,
#resmio-maiwok-zo iframe {
  width: 100% !important;
  min-height: 560px;
  border: 0;
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 54%, oklch(0.86 0.07 82 / 0.23) 60%, transparent 68%);
  transform: translateX(-120%);
  pointer-events: none;
}

.menu-card:hover {
  transform: translateY(-5px);
  border-color: oklch(0.42 0.15 28 / 0.22);
  background: oklch(0.998 0.010 92);
  box-shadow: 0 8px 16px oklch(0.32 0.06 52 / 0.12);
}

.menu-card:hover::before {
  animation: surface-sheen 760ms var(--ease-luxury);
}

.menu-card-body {
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 7px;
  flex: 1;
  height: auto;
  padding: 14px;
}

.menu-card .btn {
  margin-top: auto;
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.9rem;
}

.menu-card-top,
.cart-item-main,
.cart-total,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.code,
.price {
  font-weight: 900;
}

.code { color: var(--red); }
.price { color: var(--lacquer); }

.menu-card h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.menu-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  padding: 3px 8px;
  border-radius: 999px;
  background: oklch(0.91 0.055 82 / 0.72);
  color: oklch(0.31 0.050 60);
  font-size: 0.76rem;
  font-weight: 800;
}

.allergens {
  display: none;
  color: #817970;
  font-size: 0.76rem;
}

.order-section,
.reservation {
  background:
    linear-gradient(115deg, oklch(0.88 0.050 132 / 0.74) 0%, oklch(0.99 0.012 94 / 0.98) 50%, oklch(0.90 0.060 82 / 0.62) 100%),
    var(--paper);
  border-block: 1px solid rgba(25, 21, 18, 0.10);
}

.order-intro {
  align-self: center;
  position: relative;
}

.order-intro > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.02rem;
}

.order-steps {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  max-width: 470px;
}

.order-steps span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid oklch(0.52 0.06 76 / 0.16);
  border-radius: var(--radius);
  background: oklch(0.998 0.010 92 / 0.70);
  color: var(--ink);
  font-weight: 800;
}

.order-steps strong {
  color: var(--red);
  min-width: 34px;
}

.pickup-note {
  max-width: 470px;
  margin-top: 14px;
  padding: 16px;
  border-radius: var(--radius);
  background: oklch(0.95 0.040 28 / 0.52);
  border: 1px solid oklch(0.55 0.10 28 / 0.16);
}

.pickup-note strong,
.pickup-note span {
  display: block;
}

.pickup-note strong {
  margin-bottom: 6px;
  color: var(--red);
}

.pickup-note span {
  color: var(--muted);
  font-size: 0.92rem;
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 13px;
  font-weight: 800;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  background: var(--surface);
  color: var(--ink);
  transition: border-color 180ms var(--ease-out-quart), box-shadow 180ms var(--ease-out-quart), transform 180ms var(--ease-out-quart);
}

::placeholder {
  color: oklch(0.43 0.030 70);
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  -webkit-box-shadow: 0 0 0 1000px var(--surface) inset;
  transition: background-color 9999s ease-out;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(169, 20, 26, 0.38);
  box-shadow: 0 0 0 4px oklch(0.91 0.075 55 / 0.32);
  transform: translateY(-1px);
}

textarea { resize: vertical; }
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.notice {
  display: none;
  margin-top: 14px;
  padding: 12px;
  border-radius: var(--radius);
  background: #edf8ef;
  color: #145b27;
  font-weight: 700;
}

.notice.show { display: block; }
.notice.error { background: #ffecec; color: #8b1515; }

.notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.notice-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--red);
  font-weight: 800;
  border: 1px solid rgba(169, 20, 26, 0.2);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gallery-item {
  padding: 0;
  overflow: hidden;
  border: 1px solid oklch(0.52 0.06 76 / 0.14);
  border-radius: var(--radius);
  cursor: pointer;
  background: var(--surface);
  box-shadow: 0 8px 16px oklch(0.38 0.06 58 / 0.10);
  transition: transform 320ms var(--ease-out-quart), box-shadow 320ms var(--ease-out-quart), filter 320ms var(--ease-out-quart);
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 520ms var(--ease-out-quart), filter 520ms var(--ease-out-quart);
}

.gallery-item:hover {
  transform: translateY(-5px) scale(1.012);
  box-shadow: 0 12px 22px oklch(0.34 0.06 58 / 0.16);
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(1.05) saturate(1.08);
}

.check-list {
  padding-left: 20px;
  color: var(--muted);
}

.map-wrap {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid oklch(0.52 0.06 76 / 0.18);
  min-height: 420px;
  box-shadow: 0 8px 16px oklch(0.28 0.05 45 / 0.10);
}

.map-wrap iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.site-footer {
  padding: 28px 0;
  color: #fff;
  background:
    linear-gradient(90deg, oklch(0.26 0.050 42), var(--lacquer), oklch(0.28 0.055 55));
  border-top: 1px solid oklch(0.86 0.07 82 / 0.22);
}

.site-footer p { margin: 0; }

.footer-inner {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 6px;
}

.floating-cart {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--red), var(--lacquer));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 24px oklch(0.34 0.14 28 / 0.28);
  cursor: pointer;
  transition: transform 180ms var(--ease-out-quart), box-shadow 180ms var(--ease-out-quart), background 180ms var(--ease-out-quart);
}

.floating-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(169, 20, 26, 0.34);
}

.floating-cart.attention {
  animation: cart-attention 520ms var(--ease-out-expo);
}

.mobile-dock {
  display: none;
}

[data-cart-count].bump {
  display: inline-block;
  animation: count-bump 420ms var(--ease-out-expo);
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 35;
  display: none;
  background: rgba(0,0,0,0.34);
  opacity: 0;
  transition: opacity 220ms var(--ease-out-quart);
}

.cart-backdrop.open {
  display: block;
  opacity: 1;
}

.cart-panel {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(430px, 100%);
  transform: translateX(100%);
  transition: transform 320ms var(--ease-out-expo);
  background:
    linear-gradient(180deg, var(--porcelain), var(--paper)),
    var(--paper);
  box-shadow: -18px 0 40px rgba(0,0,0,0.18);
}

.cart-panel.open { transform: translateX(0); }

.cart-head,
.cart-footer {
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.cart-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.cart-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.cart-head h3 { margin: 0; }
.cart-head span { color: var(--muted); font-size: 0.85rem; }

.icon-btn,
.text-button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-btn {
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
}

.cart-items {
  overflow: auto;
  padding: 18px;
}

.cart-item {
  display: grid;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-controls button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  cursor: pointer;
}

.cart-empty {
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: var(--surface);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(0,0,0,0.84);
}

.lightbox.open { display: grid; }

.lightbox img {
  max-height: 86vh;
  border-radius: var(--radius);
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.motion-ready [data-reveal-ready="true"] {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(10px);
  transition:
    opacity 780ms var(--ease-luxury),
    transform 780ms var(--ease-luxury),
    filter 780ms var(--ease-luxury);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready [data-reveal-ready="true"].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.page-ready .hero-content,
.page-ready .hero-visual,
.page-ready .section-head {
  animation: rise-in 820ms var(--ease-luxury) both;
}

.page-ready .hero-visual {
  animation-delay: 260ms;
}

.page-ready .hero-visual img {
  animation: image-focus 1200ms var(--ease-luxury) both;
}

.page-ready .quick-facts span,
.page-ready .hero-service-row span {
  animation: rise-in 780ms var(--ease-luxury) both;
}

.page-ready .site-header {
  animation: header-drop 820ms var(--ease-luxury) 1450ms both;
}

.page-ready .hero-content .eyebrow { animation: luxury-copy-in 780ms var(--ease-luxury) 1470ms both; }
.page-ready .hero-content h1 { animation: title-unveil 1120ms var(--ease-luxury) 1550ms both; }
.page-ready .hero-content > p:not(.eyebrow) { animation: luxury-copy-in 780ms var(--ease-luxury) 1680ms both; }
.page-ready .hero-actions { animation: luxury-copy-in 780ms var(--ease-luxury) 1800ms both; }
.page-ready .quick-facts span:nth-child(1) { animation-delay: 1880ms; }
.page-ready .quick-facts span:nth-child(2) { animation-delay: 1960ms; }
.page-ready .quick-facts span:nth-child(3) { animation-delay: 2040ms; }
.page-ready .hero-service-row span:nth-child(1) { animation-delay: 2120ms; }
.page-ready .hero-service-row span:nth-child(2) { animation-delay: 2180ms; }

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes title-unveil {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translateY(24px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes luxury-copy-in {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes header-drop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes image-focus {
  from {
    opacity: 0;
    transform: scale(1.10) rotate(0.6deg);
    filter: blur(12px) brightness(1.12) saturate(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1.08) saturate(1.04);
  }
}

@keyframes ambient-drift {
  from { background-position: 0% 0%; }
  to { background-position: 100% 35%; }
}

@keyframes silk-light {
  0%, 54% { transform: translateX(-42%); opacity: 0; }
  68% { opacity: 0.72; }
  100% { transform: translateX(44%); opacity: 0; }
}

@keyframes intro-mark {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    filter: blur(10px);
  }
  42% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-6px) scale(1);
    filter: blur(0);
  }
}

@keyframes intro-line {
  from { transform: scaleX(0); opacity: 0; }
  38% { opacity: 1; }
  to { transform: scaleX(1); opacity: 0.72; }
}

@keyframes intro-exit {
  from {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  to {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
  }
}

@keyframes hero-wash {
  from { transform: translateX(-2%); opacity: 0.72; }
  to { transform: translateX(2%); opacity: 1; }
}

@keyframes hero-sheen {
  from { transform: translateX(-70%); opacity: 0; }
  26% { opacity: 0.65; }
  to { transform: translateX(72%); opacity: 0; }
}

@keyframes menu-light {
  0%, 46% { transform: translateX(-48%); opacity: 0; }
  64% { opacity: 0.7; }
  100% { transform: translateX(44%); opacity: 0; }
}

@keyframes surface-sheen {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

@keyframes button-sheen {
  from { transform: translateX(0) skewX(-18deg); }
  to { transform: translateX(320%) skewX(-18deg); }
}

@keyframes add-confirm {
  0% { transform: scale(1); }
  42% { transform: scale(1.035); box-shadow: 0 0 0 5px oklch(0.91 0.060 132 / 0.52); }
  100% { transform: scale(1); }
}

@keyframes cart-attention {
  0% { transform: translateY(0) scale(1); }
  38% { transform: translateY(-4px) scale(1.035); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes count-bump {
  0% { transform: scale(1); }
  42% { transform: scale(1.38); }
  100% { transform: scale(1); }
}

@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;
  }
  .intro-curtain {
    display: none;
  }
  .motion-ready [data-reveal-ready="true"] {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 1120px) {
  .menu-shell {
    grid-template-columns: 1fr;
  }
  .menu-aside {
    position: static;
    max-width: 42rem;
  }
  .menu-aside h2 {
    font-size: clamp(2.4rem, 8vw, 4rem);
  }
}

@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav {
    display: none;
    width: 100%;
    order: 3;
    margin-left: 0;
    padding: 14px 0;
  }
  .main-nav.open { display: grid; }
  .hero-inner,
  .split,
  .order-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .menu-switch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }
  .container {
    width: min(100% - 32px, 1160px);
  }
  .site-header {
    top: 8px;
    width: calc(100% - 20px);
    margin: 8px auto 0;
    min-height: 64px;
    padding: 8px 10px;
    gap: 10px;
    border: 1px solid oklch(0.52 0.06 76 / 0.18);
    border-radius: 14px;
    box-shadow: 0 10px 24px oklch(0.28 0.05 45 / 0.10);
  }
  .brand img {
    width: 44px;
    height: 35px;
  }
  .brand span {
    font-size: 1.05rem;
  }
  .nav-toggle {
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    background: oklch(1 0 0 / 0.78);
  }
  .main-nav {
    margin-top: 6px;
    padding: 8px;
    border: 1px solid oklch(0.52 0.06 76 / 0.16);
    border-radius: 12px;
    background:
      linear-gradient(180deg, oklch(1 0 0 / 0.92), oklch(0.98 0.014 92 / 0.96)),
      var(--surface);
    box-shadow: 0 10px 20px oklch(0.28 0.05 45 / 0.10);
  }
  .main-nav.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .main-nav a {
    display: grid;
    place-items: center;
    min-height: 44px;
    padding: 8px;
    text-align: center;
    background: oklch(1 0 0 / 0.58);
    border: 1px solid oklch(0.52 0.06 76 / 0.12);
  }
  .site-header > .btn { display: none; }
  .hero {
    min-height: auto;
    padding: 48px 0 44px;
  }
  .hero-inner {
    gap: 22px;
  }
  .hero-content,
  .split > div:first-child,
  .menu-aside,
  .order-intro,
  .reservation .order-layout > div:first-child,
  .contact-layout > div:first-child,
  .section-head,
  .panel-head {
    text-align: center;
    justify-items: center;
  }
  .hero-content p,
  .split > div:first-child p,
  .menu-aside .section-copy,
  .order-intro > p:not(.eyebrow),
  .reservation .order-layout > div:first-child p,
  .contact-layout > div:first-child p,
  .section-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
  }
  .hero-content h1 {
    font-size: clamp(2.2rem, 13vw, 3.25rem);
    line-height: 1;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero-actions .btn,
  .contact-actions .btn {
    width: 100%;
    min-height: 48px;
  }
  .quick-facts {
    max-width: 27rem;
    margin-left: auto;
    margin-right: auto;
  }
  .quick-facts span {
    min-height: auto;
    text-align: center;
    padding: 12px;
  }
  .hero-service-row span {
    width: 100%;
    justify-content: center;
  }
  .hero-visual {
    max-width: 27rem;
    margin: 0 auto;
    padding: 8px;
  }
  .hero-visual img {
    aspect-ratio: 4 / 3.6;
    object-position: 35% center;
  }
  .panel-head {
    align-items: center;
    flex-direction: column;
    gap: 6px;
  }
  .menu-switch {
    gap: 6px;
  }
  .menu-switch button {
    min-height: 68px;
    padding: 9px;
  }
  .menu-switch strong {
    font-size: 0.95rem;
  }
  .menu-switch span {
    font-size: 0.74rem;
  }
  .status-row {
    gap: 8px;
  }
  .menu-panel .filters,
  .menu-panel .category-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 6px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .menu-panel .filters::-webkit-scrollbar,
  .menu-panel .category-tabs::-webkit-scrollbar {
    display: none;
  }
  .chip,
  .category-tabs button {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .quick-facts,
  .feature-grid,
  .form-row {
    grid-template-columns: 1fr;
  }
  .menu-grid {
    column-count: 1;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .feature-grid {
    max-width: 27rem;
    margin: 0 auto;
  }
  .feature-grid article {
    padding: 22px 14px 20px;
    text-align: center;
  }
  .feature-grid article::before {
    left: 50%;
    width: min(180px, 56%);
    transform: translateX(-50%) scaleX(1);
    transform-origin: center;
    background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  }
  .feature-grid h3,
  .feature-grid p {
    margin-left: auto;
    margin-right: auto;
  }
  .feature-grid p {
    max-width: 25rem;
  }
  .status-row,
  .hero-actions,
  .contact-actions {
    justify-content: center;
  }
  .check-list {
    display: inline-grid;
    justify-items: start;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-card-body {
    grid-template-rows: none;
    padding: 14px;
  }
  .menu-card,
  .form-card,
  .map-wrap {
    width: min(100%, 27rem);
    margin-left: auto;
    margin-right: auto;
  }
  .menu-card p,
  .tag-row {
    min-height: 0;
  }
  .menu-pager {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .menu-pager span {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .menu-pager button {
    grid-row: 2;
    width: 100%;
  }
  .allergens {
    display: none;
  }
  .floating-cart {
    display: none;
  }
  .mobile-dock {
    position: fixed;
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 34;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 6px;
    padding: 7px;
    border: 1px solid oklch(0.52 0.06 76 / 0.20);
    border-radius: 14px;
    background:
      linear-gradient(180deg, oklch(1 0 0 / 0.86), oklch(0.98 0.014 92 / 0.92)),
      var(--surface);
    box-shadow: 0 14px 34px oklch(0.25 0.06 42 / 0.22);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
  }
  .mobile-dock a,
  .mobile-dock button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 8px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
  }
  .mobile-dock button {
    background: linear-gradient(135deg, var(--red), var(--lacquer));
    color: #fff;
    box-shadow: 0 8px 16px oklch(0.34 0.14 28 / 0.18);
  }
  .section-pad { padding: 58px 0; }
  .footer-inner {
    display: flex;
    justify-content: center;
  }
}
