/* =====================================================
   AYURVEDA HEALING SPA — Plugin Stylesheet v1.0.0
   ===================================================== */

/* ── SCOPE: All plugin styles scoped to .ahs-wrap ── */
.ahs-wrap *, .ahs-wrap *::before, .ahs-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ahs-wrap {
  --gold:       #c9a84c;
  --gold-light: #e2c97e;
  --gold-dim:   rgba(201,168,76,0.15);
  --brown:      #2d1b00;
  --brown-mid:  #3d2b10;
  --cream:      #fdf6ec;
  --cream-dark: #f5ead8;
  --sage:       #6b7c5c;
  --sage-light: #8a9e78;
  --white:      #ffffff;
  --text:       #2c2c2c;
  --text-muted: #6b6355;
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'Jost', sans-serif;
  --transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
  font-family: var(--sans);
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

.ahs-wrap img { max-width: 100%; display: block; }
.ahs-wrap a  { text-decoration: none; color: inherit; }

/* ── UTILITY ── */
.ahs-wrap .section-tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.ahs-wrap .section-tag::before,
.ahs-wrap .section-tag::after { content: ' ✦ '; opacity: 0.6; }

.ahs-wrap .section-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--brown);
  margin-bottom: 16px;
}
.ahs-wrap .section-title em { font-style: italic; color: var(--sage); }

.ahs-wrap .gold-rule {
  width: 52px; height: 2px;
  background: var(--gold);
  margin: 0 auto 48px;
  display: block;
}
.ahs-wrap .gold-rule--left { margin-left: 0; }

.ahs-wrap .btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 38px;
  border-radius: 3px;
  transition: var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.ahs-wrap .btn--gold {
  background: var(--gold);
  color: var(--brown);
  border-color: var(--gold);
}
.ahs-wrap .btn--gold:hover {
  background: transparent;
  color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(201,168,76,0.25);
}
.ahs-wrap .btn--outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}
.ahs-wrap .btn--outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
  transform: translateY(-3px);
}
.ahs-wrap .btn--outline-brown {
  background: transparent;
  color: var(--brown);
  border-color: var(--brown);
}
.ahs-wrap .btn--outline-brown:hover {
  background: var(--brown);
  color: var(--cream);
  transform: translateY(-3px);
}
.ahs-wrap .btn--outline-gold {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.ahs-wrap .btn--outline-gold:hover {
  background: var(--gold);
  color: var(--brown);
  transform: translateY(-3px);
}

/* ══════════════════
   HERO
══════════════════ */
.ahs-wrap .hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: url('https://images.unsplash.com/photo-1616394584738-fc6e612e71b9?w=1920&q=80') center center / cover no-repeat;
  background-attachment: fixed;
}
.ahs-wrap .hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(45,27,0,0.82) 0%, rgba(45,27,0,0.62) 50%, rgba(107,124,92,0.48) 100%);
  z-index: 1;
}
.ahs-wrap .hero__ring {
  position: absolute;
  width: 700px; height: 700px;
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  animation: ahsHeroRingSpin 40s linear infinite;
}
.ahs-wrap .hero__ring::before {
  content: '';
  position: absolute; inset: 30px;
  border: 1px solid rgba(201,168,76,0.08);
  border-radius: 50%;
}
@keyframes ahsHeroRingSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }

