/* =========================================================
   Deep Brain Orientation — Dr. Vandana Jaisingh / PHYWorld
   Premium gold + charcoal + cream (brand-aligned to flyer)
   ========================================================= */

:root {
  /* ---- Brand palette (editorial navy + champagne gold) ----
     Midnight Navy #1D3557 · Warm Ivory #FAF8F3 · Mist Blue #EAF2FB
     Soft Sage #DCE8E3 · Champagne Gold #C8A96A                     */
  --ink: #1d3557;         /* Midnight Navy — headings & text */
  --ink-soft: #3f5975;
  --muted: #7c8da6;
  --line: #dce8e3;        /* Soft Sage lines */
  --bg: #faf8f3;          /* Warm Ivory */
  --bg-alt: #eaf2fb;      /* Mist Blue */
  --card: #ffffff;

  --gold: #c8a96a;        /* Champagne Gold */
  --gold-deep: #b3924f;
  --gold-soft: #f4ecdb;
  --gold-line: #e6d7b8;
  --dark: #1d3557;        /* dark bands = Midnight Navy */
  --dark-2: #16273f;
  --navy: #1d3557;
  --mist: #eaf2fb;
  --sage: #dce8e3;
  --ivory: #faf8f3;

  --wa: #25d366;
  --shadow: 0 10px 30px rgba(29, 53, 87, 0.08);
  --shadow-lg: 0 24px 60px rgba(29, 53, 87, 0.15);
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1160px;
  --font-head: "Cormorant Garamond", "Canela", "Georgia", serif;
  --font-body:
    "Inter", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: var(--gold-deep);
  text-decoration: none;
}
a:hover {
  color: var(--gold);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.14;
  font-weight: 600;
  margin: 0 0 0.4em;
}
h1 {
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  letter-spacing: -0.5px;
}
h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  letter-spacing: -0.4px;
}
h3 {
  font-size: 1.3rem;
}
p {
  margin: 0 0 1rem;
}
.lead {
  font-size: 1.18rem;
  color: var(--ink-soft);
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px;
}
.section {
  padding: 84px 0;
}
.section--tight {
  padding: 56px 0;
}
.bg-alt {
  background: var(--bg-alt);
}
.bg-dark {
  background: var(--dark);
  color: #f3ead6;
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3 {
  color: #fff;
}
.center {
  text-align: center;
}
.narrow {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--gold-deep);
  margin-bottom: 14px;
}
.bg-dark .eyebrow {
  color: var(--gold);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: 0.2s ease;
  line-height: 1;
}
.btn--primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: #fff;
  box-shadow: 0 8px 22px rgba(192, 138, 30, 0.32);
}
.btn--primary:hover {
  filter: brightness(1.05);
  color: #fff;
  transform: translateY(-2px);
}
.btn--dark {
  background: var(--dark);
  color: #fff;
}
.btn--dark:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}
.btn--ghost {
  background: transparent;
  border-color: var(--gold-line);
  color: var(--ink);
}
.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold-deep);
}
.btn--on-dark {
  background: #fff;
  color: var(--ink);
}
.btn--on-dark:hover {
  background: var(--gold-soft);
  color: var(--ink);
}
.btn--wa {
  background: var(--wa);
  color: #fff;
}
.btn--wa:hover {
  background: #1eb457;
  color: #fff;
  transform: translateY(-2px);
}
.btn--lg {
  padding: 18px 40px;
  font-size: 1.08rem;
}
.btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-row--center {
  justify-content: center;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 247, 239, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.14rem;
  color: var(--ink);
}
.brand img {
  width: auto;
  height: 50px;
}
.brand .mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex: none;
  background: radial-gradient(circle at 35% 30%, #f0d79a, var(--gold-deep));
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
}
.brand small {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.96rem;
}
.nav-links a:hover {
  color: var(--gold-deep);
}
.nav-cta {
  margin-left: 6px;
}
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: 0.2s;
}
@media (max-width: 940px) {
  .nav-toggle {
    display: block;
  }
  .nav-links {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: var(--bg);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 22px 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links li {
    width: 100%;
  }
  .nav-links a {
    display: block;
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid var(--line);
  }
  .nav-cta {
    margin: 14px 0 0;
  }
  .nav-cta a {
    width: 100%;
  }
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #fbf7ef 0%, #f6efdf 55%, #f2e7cd 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding: 70px 0 80px;
}
.hero h1 span {
  color: var(--gold-deep);
}
.hero .lead {
  margin-bottom: 24px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 4px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 0.86rem;
  color: var(--ink-soft);
  font-weight: 500;
  box-shadow: var(--shadow);
}
.pill b {
  color: var(--gold-deep);
}
.hero-media {
  position: relative;
}
.hero-media .frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
  background: var(--gold-soft);
}
.hero-media .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-float {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  padding: 14px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-float .n {
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: var(--gold-deep);
  line-height: 1;
}
.hero-float small {
  color: var(--muted);
  font-size: 0.78rem;
}
@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 46px 0 56px;
  }
  .hero-media {
    order: -1;
  }
}

