/* ===========================================================================
   DHANYA NAMBIAR — Section styles
   ======================================================================== */

/* ---------- manifesto strip ---------- */
.manifesto { background: linear-gradient(180deg, var(--sand), var(--cream)); text-align: center; }
.manifesto .wrap { max-width: 880px; }
.manifesto p { font-family: var(--serif); font-size: clamp(1.7rem, 3.5vw, 2.9rem); line-height: 1.28; font-weight: 300; color: var(--ink); }
.manifesto p b { font-weight: 500; color: var(--gold-deep); font-style: italic; }
.manifesto .small { font-family: var(--sans); font-size: 1rem; letter-spacing: .04em; color: var(--ink-soft); margin-top: 2rem; line-height: 1.8; }
.manifesto .rule { margin-bottom: 2.6rem; }

/* ---------- tension: "for you if" ---------- */
.tension { background: var(--cream); }
.tension-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,6vw,5rem); align-items: center; }
.tension h2 { margin: 1.2rem 0 1.4rem; }
.tension .lead { margin-bottom: 1.5rem; }
.tension-list { list-style: none; display: grid; gap: 1rem; }
.tension-list li { position: relative; padding-left: 2.1rem; font-size: 1.05rem; color: var(--ink-2); line-height: 1.55; }
.tension-list li::before { content: ""; position: absolute; left: 0; top: .5em; width: 11px; height: 11px; border: 1px solid var(--gold); border-radius: 50%; }
.tension-list li b { color: var(--ink); font-weight: 500; }
.pull { font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem,3vw,2.2rem); line-height: 1.35; color: var(--ink); }
.pull .script { font-style: italic; }

/* ---------- about ---------- */
.about { background: linear-gradient(180deg, var(--paper), var(--sand)); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.about-media { position: relative; }
.about-media .frame { border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.about-media .frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 30%; }
.about-media .tag { position: absolute; bottom: -18px; left: 50%; transform: translateX(-50%);
  background: var(--paper); border: 1px solid var(--gold-line); border-radius: 100px; padding: .7rem 1.6rem;
  font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--gold-deep); white-space: nowrap; box-shadow: var(--shadow-soft); }
.about h2 { margin: 1rem 0 1.5rem; }
.about p { margin-bottom: 1.15rem; color: var(--ink-2); }
.about p:last-of-type { margin-bottom: 2rem; }
.about .sig { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--gold-deep); }
.creds { display: flex; flex-wrap: wrap; gap: .5rem .6rem; margin: 1.8rem 0; }
.creds span { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft);
  border: 1px solid var(--gold-line); border-radius: 100px; padding: .4rem .9rem; background: var(--gold-wash); }

/* ---------- method ---------- */
.method { background: var(--cream); }
.method-head { text-align: center; max-width: 720px; margin: 0 auto clamp(2.5rem,5vw,4rem); }
.method-head h2 { margin: 1rem 0 1.2rem; }
.method-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.method-media .frame { border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.method-media img { width: 100%; aspect-ratio: 5/6; object-fit: cover; }
.verbs { display: grid; gap: 1.3rem; }
.verb { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start; }
.verb .v { font-family: var(--sans); font-weight: 600; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); padding-top: .35em; min-width: 6.6rem; }
.verb p { color: var(--ink-2); line-height: 1.55; }
.verb p b { color: var(--ink); font-weight: 500; }

/* ---------- offers ---------- */
.offers { background: linear-gradient(180deg, var(--sand), var(--paper)); }
.offers-head { text-align: center; max-width: 680px; margin: 0 auto clamp(2.6rem,5vw,4rem); }
.offers-head h2 { margin: 1rem 0 1rem; }
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.offer { background: var(--paper); border: 1px solid var(--gold-line); border-radius: 16px; padding: clamp(1.8rem,3vw,2.6rem);
  display: flex; flex-direction: column; transition: transform .5s var(--ease), box-shadow .5s var(--ease); position: relative; overflow: hidden; }
.offer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--gold-soft), var(--gold), var(--gold-deep)); opacity: 0; transition: opacity .5s; }
.offer:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.offer:hover::before { opacity: 1; }
.offer.feature { background: linear-gradient(165deg, #fff, var(--gold-wash)); border-color: var(--gold); }
.offer .tier { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; margin-bottom: .8rem; }
.offer h3 { margin-bottom: .3rem; }
.offer .sub { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--ink-soft); margin-bottom: 1.1rem; }
.offer p { color: var(--ink-2); font-size: .98rem; line-height: 1.6; margin-bottom: 1.3rem; }
.offer .feats { list-style: none; display: grid; gap: .55rem; margin-bottom: 1.5rem; }
.offer .feats li { position: relative; padding-left: 1.5rem; font-size: .92rem; color: var(--ink-2); }
.offer .feats li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.offer .price { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); margin-top: auto; }
.offer .price small { font-family: var(--sans); font-size: .8rem; letter-spacing: .04em; color: var(--ink-soft); text-transform: none; }
.offer .price.apply { font-style: italic; color: var(--gold-deep); font-size: 1.3rem; }
.offer .go { margin-top: 1.3rem; }
@media (max-width: 700px){ .offer-grid { grid-template-columns: 1fr; } }

