:root {
  --ink: #2b211f;
  --muted: #6e615d;
  --paper: #fbf6ec;
  --paper-2: #f4ead8;
  --maroon: #7a231f;
  --maroon-dark: #501611;
  --saffron: #d98d2b;
  --gold: #b56f1c;
  --line: rgba(91, 51, 36, .16);
  --white: #fffdf9;
  --shadow: 0 26px 70px rgba(69, 31, 20, .18);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::selection { background: rgba(217, 141, 43, .28); }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section-pad { padding: 110px 0; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 999;
  transform: translateY(-160%); background: var(--ink); color: white;
  padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 246, 236, .90);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(96, 53, 35, .08);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: var(--maroon); color: #fff3db; font-family: Georgia, "Times New Roman", serif;
  font-size: 21px; box-shadow: inset 0 0 0 3px rgba(255,255,255,.12);
}
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: -.2px; }
.brand-copy small { color: var(--muted); margin-top: 4px; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 650; color: #4d403c; }
.site-nav a:hover { color: var(--maroon); }
.nav-cta { border: 1px solid var(--line); padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.46); }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 4px; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 78% 30%, rgba(217,141,43,.15), transparent 32%),
    linear-gradient(120deg, rgba(255,255,255,.52), transparent 48%);
}
.hero-pattern {
  position: absolute; right: -110px; top: 110px; width: 620px; height: 620px; border-radius: 50%; opacity: .16;
  background: repeating-radial-gradient(circle at center, transparent 0 22px, var(--maroon) 23px 24px, transparent 25px 42px);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.eyebrow { color: var(--maroon); text-transform: uppercase; font-size: 12px; letter-spacing: .18em; font-weight: 800; margin: 0 0 18px; }
.hero h1, .section-heading h2, .inside-copy h2, .author-copy h2, .updates-card h2 {
  font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.03;
}
.hero h1 { font-size: clamp(58px, 7vw, 98px); margin: 0; color: var(--maroon-dark); }
.hero h1 span { color: var(--saffron); font-style: italic; }
.hero-tagline { font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.4vw, 31px); margin: 28px 0 18px; line-height: 1.25; }
.hero-text { max-width: 690px; color: #5d514d; font-size: 17px; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--maroon); color: white; box-shadow: 0 12px 26px rgba(122,35,31,.18); }
.btn-primary:hover { background: var(--maroon-dark); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.hero-note { margin-top: 24px; color: var(--muted); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--saffron); }

.book-stage { min-height: 610px; position: relative; display: grid; place-items: center; perspective: 1400px; }
.book-cover {
  position: relative; z-index: 3; width: min(360px, 82%); aspect-ratio: 0.70; border-radius: 4px 18px 18px 4px;
  padding: 42px 38px 34px; background:
    linear-gradient(130deg, rgba(255,255,255,.12), transparent 34%),
    linear-gradient(145deg, #8c2d24, #571814 72%);
  color: #fff1d8; box-shadow: var(--shadow); transform: rotateY(-10deg) rotateZ(1.5deg);
  display: flex; flex-direction: column;
}
.book-cover::before { content: ""; position: absolute; left: 11px; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.14); box-shadow: 4px 0 rgba(0,0,0,.12); }
.book-cover::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,221,164,.28); border-radius: 2px 12px 12px 2px; pointer-events: none; }
.cover-symbol { width: 58px; height: 58px; border: 1px solid rgba(255,233,198,.46); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 26px; }
.cover-kicker { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; margin: 30px 0 10px; color: #f2ca8f; }
.cover-rule { width: 46px; height: 2px; background: var(--saffron); margin-bottom: 22px; }
.book-cover h2 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(42px, 5vw, 59px); line-height: .98; letter-spacing: -.04em; margin: 0; }
.cover-subtitle { font-family: Georgia, serif; font-size: 18px; line-height: 1.35; color: #f6d9ae; max-width: 250px; margin-top: 24px; }
.cover-bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.17); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.mini-motif { font-size: 18px; color: var(--saffron); }
.book-shadow { position: absolute; z-index: 1; bottom: 53px; width: 350px; height: 50px; border-radius: 50%; background: rgba(73, 31, 17, .20); filter: blur(20px); transform: rotate(-2deg); }
.halo { position: absolute; border-radius: 50%; border: 1px solid rgba(122,35,31,.15); }
.halo-one { width: 510px; height: 510px; }
.halo-two { width: 420px; height: 420px; border-style: dashed; transform: rotate(20deg); }

