:root {
  --paper: #f4efe6;
  --ink: #231c16;
  --muted: #6f645b;
  --line: #e4d9cc;
  --card: #fffdf9;
  --accent: #c2410c;
  --accent-dark: #9a3412;
  --dark: #231c16;
  --serif: "Gowun Batang", "Apple SD Gothic Neo", "Noto Serif KR", serif;
  --sans: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --shadow: 0 24px 60px rgba(35, 28, 22, 0.12);
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

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

a {
  color: inherit;
}

::selection {
  background: #efc2ae;
  color: var(--ink);
}

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

[hidden] {
  display: none !important;
}

section {
  scroll-margin-top: 80px;
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--ink);
  color: var(--paper);
  padding: 0.5rem 0.8rem;
  z-index: 30;
}

.skip:focus {
  top: 12px;
}

.top {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 68px;
  padding: 0 1.25rem;
  background: rgba(244, 239, 230, 0.92);
  border-bottom: 1px solid rgba(35, 28, 22, 0.08);
  backdrop-filter: blur(12px);
}

.logo {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.nav {
  display: none;
  gap: 1.4rem;
}

.nav a {
  text-decoration: none;
  font-size: 0.95rem;
}

.hero,
.signature,
.menu-section,
.space,
.reserve,
.foot {
  width: min(1080px, calc(100% - 2rem));
  margin-inline: auto;
}

.hero {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 0 2rem;
}

.eyebrow,
.kicker {
  margin: 0 0 0.8rem;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.open-state {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.2rem;
  padding: 0.35rem 0.7rem 0.35rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.7);
  color: var(--muted);
  font-size: 0.85rem;
}

.dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--muted);
}

.open-state.is-open {
  color: #245c32;
}

.open-state.is-open .dot {
  background: #2f7d3a;
  box-shadow: 0 0 0 4px rgba(47, 125, 58, 0.15);
}

h1,
h2,
.quote,
.stamp strong,
.signature-price,
.walk span {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.04em;
}

h1 {
  margin: 0;
  font-size: clamp(2.7rem, 8vw, 5.4rem);
  line-height: 1.18;
}

.lead,
.quote,
.visit-lead,
.reserve-intro p,
.signature p {
  color: var(--muted);
  font-size: 1.05rem;
}