/* image helpers */
.imgcover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratio-43 {
  aspect-ratio: 4/3;
}
.ratio-11 {
  aspect-ratio: 1/1;
}
.ratio-34 {
  aspect-ratio: 3/4;
}

/* Banner strip */
.strip {
  background: var(--dark);
  color: #f3ead6;
  text-align: center;
  padding: 12px 16px;
  font-size: 0.94rem;
  font-weight: 500;
}
.strip b {
  color: var(--gold);
}
.strip a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Grid */
.grid {
  display: grid;
  gap: 26px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 940px) {
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  transition: 0.2s;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.card .ico {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--gold-soft);
  display: grid;
  place-items: center;
  color: var(--gold-deep);
  margin-bottom: 16px;
}
.card h3 {
  margin-bottom: 8px;
}
.card p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 1rem;
}

/* checks */
.checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.checks li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink-soft);
}
.checks svg {
  flex: none;
  margin-top: 3px;
  color: var(--gold-deep);
}
.checks b {
  color: var(--ink);
}

/* split */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.split .media .frame {
  aspect-ratio: 4/3;
}
@media (max-width: 860px) {
  .split {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.tag {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 500;
  color: var(--ink-soft);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
}
.bg-dark .tag {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #f3ead6;
}
.tag .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

/* Q&A accordion */
.faq {
  max-width: 840px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 1.06rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--ink);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary .plus {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold-deep);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  transition: 0.2s;
}
.faq details[open] summary .plus {
  transform: rotate(45deg);
  background: var(--gold-deep);
  color: #fff;
}
.faq .a {
  padding: 0 24px 22px;
  color: var(--ink-soft);
}

/* video (portrait phone frame) */
.video-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .video-row {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
}
.vid {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #000;
  aspect-ratio: 9/16;
}
.vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-embed {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16/9;
  background: #0d0b08;
  max-width: 900px;
  margin: 0 auto;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-embed .video-ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(150deg, #2b2419, #c08a1e);
}
.video-embed .play {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
}

/* credibility strip */
.cred {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 820px) {
  .cred {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cred .c {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: #fff;
}
.cred .c .frame {
  aspect-ratio: 4/3;
  border-radius: 0;
  box-shadow: none;
}
.cred .c .cap {
  padding: 10px 14px;
  font-size: 0.82rem;
  color: var(--ink-soft);
  font-weight: 500;
  text-align: center;
}

/* timeline */
.timeline {
  display: grid;
  gap: 20px;
}
.tl-item {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px 24px;
  box-shadow: var(--shadow);
}
.tl-item .num {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-size: 1.1rem;
}
.tl-item h3 {
  margin-bottom: 4px;
  font-size: 1.15rem;
}
.tl-item p {
  margin: 0;
  color: var(--ink-soft);
}

/* testimonials */
.quote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  position: relative;
}
.quote:before {
  content: "\201C";
  font-family: var(--font-head);
  font-size: 4rem;
  color: var(--gold-soft);
  position: absolute;
  top: 2px;
  left: 18px;
  line-height: 1;
}
.quote p {
  position: relative;
  color: var(--ink-soft);
  font-style: italic;
  margin: 8px 0 18px;
}
.quote .who {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote .av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: grid;
  place-items: center;
  color: var(--gold-deep);
  font-weight: 700;
  flex: none;
}
.quote .who b {
  display: block;
  color: var(--ink);
}
.quote .who small {
  color: var(--muted);
}

/* gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery .g {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow: var(--shadow);
}
.gallery .g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .g.wide {
  grid-column: span 2;
  aspect-ratio: 2/1;
}
@media (max-width: 760px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery .g.wide {
    grid-column: span 2;
  }
}

/* enrol / pricing */
.enrol {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: start;
}
@media (max-width: 860px) {
  .enrol {
    grid-template-columns: 1fr;
  }
}
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 30px;
}
.price-tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 6px 0 18px;
}
.tier {
  border: 1.5px solid var(--gold-line);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  background: var(--gold-soft);
}
.tier.reg {
  background: #fff;
}
.tier .lbl {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.tier .amt {
  font-family: var(--font-head);
  font-size: 1.9rem;
  color: var(--ink);
  line-height: 1.1;
  margin: 4px 0;
}
.tier .sub {
  font-size: 0.78rem;
  color: var(--muted);
}
.pc-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: grid;
  gap: 11px;
}
.pc-list li {
  display: flex;
  gap: 10px;
  color: var(--ink-soft);
}
.pc-list li svg {
  color: var(--gold-deep);
  flex: none;
  margin-top: 3px;
}
.seats {
  background: var(--dark);
  color: #f3ead6;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 14px;
}
.seats b {
  color: var(--gold);
}

/* meta row (venue/date/duration) */
.meta-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 720px) {
  .meta-row {
    grid-template-columns: 1fr;
  }
}
.meta {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  box-shadow: var(--shadow);
}
.meta .ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold-deep);
  display: grid;
  place-items: center;
  flex: none;
}
.meta b {
  display: block;
  color: var(--ink);
}
.meta small {
  color: var(--muted);
}

