:root {
  --ink: #111315;
  --ink-soft: #24282c;
  --graphite: #17191b;
  --charcoal: #0d0f10;
  --paper: #f6f2e9;
  --paper-strong: #fffaf0;
  --muted: #69717a;
  --muted-light: #b9b1a4;
  --gold: #d8aa5f;
  --gold-bright: #f0cc83;
  --sage: #758d6b;
  --sage-deep: #526b4c;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(17, 19, 21, 0.12);
  --white: #ffffff;
  --danger: #cf5c53;
  --success: #43b26d;
  --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.16);
  --shadow-strong: 0 28px 80px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body::selection {
  color: var(--charcoal);
  background: var(--gold-bright);
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  border: 0;
  cursor: pointer;
}

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

main {
  background: var(--paper);
}

.section-pad {
  padding: 104px 22px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.about-content h2,
.reservation-copy h2,
.contact-content h2 {
  margin: 10px 0 16px;
  color: var(--ink);
  font-size: 2.65rem;
  line-height: 1.08;
  font-weight: 800;
}

.section-heading p,
.about-content p,
.reservation-copy p,
.contact-content p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-kicker::before,
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.btn,
.nav-order,
.order,
.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.btn:hover,
.nav-order:hover,
.order:hover,
.submit-btn:hover {
  transform: translateY(-2px);
}

.btn-primary,
.nav-order,
.submit-btn {
  color: #17100a;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 16px 34px rgba(216, 170, 95, 0.26);
}

.btn-outline {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.btn-outline:hover {
  border-color: rgba(240, 204, 131, 0.75);
  background: rgba(240, 204, 131, 0.13);
}

:focus-visible {
  outline: 3px solid rgba(240, 204, 131, 0.72);
  outline-offset: 3px;
}

/* Navbar */
.navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding: 18px 22px;
  color: var(--white);
  transition:
    background 260ms ease,
    box-shadow 260ms ease,
    padding 260ms ease,
    border-color 260ms ease;
}

.navbar.scrolled,
.navbar.menu-active {
  padding-block: 12px;
  background: rgba(13, 15, 16, 0.88);
  border-bottom: 1px solid var(--line-dark);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.nav-container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-weight: 800;
  font-size: 1rem;
}

.logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid rgba(240, 204, 131, 0.35);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 11px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  transition:
    color 200ms ease,
    background 200ms ease;
}

.nav-link i {
  color: var(--gold-bright);
  font-size: 0.84rem;
}

.nav-link:hover,
.nav-link.active {
  color: var(--white);
  background: rgba(240, 204, 131, 0.12);
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 210px;
  padding: 10px;
  border: 1px solid rgba(240, 204, 131, 0.25);
  border-radius: var(--radius);
  background: rgba(18, 19, 20, 0.96);
  box-shadow: var(--shadow-strong);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 200ms ease,
    transform 200ms ease,
    visibility 200ms ease;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.dropdown-menu a:hover {
  color: var(--white);
  background: rgba(240, 204, 131, 0.12);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hamburger {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

.hamburger span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-overlay {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  padding: 132px 22px 78px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 10, 11, 0.9) 0%, rgba(8, 10, 11, 0.68) 46%, rgba(8, 10, 11, 0.2) 100%),
    linear-gradient(0deg, rgba(8, 10, 11, 0.92) 0%, rgba(8, 10, 11, 0) 35%),
    url("assets/img/toko.png") center / cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.hero-content {
  max-width: 690px;
}

.hero h1 {
  margin: 14px 0 18px;
  color: var(--white);
  font-size: 5rem;
  line-height: 0.95;
  font-weight: 800;
}

.hero p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 64px;
}

.hero-highlights div {
  min-height: 92px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
}

.hero-highlights strong {
  display: block;
  color: var(--gold-bright);
  font-size: 1.3rem;
  line-height: 1.1;
}

.hero-highlights span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

/* About */
.about {
  background:
    linear-gradient(180deg, #f8f3ea 0%, #ece5d9 100%);
}

.about-container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
}

.about-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.about-image::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(240, 204, 131, 0.42);
  border-radius: 6px;
  pointer-events: none;
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.about-content {
  max-width: 540px;
}

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

.stats div {
  min-height: 108px;
  padding: 18px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.74);
  box-shadow: 0 12px 28px rgba(17, 19, 21, 0.06);
}

.stats strong {
  display: block;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1;
}