.ahs-wrap .hero__content {
  position: relative; z-index: 2;
  width: 100%; max-width: 780px;
  padding: 120px 32px 80px;
  animation: ahsHeroFadeUp 1.2s ease both;
}
@keyframes ahsHeroFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ahs-wrap .hero__tag {
  display: inline-block;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 40px; padding: 8px 22px;
  margin-bottom: 28px;
}
.ahs-wrap .hero__h1 {
  font-family: var(--serif);
  font-size: clamp(3rem, 9vw, 7rem);
  font-weight: 700; color: var(--white);
  line-height: 1.0; margin-bottom: 8px;
  text-shadow: 0 4px 40px rgba(0,0,0,0.3);
}
.ahs-wrap .hero__h1 em { font-style: italic; color: var(--gold); }
.ahs-wrap .hero__h1-line2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 6vw, 4.5rem);
  font-weight: 300; font-style: italic;
  color: rgba(255,255,255,0.85);
  display: block; margin-bottom: 24px;
}
.ahs-wrap .hero__divider { width: 50px; height: 1px; background: var(--gold); margin: 0 auto 24px; }
.ahs-wrap .hero__sub {
  font-size: clamp(0.9rem, 2.5vw, 1.15rem);
  font-weight: 300; color: rgba(255,255,255,0.85);
  line-height: 1.75; max-width: 540px;
  margin: 0 auto 32px; letter-spacing: 0.2px;
}
.ahs-wrap .hero__sub strong { color: var(--white); font-weight: 500; }
.ahs-wrap .hero__buttons {
  display: flex; gap: 14px;
  justify-content: center; flex-wrap: wrap;
  margin-bottom: 40px;
}
.ahs-wrap .hero__trust {
  display: flex; align-items: center;
  justify-content: center; gap: 12px; flex-wrap: wrap;
  font-size: 0.72rem; letter-spacing: 1px;
  color: rgba(255,255,255,0.55);
}
.ahs-wrap .hero__trust-dot { color: var(--gold); font-size: 0.45rem; }
.ahs-wrap .hero__scroll {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%); z-index: 2;
  text-align: center; color: rgba(255,255,255,0.4);
  font-size: 0.58rem; letter-spacing: 3px; text-transform: uppercase;
}
.ahs-wrap .hero__scroll-bar {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  margin: 8px auto 0;
  animation: ahsScrollAnim 2s ease-in-out infinite;
}
@keyframes ahsScrollAnim {
  0%,100% { opacity: 1; transform: scaleY(1); }
  50%      { opacity: 0.3; transform: scaleY(0.6); }
}

/* ══════════════════
   TRUST BAR
══════════════════ */
.ahs-wrap .trust-bar {
  background: var(--brown); padding: 18px 40px;
  display: flex; align-items: center;
  justify-content: center; flex-wrap: wrap; gap: 20px;
}
.ahs-wrap .trust-bar__item {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold);
}
.ahs-wrap .trust-bar__item span { font-size: 0.8rem; }
.ahs-wrap .trust-bar__sep { color: rgba(201,168,76,0.3); font-size: 1.2rem; }

/* ══════════════════
   PROBLEM SECTION
══════════════════ */
.ahs-wrap .problem {
  background: var(--cream);
  padding: 110px 60px;
  text-align: center;
}
.ahs-wrap .problem__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px; max-width: 960px;
  margin: 0 auto 48px;
}
.ahs-wrap .problem__card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 14px; padding: 40px 28px;
  transition: var(--transition);
}
.ahs-wrap .problem__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(45,27,0,0.08);
  border-color: var(--gold);
}
.ahs-wrap .problem__icon {
  width: 56px; height: 56px;
  background: var(--gold-dim); border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 20px; font-size: 1.5rem;
}
.ahs-wrap .problem__card h3 {
  font-family: var(--serif); font-size: 1.3rem;
  font-weight: 600; color: var(--brown); margin-bottom: 10px;
}
.ahs-wrap .problem__card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }
.ahs-wrap .problem__answer {
  font-family: var(--serif); font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-style: italic; color: var(--sage);
  max-width: 640px; margin: 0 auto; line-height: 1.55;
}
.ahs-wrap .problem__answer strong { color: var(--brown); font-style: normal; }

