:root {
  --cream: #f7f2ea;
  --cream-dark: #ebe4d9;
  --taupe: #b8a898;
  --taupe-dark: #9a8778;
  --brown: #2f241c;
  --brown-light: #5c4a3d;
  --white: #fbf8f3;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', 'Helvetica Neue', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #efe8dc; color: var(--brown); font-family: var(--sans); font-weight: 300; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, textarea { font-family: inherit; }
.hidden { display: none !important; }

.phone {
  max-width: 440px;
  margin: 0 auto;
  min-height: 100vh;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(47, 36, 28, 0.06);
  padding-bottom: 6.5rem;
}

.back {
  display: block;
  padding: 1rem 1.25rem 0.4rem;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--taupe-dark);
  text-decoration: none;
}

.banner {
  margin: 0.75rem 1.25rem 0;
  padding: 0.7rem 0.85rem;
  background: #f3e6d8;
  border-radius: 10px;
  font-size: 0.85rem;
  color: var(--brown-light);
}

.hero {
  padding: 0.75rem 1.25rem 0;
}
.hero img {
  border-radius: 4px;
  height: 380px;
  object-fit: cover;
  object-position: center 20%;
}

.pad { padding: 1.25rem 1.35rem 1.5rem; }

h1 {
  font-family: var(--serif);
  font-size: 2.15rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.65rem;
}

.teaser { font-size: 0.95rem; color: var(--brown); margin-bottom: 0.75rem; }
.desc, .details { font-size: 0.92rem; color: var(--brown-light); line-height: 1.6; margin-bottom: 1rem; white-space: pre-line; }

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin: 0.25rem 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--brown-light);
}
.meta span { display: inline-flex; align-items: center; gap: 0.35rem; }

.date-label {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 1.25rem 0 0.25rem;
}

.address {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: var(--brown-light);
}

.slots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.slot {
  appearance: none;
  background: var(--white);
  border: 1px solid var(--brown);
  border-radius: 999px;
  padding: 0.7rem 0.5rem;
  font-size: 0.92rem;
  color: var(--brown);
  cursor: pointer;
}
.slot:hover:not(:disabled) { background: var(--cream); }
.slot.selected { background: var(--brown); color: var(--white); }
.slot:disabled { opacity: 0.35; cursor: not-allowed; border-color: var(--taupe); }

.sticky {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(440px, 100%);
  padding: 0.85rem 1.25rem 1.15rem;
  background: linear-gradient(transparent, var(--white) 28%);
}
.book-btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  background: #8d6e56;
  color: #fff;
  padding: 0.95rem 1rem;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.book-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.book-btn:hover:not(:disabled) { background: #7a5e49; }

.sheet {
  position: fixed;
  inset: 0;
  background: rgba(47, 36, 28, 0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 20;
}
.sheet-card {
  width: min(440px, 100%);
  background: var(--white);
  border-radius: 22px 22px 0 0;
  padding: 1.4rem 1.35rem 1.75rem;
  max-height: 92vh;
  overflow: auto;
}
.sheet-close {
  position: absolute;
  right: calc(50% - 200px);
  top: 8vh;
  display: none;
}
.sheet-card { position: relative; }
.sheet-card .sheet-close {
  position: absolute;
  right: 1rem;
  top: 0.85rem;
  display: block;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: var(--brown-light);
  cursor: pointer;
}
.eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--taupe-dark);
}
.sheet-card h2 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0.35rem 0 1rem;
}
label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: 0.85rem;
}
input, textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  border: 1px solid var(--cream-dark);
  border-radius: 6px;
  background: var(--cream);
  padding: 0.7rem 0.8rem;
  color: var(--brown);
  font-size: 1rem;
}
textarea { min-height: 88px; resize: vertical; }
.deposit-note { font-size: 0.85rem; color: var(--brown-light); margin: 0.25rem 0 1rem; }
.form-status { margin-top: 0.75rem; font-size: 0.85rem; }
.form-status.error { color: #8b3a3a; }
.form-status.success { color: #3a6b4a; }

@media (min-width: 520px) {
  body { padding: 2rem 0; }
  .phone { border-radius: 18px; min-height: auto; overflow: hidden; }
}
