/*
Theme Name: Anubhuti Culture India
Theme URI: https://anubhutcultureindia.com
Author: Anubhuti Culture India
Author URI: https://anubhutcultureindia.com
Description: A heritage storytelling theme for Anubhuti Culture India — the parent house behind Ayush Mitra and Parampora. Built around the brand's emerald-and-gold identity, the temple-arch, and the flowing-line motif of the Anubhuti emblem.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anubhuti
*/

/* ============================================================
   DESIGN TOKENS  — derived from the Anubhuti logo
   ============================================================ */
:root{
  --emerald:      #006C41;   /* Anubhuti lead — sampled from logo */
  --emerald-deep: #00492C;
  --emerald-ink:  #052B1D;   /* near-black green for dark sections */
  --gold:         #C89840;   /* shared family thread (Mitra + Parampora gold) */
  --gold-deep:    #A87B2C;
  --gold-soft:    #E4C87E;
  --ivory:        #F8F4EC;   /* warm paper background */
  --cream:        #EFE7D6;
  --cream-line:   #E3D8C0;
  --paper:        #FFFDF8;
  --text:         #22271F;
  --muted:        #5E6354;
  --white:        #FFFFFF;

  /* sub-brand colours (used only in the brands section) */
  --mitra:        #405828;
  --para:         #581008;

  --display: "Cormorant Garamond", Georgia, serif;
  --body:    "Mukta", system-ui, -apple-system, sans-serif;

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body{
  margin:0; font-family:var(--body); color:var(--text);
  background:var(--ivory); line-height:1.7; font-size:18px; font-weight:400;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ font-family:var(--display); font-weight:600; line-height:1.06; margin:0 0 .4em; letter-spacing:0; }
p{ margin:0 0 1.1em; }
::selection{ background:var(--emerald); color:var(--ivory); }

.wrap{ max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gutter); }
.wrap-narrow{ max-width:760px; margin-inline:auto; padding-inline:var(--gutter); }
.deva{ font-family:var(--body); font-weight:500; }

/* ============================================================
   SHARED ATOMS
   ============================================================ */
.eyebrow{
  font-family:var(--body); font-size:.72rem; font-weight:700; letter-spacing:.26em;
  text-transform:uppercase; color:var(--gold-deep); margin:0 0 1.1rem;
  display:inline-flex; align-items:center; gap:.7rem;
}
.eyebrow::before{ content:""; width:30px; height:1px; background:var(--gold); display:inline-block; }
.eyebrow.center{ justify-content:center; }
.eyebrow.center::after{ content:""; width:30px; height:1px; background:var(--gold); display:inline-block; }