/* ══════════════════
   BOOKS
══════════════════ */
.ahs-wrap .books {
  background: var(--white);
  padding: 110px 60px;
  text-align: center;
  position: relative; overflow: hidden;
  scroll-margin-top: 80px;
}
.ahs-wrap .books::before {
  content: '';
  position: absolute; top: -120px; right: -120px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.ahs-wrap .books__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px; max-width: 900px; margin: 0 auto;
}
.ahs-wrap .book-card {
  background: var(--cream);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 18px; padding: 44px 36px;
  text-align: left; transition: var(--transition);
  position: relative; overflow: hidden;
}
.ahs-wrap .book-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--sage));
  transform: scaleX(0); transform-origin: left;
  transition: var(--transition);
}
.ahs-wrap .book-card:hover { box-shadow: 0 24px 60px rgba(45,27,0,0.1); transform: translateY(-6px); }
.ahs-wrap .book-card:hover::after { transform: scaleX(1); }
.ahs-wrap .book-card__badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--gold); color: var(--brown);
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 2px;
}
.ahs-wrap .book-card__cover {
  width: 160px; height: 160px;
  border-radius: 6px; margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.ahs-wrap .book-card__stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 6px; letter-spacing: 2px; }
.ahs-wrap .book-card__reviews { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 16px; }
.ahs-wrap .book-card h3 {
  font-family: var(--serif); font-size: 1.6rem;
  font-weight: 700; color: var(--brown);
  line-height: 1.2; margin-bottom: 8px;
}
.ahs-wrap .book-card__subtitle { font-size: 0.85rem; color: var(--sage); font-weight: 500; margin-bottom: 20px; }
.ahs-wrap .book-card__list { list-style: none; margin-bottom: 24px; }
.ahs-wrap .book-card__list li {
  font-size: 0.88rem; color: var(--text-muted);
  padding: 7px 0; border-bottom: 1px solid rgba(201,168,76,0.1);
  display: flex; align-items: center; gap: 10px;
}
.ahs-wrap .book-card__list li::before { content: '✓'; color: var(--gold); font-weight: 700; font-size: 0.8rem; flex-shrink: 0; }
.ahs-wrap .book-card__price { margin-bottom: 22px; }
.ahs-wrap .book-card__price-main { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--brown); }
.ahs-wrap .book-card__price-orig { font-size: 0.9rem; color: var(--text-muted); text-decoration: line-through; margin-left: 8px; }
.ahs-wrap .book-card__price-label { font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); display: block; margin-top: 2px; }
.ahs-wrap .book-card__actions { display: flex; flex-direction: column; gap: 10px; }
.ahs-wrap .book-card__actions .btn { text-align: center; width: 100%; padding: 13px 16px; font-size: 0.68rem; white-space: normal; line-height: 1.4; }

/* ══════════════════
   COOKING
══════════════════ */
.ahs-wrap .cooking {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--sage) 0%, #2d3d20 100%);
  padding: 0;
}
.ahs-wrap .cooking__bg {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1474979266404-7eaacbcd87c5?w=1920&q=85') center center / cover no-repeat;
  z-index: 0;
}
.ahs-wrap .cooking__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(30,45,20,0.95) 0%, rgba(30,45,20,0.75) 45%, rgba(30,45,20,0.35) 100%);
  z-index: 1;
}
.ahs-wrap .cooking__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; min-height: 520px;
  padding: 80px 60px; gap: 60px;
}
.ahs-wrap .cooking__content { color: var(--white); }
.ahs-wrap .cooking__content .section-tag { color: var(--gold-light); }
.ahs-wrap .cooking__content .section-title { color: var(--white); }
.ahs-wrap .cooking__content .section-title em { color: var(--gold-light); }
.ahs-wrap .cooking__rule { width: 50px; height: 1px; background: var(--gold); margin: 0 0 28px; }
.ahs-wrap .cooking__desc { font-size: 1rem; color: rgba(255,255,255,0.82); line-height: 1.8; margin-bottom: 32px; max-width: 480px; }
.ahs-wrap .cooking__features { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.ahs-wrap .cooking__feature {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(201,168,76,0.3);
  border-radius: 40px; padding: 8px 16px;
  font-size: 0.75rem; font-weight: 500; color: rgba(255,255,255,0.85);
}
.ahs-wrap .cooking__feature span { color: var(--gold); }
.ahs-wrap .cooking__buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.ahs-wrap .cooking__card {
  background: rgba(253,246,236,0.07); backdrop-filter: blur(12px);
  border: 1px solid rgba(201,168,76,0.25); border-radius: 20px;
  padding: 40px 36px; text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.ahs-wrap .cooking__card-icon { font-size: 3rem; margin-bottom: 16px; display: block; }
.ahs-wrap .cooking__card h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--white); line-height: 1.3; margin-bottom: 6px; }
.ahs-wrap .cooking__card-sub { font-size: 0.78rem; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-bottom: 24px; display: block; }
.ahs-wrap .cooking__card-divider { width: 40px; height: 1px; background: rgba(201,168,76,0.4); margin: 0 auto 24px; }
.ahs-wrap .cooking__card-list { list-style: none; text-align: left; margin-bottom: 28px; }
.ahs-wrap .cooking__card-list li { font-size: 0.85rem; color: rgba(255,255,255,0.75); padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 10px; }
.ahs-wrap .cooking__card-list li::before { content: '✦'; color: var(--gold); font-size: 0.55rem; flex-shrink: 0; }
.ahs-wrap .cooking__card-date { background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.3); border-radius: 10px; padding: 14px 20px; margin-bottom: 20px; }
.ahs-wrap .cooking__card-date-label { font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 600; display: block; margin-bottom: 4px; }
.ahs-wrap .cooking__card-date-val { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--white); }
.ahs-wrap .cooking__card .btn { width: 100%; text-align: center; margin-bottom: 10px; font-size: 0.75rem; padding: 14px 20px; }

