@import url("base.css");

.guest-wrap {
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 20px 120px;
}

.top-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0 18px;
}
.top-header img.logo {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  background: #e5e5e1;
}
.top-header .brand-name {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.top-header .brand-tag {
  font-size: 11px;
  letter-spacing: 1.6px;
  color: var(--muted);
  font-weight: 700;
  margin-top: 2px;
}
.top-header .lang-switch {
  margin-left: auto;
}

.subpage-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 26px;
}
.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--card-border);
  background: #fff;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 14px;
  flex: none;
}
.back-btn svg {
  width: 16px;
  height: 16px;
}

.lang-switch {
  display: flex;
  gap: 6px;
  flex: none;
}
.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  padding: 7px 11px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--card-border);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}
.lang-switch a.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 800;
  color: var(--muted);
  margin-bottom: 10px;
  text-transform: uppercase;
}
h1.page-title {
  font-size: 36px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
}
p.lede {
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0 0 24px;
  max-width: 46ch;
}

.hero-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 22px;
  background: #e5e5e1;
}

.menu-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  box-shadow: var(--shadow);
}
.menu-item .icon-wrap {
  width: 22px;
  height: 22px;
  flex: none;
}
.menu-item .icon-wrap svg {
  width: 22px;
  height: 22px;
  stroke: var(--ink);
}
.menu-item .txt strong {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
}
.menu-item .txt span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 1px;
}

.place-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: var(--shadow);
}
.place-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #e5e5e1;
}
.place-body {
  padding: 20px;
}
.place-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.place-top h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 0;
}
.rating-chip {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1.5px solid var(--card-border);
  border-radius: var(--radius-pill);
  padding: 5px 11px;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
}
.rating-chip svg {
  width: 13px;
  height: 13px;
  fill: var(--ink);
  stroke: none;
}
.rating-chip .count {
  color: var(--muted);
  font-weight: 600;
}
.place-cat {
  font-size: 11px;
  letter-spacing: 1.4px;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 6px;
}
.place-loc {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 12px;
}
.place-loc svg {
  width: 15px;
  height: 15px;
  stroke: var(--muted);
  flex: none;
}
.place-desc {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 12px 0 0;
}
.place-hours {
  font-size: 13.5px;
  font-weight: 700;
  margin-top: 12px;
}

.essential-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-bottom: 14px;
  box-shadow: var(--shadow);
}
.essential-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.essential-top .icon-circle {
  width: 26px;
  height: 26px;
  flex: none;
}
.essential-top .icon-circle svg {
  width: 26px;
  height: 26px;
  stroke: var(--ink);
}
.essential-top strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
}
.essential-top span {
  display: block;
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 1px;
}

footer.powered {
  text-align: center;
  font-size: 12.5px;
  color: var(--muted);
  padding: 30px 0 10px;
}
footer.powered b {
  color: var(--ink-soft);
}

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-pill);
  padding: 14px 20px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(20, 20, 26, 0.28);
  z-index: 40;
}
.wa-float svg {
  width: 17px;
  height: 17px;
  stroke: #fff;
}