.btn{
  display:inline-flex; align-items:center; gap:.55rem; font-family:var(--body);
  font-weight:600; font-size:.95rem; letter-spacing:.01em; padding:.85rem 1.7rem;
  border-radius:2px; border:1px solid transparent; cursor:pointer; transition:.25s ease;
}
.btn-primary{ background:var(--emerald); color:var(--gold-soft); border-color:rgba(200,152,64,.55); }
.btn-primary:hover{ background:var(--emerald-deep); color:#F4E2AC; border-color:var(--gold); transform:translateY(-2px); }
.btn-gold{ background:var(--gold); color:var(--emerald-ink); }
.btn-gold:hover{ background:var(--gold-deep); color:var(--ivory); transform:translateY(-2px); }
.btn-outline{ border-color:var(--emerald); color:var(--emerald); }
.btn-outline:hover{ background:var(--emerald); color:var(--ivory); }
.btn-ghost{ border-color:rgba(248,244,236,.4); color:var(--ivory); }
.btn-ghost:hover{ border-color:var(--gold); color:var(--gold); }

/* a thin gold rule with a centered diamond — echoes the logos' divider */
.rule-diamond{ display:flex; align-items:center; justify-content:center; gap:.9rem; margin:1.4rem 0; }
.rule-diamond::before,.rule-diamond::after{ content:""; height:1px; width:54px; background:var(--gold); }
.rule-diamond i{ width:6px; height:6px; background:var(--gold); transform:rotate(45deg); display:block; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(248,244,236,.86); backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid var(--cream-line);
}
.site-header__inner{ display:flex; align-items:center; justify-content:space-between; gap:1.5rem; padding-block:.85rem; }
.brand{ display:flex; align-items:center; gap:.75rem; line-height:1; }
.brand img{ height:58px; width:auto; }
.brand__name{ font-family:var(--display); font-size:1.52rem; font-weight:800; color:var(--emerald); letter-spacing:.01em; }
.brand__name small{ display:block; font-family:var(--body); font-size:.6rem; font-weight:700; letter-spacing:.28em; text-transform:uppercase; color:var(--gold-deep); margin-top:2px; }

.nav{ display:flex; align-items:center; gap:2rem; }
.nav ul{ list-style:none; margin:0; padding:0; display:flex; gap:1.9rem; }
.nav a{ font-size:.92rem; font-weight:500; color:var(--text); position:relative; padding-block:.3rem; }
.nav a::after{ content:""; position:absolute; left:0; bottom:0; width:0; height:1.5px; background:var(--gold); transition:width .25s ease; }
.nav a:hover::after{ width:100%; }
.nav-toggle{ display:none; background:none; border:0; cursor:pointer; padding:.4rem; }
.nav-toggle span{ display:block; width:26px; height:2px; background:var(--emerald); margin:5px 0; transition:.25s; }

/* ============================================================
   HERO  — logo inside a temple arch with flowing lines
   ============================================================ */
.hero{ position:relative; overflow:hidden; background:var(--ivory); padding-block:clamp(3rem,7vw,6rem) clamp(3.5rem,8vw,6.5rem); }
.hero__flow{ position:absolute; inset:0; width:100%; height:100%; pointer-events:none; opacity:.5; }
.hero__inner{ position:relative; display:grid; grid-template-columns:1.08fr .92fr; gap:clamp(2rem,5vw,4.5rem); align-items:center; }
.hero__deva{ font-family:var(--body); font-weight:600; color:var(--gold-deep); font-size:clamp(1rem,1.6vw,1.18rem); letter-spacing:.02em; margin-bottom:1rem; }
.hero h1{ font-size:clamp(2.8rem,6.4vw,5.4rem); color:var(--emerald-ink); margin-bottom:1.2rem; }
.hero h1 em{ font-style:italic; color:var(--emerald); }
.hero__lead{ font-size:clamp(1.05rem,1.5vw,1.2rem); color:var(--muted); max-width:46ch; margin-bottom:1.9rem; }
.hero__actions{ display:flex; flex-wrap:wrap; gap:.9rem; align-items:center; }
.hero__note{ font-size:.85rem; color:var(--muted); margin-top:1.4rem; }

.hero__arch{ position:relative; display:grid; place-items:center; min-height:380px; }
.hero__arch svg.archframe{ position:absolute; inset:0; margin:auto; width:min(420px,92%); height:auto; }
.hero__logo{ position:relative; width:min(230px,52%); filter:drop-shadow(0 24px 40px rgba(0,73,44,.18)); }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust{ background:var(--emerald-ink); color:var(--ivory); }
.trust__inner{ display:flex; flex-wrap:wrap; gap:clamp(1.4rem,5vw,3.5rem); justify-content:space-between; padding-block:2.1rem; }
.trust__item{ display:flex; flex-direction:column; gap:.2rem; }
.trust__num{ font-family:var(--display); font-size:2rem; color:var(--gold); line-height:1; }
.trust__lbl{ font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; color:rgba(248,244,236,.72); }

/* ============================================================
   SECTIONS
   ============================================================ */
.section{ position:relative; padding-block:clamp(4rem,8vw,7rem); }
.section--ivory{ background:var(--ivory); }
.section--cream{ background:var(--cream); }
.section--emerald{ background:var(--emerald-ink); color:var(--ivory); }
.section--emerald h2,.section--emerald h3{ color:var(--ivory); }
.section--emerald .eyebrow{ color:var(--gold); }
.section--emerald .eyebrow::before,.section--emerald .eyebrow.center::after{ background:var(--gold); }

.section__head{ max-width:680px; margin-bottom:3rem; }
.section__head.center{ margin-inline:auto; text-align:center; }
.section__head h2{ font-size:clamp(2.2rem,4.4vw,3.4rem); color:var(--emerald-ink); }
.section--emerald .section__head h2{ color:var(--ivory); }
.section__head p{ font-size:1.1rem; color:var(--muted); margin-top:.4rem; }
.section--emerald .section__head p{ color:rgba(248,244,236,.78); }

/* flowing-line divider between sections (the hair motif) */
.flow-divider{ display:block; width:100%; height:48px; }
.flow-divider path{ fill:none; stroke:var(--gold); stroke-width:1; opacity:.55; }

/* ============================================================
   STORY
   ============================================================ */
.story__grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,6vw,5rem); align-items:center; }
.story__lead{ font-family:var(--display); font-size:clamp(1.7rem,3vw,2.3rem); line-height:1.28; color:var(--emerald-ink); font-weight:500; }
.story__lead em{ font-style:italic; color:var(--emerald); }
.story__body p{ color:var(--muted); }
.story__sign{ margin-top:1.5rem; font-family:var(--display); font-style:italic; font-size:1.3rem; color:var(--emerald); }
.story__sign small{ display:block; font-family:var(--body); font-style:normal; font-size:.74rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--gold-deep); margin-top:.3rem; }

