:root {
  --bg: #f3eee6;
  --paper: #fbf8f3;
  --fg: #1b1714;
  --muted: #6e675e;
  --primary: #2f4f3e;
  --primary-fg: #f3eee6;
  --primary-hover: #3a6050;
  --wood: #241c16;
  --wood-fg: #f3eee6;
  --border: #ddd4c6;
  --line: #c9bdaa;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --shadow: 0 18px 40px -28px rgb(27 23 20 / 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 {
  font-family: var(--display);
  letter-spacing: -0.03em;
  line-height: 1.12;
  font-weight: 500;
  text-wrap: balance;
}
.wrap { width: min(72rem, calc(100% - 2.5rem)); margin-inline: auto; }
.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 0.5rem;
  top: 0.5rem;
  z-index: 80;
  background: var(--primary);
  color: var(--primary-fg);
  padding: 0.6rem 1rem;
}

.site-header { position: sticky; top: 0; z-index: 40; background: var(--bg); border-bottom: 1px solid var(--border); }
.topline { display: block; background: var(--wood); color: var(--wood-fg); font-size: 0.75rem; }
.topline-inner { display: flex; justify-content: space-between; gap: 0.75rem; min-height: 2.25rem; align-items: center; }
.topline a { color: var(--wood-fg); }
.rating-badge { display: inline-flex; align-items: center; gap: 0.45rem; text-decoration: none; white-space: nowrap; }
.rating-badge .stars { color: #d4a017; letter-spacing: 0.05em; }
.topline-meta { display: none; }
.header-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.5rem; }
.brand { display: flex; gap: 0.75rem; align-items: center; text-decoration: none; }
.brand-logo { height: 2.85rem; width: auto; max-width: 15rem; object-fit: contain; }
.brand strong { display: block; font-family: var(--display); font-size: 1.2rem; }
.brand em { display: block; font-style: normal; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-top: 0.2rem; }
.brand.invert em { color: rgb(243 238 230 / 0.65); }
.mark { width: 2.4rem; height: 2.4rem; color: var(--primary); flex: none; }
.brand.invert .mark { color: var(--wood-fg); }
.nav-desktop { display: none !important; gap: 1.4rem; }
.nav-desktop a { text-decoration: none; font-size: 0.9rem; font-weight: 500; color: var(--muted); }
.nav-desktop a:hover { color: var(--fg); }
.header-actions { display: flex; align-items: center; gap: 0.6rem; }
.phone-link { display: none; font-size: 0.9rem; font-weight: 500; text-decoration: none; }
.btn, .btn-ghost, .btn-invert {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 2.75rem; padding: 0 1.2rem; border-radius: 0.375rem;
  font: 500 0.9rem var(--sans); text-decoration: none; border: 0; cursor: pointer;
}
.btn { background: var(--primary); color: var(--primary-fg); }
.btn:hover { background: var(--primary-hover); }
.btn-ghost { background: transparent; color: var(--fg); border: 1px solid var(--line); }
.btn-invert { background: transparent; color: var(--wood-fg); border: 1px solid rgb(243 238 230 / 0.25); }
.menu-toggle { min-height: 2.75rem; padding: 0 0.9rem; border: 1px solid var(--line); background: transparent; border-radius: 0.375rem; font: 500 0.85rem var(--sans); }
.nav-mobile {
  display: none;
  flex-direction: column;
  padding: 0.5rem 1.25rem 1.25rem;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.nav-mobile[hidden] { display: none !important; }
.nav-mobile.is-open,
.nav-mobile:not([hidden]) { display: flex; }
.nav-mobile a { padding: 0.75rem 0; text-decoration: none; font-weight: 500; min-height: 44px; }

.hero { position: relative; min-height: 28rem; color: var(--wood-fg); background: var(--wood); display: flex; align-items: flex-end; overflow: hidden; }
.hero.compact { min-height: 22rem; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(36 28 22 / 0.9), rgb(36 28 22 / 0.55) 50%, rgb(36 28 22 / 0.2)); }
.hero-copy { position: relative; padding: 4rem 0; }
.kicker { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; opacity: 0.75; }
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); max-width: 18ch; margin: 0.8rem 0 0; }
.lede { font-size: clamp(1.1rem, 2vw, 1.3rem); max-width: 38rem; color: rgb(243 238 230 / 0.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.6rem; }

.band { padding: 4rem 0; }
.band-paper { background: var(--paper); }
.grid-4, .grid-3, .grid-2 { display: grid; gap: 1.5rem; }
.promise { display: flex; gap: 0.75rem; }
.promise h2 { font-family: var(--sans); font-size: 0.92rem; letter-spacing: -0.01em; margin: 0; }
.muted { color: var(--muted); }
.card { background: var(--paper); border-radius: 1.15rem; overflow: hidden; box-shadow: var(--shadow); text-decoration: none; }
.card img, .photo { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.card-body { padding: 1.4rem; }
.section-title { font-size: clamp(2rem, 3vw, 3.2rem); margin: 0.6rem 0 0; }
.process { display: grid; gap: 1.5rem; }
.step { border-top: 1px solid var(--line); padding-top: 1.1rem; }
.n { font-family: var(--display); font-size: 1.8rem; color: var(--primary); }
.cta { background: var(--primary); color: var(--primary-fg); }
.cta-inner { display: flex; flex-direction: column; gap: 1.2rem; padding: 3.2rem 0; }
.overlay-band { position: relative; color: var(--wood-fg); min-height: 18rem; display: flex; align-items: flex-end; }
.overlay-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.overlay-band .shade { position: absolute; inset: 0; background: rgb(36 28 22 / 0.7); }
.overlay-copy { position: relative; padding: 4rem 0; }
details { border-bottom: 1px solid var(--border); padding: 1rem 0; }
details summary { cursor: pointer; font-weight: 500; list-style: none; }
details summary::-webkit-details-marker { display: none; }
.chip { display: inline-block; border: 1px solid var(--border); background: var(--bg); border-radius: 999px; padding: 0.3rem 0.75rem; font-size: 0.9rem; margin: 0.2rem; }
.filters { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.4rem; }
.gallery { display: grid; gap: 1rem; }
.gallery figure { margin: 0; background: var(--paper); border-radius: 0.75rem; overflow: hidden; }
.gallery figcaption { display: flex; justify-content: space-between; padding: 0.7rem 1rem; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.panel { background: var(--paper); border-radius: 1.15rem; padding: 1.5rem; }
.stars { color: #d4a017; letter-spacing: 0.08em; margin: 0 0 0.6rem; }
form { display: grid; gap: 1rem; }
label { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; display: block; margin-bottom: 0.4rem; }
input, select, textarea {
  width: 100%; min-height: 2.75rem; border: 1px solid var(--border); background: var(--paper);
  border-radius: 0.375rem; padding: 0.6rem 0.85rem; font: 1rem var(--sans); color: var(--fg);
}
textarea { min-height: 8rem; }
.map { width: 100%; height: 16rem; border: 0; border-radius: 1.15rem; }
.notice { padding: 1.2rem 1.4rem; border-radius: 1.15rem; background: var(--paper); border: 1px solid var(--border); }
.site-footer { background: var(--wood); color: var(--wood-fg); }
.footer-grid { display: grid; gap: 2rem; padding: 3.2rem 0; }
.site-footer h2 { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgb(243 238 230 / 0.55); }
.site-footer a { color: var(--wood-fg); }
.site-footer address { font-style: normal; }
.legal { border-top: 1px solid rgb(243 238 230 / 0.1); font-size: 0.75rem; color: rgb(243 238 230 / 0.45); }
.legal-inner { display: flex; flex-direction: column; gap: 0.4rem; padding: 1.1rem 0; }
.split { display: grid; gap: 2rem; align-items: center; }
.list-plain { list-style: none; padding: 0; margin: 0; }
.list-plain li { border-top: 1px solid var(--border); padding: 0.9rem 0; }
.band-sage { background: #e7eee9; }
.brand-row { display: flex; flex-wrap: wrap; gap: 0.35rem 1.5rem; font-size: 0.9rem; font-weight: 500; }
.why-grid { display: grid; gap: 1.25rem; margin-top: 2rem; }
@media (min-width: 768px) {
  .why-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
  .topline { display: block; }
  .topline-meta { display: block; }
  .nav-desktop { display: flex !important; }
  .menu-toggle, .nav-mobile { display: none !important; }
  .phone-link { display: inline; }
  .brand-logo { height: 3.4rem; max-width: 18rem; }
  .grid-2, .split { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .process { grid-template-columns: repeat(4, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .cta-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
  .legal-inner { flex-direction: row; justify-content: space-between; }
  .hero { min-height: 34rem; }
}

@media (max-width: 767px) {
  .wrap { width: min(72rem, calc(100% - 1.5rem)); }
  .brand-logo { height: 2.15rem; max-width: 9.5rem; }
  .book-desk { display: none; }
  .header-bar { min-height: 3.6rem; gap: 0.5rem; }
  .topline-inner { gap: 0.4rem; font-size: 0.68rem; }
  .topline-inner > a:last-child { display: none; }
  .hero { min-height: 22rem; }
  .hero-copy { padding: 2.4rem 0 2.8rem; }
  .hero h1 { font-size: clamp(2.15rem, 11vw, 2.85rem); max-width: 14ch; }
  .lede { font-size: 1.05rem; }
  .band { padding: 2.6rem 0; }
  .cta-inner .btn-invert, .cta-inner .btn { width: 100%; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .hero-actions .btn-invert { width: 100%; }
}