.intro-strip { background: var(--maroon); color: #fff4e1; padding: 28px 0; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.strip-grid div { padding: 8px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.strip-grid div:first-child { padding-left: 0; }
.strip-grid div:last-child { border-right: 0; }
.strip-grid strong { display: block; font-family: Georgia, serif; font-size: 20px; color: #ffd596; font-weight: 500; }
.strip-grid span { display: block; font-size: 12px; opacity: .78; margin-top: 4px; line-height: 1.4; }

.two-col { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.section-heading h2, .inside-copy h2, .author-copy h2 { font-size: clamp(42px, 5vw, 68px); margin: 0; }
.prose { max-width: 720px; }
.prose p { font-size: 17px; color: #5c504c; margin: 0 0 22px; }
.prose p:first-child::first-letter { float: left; font-family: Georgia, serif; font-size: 62px; line-height: .76; margin: 10px 10px 0 0; color: var(--maroon); }

.principles-section { background: var(--paper-2); position: relative; }
.centered { max-width: 790px; margin: 0 auto 52px; text-align: center; }
.section-heading.centered h2 { font-size: clamp(40px, 5vw, 66px); }
.section-lead { color: var(--muted); max-width: 650px; margin: 18px auto 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-card { padding: 30px; min-height: 270px; background: rgba(255,253,249,.78); border: 1px solid rgba(104,57,39,.10); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.principle-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(73,37,26,.08); }
.card-no { color: var(--saffron); font-size: 12px; letter-spacing: .16em; font-weight: 900; }
.principle-card h3 { font-family: Georgia, serif; font-size: 25px; line-height: 1.18; font-weight: 500; margin: 28px 0 13px; }
.principle-card p { color: var(--muted); font-size: 14px; margin: 0; }

.inside-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.inside-copy { position: sticky; top: 120px; }
.inside-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--maroon); text-decoration: none; font-weight: 800; margin-top: 18px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.chapter-list { border-top: 1px solid var(--line); }
.chapter-item { display: grid; grid-template-columns: 94px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.chapter-item > span { color: var(--saffron); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 900; padding-top: 7px; }
.chapter-item h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 500; margin: 0 0 8px; }
.chapter-item p { color: var(--muted); margin: 0; font-size: 14px; }

.quote-section { background: var(--maroon-dark); color: #fff3dd; padding: 92px 0; overflow: hidden; position: relative; }
.quote-section::before { content: "शा"; position: absolute; right: 3%; top: -55px; font-family: Georgia, serif; font-size: 330px; color: rgba(255,255,255,.035); line-height: 1; }
.quote-wrap { position: relative; max-width: 930px; text-align: center; }
.quote-symbol { color: var(--saffron); font-family: Georgia, serif; font-size: 78px; line-height: .6; }
blockquote { font-family: Georgia, serif; font-size: clamp(30px, 4vw, 49px); line-height: 1.26; letter-spacing: -.02em; margin: 22px 0 0; }
blockquote em { color: #f5c782; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid div { padding: 30px 26px; border-right: 1px solid var(--line); }
.audience-grid div:last-child { border-right: 0; }
.audience-grid span { display: block; font-family: Georgia, serif; color: var(--maroon); font-size: 23px; margin-bottom: 10px; }
.audience-grid p { font-size: 13px; color: var(--muted); margin: 0; }

.author-section { background: #fffaf1; }
.author-grid { display: grid; grid-template-columns: 360px 1fr; align-items: center; gap: 76px; }
.author-monogram { width: 330px; aspect-ratio: 1; border-radius: 50%; background: var(--paper-2); border: 1px solid var(--line); display: grid; place-items: center; position: relative; }
.author-monogram::before, .author-monogram::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(122,35,31,.15); }
.author-monogram::before { inset: 24px; }
.author-monogram::after { inset: 48px; border-style: dashed; }
.author-monogram span { font-family: Georgia, serif; font-size: 92px; color: var(--maroon); z-index: 2; }
.author-copy { max-width: 650px; }
.author-copy p:not(.eyebrow) { color: var(--muted); font-size: 16px; }

.updates-section { padding: 0 0 96px; background: #fffaf1; }
.updates-card { background: var(--maroon); color: #fff5e4; border-radius: var(--radius); padding: 56px 64px; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; box-shadow: 0 25px 70px rgba(82, 27, 20, .16); }
.eyebrow.light { color: #f6c985; }
.updates-card h2 { font-size: clamp(38px, 4.5vw, 58px); margin: 0 0 14px; }
.updates-card p:not(.eyebrow) { max-width: 720px; color: rgba(255,247,235,.76); margin: 0; }
.btn-light { background: #fff1d9; color: var(--maroon-dark); white-space: nowrap; }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; }
.footer-grid p, .back-top { color: var(--muted); font-size: 12px; }
.back-top { text-decoration: none; }
.footer-brand .brand-mark { width: 36px; height: 36px; font-size: 18px; }
.footer-brand .brand-copy strong { font-size: 16px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; }
}

@media (max-width: 980px) {
  .section-pad { padding: 84px 0; }
  .hero-grid, .two-col, .inside-grid, .author-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero { min-height: auto; padding-top: 76px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .book-stage { min-height: 570px; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .strip-grid div:nth-child(2) { border-right: 0; }
  .strip-grid div:nth-child(3) { padding-left: 0; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .inside-copy { position: static; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid div:nth-child(2) { border-right: 0; }
  .audience-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .author-monogram { margin: 0 auto; }
  .author-copy { margin: 0 auto; text-align: center; }
  .updates-card { grid-template-columns: 1fr; gap: 30px; }
  .updates-card .btn { justify-self: start; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 68px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 9px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(251,246,236,.98); padding: 12px 20px 20px; border-bottom: 1px solid var(--line); box-shadow: 0 16px 34px rgba(67,37,26,.08);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .nav-cta { border-radius: 12px; margin-top: 6px; text-align: center; }
  .hero { padding-top: 50px; }
  .hero h1 { font-size: clamp(51px, 15vw, 76px); }
  .hero-tagline { font-size: 23px; }
  .hero-text { font-size: 15px; }
  .book-stage { min-height: 510px; }
  .book-cover { width: min(315px, 84vw); padding: 34px 31px 28px; }
  .halo-one { width: 390px; height: 390px; }
  .halo-two { width: 330px; height: 330px; }
  .book-shadow { width: 290px; }
  .strip-grid { grid-template-columns: 1fr; gap: 0; }
  .strip-grid div, .strip-grid div:nth-child(3) { padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .strip-grid div:last-child { border-bottom: 0; }
  .section-heading h2, .inside-copy h2, .author-copy h2, .section-heading.centered h2 { font-size: 40px; }
  .card-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: auto; }
  .chapter-item { grid-template-columns: 70px 1fr; gap: 14px; }
  .chapter-item h3 { font-size: 23px; }
  .quote-section { padding: 72px 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid div { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 8px; }
  .audience-grid div:last-child { border-bottom: 0; }
  .author-monogram { width: min(285px, 80vw); }
  .author-monogram span { font-size: 74px; }
  .updates-card { padding: 40px 28px; border-radius: 18px; }
  .updates-card .btn { width: 100%; white-space: normal; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; text-align: center; justify-items: center; }
}

/* Published book cover */
.published-cover {
  position: relative;
  z-index: 3;
  width: min(360px, 82%);
  margin: 0;
  transform: rotateY(-7deg) rotateZ(1deg);
  filter: drop-shadow(0 28px 32px rgba(69, 31, 20, .23));
  transition: transform .35s ease, filter .35s ease;
}
.published-cover:hover {
  transform: rotateY(-3deg) rotateZ(0deg) translateY(-4px);
  filter: drop-shadow(0 34px 38px rgba(69, 31, 20, .28));
}
.published-cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px 10px 10px 3px;
}

/* Purchase section */
.buy-section { padding: 0 0 96px; background: #fffaf1; }
.buy-card {
  background: var(--maroon);
  color: #fff5e4;
  border-radius: var(--radius);
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 52px;
  align-items: center;
  box-shadow: 0 25px 70px rgba(82, 27, 20, .16);
  overflow: hidden;
  position: relative;
}
.buy-card::after {
  content: "शा";
  position: absolute;
  right: -22px;
  bottom: -95px;
  font-family: Georgia, serif;
  font-size: 260px;
  line-height: 1;
  color: rgba(255,255,255,.035);
  pointer-events: none;
}
.buy-cover-mini { position: relative; z-index: 1; }
.buy-cover-mini img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px 8px 8px 3px;
  box-shadow: 0 20px 42px rgba(32, 10, 8, .32);
}
.buy-copy { position: relative; z-index: 1; }
.buy-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.03;
  font-size: clamp(40px, 4.7vw, 64px);
  margin: 0 0 10px;
}
.buy-subtitle {
  font-family: Georgia, "Times New Roman", serif;
  color: #f4cf98;
  font-size: 20px;
  margin: 0 0 26px;
}
.book-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 28px;
  max-width: 660px;
  margin: 0 0 28px;
}
.book-meta div { border-top: 1px solid rgba(255,255,255,.16); padding-top: 10px; }
.book-meta dt { color: rgba(255,245,228,.58); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.book-meta dd { margin: 3px 0 0; font-size: 14px; color: #fff8ed; }
.buy-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.store-btn {
  min-width: 168px;
  min-height: 56px;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 20px;
  line-height: 1.05;
  border: 1px solid rgba(255,255,255,.18);
}
.store-btn .store-label { font-size: 10px; font-weight: 650; opacity: .72; letter-spacing: .04em; }
.store-btn strong { font-size: 18px; margin-top: 3px; }
.amazon-btn { background: #fff4df; color: #3b2118; }
.flipkart-btn { background: #fff; color: #173e83; }
.retailer-note { margin: 16px 0 0; font-size: 11px; color: rgba(255,247,235,.56); }

@media (max-width: 980px) {
  .buy-card { grid-template-columns: 175px 1fr; gap: 38px; padding: 44px; }
}

@media (max-width: 760px) {
  .published-cover { width: min(310px, 80vw); transform: none; }
  .published-cover:hover { transform: translateY(-3px); }
  .buy-card { grid-template-columns: 1fr; padding: 34px 26px; text-align: center; }
  .buy-cover-mini { width: 150px; margin: 0 auto; }
  .book-meta { grid-template-columns: 1fr 1fr; text-align: left; }
  .buy-actions { justify-content: center; }
  .store-btn { min-width: 145px; align-items: center; }
}

@media (max-width: 440px) {
  .book-meta { grid-template-columns: 1fr; }
  .buy-actions { display: grid; grid-template-columns: 1fr; }
  .store-btn { width: 100%; }
}

/* Published book retailer and direct-order additions */
.retailer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.retailer-grid .store-btn { width: 100%; min-height: 64px; justify-content: center; flex-direction: column; gap: 1px; text-align: center; }
.hindu-btn { background: #7c2f21; color: #fff; }
.garuda-btn { background: #f3d8a5; color: #4e261c; }
.exotic-btn { background: #efe6d5; color: #4e261c; }
.direct-btn { background: #fff7e6; color: var(--maroon-dark); border: 1px solid rgba(255,255,255,.35); }

.direct-order-section { background: var(--paper-2); border-top: 1px solid var(--line); }
.order-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: start; }
.order-intro { position: sticky; top: 118px; }
.order-intro h2 { font-size: clamp(42px, 5vw, 66px); margin: 0 0 20px; }
.order-intro > p:not(.eyebrow) { color: var(--muted); font-size: 17px; max-width: 560px; }
.order-assurance { margin-top: 30px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.55); display: grid; grid-template-columns: auto 1fr; gap: 13px; }
.order-assurance > span { color: var(--saffron); font-size: 21px; line-height: 1.2; }
.order-assurance p { margin: 0; color: var(--muted); font-size: 13px; }
.order-assurance strong { color: var(--ink); }

.order-form { background: #fffdf9; border: 1px solid var(--line); border-radius: 20px; padding: 34px; box-shadow: 0 18px 50px rgba(73,37,26,.07); }
.form-row { display: block; margin-bottom: 18px; }
.two-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.three-fields { display: grid; grid-template-columns: 1fr 1fr .72fr; gap: 16px; }
.order-form label > span { display: block; font-size: 12px; font-weight: 800; letter-spacing: .02em; margin-bottom: 7px; color: #493a35; }
.order-form label small { font-weight: 500; color: var(--muted); }
.order-form input[type="text"], .order-form input[type="email"], .order-form input[type="tel"], .order-form select, .order-form textarea { width: 100%; border: 1px solid #d9cec0; background: #fff; border-radius: 10px; padding: 13px 14px; font: inherit; color: var(--ink); outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.order-form textarea { resize: vertical; min-height: 92px; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { border-color: var(--maroon); box-shadow: 0 0 0 3px rgba(122,35,31,.08); }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 5px 0 22px; color: var(--muted); }
.consent-row input { margin-top: 3px; accent-color: var(--maroon); }
.consent-row span { font-size: 12px !important; font-weight: 500 !important; margin: 0 !important; }
.order-submit { border: 0; cursor: pointer; width: 100%; font: inherit; font-weight: 800; }
.form-note { color: var(--muted); font-size: 11px; margin: 10px 0 0; text-align: center; }
.honey-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.thank-you-page { min-height: 100vh; display: grid; place-items: center; background: var(--paper-2); padding: 24px; }
.thank-you-wrap { width: min(680px, 100%); }
.thank-you-card { background: #fffdf9; border: 1px solid var(--line); border-radius: 24px; padding: clamp(36px, 7vw, 70px); text-align: center; box-shadow: 0 24px 70px rgba(73,37,26,.08); }
.thank-you-mark { margin: 0 auto 28px; }
.thank-you-card h1 { font-size: clamp(48px, 8vw, 76px); margin: 0 0 18px; }
.thank-you-card p:not(.eyebrow) { color: var(--muted); font-size: 17px; max-width: 500px; margin: 0 auto 30px; }

@media (max-width: 980px) {
  .order-grid { grid-template-columns: 1fr; gap: 42px; }
  .order-intro { position: static; }
}

@media (max-width: 620px) {
  .retailer-grid, .two-fields, .three-fields { grid-template-columns: 1fr; }
  .order-form { padding: 22px 18px; }
}

/* Training, consultation and form enhancements */
.engage-section {
  background: #fffaf1;
  border-top: 1px solid var(--line);
}
.engage-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.engage-card {
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 38px;
  box-shadow: 0 18px 50px rgba(73,37,26,.06);
}
.service-kicker {
  display: inline-block;
  color: var(--saffron);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 16px;
}
.engage-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.08;
  margin: 0 0 16px;
  color: var(--maroon-dark);
}
.engage-card > p {
  color: var(--muted);
  margin: 0 0 20px;
}
.engage-card ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.engage-card li {
  color: #584943;
  font-size: 14px;
  padding-left: 22px;
  position: relative;
}
.engage-card li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--saffron);
  font-size: 11px;
  top: 3px;
}

.request-section {
  background: #fffaf1;
  border-top: 1px solid var(--line);
}
.consultation-section { background: var(--paper-2); }
.request-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 78px;
  align-items: start;
}
.request-intro {
  position: sticky;
  top: 118px;
}
.request-intro h2 {
  font-size: clamp(42px, 5vw, 66px);
  margin: 0 0 20px;
}
.request-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
}
.consultation-note {
  margin-top: 24px;
  padding: 17px 19px;
  border-left: 3px solid var(--saffron);
  background: rgba(255,255,255,.6);
  font-size: 12px !important;
}
.order-form input[type="date"] {
  width: 100%;
  border: 1px solid #d9cec0;
  background: #fff;
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  outline: none;
}
.order-form input[type="date"]:focus {
  border-color: var(--maroon);
  box-shadow: 0 0 0 3px rgba(122,35,31,.08);
}
.footer-email { color: var(--maroon); text-decoration: none; }
.footer-email:hover { text-decoration: underline; }

@media (max-width: 980px) {
  .request-grid { grid-template-columns: 1fr; gap: 42px; }
  .request-intro { position: static; }
}

@media (max-width: 760px) {
  .engage-cards { grid-template-columns: 1fr; }
  .engage-card { padding: 30px 24px; }
}


/* Talks and videos */
.talks-section {
  background: #fffdf8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}
.video-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(73,37,26,.06);
}
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #24110e;
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-copy {
  padding: 26px 28px 30px;
}
.video-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--saffron);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 900;
}
.video-copy h3 {
  margin: 0 0 12px;
  color: var(--maroon-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.14;
  font-weight: 500;
}
.video-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}
.talks-cta {
  margin-top: 32px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper-2);
}
.talks-cta p {
  margin: 0;
  color: var(--muted);
}
@media (max-width: 820px) {
  .video-grid { grid-template-columns: 1fr; }
  .talks-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .video-copy { padding: 22px 20px 24px; }
}

/* 2026-08 premium purchase + form refresh */
.direct-feature {
  margin: 6px 0 24px;
  padding: 22px 24px;
  border: 1px solid rgba(250, 211, 145, .42);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 247, 228, .14), rgba(255, 213, 143, .07));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}
.direct-feature-copy h3 {
  margin: 8px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 500;
  letter-spacing: -.025em;
  color: #fff8ed;
}
.direct-feature-copy p {
  margin: 0;
  max-width: 650px;
  color: rgba(255, 248, 237, .75);
  font-size: 13px;
  line-height: 1.65;
}
.direct-feature-copy p strong { color: #fff6e5; }
.signed-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f2c880;
  color: #4a1d17;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 900;
}
.direct-feature-btn {
  min-width: 220px;
  padding: 14px 18px;
  border-radius: 13px;
  background: #fff5df;
  color: var(--maroon-dark);
  box-shadow: 0 12px 30px rgba(25, 6, 4, .16);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
}
.direct-feature-btn > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .65;
}
.direct-feature-btn > strong { font-size: 15px; }
.direct-feature-btn:hover { transform: translateY(-2px); background: #fffaf0; }
.retailer-divider {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 3px 0 13px;
  color: rgba(255,247,235,.5);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
}
.retailer-divider::before,
.retailer-divider::after { content: ""; height: 1px; background: rgba(255,255,255,.12); flex: 1; }
.retailer-grid-secondary { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.retailer-grid-secondary .store-btn {
  min-width: 0;
  min-height: 54px;
  padding: 8px 10px;
  border-radius: 10px;
  opacity: .92;
}
.retailer-grid-secondary .store-btn strong { font-size: 14px; }
.retailer-grid-secondary .store-label { font-size: 8px; }

.direct-order-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(183, 120, 44, .10), transparent 24%),
    linear-gradient(180deg, #f6ede0 0%, #fbf7ef 100%);
}
.direct-order-section::before {
  content: "शा";
  position: absolute;
  left: -48px;
  bottom: -110px;
  font-family: Georgia, serif;
  font-size: 340px;
  line-height: 1;
  color: rgba(116, 40, 30, .035);
  pointer-events: none;
}
.premium-order-grid { grid-template-columns: .74fr 1.26fr; gap: 62px; position: relative; z-index: 1; }
.premium-order-intro {
  position: sticky;
  top: 116px;
  padding: 40px 36px 36px;
  border-radius: 28px;
  background: linear-gradient(155deg, #681f1b 0%, #431410 100%);
  color: #fff4e1;
  box-shadow: 0 26px 65px rgba(78, 29, 20, .18);
  overflow: hidden;
}
.premium-order-intro::after {
  content: "✦";
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 86px;
  color: rgba(255,255,255,.045);
}
.premium-order-intro .eyebrow { color: #eabf78; }
.premium-order-intro h2 {
  color: #fff9ee;
  font-size: clamp(38px, 4.4vw, 58px);
  margin-bottom: 18px;
}
.premium-order-intro > p:not(.eyebrow) {
  color: rgba(255, 244, 225, .76);
  font-size: 15px;
  line-height: 1.75;
}
.premium-order-intro > p strong { color: #fff6e7; }
.signed-seal {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-bottom: 28px;
  display: grid;
  place-content: center;
  text-align: center;
  background: #e3b363;
  color: #511b16;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.2), 0 10px 26px rgba(20,0,0,.2);
  transform: rotate(-6deg);
}
.signed-seal span {
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
}
.signed-seal strong {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-top: 3px;
}
.direct-benefits { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.13); }
.direct-benefits > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.direct-benefits > div > span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(235, 188, 112, .14);
  border: 1px solid rgba(235, 188, 112, .25);
  color: #efc27c;
  font-size: 9px;
  font-weight: 900;
}
.direct-benefits p { margin: 0; color: rgba(255,244,225,.66); font-size: 12px; line-height: 1.55; }
.direct-benefits strong { color: #fff5e5; font-size: 13px; }

.order-form {
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(120, 74, 53, .12);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 24px 70px rgba(76, 43, 29, .09);
}
.premium-form { padding: 0; overflow: hidden; }
.form-head {
  padding: 32px 34px 26px;
  background: linear-gradient(180deg, #fffdf9 0%, #fbf4e9 100%);
  border-bottom: 1px solid #eadfce;
}
.form-step-kicker {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--saffron);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.form-head h3 {
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--maroon-dark);
  font-size: 31px;
  font-weight: 500;
}
.form-head p { margin: 0; color: var(--muted); font-size: 12px; }
.form-section-card {
  min-width: 0;
  margin: 24px 28px 0;
  padding: 23px 22px 7px;
  border: 1px solid #e6d9c7;
  border-radius: 17px;
  background: #fffdf9;
}
.form-section-card legend {
  padding: 0 9px;
  color: #5a3228;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 600;
}
.form-section-card legend span {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff8ea;
  font-family: system-ui, sans-serif;
  font-size: 10px;
}
.order-form label > span {
  color: #604a41;
  font-size: 10px;
  letter-spacing: .045em;
  text-transform: uppercase;
  font-weight: 850;
}
.order-form label small { text-transform: none; letter-spacing: 0; }
.order-form input[type="text"],
.order-form input[type="email"],
.order-form input[type="tel"],
.order-form input[type="date"],
.order-form select,
.order-form textarea {
  border: 1px solid #dccfbe;
  background: #fffefa;
  border-radius: 11px;
  min-height: 48px;
  padding: 13px 14px;
  box-shadow: inset 0 1px 1px rgba(75,39,25,.02);
}
.order-form input::placeholder,
.order-form textarea::placeholder { color: #a7998e; opacity: .8; }
.order-form input:hover,
.order-form select:hover,
.order-form textarea:hover { border-color: #cbb8a2; }
.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: #8b3b31;
  box-shadow: 0 0 0 4px rgba(122,35,31,.075);
  background: #fff;
}
.no-bottom-gap { margin-bottom: 5px; }
.signed-choice-card {
  background: linear-gradient(180deg, #fffaf0, #fffdf9);
  border-color: #e5cc9d;
}
.signed-choice { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-bottom: 17px; }
.choice-tile {
  position: relative;
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  align-items: start;
  padding: 15px;
  border: 1px solid #e0d2bf;
  border-radius: 12px;
  background: rgba(255,255,255,.82);
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.choice-tile:hover { border-color: #bb8c57; transform: translateY(-1px); }
.choice-tile input { margin: 3px 0 0; accent-color: var(--maroon); }
.choice-content { margin: 0 !important; text-transform: none !important; letter-spacing: 0 !important; }
.choice-content strong { display: block; color: #4e2e25; font-size: 12px; line-height: 1.3; }
.choice-content small { display: block; color: var(--muted); font-size: 10px; margin-top: 3px; }
.inscription-field { margin-bottom: 12px; }
.final-message-field { margin: 22px 28px 0; }
.premium-consent { margin: 18px 28px 18px; }
.premium-submit {
  width: calc(100% - 56px);
  margin: 0 28px;
  min-height: 60px;
  border: 0;
  border-radius: 13px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #7b251f 0%, #571813 100%);
  color: #fff7e8;
  cursor: pointer;
  box-shadow: 0 13px 30px rgba(95, 28, 21, .2);
}
.premium-submit > span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.premium-submit > strong { font-size: 14px; }
.premium-submit:hover { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(95, 28, 21, .24); }
.premium-form > .form-note { padding: 0 28px 25px; margin-top: 10px; }

/* Make training and consultation forms feel equally considered */
.request-section .order-form {
  border-top: 4px solid var(--maroon);
  padding: 34px;
  background: linear-gradient(180deg, #fffdfa 0%, #fffaf4 100%);
}
.request-section .order-form::before {
  content: "Request details";
  display: block;
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eadfce;
  color: var(--maroon-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}
.request-section .order-submit {
  min-height: 54px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(122,35,31,.16);
}

@media (max-width: 1100px) {
  .retailer-grid-secondary { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .premium-order-grid { grid-template-columns: .84fr 1.16fr; gap: 40px; }
}
@media (max-width: 900px) {
  .direct-feature { grid-template-columns: 1fr; }
  .direct-feature-btn { width: 100%; align-items: center; text-align: center; }
  .premium-order-grid { grid-template-columns: 1fr; }
  .premium-order-intro { position: static; }
}
@media (max-width: 700px) {
  .retailer-grid-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .premium-order-intro { padding: 32px 25px; border-radius: 22px; }
  .form-head { padding: 27px 22px 22px; }
  .form-section-card { margin: 20px 17px 0; padding: 20px 15px 5px; }
  .signed-choice { grid-template-columns: 1fr; }
  .final-message-field { margin-inline: 17px; }
  .premium-consent { margin-inline: 17px; }
  .premium-submit { width: calc(100% - 34px); margin-inline: 17px; }
  .premium-form > .form-note { padding-inline: 17px; }
  .request-section .order-form { padding: 26px 19px; }
}
@media (max-width: 480px) {
  .retailer-grid-secondary { grid-template-columns: 1fr; }
  .direct-feature { padding: 20px 17px; }
  .direct-feature-btn { min-width: 0; }
  .signed-seal { width: 68px; height: 68px; }
  .premium-submit { flex-direction: column; gap: 4px; justify-content: center; }
}
