:root {
  --bg: #f3eee6;
  --bg-warm: #e8dfd2;
  --surface: #faf7f2;
  --fg: #1b1714;
  --muted: #6f675e;
  --subtle: #9a9186;
  --primary: #8a3a2b;
  --primary-fg: #faf7f2;
  --border: #ddd4c8;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", ui-sans-serif, system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.02em; line-height: 1.12; font-weight: 500; margin: 0; }
p { margin: 0; }
.wrap { max-width: 72rem; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 640px) { .wrap { padding: 0 2rem; } }
.eyebrow { font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); }
.muted { color: var(--muted); }
.italic { font-style: italic; }
.framed { outline: 1px solid rgb(27 23 20 / 0.1); outline-offset: -1px; filter: saturate(1.04) contrast(1.03); }
header.site {
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid rgb(221 212 200 / 0.8);
  background: rgb(243 238 230 / 0.88);
  backdrop-filter: blur(12px);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 4.25rem; max-width: 72rem; margin: 0 auto; padding: 0 1.25rem;
}
.brand { display: flex; align-items: center; gap: 0.75rem; }
.mark {
  width: 2.25rem; height: 2.25rem; border-radius: 0.4rem;
  background: var(--primary); color: var(--primary-fg);
  display: grid; place-items: center;
}
.brand-name { font-family: var(--display); font-style: italic; font-size: 1.35rem; line-height: 1; }
.brand-sub { display: block; margin-top: 0.15rem; font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.links { display: none; gap: 2rem; }
.links a { font-size: 0.9rem; color: var(--muted); }
.links a:hover, .links a.active { color: var(--fg); }
.nav-right { display: none; align-items: center; gap: 1rem; }
.phone { font-size: 0.9rem; color: var(--muted); }
.menu-btn { background: none; border: 0; padding: 0.4rem; cursor: pointer; color: var(--fg); }
@media (min-width: 1024px) {
  .links, .nav-right { display: flex; }
  .menu-btn { display: none; }
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  border-radius: 999px; padding: 0.7rem 1.2rem; font-size: 0.9rem; font-weight: 500;
  border: 1px solid transparent; cursor: pointer; font-family: var(--sans);
}
.btn-primary { background: var(--primary); color: var(--primary-fg); }
.btn-outline { background: transparent; border-color: var(--border); color: var(--fg); }
.btn-light { background: var(--bg); color: var(--fg); }
.btn-ink { background: transparent; border-color: rgb(250 247 242 / 0.25); color: var(--bg); }
.btn:hover { opacity: 0.92; }
.hero { padding: 3.5rem 0 2.5rem; }
.hero h1 { font-size: clamp(3.1rem, 8vw, 6rem); max-width: 20ch; }
.hero p.lead { margin-top: 1.4rem; max-width: 36rem; color: var(--muted); font-size: 1.05rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.hero-img { width: 100%; height: min(58vw, 720px); min-height: 280px; object-fit: cover; object-position: 50% 62%; }
@media (min-width: 640px) { .hero-img { border-radius: 1rem; } }
.section { padding: 5rem 0; }
.section h2 { font-size: clamp(2.1rem, 4vw, 3.1rem); margin-top: 0.7rem; }
.grid-2 { display: grid; gap: 2.5rem; margin-top: 3rem; }
@media (min-width: 900px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.card-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 1rem; }
.sig { font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-top: 1.2rem; }
.grid-2 h3, .rental h3 { font-size: 1.85rem; margin-top: 0.25rem; }
.surface { background: var(--surface); }
.warm { background: var(--bg-warm); }
.steps { display: grid; gap: 2.2rem; margin-top: 3rem; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { border-top: 1px solid var(--border); padding-top: 1.4rem; }
.n { font-family: var(--display); font-style: italic; font-size: 1.9rem; color: var(--primary); }
.edit { position: relative; }
.edit img { width: 100%; height: 70vh; min-height: 420px; object-fit: cover; object-position: 50% 45%; }
.edit .shade { position: absolute; inset: 0; background: linear-gradient(to top, rgb(27 23 20 / 0.75), rgb(27 23 20 / 0.2), transparent); }
.edit .copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 3rem 0; color: var(--bg); }
.edit .copy .eyebrow { color: rgb(243 238 230 / 0.7); }
.promise { display: grid; gap: 1.5rem; margin-top: 3rem; }
@media (min-width: 900px) { .promise { grid-template-columns: repeat(3, 1fr); } }
.tile { background: var(--surface); border-radius: 1rem; padding: 1.7rem; box-shadow: 0 0 0 1px rgb(27 23 20 / 0.06); }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.8rem; }
.chip { border: 1px solid var(--border); background: var(--surface); border-radius: 999px; padding: 0.4rem 0.9rem; font-size: 0.9rem; }
.split { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.faq { display: grid; gap: 2rem; }
@media (min-width: 900px) { .faq { grid-template-columns: 1fr 2fr; } }
details { border-bottom: 1px solid var(--border); padding: 1rem 0; }
details summary { cursor: pointer; font-size: 1.05rem; list-style: none; }
details summary::-webkit-details-marker { display: none; }
details p { margin-top: 0.6rem; color: var(--muted); font-size: 0.95rem; }
.close { background: var(--fg); color: var(--bg); padding: 5rem 0; }
.close h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); max-width: 16ch; }
.close-row { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: end; }
footer.site { background: var(--fg); color: var(--bg); }
.foot { display: grid; gap: 2.5rem; padding: 4rem 0; }
@media (min-width: 900px) { .foot { grid-template-columns: 5fr 3fr 4fr; } }
.foot .tiny { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgb(250 247 242 / 0.45); }
.foot a { color: rgb(250 247 242 / 0.8); }
.foot a:hover { color: var(--bg); }
.legal { border-top: 1px solid rgb(250 247 242 / 0.1); padding: 1.1rem 0; font-size: 0.75rem; color: rgb(250 247 242 / 0.4); display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: space-between; }
.page { padding: 3.5rem 0 5rem; }
.page h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); max-width: 18ch; }
.columns { columns: 1; gap: 1rem; margin-top: 3rem; }
@media (min-width: 640px) { .columns { columns: 2; } }
@media (min-width: 1024px) { .columns { columns: 3; } }
.columns figure { break-inside: avoid; margin: 0 0 1rem; }
.columns img { width: 100%; border-radius: 0.75rem; }
figcaption { margin-top: 0.4rem; font-size: 0.75rem; color: var(--muted); }
.thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; margin-top: 0.7rem; }
.thumbs button { border: 0; padding: 0; background: none; cursor: pointer; border-radius: 0.5rem; overflow: hidden; opacity: 0.7; }
.thumbs button.on { opacity: 1; outline: 2px solid var(--primary); outline-offset: 2px; }
.thumbs img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
form.book { background: var(--surface); border-radius: 1rem; padding: 1.7rem; box-shadow: 0 0 0 1px rgb(27 23 20 / 0.06); }
label { display: block; font-size: 0.8rem; margin: 0.9rem 0 0.3rem; }
input, select, textarea {
  width: 100%; padding: 0.7rem 0.8rem; border-radius: 0.5rem;
  border: 1px solid var(--border); background: var(--bg); font-family: var(--sans); font-size: 1rem;
}
.picks { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.picks label { margin: 0; }
.picks span {
  display: inline-block; border: 1px solid var(--border); border-radius: 999px;
  padding: 0.45rem 0.85rem; cursor: pointer; font-size: 0.85rem;
}
.picks input { display: none; }
.picks input:checked + span { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.hidden { position: absolute; left: -9999px; }
.drawer { display: none; position: fixed; inset: 0; z-index: 80; }
.drawer.open { display: block; }
.drawer .scrim { position: absolute; inset: 0; background: rgb(27 23 20 / 0.4); }
.drawer .panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(100%, 20rem);
  background: var(--bg); padding: 1.5rem; display: flex; flex-direction: column;
}
.drawer nav a { display: block; font-family: var(--display); font-size: 2rem; padding: 0.6rem 0; }
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  display: flex; gap: 0.5rem; padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: rgb(243 238 230 / 0.92); border-top: 1px solid var(--border); backdrop-filter: blur(10px);
}
.sticky-cta .btn { flex: 1; }
@media (min-width: 1024px) { .sticky-cta { display: none; } }
main { padding-bottom: 4.5rem; }
@media (min-width: 1024px) { main { padding-bottom: 0; } }
