/* Saraswati Landmark — luxury landing page styles */
:root {
  --bg: #E3EB8A;
  --fg: #363821;
  --card: #ffffff;
  --primary: #80854E;
  --primary-fg: #E3EB8A;
  --border: rgba(128, 133, 78, 0.25);
  --destructive: #b3261e;
  --shadow-luxury: 0 12px 40px -12px rgba(54,56,33,.25), 0 4px 12px -4px rgba(54,56,33,.1);
  --shadow-card: 0 8px 24px -8px rgba(54,56,33,.18);
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--fg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
  font-weight: 700;
}
h1 { font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.25rem; }
p  { margin: 0 0 1em; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Navbar */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--bg) 85%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; max-width: 1200px; margin: 0 auto; }
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-brand img { width: 38px; height: 38px; border-radius: 10px; }
.nav-brand-text { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; color: var(--fg); }
.nav-links { display: none; gap: 22px; }
.nav-links a { text-decoration: none; font-size: .9rem; font-weight: 500; color: var(--fg); opacity: .8; }
.nav-links a:hover { opacity: 1; color: var(--primary); }
.nav-cta { background: var(--primary); color: var(--primary-fg); padding: 10px 18px; border-radius: 999px; text-decoration: none; font-size: .85rem; font-weight: 600; box-shadow: var(--shadow-card); }
.nav-cta:hover { background: var(--fg); }
.nav-toggle { display: inline-flex; background: transparent; border: 1px solid var(--border); border-radius: 8px; padding: 8px 10px; color: var(--fg); cursor: pointer; }
.nav-mobile { display: none; flex-direction: column; gap: 4px; padding: 8px 20px 18px; border-top: 1px solid var(--border); }
.nav-mobile a { padding: 10px 4px; text-decoration: none; color: var(--fg); border-bottom: 1px solid var(--border); font-size: .95rem; }
.nav-mobile.open { display: flex; }
@media (min-width: 900px) {
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
}

