@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Noto+Sans+Devanagari:wght@400;600;700&display=swap";:root{--ink-900:#102435;--ink-800:#1f3a52;--ink-700:#385268;--sand-100:#f6f2eb}*{box-sizing:border-box}body{color:var(--ink-800);background:radial-gradient(circle at 90% -10%, #dd894a38, #dd894a00 35%), radial-gradient(circle at 0% 20%, #436c8f33, #436c8f00 38%), var(--sand-100);min-height:100svh;margin:0;font-family:Manrope,Noto Sans Devanagari,Segoe UI,sans-serif}#root{max-width:1180px;margin:0 auto}h1,h2,h3{color:var(--ink-900);font-family:Manrope,Noto Sans Devanagari,Segoe UI,sans-serif;line-height:1.15}h1{margin:.65rem 0;font-size:clamp(2rem,4vw,3.4rem)}h2{margin:0 0 .55rem;font-size:clamp(1.45rem,2.6vw,2rem)}p{line-height:1.55}.site-header{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f4eef0;border-bottom:1px solid #253e542e;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.brand{color:var(--ink-900);letter-spacing:.01em;align-items:center;gap:.65rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{color:#fff;background:linear-gradient(140deg,#2b3f52,#4d6f8f);border-radius:999px;place-items:center;width:2.2rem;height:2.2rem;font-size:.82rem;display:inline-grid}.brand-logo{object-fit:contain;background:#fff;border:1px solid #2b3f522e;border-radius:999px;width:2.5rem;height:2.5rem}.site-nav{gap:1rem;display:flex}.site-nav a{color:var(--ink-700);font-weight:600;text-decoration:none}.site-nav a:hover{color:var(--ink-900)}.header-actions{align-items:center;gap:.65rem;display:flex}.lang-btn{color:var(--ink-800);cursor:pointer;background:#fff;border:1px solid #2b3f5238;border-radius:999px;padding:.6rem .85rem;font-weight:700}main{gap:1.3rem;padding:1.2rem;display:grid}section{background:#fff;border:1px solid #2b3f5229;border-radius:1.2rem;padding:1.5rem}.hero-section{color:#ecf4f8;background:linear-gradient(155deg,#183046 0%,#2f4b64 46%,#be6a2f 160%);position:relative;overflow:clip}.hero-section h1{max-width:18ch}.eyebrow{text-transform:uppercase;letter-spacing:.11em;color:#ffcfaa;margin:0;font-size:.84rem;font-weight:700}.hero-copy{color:#d2e3ee;max-width:58ch}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.1rem;display:flex}.btn{border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:.7rem 1.15rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-wa{color:#0f3320;background:#25d366;box-shadow:0 8px 24px #25d36647}.btn-ghost{color:#eff7ff;border:1px solid #ffffff73}.hero-glow{background:radial-gradient(circle,#ffaa6da6,#ffaa6d00);border-radius:50%;width:20rem;height:20rem;position:absolute;top:-6rem;right:-5rem}.about-strip{background:linear-gradient(135deg,#f8f0e7,#fff8f2);grid-template-columns:1.1fr 1fr;gap:1rem;display:grid}.about-strip ul{gap:.45rem;margin:0;padding-left:1.2rem;display:grid}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.category-card{background:#fbfdff;border:1px solid #2b3f5224;border-radius:.85rem;gap:.65rem;padding:1rem;display:grid}.category-card h3{margin:0;font-size:1.06rem}.category-card p{margin:0}.category-card a{color:#0f6f3b;font-weight:700;text-decoration:none}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.gallery-item{border:1px solid #2b3f5224;border-radius:.8rem;min-height:150px;margin:0;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;min-height:150px;display:block}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.why-grid p{background:#f4f8fb;border:1px solid #2b3f521c;border-radius:.75rem;margin:0;padding:.85rem}.cta-band{text-align:center;color:#f2f8fd;background:linear-gradient(140deg,#20364a,#314f69)}.cta-band p{color:#d9eaf7;max-width:56ch;margin:0 auto 1rem}.site-footer{text-align:center;background:#f8f5f0;margin:0 1.2rem 1.2rem}.site-footer p,.site-footer h2{margin:.35rem 0}.site-footer a{color:var(--ink-800);font-weight:700}.floating-wa{color:#042f16;background:#25d366;border-radius:999px;justify-content:center;align-items:center;min-width:3.2rem;min-height:3.2rem;padding:.5rem .9rem;font-weight:700;text-decoration:none;animation:2.5s infinite pulse;display:inline-flex;position:fixed;bottom:1rem;right:1rem;box-shadow:0 8px 22px #25d36659}.reveal{animation:.6s both rise}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #25d36673}70%{box-shadow:0 0 0 16px #25d36600}to{box-shadow:0 0 #25d36600}}@media (width<=1024px){.site-nav{display:none}.about-strip,.category-grid,.gallery-grid,.why-grid{grid-template-columns:1fr 1fr}}@media (width<=680px){.site-header{flex-wrap:wrap}.brand{width:100%}.header-actions{justify-content:space-between;width:100%}.about-strip,.category-grid,.gallery-grid,.why-grid{grid-template-columns:1fr}.hero-section h1{font-size:1.8rem}.floating-wa{bottom:.75rem;right:.75rem}}
