/* ===== Acasa Beauty — design system ===== */
:root {
  --taupe: #7B736F;
  --taupe-dark: #5f5854;
  --charcoal: #2F2E2E;
  --cream: #F7F3EF;
  --cream-2: #EFE8E1;
  --blush: #E8D7CE;
  --gold: #B8946A;
  --white: #ffffff;
  --text: #2F2E2E;
  --muted: #6f6661;
  --maxw: 1120px;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(47,46,46,0.08);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; color: var(--charcoal); margin: 0 0 .4em; }
h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h3 { font-size: 1.4rem; }
.eyebrow { font-family: var(--sans); letter-spacing: .22em; text-transform: uppercase; font-size: .72rem; font-weight: 600; color: var(--gold); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(56px, 9vw, 110px) 0; }
.section--tint { background: var(--cream-2); }
.center { text-align: center; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.center .lead { margin-left: auto; margin-right: auto; }

/* Buttons */
.btn {
  display: inline-block; cursor: pointer; border: none;
  font-family: var(--sans); font-weight: 600; font-size: .9rem; letter-spacing: .04em;
  padding: 14px 30px; border-radius: 999px; transition: transform .15s ease, background .2s ease, color .2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: var(--charcoal); color: var(--white); }
.btn--primary:hover { background: var(--taupe-dark); }
.btn--gold { background: var(--gold); color: var(--white); }
.btn--gold:hover { background: #a37f57; }
.btn--ghost { background: transparent; color: var(--charcoal); border: 1px solid var(--charcoal); }
.btn--ghost:hover { background: var(--charcoal); color: var(--white); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,243,239,0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--cream-2);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: var(--maxw); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { height: 58px; width: auto; }
.brand-tag { font-family: var(--sans); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.brand-name { font-family: var(--serif); font-size: 1.3rem; letter-spacing: .14em; text-transform: uppercase; color: var(--charcoal); line-height: 1; }
section[id] { scroll-margin-top: 84px; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--charcoal); font-size: .9rem; font-weight: 500; }
.nav-links a:hover { color: var(--gold); text-decoration: none; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--charcoal); margin: 5px 0; transition: .3s; }

/* Hero */
.hero { position: relative; min-height: 78vh; display: flex; align-items: center; color: var(--white); text-align: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(47,46,46,.35), rgba(47,46,46,.55)); z-index: 1; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .container { position: relative; z-index: 2; }
.hero h1 { color: var(--white); margin-bottom: .2em; }
.hero .eyebrow { color: var(--blush); }
.hero p { font-size: 1.2rem; max-width: 46ch; margin: 0 auto 1.8em; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Service grid */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(47,46,46,.14); }
.card a { color: inherit; }
.card-img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.card-body { padding: 22px 24px 26px; }
.card-body h3 { margin-bottom: .3em; }
.card-body p { color: var(--muted); font-size: .95rem; margin: 0 0 1em; }
.card-link { font-weight: 600; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; color: var(--gold); }

/* Price lists */
.menu { max-width: 760px; margin: 0 auto; }
.menu-cat { margin-bottom: 56px; scroll-margin-top: 90px; }
.menu-cat h3 { font-size: 1.8rem; border-bottom: 1px solid var(--blush); padding-bottom: .3em; }
.menu-cat > p { color: var(--muted); margin-top: 0; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px 0; border-bottom: 1px dashed var(--cream-2); }
.price-row:last-child { border-bottom: none; }
.price-name { font-weight: 600; }
.price-dur { display: block; font-weight: 400; font-size: .82rem; color: var(--muted); }
.price-desc { display: block; font-weight: 400; font-size: .85rem; color: var(--muted); margin-top: 4px; max-width: 52ch; }
.price-amt { font-family: var(--serif); font-size: 1.35rem; color: var(--charcoal); white-space: nowrap; }

/* Anchor chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 32px 0 8px; }
.chip { background: var(--white); border: 1px solid var(--cream-2); padding: 8px 18px; border-radius: 999px; font-size: .85rem; color: var(--charcoal); }
.chip:hover { background: var(--charcoal); color: var(--white); text-decoration: none; }

/* About */
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: auto; }
.split p { color: var(--muted); }

/* Testimonials */
.quote { background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.quote p { font-family: var(--serif); font-size: 1.25rem; font-style: italic; color: var(--charcoal); margin: 0 0 1em; }
.quote cite { font-style: normal; font-weight: 600; font-size: .9rem; color: var(--gold); }

/* Info / contact */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.hours-list { list-style: none; margin: 0; padding: 0; }
.hours-list li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--cream-2); }
.hours-list span:first-child { font-weight: 600; }
.contact-line { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.contact-line strong { min-width: 84px; display: inline-block; }

/* Forms */
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--cream-2); border-radius: 10px;
  font-family: var(--sans); font-size: 1rem; background: var(--white); color: var(--text);
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.form-status { margin: 14px 0 0; padding: 12px 16px; border-radius: 10px; font-size: .92rem; }
.form-status.is-success { background: #e7f1ea; color: #1f6b3b; }
.form-status.is-error { background: #fbeae8; color: #9b2c1f; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: var(--white); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow); overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 24px; font-weight: 600; font-size: 1.05rem; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--gold); font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 24px 20px; margin: 0; color: var(--muted); }

/* Prose pages (terms/privacy) */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 1.6rem; margin-top: 1.6em; }
.prose p, .prose li { color: var(--muted); }

/* CTA band */
.cta-band { background: var(--charcoal); color: var(--white); text-align: center; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: var(--cream-2); max-width: 50ch; margin: 0 auto 1.6em; }

/* Footer */
.site-footer { background: var(--charcoal); color: #cfc8c3; padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer h4 { font-family: var(--sans); text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; color: var(--white); margin: 0 0 16px; }
.site-footer a { color: #cfc8c3; }
.site-footer a:hover { color: var(--white); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.socials { display: flex; gap: 16px; margin-top: 8px; }
.socials a { font-size: .9rem; }
.footer-bottom { border-top: 1px solid #4a4744; margin-top: 40px; padding-top: 22px; font-size: .8rem; color: #9b938e; text-align: center; }

/* Responsive */
@media (max-width: 880px) {
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .split, .info-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-links {
    position: fixed; inset: 64px 0 auto 0; background: var(--cream);
    flex-direction: column; gap: 0; padding: 10px 0; border-bottom: 1px solid var(--cream-2);
    transform: translateY(-120%); transition: transform .3s ease; box-shadow: var(--shadow);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 14px; }
  .nav-toggle { display: block; }
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .price-amt { font-size: 1.2rem; }
}