/* form + channels */
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 580px) {
  .form-card {
    padding: 24px 18px;
  }
}

/* Native Form Styles */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  margin-bottom: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group.full-width {
  grid-column: span 2;
}
@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .form-group.full-width {
    grid-column: span 1;
  }
}

.form-group label,
.form-group-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 8px;
  display: block;
}
.form-group label .required {
  color: #d32f2f;
  margin-left: 2px;
}
.form-control {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}
.form-control::placeholder {
  color: var(--muted);
  opacity: 0.7;
}
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3.5px rgba(192, 138, 30, 0.15);
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a7f6c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

/* Custom Radios & Checkboxes */
.radio-group,
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 6px 0 14px;
}
.radio-group.row {
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
.radio-option,
.checkbox-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.95rem;
  color: var(--ink-soft);
  position: relative;
  user-select: none;
  font-weight: 500;
}
.radio-option input,
.checkbox-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-radio {
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--line);
  border-radius: 50%;
  display: inline-block;
  flex: none;
  position: relative;
  transition:
    border-color 0.2s,
    background-color 0.2s;
  background: #fff;
}
.radio-option:hover input ~ .custom-radio {
  border-color: var(--gold);
}
.radio-option input:checked ~ .custom-radio {
  border-color: var(--gold);
  background-color: var(--gold-soft);
}
.custom-radio::after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-deep);
}
.radio-option input:checked ~ .custom-radio::after {
  display: block;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--line);
  border-radius: 4px;
  display: inline-block;
  flex: none;
  position: relative;
  transition:
    border-color 0.2s,
    background-color 0.2s;
  background: #fff;
}
.checkbox-option:hover input ~ .custom-checkbox {
  border-color: var(--gold);
}
.checkbox-option input:checked ~ .custom-checkbox {
  border-color: var(--gold);
  background-color: var(--gold-deep);
}
.custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-option input:checked ~ .custom-checkbox::after {
  display: block;
}

