@media (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .footer-col {
    text-align: center !important;
    width: 100%;
  }
  .footer-heading {
    font-size: 1rem;
    text-align: center !important;
  }
  .footer-list {
    text-align: center !important;
  }
  .footer-copyright {
    font-size: 0.92rem;
    padding: 0.7rem 0 1rem 0;
  }
}
/* --- Custom Footer Layout --- */
footer.site-footer {
  background: rgba(255,255,255,0.55);
  color: #2d3a36;
  padding: 2.2rem 2.2rem 0.7rem 2.2rem;
  font-size: 1.08rem;
  margin-top: 2.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1), 0 -2px 12px rgba(0,0,0,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 0;
  position: relative;
}
.footer-container {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  align-items: flex-start;
}
.footer-col {
  min-width: 180px;
  flex: 1 1 220px;
  margin-bottom: 1.5rem;
  text-align: left;
}
.footer-heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #333;
  letter-spacing: 1px;
  text-align: left;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2;
  text-align: left;
}
.footer-list li {
  margin-bottom: 0.1em;
}
.footer-list a {
  color: #174e4a;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.18s, text-decoration-thickness 0.18s;
}
.footer-list a:hover,
.footer-list a:focus {
  color: #2d3a36;
  text-decoration-thickness: 2px;
}
.footer-copyright {
  max-width: 600px;
  margin: 0 auto;
  color: #555;
  font-size: 0.95rem;
  padding: 0.7rem 0 1.2rem 0;
  text-align: center;
}
/* Removed media queries for .footer-container so columns always stay side by side */
/* Utility class for hiding elements */
.hidden {
  display: none !important;
}
/* Home CTA row for homepage - stacked vertically, 100% width only on mobile */
/* Home CTA row for homepage - stacked vertically, uniform width, centered */
.home-cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  margin: 1.2em 0 0.7em 0;
  align-items: flex-start;
  width: 100%;
}
.home-cta-row .cta-btn {
  min-width: 220px;
  max-width: 290px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}