/* Hero */
.hero {
  position: relative; overflow: hidden;
  min-height: 86vh; display: flex; align-items: center;
  background: linear-gradient(135deg, #363821 0%, #80854E 100%);
  color: #fff;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .55; transform: scale(1.05); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(54,56,33,.55) 0%, rgba(54,56,33,.85) 100%); }
.hero-inner { position: relative; z-index: 2; padding: 120px 20px 100px; max-width: 1200px; margin: 0 auto; width: 100%; }
.eyebrow { display: inline-block; font-size: .75rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; background: rgba(227,235,138,.15); border: 1px solid rgba(227,235,138,.35); margin-bottom: 18px; }
.hero h1 { color: #fff; max-width: 18ch; }
.hero .sub { font-size: 1.15rem; max-width: 56ch; opacity: .92; }
.hero .loc { font-size: .95rem; opacity: .8; margin-top: 14px; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 28px; }
.badge { font-size: .78rem; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: .9rem; text-decoration: none; cursor: pointer; border: none; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--bg); color: var(--fg); box-shadow: var(--shadow-luxury); }
.btn-primary:hover { background: #fff; }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.7); }
.btn-outline:hover { background: #fff; color: var(--fg); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; }

/* Sections */
section { padding: 80px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.section-eyebrow { display: inline-block; font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; color: var(--primary); font-weight: 600; margin-bottom: 12px; }
.section-sub { color: rgba(54,56,33,.75); }

/* Cards / grids */
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.card {
  background: var(--card);
  color: var(--fg);
  padding: 24px;
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  transition: transform .25s, box-shadow .25s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-luxury); }
.card .label { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--primary); font-weight: 700; }
.card .value { font-family: 'Playfair Display', serif; font-size: 1.25rem; margin-top: 6px; }

.tile { background: #fff; border-radius: 14px; padding: 18px; box-shadow: var(--shadow-card); transition: transform .25s; }
.tile:hover { transform: translateY(-3px); }
.tile-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--primary); color: var(--primary-fg); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 10px; }

/* Why us / Furnishing list */
.bullets { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.bullets li { background: #fff; border-left: 4px solid var(--primary); padding: 14px 16px; border-radius: 10px; box-shadow: var(--shadow-card); font-weight: 500; }

/* Site plan / map */
.media-frame { background: #fff; padding: 14px; border-radius: 18px; box-shadow: var(--shadow-luxury); overflow: hidden; }
.media-frame img { width: 100%; height: auto; border-radius: 10px; }
.map-wrap { aspect-ratio: 16/9; border-radius: 10px; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* Landmarks table */
.table-wrap { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-card); }
table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
th { background: var(--primary); color: var(--primary-fg); font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
tr:last-child td { border-bottom: none; }
tbody tr:hover { background: rgba(128,133,78,.06); }

/* Contact */
.contact-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-bottom: 30px; }
.contact-card { background: var(--bg); padding: 24px; border-radius: 18px; text-align: left; text-decoration: none; box-shadow: var(--shadow-card); display: block; transition: transform .2s, box-shadow .2s; }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-luxury); }
.contact-cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.btn-dark { background: var(--fg); color: var(--bg); }
.btn-dark:hover { background: var(--primary); }
.btn-bordered { background: var(--bg); color: var(--fg); border: 1.5px solid var(--primary); }
.btn-bordered:hover { background: var(--primary); color: var(--primary-fg); }

/* Lead form */
.form-wrap { background: var(--card); padding: 28px; border-radius: 22px; box-shadow: var(--shadow-luxury); max-width: 880px; margin: 0 auto; }
.form-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
.field label { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(128,133,78,.4); background: var(--bg); padding: 12px 14px; border-radius: 12px; font: inherit; color: var(--fg); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(128,133,78,.18); }
.field .err { display: block; color: var(--destructive); font-size: .78rem; margin-top: 4px; min-height: 1em; }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; }
.form-foot small { opacity: .75; font-size: .78rem; }
.honeypot { position: absolute; left: -10000px; height: 0; width: 0; overflow: hidden; }
.alert { margin-top: 18px; padding: 12px 16px; border-radius: 12px; font-size: .9rem; text-align: center; }
.alert-ok { background: rgba(128,133,78,.18); color: var(--fg); border: 1px solid rgba(128,133,78,.4); }
.alert-err { background: rgba(179,38,30,.1); color: var(--destructive); border: 1px solid rgba(179,38,30,.3); }

/* FAQ */
details { background: #fff; border-radius: 12px; padding: 16px 20px; box-shadow: var(--shadow-card); margin-bottom: 12px; }
details summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; font-size: 1.4rem; color: var(--primary); transition: transform .2s; }
details[open] summary::after { content: "−"; }
details p { margin: 12px 0 0; opacity: .85; }

/* Footer */
footer { background: var(--fg); color: var(--bg); padding: 50px 20px 26px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
footer h4 { color: #fff; margin-bottom: 14px; font-size: 1rem; }
footer a { color: var(--bg); text-decoration: none; opacity: .85; display: block; padding: 4px 0; font-size: .9rem; }
footer a:hover { opacity: 1; color: #fff; }
.disclaimer { max-width: 1200px; margin: 30px auto 0; padding-top: 22px; border-top: 1px solid rgba(227,235,138,.2); font-size: .78rem; opacity: .7; }

/* Reveal animation */
.reveal { opacity: 1; transform: none; transition: opacity .8s ease, transform .8s ease; }
.js .reveal { opacity: 0; transform: translateY(24px); }
.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* Floating WA */
.fab { position: fixed; right: 18px; bottom: 18px; z-index: 60; background: #25D366; color: #fff; padding: 14px 18px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .9rem; box-shadow: 0 12px 30px -8px rgba(0,0,0,.3); display: inline-flex; align-items: center; gap: 8px; }
.fab:hover { background: #1ebe57; }