/* ══════════════════
   AUTHOR
══════════════════ */
.ahs-wrap .author {
  background: var(--cream-dark); padding: 110px 60px;
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: center;
}
.ahs-wrap .author__photo-wrap { position: relative; }
.ahs-wrap .author__photo {
  width: 100%; max-width: 420px;
  border-radius: 14px; overflow: hidden;
  box-shadow: 20px 20px 60px rgba(45,27,0,0.18);
  display: block;
}
.ahs-wrap .author__badge {
  position: absolute; bottom: -18px; right: -18px;
  background: var(--white); border: 2px solid var(--gold);
  border-radius: 12px; padding: 16px 20px; text-align: center;
  box-shadow: 0 10px 30px rgba(45,27,0,0.12);
}
.ahs-wrap .author__badge-num { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--brown); line-height: 1; }
.ahs-wrap .author__badge-text { font-size: 0.65rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); display: block; margin-top: 4px; }
.ahs-wrap .author__content .section-title { text-align: left; }
.ahs-wrap .author__name-sub { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--sage); margin-bottom: 24px; }
.ahs-wrap .author__bio { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 24px; }
.ahs-wrap .author__creds { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.ahs-wrap .author__cred-pill { font-size: 0.68rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brown); border: 1px solid rgba(45,27,0,0.25); border-radius: 40px; padding: 7px 16px; background: var(--white); }

