:root {
  --cream: #FBF9F5;
  --cream-2: #F3EFE7;
  --ink: #1B2523;
  --ink-soft: #45524F;
  --teal: #0F6E5A;
  --teal-dark: #0A5142;
  --teal-soft: #E9F2EE;
  --teal-line: #CFE2DB;
  --gold: #B08D57;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); font-weight: 300; color: var(--ink); background: var(--cream); line-height: 1.75; font-size: 1.02rem; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 1.6rem; }
.wrap-narrow { max-width: 860px; margin: 0 auto; padding: 0 1.6rem; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; color: var(--ink); line-height: 1.15; }
a { color: var(--teal); }
.eyebrow { font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; color: var(--teal); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--sans); font-weight: 500; font-size: 0.9rem; letter-spacing: 0.02em; text-decoration: none; padding: 0.85rem 1.8rem; border-radius: 2px; transition: all 0.18s; cursor: pointer; }
.btn-wa { background: #128C7E; color: #fff; }
.btn-wa:hover { background: #0e7568; }
.btn-call { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-call:hover { background: var(--ink); color: var(--cream); }
.btn-teal { background: var(--teal); color: #fff; border: 1px solid var(--teal); }
.btn-teal:hover { background: var(--teal-dark); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.6); }
.btn-ghost:hover { background: rgba(255,255,255,0.14); }

/* Top bar */
.topbar { background: var(--ink); color: #cfd8d5; font-size: 0.78rem; letter-spacing: 0.03em; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 1.6rem; max-width: 1180px; margin: 0 auto; }
.topbar a { color: #cfd8d5; text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar .socials { display: flex; gap: 0.9rem; align-items: center; }
.topbar svg { width: 15px; height: 15px; fill: #cfd8d5; }
.topbar .socials a:hover svg { fill: #fff; }

/* Nav */
header.nav { position: sticky; top: 0; z-index: 100; background: rgba(251,249,245,0.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--cream-2); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.6rem; max-width: 1180px; margin: 0 auto; }
.logo { text-decoration: none; text-align: left; line-height: 1; }
.logo .l1 { font-family: var(--serif); font-weight: 600; font-size: 1.7rem; letter-spacing: 0.14em; color: var(--ink); display: block; }
.logo .l2 { font-family: var(--sans); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.42em; color: var(--teal); display: block; margin-top: 3px; }
.nav-links { display: flex; gap: 1.6rem; align-items: center; }
.nav-links a { color: var(--ink-soft); text-decoration: none; font-size: 0.82rem; font-weight: 400; letter-spacing: 0.02em; }
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-cta { background: var(--teal); color: #fff !important; padding: 0.55rem 1.15rem; border-radius: 2px; font-weight: 500; }
.nav-cta:hover { background: var(--teal-dark); }

/* Hero (home) */
.hero { position: relative; min-height: 82vh; display: flex; align-items: center;
  background: linear-gradient(90deg, rgba(15,20,19,0.86) 0%, rgba(15,20,19,0.55) 55%, rgba(15,20,19,0.25) 100%),
    url('https://static.wixstatic.com/media/079733_b1497e4033f94555b74e81e1c54aa4ff~mv2.jpg') center 30% / cover no-repeat; }
.hero-inner { max-width: 1180px; margin: 0 auto; padding: 4rem 1.6rem; width: 100%; }
.hero-content { max-width: 680px; }
.hero .eyebrow { color: #7FD8C4; }
.hero h1 { color: #fff; font-size: 4rem; font-weight: 500; margin: 1.1rem 0 1.4rem; letter-spacing: 0.01em; }
.hero h1 em { font-style: italic; color: #9FE3D2; }
.hero p { color: #e8ecea; font-size: 1.15rem; font-weight: 300; max-width: 560px; margin-bottom: 2.2rem; }
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }

/* Inner page hero (small) */
.page-hero { background: var(--ink); color: #fff; padding: 4.5rem 0 3.5rem; }
.page-hero .eyebrow { color: #7FD8C4; }
.page-hero h1 { color: #fff; font-size: 3rem; margin: 0.6rem 0 0.6rem; }
.page-hero h1 em { font-style: italic; color: #9FE3D2; }
.page-hero p { color: #c3ccc9; max-width: 620px; font-size: 1.08rem; }
.breadcrumb { font-size: 0.78rem; color: #9aa5a2; margin-bottom: 1.4rem; letter-spacing: 0.04em; }
.breadcrumb a { color: #9FE3D2; text-decoration: none; }

/* Trust strip */
.trust { background: var(--ink); color: #e8ecea; border-top: 1px solid rgba(255,255,255,0.08); }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: 1180px; margin: 0 auto; padding: 1.5rem 1.6rem; }
.trust-item { display: flex; align-items: center; gap: 0.7rem; font-size: 0.86rem; letter-spacing: 0.03em; }
.trust-item i { color: #7FD8C4; font-style: normal; font-size: 1.1rem; }
.trust-item strong { font-weight: 500; color: #fff; }
.trust-item span { color: #aeb9b6; display: block; font-size: 0.74rem; letter-spacing: 0.05em; text-transform: uppercase; }

/* Sections */
section.block { padding: 6rem 0; }
.center { text-align: center; }
h2.title { font-size: 2.9rem; margin: 0.5rem 0 1rem; }
h2.title em { font-style: italic; color: var(--teal); }
.lead { color: var(--ink-soft); font-size: 1.08rem; max-width: 640px; }
.center .lead { margin: 0 auto; }

/* Intro / welcome */
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.intro p { color: var(--ink-soft); margin-bottom: 1.2rem; }
.intro .quote { border-left: 2px solid var(--gold); padding: 0.4rem 0 0.4rem 1.6rem; margin-top: 2rem; }
.intro .quote p { font-family: var(--serif); font-style: italic; font-size: 1.5rem; line-height: 1.4; color: var(--ink); }
.intro .quote cite { font-family: var(--sans); font-style: normal; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); display: block; margin-top: 0.8rem; }
.intro-img { border-radius: 3px; overflow: hidden; box-shadow: 0 30px 60px rgba(27,37,35,0.18); }
.intro-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }

/* Conditions cards */
.conditions { background: var(--teal-soft); }
.cond-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3.5rem; }
.cond { background: var(--cream); border: 1px solid var(--teal-line); border-radius: 3px; padding: 1.8rem; transition: transform 0.18s, box-shadow 0.18s; }
.cond:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(15,110,90,0.12); }
.cond .ci { color: var(--teal); font-size: 1.5rem; margin-bottom: 0.6rem; }
.cond h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.cond p { color: var(--ink-soft); font-size: 0.92rem; }
.cond ul { list-style: none; margin-top: 0.6rem; }
.cond li { color: var(--ink-soft); font-size: 0.92rem; padding: 0.2rem 0 0.2rem 1rem; position: relative; }
.cond li::before { content: '·'; position: absolute; left: 0; color: var(--teal); font-weight: 700; }

/* Treatments list */
.treat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 3.5rem; margin-top: 3rem; border-top: 1px solid var(--cream-2); }
.treat { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; padding: 1.8rem 0.2rem; border-bottom: 1px solid var(--cream-2); align-items: start; }
.treat .tn { font-family: var(--serif); font-size: 1.6rem; color: var(--gold); line-height: 1; min-width: 2.4rem; }
.treat h3 { font-size: 1.35rem; margin-bottom: 0.3rem; }
.treat p { color: var(--ink-soft); font-size: 0.92rem; }

/* About Robyn band */
.about { background: var(--ink); color: #e8ecea; }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 4rem; align-items: center; }
.about h2 { color: #fff; }
.about h2 em { color: #9FE3D2; font-style: italic; }
.about p { color: #c3ccc9; margin-bottom: 1.1rem; }
.about .cred { display: flex; gap: 2.5rem; margin-top: 2rem; flex-wrap: wrap; }
.about .cred div span { font-family: var(--serif); font-size: 2.6rem; color: #9FE3D2; display: block; line-height: 1; }
.about .cred div small { font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: #aeb9b6; }
.about-portrait { border-radius: 3px; overflow: hidden; background: var(--cream-2); }
.about-portrait img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* Testimonial band */
.testi { background: var(--cream); text-align: center; }
.testi .mark { font-family: var(--serif); font-size: 5rem; color: var(--teal-line); line-height: 0.5; }
.testi blockquote { font-family: var(--serif); font-style: italic; font-size: 2rem; line-height: 1.4; max-width: 820px; margin: 1.5rem auto; color: var(--ink); }
.testi cite { font-family: var(--sans); font-style: normal; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); }

/* Contact */
.contact { background: var(--teal); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.contact h2 { color: #fff; font-size: 2.9rem; }
.contact p { color: #d6ece5; margin: 1rem 0 2rem; }
.contact-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.contact .btn-wa { background: #fff; color: var(--teal-dark); }
.contact .btn-wa:hover { background: #eafaf5; }
.contact .btn-call { border-color: rgba(255,255,255,0.7); color: #fff; }
.contact .btn-call:hover { background: rgba(255,255,255,0.14); }
.contact-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; padding: 2.2rem; }
.contact-card .row { display: flex; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid rgba(255,255,255,0.15); font-size: 0.95rem; }
.contact-card .row:last-child { border-bottom: none; }
.contact-card .row i { font-style: normal; color: #9FE3D2; font-size: 1.2rem; min-width: 1.5rem; }
.contact-card .row strong { display: block; font-weight: 500; color: #fff; }
.contact-card .row span { color: #cfe6df; font-size: 0.86rem; }

/* Generic prose page */
.prose { padding: 4rem 0 5rem; }
.prose h2 { font-size: 1.9rem; margin: 2.2rem 0 0.7rem; }
.prose h3 { font-size: 1.35rem; color: var(--teal); margin: 1.6rem 0 0.4rem; }
.prose p { color: var(--ink-soft); margin-bottom: 1.1rem; }
.prose ul, .prose ol { margin: 0 0 1.2rem 1.3rem; color: var(--ink-soft); }
.prose li { margin-bottom: 0.4rem; }
.prose strong { color: var(--ink); font-weight: 600; }

/* Publications */
.pub { border-bottom: 1px solid var(--cream-2); padding: 1.6rem 0; }
.pub h3 { font-family: var(--serif); font-size: 1.3rem; color: var(--ink); margin-bottom: 0.3rem; }
.pub .meta { color: var(--ink-soft); font-size: 0.9rem; }
.pub a { font-family: var(--sans); font-size: 0.82rem; font-weight: 500; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--cream-2); }
.faq-item summary { cursor: pointer; padding: 1.2rem 0; font-family: var(--serif); font-size: 1.35rem; color: var(--ink); list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--teal); font-size: 1.5rem; }
.faq-item[open] summary::after { content: '–'; }
.faq-item .answer { padding: 0 0 1.3rem; color: var(--ink-soft); }

/* Blog index */
.blog-header { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: center; padding: 3.5rem 0 2.5rem; border-bottom: 1px solid var(--cream-2); }
.blog-header h1 { font-size: 3rem; margin-bottom: 1rem; }
.blog-header .jh-img { border-radius: 6px; overflow: hidden; box-shadow: 0 20px 50px rgba(27,37,35,0.15); }
.blog-header .jh-img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; padding: 3rem 0 5rem; align-items: start; }
.post-row { display: grid; grid-template-columns: 240px 1fr; gap: 1.6rem; padding: 1.8rem 0; border-bottom: 1px solid var(--cream-2); align-items: center; }
.post-row .pr-thumb { border-radius: 6px; overflow: hidden; aspect-ratio: 16/10; background: var(--cream-2); }
.post-row .pr-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.2s; }
.post-row:hover .pr-thumb img { transform: scale(1.03); }
.pr-date { color: var(--teal); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.4rem; }
.pr-body h2 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.pr-body h2 a { color: var(--ink); text-decoration: none; }
.pr-body h2 a:hover { color: var(--teal); }
.pr-body p { color: var(--ink-soft); font-size: 0.96rem; margin-bottom: 0.6rem; }
.pr-read { color: var(--teal); font-weight: 500; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; }
.recent { position: sticky; top: 90px; background: var(--teal-soft); border: 1px solid var(--teal-line); border-radius: 8px; padding: 1.6rem; }
.recent h3 { font-size: 1.2rem; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 2px solid var(--teal); }
.recent-item { display: grid; grid-template-columns: 60px 1fr; gap: 0.8rem; align-items: center; text-decoration: none; padding: 0.6rem 0; border-bottom: 1px solid var(--teal-line); }
.recent-item:last-child { border-bottom: none; }
.recent-item img { width: 60px; height: 45px; object-fit: cover; border-radius: 4px; }
.recent-item span { color: var(--ink); font-size: 0.86rem; line-height: 1.35; }
.recent-item:hover span { color: var(--teal); }
.blog-pagination { text-align: center; padding: 1rem 0 2rem; color: var(--ink-soft); font-size: 0.9rem; }

/* Single post */
.post-body { padding: 3rem 0 4rem; }
.post-body h1 { font-size: 2.6rem; margin-bottom: 0.6rem; }
.post-meta { color: var(--teal); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 2rem; }
.post-body .featured { border-radius: 8px; overflow: hidden; margin: 0 0 2rem; box-shadow: 0 20px 50px rgba(27,37,35,0.15); }
.post-body p { color: var(--ink-soft); margin-bottom: 1.2rem; font-size: 1.08rem; }
.post-body .post-img { border-radius: 6px; margin: 1.5rem 0; box-shadow: 0 10px 30px rgba(27,37,35,0.1); }
.post-body .post-video { display: inline-block; background: var(--teal); color: #fff; text-decoration: none; padding: 0.7rem 1.4rem; border-radius: 3px; font-family: var(--sans); font-size: 0.9rem; font-weight: 500; margin: 0.5rem 0; }
.post-back { display: inline-block; margin-top: 2rem; color: var(--teal); text-decoration: none; font-weight: 500; font-size: 0.9rem; }

/* Footer */
footer { background: var(--ink); color: #9aa5a2; padding: 3.5rem 0 2rem; font-size: 0.86rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
footer .logo .l1 { color: #fff; font-size: 1.5rem; }
footer h4 { font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem; color: #7FD8C4; margin-bottom: 1rem; }
footer a { color: #9aa5a2; text-decoration: none; display: block; padding: 0.25rem 0; }
footer a:hover { color: #fff; }
.foot-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; flex-wrap: wrap; gap: 1rem; font-size: 0.78rem; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .topbar { display: none; }
  .hero h1 { font-size: 2.6rem; }
  .page-hero h1 { font-size: 2.1rem; }
  .trust-inner { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .intro-grid, .about-grid, .contact-grid, .blog-header, .blog-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .cond-grid, .treat-grid { grid-template-columns: 1fr; }
  .post-row { grid-template-columns: 1fr; }
  .recent { position: static; }
  h2.title { font-size: 2.2rem; }
  .foot-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  section.block { padding: 4rem 0; }
}