.story__card{ position:relative; background:var(--paper); border:1px solid var(--cream-line); padding:clamp(1.8rem,3vw,2.6rem); box-shadow:0 40px 80px -52px rgba(0,73,44,.4); }
.story__card::before{ content:""; position:absolute; top:0; left:0; width:48px; height:3px; background:var(--gold); }
.story__card h3{ font-size:1.5rem; color:var(--emerald-ink); margin-bottom:.6rem; }
.story__card p{ color:var(--muted); font-size:1rem; }

/* ============================================================
   MISSION / VISION
   ============================================================ */
.mv{ display:grid; grid-template-columns:1fr 1fr; gap:1.4rem; }
.mv__card{ background:rgba(248,244,236,.05); border:1px solid rgba(200,152,64,.3); padding:clamp(1.8rem,3vw,2.6rem); }
.mv__card h3{ display:flex; align-items:baseline; gap:.6rem; font-size:1.6rem; color:var(--gold); }
.mv__card h3 .deva{ font-size:1.2rem; font-weight:600; }
.mv__card p{ color:rgba(248,244,236,.86); margin-bottom:0; }

/* ============================================================
   PILLARS
   ============================================================ */
.pillars{ display:grid; grid-template-columns:repeat(4,1fr); gap:1.2rem; }
.pillar{ background:var(--paper); border:1px solid var(--cream-line); padding:1.9rem 1.5rem; transition:.3s ease; }
.pillar:hover{ transform:translateY(-4px); box-shadow:0 30px 60px -42px rgba(0,73,44,.5); border-color:var(--gold); }
.pillar__no{ font-family:var(--display); font-size:1.5rem; font-style:italic; color:var(--gold-deep); }
.pillar h3{ font-size:1.4rem; color:var(--emerald-ink); margin:.4rem 0 .5rem; }
.pillar p{ font-size:.95rem; color:var(--muted); margin:0; }
.pillar__deva{ font-family:var(--body); font-weight:600; color:var(--emerald); font-size:1rem; margin-top:.7rem; }

/* ============================================================
   BRANDS  — light cards, each in its OWN colour, real logos
   ============================================================ */
