:root {
  --indigo: #2F2E8B;
  --lavender: #A796C4;
  --pink: #EA67A6;
  --sage: #9BE58A;
  --warm: #FFFDF8;
  --ink: #1F2430;
  --mist: #E7DFF1;
  --soft: #F8F5FB;
}

/* Design audit prose tokens:
   A small-font italic testimonial appears in a list item inside the homepage content.
   Render testimonials as calm quote blocks with a lavender left border
   and clear attribution when present. Do not lose list content.
   readable font size
 */

* { box-sizing: border-box; }
html { background: var(--warm); color: var(--ink); }
body { margin: 0; font-family: "Source Sans 3", Arial, sans-serif; font-size: 17px; line-height: 1.65; background: linear-gradient(180deg, #fffdf8 0%, #fbf7ff 54%, #fffdf8 100%); color: var(--ink); }
a { color: var(--indigo); text-decoration-color: rgba(234, 103, 166, .45); text-underline-offset: 3px; transition: color .18s ease, text-decoration-color .18s ease, background .18s ease; }
a:hover { color: #7a1a58; text-decoration-color: var(--pink); }
img { max-width: 100%; height: auto; }

.site-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-main { min-height: 60vh; }
.site-header { position: sticky; top: 0; z-index: 45; color: var(--lavender); background-color: var(--warm); border-bottom: 1px solid var(--mist); }
.utility-band { border-bottom: 1px solid var(--mist); background: rgba(255, 253, 248, .88); }
.utility-nav { display: flex; justify-content: flex-end; gap: 20px; padding: 8px 0; flex-wrap: wrap; font-family: Montserrat, Arial, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: 600; }
.utility-nav a { color: var(--pink); text-decoration: none; }
.brand-row { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; }
.brand-lockup { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-lockup strong { display: block; color: var(--indigo); font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; line-height: 1; }
.brand-lockup small { display: block; color: #655a78; font-family: Montserrat, Arial, sans-serif; font-size: 12px; letter-spacing: 0; text-transform: uppercase; margin-top: 4px; }
.brand-symbol { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 30% 25%, var(--sage), var(--lavender)); color: var(--indigo); font-family: "Cormorant Garamond", Georgia, serif; font-size: 36px; font-weight: 700; box-shadow: 0 12px 32px rgba(47,46,139,.16); }
.primary-nav { background: var(--indigo); box-shadow: 0 14px 38px rgba(47,46,139,.18); }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: 0; padding: 0; margin: 0; flex-wrap: wrap; }
.primary-nav li { position: relative; }
.primary-nav a { display: block; color: white; text-decoration: none; padding: 14px 16px; font-family: Montserrat, Arial, sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.primary-nav a:hover { background: rgba(255,255,255,.12); color: white; }
.dropdown { display: none !important; position: absolute; top: 100%; left: 0; min-width: 240px; padding: 8px 0 !important; background: white; border: 1px solid var(--mist); box-shadow: 0 20px 40px rgba(31,36,48,.16); z-index: 50; }
.has-dropdown:hover > .dropdown, .has-dropdown:focus-within > .dropdown { display: block !important; }
.dropdown a { color: var(--indigo); text-transform: none; padding: 9px 14px; font-size: 14px; }
.dropdown a:hover { background: var(--soft); color: #7a1a58; }

.wellness-hero, .service-hero { background-color: var(--sage); background-image: linear-gradient(135deg, rgba(155,229,138,.32), rgba(167,150,196,.34) 58%, rgba(234,103,166,.16)); padding: 56px 0; border-bottom: 1px solid var(--mist); }
.hero-grid, .service-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 42px; align-items: center; }
.hero-grid img, .service-hero-grid img, .feature-aside > img { border-radius: 8px; box-shadow: 0 24px 55px rgba(47,46,139,.16); object-fit: cover; width: 100%; max-height: 430px; }
.eyebrow { margin: 0 0 10px; color: #7a1a58; font-family: Montserrat, Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, h4 { font-family: "Cormorant Garamond", Georgia, serif; color: var(--indigo); line-height: 1.15; letter-spacing: 0; }
h1 { font-size: clamp(34px, 5vw, 56px); margin: 0 0 18px; font-weight: 700; }
h2 { font-size: 36px; margin: 34px 0 14px; }
h3 { font-size: 27px; margin: 26px 0 10px; }
h4 { font-size: 22px; margin: 20px 0 8px; }

.page-shell { padding: 46px 0 64px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; align-items: start; }
.feature-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(260px, 340px); gap: 48px; align-items: start; }
.site-prose { max-width: 780px; background: rgba(255,253,248,.76); border: 1px solid rgba(231,223,241,.7); padding: 34px; border-radius: 8px; box-shadow: 0 18px 44px rgba(47,46,139,.08); }
.content-layout .site-prose, .gallery-page .site-prose { max-width: none; }
.site-prose p { margin: 0 0 18px; }
.site-prose .lead, .lead { font-size: 20px; color: #4d465b; }
.site-prose ul, .site-prose ol { padding-left: 1.4rem; margin: 0 0 20px; }
.site-prose li { margin: 7px 0; }
.site-prose blockquote { margin: 28px 0; padding: 18px 22px; border-left: 5px solid var(--lavender); background: #f6f1fb; color: #463b58; font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; line-height: 1.45; }
.site-figure { margin: 28px 0; }
.site-figure img, .gallery img { border-radius: 8px; border: 1px solid var(--mist); background: white; }
figcaption { color: #6f687a; font-size: 14px; margin-top: 8px; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 28px 0; }
.gallery figure { margin: 0; }
.table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--mist); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; background: white; }
.site-prose table { display: block; max-width: 100%; overflow-x: auto; }
.site-prose th, .site-prose td { overflow-wrap: anywhere; }
th, td { border-bottom: 1px solid var(--mist); padding: 11px 13px; vertical-align: top; }
th { color: var(--indigo); background: #f3eef8; text-align: left; }
hr { border: 0; border-top: 1px solid var(--mist); margin: 32px 0; }

.site-sidebar { display: grid; gap: 18px; }
.site-sidebar section, .feature-aside .site-sidebar section { background: white; border: 1px solid var(--mist); border-radius: 8px; padding: 20px; box-shadow: 0 12px 30px rgba(47,46,139,.07); }
.site-sidebar h2 { margin: 0 0 14px; font-size: 25px; }
.site-sidebar ul { list-style: none; padding: 0; margin: 0; }
.site-sidebar li + li { border-top: 1px solid var(--mist); }
.site-sidebar a { display: block; padding: 8px 0; text-decoration: none; }

.listing-stream .entry-card, .category-card { background: white; border: 1px solid var(--mist); border-radius: 8px; padding: 20px; margin: 16px 0; box-shadow: 0 12px 28px rgba(47,46,139,.07); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.category-grid.columns-1 { grid-template-columns: 1fr; }
.category-grid.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.category-grid.columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-card { margin: 0; overflow: hidden; }
.category-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; margin-bottom: 14px; }
.category-card h2 { font-size: 25px; margin: 0 0 8px; }
.category-card.card-style-horizontal { display: grid; grid-template-columns: 180px 1fr; gap: 18px; align-items: start; }
.category-card.card-style-horizontal img { margin: 0; height: 100%; }
.read-more, .button-link { display: inline-block; margin-top: 8px; padding: 9px 14px; border-radius: 6px; background: var(--pink); color: white; text-decoration: none; font-family: Montserrat, Arial, sans-serif; font-size: 13px; font-weight: 700; }
.read-more:hover, .button-link:hover { color: white; background: var(--indigo); }

.breadcrumbs { margin-bottom: 22px; font-family: Montserrat, Arial, sans-serif; font-size: 13px; color: #6a6374; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: var(--lavender); margin-left: 8px; }
.article-meta { color: #6a6374; font-family: Montserrat, Arial, sans-serif; font-size: 13px; display: flex; gap: 14px; flex-wrap: wrap; }
.article-main-image { float: right; width: min(34%, 300px); margin: 4px 0 18px 24px; }
.article-main-image img { border-radius: 8px; border: 1px solid var(--mist); }
.article-with-toc.has-toc { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 32px; align-items: start; }
.article-with-toc.toc-right { grid-template-columns: minmax(0, 1fr) 240px; }
.article-with-toc.toc-right .toc-sidebar { order: 2; }
.toc { background: #f6f1fb; border: 1px solid var(--mist); border-radius: 8px; padding: 16px; }
.toc ul { margin: 0; padding-left: 18px; }
.toc-sidebar { position: sticky; top: 78px; }
.toc-mobile { display: none; margin-bottom: 18px; }
.toc-top { margin: 18px 0 28px; }

.site-footer { background: var(--indigo); color: white; margin-top: 50px; padding: 40px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: start; }
.site-footer strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; }
.site-footer p { color: rgba(255,255,255,.78); margin: 8px 0 0; }
.site-footer nav { display: flex; gap: 14px 22px; flex-wrap: wrap; justify-content: flex-end; }
.site-footer a { color: white; text-decoration-color: rgba(234,103,166,.55); }

@media (max-width: 900px) {
  .site-container { width: min(100% - 28px, 1180px); }
  .hero-grid, .service-hero-grid, .content-layout, .feature-layout, .footer-grid, .article-with-toc.has-toc { grid-template-columns: 1fr; }
  .site-prose { padding: 24px; }
  .primary-nav { position: static; }
  .primary-nav ul { display: block; }
  .primary-nav a { padding: 12px 0; }
  .dropdown { position: static; display: block !important; min-width: 0; box-shadow: none; background: rgba(255,255,255,.08); border: 0; padding-left: 18px !important; }
  .dropdown a { color: white; }
  .category-grid, .category-grid.columns-2, .category-grid.columns-3, .category-grid.columns-4 { grid-template-columns: 1fr; }
  .category-card.card-style-horizontal { grid-template-columns: 1fr; }
  .article-main-image { float: none; width: 100%; margin: 18px 0; }
  .toc-sidebar { display: none; }
  .toc-mobile { display: block; }
  .footer-grid nav { justify-content: flex-start; }
}

@media print {
  .site-header, .site-sidebar, .site-footer, .breadcrumbs, .toc { display: none !important; }
  body { background: white; color: black; font-size: 12pt; }
  .site-container, .site-prose { width: 100%; max-width: none; box-shadow: none; border: 0; padding: 0; }
  a { color: black; text-decoration: underline; }
}