/* Submission states */
.btn--form-submit {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn.loading .btn-loader {
  display: inline-block;
}
.btn.loading {
  pointer-events: none;
  opacity: 0.85;
}

.form-success-card {
  text-align: center;
  padding: 20px 10px;
  animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.success-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold-deep);
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 20px rgba(169, 118, 15, 0.12);
}
.success-icon-wrap svg {
  width: 36px;
  height: 36px;
}
.form-success-card h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  font-family: var(--font-head);
  color: var(--ink);
}
.form-success-card p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 480px;
  margin: 0 auto 24px;
  line-height: 1.6;
}

.channels {
  display: grid;
  gap: 14px;
}
.channel {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  box-shadow: var(--shadow);
  transition: 0.2s;
}
.channel:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.channel .ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold-deep);
  display: grid;
  place-items: center;
  flex: none;
}
.channel.wa .ic {
  background: #e5fbee;
  color: var(--wa);
}
.channel b {
  display: block;
  color: var(--ink);
}
.channel small {
  color: var(--muted);
}

/* CTA band */
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 56px 44px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  color: #fff;
}
.cta-band .bgimg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-band .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.42) sepia(0.2);
}
.cta-band .inner {
  position: relative;
  z-index: 1;
}
.cta-band h2 {
  color: #fff;
}
.cta-band p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 640px;
  margin: 0 auto 26px;
}

/* footer */
.site-footer {
  background: #1c1810;
  color: #c8bda3;
  padding: 60px 0 26px;
  margin-top: 20px;
}
.site-footer a {
  color: #c8bda3;
}
.site-footer a:hover {
  color: #fff;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 34px;
}
.site-footer h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 14px;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
  font-size: 0.94rem;
}
.site-footer .brand {
  color: #fff;
}
.site-footer .brand small {
  color: #9a8f76;
}
.foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
  color: #9a8f76;
}
@media (max-width: 820px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .foot-grid {
    grid-template-columns: 1fr;
  }
}

/* floating actions */
.float-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-lg);
  color: #fff;
  transition: 0.2s;
}
.fab:hover {
  transform: scale(1.06);
  color: #fff;
}
.fab--wa {
  background: var(--wa);
}
.fab--call {
  background: var(--gold-deep);
}
.fab svg {
  width: 26px;
  height: 26px;
}
.fab--form {
  background: var(--dark);
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.05;
  padding: 6px;
}

/* utility */
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.subtle {
  color: var(--muted);
}
.badge30 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--dark);
  color: var(--gold);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  padding: 7px 14px;
  border-radius: 999px;
  text-transform: uppercase;
}

/* Dialog / Modal Styling */
dialog.reg-modal {
  border: none;
  border-radius: var(--radius);
  box-shadow: none;
  max-width: 600px;
  width: 92%;
  padding: 0;
  background: transparent;
  overflow: visible;
}
dialog.reg-modal::backdrop {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
}
.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-soft);
  font-size: 1.2rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}
.modal-close-btn:hover {
  background: var(--gold-soft);
  color: var(--gold-deep);
  border-color: var(--gold-line);
}

