:root {
  --ink: #2B3038;
  --ink-strong: #232833;
  --ink-soft: #59606E;
  --ink-mute: #6B7280;
  --ink-faint: #9AA1AD;
  --bg: #FCFBF8;
  --bg-alt: #F6F5F0;
  --blue: #00B5E8;
  --blue-deep: #00A0CE;
  --purple: #575CA8;
  --amber: #F89F1E;
  --amber-deep: #E8920D;
  --green: #37B34A;
  --green-deep: #2E9440;
  --red: #D64545;
  --cta: var(--green);
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Nunito', 'Baloo Bhaijaan 2', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: var(--green-deep); text-decoration: none; }
a:hover { color: var(--green-deep); }
::selection { background: rgba(0,181,232,.25); }

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

@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(14px, -20px) scale(1.06); }
}
@keyframes blobFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-16px, 14px) scale(1.04); }
}

.blob { position: absolute; pointer-events: none; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(252,251,248,.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(43,48,56,.06);
}
.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { height: 52px; width: 52px; object-fit: cover; object-position: center 32%; border-radius: 50%; }
.brand-name { font-weight: 800; font-size: 20px; color: var(--ink); letter-spacing: -.01em; }
.nav-links { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-inline-start: auto; }
.nav-links a { padding: 8px 12px; border-radius: 999px; font-size: 15px; font-weight: 600; color: #4A5160; transition: background .2s, color .2s; }
.nav-links a:hover { background: rgba(87,92,168,.08); color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 4px; width: 38px; height: 38px; border: none; background: transparent; cursor: pointer; padding: 0; }
.nav-menu-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }

.lang-btn {
  border: 1.5px solid rgba(87,92,168,.35);
  background: transparent;
  color: var(--purple);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s;
}
.lang-btn:hover { background: rgba(87,92,168,.08); }

.btn { display: inline-block; font-weight: 700; border-radius: 999px; cursor: pointer; font-family: inherit; }
.btn-cta {
  background: var(--cta);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  box-shadow: 0 4px 14px rgba(55,179,74,.28);
  transition: transform .2s ease;
  border: none;
}
.btn-cta:hover { transform: translateY(-1px); color: #fff; }
.btn-outline {
  border: 1.5px solid rgba(43,48,56,.16);
  color: var(--ink);
  background: rgba(255,255,255,.7);
  font-weight: 700;
  transition: border-color .2s, color .2s;
  padding: 10px 20px;
}
.btn-outline:hover { border-color: rgba(87,92,168,.5); color: var(--purple); }
.btn-lg { font-size: 17px; font-weight: 800; padding: 15px 32px; }
.btn-cta.btn-lg { box-shadow: 0 8px 24px rgba(55,179,74,.3); }
.btn-cta.btn-lg:hover { transform: translateY(-2px); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 96px 24px 110px; text-align: center; overflow: hidden; }
.blob-a { inset-inline-start: -120px; top: -60px; width: 440px; height: 400px; background: rgba(0,181,232,.13); border-radius: 58% 42% 55% 45% / 52% 58% 42% 48%; animation: blobFloat 11s ease-in-out infinite; }
.blob-b { inset-inline-end: -140px; top: 40px; width: 480px; height: 420px; background: rgba(87,92,168,.11); border-radius: 45% 55% 48% 52% / 55% 45% 55% 45%; animation: blobFloat2 13s ease-in-out infinite; }
.blob-c { inset-inline-end: 16%; bottom: -90px; width: 340px; height: 300px; background: rgba(248,159,30,.10); border-radius: 52% 48% 60% 40% / 48% 55% 45% 52%; animation: blobFloat 15s ease-in-out infinite; }
.hero-inner { position: relative; max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.hero-logo { width: min(230px, 52vw); height: auto; }
.hero h1 { margin: 0; font-size: clamp(34px, 5.2vw, 58px); line-height: 1.12; font-weight: 900; letter-spacing: -.02em; color: var(--ink-strong); text-wrap: balance; }
.hero p { margin: 0; max-width: 560px; font-size: clamp(17px, 2vw, 20px); line-height: 1.65; color: var(--ink-soft); text-wrap: pretty; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ---------- Sections ---------- */
.section { padding: 70px 24px; }
.section-inner { max-width: 1160px; margin: 0 auto; }
.section-inner-narrow { max-width: 760px; margin: 0 auto; }
.section-inner-medium { max-width: 1060px; margin: 0 auto; position: relative; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 44px; }
.kicker { margin: 0 0 10px; font-size: 14px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-deep); }
.kicker-amber { color: var(--amber-deep); }
.kicker-green { color: var(--green-deep); }
.section-head h2, .about h2, .team-section h3 { margin: 0 0 14px; font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; letter-spacing: -.015em; color: var(--ink-strong); }
.section-sub { margin: 0; font-size: 17px; line-height: 1.7; color: var(--ink-soft); }
.body-text { margin: 0 0 14px; font-size: 17px; line-height: 1.75; color: var(--ink-soft); text-wrap: pretty; }
.body-text:last-child { margin-bottom: 0; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 48px; align-items: center; }
.about h2 { margin-bottom: 18px; }
.about-panel { position: relative; min-height: 320px; }
.about-panel-blob { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,181,232,.10), rgba(87,92,168,.10)); border-radius: 56% 44% 52% 48% / 50% 56% 44% 50%; }
.about-stats { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 44px; }
.about-stat { display: flex; align-items: center; gap: 14px; }
.about-stat-dot { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.about-stat-label { font-size: 16px; font-weight: 700; color: #39404D; }

/* ---------- Services ---------- */
.services-section { background: var(--bg-alt); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.service-card { background: #fff; border-radius: 26px; padding: 30px 28px; box-shadow: 0 2px 14px rgba(43,48,56,.05); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(43,48,56,.09); }
.service-icon { position: relative; width: 56px; height: 48px; margin-bottom: 20px; }
.service-icon span { position: absolute; opacity: .55; }
.service-icon span:first-child { inset-inline-start: 0; top: 0; width: 40px; height: 40px; border-radius: 60% 40% 55% 45% / 52% 58% 42% 48%; }
.service-icon span:last-child { inset-inline-start: 18px; top: 8px; width: 38px; height: 38px; border-radius: 45% 55% 48% 52% / 55% 45% 55% 45%; }
.service-card h3 { margin: 0 0 10px; font-size: 20px; font-weight: 800; color: var(--ink-strong); }
.service-card p { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--ink-soft); text-wrap: pretty; }

/* ---------- Team ---------- */
.team-section { position: relative; padding: 90px 24px; overflow: hidden; }
.blob-d { inset-inline-start: -160px; bottom: -120px; width: 460px; height: 420px; background: rgba(55,179,74,.08); border-radius: 52% 48% 60% 40% / 48% 55% 45% 52%; }
.team-section .section-inner { position: relative; }

.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.team-card {
  background: #fff;
  border-radius: 22px;
  padding: 14px 14px 18px;
  box-shadow: 0 2px 12px rgba(43,48,56,.05);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(43,48,56,.1); }
.team-avatar {
  width: 100%;
  aspect-ratio: 700 / 860;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
}
.team-avatar-img {
  width: 100%;
  aspect-ratio: 700 / 860;
  height: auto;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  background: #F1F0FA;
}
.team-card-body { padding: 0 4px; }
.team-card-name { font-size: 16.5px; font-weight: 800; color: var(--ink-strong); }
.team-card-title { font-size: 13.5px; font-weight: 700; color: var(--purple); line-height: 1.4; margin-top: 3px; }
.team-more { text-align: center; margin-top: 38px; }

/* ---------- Values ---------- */
.values-section { background: linear-gradient(180deg, var(--bg-alt), var(--bg)); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.value-card { text-align: center; padding: 28px 20px; }
.value-icon { width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 58% 42% 55% 45% / 52% 58% 42% 48%; opacity: .8; }
.value-card h3 { margin: 0 0 8px; font-size: 18px; font-weight: 800; color: var(--ink-strong); }
.value-card p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--ink-soft); }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.testi-card { background: #fff; border-radius: 26px; padding: 30px 28px; box-shadow: 0 2px 14px rgba(43,48,56,.05); display: flex; flex-direction: column; gap: 14px; }
.testi-quote-mark { font-size: 44px; line-height: .6; font-weight: 900; opacity: .5; }
.testi-card p { margin: 0; font-size: 16px; line-height: 1.7; color: #4A5160; font-style: italic; text-wrap: pretty; }
.testi-who { margin-top: auto; display: flex; align-items: center; gap: 10px; }
.testi-avatar { width: 34px; height: 34px; border-radius: 50%; opacity: .25; }
.testi-who span { font-size: 14px; font-weight: 700; color: var(--ink-mute); }
.testi-note { text-align: center; margin: 26px 0 0; font-size: 13px; font-weight: 700; color: var(--ink-faint); font-family: ui-monospace, monospace; }

/* ---------- FAQ ---------- */
.faq-section { background: var(--bg-alt); }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border-radius: 20px; box-shadow: 0 2px 10px rgba(43,48,56,.04); overflow: hidden; }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: start;
}
.faq-question span:first-child { font-size: 17px; font-weight: 800; color: var(--ink-strong); }
.faq-icon {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(87,92,168,.1); color: var(--purple);
  display: flex; align-items: center; justify-content: center;
  font-size: 19px; font-weight: 800;
  transform: rotate(0deg);
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.faq-item.open .faq-icon { background: rgba(55,179,74,.15); color: var(--green-deep); transform: rotate(45deg); }
.faq-answer { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .45s ease, opacity .35s ease; }
.faq-item.open .faq-answer { max-height: 420px; opacity: 1; }
.faq-answer p { margin: 0; padding: 0 24px 22px; font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); text-wrap: pretty; }

/* ---------- Contact ---------- */
.contact-section { position: relative; padding: 80px 24px; overflow: hidden; }
.blob-e { inset-inline-end: -140px; top: -80px; width: 420px; height: 380px; background: rgba(0,181,232,.09); border-radius: 58% 42% 55% 45% / 52% 58% 42% 48%; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; align-items: start; }
.contact-form-card { background: #fff; border-radius: 28px; padding: 34px 32px; box-shadow: 0 4px 24px rgba(43,48,56,.07); }

.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.field label { font-size: 14px; font-weight: 800; color: #39404D; }
.field input, .field select, .field textarea {
  font-family: inherit;
  font-size: 16px;
  padding: 13px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(43,48,56,.14);
  background: var(--bg);
  color: var(--ink);
  outline: none;
  transition: border-color .2s;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); }
.field select { appearance: none; cursor: pointer; }
.field textarea { resize: vertical; }
.field-error { font-size: 13px; font-weight: 700; color: var(--red); display: none; }
.field-error.show { display: block; }
.field.has-error input, .field.has-error select { border-color: var(--red); }

#bookingForm .btn-cta { border: none; width: 100%; }
.form-privacy { margin: 12px 0 0; font-size: 12.5px; color: var(--ink-faint); text-align: center; }

.success-panel { text-align: center; padding: 30px 10px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.success-check { width: 64px; height: 64px; border-radius: 50%; background: rgba(55,179,74,.14); display: flex; align-items: center; justify-content: center; font-size: 30px; color: var(--green-deep); font-weight: 900; }
.success-panel h3 { margin: 0; font-size: 22px; font-weight: 800; color: var(--ink-strong); }
.success-panel p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--ink-soft); }
.success-panel .btn-outline { border: 1.5px solid rgba(43,48,56,.16); background: transparent; color: var(--ink); font-size: 15px; padding: 10px 22px; }

.contact-info { display: flex; flex-direction: column; gap: 14px; }
.contact-card {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border-radius: 22px; padding: 20px 24px;
  box-shadow: 0 2px 12px rgba(43,48,56,.05);
  transition: box-shadow .2s;
}
.contact-card:hover { box-shadow: 0 6px 20px rgba(43,48,56,.09); }
.contact-icon { width: 44px; height: 44px; flex: none; }
.contact-icon-blue { border-radius: 58% 42% 55% 45% / 52% 58% 42% 48%; background: rgba(0,181,232,.16); }
.contact-icon-amber { border-radius: 45% 55% 48% 52% / 55% 45% 55% 45%; background: rgba(248,159,30,.18); }
.contact-icon-purple { border-radius: 52% 48% 60% 40% / 48% 55% 45% 52%; background: rgba(87,92,168,.16); }
.contact-icon-blue2 { border-radius: 45% 55% 48% 52% / 55% 45% 55% 45%; background: rgba(0,181,232,.14); }
.contact-icon-green { border-radius: 58% 42% 55% 45% / 52% 58% 42% 48%; background: rgba(55,179,74,.16); }
.contact-label { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-faint); }
.contact-value { font-size: 17px; font-weight: 800; color: var(--ink); }
.contact-value-break { font-size: 16px; word-break: break-all; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid rgba(43,48,56,.07); padding: 44px 24px 30px; background: var(--bg); }
.footer-inner { max-width: 1160px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; justify-content: space-between; }
.footer-logo { height: 44px; width: 44px; object-fit: cover; object-position: center 32%; border-radius: 50%; }
.footer-wordmark { font-weight: 600; color: var(--green-deep); font-size: 14px; }
.footer-links { display: flex; gap: 4px; flex-wrap: wrap; }
.footer-links a { padding: 6px 10px; font-size: 14px; font-weight: 600; color: var(--ink-mute); transition: color .2s; }
.footer-links a:hover { color: var(--purple); }
.footer-copy { margin: 0; font-size: 13px; color: var(--ink-faint); }

/* ---------- Team page ---------- */
.back-link { padding: 8px 14px; border-radius: 999px; font-size: 15px; font-weight: 700; color: #4A5160; transition: background .2s, color .2s; }
.back-link:hover { background: rgba(87,92,168,.08); color: var(--ink); }

.team-page-hero { position: relative; padding: 70px 24px 50px; text-align: center; overflow: hidden; }
.team-hero-blob-a { inset-inline-start: -120px; top: -80px; width: 400px; height: 360px; background: rgba(87,92,168,.10); border-radius: 58% 42% 55% 45% / 52% 58% 42% 48%; }
.team-hero-blob-b { inset-inline-end: -140px; top: 20px; width: 420px; height: 380px; background: rgba(0,181,232,.09); border-radius: 45% 55% 48% 52% / 55% 45% 55% 45%; }
.team-page-hero-inner { position: relative; max-width: 680px; margin: 0 auto; }
.team-page-hero h1 { margin: 0 0 16px; font-size: clamp(32px, 4.6vw, 50px); font-weight: 900; letter-spacing: -.02em; color: var(--ink-strong); }

.member-list { max-width: 980px; margin: 0 auto; padding: 20px 24px 90px; display: flex; flex-direction: column; gap: 28px; }
.member-card {
  background: #fff;
  border-radius: 30px;
  padding: clamp(22px, 3.5vw, 36px);
  box-shadow: 0 3px 18px rgba(43,48,56,.06);
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.member-photo-wrap { flex: none; position: relative; }
.member-blob { position: absolute; inset: -12px; border-radius: 56% 44% 52% 48% / 50% 56% 44% 50%; background: rgba(0,181,232,.14); }
.member-card:nth-of-type(4n+2) .member-blob { background: rgba(248,159,30,.14); }
.member-card:nth-of-type(4n+3) .member-blob { background: rgba(87,92,168,.13); }
.member-card:nth-of-type(4n+4) .member-blob { background: rgba(55,179,74,.13); }
.member-photo {
  position: relative;
  width: 210px;
  aspect-ratio: 700 / 860;
  height: auto;
  object-fit: cover;
  object-position: top center;
  border-radius: 22px;
}
.member-body { flex: 1; min-width: 280px; }
.member-body h2 { margin: 0 0 4px; font-size: 26px; font-weight: 800; letter-spacing: -.01em; color: var(--ink-strong); }
.member-title { margin: 0 0 14px; font-size: 16px; font-weight: 700; color: var(--purple); }
.member-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.member-tags span { font-size: 12.5px; font-weight: 700; color: #39404D; background: rgba(87,92,168,.09); padding: 5px 12px; border-radius: 999px; }
.member-body p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); text-wrap: pretty; }
.member-body p:last-child { margin-bottom: 0; }
.member-list-cta { text-align: center; margin-top: 24px; }

.team-page-footer { border-top: 1px solid rgba(43,48,56,.07); padding: 36px 24px; text-align: center; }
.team-page-footer p { margin: 0; font-size: 13px; color: var(--ink-faint); }

/* ---------- Reveal on scroll ---------- */
/* Content is visible by default. The reveal script opts each element in by
   adding .reveal-init (which hides it), then .in-view (which fades it in).
   If the script fails to run, nothing is hidden, so the page is never blank. */
[data-reveal].reveal-init { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].reveal-init.in-view { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .nav-links { display: none; width: 100%; order: 3; flex-direction: column; align-items: stretch; gap: 2px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .nav-menu-toggle { display: flex; }
  .nav-actions { margin-inline-start: auto; }

  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .team-card { padding: 10px 10px 14px; border-radius: 18px; }
  .team-avatar, .team-avatar-img { border-radius: 12px; }
  .team-avatar { font-size: 26px; }
  .team-card-name { font-size: 14.5px; }
  .team-card-title { font-size: 12px; }

  .member-card { gap: 24px; justify-content: center; }
  .member-photo-wrap { margin: 6px auto 0; }
  .member-photo { width: min(230px, 62vw); }
  .member-body h2 { text-align: center; }
  .member-title { text-align: center; }
  .member-tags { justify-content: center; }

  .section { padding: 54px 18px; }
  .team-section { padding: 64px 18px; }
  .hero { padding: 64px 20px 80px; }
}

@media (max-width: 360px) {
  .team-grid { grid-template-columns: 1fr; }
  .team-avatar, .team-avatar-img { aspect-ratio: 1 / 1; object-position: top center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .blob { animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}
