/* =========================================================
   Path2Lotus — Landing page styles
   ========================================================= */

:root {
  --teal:    #1A6B6B;  /* primary: headings, logo, primary buttons */
  --indigo:  #3D4B8F;  /* section headings, accents, dividers */
  --gold:    #C9A84C;  /* single highlight — booking CTA only */
  --pink:    #C47A8A;  /* quotes, soft feminine accents */
  --cream:   #FAF6EF;  /* page & card backgrounds, white space */
  --sage:    #9CAF88;  /* gentle natural backgrounds, botanical accents */

  --ink:       #2C2C2C;
  --ink-soft:  #555050;
  --card-shadow: 0 10px 30px rgba(26, 107, 107, 0.07);

  --font-head: 'Lora', Georgia, serif;
  --font-label: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;

  --maxw: 1120px;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}

.container.narrow { max-width: 760px; }

.center { text-align: center; }

section { padding: 96px 0; }

/* ---------- Typography ---------- */
h1, h2, h3 {
  font-family: var(--font-head);
  font-weight: 500;
  color: var(--teal);
  line-height: 1.25;
}

.eyebrow {
  font-family: var(--font-label);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 18px;
}

.eyebrow.indigo { color: var(--indigo); }
.eyebrow.center { text-align: center; }

.section-title {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  margin-bottom: 28px;
}

.section-title.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-label);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 50px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* Sacred Gold — the single highlight, booking CTA */
.btn-gold {
  background-color: var(--gold);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(201, 168, 76, 0.32);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(201, 168, 76, 0.42);
  background-color: #bd9b3f;
}

/* ---------- Header ---------- */
.site-header {
  background-color: var(--cream);
  border-bottom: 1px solid rgba(61, 75, 143, 0.12);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--teal);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.logo-img {
  width: 46px;
  height: 46px;
  display: block;
}

.logo-text {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--teal);
  white-space: nowrap;
}

.logo-mark { color: var(--pink); }

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--indigo);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-nav a:hover { color: var(--teal); }

.nav-cta {
  border: 1.5px solid var(--teal);
  color: var(--teal) !important;
  padding: 9px 20px;
  border-radius: 50px;
}

.nav-cta:hover {
  background-color: var(--teal);
  color: #ffffff !important;
}

/* ---------- 1. Hero ---------- */
.hero {
  background-color: var(--cream);
  padding: 120px 0 130px;
  text-align: center;
}

.hero-inner {
  max-width: 780px;
}

.hero-lotus {
  width: 300px;
  height: auto;
  margin: 0 auto 26px;
  display: block;
}

.hero .eyebrow { margin-left: auto; margin-right: auto; }

.hero-title {
  font-size: clamp(2.6rem, 6.5vw, 4.4rem);
  font-weight: 500;
  margin-bottom: 26px;
}

.hero-subline {
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  color: var(--ink-soft);
  max-width: 620px;
  margin: 0 auto 40px;
}

/* ---------- 2. Recognition ---------- */
.recognition {
  background-color: var(--sage);
  text-align: center;
}

.recognition .section-title { color: #ffffff; }

.recognition-body p {
  font-size: 1.18rem;
  color: #ffffff;
  margin-bottom: 22px;
  opacity: 0.97;
}

.recognition-close {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.5rem !important;
  color: #ffffff !important;
  margin-top: 12px;
  opacity: 1 !important;
}

/* ---------- 3. About ---------- */
.about { background-color: var(--cream); }

.about-inner {
  display: grid;
  grid-template-columns: minmax(0, 250px) 1fr;
  gap: 48px;
  align-items: center;
}

.about-portrait img {
  width: 100%;
  height: auto;
  display: block;
}

.about-text p {
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.about-sign {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--pink) !important;
  margin-top: 6px;
}

.about-card {
  background-color: #ffffff;
  border: 1px solid rgba(156, 175, 136, 0.4);
  border-radius: 16px;
  padding: 38px 36px;
  box-shadow: var(--card-shadow);
}

.card-heading {
  font-family: var(--font-label);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--indigo);
  margin-bottom: 22px;
}

.credential-list {
  list-style: none;
  margin-bottom: 24px;
}

.credential-list li {
  font-family: var(--font-body);
  font-size: 1.08rem;
  color: var(--ink);
  padding: 12px 0 12px 28px;
  position: relative;
  border-bottom: 1px solid rgba(61, 75, 143, 0.1);
}

.credential-list li:last-child { border-bottom: none; }

.credential-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--sage);
}

.card-note {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--pink);
}

/* ---------- 4. Services ---------- */
.services { background-color: var(--cream); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 50px;
}

.service-card {
  background-color: #ffffff;
  border: 1px solid rgba(26, 107, 107, 0.12);
  border-radius: 16px;
  padding: 34px 28px;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
}

.service-card .service-name {
  font-size: 1.3rem;
  color: var(--indigo);
  margin-bottom: 14px;
}

.service-card p {
  font-size: 1rem;
  color: var(--ink-soft);
}

.highlight-card {
  border-top: 4px solid var(--sage);
}

.card-link {
  font-family: var(--font-label);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--teal);
  text-decoration: none;
  margin-top: 18px;
  display: inline-block;
}

.card-link:hover { text-decoration: underline; }

