.elementor-35 .elementor-element.elementor-element-0dc1867{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:102px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-61ed557{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:102px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-98eb374{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-35 .elementor-element.elementor-element-0dc1867{--padding-top:102px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-61ed557{--padding-top:102px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-35 .elementor-element.elementor-element-0dc1867{--padding-top:103px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-61ed557{--padding-top:103px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-1821ed9 *//* ─────────────────────────────────────────
   RESET & BASE
───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #f8fafd;
  color: #1c1c1e;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: 'DM Sans', system-ui, sans-serif; cursor: pointer; border: none; }

/* ─────────────────────────────────────────
   DESIGN TOKENS
───────────────────────────────────────── */
:root {
  --navy:    #0f1f45;
  --navy2:   #1a2f5a;
  --blue:    #2563eb;
  --blue2:   #3b7cf4;
  --blue-lt: #e8f0fe;
  --orange:  #e8650a;
  --orange2: #f07830;
  --teal:    #0d7c6b;
  --cream:   #f8fafd;
  --warm:    #f0f5ff;
  --warm2:   #e4eeff;
  --gold:    #c8993a;
  --ink:     #1c1c1e;
  --ink2:    #3d3d3d;
  --ink3:    #6b6b6b;
  --line:    #dde4ef;
  --white:   #ffffff;
  --serif:   'Playfair Display', Georgia, serif;
  --sans:    'DM Sans', system-ui, sans-serif;
  --radius:  12px;
  --shadow:  0 4px 24px rgba(15,31,69,.08);
  --shadow2: 0 8px 40px rgba(15,31,69,.14);
}

/* ─────────────────────────────────────────
   UTILITIES
───────────────────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 40px 0; }
.section-pad-sm { padding: 52px 0; }

.eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 10px;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(26px, 3.5vw, 40px);
  color: var(--navy); font-weight: 600;
  line-height: 1.2; margin-bottom: 8px;
}
.section-sub {
  font-size: 15px; color: var(--ink3);
  line-height: 1.65; margin-bottom: 40px;
}

/* Image placeholder */
.img-ph {
  background: var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-style: italic;
  color: var(--ink3); font-family: var(--sans);
  border-radius: 8px; overflow: hidden;
}
.img-ph img { display: block; }

/* Buttons */
.btn {
  display: inline-block; font-family: var(--sans);
  font-size: 14px; font-weight: 600;
  padding: 13px 26px; border-radius: 8px;
  transition: all .22s ease; cursor: pointer; border: none;
}
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue2); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,235,.3); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--cream); transform: translateY(-1px); }
.btn-sm { font-size: 12px; padding: 8px 16px; border-radius: 6px; }
.btn-ghost { background: var(--warm); color: var(--ink2); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--line); }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange2); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(232,101,10,.3); }

/* ─────────────────────────────────────────
   NAVIGATION
───────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
}
.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -.01em;
}
.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink2);
  transition: color .18s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform .2s;
}
.nav-links a:hover { color: var(--navy); }
.nav-links a:hover::after { transform: scaleX(1); }

/* ── Services dropdown wrapper ── */
.nav-dropdown {
  position: relative;
}
.nav-dropdown > a {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
/* chevron icon */
.nav-dropdown > a .chev {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s;
  margin-top: 1px;
}
.nav-dropdown:hover > a .chev {
  transform: rotate(-135deg) translateY(-2px);
}

/* ── Dropdown panel ── */
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.10), 0 4px 16px rgba(0,0,0,.06);
  padding: 8px;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
/* small arrow tip */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px; height: 12px;
  background: #fff;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-radius: 2px 0 0 0;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* ── Each dropdown item ── */
.nav-dropdown-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: background .15s;
  cursor: pointer;
}
.nav-dropdown-item:hover {
  background: rgba(37,99,235,.08);
}
.nav-dropdown-item:hover .dd-title {
  color: var(--blue);
}
/* icon bubble */
.dd-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff5ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: background .15s;
}
.nav-dropdown-item:hover .dd-icon {
  background: rgba(37, 99, 235, .09);
}
.dd-text { display: flex; flex-direction: column; gap: 1px; }
.dd-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
  transition: color .15s;
  line-height: 1.2;
}
.dd-desc {
  font-size: 11.5px;
  color: var(--ink2);
  opacity: .75;
  line-height: 1.3;
}
/* divider before last two premium items */
.dd-divider {
  height: 1px;
  background: var(--line);
  margin: 6px 14px;
}