/* Thank You Page Styles */
.success-hero {
  text-align: center;
  padding: 40px 20px;
  max-width: 700px;
  margin: 0 auto;
}
.payment-proof-card {
  max-width: 550px;
  margin: 30px auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.payment-step {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--line);
}
.payment-step:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.step-number {
  display: inline-block;
  background: var(--gold-deep);
  color: #fff;
  font-family: var(--font-head);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 0.9rem;
  margin-right: 8px;
  vertical-align: middle;
}
.step-title {
  font-weight: 700;
  color: var(--ink);
  font-size: 1.05rem;
}
.pay-amount-badge {
  display: inline-block;
  background: var(--gold-soft);
  color: var(--gold-deep);
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 10px 0;
  font-size: 1.1rem;
}
.upi-qr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0;
  padding: 15px;
  background: #faf8f5;
  border-radius: 10px;
  border: 1px solid var(--line);
}
.upi-qr-image {
  background: #fff;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 10px;
  max-width: 200px;
}
.upi-id-display {
  font-family: monospace;
  font-size: 1rem;
  background: #eee;
  padding: 4px 10px;
  border-radius: 4px;
  color: var(--ink);
  user-select: all;
  cursor: copy;
}
.form-file-input {
  position: relative;
  border: 1.5px dashed var(--line);
  border-radius: var(--radius-sm);
  padding: 15px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  transition: border-color 0.2s;
}
.form-file-input:hover {
  border-color: var(--gold);
}
.form-file-input input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form-file-label {
  font-size: 0.9rem;
  color: var(--ink-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.form-file-label svg {
  color: var(--gold-deep);
}
.file-name-preview {
  margin-top: 6px;
  font-size: 0.82rem;
  color: var(--gold-deep);
  font-weight: 600;
}

.loader-spinner {
  width: 44px;
  height: 44px;
  border: 4px solid var(--line);
  border-top: 4px solid var(--gold-deep);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.status-dot-blink {
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}

/* UPI Apps Grid for Mobile */
.upi-apps-container {
  display: none;
  width: 100%;
  margin-top: 25px;
  border-top: 1px dashed var(--line);
  padding-top: 20px;
}
.upi-apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 12px;
  justify-items: center;
  margin-top: 14px;
}
.upi-app-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 600;
  transition: transform 0.15s ease;
  width: 100%;
  text-align: center;
}
.upi-app-btn:active {
  transform: scale(0.92);
}
.upi-app-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  border: 1.5px solid var(--line);
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(34, 29, 21, 0.04);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.upi-app-btn:hover .upi-app-icon-wrap {
  box-shadow: 0 6px 16px rgba(34, 29, 21, 0.08);
}
.upi-app-icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .upi-apps-container {
    display: block;
  }
}

/* =========================================================
   v2 — Editorial navy/gold refresh: hero carousel,
   feature strip, calm animations, 9:16 video, navy footer
   ========================================================= */

/* Cormorant Garamond headings read larger & lighter */
h1{font-weight:600;font-size:clamp(2.5rem,5.4vw,4.3rem);line-height:1.04;letter-spacing:-.5px}
h2{font-weight:600;font-size:clamp(2rem,3.8vw,3rem);letter-spacing:-.3px}
h3{font-weight:600;font-size:1.45rem}
.hero h1 span,.hc-title span{color:var(--gold-deep);font-style:italic}

/* nav — editorial uppercase */
.nav-links a{text-transform:uppercase;letter-spacing:.09em;font-size:.78rem;font-weight:600}
.nav-links .nav-cta a{letter-spacing:.06em}
.site-header .brand img{height:52px;width:auto}

