/* Keep the section artwork consistent with the homepage on every template. */
:root{
  --wellness-home-section-background:url("https://wellnessspaquynhon.com/wp-content/uploads/2026/07/60d31a34-5912-4421-b216-18e4465268e4.png");
  --wellness-pattern-leaf:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cg fill='none' stroke='%23b9821f' stroke-opacity='.22' stroke-width='1.35'%3E%3Cpath d='M38 338C92 275 105 197 83 72'/%3E%3Cpath d='M84 213c42-7 74-31 97-72'/%3E%3Cpath d='M76 258c-31-11-53-35-65-71'/%3E%3Cellipse cx='160' cy='138' rx='34' ry='10' transform='rotate(-39 160 138)'/%3E%3Cellipse cx='45' cy='188' rx='29' ry='9' transform='rotate(28 45 188)'/%3E%3Cellipse cx='87' cy='87' rx='27' ry='8' transform='rotate(-20 87 87)'/%3E%3C/g%3E%3C/svg%3E");
  --wellness-pattern-wave:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='260' viewBox='0 0 420 260'%3E%3Cg fill='none' stroke='%23b9821f' stroke-opacity='.18' stroke-width='1.35'%3E%3Cpath d='M-30 210C54 92 146 67 245 112s139 36 205-53'/%3E%3Cpath d='M-46 252C47 123 146 105 253 145s145 31 214-57'/%3E%3Cpath d='M-24 168C56 61 135 43 228 83s142 30 194-38'/%3E%3C/g%3E%3C/svg%3E");
  --wellness-pattern-arc:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cg fill='none' stroke='%23b9821f' stroke-opacity='.18' stroke-width='1.35'%3E%3Cpath d='M-20 300C42 174 133 104 268 80'/%3E%3Cpath d='M42 350C93 225 165 160 315 128'/%3E%3Cpath d='M144 360c31-89 83-148 190-190'/%3E%3C/g%3E%3C/svg%3E");
  --wellness-pattern-gold-leaf:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cg fill='none' stroke='%23f3d58a' stroke-opacity='.22' stroke-width='1.35'%3E%3Cpath d='M38 338C92 275 105 197 83 72'/%3E%3Cpath d='M84 213c42-7 74-31 97-72'/%3E%3Cpath d='M76 258c-31-11-53-35-65-71'/%3E%3Cellipse cx='160' cy='138' rx='34' ry='10' transform='rotate(-39 160 138)'/%3E%3Cellipse cx='45' cy='188' rx='29' ry='9' transform='rotate(28 45 188)'/%3E%3Cellipse cx='87' cy='87' rx='27' ry='8' transform='rotate(-20 87 87)'/%3E%3C/g%3E%3C/svg%3E");
}

body.qna-inner-site{
  background-color:#fffaf3;
  background-image:var(--wellness-pattern-leaf),var(--wellness-home-section-background);
  background-position:left center,center;
  background-repeat:repeat,no-repeat;
  background-size:180px 180px,cover;
  background-attachment:scroll,fixed;
}

body.qna-inner-site main > section,
body.qna-inner-site main > header.single-hero,
body.qna-inner-site main.site-main{
  background-color:transparent;
  background-image:var(--wellness-pattern-leaf),var(--wellness-home-section-background);
  background-position:left center,center;
  background-repeat:repeat,no-repeat;
  background-size:180px 180px,cover;
  background-attachment:scroll,fixed;
}

body.qna-inner-site main > section.inner-section--cream,
body.qna-inner-site main > section.related-section,
body.qna-inner-site main > section.price-policy-section,
body.qna-inner-site main.service-page > section.service-related-section{
  background-image:var(--wellness-pattern-arc),var(--wellness-home-section-background);
  background-position:right center,center;
}

body.qna-inner-site main > section.inner-section--white,
body.qna-inner-site main > section.price-catalog-section,
body.qna-inner-site main.service-page > section.service-detail-section{
  background-image:var(--wellness-pattern-leaf),var(--wellness-home-section-background);
  background-position:left center,center;
}

body.qna-inner-site main > section.archive-section,
body.qna-inner-site main > section.single-main,
body.qna-inner-site main.service-page > section.service-gallery-section{
  background-image:var(--wellness-pattern-wave),var(--wellness-home-section-background);
  background-position:center bottom,center;
  background-size:240px 149px,cover;
}

body.qna-inner-site main > section.inner-section--dark,
body.qna-inner-site main > section.price-combo-section,
body.qna-inner-site main.service-page > section.service-experience-section,
body.qna-inner-site main.service-page > section.service-faq-section,
body.qna-inner-site main > section.inner-cta{
  color:rgba(255,248,234,.78);
  background-image:
    var(--wellness-pattern-gold-leaf),
    linear-gradient(rgba(93,44,7,.82),rgba(132,74,10,.88)),
    var(--wellness-home-section-background);
  background-position:right center,center,center;
  background-repeat:repeat,no-repeat,no-repeat;
  background-size:180px 180px,cover,cover;
  background-attachment:scroll,scroll,fixed;
}

/* Keep CTA sections transparent; the CTA box remains the visual focus. */
body.qna-inner-site main > section.inner-cta{
  background-color:transparent !important;
  background-image:none !important;
}

body.qna-inner-site main > section.inner-section--dark h2,
body.qna-inner-site main > section.inner-section--dark h3,
body.qna-inner-site main > section.price-combo-section h2,
body.qna-inner-site main.service-page > section.service-experience-section h2,
body.qna-inner-site main.service-page > section.service-faq-section h2,
body.qna-inner-site main > section.inner-cta h2{
  color:#fff;
}

body.qna-inner-site main > section.inner-section--dark .inner-eyebrow,
body.qna-inner-site main > section.price-combo-section .inner-eyebrow,
body.qna-inner-site main.service-page > section.service-faq-section .inner-eyebrow{
  color:var(--inner-gold-soft);
}

body.qna-inner-site main > section.inner-section--dark .inner-section-head p,
body.qna-inner-site main > section.price-combo-section .inner-section-head p,
body.qna-inner-site main.service-page > section.service-faq-section .inner-section-head p{
  color:rgba(255,248,234,.68);
}

@media(max-width:760px){
  body.qna-inner-site,
  body.qna-inner-site main > section,
  body.qna-inner-site main > header.single-hero,
  body.qna-inner-site main.site-main{
    background-attachment:scroll;
  }
}
