/* ============================================================
   Om Maitri Ayurveda & Rasayana Wellness Center
   High-desert sanctuary editorial — cream / juniper / clay
   ============================================================ */

:root {
  --paper: #f7f2e8;
  --paper-deep: #efe7d7;
  --ink: #2b251c;
  --ink-soft: #5c5344;
  --juniper: #2e4034;
  --juniper-deep: #22312800;
  --juniper-dark: #223128;
  --clay: #b4562e;
  --clay-soft: #c97a52;
  --sand: #c9a06b;
  --hairline: rgba(43, 37, 28, 0.18);
  --serif-display: "Fraunces", Georgia, serif;
  --serif-body: "Lora", Georgia, serif;
  --max: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--serif-body);
  font-size: 17px;
  line-height: 1.72;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--clay); text-decoration: none; }
a:hover { color: var(--juniper); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.narrow { max-width: 760px; margin-left: auto; margin-right: auto; }

/* ---------- typography ---------- */

h1, h2, h3, h4 { font-family: var(--serif-display); font-weight: 380; line-height: 1.12; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); letter-spacing: -0.005em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
h4 { font-size: 1.1rem; }

.kicker {
  font-family: var(--serif-display);
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--clay);
  display: block;
  margin-bottom: 1.1rem;
}

.lede { font-size: clamp(1.1rem, 1.8vw, 1.3rem); line-height: 1.65; color: var(--ink-soft); font-style: italic; }

.rule { border: 0; border-top: 1px solid var(--hairline); margin: 0; }

/* ---------- header ---------- */

.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 242, 232, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hairline);
}
.site-head .bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(20px, 4vw, 48px);
  max-width: 1400px; margin: 0 auto;
}
.brand { display: flex; flex-direction: column; line-height: 1.15; }
.brand .name { font-family: var(--serif-display); font-size: 1.5rem; font-weight: 480; color: var(--ink); letter-spacing: 0.01em; }
.brand .sub { font-size: 0.6rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--ink-soft); }
.brand:hover .name { color: var(--juniper); }

nav.main { display: flex; gap: clamp(12px, 1.6vw, 26px); align-items: center; }
nav.main a {
  font-family: var(--serif-display); font-size: 0.86rem; font-weight: 480;
  letter-spacing: 0.06em; color: var(--ink);
}
nav.main a:hover, nav.main a[aria-current] { color: var(--clay); }
nav.main .cta {
  border: 1px solid var(--juniper); color: var(--juniper);
  padding: 8px 18px; border-radius: 999px; transition: all .25s;
}
nav.main .cta:hover { background: var(--juniper); color: var(--paper); }

.nav-toggle { display: none; }
label.nav-burger { display: none; cursor: pointer; font-size: 1.6rem; color: var(--ink); line-height: 1; }

@media (max-width: 940px) {
  label.nav-burger { display: block; }
  nav.main {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--hairline);
    padding: 8px 0;
  }
  .nav-toggle:checked ~ nav.main { display: flex; }
  nav.main a { padding: 11px clamp(20px, 4vw, 48px); width: 100%; font-size: 1rem; }
  nav.main .cta { border: 0; padding: 11px clamp(20px, 4vw, 48px); border-radius: 0; }
  nav.main .cta:hover { background: transparent; color: var(--clay); }
}

/* ---------- hero ---------- */