/* ---------------- HERO CAROUSEL ---------------- */
.hero-carousel{position:relative;width:100%;height:clamp(560px,86vh,780px);overflow:hidden;background:var(--navy)}
.hc-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease;display:flex;align-items:center;pointer-events:none}
.hc-slide.active{opacity:1;pointer-events:auto}
.hc-media{position:absolute;inset:0;z-index:0}
.hc-media img,.hc-media video{width:100%;height:100%;object-fit:cover;display:block}
.hc-scrim{position:absolute;inset:0;z-index:1}
.hc-slide[data-tone="dark"] .hc-scrim{background:linear-gradient(90deg,rgba(14,27,48,.86) 0%,rgba(14,27,48,.55) 45%,rgba(14,27,48,.08) 74%)}
.hc-slide[data-tone="light"] .hc-scrim{background:linear-gradient(90deg,rgba(250,248,243,.92) 0%,rgba(250,248,243,.7) 46%,rgba(250,248,243,.15) 76%)}
.hc-neural{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.55;mix-blend-mode:screen}
.hc-slide[data-tone="light"] .hc-neural{mix-blend-mode:multiply;opacity:.4}
.hc-content{position:relative;z-index:3;width:100%;max-width:var(--maxw);margin:0 auto;padding:0 44px}
.hc-inner{max-width:640px}
.hc-eyebrow{display:inline-block;font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:.76rem;color:var(--gold);margin-bottom:18px}
.hc-slide[data-tone="light"] .hc-eyebrow{color:var(--gold-deep)}
.hc-title{font-family:var(--font-head);font-weight:600;color:#fff;font-size:clamp(2.4rem,5.2vw,4.2rem);line-height:1.05;margin:0 0 4px}
.hc-slide[data-tone="light"] .hc-title{color:var(--navy)}
.hc-rule{width:96px;height:3px;background:var(--gold);border-radius:2px;margin:20px 0 22px}
.hc-sub{font-size:1.18rem;line-height:1.6;color:rgba(255,255,255,.9);max-width:520px;margin:0 0 26px}
.hc-slide[data-tone="light"] .hc-sub{color:var(--ink-soft)}
.hc-cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.hc-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.hc-pill{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border-radius:999px;font-weight:600;font-size:.92rem}
.hc-pill.solid{background:var(--navy);color:#fff}
.hc-pill.ghost{background:rgba(255,255,255,.14);color:#fff;border:1.5px solid rgba(255,255,255,.5);backdrop-filter:blur(4px)}
.hc-slide[data-tone="light"] .hc-pill.ghost{background:#fff;color:var(--navy);border-color:var(--gold-line)}
.hc-pill svg{width:17px;height:17px}
/* arrows */
.hc-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:52px;height:52px;border-radius:50%;border:0;background:rgba(255,255,255,.85);color:var(--navy);display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow);transition:.2s}
.hc-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}
.hc-arrow.prev{left:20px}.hc-arrow.next{right:20px}
.hc-arrow svg{width:22px;height:22px}
/* dots */
.hc-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);z-index:6;display:flex;gap:10px}
.hc-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.5);cursor:pointer;padding:0;transition:.2s}
.hc-dot.active{background:var(--gold);width:26px;border-radius:6px}
@media(max-width:860px){
  .hero-carousel{height:clamp(520px,78vh,640px)}
  .hc-content{padding:0 24px}
  .hc-arrow{width:42px;height:42px}.hc-arrow.prev{left:8px}.hc-arrow.next{right:8px}
  .hc-sub{font-size:1.05rem}
}

