:root {
  --teal:        #2f5a55;
  --teal-dark:   #1f3f3b;
  --teal-soft:   #3d6e68;
  --cream:       #efece5;
  --cream-deep:  #e4dfd3;
  --brown:       #9a6230;
  --brown-dark:  #7d4e25;
  --gold:        #e8a83c;
  --ink:         #1a1a1a;
}

* { scroll-behavior: smooth; }

body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  color: #2b2b2b;
  background-color: #fff;
}
h1, h2, h3, h4, h5, .serif {
  font-family: "Merriweather", Georgia, serif;
}

.eyebrow {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .78rem;
  font-weight: 700;
}

/* ---------- Buttons ---------- */
.btn-pill {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8rem;
  padding: .9rem 2.4rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-dark-pill { background-color: var(--ink); color: #fff; }
.btn-dark-pill:hover {
  background-color: #000; color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
}
.btn-gold-pill { background-color: var(--gold); color: var(--ink); }
.btn-gold-pill:hover {
  background-color: #f0b54e; color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(232,168,60,.4);
}
.btn-outline-light-pill {
  border: 2px solid rgba(255,255,255,.7); color: #fff;
}
.btn-outline-light-pill:hover { background-color: #fff; color: var(--teal); }

/* ---------- Navbar ---------- */
.navbar-dogology {
  background-color: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e9e9e9;
  transition: box-shadow .25s ease;
}
.navbar-dogology.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.navbar-brand {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--teal);
  letter-spacing: .02em;
}
.navbar-brand:hover { color: var(--teal-dark); }
.navbar-brand i { color: var(--brown); }
.navbar-dogology .nav-link {
  color: #333;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .82rem;
  margin: 0 .7rem;
  position: relative;
}
.navbar-dogology .nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 2px;
  width: 0; height: 2px;
  background-color: var(--brown);
  transition: width .25s ease;
}
.navbar-dogology .nav-link:hover::after,
.navbar-dogology .nav-link.active::after { width: 100%; }
.navbar-dogology .nav-link:hover { color: var(--teal); }

/* ---------- Hero (Home) ---------- */
.hero {
  background:
    radial-gradient(ellipse at 78% 28%, rgb(154 98 48 / 4%), transparent 55%),
    linear-gradient(160deg, #faf8f4 0%, #faf8f4 100%);
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 5rem;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: .35;
}
.hero::before {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(47,90,85,.18), transparent 70%);
  top: -90px; left: -90px;
}
.hero::after {
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(154,98,48,.2), transparent 70%);
  bottom: -80px; right: 8%;
}
.hero .container { position: relative; z-index: 2; }
.hero-logo { width: 100%; max-width: 620px; height: auto; }
.hero-text .eyebrow { color: var(--brown); margin-bottom: 1rem; }
.hero-text h1 {
  font-weight: 600;
  font-size: 3.1rem;
  line-height: 1.12;
  color: var(--ink);
  margin-bottom: 1.1rem;
}
.hero-text h1 .accent { color: var(--teal); font-style: italic; }
.hero-text .tagline { font-size: 1.3rem; color: #5a5a5a; margin-bottom: 1.9rem; }
.hero-phone {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: .4rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
}
.hero-phone i { color: var(--brown); }
.hero-phone:hover { color: var(--teal); }
.hero-trust { margin-top: 2.2rem; display: flex; gap: 1.6rem; flex-wrap: wrap; }
.hero-trust div { display: flex; align-items: center; gap: .5rem; }
.hero-trust i { color: var(--teal); font-size: 1.15rem; }
.hero-trust span { font-size: .9rem; font-weight: 600; color: #555; }

/* ---------- Section frame ---------- */
.section { padding: 5.5rem 0; }
.section-head { margin-bottom: 3.2rem; }
.section-head .eyebrow { color: var(--brown); }
.section-head h2 { font-size: 2.7rem; font-weight: 600; margin-top: .6rem; }
.divider-paw {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--brown);
  margin-top: .4rem;
}
.divider-paw::before,
.divider-paw::after {
  content: "";
  width: 46px; height: 2px;
  background-color: currentColor;
  opacity: .5;
}

/* ---------- Service cards (Home) ---------- */
.services { background-color: #fdfdfd; }
.services .section-head h2 { color: var(--ink); }
.service-card {
  background-color: #fff;
  border: 1px solid #ece7dd;
  border-radius: 16px;
  padding: 2.4rem 1.8rem;
  height: 100%;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(31,63,59,.14);
  border-color: var(--teal);
}
.service-ico {
  width: 70px; height: 70px;
  border-radius: 50%;
  background-color: var(--cream);
  color: var(--teal);
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}
.service-card h5 { font-weight: 600; font-size: 1.3rem; margin-bottom: .65rem; color: var(--ink); }
.service-card p { color: #6a6a6a; font-size: .96rem; margin: 0; }

/* ---------- About section (Home) ---------- */
.about-section {
  background-color: var(--teal);
  color: #fff;
  position: relative;
}
.about-section .section-head h2 { color: #fff; }
.about-section .section-head .eyebrow { color: var(--gold); }
.about-img-wrap { position: relative; }
.about-img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  box-shadow: 0 22px 44px rgba(0,0,0,.3);
}
.about-img-wrap::after {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 18px;
  z-index: -1;
}
.about-badge {
  position: absolute;
  right: -10px; bottom: -22px;
  background-color: var(--gold);
  color: var(--ink);
  border-radius: 14px;
  padding: .9rem 1.3rem;
  text-align: center;
  box-shadow: 0 12px 24px rgba(0,0,0,.25);
}
.about-badge .num { font-weight: 700; font-size: 1.7rem; line-height: 1; }
.about-badge .lbl { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.about-section h4 { font-weight: 600; font-size: 1.7rem; margin-bottom: 1rem; }
.about-section p { line-height: 1.75; color: rgba(255,255,255,.9); }
.about-list { list-style: none; padding: 0; margin: 1.4rem 0 1.8rem; }
.about-list li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  margin-bottom: .7rem;
  font-weight: 600;
}
.about-list i { color: var(--gold); margin-top: .2rem; }

/* ---------- Testimonials ---------- */
.testimonials { background: var(--cream); color: var(--ink); }
.testimonials .section-head .eyebrow { color: var(--teal); }
.review-featured {
  background: #fff;
  border-radius: 20px;
  padding: 2.8rem 3rem;
  display: flex;
  gap: 2.8rem;
  align-items: flex-start;
  box-shadow: 0 4px 28px rgba(0,0,0,.07);
  margin-bottom: 1.5rem;
}
.review-featured-author { flex: 0 0 150px; text-align: center; }
.review-featured-avatar {
  width: 130px; height: 130px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--teal-soft), var(--teal));
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .9rem;
}
.review-featured-name { font-weight: 700; font-size: .97rem; color: var(--ink); display: block; }
.review-featured-loc { font-size: .82rem; color: #999; }
.review-featured-content { flex: 1; }
.review-featured-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: .12em; margin-bottom: .9rem; }
.review-featured-headline {
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  color: var(--teal-dark);
  line-height: 1.35;
  margin-bottom: 1rem;
}
.review-featured-body { color: #5a5a5a; line-height: 1.78; font-size: .96rem; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.review-sm-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.8rem 2rem 1.5rem;
  box-shadow: 0 4px 28px rgba(0,0,0,.07);
  display: flex;
  flex-direction: column;
}
.review-sm-stars { color: var(--gold); font-size: .95rem; letter-spacing: .12em; margin-bottom: .9rem; }
.review-sm-quote { font-style: italic; color: #3a3a3a; line-height: 1.7; font-size: .95rem; margin-bottom: 1.4rem; flex: 1; }
.review-sm-author { display: flex; align-items: center; gap: .75rem; }
.review-sm-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-sm-avatar.teal { background: linear-gradient(145deg, var(--teal-soft), var(--teal)); }
.review-sm-name { font-weight: 700; font-size: .92rem; color: var(--ink); display: block; }
.review-sm-loc { font-size: .8rem; color: #999; display: block; }
.review-sm-tag {
  display: inline-block;
  margin-top: .5rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(47,90,85,.1);
  border-radius: 999px;
  padding: .22rem .75rem;
}

/* ---------- CTA Band ---------- */
.cta-band {
  background-color: var(--teal-dark);
  color: #fff;
  padding: 3.6rem 0;
  text-align: center;
}
.cta-band h3 { font-weight: 600; font-size: 2.1rem; margin-bottom: .6rem; }
.cta-band p { color: rgba(255,255,255,.8); margin-bottom: 1.6rem; }

/* ---------- Contact ---------- */
.contact { background-color: #faf8f4; }
.contact .section-head h2 { color: var(--ink); }
.contact-card {
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid #ece7dd;
  padding: 2.6rem 2rem;
  text-align: center;
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(31,63,59,.12);
}
.contact-ico {
  width: 64px; height: 64px;
  border-radius: 50%;
  background-color: var(--teal);
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
}
.contact-card h5 { font-weight: 600; margin-bottom: .5rem; color: var(--ink); }
.contact-card a { color: var(--teal); text-decoration: none; font-weight: 600; }
.contact-card a:hover { color: var(--brown); }
.contact-card p { color: #6a6a6a; margin: 0; }

/* ---------- Footer ---------- */
footer { background-color: #141414; color: #b9b9b9; padding: 2.6rem 0 1.6rem; }
footer a { color: #d6d6d6; text-decoration: none; }
footer a:hover { color: var(--gold); }
.foot-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background-color: #2a2a2a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: .4rem;
  transition: background-color .2s ease;
}
.foot-social a:hover { background-color: var(--teal); }
.foot-divider { border-color: #2c2c2c; }
.foot-bottom { font-size: .85rem; color: #8a8a8a; }

/* ---------- Page hero (About / Services) ---------- */
.page-hero {
  background: linear-gradient(150deg, var(--teal-dark) 0%, #0e2624 100%);
  padding: 5rem 0 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,168,60,.1), transparent 70%);
  top: -150px; right: -100px;
}
.page-hero .eyebrow { color: var(--gold); margin-bottom: .9rem; }
.page-hero h1 { color: #fff; font-size: 3rem; font-weight: 700; margin-bottom: 1rem; }
.page-hero p { color: rgba(255,255,255,.7); font-size: 1.1rem; max-width: 520px; margin: 0 auto; }

/* ---------- About page ---------- */
.about-main { padding: 6rem 0; background: #fff; }
.about-photo-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-photo-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.about-badge-pill {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(47,90,85,.1);
  border-radius: 999px;
  padding: .3rem .9rem;
  border: 1px solid rgba(47,90,85,.18);
}
.about-content { padding-left: 1.5rem; }
.about-content .eyebrow { color: var(--brown); margin-bottom: .8rem; }
.about-content h2 { font-size: 3rem; font-weight: 700; color: var(--ink); margin-bottom: 1.4rem; line-height: 1.1; }
.about-content p { color: #555; font-size: 1.02rem; line-height: 1.8; margin-bottom: 1.2rem; }
.about-blockquote {
  border-left: 4px solid var(--gold);
  padding: 1.4rem 1.8rem;
  background: #faf8f4;
  border-radius: 0 12px 12px 0;
  margin: 2rem 0;
}
.about-blockquote p {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 1.08rem;
  color: var(--teal-dark);
  margin: 0;
  line-height: 1.7;
}
.cred-list {
  list-style: none;
  padding: 0;
  margin: 1.8rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem 1.5rem;
}
.cred-list li { display: flex; align-items: center; gap: .6rem; font-size: .95rem; font-weight: 600; color: var(--ink); }
.cred-list li i { color: var(--teal); font-size: 1.1rem; flex-shrink: 0; }

/* ---------- Ticker ---------- */
.ticker-wrap { background: var(--ink); padding: 1.1rem 0; overflow: hidden; }
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 30s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker-item { white-space: nowrap; font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); padding: 0 2rem; }
.ticker-sep { color: rgba(255,255,255,.25); align-self: center; font-size: .6rem; }

/* ---------- Services page ---------- */
body.page-services { background-color: #f2f0eb; }
.svc-grid-wrap { padding-top: 3.5rem; padding-bottom: 5rem;}

.svc-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
  transition: box-shadow .25s ease, transform .25s ease;
  background: #fff;
}
.svc-card:hover {
  box-shadow: 0 18px 44px rgba(31,63,59,.16);
  transform: translateY(-6px);
}

/* Image with price badge overlay */
.svc-card-img {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.svc-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.svc-card:hover .svc-card-img img { transform: scale(1.06); }
.svc-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.35) 0%, transparent 55%);
  pointer-events: none;
}

/* Card body */
.svc-card .card-body { padding: 1.4rem 1.6rem .9rem; }

.svc-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .6rem;
}
.svc-duration {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #aaa;
}
.svc-price {
  font-family: "Merriweather", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
}
.svc-price.free {
  font-family: "Inter", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5a9e6e;
}
.svc-price.inquire {
  font-family: "Inter", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brown);
}
.svc-card-name {
  font-family: "Merriweather", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: .65rem;
}
.svc-card-desc {
  font-size: .9rem;
  color: #5a5a5a;
  line-height: 1.72;
  margin-bottom: .9rem;
}
.service-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .38rem;
}
.service-bullets li {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .85rem;
  color: #4a4a4a;
}
.service-bullets li::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background-color: var(--teal);
  flex-shrink: 0;
  opacity: .75;
}

/* Card footer / button */
.svc-card-footer {
  background: transparent;
  border-top: 1px solid #f0ede8;
  padding: 1.1rem 1.6rem;
}
.btn-svc-book {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: var(--teal);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: .78rem 1.5rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, box-shadow .2s ease, transform .15s ease;
  width: 100%;
}
.btn-svc-book:hover {
  background: var(--teal-dark);
  color: #fff;
  box-shadow: 0 8px 20px rgba(31,63,59,.35);
  transform: translateY(-1px);
}
.btn-svc-book i { font-size: .9rem; }

/* ---------- Inquire modal ---------- */
.inquire-modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}
.inquire-modal-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 1.8rem 1.2rem;
  border-bottom: 1px solid #f0ede8;
}
.inquire-modal-ico {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--cream);
  color: var(--teal);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.inquire-modal-eyebrow {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: .1rem;
}
.inquire-modal-title {
  font-family: "Merriweather", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}
.inquire-modal-body { padding: 1.4rem 1.8rem 1.8rem; }
.inquire-modal-desc {
  font-size: .92rem;
  color: #666;
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.inquire-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f5f3ef;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  margin-bottom: .7rem;
  text-decoration: none;
  transition: background .2s ease, transform .15s ease;
}
.inquire-option:last-child { margin-bottom: 0; }
.inquire-option:hover { background: #eceae4; transform: translateX(3px); }
.inquire-option-ico {
  width: 42px; height: 42px;
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.inquire-option-text {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  flex: 1;
}
.inquire-option-label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #999;
}
.inquire-option-value {
  font-size: .97rem;
  font-weight: 700;
  color: var(--ink);
}
.inquire-option-arrow { color: #ccc; font-size: .85rem; }

/* ---------- Contact page ---------- */
.contact-page-wrap { padding: 4.5rem 0 6rem; }

.contact-info-card {
  background: #fff;
  border: 1px solid #ece7dd;
  border-radius: 20px;
  padding: 1.8rem;
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
  margin-bottom: 1.4rem;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #f0ede8;
}
.contact-info-ico {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--cream);
  color: var(--teal);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: .2rem;
}
.contact-info-value {
  font-size: .97rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}
a.contact-info-value:hover { color: var(--teal); }

.contact-social {
  display: flex;
  gap: .6rem;
  margin-bottom: 1.4rem;
}
.contact-social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .2s ease;
}
.contact-social a:hover { background: var(--teal); }

.contact-quick-cta {
  background: var(--cream);
  border-radius: 16px;
  padding: 1.4rem 1.6rem;
}
.contact-quick-cta p {
  font-size: .88rem;
  color: #777;
  margin-bottom: .8rem;
}

.contact-success {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  background: #edf7f1;
  border: 1px solid #b4dfc5;
  border-radius: 14px;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1.8rem;
  font-size: .95rem;
  color: #2a6e47;
}
.contact-success-ico { font-size: 1.4rem; flex-shrink: 0; }

.contact-form { }
.contact-label {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: .4rem;
}
.contact-input {
  display: block;
  width: 100%;
  background: #f5f3ef;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: .78rem 1rem;
  font-size: .95rem;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  transition: border-color .2s ease, background .2s ease;
  outline: none;
}
.contact-input:focus { border-color: var(--teal); background: #fff; }
.contact-input.is-invalid { border-color: #dc3545; }
.contact-select { appearance: none; cursor: pointer; }
textarea.contact-input { resize: vertical; min-height: 130px; }

.btn-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: .9rem 2.6rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, box-shadow .2s ease, transform .15s ease;
}
.btn-contact-submit:hover {
  background: var(--teal-dark);
  box-shadow: 0 8px 22px rgba(31,63,59,.3);
  transform: translateY(-1px);
}

/* ---------- Booking page ---------- */
.booking-wrap { padding: 4rem 0 6rem; }

.booking-summary {
  background: var(--teal);
  color: #fff;
  border-radius: 20px;
  padding: 2rem 1.8rem;
  position: sticky;
  top: 90px;
}
.booking-summary-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: .4rem;
}
.booking-summary-name {
  font-family: "Merriweather", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .9rem;
  line-height: 1.3;
}
.booking-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .88rem;
  color: rgba(255,255,255,.8);
  padding: .6rem 0;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  margin-bottom: 1rem;
}
.booking-summary-price {
  font-family: "Merriweather", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
}
.booking-summary-desc {
  font-size: .88rem;
  color: rgba(255,255,255,.75);
  line-height: 1.65;
  margin-bottom: 1.2rem;
}
.booking-summary-contact {
  font-size: .88rem;
  font-weight: 700;
  color: rgba(255,255,255,.85);
}
.booking-summary-contact a { color: var(--gold); text-decoration: none; }
.booking-summary-contact i { margin-right: .35rem; }

