/* ─── Reset & Base ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; color: #2d2d2d; background: #fff; line-height: 1.7; }

/* ─── Colour Palette ─── */
:root {
  --sage:    #7a9e7e;
  --sage-dk: #5a7a5e;
  --sage-lt: #d4e6d5;
  --cream:   #faf7f2;
  --warm:    #c4956a;
  --warm-dk: #a07848;
  --charcoal:#2d2d2d;
  --mid:     #6b6b6b;
  --light:   #f0ebe3;
}

/* ─── Utilities ─── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 80px 0; }
.section-alt  { background: var(--cream); }
.section-sage { background: var(--sage-lt); }

.section-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--warm); margin-bottom: 10px; display: block;
}
h2.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--charcoal); margin-bottom: 16px; line-height: 1.25;
}
.section-intro { color: var(--mid); font-size: 1.05rem; max-width: 620px; margin-bottom: 48px; }

.btn {
  display: inline-block; padding: 14px 32px; border-radius: 50px;
  font-size: 0.95rem; font-weight: 700; letter-spacing: 0.5px;
  cursor: pointer; text-decoration: none; transition: all 0.25s ease;
  border: 2px solid transparent;
}
.btn-primary  { background: var(--sage); color: #fff; }
.btn-primary:hover  { background: var(--sage-dk); transform: translateY(-2px); }
.btn-outline  { background: transparent; border-color: #fff; color: #fff; }
.btn-outline:hover  { background: #fff; color: var(--sage-dk); }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,0,0,0.07); padding: 0 24px;
}
.nav-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; height: 88px;
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--charcoal);
  font-size: 0.9rem; font-weight: 600; letter-spacing: 0.3px; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--sage); }
.nav-cta { display: flex; align-items: center; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: 0.3s; }

/* ─── PAGE HERO BANNER ─── */
.page-banner {
  background: linear-gradient(135deg, #3a5a3e 0%, #5a7a5e 40%, #7a9e7e 70%, #9bbf9e 100%);
  padding: 60px 24px 50px;
  margin-top: 88px;
  text-align: center;
}
.page-banner .section-label { color: rgba(255,255,255,0.7); }
.page-banner h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff; line-height: 1.2;
}
.page-banner p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-top: 12px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ─── ABOUT ─── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-image {
  background: linear-gradient(155deg, #e8f0e8 0%, #d4e6d5 50%, #c4d4b8 100%);
  border-radius: 20px; height: 420px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.about-image::after {
  content: ''; position: absolute; bottom: -20px; right: -20px;
  width: 120px; height: 120px; background: var(--warm); border-radius: 50%; opacity: 0.12;
}
.about-content .values { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.value-item { display: flex; gap: 14px; align-items: flex-start; }
.value-icon {
  width: 40px; height: 40px; background: var(--sage-lt); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--sage-dk);
}
.value-item h4 { font-weight: 700; margin-bottom: 2px; color: var(--charcoal); }
.value-item p  { font-size: 0.9rem; color: var(--mid); }

/* ─── SERVICES ─── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card {
  background: #fff; border: 1px solid #ece8e0; border-radius: 20px;
  padding: 32px 28px; transition: all 0.3s ease; position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--sage), var(--warm)); opacity: 0; transition: 0.3s;
}
.service-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-4px); }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 48px; height: 48px; margin-bottom: 18px; display: block; color: var(--sage-dk); }
.service-card h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin-bottom: 10px; color: var(--charcoal); }
.service-card p { font-size: 0.92rem; color: var(--mid); line-height: 1.65; margin-bottom: 16px; }
.service-price { font-weight: 700; color: var(--sage-dk); font-size: 1rem; }
.service-duration { font-size: 0.8rem; color: var(--mid); margin-left: 4px; }
.service-book-btn {
  display: block; width: 100%; margin-top: 16px; padding: 10px;
  background: var(--sage-lt); color: var(--sage-dk); border: none;
  border-radius: 10px; font-weight: 700; font-size: 0.88rem; cursor: pointer; transition: 0.2s;
  text-decoration: none; text-align: center;
}
.service-book-btn:hover { background: var(--sage); color: #fff; }

/* ─── BOOKING ─── */
.booking-wrapper { max-width: 760px; margin: 0 auto; }
.booking-form-card {
  background: #fff; border-radius: 20px; padding: 40px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.07);
}
.booking-form-card h3 {
  font-family: 'Playfair Display', serif; font-size: 1.5rem;
  margin-bottom: 28px; color: var(--charcoal);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-size: 0.85rem; font-weight: 700;
  margin-bottom: 6px; color: var(--charcoal); letter-spacing: 0.3px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1.5px solid #e0dbd2;
  border-radius: 10px; font-size: 0.95rem; font-family: 'Lato', sans-serif;
  color: var(--charcoal); background: #faf9f7; transition: border-color 0.2s, box-shadow 0.2s; outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--sage); box-shadow: 0 0 0 3px rgba(122,158,126,0.12); background: #fff;
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-submit {
  width: 100%; padding: 15px;
  background: linear-gradient(135deg, var(--sage), var(--sage-dk));
  color: #fff; border: none; border-radius: 12px;
  font-size: 1rem; font-weight: 700; cursor: pointer;
  transition: 0.25s; margin-top: 8px; letter-spacing: 0.5px;
}
.form-submit:hover { opacity: 0.92; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(90,122,94,0.3); }
.form-note { text-align: center; font-size: 0.8rem; color: var(--mid); margin-top: 12px; }
.form-note a { color: var(--sage); text-decoration: none; }

/* ─── TESTIMONIALS ─── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: #fff; border-radius: 18px; padding: 28px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06); position: relative;
}
.testimonial-card::before {
  content: '"'; position: absolute; top: 16px; right: 24px;
  font-family: 'Playfair Display', serif; font-size: 4rem; color: var(--sage-lt); line-height: 1;
}
.stars { color: #f5a623; font-size: 1rem; margin-bottom: 12px; }
.testimonial-card p { font-size: 0.92rem; color: var(--mid); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--sage);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 700; color: #fff; letter-spacing: 0.5px; flex-shrink: 0;
}
.author-name { font-weight: 700; font-size: 0.9rem; }
.author-pet  { font-size: 0.8rem; color: var(--mid); }

/* ─── FAQ ─── */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item  { border-bottom: 1px solid #e0dbd2; }
.faq-q {
  width: 100%; background: none; border: none; text-align: left;
  padding: 20px 0; font-size: 1rem; font-weight: 700; color: var(--charcoal);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  font-family: 'Lato', sans-serif;
}
.faq-q .chevron { transition: transform 0.3s; font-size: 1.2rem; color: var(--sage); }
.faq-item.open .chevron { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s;
  font-size: 0.95rem; color: var(--mid); line-height: 1.7;
}
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 20px; }

/* ─── CONTACT ─── */
.contact-section { background: var(--sage-dk); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-left h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: #fff; margin-bottom: 16px; }
.contact-left p  { color: rgba(255,255,255,0.78); font-size: 1rem; line-height: 1.75; margin-bottom: 32px; }
.contact-detail  { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-detail .ic {
  width: 44px; height: 44px; background: rgba(255,255,255,0.12);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.contact-detail .ct-text strong { display: block; color: #fff; font-size: 0.9rem; margin-bottom: 2px; }
.contact-detail .ct-text a { color: rgba(255,255,255,0.85); text-decoration: none; }
.contact-detail .ct-text a:hover { color: #fff; }
.social-links { display: flex; gap: 12px; margin-top: 28px; }
.social-link {
  width: 44px; height: 44px; background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; text-decoration: none; transition: 0.2s;
}
.social-link:hover { background: rgba(255,255,255,0.25); }
.contact-form-card { background: #fff; border-radius: 20px; padding: 40px; }
.contact-form-card h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; margin-bottom: 24px; }

/* ─── CONTACT PAGE (multi-page layout) ─── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.contact-info-panel h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--dark); margin-bottom: 12px; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.contact-icon {
  width: 44px; height: 44px; background: var(--sage-lt);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  color: var(--sage-dk); flex-shrink: 0;
}
.contact-label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--mid); margin-bottom: 3px; }
.contact-value { color: var(--dark); text-decoration: none; font-size: 0.95rem; }
.contact-value:hover { color: var(--sage-dk); }
.contact-socials { margin: 28px 0; }
.social-links { display: flex; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.social-link {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 16px; background: var(--sage-lt);
  border: 1px solid var(--sage); border-radius: 10px;
  color: var(--sage-dk); text-decoration: none; font-size: 0.85rem; font-weight: 600;
  transition: 0.2s;
}
.social-link:hover { background: var(--sage); color: #fff; }
.contact-note {
  display: flex; gap: 10px; align-items: flex-start;
  background: var(--cream); border-radius: 12px; padding: 16px;
  font-size: 0.88rem; color: var(--mid); line-height: 1.6;
}
.contact-note svg { flex-shrink: 0; margin-top: 2px; color: var(--sage-dk); }
.contact-note a { color: var(--sage-dk); font-weight: 600; }

/* ─── FOOTER ─── */
footer {
  background: #1a2e1c; color: rgba(255,255,255,0.65);
  padding: 48px 24px 28px; text-align: center;
}
.footer-logo { margin-bottom: 8px; }
.footer-tagline { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 28px; }
.footer-links { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-bottom: 28px; }
.footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.87rem; transition: 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; font-size: 0.8rem; }

/* ─── MODAL ─── */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 2000;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.modal-overlay.active { opacity: 1; pointer-events: all; }
.modal {
  background: #fff; border-radius: 20px; padding: 40px; max-width: 500px; width: 100%;
  position: relative; transform: scale(0.95); transition: transform 0.3s; text-align: center;
}
.modal-overlay.active .modal { transform: scale(1); }
.modal-close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--mid); }
.modal h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin-bottom: 12px; }
.modal p  { color: var(--mid); font-size: 0.95rem; margin-bottom: 24px; }

/* ─── BLOG ─── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { background: #fff; border: 1px solid #ece8e0; border-radius: 20px; overflow: hidden; transition: all 0.3s ease; display: flex; flex-direction: column; }
.blog-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-4px); }
.blog-card-img { height: 180px; background: linear-gradient(135deg, var(--sage-lt), #c8ddc8); display: flex; align-items: center; justify-content: center; }
.blog-card-img svg { color: var(--sage-dk); opacity: 0.45; }
.blog-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-tag { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--warm); margin-bottom: 8px; display: block; }
.blog-card-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--charcoal); margin-bottom: 10px; line-height: 1.35; }
.blog-card-excerpt { font-size: 0.88rem; color: var(--mid); line-height: 1.65; margin-bottom: 16px; flex: 1; }
.blog-card-meta { font-size: 0.78rem; color: var(--mid); border-top: 1px solid #ece8e0; padding-top: 14px; margin-top: auto; display: flex; justify-content: space-between; align-items: center; }
.blog-coming-soon { text-align: center; padding: 48px; background: var(--sage-lt); border-radius: 20px; }
.blog-coming-soon p { color: var(--sage-dk); font-size: 0.95rem; line-height: 1.7; }

/* ─── LEAD MAGNET ─── */
.lead-magnet { background: linear-gradient(135deg, #2d4a30 0%, #3a5a3e 50%, #4a6e4e 100%); padding: 80px 0; }
.lead-magnet-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lead-magnet-badge { display: inline-block; background: var(--warm); color: #fff; padding: 5px 14px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.lead-magnet-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.7rem, 3vw, 2.3rem); color: #fff; margin-bottom: 16px; line-height: 1.25; }
.lead-magnet-content p { color: rgba(255,255,255,0.78); font-size: 0.98rem; line-height: 1.8; }
.lead-magnet-points { list-style: none; margin-top: 20px; }
.lead-magnet-points li { color: rgba(255,255,255,0.82); font-size: 0.9rem; padding: 5px 0; display: flex; align-items: flex-start; gap: 10px; }
.lead-magnet-points li::before { content: '✓'; color: #a8d5a2; font-weight: 700; flex-shrink: 0; }
.lead-magnet-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 36px; }
.lead-magnet-card h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.lead-magnet-card p { font-size: 0.85rem; color: rgba(255,255,255,0.65); margin-bottom: 22px; }
.mc-form { display: flex; flex-direction: column; gap: 12px; }
.mc-form input { width: 100%; padding: 13px 18px; border: 1.5px solid rgba(255,255,255,0.3); border-radius: 10px; font-family: 'Lato', sans-serif; font-size: 0.95rem; color: #fff; background: rgba(255,255,255,0.1); outline: none; transition: 0.2s; }
.mc-form input::placeholder { color: rgba(255,255,255,0.5); }
.mc-form input:focus { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.15); }
.mc-form button { padding: 13px; background: var(--warm); color: #fff; border: none; border-radius: 10px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: 0.2s; letter-spacing: 0.3px; }
.mc-form button:hover { background: var(--warm-dk); transform: translateY(-1px); }
.mc-privacy { font-size: 0.72rem; color: rgba(255,255,255,0.45); text-align: center; margin-top: 8px; }

/* ─── ABOUT PAGE (expanded story layout) ─── */
.about-story { max-width: 1100px; margin: 0 auto; }
@media (max-width: 900px) { .about-story { grid-template-columns: 1fr !important; } .about-story > div:last-child { display: none; } }
.about-story p { font-size: 1rem; color: var(--mid); line-height: 1.9; margin-bottom: 20px; }
.about-story p:last-child { margin-bottom: 0; }
.about-pullquote {
  border-left: 4px solid var(--sage); padding: 16px 28px;
  background: var(--sage-lt); border-radius: 0 12px 12px 0;
  font-family: 'Playfair Display', serif; font-size: 1.2rem;
  color: var(--sage-dk); line-height: 1.6; font-style: italic;
  margin: 32px 0;
}
.about-credentials { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.credential-badge {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid #ece8e0; border-radius: 12px; padding: 12px 18px;
}
.credential-badge svg { color: var(--sage-dk); flex-shrink: 0; }
.credential-badge span { font-size: 0.88rem; font-weight: 600; color: var(--charcoal); }

/* ─── ACUITY BOOKING PLACEHOLDER ─── */
.acuity-wrapper { max-width: 760px; margin: 0 auto; }
.acuity-embed-box { background: #fff; border: 2px dashed #c8d8c8; border-radius: 20px; padding: 56px 40px; text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,0.05); }
.acuity-embed-box svg { color: var(--sage); margin-bottom: 16px; opacity: 0.6; }
.acuity-embed-box h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; margin-bottom: 10px; color: var(--charcoal); }
.acuity-embed-box p { color: var(--mid); font-size: 0.95rem; margin-bottom: 24px; }
.acuity-setup-steps { background: var(--cream); border-radius: 16px; padding: 28px 32px; margin-top: 28px; text-align: left; }
.acuity-setup-steps h4 { font-weight: 700; margin-bottom: 16px; color: var(--charcoal); font-size: 0.95rem; }
.setup-step { display: flex; gap: 14px; margin-bottom: 14px; align-items: flex-start; }
.setup-step:last-child { margin-bottom: 0; }
.step-num { width: 26px; height: 26px; background: var(--sage); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.step-text { font-size: 0.88rem; color: var(--mid); line-height: 1.55; }
.step-text strong { color: var(--charcoal); }

/* ─── SCROLL TO TOP ─── */
#scrollTop {
  position: fixed; bottom: 30px; right: 30px; width: 46px; height: 46px;
  background: var(--sage); color: #fff; border: none; border-radius: 50%;
  font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15); opacity: 0; transform: translateY(12px); transition: 0.3s; z-index: 999;
}
#scrollTop.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .about-grid      { grid-template-columns: 1fr; }
  .about-image     { height: 280px; }
  .services-grid   { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .contact-inner   { grid-template-columns: 1fr; }
  .contact-layout  { grid-template-columns: 1fr; }
  .blog-grid       { grid-template-columns: 1fr 1fr; }
  .lead-magnet-inner { grid-template-columns: 1fr; gap: 40px; }
  .nav-links       { display: none; }
  .hamburger       { display: flex; }
}
@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .form-row      { grid-template-columns: 1fr; }
  .blog-grid     { grid-template-columns: 1fr; }
  .about-credentials { flex-direction: column; }
}