.home-cta-row .cta-btn {
  margin: 0;
}
@media (max-width: 600px) {
  .home-cta-row {
    align-items: stretch;
  }
  .home-cta-row .cta-btn {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}

/* Home CTA row for homepage - stacked vertically */

body {
  margin: 0;
  font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  background: #b2e5dd url("../images/background.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #222;
  min-height: 100vh;
}
/* Page wrapper for sticky footer */
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .main-content,
  .home-card-content {
    padding: 0.1rem 0.05rem 0.5rem 0.05rem;
  }
  .about-nancy-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .about-nancy-image {
    margin-top: 0.25rem;
  }
  .about-nancy-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
.service-contact .cta-btn {
  margin-bottom: 0.3em;
}
address {
  font-style: normal;
}
/* Use Dancing Script for site title */
.site-title {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  color: #174e4a;
  letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 600;
  color: #174e4a;
  letter-spacing: 0.01em;

}

h1 {
  font-size: 2.2rem;
  margin: 0 0 0.7em 0;
  line-height: 1.1;
}

h2 {
  color: #6bb7a6;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}
/* Header layout fix for hamburger alignment */
.site-header-content, .site-header-left {
  display: flex;
  align-items: center;
}
.site-header-content {
  justify-content: space-between;
}
.hamburger {
  margin-left: auto;
  margin-right: 0;
}
/* Aftercare instructions box styling */
.aftercare-box {
  margin: 1.5em 0;
  max-width: 700px;
}
.aftercare-box h2 {
  margin-left: 0;
  margin-right: 0;
}
.aftercare-box h2 {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
.aftercare-intro {
  margin-bottom: 0.7em;
}
.aftercare-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.7em 0;
}
.aftercare-list li {
  padding: 0.6em 0 0.6em 0.2em;
  border-bottom: 1px dashed #b2e5dd;
  font-size: 1.05em;
}
.aftercare-list li:last-child {
  border-bottom: none;
}
.aftercare-warning {
  color: #6b5b95;
  font-weight: bold;
  padding-left: 0.7em;
  margin-top: 0.7em;
  border-radius: 7px;
}
.aftercare-note {
  color: #555;
  font-size: 0.98em;
  margin: 0.5em 0 1em 0;
}
.aftercare-mahalo {
  margin-top: 1.5em;
  font-size: 1.08em;
  color: #174e4a;
}
/* Services page enhancements */
.service-facility-info {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  background: linear-gradient(120deg, #f6fcfa 0%, #e6f7f3 100%);
  border: none;
  padding: 1.18em 1.5em;
  margin-bottom: 1.2em;
  border-radius: 15px;
  box-shadow: 0 8px 32px 0 rgba(107, 183, 166, 0.13),
    0 2px 8px 0 rgba(107, 183, 166, 0.1);
}
.service-prices {
  margin-bottom: 1.5em;
}
.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.7em 0;
}
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6em 0;
  border-bottom: 1px dashed #b2e5dd;
  font-size: 1.08em;
}
.price-list li:last-child {
  border-bottom: none;
}
.price-list .service {
  font-weight: 600;
  color: #174e4a;
}
.price-list .note {
  font-weight: 400;
  font-size: 0.97em;
  margin-left: 0.3em;
}
.price-list .price {
  font-weight: bold;
  color: #2d3a36;
  font-size: 1.08em;
  border-radius: 8px;
  padding: 0.18em 0.7em;
  margin-left: 1.2em;
}
.price-note {
  color: #555;
  font-size: 0.98em;
  margin: 0.5em 0 1em 0;
}
.price-warning {
  color: #6b5b95;
  font-weight: bold;
  margin: 1em 0 0.7em 0;
}
.service-contact {
  background: #f6fcfa;
  border-left: 4px solid #6bb7a6;
  padding: 0.7em 1.2em;
  margin: 1.2em 0 1.5em 0;
  border-radius: 10px;
}

.service-contact-title {
  color: #6bb7a6;
  font-weight: 600;
  margin-top: 1.2em !important;
  margin-bottom: 0.5em;
}
/* Heading spacing adjustments for cleaner look */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.1em;
  margin-bottom: 0.4em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6,
.home-card-content h1,
.home-card-content h2,
.home-card-content h3,
.home-card-content h4,
.home-card-content h5,
.home-card-content h6 {
  margin-top: 1.1em;
  margin-bottom: 0.3em;
}
/* Remove top margin for first heading in content */
.main-content h1:first-child,
.main-content h2:first-child,
.main-content h3:first-child,
.main-content h4:first-child,
.main-content h5:first-child,
.main-content h6:first-child,
.home-card-content h1:first-child,
.home-card-content h2:first-child,
.home-card-content h3:first-child,
.home-card-content h4:first-child,
.home-card-content h5:first-child,
.home-card-content h6:first-child {
  margin-top: 0;
}
/* About Nancy grid for homepage */
.about-nancy-quote {
  /* background: linear-gradient(135deg, #f6fcfa 0%, #e6f7f3 100%); */
  border-radius: 16px;
  padding: 1.8em 2em;
  font-size: 1.12em;
  line-height: 1.6;
  font-style: italic;
  color: #2d3a36;
  /* box-shadow: 0 4px 20px rgba(107,183,166,0.12); */
  position: relative;
}

.about-nancy-quote::before {
  content: '"';
  font-size: 2em;
  color: #6bb7a6;
  font-family: Georgia, serif;
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  line-height: 1;
  opacity: 0.7;
}

.about-nancy-quote::after {
  content: "- Nancy";
  display: block;
  text-align: left;
  margin-top: 1em;
  font-style: normal;
  font-weight: 600;
  color: #174e4a;
  font-size: 0.95em;
}

@media (max-width: 700px) {
  .about-nancy-quote {
    padding: 1em 1.6em;
    font-size: 1.08em;
  }
}

.about-nancy-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.about-nancy-quote-section {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
}

.about-nancy-quote {
  flex: 1;
}

@media (max-width: 700px) {
  .about-nancy-quote-section {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.5rem;
  }
}
.about-nancy-text {
  min-width: 0;
}
.about-nancy-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}
.about-nancy-image img {
  width: 300px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  object-fit: cover;
  border: 4px solid #b2e5dd;
}