.booking-step { margin-bottom: 2.2rem; }
.booking-step-header {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.1rem;
}
.booking-step-num {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.booking-step-title {
  font-family: "Merriweather", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

/* Date grid */
.date-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.date-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f3ef;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: .6rem .9rem;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .15s ease;
  min-width: 58px;
}
.date-btn:hover { border-color: var(--teal); background: #fff; }
.date-btn.active {
  border-color: var(--teal);
  background: var(--teal);
  transform: translateY(-2px);
}
.date-btn-day {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #999;
}
.date-btn.active .date-btn-day { color: rgba(255,255,255,.7); }
.date-btn-num {
  font-family: "Merriweather", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}
.date-btn.active .date-btn-num { color: #fff; }
.date-btn-mon {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #aaa;
}
.date-btn.active .date-btn-mon { color: rgba(255,255,255,.7); }

/* Time grid */
.time-grid { display: flex; flex-wrap: wrap; gap: .55rem; }
.time-loading, .time-none {
  font-size: .9rem;
  color: #999;
  margin: 0;
}
@keyframes spin { to { transform: rotate(360deg); } }
.spin { display: inline-block; animation: spin .8s linear infinite; }

.time-btn {
  background: #f5f3ef;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: .5rem 1.2rem;
  font-size: .85rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.time-btn:hover { border-color: var(--teal); background: #fff; }
.time-btn.active { background: var(--teal); border-color: var(--teal); color: #fff; }

/* Form fields */
.booking-label {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: .4rem;
}
.booking-input {
  display: block;
  width: 100%;
  background: #f5f3ef;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: .75rem 1rem;
  font-size: .95rem;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  transition: border-color .2s ease, background .2s ease;
  outline: none;
}
.booking-input:focus { border-color: var(--teal); background: #fff; }
.booking-input.is-invalid { border-color: #dc3545; }

/* Submit button */
.btn-book-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: var(--teal);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: .9rem 2.4rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  transition: background .2s ease, box-shadow .2s ease, transform .15s ease;
}
.btn-book-submit:hover {
  background: var(--teal-dark);
  box-shadow: 0 8px 22px rgba(31,63,59,.35);
  transform: translateY(-1px);
}
.booking-stripe-note {
  font-size: .78rem;
  color: #aaa;
  text-align: center;
  margin: .75rem 0 0;
}

/* Confirmation card */
.booking-confirm-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ece7dd;
  padding: 2.4rem 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
}
.booking-confirm-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}
.booking-confirm-service {
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1.5rem;
}
.booking-confirm-rows { border-top: 1px solid #f0ede8; }
.booking-confirm-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .8rem 0;
  border-bottom: 1px solid #f0ede8;
  font-size: .9rem;
  gap: 1rem;
}
.booking-confirm-row span { color: #888; display: flex; align-items: center; gap: .4rem; }
.booking-confirm-row strong { color: var(--ink); text-align: right; }
.booking-confirm-notes {
  background: #faf8f4;
  border-radius: 10px;
  padding: .9rem 1rem;
  margin-top: 1rem;
  font-size: .88rem;
  color: #555;
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .hero { padding: 3rem 0 3.5rem; }
  .hero-text { text-align: center; margin-top: 1.5rem; }
  .hero-text h1 { font-size: 2.3rem; }
  .hero-trust { justify-content: center; }
  .section { padding: 4rem 0; }
  .section-head h2 { font-size: 2.1rem; }
  .about-badge { right: 50%; transform: translateX(50%); }
  .page-hero h1 { font-size: 2.2rem; }
  .about-content { padding-left: 0; margin-top: 2rem; }
  .about-content h2 { font-size: 2.2rem; }
  .cred-list { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .review-featured { flex-direction: column; align-items: center; text-align: center; }
  .review-featured-author { flex: none; }
  .review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .svc-card-img { height: 160px; }
  .page-hero h1 { font-size: 2rem; }
}