/* ── Hamburger / Mobile ── */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .2s; }
.nav-mobile { display: none; background: #fff; border-bottom: 1px solid var(--line); padding: 16px 24px; }
.nav-mobile.open { display: block; }
.nav-mobile a { display: block; font-size: 15px; font-weight: 500; padding: 10px 0; color: var(--ink2); border-bottom: 1px solid var(--line); }
.nav-mobile a:last-child { border: none; }
.nav-mobile .btn { margin-top: 12px; width: 100%; text-align: center; }

/* Mobile services accordion */
.mob-services-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.mob-services-toggle .chev-mob {
  display: inline-block;
  width: 9px; height: 9px;
  border-right: 2px solid var(--ink2);
  border-bottom: 2px solid var(--ink2);
  transform: rotate(45deg);
  transition: transform .2s;
}
.mob-services-toggle.active .chev-mob {
  transform: rotate(-135deg);
}
.mob-services-list {
  display: none;
  padding: 4px 0 4px 12px;
}
.mob-services-list.open { display: block; }
.mob-services-list a {
  font-size: 13.5px !important;
  padding: 8px 0 !important;
  color: var(--ink2) !important;
  border-bottom: none !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.mob-services-list a span.ms-icon { font-size: 15px; }

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
}


/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.breadcrumb{font-size:12px;color:var(--ink3);padding:14px 24px;display:flex;align-items:center;gap:6px;background:#fff;border-bottom:1px solid var(--line)}
.breadcrumb a{color:var(--ink3);transition:color .18s}
.breadcrumb a:hover{color:var(--blue)}
.breadcrumb .sep{color:var(--line)}
.breadcrumb .current{color:var(--blue);font-weight:600}
.hero{padding:0;margin:0;overflow:hidden}
.hero-img{display:block;width:100%;height:auto;margin-top: -100px; margin-bottom: -35px;}



/* ─────────────────────────────────────────
   WHY HEALING
───────────────────────────────────────── */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.why-card {
  background: var(--cream); border-radius: var(--radius);
  border: 1px solid var(--line); padding: 28px;
}
.why-accent { width: 36px; height: 3px; background: var(--blue); border-radius: 2px; margin-bottom: 16px; }
.why-card h3 {
  font-family: var(--serif); font-size: 20px; color: var(--navy);
  font-weight: 600; margin-bottom: 12px; line-height: 1.3;
}
.why-card p { font-size: 15px; color: var(--ink2); line-height: 1.75; }

/* ─────────────────────────────────────────
   OFFERINGS
───────────────────────────────────────── */
.offerings-section{background:var(--cream)}
.offerings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.offer-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--line);overflow:hidden;transition:transform .22s,box-shadow .22s}
.offer-card:hover{transform:translateY(-4px);box-shadow:var(--shadow2)}
.offer-img-wrap{height:180px;overflow:hidden}
.offer-img-wrap img{width:100%;height:100%;object-fit:cover}
.offer-img-placeholder{height:180px}
.offer-body{padding:22px 22px 26px}
.offer-num{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}
.offer-body h3{font-family:var(--serif);font-size:19px;color:var(--navy);font-weight:600;margin-bottom:10px;line-height:1.3}
.offer-body p{font-size:14px;color:var(--ink2);line-height:1.7}
.img-placeholder{display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:12px;color:var(--ink3);font-weight:500;letter-spacing:.03em;border-radius:8px;width:100%}

/* ─────────────────────────────────────────
   HEALING PHILOSOPHY (dark tabbed)
───────────────────────────────────────── */
.philosophy-section { background: var(--navy); padding: 50px 24px; }
.philosophy-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.phil-left .eyebrow { color: rgba(232,101,10,.9); }
.phil-left .section-title { color: #fff; margin-bottom: 16px; }
.phil-left p { font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.8; margin-bottom: 14px; }
.phil-right {
    padding-left: 40px;   
    padding-top: 60px;
}
.tab-buttons { display: flex; gap: 6px; margin-bottom: 28px; flex-wrap: wrap;}
.tab-btn {
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  padding: 8px 20px; border-radius: 24px; border: none; cursor: pointer; transition: all .2s;
}
.tab-btn.active { background: var(--blue); color: #fff; }
.tab-btn.inactive { background: rgba(255,255,255,.1); color: rgba(255,255,255,.55); }
.tab-btn.inactive:hover { background: rgba(255,255,255,.18); color: rgba(255,255,255,.8); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.tab-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.tab-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; color: rgba(255,255,255,.8); line-height: 1.4;
}
.tab-list li::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue2); flex-shrink: 0;
}