@media (max-width: 700px) {
  .about-nancy-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .about-nancy-image {
    margin-top: 0.25rem;
  }
  .about-nancy-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
footer.site-footer a {
  text-decoration: underline;
  font-weight: 600;
  color: #174e4a;
  transition: color 0.18s, text-decoration-thickness 0.18s;
}
footer.site-footer a:hover,
footer.site-footer a:focus {
  color: #2d3a36;
  text-decoration-thickness: 2px;
}
/* Hamburger menu styles for perfect X transition */
/* Hamburger menu styles for perfect X transition */
/* Hamburger menu styles for perfect X transition */
.hamburger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.hamburger span {
  position: absolute;
  left: 6px;
  width: 28px;
  height: 3px;
  background: #2d3a36;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}
.hamburger.active span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    120deg,
    rgba(178, 229, 221, 0.3) 60%,
    rgba(107, 183, 166, 0.1) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Header/Nav Bar */
.site-header-bar {
  width: 100%;
  background: rgba(255, 255, 255, 0.55);
  /* No border-radius for square corners */
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  width: 100%;
}
.site-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.7rem 2.2rem;
}
.site-header-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.site-icon {
  width: 70px;
  height: 70px;
  margin-right: 0.7rem;
  flex-shrink: 0;
}
.site-title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}
@media (max-width: 700px) {
  .site-header-content {
    flex-wrap: wrap;
    overflow-x: auto;
  }
}
.site-title {
  font-family: "Dancing Script", cursive;
  font-size: 2.5rem;
  color: #174e4a;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-weight: 700;
  white-space: nowrap;
}

.site-tagline {
  color: #388e6c;
  font-size: 1.12rem;
  margin: 0.2rem 0 0 0;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .site-title {
    font-size: 2.2rem !important;
  }
  .site-tagline {
    font-size: 1.05rem;
  }
}
.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav li {
  margin: 0;
}
.site-nav a {
  display: block;
  padding: 0.5em 0.9em;
  color: #2d3a36;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.01rem;
  border-radius: 14px;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a:focus {
  background: #b2e5dd;
  color: #2d3a36;
}

/* Main Content */
.page-wrapper main {
  flex: 1 0 auto;
}
main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}
.main-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  padding: 2.7rem 2.2rem;
  margin-bottom: 2rem;
}
.about-link, .cta-btn {
  display: inline-block;
  margin: 0.5rem 0;
  color: #fff;
  background: #6bb7a6;
  font-weight: 600;
  text-decoration: none;
  border-radius: 24px;
  padding: 0.6em 1.5em;
  box-shadow: 0 4px 18px rgba(107, 183, 166, 0.22), 0 1.5px 6px rgba(0,0,0,0.10);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  border: none;
  font-size: 1.08rem;
  cursor: pointer;
}
.about-link:hover, .cta-btn:hover {
  background: #5aa892;
  color: #fff;
  box-shadow: 0 8px 32px rgba(107, 183, 166, 0.28), 0 3px 12px rgba(0,0,0,0.13);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}

/* Gallery Styles */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
  justify-content: start;
  text-align: left;
}
.gallery img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.13);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 36px rgba(107, 183, 166, 0.18);
}

/* Lightbox styles for gallery */
.lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  cursor: zoom-out;
}
.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 8px;
}
.lightbox-close {
  position: absolute;
  top: 32px;
  right: 48px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  text-shadow: 0 2px 8px #000;
}

/* Footer */
footer.site-footer {
  background: rgba(255,255,255,0.55);
  color: #2d3a36;
  padding: 2.2rem 2.2rem 0.7rem 2.2rem;
  font-size: 1.08rem;
  margin-top: 2.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1), 0 -2px 12px rgba(0,0,0,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 0;
  position: relative;
  text-align: left;
}
footer.site-footer span,
footer.site-footer a {
  display: inline-block;
  margin: 0 0.3em;
  color: #2d3a36;
  text-decoration: none;
  word-break: break-word;
}
@media (max-width: 600px) {
  footer.site-footer {
    padding: 1.2rem 0.5rem 0.7rem 0.5rem;
    font-size: 1rem;
  }
  .footer-container {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-heading {
    font-size: 1rem;
  }
  .footer-copyright {
    font-size: 0.92rem;
    padding: 0.7rem 0 1rem 0;
  }
}

a {
  color: #2d3a36;
  text-decoration: underline;
}
/* Responsive Design */
@media (max-width: 900px) {
  .site-header-content {
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
    padding: 1.1rem 1rem;
  }
  .site-nav ul {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
  .site-title {
    font-size: 2.1rem;
  }
  .site-icon {
    width: 60px;
    height: 60px;
  }
  .home-card-content {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
  main {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  .site-nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 1rem;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    z-index: 20;
  }
  .site-nav ul.show {
    display: flex;
  }
  .site-nav a {
    padding: 0.8em 1em;
    font-size: 1.1rem;
    border-radius: 12px;
    text-align: center;
  }
  .site-header-content {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .site-header-bar {
    position: relative;
  }
}

@media (max-width: 600px) {
  .site-header-content {
    padding: 0.7rem 0.5rem;
  }
  .gallery {
    grid-template-columns: 1fr;
  }
  main {
    padding: 0 0.5rem;
  }
}