.stats span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

/* Menu */
.menu {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(13, 15, 16, 0.98), rgba(19, 21, 22, 0.97)),
    url("assets/img/logo.png") center / 700px no-repeat;
}

.menu .section-heading h2,
.menu .section-heading p {
  color: var(--white);
}

.menu .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.menu-showcase {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.menu-poster {
  position: sticky;
  top: 112px;
  overflow: hidden;
  border: 1px solid rgba(240, 204, 131, 0.25);
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
}

.menu-poster img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

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

.menu-tabs,
.reservation-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.tab {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(240, 204, 131, 0.24);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  transition:
    background 200ms ease,
    color 200ms ease,
    transform 200ms ease,
    border-color 200ms ease;
}

.tab:hover {
  transform: translateY(-1px);
  border-color: rgba(240, 204, 131, 0.5);
}

.tab.active {
  color: #17100a;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}

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

.menu-card {
  display: none;
  min-height: 238px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.055));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  flex-direction: column;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.menu:not([data-active]) .menu-card.coffee,
.menu[data-active="coffee"] .menu-card.coffee,
.menu[data-active="snack"] .menu-card.snack,
.menu[data-active="meal"] .menu-card.meal {
  display: flex;
}

.menu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 204, 131, 0.42);
  background: linear-gradient(180deg, rgba(240, 204, 131, 0.13), rgba(255, 255, 255, 0.055));
}

.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: #16100a;
  background: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 800;
}

.menu-card h3 {
  margin: 18px 0 10px;
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.2;
}

.menu-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
}

.menu-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
}

.menu-card-footer strong {
  color: var(--gold-bright);
  font-size: 1.35rem;
}

.order {
  min-height: 40px;
  padding-inline: 14px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
}

/* Gallery */
.gallery {
  background: var(--paper);
}

.gallery-grid {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  grid-template-rows: repeat(2, 270px);
  gap: 16px;
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--charcoal);
  box-shadow: var(--shadow-soft);
}

.gallery-large {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.gallery-item:nth-child(3) img {
  object-fit: contain;
  padding: 24px;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: var(--white);
  font-weight: 800;
}

/* Reservation */
.reservation {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(13, 15, 16, 0.94), rgba(13, 15, 16, 0.72)),
    url("assets/img/toko.png") center / cover no-repeat;
}

.reservation-container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: 44px;
}

.reservation-copy {
  position: sticky;
  top: 112px;
}

.reservation-copy h2,
.reservation-copy p {
  color: var(--white);
}

.reservation-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.reserve-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.reserve-feature i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  color: #17100a;
  background: var(--gold-bright);
}

.reservation-panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.95);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
}

.reservation-tabs .tab {
  color: var(--ink);
  border-color: var(--line-light);
  background: rgba(17, 19, 21, 0.04);
}

.reservation-tabs .tab.active {
  color: #17100a;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}

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

.input-group {
  position: relative;
  display: block;
}

.input-group.wide {
  grid-column: 1 / -1;
}

.input-group i {
  position: absolute;
  left: 15px;
  top: 18px;
  color: var(--sage-deep);
  pointer-events: none;
}

.input-group input,
.input-group textarea,
.input-group select {
  width: 100%;
  min-height: 56px;
  padding: 0 14px 0 44px;
  border: 1px solid rgba(17, 19, 21, 0.12);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.8);
  outline: none;
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    background 200ms ease;
}

.input-group textarea {
  min-height: 108px;
  padding-top: 15px;
  resize: vertical;
}

.input-group input:focus,
.input-group textarea:focus,
.input-group select:focus {
  border-color: rgba(82, 107, 76, 0.62);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(117, 141, 107, 0.14);
}

.input-group small {
  display: block;
  min-height: 18px;
  margin: 5px 4px 0;
  color: var(--danger);
  font-size: 0.76rem;
  font-weight: 700;
}

.input-group.error input,
.input-group.error textarea,
.input-group.error select {
  border-color: rgba(207, 92, 83, 0.7);
}

.reservation[data-mode="booking"] .order-only,
.reservation[data-mode="order"] .booking-only {
  display: none;
}

.order-menu {
  margin-top: 10px;
  color: var(--ink);
}

.order-menu h3 {
  margin: 10px 0 12px;
  font-size: 1rem;
}

.order-item,
.order-total {
  display: grid;
  grid-template-columns: 1fr 92px;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(17, 19, 21, 0.1);
}