.brands{ display:grid; grid-template-columns:1fr 1fr; gap:1.6rem; }
.brand-card{ position:relative; overflow:hidden; background:var(--paper); border:1px solid var(--cream-line); padding:clamp(2rem,3.5vw,3rem) clamp(1.8rem,3vw,2.6rem); display:flex; flex-direction:column; }
.brand-card::before{ content:""; position:absolute; top:0; left:0; right:0; height:5px; }
.brand-card--mitra::before{ background:linear-gradient(90deg,var(--mitra),var(--gold)); }
.brand-card--para::before{ background:linear-gradient(90deg,var(--para),var(--gold)); }
.brand-card__logo{ height:96px; width:auto; margin:.4rem 0 1.4rem; object-fit:contain; object-position:left center; }
.brand-card__tag{ align-self:flex-start; font-family:var(--body); font-size:.66rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; padding:.36rem .8rem; border-radius:999px; margin-bottom:1.2rem; display:inline-flex; align-items:center; gap:.5rem; }
.brand-card--mitra .brand-card__tag{ color:var(--mitra); background:rgba(64,88,40,.1); }
.brand-card--para .brand-card__tag{ color:var(--para); background:rgba(88,16,8,.08); }
.brand-card__tag::before{ content:""; width:7px; height:7px; border-radius:50%; background:currentColor; animation:pulse 2.2s infinite; }
@keyframes pulse{ 0%{box-shadow:0 0 0 0 currentColor;} 70%{box-shadow:0 0 0 8px transparent;} 100%{box-shadow:0 0 0 0 transparent;} }
.brand-card__desc{ color:var(--muted); font-size:1rem; margin-bottom:auto; }
.brand-card__foot{ margin-top:1.6rem; display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.brand-card__meta{ font-size:.8rem; letter-spacing:.06em; text-transform:uppercase; }
.brand-card--mitra .brand-card__meta{ color:var(--mitra); }
.brand-card--para .brand-card__meta{ color:var(--para); }
.brand-card__foot a{ font-size:.9rem; font-weight:600; display:inline-flex; align-items:center; gap:.4rem; color:var(--gold-deep); }
.brand-card__foot a:hover{ gap:.7rem; }

/* ============================================================
   MOVEMENT
   ============================================================ */
.impact__grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(2rem,5vw,4rem); align-items:center; }
.impact__steps{ list-style:none; margin:1.4rem 0 0; padding:0; }
.impact__steps li{ display:flex; gap:1.1rem; padding:1.1rem 0; border-top:1px solid rgba(248,244,236,.16); }
.impact__steps li:first-child{ border-top:0; }
.impact__steps b{ font-family:var(--display); font-size:1.8rem; color:var(--gold); min-width:96px; line-height:1; }
.impact__steps span{ color:rgba(248,244,236,.85); font-size:.98rem; }
.impact__note{ font-size:.82rem; color:rgba(248,244,236,.55); margin-top:1.3rem; }

/* ============================================================
   WHY
   ============================================================ */
.why{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; }
.why__card{ background:var(--paper); border:1px solid var(--cream-line); padding:1.9rem; }
.why__card .ico{ width:46px; height:46px; display:grid; place-items:center; background:var(--cream); color:var(--gold-deep); margin-bottom:1rem; font-family:var(--display); font-size:1.4rem; border:1px solid var(--cream-line); }
.why__card h3{ font-size:1.3rem; color:var(--emerald-ink); }
.why__card p{ font-size:.95rem; color:var(--muted); margin:0; }

/* ============================================================
   JOIN
   ============================================================ */