/* ══════════════════
   TESTIMONIALS
══════════════════ */
.ahs-wrap .testimonials { background: var(--white); padding: 110px 60px; text-align: center; }
.ahs-wrap .testimonials__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 1100px; margin: 0 auto 56px; }
.ahs-wrap .testi-card { background: var(--cream); border-radius: 14px; padding: 36px 28px; text-align: left; border-left: 3px solid var(--gold); position: relative; transition: var(--transition); }
.ahs-wrap .testi-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(45,27,0,0.08); }
.ahs-wrap .testi-card__quote { font-family: var(--serif); font-size: 4.5rem; color: var(--gold); opacity: 0.25; line-height: 1; position: absolute; top: 10px; left: 18px; }
.ahs-wrap .testi-card__stars { color: var(--gold); font-size: 0.75rem; letter-spacing: 3px; margin-bottom: 14px; }
.ahs-wrap .testi-card__result { display: inline-block; background: rgba(201,168,76,0.12); color: var(--brown); font-size: 0.7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 3px; margin-bottom: 14px; }
.ahs-wrap .testi-card__text { font-size: 0.9rem; color: var(--text-muted); line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.ahs-wrap .testi-card__name { font-size: 0.68rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.ahs-wrap .testi-card__loc { font-size: 0.72rem; color: var(--text-muted); }
.ahs-wrap .testimonials__count { font-family: var(--serif); font-size: 1.15rem; font-style: italic; color: var(--text-muted); }
.ahs-wrap .testimonials__count strong { color: var(--brown); font-style: normal; }

/* ══════════════════
   VIDEOS
══════════════════ */
.ahs-wrap .videos { background: #1e7474; padding: 100px 0 110px; overflow: hidden; position: relative; }
.ahs-wrap .videos__header { text-align: center; padding: 0 60px; margin-bottom: 56px; }
.ahs-wrap .videos .section-tag { color: var(--gold-light); }
.ahs-wrap .videos .section-title { color: var(--white); }
.ahs-wrap .videos .gold-rule { background: rgba(201,168,76,0.4); }
.ahs-wrap .videos__sub { color: rgba(255,255,255,0.5); font-size: 0.85rem; letter-spacing: 0.5px; margin-top: -36px; }
.ahs-wrap .videos__track-wrap { position: relative; }
.ahs-wrap .videos__track-wrap::before,.ahs-wrap .videos__track-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.ahs-wrap .videos__track-wrap::before { left: 0; background: linear-gradient(to right, #1e7474, transparent); }
.ahs-wrap .videos__track-wrap::after { right: 0; background: linear-gradient(to left, #1e7474, transparent); }
.ahs-wrap .videos__track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 12px 80px 32px; cursor: grab; scrollbar-width: thin; scrollbar-color: var(--gold) rgba(255,255,255,0.05); }
.ahs-wrap .videos__track:active { cursor: grabbing; }
.ahs-wrap .videos__track::-webkit-scrollbar { height: 4px; }
.ahs-wrap .videos__track::-webkit-scrollbar-track { background: rgba(255,255,255,0.04); border-radius: 2px; }
.ahs-wrap .videos__track::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }
.ahs-wrap .video-card { flex: 0 0 auto; scroll-snap-align: start; width: 300px; position: relative; border-radius: 16px; overflow: hidden; background: var(--brown-mid); border: 1px solid rgba(201,168,76,0.15); transition: var(--transition); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.ahs-wrap .video-card:hover { transform: translateY(-8px) scale(1.02); border-color: var(--gold); }
.ahs-wrap .video-card__iframe-wrap { position: relative; width: 100%; padding-bottom: 177.78%; background: #000; }
.ahs-wrap .video-card__iframe-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.ahs-wrap .video-card__label { padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; }
.ahs-wrap .video-card__title { font-size: 0.8rem; font-weight: 500; color: rgba(255,255,255,0.8); line-height: 1.4; flex: 1; }
.ahs-wrap .video-card__yt-icon { width: 28px; height: 28px; background: #ff0000; border-radius: 6px; display: grid; place-items: center; flex-shrink: 0; margin-left: 10px; font-size: 0.65rem; color: white; }
.ahs-wrap .videos__arrows { display: flex; justify-content: center; gap: 12px; margin-top: 32px; padding: 0 60px; }
.ahs-wrap .videos__arrow { width: 44px; height: 44px; border: 1px solid rgba(201,168,76,0.35); border-radius: 50%; background: transparent; color: var(--gold); font-size: 1.1rem; cursor: pointer; display: grid; place-items: center; transition: var(--transition); }
.ahs-wrap .videos__arrow:hover { background: var(--gold); color: var(--brown); border-color: var(--gold); }

/* ══════════════════
   DOSHA QUIZ
══════════════════ */
.ahs-wrap .dosha { background: linear-gradient(135deg, var(--sage) 0%, var(--brown) 100%); padding: 110px 60px; text-align: center; position: relative; overflow: hidden; }
.ahs-wrap .dosha__decor { position: absolute; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,0.05); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.ahs-wrap .dosha .section-tag { color: var(--gold-light); }
.ahs-wrap .dosha .section-title { color: var(--white); }
.ahs-wrap .dosha__sub { color: rgba(255,255,255,0.7); font-size: 0.95rem; line-height: 1.75; max-width: 500px; margin: 0 auto 40px; }
.ahs-wrap .dosha__pills { display: flex; justify-content: center; gap: 14px; margin-bottom: 40px; flex-wrap: wrap; }
.ahs-wrap .dosha__pill { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); color: var(--white); font-size: 0.72rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 12px 26px; border-radius: 40px; cursor: pointer; transition: var(--transition); }
.ahs-wrap .dosha__pill:hover { background: rgba(201,168,76,0.2); border-color: var(--gold); color: var(--gold); }
.ahs-wrap .dosha__note { color: rgba(255,255,255,0.4); font-size: 0.75rem; letter-spacing: 1px; margin-top: 18px; }

/* ══════════════════
   FINAL CTA
══════════════════ */
.ahs-wrap .final-cta { background: var(--cream); padding: 130px 60px; text-align: center; }
.ahs-wrap .final-cta .section-title { font-size: clamp(2.5rem, 5.5vw, 4.2rem); margin-bottom: 20px; }
.ahs-wrap .final-cta__sub { color: var(--text-muted); font-size: 1rem; line-height: 1.75; max-width: 500px; margin: 0 auto 44px; }
.ahs-wrap .final-cta__buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.ahs-wrap .final-cta__reassure { font-size: 0.75rem; color: var(--text-muted); display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.ahs-wrap .final-cta__reassure span::before { content: '✓ '; color: var(--sage); font-weight: 700; }

/* ══════════════════
   REVEAL ANIMATIONS
══════════════════ */
.ahs-wrap .reveal { opacity: 1; transform: translateY(0); transition: opacity 0.7s ease, transform 0.7s ease; }
.ahs-wrap .reveal.animate { opacity: 0; transform: translateY(30px); }
.ahs-wrap .reveal.animate.is-visible { opacity: 1; transform: translateY(0); }
.ahs-wrap .reveal--delay-1 { transition-delay: 0.1s; }
.ahs-wrap .reveal--delay-2 { transition-delay: 0.2s; }
.ahs-wrap .reveal--delay-3 { transition-delay: 0.3s; }

/* Mobile swipe arrows hidden on desktop */
.ahs-wrap .books__arrows, .ahs-wrap .testi__arrows, .ahs-wrap .books__swipe-hint { display: none; }

/* ══════════════════
   RESPONSIVE
══════════════════ */
@media (max-width: 1024px) {
  .ahs-wrap .books__grid { max-width: 100%; gap: 24px; }
  .ahs-wrap .cooking__inner { grid-template-columns: 1fr; padding: 70px 40px; gap: 40px; }
  .ahs-wrap .cooking__card { max-width: 480px; margin: 0 auto; }
  .ahs-wrap .author { grid-template-columns: 1fr; gap: 48px; }
  .ahs-wrap .testimonials__grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto 56px; }
}

@media (max-width: 768px) {
  .ahs-wrap .problem    { padding: 64px 24px; }
  .ahs-wrap .books      { padding: 64px 0; }
  .ahs-wrap .author     { padding: 64px 24px; gap: 40px; }
  .ahs-wrap .testimonials { padding: 64px 0; overflow: hidden; position: relative; }
  .ahs-wrap .dosha        { padding: 64px 24px; }
  .ahs-wrap .final-cta    { padding: 72px 24px; }
  .ahs-wrap .trust-bar    { padding: 14px 20px; gap: 12px; }
  .ahs-wrap .section-title { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .ahs-wrap .trust-bar__sep { display: none; }
  .ahs-wrap .problem__grid { grid-template-columns: 1fr; max-width: 100%; }
  .ahs-wrap .problem__card { padding: 28px 20px; }
  .ahs-wrap .books { overflow: hidden; position: relative; }
  .ahs-wrap .books::after { content: ''; position: absolute; top: 0; right: 0; width: 40px; height: 100%; background: linear-gradient(to left, var(--white), transparent); pointer-events: none; z-index: 2; }
  .ahs-wrap .books__grid { display: flex; flex-direction: row; overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; gap: 16px; padding: 12px 24px 32px; cursor: grab; scrollbar-width: none; max-width: none; margin: 0; }
  .ahs-wrap .books__grid::-webkit-scrollbar { display: none; }
  .ahs-wrap .book-card { flex: 0 0 62vw; max-width: 220px; scroll-snap-align: start; padding: 18px 14px; }
  .ahs-wrap .book-card__cover { width: 100px; height: 100px; }
  .ahs-wrap .book-card h3 { font-size: 1.05rem; }
  .ahs-wrap .book-card__list { display: none; }
  .ahs-wrap .book-card__price-main { font-size: 1.1rem; }
  .ahs-wrap .book-card__actions .btn { font-size: 0.65rem; padding: 12px 12px; white-space: normal; line-height: 1.35; }
  .ahs-wrap .books__arrows { display: flex; justify-content: center; align-items: center; gap: 16px; padding: 16px 24px 8px; }
  .ahs-wrap .books__swipe-hint { display: block; font-size: 0.65rem; color: var(--text-muted); letter-spacing: 1.5px; text-transform: uppercase; text-align: center; padding-bottom: 8px; }
  .ahs-wrap .books__arrow { width: 44px; height: 44px; border: 1.5px solid rgba(201,168,76,0.5); border-radius: 50%; background: transparent; color: var(--gold); font-size: 1.1rem; cursor: pointer; display: grid; place-items: center; transition: var(--transition); }
  .ahs-wrap .books__arrow:active { background: var(--gold); color: var(--brown); }
  .ahs-wrap .cooking__inner { padding: 56px 24px; min-height: auto; gap: 36px; }
  .ahs-wrap .cooking__desc { font-size: 0.92rem; max-width: 100%; }
  .ahs-wrap .cooking__buttons { flex-direction: column; }
  .ahs-wrap .cooking__buttons .btn { width: 100%; text-align: center; }
  .ahs-wrap .author { grid-template-columns: 1fr; }
  .ahs-wrap .author__photo { max-width: 260px; margin: 0 auto; }
  .ahs-wrap .author__badge { position: static; margin-top: 20px; display: inline-block; }
  .ahs-wrap .author__content .section-title { text-align: center; }
  .ahs-wrap .author__name-sub { text-align: center; }
  .ahs-wrap .testimonials__grid { display: flex; flex-direction: row; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 16px; padding: 12px 24px 24px; cursor: grab; scrollbar-width: thin; max-width: none; margin: 0 0 32px; }
  .ahs-wrap .testi-card { flex: 0 0 80vw; max-width: 300px; scroll-snap-align: start; }
  .ahs-wrap .testi__arrows { display: flex; justify-content: center; align-items: center; gap: 16px; padding: 16px 24px 8px; }
  .ahs-wrap .testi__arrow { width: 44px; height: 44px; border: 1.5px solid rgba(201,168,76,0.5); border-radius: 50%; background: transparent; color: var(--gold); font-size: 1.1rem; cursor: pointer; display: grid; place-items: center; }
  .ahs-wrap .testi__arrow:active { background: var(--gold); color: var(--brown); }
  .ahs-wrap .hero { background-attachment: scroll; background-position: center top; }
  .ahs-wrap .hero__ring { display: none; }
  .ahs-wrap .hero__content { padding: 100px 24px 60px; max-width: 100%; }
  .ahs-wrap .hero__buttons { flex-direction: column; align-items: center; }
  .ahs-wrap .hero__buttons .btn { width: 100%; max-width: 320px; text-align: center; }
  .ahs-wrap .hero__scroll { display: none; }
  .ahs-wrap .videos__header { padding: 0 24px; }
  .ahs-wrap .videos__track { padding: 12px 24px 28px; gap: 16px; }
  .ahs-wrap .video-card { width: 240px; }
  .ahs-wrap .final-cta__buttons { flex-direction: column; align-items: center; }
  .ahs-wrap .final-cta__buttons .btn { width: 100%; max-width: 320px; text-align: center; }
  .ahs-wrap .final-cta__reassure { flex-direction: column; gap: 8px; align-items: center; }
}
