/* Ananthasayanam Homestay — IDEO-inspired Kerala tone */
:root{
  --terracotta:#B3542E;
  --gold:#D9A441;
  --green:#2E7D32;
  --cream:#F7F2E8;
  --teal:#1F6D6D;
  --ink:#1A1A1A;
  --muted:#6B6B6B;
  --radius:18px;
  --shadow:0 10px 30px rgba(0,0,0,.08);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, Noto Sans, 'Helvetica Neue', sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
}

/* Header */
.site-header{
  position:sticky; top:0; z-index:1000;
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 20px; background:#fff; box-shadow:var(--shadow);
}
.logo{font-weight:800; letter-spacing:.5px; text-decoration:none; color:var(--teal)}
.nav a{margin:0 10px; text-decoration:none;  font-weight:600}
.nav a.btn{margin-left:8px}
.nav-toggle{display:none; background:none; border:0; width:42px; height:42px; position:relative}
.nav-toggle span{display:block; height:2px; background:var(--ink); margin:8px 0; transition:.3s}

/* Buttons */
.btn{display:inline-block; padding:12px 30px; border-radius:999px; border:2px solid transparent; font-weight:700; text-decoration:none; cursor:pointer}
.btn--primary{background:#800000; color:#fff}
.btn--secondary{background:#fff; border-color:var(--teal); color:var(--teal)}
.btn--ghost{background:transparent; border-color:var(--ink); color:var(--ink)}

.br-md{display:none}
@media(min-width:780px){ .br-md{display:inline} }

/* Hero */


.hero{
  display:grid; gap:22px; align-items:center;
  grid-template-columns:1fr;
  padding:32px 20px 10px;
  background:
    radial-gradient(1200px 500px at 110% -10%, rgba(217,164,65,.15), transparent 60%),
    radial-gradient(900px 400px at -10% 10%, rgba(30,109,109,.08), transparent 60%);
}
.hero__copy h1{font-size:clamp(28px,4.5vw,48px); line-height:1.1; margin:.1em 0; font-family: bebas neue;
    font-size: 73px; font-weight: 600;}
.hero__copy p{color:var(--muted); margin:8px 0 18px}
.hero__ctas .btn{margin-right:8px}
.badges{list-style:none; padding:0; margin:14px 0 0; display:flex; flex-wrap:wrap; gap:10px}
.badges li{display:flex; align-items:center; gap:8px; padding:8px 12px; background:#fff; border-radius:999px; box-shadow:var(--shadow); font-weight:600}
.badges img{width:18px; height:18px}
.hero__image img{width:100%; max-width:820px; display:block; margin:0 auto; border-radius:var(--radius); box-shadow:var(--shadow)}

@media(min-width:980px){
  .hero{grid-template-columns:1.1fr .9fr; padding:50px 6vw 20px}
  .hero__copy{padding-right:4vw}
}

/* Sections */
section{padding:56px 20px}
h2{font-size:clamp(24px,3.6vw,34px); margin:0 0 18px}
.grid-4{display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.card{background:#fff; padding:18px; border-radius:var(--radius); box-shadow:var(--shadow); text-align:center}
.card img{width:44px; height:44px}

.story{background:linear-gradient(180deg, rgba(255,255,255,.6), rgba(255,255,255,0))}
.story__items{display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.story__item{background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); padding:14px; text-align:center}
.story__item img{height:180px; width:100%; object-fit:cover; display:block; margin:8px auto}

.rooms__grid{display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.room{background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow)}
.room img{display:block; width:100%; height:220px; object-fit:cover; background:#f3f3f3}
.room__body{padding:16px}

.reviews__grid{display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.reviews blockquote{background:#fff; padding:18px; border-left:5px solid var(--gold); border-radius:var(--radius); box-shadow:var(--shadow); margin:0}
.reviews cite{display:block; color:var(--muted); margin-top:10px}

.location__wrap{display:grid; gap:20px; grid-template-columns:1fr}
.location__map img{width:100%; height:auto; display:block; border-radius:var(--radius); box-shadow:var(--shadow); background:#fff}
.location__facts{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.location__facts li{background:#fff; padding:12px 14px; border-radius:999px; box-shadow:var(--shadow); font-weight:600}
@media(min-width:920px){ .location__wrap{grid-template-columns:1.2fr .8fr} }

/* Explore section */
.explore__head p{color:var(--muted); margin:4px 0 14px}
.explore__grid{display:grid; gap:16px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.tile{background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); margin:0}
.tile img{display:block; width:100%; height:180px; object-fit:cover}
.tile figcaption{padding:10px 12px; font-weight:700}

/* Transport */
.transport{text-align:center; background:linear-gradient(180deg, rgba(179,84,46,.06), rgba(31,109,109,.04))}
.transport__actions{margin-top:10px}

/* Booking form */
.booking__form{
  background:#fff; padding:18px; border-radius:var(--radius); box-shadow:var(--shadow);
  display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:14px
}
.booking__form label{display:grid; gap:6px; font-weight:700}
.booking__form input, .booking__form textarea{
  padding:12px 14px; border-radius:12px; border:1px solid #e0e0e0; font-size:16px
}
.booking__form .full{grid-column:1/-1}
.form-note{color:var(--muted); margin:0}

.site-footer{
  background:#111; color:#ddd; padding:26px 20px
}
.footer__brand{display:flex; align-items:center; gap:12px; margin-bottom:10px}
.footer__brand .favicon{width:28px; height:28px}
.footer__links{display:flex; flex-wrap:wrap; gap:14px; margin-bottom:6px}
.footer__links a{color:#ddd; text-decoration:none}
