:root {
  --bg: #f7f3ee;
  --bg-soft: #efe7dd;
  --panel: #fffaf5;
  --text: #3d322b;
  --muted: #8d7b6c;
  --line: rgba(61, 50, 43, 0.10);
  --accent: #c5a06d;
  --accent-dark: #b18a56;
  --cream: #f4e6d3;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbf8f4 0%, var(--bg) 100%);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 250, 245, 0.90);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 94px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: transparent !important;
  border-radius: 0 !important;
  flex: 0 0 auto;
}

.brand-logo {
  height: 58px;
  width: auto;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--text);
}

.brand small {
  display: block;
  margin-top: 2px;
  font-size: 0.95rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: nowrap;
}

.site-nav a {
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--text);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  width: 52px;
  height: 52px;
  padding: 0;
  font-size: 1.4rem;
  color: var(--text);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nav-toggle:hover {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(61, 50, 43, 0.18);
}

.nav-toggle[aria-expanded="true"] {
  background: rgba(197, 160, 109, 0.12);
  border-color: rgba(197, 160, 109, 0.38);
}

/* Buttons */
.btn,
a.btn,
button.btn,
.btn-sm,
.btn-cream {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c5a06d, #b28a55) !important;
  color: #fff !important;
  font-weight: 600;
  border: 1px solid transparent !important;
  box-shadow: 0 10px 24px rgba(178, 138, 85, 0.22);
  transition: 0.25s ease;
  white-space: nowrap;
}

.btn:hover,
a.btn:hover,
button.btn:hover,
.btn-sm:hover,
.btn-cream:hover {
  background: linear-gradient(135deg, #d1ad79, #bf955d) !important;
  transform: translateY(-1px);
}

.btn-sm {
  min-height: 48px;
  padding: 0 20px;
}

.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: transparent !important;
  color: var(--text) !important;
  border: 1px solid var(--line) !important;
  box-shadow: none !important;
}

.btn-light:hover {
  background: rgba(0, 0, 0, 0.03) !important;
}

/* Hero */
.hero {
  padding: 72px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a98555;
}

.hero h1 {
  margin: 0 0 18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--text);
}

.lead,
.hero p,
.section p {
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 18px;
}

.hero-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--text);
  font-weight: 500;
}

.hero-card {
  position: relative;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 40px;
  background-color: #dcc6b2;
  background-image:
    linear-gradient(180deg, rgba(255, 251, 246, 0.18) 0%, rgba(98, 68, 43, 0.12) 100%),
    url("../img/hero-spa-scene.svg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border: 1px solid rgba(90, 72, 57, 0.08);
  box-shadow: var(--shadow);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 250, 244, 0.08), rgba(255, 250, 244, 0)),
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.52), transparent 20%),
    linear-gradient(180deg, rgba(255, 249, 241, 0.02) 0%, rgba(73, 51, 32, 0.18) 100%);
  pointer-events: none;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(226, 205, 183, 0) 0%, rgba(135, 102, 72, 0.28) 100%);
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  mix-blend-mode: screen;
}

.orb-1 {
  width: 220px;
  height: 220px;
  right: 40px;
  top: 42px;
  background: rgba(255,255,255,0.28);
}

.orb-2 {
  width: 170px;
  height: 170px;
  left: 52px;
  bottom: 108px;
  background: rgba(246, 236, 223, 0.18);
}

.quote-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  background: rgba(255, 250, 245, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 24px;
  padding: 24px 28px;
  box-shadow: 0 18px 38px rgba(84, 59, 39, 0.12);
}

.quote-card p {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-family: 'Cormorant Garamond', serif;
  color: var(--text);
}

.quote-card small {
  color: var(--muted);
  font-size: 1rem;
}

/* Generic sections */
.section {
  padding: 70px 0;
}

.soft-bg {
  background: linear-gradient(180deg, rgba(255,255,255,0.45), rgba(239,231,221,0.55));
}

.section-head,
.two-col,
.split-feature {
  display: grid;
  gap: 28px;
}

.two-col {
  grid-template-columns: 1fr 1.1fr;
  align-items: start;
}

.section-head {
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 28px;
}

.split-feature {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.text-link {
  color: #a98555;
  font-weight: 600;
}

/* Cards */
.card-grid.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card,
.service-card,
.contact-card,
.pricing-card,
.service-detail,
.timeline-card,
.feature-panel,
.feature-visual {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card,
.service-card,
.contact-card,
.pricing-card,
.service-detail,
.timeline-card,
.feature-panel {
  padding: 26px;
}

.feature-visual {
  min-height: 360px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.45), transparent 28%),
    linear-gradient(135deg, #ecdccc, #e4d0ba);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: rgba(197,160,109,0.14);
  color: var(--accent);
  font-size: 1.15rem;
}

.service-card h3,
.feature-panel h2,
.section h2 {
  margin: 0 0 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.05;
}

.service-card p,
.feature-panel p,
.card p,
.contact-card p {
  color: var(--muted);
}

.service-card a {
  color: #a98555;
  font-weight: 600;
}

/* Pricing / lists */
.price-row,
.feature-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child,
.feature-list div:last-child {
  border-bottom: 0;
}

/* Contact form */
.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--text);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font: inherit;
  margin-bottom: 16px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #baa99b;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(197, 160, 109, 0.45);
  box-shadow: 0 0 0 4px rgba(197, 160, 109, 0.12);
}

/* Floating button */
.floating-book {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c5a06d, #b28a55);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
}

.floating-book:hover {
  background: linear-gradient(135deg, #d1ad79, #bf955d);
}

/* Responsive */
@media (max-width: 980px) {
  .hero-grid,
  .two-col,
  .split-feature,
  .card-grid.three,
  .section-head {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 32px, 1120px);
  }

  .nav-wrap {
    position: relative;
    min-height: 82px;
  }

  .brand-mark {
    width: 58px;
    height: 58px;
  }

  .brand-logo {
    height: 46px;
  }

  .brand strong {
    font-size: 1.7rem;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
    right: 0;
    z-index: 40;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 18px;
    background: rgba(255, 250, 245, 0.98);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 10px 4px;
    font-size: 1rem;
  }

  .site-nav .btn,
  .site-nav a.btn {
    min-height: 50px;
    padding: 0 18px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero {
    padding: 48px 0 42px;
  }

  .hero-visual {
    min-height: 340px;
    border-radius: 28px;
  }

  .quote-card p {
    font-size: 1.45rem;
  }

  .floating-book {
    right: 16px;
    bottom: 16px;
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.95rem;
  }
}
