/* Agrasen Bhawan — responsive layout
   Desktop: close to supplied mockup
   Tablet/mobile: navigation, cards, forms and footer reflow automatically
*/
:root{
  --maroon:#76000e;
  --maroon-dark:#520008;
  --red:#a20b1a;
  --gold:#e6a72f;
  --gold-light:#f7c44c;
  --cream:#fff9ed;
  --paper:#fffdf8;
  --ink:#222;
  --muted:#666;
  --border:#eadfcf;
  --shadow:0 8px 24px rgba(67,25,7,.08);
  --radius:10px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:#fffaf0;font-size:14px;line-height:1.45}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.topbar{height:32px;background:linear-gradient(90deg,#79000c,#9b0616,#70000b);color:#fff;display:flex;align-items:center;padding:0 4.2%;font-size:12px}
.topbar-left{width:28%;font-weight:600}
.topbar-center{flex:1;text-align:center;font-size:13px}
.topbar-actions{height:100%;display:flex;align-items:center}
.topbar-actions a{height:100%;display:flex;align-items:center;padding:0 17px;border-left:1px solid rgba(255,255,255,.12);white-space:nowrap}
.topbar-actions .top-book{background:var(--gold);color:#241300;font-weight:800}
.site-header{height:79px;background:#fff;display:flex;align-items:center;padding:0 4.2%;gap:30px;border-bottom:1px solid #eee;position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:13px;min-width:340px}
.brand img{width:82px;height:66px;}
.brand strong{display:block;color:#8b2527;margin-top:6px;font-size:13px;font-weight:600;letter-spacing:.3px}
.brand small{display:block;color:#8b2527;margin-top:6px;font-size:13px;font-weight:600;letter-spacing:.3px}
.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:25px;flex:1;height:100%}
.main-nav a{height:100%;display:flex;align-items:center;position:relative;font-size:13px;font-weight:500;white-space:nowrap}
.main-nav a.active,.main-nav a:hover{color:var(--maroon);font-weight:700}
.main-nav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--red);border-radius:3px 3px 0 0}
.menu-toggle{display:none;border:0;background:transparent;padding:8px;margin-left:auto;cursor:pointer}
.menu-toggle span{display:block;width:25px;height:2px;background:var(--maroon);margin:5px 0}

.hero{min-height:300px;position:relative;overflow:hidden;color:#fff;background:#42180d}
.hero-bg{position:absolute;inset:0;background:url("../assets/hero.jpg") center center/cover no-repeat}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: 240px;
    width: 34%;
    margin-left: 26%;
    
min-height: 260px;
width: 36%;
margin-left: 25%;
padding: 20px 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;


    background: rgba(0, 0, 0, 0.50);
    border-radius: 12px;
}
.eyebrow{display:none}
.hero h1{font-family:"Playfair Display",serif;font-size:35px;margin:0 0 2px;text-shadow:0 2px 3px #3d1709}
.hero h2{font-family:"Playfair Display",serif;font-size:21px;font-weight:500;margin:0 0 14px}
.hero-features{display:flex;gap:27px;margin:0 0 15px}
.hero-features span{display:flex;flex-direction:column;align-items:center;font-size:23px;color:#ffd264;min-width:70px}
.hero-features b{font-size:11px;color:#fff;font-weight:500;margin-top:2px}
.hero-buttons{display:flex;gap:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 22px;border-radius:7px;font-weight:800;font-size:13px;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-primary,.btn-red{background:var(--red);color:#fff;box-shadow:0 3px 8px rgba(72,0,8,.2)}
.btn-light{background:#fff;color:#5b0b12}
.btn-gold{background:linear-gradient(#f9c64b,#e8a927);color:#271600}
.btn.small{min-height:31px;font-size:10px;padding:0 13px}
.outline-btn{border:1px solid #bd2733;color:#8e0c17;border-radius:7px;padding:8px 16px;font-size:11px;font-weight:700;background:#fff}
.facilities-section{padding:10px 2.8% 13px;background:#fff9ec}
.section-heading{display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:0 auto 10px}
.section-heading>div{text-align:center;flex:1}
.section-heading h2{font-family:"Playfair Display",serif;color:#8d101a;font-size:23px;margin:0}
.section-heading p{margin:0;color:#444;font-size:12px}
.facility-track{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;max-width:1240px;margin:auto}
.facility-card{min-width:0}
.facility-card img{width:100%;height:82px;object-fit:cover;border-radius:8px;border:1px solid #eadac1}
.facility-card>div{padding-top:6px;display:flex;flex-direction:column}
.facility-card b{font-size:10px}
.facility-card small{font-size:9px;color:#555;margin-top:2px}

.booking-about{max-width:1240px;margin:0 auto;padding:10px 0 11px;display:grid;grid-template-columns:38% 62%;gap:10px}
.booking-panel{background:linear-gradient(135deg,#8c0010,#620008);border-radius:8px;color:#fff;padding:14px 22px;box-shadow:var(--shadow)}
.panel-title{display:flex;gap:12px;align-items:center;border-bottom:1px solid rgba(255,255,255,.22);padding-bottom:10px}
.calendar-icon{font-size:28px;color:#ffd14c}
.panel-title h2{font-size:18px;margin:0}
.panel-title p{font-size:11px;margin:2px 0 0;color:#f9e8e8}
.booking-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:10px}
.booking-form label{font-size:10px}
.booking-form input,.booking-form select{width:100%;height:34px;border:0;border-radius:5px;padding:0 10px;margin-top:3px;color:#333;background:#fff}
.booking-form .btn{grid-column:1/-1;width:58%;margin:2px auto 0;height:35px;font-size:10px}
.welcome-card{background:#fff;border-radius:8px;padding:0 12px 0 18px;display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;box-shadow:0 2px 9px rgba(50,20,5,.04)}
.welcome-copy h2{color:#8d101a;font-family:"Playfair Display",serif;font-size:19px;margin:0 0 8px}
.welcome-copy p{font-family:Arial,sans-serif;font-size:12px;line-height:1.7;margin:0 0 9px;color:#3e3e3e}
.welcome-copy .btn{min-height:32px;font-size:10px;padding:0 14px}
.welcome-card figure{margin:0;text-align:center}
.welcome-card figure img{height:168px;width:100%;object-fit:cover;border-radius:7px}
.welcome-card figcaption{font-size:9px;font-weight:600;margin-top:3px}

.info-grid{max-width:1240px;margin:0 auto 12px;display:grid;grid-template-columns:1.05fr 1fr 1fr 1fr;gap:10px}
.info-card,.support-card{background:#fff;border:1px solid #f0e5d6;border-radius:8px;padding:10px 13px;min-height:184px}
.card-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee5da;padding-bottom:7px;margin-bottom:4px}
.card-head h3,.support-card h3{font-size:13px;color:#8d101a;margin:0}
.card-head a{border:1px solid #e18a91;color:#9b0d18;border-radius:6px;padding:4px 9px;font-size:9px;font-weight:700}
.list>div{display:flex;gap:9px;padding:5px 0;border-bottom:1px solid #eee8de}
.list>div:last-child{border-bottom:0}
.list time{background:#fff2e5;color:#a31b20;border-radius:4px;padding:5px 6px;font-size:9px;font-weight:700;white-space:nowrap}
.list p{margin:0;font-size:10px;line-height:1.2}
.list small{display:block;color:#777;font-size:8px;margin-top:3px}
.simple-list p{font-size:10px;margin:0;padding:6px 0;border-bottom:1px solid #eee8de}
.simple-list p:last-child{border-bottom:0}
.simple-list span{float:right;color:#777;font-size:8px}
.support-card{text-align:center;position:relative}
.heart{color:#aa1520;font-size:27px;line-height:1}
.support-card p{font-size:10px;margin:3px 0 9px}
.support-card .btn{min-height:33px;font-size:10px}
.donation-methods{display:flex;gap:7px;justify-content:center;margin:10px 0 8px}
.donation-methods span{border:1px solid #eee;border-radius:5px;padding:6px 8px;font-size:9px;background:#fff}
.support-card>small{font-size:8px;color:#555}

footer{background:linear-gradient(105deg,#690009,#480006);color:#fff}
.footer-main{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.15fr 1.1fr 1fr .8fr;gap:28px;padding:17px 0 12px}
.footer-brand{display:flex;gap:12px;align-items:center}
.footer-brand img{width:68px;height:68px;}
.footer-brand h3{font-family:"Playfair Display",serif;font-size:18px;margin:0}
.footer-brand p{font-size:10px;margin:3px 0 6px}
.footer-brand small{font-size:9px;color:#ffe5d5}
footer h4{font-size:12px;margin:0 0 8px}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-left:1px solid rgba(255,255,255,.18);padding-left:20px}
.footer-links>h4{grid-column:1/-1;margin-bottom:-4px}
.footer-links div{display:flex;flex-direction:column;gap:5px}
.footer-links a,.footer-contact p{font-size:9px;color:#f8e6e3}
.footer-contact{border-left:1px solid rgba(255,255,255,.18);padding-left:20px}
.footer-contact p{margin:5px 0}
.footer-map{border-left:1px solid rgba(255,255,255,.18);padding-left:20px;position:relative}
.footer-map img{height:65px;width:100%;object-fit:cover;border-radius:5px;margin-bottom:3px}
.footer-map .btn{position:absolute;right:8px;bottom:0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);display:flex;justify-content:space-between;padding:6px 4.2%;font-size:8px;color:#f8dfdc}

@media (max-width:1100px){
  .main-nav{gap:15px}
  .main-nav a{font-size:11px}
  .brand{min-width:285px}
  .brand strong{font-size:21px}
  .brand img{width:67px;height:58px}
  .facility-track{grid-template-columns:repeat(4,1fr)}
  .facility-card:nth-child(n+5){display:none}
  .booking-about,.info-grid,.footer-main{margin-left:2%;margin-right:2%}
  .info-grid{grid-template-columns:repeat(2,1fr)}
  .footer-main{grid-template-columns:1fr 1.2fr 1fr}
  .footer-map{grid-column:1/-1;border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:12px 0 0}
  .footer-map img{width:220px}
}
@media (max-width:800px){
  .topbar{padding:0 3%;height:34px}
  .topbar-left{width:auto;font-size:10px}
  .topbar-center{display:none}
  .topbar-actions{margin-left:auto}
  .topbar-actions a{padding:0 9px;font-size:10px}
  .topbar-actions a:first-child{display:none}
  .site-header{height:69px;padding:0 4%;gap:10px}
  .brand{min-width:0;gap:9px}
  .brand img{width:53px;height:53px}
  .brand strong{font-size:18px;letter-spacing:.5px}
  .brand small{font-size:9px;margin-top:3px}
  .menu-toggle{display:block}
  .main-nav{position:absolute;left:0;right:0;top:69px;height:auto;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;padding:6px 4%;box-shadow:0 8px 20px rgba(0,0,0,.12)}
  .main-nav.open{display:flex}
  .main-nav a{height:43px;border-bottom:1px solid #eee;justify-content:flex-start;font-size:13px}
  .main-nav a.active:after{display:none}
  .main-nav a.active{color:var(--maroon)}
  .hero{min-height:300px}
  .hero-bg{background-position:58% center}
  .hero-content{width:100%;margin:0;padding:25px 20px;justify-content:flex-end;min-height:300px;background:linear-gradient(transparent 20%,rgba(48,10,3,.65))}
  .hero h1{font-size:27px}
  .hero h2{font-size:15px}
  .hero-features{gap:12px;width:100%;justify-content:center}
  .hero-features span{font-size:19px;min-width:55px}
  .hero-features b{font-size:8px}
  .hero-buttons{width:100%;gap:8px}
  .hero-buttons .btn{flex:1;padding:0 8px;font-size:10px}
  .section-heading{padding:0 3%;margin-bottom:8px}
  .section-heading h2{font-size:20px}
  .outline-btn{font-size:9px;padding:6px 9px}
  .facility-track{display:flex;overflow-x:auto;gap:10px;padding:0 3% 7px;scroll-snap-type:x mandatory}
  .facility-card{flex:0 0 155px;scroll-snap-align:start}
  .facility-card:nth-child(n){display:block}
  .facility-card img{height:78px}
  .booking-about{display:flex;flex-direction:column;margin:0 3%;padding:8px 0}
  .booking-panel{padding:13px 14px}
  .booking-form{grid-template-columns:1fr}
  .booking-form .btn{width:100%}
  .welcome-card{grid-template-columns:1fr;padding:14px;gap:12px}
  .welcome-card figure img{height:170px}
  .info-grid{grid-template-columns:1fr;margin:0 3% 10px}
  .info-card,.support-card{min-height:auto}
  .footer-main{grid-template-columns:1fr;gap:18px;margin:0;padding:20px 5%}
  .footer-links,.footer-contact,.footer-map{border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:15px 0 0}
  .footer-links{grid-template-columns:repeat(2,1fr)}
  .footer-map img{width:100%;height:110px}
  .footer-map .btn{position:static;margin-top:5px}
  .footer-bottom{flex-direction:column;gap:4px;text-align:center;padding:8px 4%}
}
@media (max-width:420px){
  .top-book{display:none!important}
  .brand strong{font-size:16px}
  .hero{min-height:275px}
  .hero-content{min-height:275px}
  .hero h1{font-size:24px}
  .hero h2{font-size:13px}
  .hero-features span{font-size:16px}
  .hero-features b{font-size:7px}
}