.order-item span {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.order-item em {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

.order-item input {
  width: 92px;
  min-height: 42px;
  padding: 0 8px;
  border: 1px solid rgba(17, 19, 21, 0.12);
  border-radius: var(--radius);
  text-align: center;
}

.order-total {
  margin-top: 4px;
  color: var(--ink);
  font-weight: 800;
}

.order-total strong {
  color: var(--sage-deep);
  text-align: right;
}

.submit-btn {
  width: 100%;
  margin-top: 16px;
  min-height: 54px;
}

.popup {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 1100;
  min-width: 280px;
  padding: 14px 18px;
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(17, 19, 21, 0.94);
  box-shadow: var(--shadow-strong);
  text-align: center;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 18px);
  transition:
    opacity 220ms ease,
    visibility 220ms ease,
    transform 220ms ease;
}

.popup.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* Testimonials */
.testimonials {
  background:
    linear-gradient(180deg, #f6f2e9 0%, #ffffff 100%);
}

.reviews {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.reviews::-webkit-scrollbar {
  display: none;
}

.review-card {
  flex: 0 0 calc((100% - 32px) / 3);
  min-height: 292px;
  padding: 24px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 16px 38px rgba(17, 19, 21, 0.08);
  scroll-snap-align: start;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 170, 95, 0.38);
  box-shadow: 0 24px 58px rgba(17, 19, 21, 0.13);
}

.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #17100a;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  font-weight: 800;
}

.review-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
}

.review-card span:not(.review-avatar) {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.review-card strong {
  display: block;
  margin: 16px 0 10px;
  color: var(--gold);
  font-size: 1rem;
}

.review-card p {
  margin: 0;
  color: var(--muted);
}

.testimonial-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.testimonial-btn,
#scrollTop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--ink);
  transition:
    transform 200ms ease,
    background 200ms ease;
}

.testimonial-btn:hover,
#scrollTop:hover {
  transform: translateY(-2px);
  background: var(--sage-deep);
}

.testimonial-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: rgba(17, 19, 21, 0.24);
  transition:
    width 200ms ease,
    background 200ms ease;
}

.testimonial-dots button.active {
  width: 28px;
  background: var(--gold);
}

/* Contact */
.contact {
  background: var(--white);
}

.contact-container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.05fr;
  gap: 16px;
  align-items: stretch;
}

.contact-image,
.contact-content,
.map {
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
}

.contact-image {
  box-shadow: var(--shadow-soft);
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-content {
  padding: 34px;
  border: 1px solid var(--line-light);
  background: var(--paper-strong);
}

.contact-content h2 {
  font-size: 2.25rem;
}

.contact-info {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--ink-soft);
  font-weight: 700;
}

.contact-info i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: var(--radius);
  color: var(--sage-deep);
  background: rgba(117, 141, 107, 0.12);
}

.map {
  border: 1px solid var(--line-light);
  box-shadow: var(--shadow-soft);
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.72) contrast(1.05);
}

/* Footer */
.footer {
  padding: 72px 22px 28px;
  color: rgba(255, 255, 255, 0.75);
  background: var(--charcoal);
}

.footer-container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.75fr 0.9fr;
  gap: 34px;
}

.footer-logo {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(240, 204, 131, 0.4);
}

.footer h2,
.footer h3 {
  margin: 14px 0 12px;
  color: var(--white);
  line-height: 1.2;
}

.footer p {
  margin: 0 0 8px;
}

.footer a {
  display: block;
  width: fit-content;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease;
}

.footer a:hover {
  color: var(--gold-bright);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

.phone-link {
  margin-top: 16px;
}

.footer-bottom {
  width: min(100%, var(--max-width));
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
  text-align: center;
  font-size: 0.9rem;
}

#scrollTop {
  position: fixed;
  right: 22px;
  bottom: 94px;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
}

#scrollTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: var(--radius);
  color: var(--white);
  background: #178b54;
  box-shadow: 0 18px 42px rgba(23, 139, 84, 0.32);
  font-weight: 800;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(23, 139, 84, 0.42);
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1160px) {
  .nav-center {
    gap: 0;
  }

  .nav-link {
    padding-inline: 9px;
    font-size: 0.84rem;
  }

  .hero h1 {
    font-size: 4.35rem;
  }

  .menu-showcase,
  .reservation-container {
    grid-template-columns: 1fr;
  }

  .menu-poster,
  .reservation-copy {
    position: static;
  }

  .menu-poster img {
    aspect-ratio: 16 / 9;
  }

  .contact-container {
    grid-template-columns: 1fr 1fr;
  }

  .map {
    grid-column: 1 / -1;
    min-height: 340px;
  }
}