.join{ text-align:center; }
.join__card{ position:relative; overflow:hidden; background:var(--emerald-ink); color:var(--ivory); padding:clamp(2.5rem,5vw,4.5rem) clamp(1.5rem,5vw,3rem); }
.join__flow{ position:absolute; inset:0; opacity:.18; pointer-events:none; }
.join__card .deva{ color:var(--gold); font-size:1.3rem; font-weight:600; margin-bottom:.7rem; display:block; position:relative; }
.join__card h2{ font-size:clamp(2.2rem,4.4vw,3.4rem); color:var(--ivory); max-width:18ch; margin-inline:auto; position:relative; }
.join__card p{ color:rgba(248,244,236,.8); max-width:48ch; margin:1rem auto 2rem; position:relative; }
.join__form{ display:flex; gap:.6rem; max-width:480px; margin:0 auto; flex-wrap:wrap; justify-content:center; position:relative; }
.join__form input{ flex:1 1 240px; padding:.9rem 1.2rem; border-radius:2px; border:1px solid rgba(248,244,236,.25); background:rgba(248,244,236,.06); color:var(--ivory); font-family:var(--body); font-size:.95rem; }
.join__form input::placeholder{ color:rgba(248,244,236,.5); }
.join__form input:focus{ outline:2px solid var(--gold); outline-offset:2px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{ background:#04231764; background:#042317; color:rgba(248,244,236,.78); padding-block:clamp(3rem,6vw,4.5rem) 2rem; }
.footer__top{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:2rem; padding-bottom:2.5rem; border-bottom:1px solid rgba(248,244,236,.12); }
.footer__brand img{ height:88px; width:auto; margin-bottom:1rem; filter:brightness(0) invert(1); }
.footer__brand p{ font-size:.92rem; color:rgba(248,244,236,.6); max-width:32ch; }
.footer__col h4{ font-family:var(--body); font-size:.72rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); margin:.3rem 0 1rem; }
.footer__col ul{ list-style:none; margin:0; padding:0; display:grid; gap:.7rem; }
.footer__col a{ font-size:.94rem; color:rgba(248,244,236,.72); }
.footer__col a:hover{ color:var(--gold); }
.footer__bottom{ display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; padding-top:1.6rem; font-size:.82rem; color:rgba(248,244,236,.5); }

/* ============================================================
   GENERIC PAGE
   ============================================================ */
.page-hero{ background:var(--cream); padding-block:clamp(3rem,7vw,5rem); text-align:center; }
.page-hero h1{ font-size:clamp(2.4rem,5vw,3.6rem); color:var(--emerald-ink); }
.page-content{ padding-block:clamp(3rem,6vw,5rem); }
.page-content :is(h2,h3){ color:var(--emerald-ink); }
.page-content a{ color:var(--emerald); text-decoration:underline; text-underline-offset:3px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:980px){
  .hero__inner,.story__grid,.mv,.impact__grid{ grid-template-columns:1fr; }
  .pillars,.why{ grid-template-columns:1fr 1fr; }
  .brands{ grid-template-columns:1fr; }
  .footer__top{ grid-template-columns:1fr 1fr; }
  .hero__arch{ order:-1; min-height:300px; }
}
@media (max-width:640px){
  body{ font-size:17px; }
  .nav{ position:fixed; top:0; right:0; left:auto; height:100vh; height:100dvh; width:min(80vw,320px); z-index:55; overflow-y:auto; flex-direction:column; align-items:flex-start; background:var(--ivory); padding:5.5rem 2rem 2rem; transform:translateX(100%); transition:transform .3s ease; box-shadow:-20px 0 60px -30px rgba(0,0,0,.4); }
  .nav.open{ transform:translateX(0); }
  .nav ul{ flex-direction:column; gap:1.3rem; }
  .nav-toggle{ display:block; z-index:60; }
  .nav .btn{ width:100%; justify-content:center; margin-top:1.2rem; }
  .pillars,.why,.footer__top{ grid-template-columns:1fr; }
  .trust__inner{ gap:1.4rem; }
}
@media (prefers-reduced-motion:reduce){ *{ animation:none !important; transition:none !important; scroll-behavior:auto !important; } }

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