.hero {
  position: relative; min-height: 86vh; display: flex; align-items: flex-end;
  color: #fdfaf3; isolation: isolate; overflow: hidden;
}
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(34,45,38,0.30) 0%, rgba(30,36,30,0.36) 45%, rgba(26,30,24,0.82) 100%);
}
.hero .inner { padding: 10vh clamp(20px, 4vw, 48px) 9vh; max-width: var(--max); margin: 0 auto; width: 100%; }
.hero h1 { color: #fdfaf3; max-width: 15ch; text-shadow: 0 1px 4px rgba(20,24,18,0.45), 0 3px 24px rgba(20,24,18,0.5); animation: rise 1.1s cubic-bezier(.2,.7,.3,1) both; }
.hero .kicker {
  color: #f6e5bf; display: inline-block; padding: 9px 18px; border-radius: 999px;
  background: rgba(28,36,30,0.55); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  margin-bottom: 1.3rem; animation: rise 1.1s .1s cubic-bezier(.2,.7,.3,1) both;
}
.hero .lede { color: rgba(253,250,243,0.92); max-width: 52ch; margin-top: 1.4rem; text-shadow: 0 1px 10px rgba(20,24,18,0.45); animation: rise 1.1s .22s cubic-bezier(.2,.7,.3,1) both; }
.hero .actions { margin-top: 2.2rem; animation: rise 1.1s .34s cubic-bezier(.2,.7,.3,1) both; }

@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

.page-hero { min-height: 52vh; }

/* ---------- buttons ---------- */

.btn {
  display: inline-block; font-family: var(--serif-display); font-weight: 520;
  font-size: 0.95rem; letter-spacing: 0.05em;
  padding: 13px 30px; border-radius: 999px; transition: all .25s;
}
.btn-clay { background: var(--clay); color: #fdfaf3; }
.btn-clay:hover { background: #9a4523; color: #fdfaf3; transform: translateY(-2px); }
.btn-ghost { border: 1px solid rgba(253,250,243,0.65); color: #fdfaf3; margin-left: 12px; }
.btn-ghost:hover { background: rgba(253,250,243,0.14); color: #fff; }
.btn-juniper { background: var(--juniper); color: #fdfaf3; }
.btn-juniper:hover { background: var(--juniper-dark); color: #fdfaf3; transform: translateY(-2px); }
.btn-outline { border: 1px solid var(--juniper); color: var(--juniper); }
.btn-outline:hover { background: var(--juniper); color: var(--paper); }

/* ---------- sections ---------- */

section.block { padding: clamp(64px, 9vw, 120px) 0; }
section.block.tint { background: var(--paper-deep); }
section.block.forest { background: var(--juniper-dark); color: #e9e2d2; }
section.block.forest h2, section.block.forest h3 { color: #f3edde; }
section.block.forest .kicker { color: var(--sand); }
section.block.forest .lede { color: rgba(233,226,210,0.85); }

.two-col {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 6vw, 84px); align-items: center;
}
.two-col.flip > *:first-child { order: 2; }
@media (max-width: 860px) {
  .two-col { grid-template-columns: 1fr; }
  .two-col.flip > *:first-child { order: 0; }
}

.arch { border-radius: 420px 420px 18px 18px; overflow: hidden; }
.arch img { width: 100%; height: 100%; object-fit: cover; }
.frame { border-radius: 18px; overflow: hidden; }

.reveal { transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.3,1); }
.reveal.hide { opacity: 0; transform: translateY(28px); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.hide { opacity: 1; transform: none; transition: none; }
  .hero h1, .hero .kicker, .hero .lede, .hero .actions { animation: none; }
}

/* ---------- cards ---------- */

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 26px; margin-top: 3rem; }
.card {
  background: var(--paper); border: 1px solid var(--hairline); border-radius: 18px;
  padding: 34px 30px; position: relative;
}
.forest .card { background: rgba(247,242,232,0.06); border-color: rgba(233,226,210,0.22); }
.forest .card h3, .forest .card h4 { color: #f3edde; }
.forest .card p { color: rgba(233,226,210,0.82); }
.card h3, .card h4 { margin-bottom: 0.7rem; }
.card .price { font-family: var(--serif-display); font-size: 2rem; font-weight: 430; color: var(--clay); margin: 0.6rem 0 0.2rem; }
.card .price small { font-size: 0.85rem; color: var(--ink-soft); font-family: var(--serif-body); }
.forest .card .price small { color: rgba(233,226,210,0.65); }
.card ul { list-style: none; margin-top: 0.9rem; }
.card ul li { padding: 6px 0 6px 26px; position: relative; font-size: 0.95rem; }
.card ul li::before { content: "‣"; position: absolute; left: 6px; color: var(--clay); }

.badge {
  position: absolute; top: -13px; right: 22px;
  background: var(--clay); color: #fdfaf3;
  font-family: var(--serif-display); font-size: 0.68rem; font-weight: 550;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 999px;
}

/* ---------- treatment menu ---------- */

.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(40px, 6vw, 90px); margin-top: 2.5rem; }
@media (max-width: 820px) { .menu-grid { grid-template-columns: 1fr; } }
.menu-item { padding: 22px 0; border-bottom: 1px solid var(--hairline); }
.menu-item h4 { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.menu-item h4 .dots { flex: 1; border-bottom: 1px dotted var(--hairline); transform: translateY(-4px); }
.menu-item p { font-size: 0.93rem; color: var(--ink-soft); margin-top: 0.45rem; }

/* ---------- FAQ ---------- */

details.faq { border-bottom: 1px solid var(--hairline); }
details.faq summary {
  cursor: pointer; list-style: none; padding: 24px 44px 24px 0;
  font-family: var(--serif-display); font-size: 1.2rem; font-weight: 440;
  position: relative;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--clay); font-weight: 300; transition: transform .3s;
}
details.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details.faq .a { padding: 0 0 26px; color: var(--ink-soft); max-width: 68ch; }

/* ---------- quote band ---------- */

.quoteband { text-align: center; padding: clamp(70px, 10vw, 130px) 0; }
.quoteband blockquote {
  font-family: var(--serif-display); font-weight: 340; font-style: italic;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.3; max-width: 26ch; margin: 0 auto;
}
.quoteband cite { display: block; margin-top: 1.6rem; font-style: normal; font-size: 0.85rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-soft); }

/* ---------- testimonials ---------- */

.testis { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; margin-top: 3rem; }
.testi { border-top: 2px solid var(--clay); padding-top: 22px; }
.testi p { font-style: italic; color: var(--ink-soft); }
.testi cite { display: block; margin-top: 1rem; font-style: normal; font-family: var(--serif-display); font-weight: 520; font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase; }

/* ---------- sprig divider ---------- */

.sprig { display: flex; justify-content: center; padding: 8px 0; }
.sprig svg { width: 68px; height: auto; opacity: 0.75; }

/* ---------- footer ---------- */

footer.site-foot { background: var(--juniper-dark); color: rgba(233,226,210,0.82); padding: clamp(56px, 7vw, 90px) 0 40px; }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; }
@media (max-width: 860px) { footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { footer .cols { grid-template-columns: 1fr; } }
footer h4 { color: #f3edde; font-size: 0.8rem; letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 1.1rem; font-weight: 520; }
footer a { color: rgba(233,226,210,0.82); display: block; padding: 3px 0; font-size: 0.95rem; }
footer a:hover { color: var(--sand); }
footer .brandline { font-family: var(--serif-display); font-size: 1.6rem; color: #f3edde; margin-bottom: 0.8rem; }
footer .fine { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(233,226,210,0.18); font-size: 0.8rem; color: rgba(233,226,210,0.55); display: flex; flex-wrap: wrap; gap: 8px 30px; justify-content: space-between; }
footer .fine p { max-width: 72ch; }

/* ---------- misc ---------- */

.stat-row { display: flex; flex-wrap: wrap; gap: clamp(28px, 5vw, 70px); margin-top: 2.6rem; }
.stat .n { font-family: var(--serif-display); font-size: 2.4rem; font-weight: 380; color: var(--clay); }
.stat .l { font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); }

.season-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 2.6rem; }

.notice {
  border-left: 3px solid var(--clay); background: var(--paper-deep);
  padding: 22px 28px; border-radius: 0 14px 14px 0; margin: 2rem 0; font-size: 0.97rem;
}

table.simple { width: 100%; border-collapse: collapse; margin-top: 2rem; }
table.simple th, table.simple td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--hairline); }
table.simple th { font-family: var(--serif-display); font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); font-weight: 550; }