@media (max-width: 980px) {
  .navbar {
    padding-block: 12px;
  }

  .hamburger {
    display: inline-flex;
  }

  .nav-center {
    position: fixed;
    top: 76px;
    right: 18px;
    z-index: 1002;
    width: min(360px, calc(100vw - 36px));
    max-height: calc(100svh - 96px);
    overflow-y: auto;
    padding: 12px;
    border-radius: var(--radius);
    align-items: stretch;
    flex-direction: column;
    background: rgba(13, 15, 16, 0.96);
    box-shadow: var(--shadow-strong);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition:
      opacity 220ms ease,
      transform 220ms ease,
      visibility 220ms ease;
  }

  .nav-center.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-link {
    justify-content: flex-start;
    min-height: 48px;
    padding-inline: 14px;
    font-size: 0.95rem;
  }

  .dropdown-menu {
    position: static;
    display: grid;
    gap: 4px;
    min-width: 0;
    margin: 4px 0 10px 30px;
    padding: 6px;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: block;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 200ms ease,
      visibility 200ms ease;
  }

  .nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .hero {
    min-height: auto;
    padding-top: 140px;
  }

  .hero h1 {
    font-size: 3.65rem;
  }

  .hero-highlights,
  .about-container {
    grid-template-columns: 1fr;
  }

  .about-image,
  .about-image img {
    min-height: 420px;
  }

  .section-heading h2,
  .about-content h2,
  .reservation-copy h2 {
    font-size: 2.25rem;
  }

  .review-card {
    flex-basis: calc((100% - 16px) / 2);
  }

  .footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .section-pad {
    padding: 78px 18px;
  }

  .navbar {
    padding-inline: 16px;
  }

  .nav-brand span {
    font-size: 0.95rem;
  }

  .logo {
    width: 42px;
    height: 42px;
  }

  .nav-order {
    display: none;
  }

  .hero {
    padding: 124px 18px 58px;
    background:
      linear-gradient(90deg, rgba(8, 10, 11, 0.93), rgba(8, 10, 11, 0.62)),
      linear-gradient(0deg, rgba(8, 10, 11, 0.92) 0%, rgba(8, 10, 11, 0) 45%),
      url("assets/img/toko.png") center / cover no-repeat;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .hero-buttons,
  .menu-tabs,
  .reservation-tabs {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .tab {
    width: 100%;
  }

  .hero-highlights {
    margin-top: 42px;
  }

  .stats,
  .menu-items,
  .form-grid,
  .contact-container,
  .footer-container {
    grid-template-columns: 1fr;
  }

  .about-image,
  .about-image img {
    min-height: 340px;
  }

  .menu {
    background: var(--charcoal);
  }

  .menu-poster img {
    aspect-ratio: 4 / 3;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-large {
    grid-row: auto;
  }

  .gallery-item {
    min-height: 260px;
  }

  .reservation-panel {
    padding: 20px;
  }

  .input-group.wide {
    grid-column: auto;
  }

  .review-card {
    flex-basis: 100%;
  }

  .contact-image,
  .contact-content,
  .map {
    min-height: 320px;
  }

  .contact-content {
    padding: 24px;
  }

  .contact-content h2,
  .section-heading h2,
  .about-content h2,
  .reservation-copy h2 {
    font-size: 2rem;
  }

  .contact-info p {
    align-items: flex-start;
  }

  .wa-float {
    right: 16px;
    bottom: 18px;
    width: 52px;
    min-height: 52px;
    padding: 0;
  }

  .wa-float span {
    display: none;
  }

  #scrollTop {
    right: 16px;
    bottom: 82px;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 2.7rem;
  }

  .hero-highlights div,
  .stats div,
  .menu-card,
  .review-card {
    padding: 18px;
  }

  .section-heading h2,
  .about-content h2,
  .reservation-copy h2,
  .contact-content h2 {
    font-size: 1.78rem;
  }

  .order-item,
  .order-total {
    grid-template-columns: 1fr 76px;
  }

  .order-item input {
    width: 76px;
  }
}
