:root{--bg:#fffaf0;--ink:#222;--muted:#666;--card:#ffffffcc;--accent:#d6522b;--accent2:#0f766e;--line:#eadfcb}*{box-sizing:border-box}body{margin:0;font-family:Inter,'Noto Sans Gujarati',system-ui,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}.hero{min-height:92vh;background:linear-gradient(120deg,rgba(21,71,52,.82),rgba(214,82,43,.65)),url('https://images.unsplash.com/photo-1524492412937-b28074a5d7da?auto=format&fit=crop&w=1800&q=80') center/cover; color:white}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;position:sticky;top:0;background:rgba(0,0,0,.12);backdrop-filter:blur(10px);z-index:10}.brand{font-weight:900;font-size:1.25rem}.brand span{display:block;font-size:.82rem;font-weight:700;opacity:.85}.links{display:flex;gap:1.5rem;font-weight:700}.menu{display:none}.hero-content{max-width:850px;padding:18vh 6vw 10vh}.eyebrow,.section-label{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:900;color:#ffe0b8}.hero h1{font-size:clamp(3rem,8vw,7rem);line-height:.92;margin:.2em 0;font-weight:900}.lead{font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.6;max-width:690px}.btn{display:inline-block;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.6);border-radius:999px;margin:.8rem .6rem .2rem 0;font-weight:800}.btn.primary{background:white;color:#173b2f}.section{padding:6rem 6vw}.split{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start}.section-label{color:var(--accent);margin:0 0 .7rem}.section h2{font-size:clamp(2rem,4vw,3.8rem);line-height:1.05;margin:0}.card,.tile,.memory{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:0 20px 60px rgba(80,55,25,.08)}.text-card{padding:2rem;font-size:1.15rem;line-height:1.75}.heritage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.tile{padding:2rem}.icon{font-size:2.2rem}.tile h3,.memory h3{font-size:1.35rem}.tile p,.section-heading p,.facts,.memory p{color:var(--muted);line-height:1.7}.section-heading{max-width:830px;margin-bottom:2rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery figure{margin:0;border-radius:28px;overflow:hidden;background:white;border:1px solid var(--line)}.gallery img{width:100%;height:330px;object-fit:cover;display:block}.gallery figcaption{padding:1rem;font-weight:800}.visit{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center;background:#fff3df}.map-card{border-radius:32px;overflow:hidden;border:1px solid var(--line);min-height:450px}.map-card iframe{width:100%;height:450px;border:0}.facts{padding-left:1.1rem}.facts li{margin:1rem 0}.memory-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.memory{padding:1.5rem}footer{text-align:center;padding:2rem;color:var(--muted);border-top:1px solid var(--line)}@media(max-width:850px){.links{display:none}.menu{display:block;background:none;border:0;color:white;font-size:1.8rem}.links.open{display:flex;position:absolute;top:74px;left:0;right:0;background:#173b2f;flex-direction:column;padding:1.5rem 6vw}.split,.heritage-grid,.gallery,.visit,.memory-list{grid-template-columns:1fr}.section{padding:4rem 6vw}.hero-content{padding-top:13vh}}
