:root {
  --cream: #fbf6ef;
  --sand: #e7d6c3;
  --taupe: #b89d86;
  --espresso: #2a211c;
  --soft-black: #161312;
  --white: #ffffff;
  --muted: #6d625c;
  --shadow: 0 24px 60px rgba(42, 33, 28, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; background: var(--cream); color: var(--soft-black); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
code { background: rgba(42,33,28,.08); padding: 2px 6px; border-radius: 8px; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 18px 6vw; background: rgba(251, 246, 239, 0.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(42, 33, 28, 0.08); }
.brand { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.6rem; letter-spacing: 0.04em; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 0.92rem; font-weight: 600; }
.nav-button, .button { border-radius: 999px; padding: 12px 20px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.nav-button, .button.primary { background: var(--espresso); color: var(--white); box-shadow: var(--shadow); }
.button.secondary { background: var(--white); border: 1px solid rgba(42, 33, 28, 0.15); color: var(--espresso); }
.button:hover, .nav-button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.6rem; }

.hero { min-height: 88vh; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; padding: 72px 6vw; background: radial-gradient(circle at top left, rgba(184, 157, 134, 0.25), transparent 32%), linear-gradient(135deg, var(--cream), #f5eadc); }
.hero h1, .section h2 { font-family: 'Cormorant Garamond', serif; line-height: 0.95; margin: 0 0 22px; color: var(--espresso); }
.hero h1 { font-size: clamp(3.2rem, 8vw, 7rem); max-width: 900px; }
.section h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.hero-text { max-width: 620px; font-size: 1.15rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.booking-note { font-size: .92rem; color: var(--muted); margin-top: 18px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 800; color: var(--taupe); }

.hero-card, .pricing-block, .feature-box, .testimonial, .testimonial-card, .review-highlights, .contact-card, .service-card { background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(42, 33, 28, 0.08); border-radius: 28px; box-shadow: var(--shadow); }
.hero-card { padding: 18px; transform: rotate(1.5deg); }
.image-placeholder, .gallery-item, .mini-product { min-height: 340px; border-radius: 22px; background: linear-gradient(135deg, var(--sand), #f3e4d4); display: grid; place-items: center; text-align: center; padding: 20px; color: var(--espresso); font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; }
.hero-card p { padding: 0 8px; color: var(--muted); }

.section { padding: 88px 6vw; }
.intro { max-width: 900px; text-align: center; margin: 0 auto; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading p:not(.eyebrow), .intro p { color: var(--muted); font-size: 1.05rem; }

.pricing-block { padding: 30px; margin-bottom: 22px; }
.pricing-block h3 { margin: 0 0 18px; font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: var(--espresso); }
.price-list { display: grid; gap: 10px; }
.price-list div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(42,33,28,.1); }
.price-list div:last-child { border-bottom: 0; }
.price-list span { color: var(--soft-black); }
.price-list strong { white-space: nowrap; color: var(--espresso); }
.center-action { text-align: center; margin-top: 28px; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.gallery-section { background: #fffaf4; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-item { min-height: 280px; font-size: 1.5rem; }
.shop-section { background: var(--espresso); color: var(--white); }
.shop-section h2, .shop-section .eyebrow { color: var(--white); }
.shop-section p { color: rgba(255,255,255,0.78); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mini-product { min-height: 170px; font-size: 1.2rem; background: rgba(255,255,255,0.14); color: var(--white); }

.reviews-section { text-align: center; background: #fffaf4; }
.reviews-section .section-heading { margin-left: auto; margin-right: auto; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; text-align: left; }
.testimonial-card { padding: 30px; display: flex; flex-direction: column; gap: 16px; }
.testimonial-card.featured-review { grid-column: span 1; }
.testimonial-card p { margin: 0; color: var(--soft-black); font-size: 1rem; }
.testimonial-card span { color: var(--taupe); font-weight: 800; }
.stars { color: var(--espresso); letter-spacing: 0.08em; font-size: 0.92rem; }
.review-highlights { max-width: 920px; margin: 22px auto 0; padding: 24px 30px; text-align: center; }
.review-highlights p { margin: 0; color: var(--muted); }
.testimonial { max-width: 760px; margin: 0 auto; padding: 34px; font-size: 1.2rem; }
.testimonial span { color: var(--taupe); font-weight: 700; }
.cta-section { text-align: center; background: linear-gradient(135deg, #efe0cf, #fbf6ef); }
.cta-section p { max-width: 600px; margin: 0 auto 24px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card { padding: 26px; }
.contact-card h3 { margin: 0 0 10px; font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; }
.contact-card p { color: var(--muted); }

.floating-book { position: fixed; right: 18px; bottom: 18px; z-index: 30; background: var(--espresso); color: var(--white); border-radius: 999px; padding: 13px 20px; font-weight: 800; box-shadow: var(--shadow); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 26px 6vw; background: var(--soft-black); color: var(--white); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 0; right: 0; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: 20px 6vw; background: var(--cream); border-bottom: 1px solid rgba(42, 33, 28, 0.1); }
  .nav-links.open { display: flex; }
  .hero, .split-section { grid-template-columns: 1fr; }
  .gallery-grid, .contact-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .hero { padding-top: 46px; }
  .hero h1 { font-size: 3.6rem; }
  .gallery-grid, .contact-grid, .product-grid, .reviews-grid { grid-template-columns: 1fr; }
  .price-list div { align-items: baseline; }
  .site-footer { flex-direction: column; text-align: center; padding-bottom: 82px; }
}
