/*
Theme Name: BabuaJi Shukla
Description: A calm, photograph-led block theme for devotion and seva.
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: babuaji
*/
:root{--paper:#faf7f1;--ink:#30241c;--muted:#695d52;--accent:#a94312;--line:#ddcbb5}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif;font-size:18px;line-height:1.7}a{color:inherit;text-underline-offset:6px}a:focus-visible{outline:3px solid var(--accent);outline-offset:6px}p,h1,h2,h3,figure{margin:0}img{max-width:100%;display:block}h1,h2,h3,.brand{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.1}h1{font-size:clamp(48px,5.5vw,84px);letter-spacing:-3px}h2{font-size:clamp(36px,4vw,58px);letter-spacing:-1.5px}h3{font-size:29px}p{color:var(--muted)}.site-header{display:flex;align-items:center;justify-content:space-between;padding:25px 4%;border-bottom:1px solid var(--line);gap:28px;background:var(--paper)}.brand{font-size:34px;color:var(--ink)}.brand a{text-decoration:none}.nav-links{display:flex;gap:30px;font-size:15px}.nav-links a{text-decoration:none;color:var(--ink)}.nav-links a:hover{color:var(--accent)}.hero{display:grid;grid-template-columns:1.1fr 1fr;max-width:1440px;margin:auto;min-height:610px;overflow:hidden;background:#f7f7f7}.hero-copy{padding:100px 0 85px 8%;align-self:center;z-index:1}.eyebrow{font-size:12px;letter-spacing:3px;color:#956734;margin-bottom:24px}.hero-description{font-size:21px;max-width:450px;margin:28px 0 34px}.hero-portrait{height:650px;overflow:hidden;align-self:end}.hero-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 12%}.wp-block-buttons{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.wp-block-button__link{display:inline-block;background:var(--accent);color:white;padding:15px 24px;text-decoration:none;border-radius:2px;font-size:16px}.wp-block-button__link:hover{background:#85320c}.text-button .wp-block-button__link{background:none;padding:10px 0;color:var(--ink);border-bottom:1px solid #b2844f;border-radius:0}.section-wrap{max-width:1250px;margin:auto;padding:95px 40px}.section-heading{text-align:center;max-width:750px;margin:0 auto 55px}.section-heading .lead{max-width:600px;margin:25px auto 0}.practice-grid{display:grid;grid-template-columns:repeat(3,1fr)}.practice-item{padding:0 34px;border-right:1px solid var(--line)}.practice-item:first-child{padding-left:0}.practice-item:last-child{border:0;padding-right:0}.practice-item p{font-size:17px;margin-top:20px}.devotion-section{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;background:#efe6d8;align-items:center}.devotional-photo{height:660px}.devotional-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 34%}.devotional-copy{padding:55px 14%}.devotional-copy p:not(.eyebrow){margin-top:24px}.seva-section{display:grid;grid-template-columns:1fr 1fr;gap:90px}.seva-heading .lead{margin-top:25px}.seva-item{border-bottom:1px solid var(--line);padding:23px 0}.seva-item:first-child{padding-top:0}.seva-item h3{font-size:26px;margin-bottom:8px}.seva-item p{font-size:16px}.gallery-section{padding-top:45px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.gallery-photo{overflow:hidden}.gallery-photo img{width:100%;height:410px;object-fit:cover;object-position:50% 22%;transition:transform .45s ease}.gallery-photo:hover img{transform:scale(1.025)}.gallery-photo figcaption{font-size:14px;margin-top:15px;color:var(--muted)}.site-footer{padding:55px 5%;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:25px}.site-footer p:not(.brand){font-size:14px}.skip-link{position:fixed;left:15px;top:-80px;background:white;padding:12px;z-index:10}.skip-link:focus{top:10px}.reveal{opacity:1}.reveal.is-pending{opacity:0;transform:translateY(18px)}.reveal.is-visible{opacity:1;transform:none;transition:opacity .65s ease,transform .65s ease}.hero-copy,.hero-portrait{animation:arrive .8s ease both}@keyframes arrive{from{opacity:0}to{opacity:1}}
@media(max-width:800px){.site-header{display:block;text-align:center;padding:22px 18px}.brand{font-size:30px}.nav-links{justify-content:center;gap:12px 22px;flex-wrap:wrap;margin-top:20px;font-size:14px}.hero{grid-template-columns:1fr}.hero-copy{padding:55px 25px 30px}h1{letter-spacing:-1.5px}.hero-description{font-size:18px;margin:24px 0}.hero-portrait{height:460px;width:100%;max-width:500px;justify-self:center}.hero-portrait img{object-position:50% 10%}.section-wrap{padding:65px 25px}.section-heading{margin-bottom:35px}.practice-grid,.devotion-section,.seva-section{grid-template-columns:1fr}.practice-item,.practice-item:first-child,.practice-item:last-child{padding:25px 0;border:0;border-bottom:1px solid var(--line)}.devotional-photo{height:480px}.devotional-copy{padding:50px 25px}.seva-section{gap:35px}.gallery-grid{grid-template-columns:1fr;gap:32px}.gallery-photo img{height:460px;object-fit:contain;background:#efe6d8}.site-footer{flex-direction:column;text-align:center;padding:40px 25px}.eyebrow{font-size:11px}.wp-block-button__link{padding:14px 17px}.wp-block-buttons{gap:20px}}
/* Restore the approved hero composition and its photographic backdrop. */
.brand a{display:inline-flex;align-items:center;gap:13px}.brand-logo{width:64px;height:64px;object-fit:contain;flex-shrink:0}.site-header{gap:18px}.site-header .nav-links{gap:18px}@media(max-width:800px){.brand-logo{width:44px;height:44px}.brand a{gap:9px}.site-header .brand{font-size:28px!important}}
.donation-section{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:70px;align-items:center;border-top:1px solid var(--line)}.donation-copy h2{margin-bottom:24px}.donation-copy .donation-recipient{font-size:17px;font-weight:700;margin-top:26px;color:var(--ink)}.donation-upi{overflow-wrap:anywhere;font-size:16px;margin:8px 0 25px}.donation-qr{background:white;padding:22px;width:300px;max-width:100%}.donation-qr img{width:100%;height:auto;image-rendering:pixelated}.donation-download{margin-top:16px;font-size:16px}@media(max-width:800px){.donation-section{grid-template-columns:1fr;gap:35px}.donation-qr{justify-self:center}}
.site-header{flex-wrap:wrap}.language-picker{font:14px Arial,sans-serif;color:var(--ink);white-space:nowrap}.language-picker select{font:inherit;background:var(--paper);color:var(--ink);padding:9px 12px;border:1px solid var(--line);border-radius:3px}.language-picker select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}html[lang="hi"] body{font-family:"Nirmala UI","Mangal",sans-serif}html[lang="hi"] h1,html[lang="hi"] h2,html[lang="hi"] h3,html[lang="hi"] .brand{font-family:"Nirmala UI","Mangal",sans-serif;letter-spacing:0;line-height:1.4}html[lang="hi"] .hero h1{font-size:clamp(40px,4.3vw,64px)}html[lang="hi"] .hero-copy{padding-top:45px;padding-bottom:45px}html[lang="hi"] .eyebrow{letter-spacing:1px}@media(max-width:800px){.language-picker{display:block;margin-top:18px}html[lang="hi"] .hero h1{font-size:38px}}
.page-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 60px;margin-top:40px}.page-link{border-bottom:1px solid var(--line);padding-bottom:25px}.page-link h3{font-size:27px;margin-bottom:14px}.page-link p{font-size:17px}.detail-page{max-width:1100px;min-height:65vh}.detail-heading{max-width:800px;margin-bottom:45px}.detail-heading h1{font-size:clamp(42px,5vw,70px);letter-spacing:-2px}.detail-heading .lead{font-size:22px;margin-top:25px}.detail-section{padding:27px 0;border-bottom:1px solid var(--line);max-width:760px}.detail-section h2{font-size:30px;letter-spacing:-.5px;margin-bottom:15px}.detail-photo{max-width:350px;margin:0 0 35px}.detail-photo img{width:100%;height:auto}@media(max-width:800px){.page-directory{grid-template-columns:1fr}.detail-heading .lead{font-size:19px}}
.hero{position:relative;display:block;min-height:max(550px,38.906vw);background:#fbf7ef;max-width:none}
.hero-portrait{position:absolute;inset:0;height:100%;width:100%;max-width:none;margin:0}
.hero-portrait img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hero-copy{position:relative;padding:75px 4% 85px;width:65%;min-height:550px}
.hero h1{font-size:clamp(54px,6.5vw,96px);font-weight:600;line-height:1;letter-spacing:-3px}
.hero-description{max-width:none;font-size:24px;color:#30241c;margin:26px 0 34px}
.site-header .brand{font-size:46px;font-weight:600;letter-spacing:-1.7px}
.site-header{min-height:90px;padding:18px 4%}
@media(max-width:1000px) and (min-width:801px){.hero-copy{width:65%}.hero-description{font-size:19px;max-width:440px}.site-header .brand{font-size:35px}}
@media(max-width:800px){.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:45px 25px 30px;width:100%;min-height:0}.hero h1{font-size:clamp(44px,10vw,70px);letter-spacing:-1.5px}.hero-description{font-size:18px}.hero-portrait{position:relative;inset:auto;height:360px;width:100%;max-width:none}.hero-portrait img{object-position:75% top}.site-header .brand{font-size:32px;letter-spacing:-.7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal.is-pending{opacity:1;transform:none}.gallery-photo:hover img{transform:none}}
