/* Moriah J. Williams — Intuitive Healing
   Static clone of moriahwilliams.wixsite.com/intuitivehealing
   Custom CSS replacing all Wix framework styles */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-family: verdana, geneva, sans-serif;
  font-size: 15px;
  color: #000;
  background: #fff;
  line-height: 1.6;
}

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

a { color: #194991; }
a:hover { color: #013F85; }

p { margin: 0 0 0.75em; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.5em; font-family: verdana, geneva, sans-serif; }

ul, ol { margin: 0 0 0.75em; padding-left: 2em; }
li { margin-bottom: 0.25em; }

/* ---- Site wrapper ---- */
.site-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

/* ---- HEADER ---- */
.site-header {
  background-image: url('images/b6035e_e5b3a0e701c442ad8c387fb9a6237135~mv2.jpg');
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Site title overlay inside header */
.site-title-bar {
  padding: 18px 0 14px;
  text-align: center;
}

.site-title-bar h1 {
  font-family: 'Open Sans', sans-serif, verdana, geneva;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

/* ---- NAVIGATION ---- */
nav.main-nav {
  background: rgba(255,255,255,0.12);
}

nav.main-nav ul.nav-top {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}

nav.main-nav ul.nav-top > li {
  position: relative;
}

nav.main-nav ul.nav-top > li > a,
nav.main-nav ul.nav-top > li > span.nav-label {
  display: block;
  padding: 10px 14px;
  color: #000;
  text-decoration: none;
  font-family: verdana, geneva, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(255,255,255,0.75);
}

nav.main-nav ul.nav-top > li > a:hover,
nav.main-nav ul.nav-top > li:hover > a,
nav.main-nav ul.nav-top > li > a[aria-current="page"] {
  background: rgba(255,255,255,0.95);
  color: #013F85;
}

/* Dropdown submenu */
nav.main-nav ul.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  z-index: 200;
}

nav.main-nav ul.nav-top > li:hover > ul.nav-dropdown {
  display: block;
}

nav.main-nav ul.nav-dropdown li a {
  display: block;
  padding: 8px 16px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-family: verdana, geneva, sans-serif;
  white-space: nowrap;
}

nav.main-nav ul.nav-dropdown li a:hover {
  background: #f0f5fc;
  color: #013F85;
}

/* ---- MAIN CONTENT ---- */
main.page-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 20px;
}

/* Content sections — match Wix two-column layout */
.content-section {
  margin-bottom: 40px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.content-grid.reverse {
  direction: rtl;
}

.content-grid.reverse > * {
  direction: ltr;
}

/* Single column sections */
.content-single {
  max-width: 800px;
  margin: 0 auto;
}

/* Page title style (blue, verdana) */
.page-title {
  font-size: 22px;
  color: #0065A9;
  font-weight: bold;
  font-family: verdana, geneva, sans-serif;
  margin-bottom: 16px;
}

.section-title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  font-family: verdana, geneva, sans-serif;
  margin-bottom: 12px;
}

/* Home page hero title */
.home-hero-title {
  font-size: 26px;
  color: #013F85;
  font-weight: bold;
  text-align: center;
  font-family: verdana, geneva, sans-serif;
  margin: 20px 0 8px;
}

.home-hero-subtitle {
  font-size: 20px;
  color: #013F85;
  font-weight: bold;
  text-align: center;
  font-family: verdana, geneva, sans-serif;
  margin: 0 0 8px;
}

.home-hero-sub2 {
  font-size: 17px;
  color: #013F85;
  font-weight: bold;
  text-align: center;
  font-family: verdana, geneva, sans-serif;
  margin: 0 0 20px;
}

/* Image captions */
.img-caption {
  font-size: 12px;
  color: #444;
  margin-top: 6px;
  font-style: italic;
}

/* Inline content images */
.content-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.content-img-float-right {
  float: right;
  margin: 0 0 16px 24px;
  max-width: 45%;
}

.content-img-float-left {
  float: left;
  margin: 0 24px 16px 0;
  max-width: 45%;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/* Services list page layout */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  align-items: center;
}

.service-item {
  display: contents;
}

.service-item-link {
  font-size: 17px;
  color: #194991;
  text-decoration: underline;
  font-weight: bold;
  font-family: verdana, geneva, sans-serif;
}

/* Credentials / bio section */
.credentials {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #194991;
  font-family: verdana, geneva, sans-serif;
  line-height: 1.8;
  margin: 20px 0;
}

.credentials-footnote {
  text-align: center;
  font-size: 12px;
  color: #000;
  font-family: verdana, geneva, sans-serif;
  max-width: 700px;
  margin: 0 auto 20px;
}

/* "Book a Session" CTA bar */
.book-cta-bar {
  background: #e8f0fb;
  padding: 18px 20px;
  text-align: center;
  margin: 30px 0 0;
}

.book-cta-bar a {
  font-size: 22px;
  font-weight: bold;
  color: #013F85;
  text-decoration: underline;
  font-family: verdana, geneva, sans-serif;
}

.book-cta-bar a:hover {
  color: #0065A9;
}

/* ---- FOOTER ---- */
footer.site-footer {
  background-image: url('images/b6035e_ebe7a665f6964528987644026a13a4a1~mv2.jpg');
  background-size: cover;
  background-position: center;
  background-color: #0a1a3a;
  color: #fff;
  padding: 30px 20px;
}

.footer-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

/* Newsletter form in footer */
.footer-newsletter h5 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  font-family: verdana, geneva, sans-serif;
  margin-bottom: 12px;
}

.footer-newsletter input[type="text"],
.footer-newsletter input[type="email"] {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 8px 10px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: verdana, geneva, sans-serif;
  background: rgba(255,255,255,0.9);
}

.footer-newsletter button {
  background: #013F85;
  color: #fff;
  border: none;
  padding: 9px 20px;
  font-size: 14px;
  font-family: verdana, geneva, sans-serif;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
}

.footer-newsletter button:hover {
  background: #0065A9;
}

.footer-newsletter a {
  color: #9fc8ff;
  font-size: 14px;
  font-family: verdana, geneva, sans-serif;
}

/* Social icons */
.social-icons {
  display: flex;
  gap: 8px;
  margin: 12px 0;
}

.social-icons a img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

/* Footer right column */
.footer-info {
  text-align: right;
  color: #fff;
  font-family: verdana, geneva, sans-serif;
}

.footer-info p {
  margin: 0 0 6px;
  font-size: 14px;
}

.footer-info a {
  color: #9fc8ff;
  font-size: 14px;
}

/* ---- CONTACT PAGE ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  font-size: 14px;
  font-family: verdana, geneva, sans-serif;
}

.contact-form textarea {
  height: 140px;
  resize: vertical;
}

.contact-form button {
  background: #013F85;
  color: #fff;
  border: none;
  padding: 9px 24px;
  font-size: 14px;
  font-family: verdana, geneva, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.contact-form button:hover {
  background: #0065A9;
}

.contact-info-block {
  font-size: 15px;
  font-family: verdana, geneva, sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: verdana, geneva, sans-serif;
  margin-top: 20px;
}

.hours-table td {
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
}

/* ---- GALLERY ---- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* ---- PRICING / BOOKING ---- */
.pricing-block {
  background: #f8f9fa;
  border-left: 4px solid #013F85;
  padding: 14px 18px;
  margin-bottom: 16px;
  font-family: verdana, geneva, sans-serif;
  font-size: 15px;
}

.pricing-block h4 {
  color: #013F85;
  font-size: 15px;
  margin-bottom: 8px;
}

/* ---- FORMS (newsletter page, new client agreement) ---- */
.form-section {
  max-width: 600px;
}

.form-section input[type="text"],
.form-section input[type="email"],
.form-section textarea,
.form-section select {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 12px;
  border: 1px solid #bbb;
  font-size: 14px;
  font-family: verdana, geneva, sans-serif;
}

.form-section button,
.form-section input[type="submit"] {
  background: #013F85;
  color: #fff;
  border: none;
  padding: 10px 24px;
  font-size: 14px;
  font-family: verdana, geneva, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

/* ---- MEMBER BADGE ---- */
.member-badge {
  display: inline-block;
  border: 2px solid goldenrod;
  color: goldenrod;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  text-transform: uppercase;
  font-family: verdana, geneva, sans-serif;
}

/* ---- PRINCIPLES accordion style ---- */
.principles-list details {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.principles-list summary {
  font-size: 15px;
  font-family: verdana, geneva, sans-serif;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  padding: 4px 0;
  color: #013F85;
}

.principles-list summary::after {
  content: ' +';
  float: right;
}

.principles-list details[open] summary::after {
  content: ' -';
}

.principles-list details p {
  padding: 8px 0 4px;
  font-size: 14px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 700px) {
  nav.main-nav ul.nav-top {
    flex-direction: column;
    align-items: stretch;
  }

  nav.main-nav ul.nav-top > li > a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  nav.main-nav ul.nav-dropdown {
    position: static;
    box-shadow: none;
    border: none;
    background: #f0f5fc;
    display: none;
  }

  nav.main-nav ul.nav-top > li:hover > ul.nav-dropdown {
    display: block;
  }

  .content-grid,
  .services-grid,
  .contact-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .content-img-float-right,
  .content-img-float-left {
    float: none;
    max-width: 100%;
    margin: 0 0 16px 0;
  }

  .footer-info {
    text-align: left;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .site-title-bar h1 {
    font-size: 18px;
  }

  nav.main-nav ul.nav-top > li > a {
    font-size: 11px;
    padding: 8px 10px;
  }
}

/* ---- UTILITY ---- */
.text-center { text-align: center; }
.text-right { text-align: right; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.bold { font-weight: bold; }
.blue { color: #013F85; }
.small { font-size: 12px; }

/* ---- Wix residual class normalization ----
   The Wix inline style= attributes carry all actual styling.
   These classes just need to be harmless / transparent. */

/* Section wrappers: become block containers */
.wixui-section,
.wixui-column-strip,
.wixui-column-strip__column,
.wixui-box,
.wixui-page,
[class*="Oqnisf"],
[class*="CohWsy"],
[class*="YzqVVZ"],
[class*="SPY_vo"],
[class*="HT5ybB"],
[class*="dBAkHi"],
[class*="PFkO7r"] {
  display: block;
}

/* Rich text containers: flow layout */
.wixui-rich-text,
[class*="ku3DBC"],
[class*="MMl86N"],
[class*="zQ9jDz"],
[class*="qvSjx3"] {
  display: block;
  margin-bottom: 12px;
}

/* Image wrappers */
.wixui-image,
[class*="MazNVa"],
[class*="j7pOnl"] {
  display: block;
  margin-bottom: 16px;
}

.j7pOnl img,
[class*="j7pOnl"] img {
  max-width: 100%;
  height: auto;
}

/* Inline text spans: inherit everything from parent */
.wixui-rich-text__text,
[class*="wixui-rich-text__text"] {
  /* inherits all inline styles naturally */
}

/* color_11 = white text (footer) */
.color_11 {
  color: #fff;
}

/* color_15 = dark text (body) */
.color_15 {
  color: #000;
}

/* Form elements */
.wixui-text-input,
[class*="MpKiNN"] {
  display: block;
  margin-bottom: 8px;
}

.wixui-text-input__input,
[class*="KvoMHf"] {
  width: 100%;
  max-width: 280px;
  padding: 7px 10px;
  border: 1px solid #aaa;
  font-family: verdana, geneva, sans-serif;
  font-size: 14px;
  background: rgba(255,255,255,0.9);
}

/* Wix button */
.wixui-button,
[class*="uDW_Qe"] {
  background: #013F85;
  color: #fff;
  border: none;
  padding: 9px 20px;
  font-size: 14px;
  font-family: verdana, geneva, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.wixui-button:hover,
[class*="uDW_Qe"]:hover {
  background: #0065A9;
}

/* Button label span */
[class*="l7_2fn"],
.wixui-button__label {
  pointer-events: none;
}

/* Hide Wix social bar UL chrome, show as flex */
.WzbAF8 ul,
[class*="mpGTIt"] {
  display: flex;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  gap: 8px;
}

[class*="O6KwRn"] {
  display: inline-block;
}

[class*="oRtuWN"] img,
[class*="YaS0jR"] {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

/* Hide Wix "Book a Session" inner wrapper nesting - show as plain block */
[class*="bkIuWA"],
[class*="JVi7i2"],
[class*="FubTgk"],
[class*="AHplzk"] {
  display: block;
}

/* Wix grid/mesh containers: become plain blocks */
[class*="V5AUxf"],
[class*="VrZrC0"],
[class*="cKxVkc"],
[class*="lvxhkV"],
[class*="vlM3HR"] {
  display: block;
}

/* Wix image container */
[class*="BI8PVQ"],
[class*="Tj01hh"] {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove visibility hidden from any leftover Wix comp IDs */
[id^="comp-"] {
  visibility: visible !important;
}

/* Wix "hidden-during-prewarmup" class — make visible */
.hidden-during-prewarmup {
  visibility: visible !important;
}

/* Sections with background images defined inline */
section[style*="background-image"],
div[style*="background-image"] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Ensure the Book a Session link in footer is visible */
[class*="comp-jfp2ltuo"] a,
[class*="comp-jfp2ltuo"] a:visited {
  color: #013F85;
}

/* Hide truly empty Wix noise elements */
[class*="wixGuard"] {
  display: none;
}

/* Sections get breathing room */
section.wixui-section,
[class*="Oqnisf"] {
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}

[class*="Oqnisf"]:last-child {
  border-bottom: none;
}

/* Top-level content wrapper for Wix page div */
.wixui-page {
  padding: 0;
}

/* "Book a Session" link bar from footer wix section */
[id="comp-kp3m32no"],
[class*="comp-kp3m32no"] {
  background: #d9e8f7;
  padding: 16px 20px;
  text-align: center;
  margin-bottom: 0;
  border-bottom: none;
}

[id="comp-kp3m32no"] a,
[class*="comp-kp3m32no"] a {
  color: #013F85;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  font-family: verdana, geneva, sans-serif;
}

/* Footer starry background section */
[id="comp-kn2jvt4n"],
[class*="comp-kn2jvt4n"] {
  background-color: #0a1a3a;
}

/* Main page content max-width center */
main.page-content > * {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* Page-level section padding */
main.page-content section {
  padding-left: 20px;
  padding-right: 20px;
}