/* ---------- dark break: why work with me ---------- */
.why { background: var(--charcoal); color: rgba(247,243,237,.82); overflow: hidden; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.why-media { position: relative; }
.why-media .frame { border-radius: 10px; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); }
.why-media img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.why-media::after { content: ""; position: absolute; inset: -1px -1px auto -1px; }
.why .kicker { color: var(--gold-soft); }
.why .kicker::before { background: var(--gold-soft); }
.why h2 { color: var(--paper); margin: 1rem 0 1.5rem; }
.why h2 .script { color: var(--gold-soft); }
.why p { color: rgba(247,243,237,.72); margin-bottom: 1.15rem; }
.why p b { color: var(--paper); font-weight: 400; }
.why blockquote { border-left: 2px solid var(--gold); padding-left: 1.4rem; margin: 1.8rem 0; font-family: var(--serif); font-style: italic; font-size: 1.25rem; line-height: 1.5; color: var(--gold-soft); }

/* ---------- testimonials ---------- */
.testi { background: linear-gradient(180deg, var(--paper), var(--cream)); }
.testi-head { text-align: center; margin-bottom: clamp(2.6rem,5vw,4rem); }
.testi-head h2 { margin-top: 1rem; }
.testi-grid { columns: 2; column-gap: 1.5rem; }
@media (max-width: 780px){ .testi-grid { columns: 1; } }
.quote { break-inside: avoid; background: var(--paper); border: 1px solid var(--gold-line); border-radius: 14px;
  padding: 1.8rem 1.9rem 1.6rem; margin-bottom: 1.5rem; box-shadow: var(--shadow-soft); position: relative; }
.quote .qm { width: 34px; opacity: .85; margin-bottom: .8rem; }
.quote p { font-family: var(--serif); font-size: 1.18rem; line-height: 1.5; color: var(--ink); font-style: italic; margin-bottom: 1.2rem; }
.quote p b { font-style: italic; color: var(--gold-deep); font-weight: 500; }
.quote .who { font-size: .82rem; letter-spacing: .02em; color: var(--ink-soft); line-height: 1.5; }
.quote .who b { display: block; font-family: var(--sans); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: .74rem; color: var(--ink); }
.quote.big p { font-size: 1.3rem; }
.testi-more { text-align: center; margin-top: clamp(2.4rem, 5vw, 3.6rem); }

/* ---------- audition (primary CTA) ---------- */
.audition { background: var(--charcoal); color: var(--paper); overflow: hidden; position: relative; }
.audition::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .16;
  background: url("../assets/img/sacred.jpg") center/cover; }
.audition::after { content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(23,19,16,.82), rgba(23,19,16,.94)); }
.audition .wrap { position: relative; z-index: 1; text-align: center; max-width: 820px; }
.audition .hb { width: 58px; margin: 0 auto 1.4rem; }
.audition .kicker { color: var(--gold-soft); }
.audition .kicker::before { background: var(--gold-soft); }
.audition h2 { color: var(--paper); margin: 1rem 0 1rem; }
.audition h2 .script { color: var(--gold-soft); }
.audition .lead { color: rgba(247,243,237,.78); max-width: 56ch; margin: 0 auto 2.4rem; }
.aud-includes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin: 2.4rem 0; text-align: left; }
.aud-includes .it { border: 1px solid rgba(228,200,120,.25); border-radius: 12px; padding: 1.2rem 1.1rem; background: rgba(255,255,255,.02); }
.aud-includes .n { font-family: var(--serif); font-style: italic; color: var(--gold-soft); font-size: 1.3rem; margin-bottom: .5rem; }
.aud-includes p { font-size: .88rem; color: rgba(247,243,237,.7); line-height: 1.5; }
.aud-price { font-family: var(--serif); font-size: 2.4rem; color: var(--paper); margin: 1.5rem 0 .3rem; }
.aud-price small { font-family: var(--sans); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-soft); display: block; margin-bottom: 1.6rem; }
.aud-cta { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.aud-note { margin-top: 1.6rem; font-size: .82rem; color: rgba(247,243,237,.5); }
@media (max-width: 720px){ .aud-includes { grid-template-columns: 1fr 1fr; } }
@media (max-width: 440px){ .aud-includes { grid-template-columns: 1fr; } }

/* ---------- faq ---------- */
.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,5vw,4rem); align-items: start; }
.faq-head h2 { margin: 1rem 0 1rem; }
.faq-list { display: grid; gap: 0; }
.faq-item { border-bottom: 1px solid var(--gold-line); }
.faq-item:first-child { border-top: 1px solid var(--gold-line); }
.faq-q { width: 100%; background: none; border: 0; cursor: pointer; text-align: left; padding: 1.3rem 0;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--serif); font-size: 1.25rem; color: var(--ink); transition: color .3s; }
.faq-q:hover { color: var(--gold-deep); }
.faq-q .pm { flex: 0 0 auto; width: 20px; height: 20px; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--gold); }
.faq-q .pm::before { width: 14px; height: 1.5px; }
.faq-q .pm::after { width: 1.5px; height: 14px; transition: transform .4s var(--ease); }
.faq-item.open .pm::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-a p { padding-bottom: 1.3rem; color: var(--ink-2); line-height: 1.65; }
.faq-a a { color: var(--gold-deep); border-bottom: 1px solid var(--gold-line); }

/* ---------- generic responsive collapse ---------- */
@media (max-width: 820px) {
  .tension-grid, .about-grid, .method-grid, .why-grid, .faq-grid { grid-template-columns: 1fr; }
  .about-media, .method-media, .why-media { max-width: 440px; margin-inline: auto; }
  .why-media, .method-media { order: -1; }
  .about-media { margin-bottom: 1.5rem; }
}