/* ─────────────────────────────────────────
   SIGNS YOU NEED HEALING
───────────────────────────────────────── */
.signs-section { background: var(--white); }
.signs-intro { font-size: 15px; color: var(--ink2); margin-bottom: 28px; font-style: italic; }
.signs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sign-card { background: var(--cream); border-radius: var(--radius); border: 1px solid var(--line); border-top: 4px solid var(--blue); display: flex; flex-direction: column; overflow: hidden; transition: transform .22s, box-shadow .22s; }
.sign-card:hover { transform: translateY(-3px); box-shadow: var(--shadow2); }
.sign-img-col { background: var(--warm2); display: flex; align-items: center; justify-content: center; padding: 20px; min-height: 60px; }
.sign-img-col .img-ph { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.7); font-size: 9px; border: 1px solid var(--line); }
.sign-body { padding: 18px 20px 22px; }
.sign-body h4 { font-family: var(--serif); font-size: 17px; color: var(--navy); font-weight: 600; margin-bottom: 6px; }
.sign-body p { font-size: 13.5px; color: var(--ink2); line-height: 1.65; }
@media (max-width: 900px) { .signs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .signs-grid { grid-template-columns: 1fr; } }

/* ─────────────────────────────────────────
   RETURN TO YOURSELF CTA BAND
───────────────────────────────────────── */
.return-container{
    background:linear-gradient(135deg,#1a2f5a 0%,#0f1f45 60%,#0a2030 100%);
}
.return-band{display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden;max-width:1160px;
    margin:0 auto;
    padding:40px 24px;
    
}
.return-band .btn-white:hover {
  background: #0a2030; /* Dark background */
  color: #ffffff !important;      /* White text */
}
.return-band::before{content:'';position:absolute;top:-50px;right:-50px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.04);pointer-events:none}
.return-band::after{content:'';position:absolute;bottom:-60px;left:-40px;width:300px;height:300px;border-radius:50%;background:rgba(37,99,235,.06);pointer-events:none}
.return-band>*{position:relative}
.return-band h2{font-family:var(--serif);font-size:32px;color:#fff;font-weight:600;margin:0 0 2px;white-space:nowrap}
.return-band p{font-size:16px;color:rgba(255,255,255,.8);margin:0;max-width:420px;line-height:1.7}
.btn-white{flex-shrink:0}

/* ── FAQ SECTION ── */
.faq-section {
  background: var(--white);
  padding: 64px 0 80px;
  border-top: 1px solid var(--line);
}

.faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.faq-header .section-sub {
  max-width: 480px;
  margin: 0 auto;
}

/* Container for all FAQ elements */
.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Clean 2-column layout for desktop */
  gap: 14px;
  align-items: start;
}
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.open .faq-body {
  max-height: 300px; /* Adjust according to maximum expected text height */
}
/* Individual card items */
.faq-item {
  background: var(--cream) !important; /* Force layout color away from default elementor values */
  border-radius: 12px;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.faq-item.open {
  box-shadow: var(--shadow);
}

/* FAQ Triggers configured as button overrides */
button.faq-trigger {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  padding: 18px 20px;
  cursor: pointer;
  gap: 12px;
  user-select: none;
  text-align: left;
}

button.faq-trigger p {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
  margin: 0;
}

/* Accordion chevron settings */
.faq-chevron {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.faq-item.open .faq-chevron {
  background: var(--orange);
  transform: rotate(180deg);
}

.faq-chevron svg {
  width: 10px;
  height: 10px;
  stroke: var(--ink3);
  transition: stroke 0.25s ease;
}

.faq-item.open .faq-chevron svg {
  stroke: #fff;
}

/* Answer body blocks */
.faq-body {
  display: none;
  padding: 0 20px 18px;
}

.faq-body p {
  font-size: 13.5px;
  color: var(--ink3);
  line-height: 1.7;
  margin: 0;
}

.faq-item.open .faq-body {
  display: block;
}
/* Accordion chevron settings */
.faq-chevron {
  width: 32px; /* Increased background circle size (was 20px) */
  height: 32px;
  border-radius: 50%;
  background: var(--blue); /* Updated background color to page blue */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.faq-item.open .faq-chevron {
  background: var(--orange);
  transform: rotate(180deg);
}

.faq-chevron svg {
  width: 16px; /* Increased SVG icon size (was 10px) */
  height: 16px;
  stroke: #ffffff; /* Changed default stroke color to white for contrast on blue */
  transition: stroke 0.25s ease;
}

.faq-item.open .faq-chevron svg {
  stroke: #ffffff;
}
.faq-item.open .faq-chevron {
  background: var(--blue);
  transform: rotate(180deg);
}
/* ── Mobile Responsive Adjustment ── */
@media (max-width: 767px) {
  .faq-list {
    grid-template-columns: 1fr; /* Switch to a single straight line column on mobile */
    gap: 12px;
  }

  button.faq-trigger {
    padding: 16px;
  }

  button.faq-trigger p {
    font-size: 15px;
  }

  .faq-body {
    padding: 0 16px 16px 16px;
  }
  
  .faq-body p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ─────────────────────────────────────────
   CROSS-SELL
───────────────────────────────────────── */
.crosssell-section { background: var(--cream); }
.crosssell-box {
  background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line); padding: 28px 32px;
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.crosssell-box p { font-size: 15px; color: var(--ink2); flex: 1; min-width: 200px; line-height: 1.6; }
.crosssell-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.cs-chip {
  display: inline-block; font-size: 13px; font-weight: 600;
  padding: 9px 20px; border-radius: 24px;
  border: 1.5px solid rgba(37,99,235,.3);
  color: var(--blue); background: rgba(37,99,235,.05);
  transition: all .2s;
}
.cs-chip:hover { background: var(--blue); color: #fff; border-color: var(--blue); transform: translateY(-1px); }

/* ─────────────────────────────────────────
   REVIEWS
───────────────────────────────────────── */
.reviews-section { background: var(--white); }
.review-card {
  background: var(--cream); border-radius: var(--radius);
  border: 1px solid var(--line); padding: 32px 36px;
  display: flex; gap: 24px; align-items: flex-start;
  max-width: 720px; box-shadow: var(--shadow);
}
.review-av {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--warm2); border: 2px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700; color: var(--blue); flex-shrink: 0; font-family: var(--serif);
}
.review-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 10px; }
.review-quote { font-family: var(--serif); font-size: 18px; font-style: italic; color: var(--navy); line-height: 1.6; margin-bottom: 14px; }
.review-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.review-tag { font-size: 12px; color: var(--ink3); margin-top: 3px; }
.reviews-grid {display: grid; grid-template-columns: 1fr 1fr;gap: 24px;}
@media (max-width: 640px) {.reviews-grid { grid-template-columns: 1fr; } }




/* ─────────────────────────────────────────
   BLOG / HEALING JOURNEY
───────────────────────────────────────── */
.blog-section { background: var(--white); }
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
.blog-card {
  background: var(--cream); border-radius: var(--radius);
  border: 1px solid var(--line); overflow: hidden;
  transition: transform .22s, box-shadow .22s;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow2); }
.blog-img { width: 100%; height: 200px; object-fit: cover; display: block; }
.blog-img-ph { height: 200px; border-radius: 0; }
.blog-body { padding: 22px 22px 26px; }
.blog-cat { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.blog-body h3 { font-family: var(--serif); font-size: 19px; color: var(--navy); font-weight: 600; margin-bottom: 10px; line-height: 1.3; }
.blog-body p { font-size: 14px; color: var(--ink2); line-height: 1.7; }
.blog-cta-wrap { text-align: center; }
.btn-outline-blue {
  display: inline-block; font-size: 14px; font-weight: 600;
  padding: 12px 28px; border-radius: 8px;
  border: 2px solid var(--blue); color: var(--blue);
  background: transparent; transition: all .2s;
}
.btn-outline-blue:hover { background: var(--blue); color: #fff; transform: translateY(-1px); }

/* ─────────────────────────────────────────
   COMMUNITY OPT-IN
───────────────────────────────────────── */
.community-section { background: var(--navy); padding: 64px 24px; }
.community-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
}
.community-left h2 { font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); color: #fff; font-weight: 600; margin-bottom: 10px; }
.community-left p { font-size: 15px; color: rgba(255,255,255,.6); line-height: 1.7; }
.community-form { display: flex; gap: 8px; }
.community-form input {
  flex: 1; background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.2); border-radius: 8px;
  padding: 12px 16px; font-family: var(--sans); font-size: 14px;
  color: #fff; outline: none; transition: border-color .2s;
}
.community-form input::placeholder { color: rgba(255,255,255,.4); }
.community-form input:focus { border-color: rgba(37,99,235,.7); }
.community-form .btn-primary { white-space: nowrap; }

/* ─────────────────────────────────────────
   CONTACT
───────────────────────────────────────── */
.contact-section { background: var(--cream); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 52px; align-items: start; }
.contact-left h2 { font-family: var(--serif); font-size: 28px; color: var(--navy); font-weight: 600; margin-bottom: 10px; }
.contact-left p { font-size: 15px; color: var(--ink2); line-height: 1.75; margin-bottom: 24px; }
.contact-info { display: flex; flex-direction: column; gap: 12px; }
.ci { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink2); }
.ci-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--warm2); display: flex; align-items: center;
  justify-content: center; font-size: 15px; flex-shrink: 0; border: 1px solid var(--line);
}
.form-group { margin-bottom: 14px; }
.form-group label {
  display: block; font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .05em;
  color: var(--ink3); margin-bottom: 6px;
}
.form-group input, .form-group textarea {
  width: 100%; background: var(--white);
  border: 1.5px solid var(--line); border-radius: 8px;
  padding: 12px 16px; font-family: var(--sans); font-size: 14px;
  color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus, .form-group textarea:focus {
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.1);
  background: #fff;
}
.form-group textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.footer { background: var(--navy); padding: 64px 24px 0; }
.footer-grid {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-logo { font-family: var(--serif); font-size: 28px; color: #fff; font-weight: 600; margin-bottom: 12px; }
.footer-logo img { height: 100px; width: auto; display: block; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 20px; max-width: 260px; }
.footer-socials { display: flex; gap: 10px; }
.soc-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7); font-size: 14px; transition: all .2s;
}
.soc-icon:hover { background: var(--blue); border-color: var(--blue); color: #fff; transform: translateY(-2px); }
.footer-col {padding-top:50px;}
.footer-col h5 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 16px; color: rgba(255,255,255,.55); margin-bottom: 10px; transition: color .18s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  max-width: 1160px; margin: 0 auto; padding: 18px 0;
  display: flex; justify-content: center; align-items: center;
}
.footer-bottom span { font-size: 12px; color: rgba(255,255,255,.3); }