.lead {
  max-width: 34rem;
  margin: 1.1rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-small {
  min-height: 40px;
  padding: 0.45rem 0.9rem;
  font-size: 0.92rem;
}

.btn-accent {
  background: var(--accent);
  color: white;
}

.btn-accent:hover {
  background: var(--accent-dark);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(35, 28, 22, 0.2);
}

.btn-block {
  width: 100%;
}

.stamp {
  display: grid;
  place-items: center;
  align-content: center;
  width: min(280px, 78vw);
  aspect-ratio: 1;
  margin: 0;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  justify-self: start;
  text-align: center;
}

.stamp-kicker,
.stamp-foot {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stamp strong {
  font-size: clamp(4.5rem, 12vw, 6rem);
  line-height: 0.9;
}

.stamp-foot {
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--accent-dark);
}

.marquee {
  width: min(1080px, calc(100% - 2rem));
  margin: 0.5rem auto 0;
  padding: 0.85rem 0;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.signature {
  display: grid;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.4rem;
  background: var(--ink);
  color: var(--paper);
  border-radius: 22px;
}

.signature .kicker,
.signature p {
  color: #e7d3c4;
}

.signature h2,
.signature-price {
  margin: 0;
  color: white;
}

.signature h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.2;
}

.signature p {
  margin: 0.4rem 0 0;
}

.signature-price {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1;
}

.signature-price span {
  margin-left: 0.15rem;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.menu-section,
.space,
.reserve {
  padding: 4.2rem 0 0;
}

.section-head h2,
.reserve-intro h2,
.space h2,
.visit h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.2;
}

.menu-groups {
  display: grid;
  gap: 2rem;
  margin-top: 1.6rem;
}

.menu-groups h3 {
  margin: 0 0 0.3rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

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

.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: 0.95rem 0.2rem;
  border-bottom: 1px solid var(--line);
}

.item-name,
.price {
  margin: 0;
}

.item-name {
  font-weight: 700;
}

.item-note {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.price {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.price::after {
  content: "원";
  margin-left: 0.12rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.tag {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  background: #f3d2c4;
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 700;
  vertical-align: 0.15em;
}

.is-out {
  opacity: 0.55;
}

.menu-lead {
  margin: 0.4rem 0 1rem;
  color: var(--muted);
}

.food-grid {
  display: grid;
  gap: 0.35rem;
}

.food {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem 0.15rem;
  border-bottom: 1px solid var(--line);
}

.food img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 16px;
}

.food .price {
  margin-top: 0.25rem;
}

.qty {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.qty button {
  width: 34px;
  height: 34px;
  border: 1px solid #e5d9cb;
  border-radius: 50%;
  background: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.qty button:disabled {
  color: #c4b8ad;
  cursor: not-allowed;
}

.qty-num {
  min-width: 1.1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  text-align: center;
}

.food.is-chosen {
  background: rgba(255, 253, 249, 0.7);
}

.facts {
  margin: 0;
}

.facts div {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
}

.facts dt {
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.facts dd {
  margin: 0;
}

.floor-caption {
  margin: 0 0 0.45rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.floor-grid {
  display: grid;
  gap: 0.55rem;
}

.table-card {
  padding: 0.7rem;
  border-radius: 14px;
  background: #fff;
}

.table-card .zone {
  margin-top: 0;
}

.seat-detail {
  margin-top: 0.7rem;
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 0.92rem;
}

.seat-detail p {
  margin: 0.35rem 0 0;
}

.seat-detail p:first-child {
  margin-top: 0;
}

.order-summary {
  padding: 0.85rem 0.9rem;
  border: 1px dashed #e5d9cb;
  border-radius: 16px;
  background: #fffdf9;
}

.order-summary dl {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.order-summary div,
.order-summary .order-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.order-summary dt {
  color: var(--muted);
}

.order-summary dd {
  margin: 0;
  font-weight: 700;
}

.order-total {
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
}

.order-total dt,
.order-total dd {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
}

.menu-total {
  margin: 1.2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.owner-page {
  width: min(880px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.5rem 0 4rem;
}

.owner-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.owner-top h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
}

.owner-top a {
  font-weight: 700;
  text-underline-offset: 3px;
}

.owner-kicker {
  margin: 0 0 0.25rem;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.owner-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0 0 1.2rem;
}

.owner-stats div {
  padding: 0.9rem 0.85rem;
  border-radius: 16px;
  background: #fffdf9;
  border: 1px solid var(--line);
}

.owner-stats span {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.owner-stats small {
  color: var(--muted);
}

.booking-list {
  display: grid;
  gap: 0.8rem;
}

.booking {
  padding: 1rem 1rem 0.9rem;
  border-radius: 18px;
  background: #fffdf9;
  border: 1px solid var(--line);
}

.booking.is-new {
  border-color: #e7b8a2;
}

.booking header {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: baseline;
}

.booking h2 {
  margin: 0;
  font-size: 1.55rem;
}

.booking .tag {
  margin-left: 0;
}

.booking dl {
  margin: 0.8rem 0;
}

.booking dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px dashed var(--line);
}

.booking dt {
  color: var(--muted);
}

.booking dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.booking .sum dd {
  font-family: var(--serif);
  font-size: 1.25rem;
}

.owner-empty {
  color: var(--muted);
}

.mark-seen {
  min-height: 40px;
  padding: 0.4rem 0.85rem;
  font-size: 0.92rem;
}

.order-empty {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.space {
  display: grid;
  gap: 1.8rem;
}

.quote {
  max-width: 28rem;
  margin: 1rem 0 0;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.45;
  color: var(--ink);
}

.rules {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.rules li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.rules span {
  color: var(--accent-dark);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.rules p {
  margin: 0;
  font-size: 1.08rem;
}

.visit {
  display: grid;
  gap: 1.5rem;
  margin-top: 4.2rem;
  padding: 3.2rem 1.25rem 3.4rem;
  background: var(--dark);
  color: var(--paper);
}

.visit .kicker {
  color: #f0b79a;
}

.visit-lead {
  margin: 0.8rem 0 0;
  color: #d9cdc2;
}

.walk {
  margin: 1rem 0 0;
  font-size: 1.1rem;
}

.walk span {
  margin-right: 0.15rem;
  font-size: clamp(4rem, 12vw, 6.5rem);
  line-height: 0.85;
}

.hours {
  margin: 0;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(244, 239, 230, 0.16);
}

.hours dt {
  color: #d9cdc2;
}

.hours dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.reserve-intro p {
  max-width: 36rem;
}

.ticket {
  display: grid;
  margin-top: 1.5rem;
  overflow: hidden;
  background: var(--card);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.stub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  background: var(--ink);
  color: var(--paper);
}

.stub p {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.stub strong {
  font-family: var(--serif);
  font-size: 1.5rem;
}

.stub-meta {
  text-align: right;
  line-height: 1.45;
}

.fields {
  display: grid;
  gap: 0.95rem;
  padding: 1.2rem;
}

.form-error {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: #fde8e0;
  color: var(--accent-dark);
  font-weight: 700;
}

.split {
  display: grid;
  gap: 0.75rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field span,
.pills legend,
.seat-map legend {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.field em {
  color: #a8988c;
  font-style: normal;
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.85rem 0.9rem;
  border: 1px solid #e5d9cb;
  border-radius: 14px;
  background: #fff;
}

.field textarea {
  resize: vertical;
  min-height: 96px;
}

.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 55%,
    calc(100% - 12px) 55%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.pills {
  margin: 0;
  padding: 0;
  border: 0;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.4rem;
}

.pill-row label {
  position: relative;
}

.pill-row input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.pill-row span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border: 1px solid #e5d9cb;
  border-radius: 999px;
  background: white;
  cursor: pointer;
}

.pill-row label:has(input:checked) span {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.pill-row label:focus-within span {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.seat-map {
  margin: 0;
  padding: 0.85rem 0.85rem 0.75rem;
  border: 1px solid #e5d9cb;
  border-radius: 18px;
  background: #faf6f0;
}

.seat-map legend {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0 0.15rem 0.35rem;
}

.seat-map legend em {
  color: var(--accent-dark);
  font-style: normal;
}

.zone {
  margin: 0.75rem 0 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.window-bar {
  height: 8px;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(#e7f1f6, #c5d7e2);
}

.seat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.seat-row.pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seat {
  min-height: 58px;
  border: 1px solid #e5d9cb;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 7px 0 #efe6da;
  font-weight: 700;
  cursor: pointer;
}

.seat[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
  box-shadow: inset 0 7px 0 #3d342c;
}

.seat.is-taken {
  border-color: #e4d9cb;
  background: #ebe3d8;
  color: #9a8d82;
  box-shadow: inset 0 7px 0 #ddd2c4;
  text-decoration: line-through;
  cursor: not-allowed;
}

.seat-key {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.seat-key span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.swatch {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #e5d9cb;
  border-radius: 3px;
  background: #fff;
}

.swatch.is-on {
  border-color: var(--ink);
  background: var(--ink);
}

.swatch.is-off {
  border-color: #ddd2c4;
  background: #ebe3d8;
}

.fine {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
}

.confirm {
  display: grid;
  gap: 0.3rem;
  padding: 0.4rem 0 0.2rem;
}

.confirm .kicker {
  margin-bottom: 0.2rem;
}

.confirm h3 {
  margin: 0 0 0.6rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 2.7rem);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.confirm dl {
  display: grid;
  gap: 0.55rem;
  margin: 0.4rem 0 1rem;
}

.confirm div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px dashed var(--line);
}

.confirm dt {
  color: var(--muted);
}

.confirm dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.linkish {
  margin-top: 0.8rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--accent-dark);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.foot {
  padding: 3rem 0 6.5rem;
  color: var(--muted);
  text-align: center;
}

.foot .logo {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--ink);
}

.foot p {
  margin: 0.2rem 0;
}

.sample {
  max-width: 28rem;
  margin: 0.8rem auto 0 !important;
  font-size: 0.85rem;
}

.dock {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 25;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(194, 65, 12, 0.35);
  transition: transform 220ms ease;
}

.js .dock {
  transform: translateY(140%);
}

.js .dock.is-visible {
  transform: translateY(0);
}

@media (min-width: 720px) {
  .nav {
    display: flex;
  }

  .top {
    padding-inline: 1.5rem;
  }

  .hero,
  .signature,
  .menu-section,
  .space,
  .reserve,
  .foot,
  .marquee {
    width: min(1080px, calc(100% - 4rem));
  }

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

  .stamp {
    justify-self: end;
  }
}

@media (min-width: 880px) {
  .hero {
    grid-template-columns: 1.4fr 0.7fr;
    align-items: center;
    padding: 4.2rem 0 2.2rem;
  }

  .stamp {
    width: 320px;
    margin-bottom: 1rem;
  }

  .signature {
    grid-template-columns: 1.4fr auto auto;
    gap: 1.5rem;
    padding: 1.6rem 1.6rem 1.6rem 1.8rem;
  }

  .food-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem;
  }

  .space {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3rem;
    align-items: start;
  }

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

  .table-wide {
    grid-column: 1 / -1;
  }

  .visit {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    padding: 4.5rem max(1.5rem, calc((100% - 1080px) / 2)) 4.5rem;
  }

  .ticket {
    grid-template-columns: 180px 1fr;
  }

  .stub {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.4rem 1.2rem;
  }

  .stub strong {
    font-size: 2rem;
    line-height: 1.2;
  }

  .stub-meta {
    text-align: left;
  }

  .fields {
    padding: 1.5rem 1.5rem 1.3rem;
  }

  .dock {
    display: none;
  }

  .foot {
    padding-bottom: 3rem;
  }
}

@media (max-width: 560px) {
  .owner-stats {
    grid-template-columns: 1fr;
  }
}

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

  .btn:hover {
    transform: none;
  }

  .dock {
    transition: none;
  }
}