/* ---------- 5. Testimonial ---------- */
.testimonial {
  background-color: var(--sage);
  text-align: center;
}

.testimonial .eyebrow { color: #ffffff; }

.testimonial-lead {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  color: #ffffff;
  margin-bottom: 36px;
}

.quote {
  background-color: var(--cream);
  border-radius: 18px;
  padding: 46px 44px;
  box-shadow: var(--card-shadow);
  border-left: 5px solid var(--pink);
}

.quote p {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 22px;
}

.quote cite {
  font-family: var(--font-label);
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: var(--pink);
}

/* Testimonial slider */
.t-slider {
  max-width: 720px;
  margin: 8px auto 0;
}

.t-track {
  display: grid;
}

.t-slide {
  grid-area: 1 / 1;
  margin: 0;
  padding: 38px 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.t-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.t-slide > p:not(.stars) {
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 18px;
}

.t-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.t-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.55);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.t-dot.is-active {
  background-color: #ffffff;
  transform: scale(1.25);
}

.stars {
  font-family: var(--font-body);
  font-style: normal;
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}

.video-testimonial {
  max-width: 280px;
  margin: 40px auto 0;
}

.video-testimonial video {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: var(--card-shadow);
  background-color: #000;
  display: block;
}

.video-testimonial figcaption {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 0.95rem;
  color: #ffffff;
  text-align: center;
  margin-top: 12px;
}

/* ---------- 6. Accreditation ---------- */
.accreditation { background-color: var(--cream); }

.accred-intro {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.cert-card {
  background-color: #ffffff;
  border: 1px solid rgba(156, 175, 136, 0.45);
  border-top: 4px solid var(--sage);
  border-radius: 16px;
  padding: 22px 22px 30px;
  box-shadow: var(--card-shadow);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cert-thumb {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 6px 16px rgba(26, 107, 107, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cert-thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border: 1px solid rgba(61, 75, 143, 0.1);
  border-radius: 10px;
}

.cert-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(26, 107, 107, 0.2);
}

.cert-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: var(--sage);
  color: #ffffff;
  font-family: var(--font-label);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 22px;
  box-shadow: 0 6px 16px rgba(156, 175, 136, 0.35);
}

.cert-title {
  font-size: 1.22rem;
  color: var(--teal);
  margin-bottom: 10px;
}

.cert-meta {
  font-size: 0.98rem;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.cert-date {
  font-family: var(--font-label);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--indigo);
  margin-top: auto;
}

.accred-bodies {
  text-align: center;
  max-width: 640px;
  margin: 36px auto 0;
  font-family: var(--font-label);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
}

/* Certificate lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-color: rgba(26, 107, 107, 0.92);
}

.lightbox.is-open { display: flex; }

.lightbox-img {
  max-width: 92vw;
  max-height: 86vh;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.lightbox-close:hover { background-color: rgba(255, 255, 255, 0.3); }

/* ---------- 7. How it works ---------- */
.how { background-color: var(--cream); }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 56px;
}

.step {
  text-align: center;
  padding: 0 16px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--cream);
  border: 2px solid var(--indigo);
  font-family: var(--font-head);
  font-size: 1.6rem;
  color: var(--indigo);
  margin-bottom: 22px;
}

.step-title {
  font-size: 1.4rem;
  color: var(--teal);
  margin-bottom: 14px;
}

.step p {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

/* ---------- 7. Book ---------- */
.book {
  background-color: var(--cream);
  border-top: 1px solid rgba(61, 75, 143, 0.12);
}

.book-text {
  font-size: 1.2rem;
  color: var(--ink-soft);
  max-width: 560px;
  margin: 0 auto 38px;
}

.book-email {
  margin-top: 26px;
  font-size: 1rem;
  color: var(--ink-soft);
}

.book-email a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
}

.book-email a:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer {
  background-color: var(--teal);
  padding: 54px 0;
  text-align: center;
}

.footer-inner { color: var(--cream); }

.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: var(--cream);
  margin-bottom: 18px;
}

.footer-badge img {
  width: 56px;
  height: 56px;
  display: block;
}

.footer-logo {
  color: #ffffff;
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-logo .logo-mark { color: var(--pink); }

.footer-tag {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--cream);
  margin-bottom: 18px;
}

.footer-copy {
  font-family: var(--font-label);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: rgba(250, 246, 239, 0.75);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 960px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-portrait { max-width: 260px; margin: 0 auto; }
}

@media (max-width: 940px) {
  .site-nav a:not(.nav-cta) { display: none; }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  section { padding: 72px 0; }

  .site-nav { gap: 16px; }
  .site-nav a:not(.nav-cta) { display: none; }

  .steps { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding: 86px 0 92px; }
  .quote { padding: 34px 26px; }

  .logo { font-size: 1.15rem; gap: 9px; }
  .logo-img { width: 38px; height: 38px; }
  .hero-lotus { width: 230px; }

  .t-slide { padding: 30px 26px; }
}

@media (max-width: 480px) {
  .service-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr; }
  .container { padding: 0 20px; }
  .btn { width: 100%; text-align: center; }
  .logo { font-size: 1rem; gap: 8px; }
  .logo-img { width: 34px; height: 34px; }
}