/* ─────────────────────────────────────────
   CLOSING STRIP
───────────────────────────────────────── */
.closing { background: #060d1a; padding: 26px 24px; }
.closing-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 20px; }
.closing-brand { font-family: var(--serif); font-size: 24px; color: #fff; font-weight: 600; }
.closing-quote { text-align: center; font-family: var(--serif); font-size: 14px; font-style: italic; color: rgba(255,255,255,.45); line-height: 1.65; }
.closing-quote em { color: var(--orange); font-style: normal; font-weight: 600; }
.closing-right { text-align: right; }
.closing-name { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.closing-creds { font-size: 11px; color: rgba(255,255,255,.4); line-height: 1.65; margin-bottom: 10px; }
.closing-phone { display: inline-block; font-size: 12px; font-weight: 600; color: var(--gold); border: 1px solid rgba(200,153,58,.4); padding: 6px 16px; border-radius: 20px; transition: all .2s; }
.closing-phone:hover { background: rgba(200,153,58,.15); color: #e8b840; }
/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; }
  .offerings-grid { grid-template-columns: 1fr; }
  .philosophy-inner { grid-template-columns: 1fr; gap: 60px; }
  .signs-grid { grid-template-columns: 1fr; }
  .community-inner { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .closing-inner { grid-template-columns: 1fr; text-align: center; gap: 12px; }
  .closing-right { text-align: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .crosssell-box { flex-direction: column; align-items: flex-start; }
  .review-card { flex-direction: column; }
  .return-band {
    flex-direction: column;
    align-items: flex-start; 
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .nav-links, .nav .btn { display: none; }
  .nav-ham { display: flex; }
  .hero h1 { font-size: 30px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .community-form { flex-direction: column; }
  .sign-card { grid-template-columns: 1fr; }
  .sign-img-col { display: none; }
}
.closing-accent {
  color: #e07b3c;
}/* End custom CSS */