/* ---------------- FEATURE STRIP ---------------- */
.feature-strip{background:var(--ivory);border-bottom:1px solid var(--line)}
.features{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.feature{padding:40px 26px;text-align:left;border-left:1px solid var(--line)}
.feature:first-child{border-left:0}
.feature .fico{width:58px;height:58px;border-radius:50%;border:1.5px solid var(--gold-line);display:grid;place-items:center;color:var(--gold-deep);margin-bottom:16px}
.feature h3{font-size:1.15rem;margin:0 0 8px;color:var(--navy)}
.feature p{font-size:.92rem;color:var(--muted);margin:0}
.designed-for{text-align:center;padding:22px 20px;color:var(--ink-soft);font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;display:flex;align-items:center;justify-content:center;gap:18px}
.designed-for:before,.designed-for:after{content:"";height:1px;width:60px;background:var(--gold-line)}
@media(max-width:1000px){.features{grid-template-columns:repeat(2,1fr)}.feature:nth-child(odd){border-left:0}}
@media(max-width:560px){.features{grid-template-columns:1fr}.feature{border-left:0;border-top:1px solid var(--line)}.feature:first-child{border-top:0}.designed-for:before,.designed-for:after{width:24px}}

/* ---------------- 9:16 VIDEO ---------------- */
.video-band{background:var(--bg-alt)}
.video-9x16-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1020px;margin:0 auto}
@media(max-width:820px){.video-9x16-row{grid-template-columns:repeat(2,1fr);max-width:520px}}
@media(max-width:520px){.video-9x16-row{grid-template-columns:1fr;max-width:300px}}
.v916{position:relative;aspect-ratio:9/16;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--navy)}
.v916 video{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer}
.v916 .ph{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:#eaf2fb;background:linear-gradient(160deg,#16273f,#1d3557);padding:18px;font-size:.86rem}

/* ---------------- calm animations ---------------- */
@media (prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}
  .reveal.in{opacity:1;transform:none}
  .floaty{animation:floaty 7s ease-in-out infinite}
  @keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
}
/* fascial wave divider */
.wave-divider{line-height:0;color:var(--bg-alt)}
.wave-divider svg{display:block;width:100%;height:60px}
.wave-divider .wpath{animation:waveshift 14s ease-in-out infinite alternate}
@keyframes waveshift{from{transform:translateX(-14px)}to{transform:translateX(14px)}}
@media (prefers-reduced-motion:reduce){.wave-divider .wpath{animation:none}}

/* ---------------- navy footer refresh ---------------- */
.site-footer{background:var(--navy)}
.site-footer p{color:#aab9cc !important}
.site-footer .brand small{color:#9fb0c6 !important}
.foot-bottom{color:#8fa1b8;border-top-color:rgba(255,255,255,.14)}
.site-footer .brand .mark{background:radial-gradient(circle at 35% 30%,#c8a96a,#8a6f38)}

/* announcement strip on navy */
.strip{background:var(--navy);color:#eaf2fb}
.strip b{color:var(--gold)}

/* soften cards on mist */
.card{border-color:var(--line)}
.pill b,.hero h1 span{color:var(--gold-deep)}

/* inner-page hero (about/workshop/faq/register) on new palette */
.hero{background:linear-gradient(160deg,#faf8f3 0%,#eef4fb 58%,#eaf2fb 100%)}
.hero-media .frame{box-shadow:var(--shadow-lg)}
.badge30{background:var(--navy);color:var(--gold)}

/* responsive hero banners (picture element) */
.hc-media picture{display:block;width:100%;height:100%}
@media(max-width:768px){ .hero-carousel{height:clamp(560px,90vh,760px)} }

/* hero text sits in the empty TOP area (not over faces) */
.hero-carousel.hc-toptext .hc-slide{align-items:flex-start}
.hero-carousel.hc-toptext .hc-content{padding-top:clamp(36px,8vh,84px)}
.hero-carousel.hc-toptext .hc-inner{max-width:560px}
.hc-toptext .hc-title{font-size:clamp(2.1rem,4.4vw,3.5rem)}
@media(max-width:768px){
  /* keep only title + subtitle over the mobile 9:16 banner; CTAs live in the sticky nav + floating buttons */
  .hc-toptext .hc-cta{display:none}
  .hc-toptext .hc-content{padding-top:26px}
  .hc-toptext .hc-inner{max-width:100%}
  .hc-toptext .hc-sub{font-size:1rem;max-width:none}
  .hc-toptext .hc-title{font-size:clamp(1.8rem,7vw,2.4rem)}
}

/* header WhatsApp community icon */
.nav-wa-ico{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#25d366;color:#fff}
.nav-wa-ico:hover{background:#1eb457;color:#fff}
.nav-wa-ico svg{width:20px;height:20px}
@media(max-width:940px){ .nav-links .nav-wa{order:-1} .nav-wa-ico{width:100%;border-radius:12px;height:44px;gap:8px} .nav-wa-ico:after{content:"Join WhatsApp community"} }
