/* Interlink Properties — brand from the physical shop sign:
   charcoal board, white lowercase type, yellow BUY|SELL|RENT accent. */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #23272c;
  --ink-soft: #31363d;
  --bg: #faf9f7;
  --bg-alt: #f2f0ec;
  --card: #ffffff;
  --yellow: #f7b500;
  --yellow-hover: #ffc61a;
  --yellow-ink: #8a6400;
  --text: #26292e;
  --muted: #5b6470;
  --line: #e8e5df;
  --wa: #0e7a3b;
  --wa-hover: #0c6a33;
  --shadow-sm: 0 1px 2px rgba(35,39,44,.05), 0 4px 14px rgba(35,39,44,.06);
  --shadow-md: 0 2px 4px rgba(35,39,44,.07), 0 14px 32px rgba(35,39,44,.12);
  --radius: 16px;
  --font: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Noto Sans Devanagari", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.65; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; border-radius: 4px; }
.muted-center { text-align: center; color: var(--muted); }
.center { text-align: center; margin-top: 30px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 700; font-size: 0.97rem; border-radius: 12px; padding: 12px 24px; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-lg { font-size: 1.04rem; padding: 14px 28px; }
.btn-yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 2px 10px rgba(247,181,0,.3); }
.btn-yellow:hover { background: var(--yellow-hover); box-shadow: 0 4px 16px rgba(247,181,0,.45); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-hover); }
.btn-line { border: 1.5px solid var(--ink); color: var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: #fff; }

/* Header */
header.site { position: sticky; top: 0; z-index: 40; background: rgba(250,249,247,.92); backdrop-filter: saturate(150%) blur(12px); -webkit-backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--line); padding: 10px 0; }
header.site .wrap { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand .mark { display: block; border-radius: 9px; }
.brand .name { color: var(--ink); font-size: 1.16rem; font-weight: 700; letter-spacing: 0.4px; white-space: nowrap; }
.head-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle { font-family: var(--font); background: transparent; border: 1.5px solid #c9c4bb; color: var(--ink); border-radius: 10px; padding: 7px 14px; font-size: 0.85rem; font-weight: 700; cursor: pointer; transition: border-color .18s ease, background-color .18s ease; }
.lang-toggle:hover { border-color: var(--yellow); background: rgba(247,181,0,.1); }
header.site .btn { padding: 9px 18px; font-size: 0.9rem; }
@media (max-width: 480px) {
  .brand .name { font-size: 1rem; letter-spacing: 0.2px; }
  header.site .btn span { display: none; }
  header.site .btn { padding: 9px 12px; }
}

/* Hero */
.hero { padding: 64px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 52px; align-items: center; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } .hero { padding: 44px 0 56px; } }
.eyebrow { color: var(--yellow-ink); font-weight: 800; letter-spacing: 4px; font-size: 0.92rem; margin-bottom: 16px; }
.hero h1 { font-size: clamp(2rem, 4.8vw, 3rem); line-height: 1.14; font-weight: 800; color: var(--ink); letter-spacing: -0.5px; margin-bottom: 18px; }
.hero .sub { color: var(--muted); font-size: 1.05rem; max-width: 520px; margin-bottom: 30px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.rating-chip { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; text-decoration: none; color: var(--muted); font-weight: 600; font-size: 0.9rem; border: 1px solid var(--line); background: var(--card); border-radius: 999px; padding: 8px 18px; box-shadow: var(--shadow-sm); transition: border-color .18s ease; }
.rating-chip:hover { border-color: var(--yellow); }
.rating-chip .stars { color: var(--yellow); letter-spacing: 2px; font-size: 0.95rem; }

.hero-photo { position: relative; max-width: 460px; justify-self: end; }
@media (max-width: 860px) { .hero-photo { justify-self: center; } }
.hero-photo img { display: block; width: 100%; height: auto; border-radius: 20px; box-shadow: var(--shadow-md); }
.hero-badge { position: absolute; left: -14px; bottom: 22px; display: flex; align-items: center; gap: 10px; background: var(--card); border-radius: 14px; padding: 10px 16px; font-weight: 700; font-size: 0.86rem; color: var(--ink); box-shadow: var(--shadow-md); }
@media (max-width: 860px) { .hero-badge { left: 10px; } }
.hero-badge svg { border-radius: 8px; }

/* Stats band */
.stats { background: var(--ink); color: #fff; padding: 26px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: center; }
@media (max-width: 720px) { .stats-grid { grid-template-columns: repeat(1, 1fr); row-gap: 22px; } }
.stat .v { font-weight: 800; font-size: 1.5rem; color: var(--yellow); letter-spacing: 0.5px; }
.stat .v.stars { letter-spacing: 3px; font-size: 1.25rem; line-height: 1.9; }
.stat .l { color: #b8bec7; font-size: 0.85rem; font-weight: 600; }

/* Sections */
section { padding: 68px 0; }
.stats { padding: 26px 0; }
.sec-head { text-align: center; margin-bottom: 38px; }
.sec-head h2, .about-copy h2 { font-size: 1.85rem; font-weight: 800; color: var(--ink); letter-spacing: -0.3px; }
.rule { width: 46px; height: 4px; border-radius: 2px; background: var(--yellow); margin: 14px auto 0; }
.sec-head p.sub { color: var(--muted); margin-top: 12px; font-size: 0.96rem; max-width: 560px; margin-left: auto; margin-right: auto; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card .ico { width: 46px; height: 46px; border-radius: 13px; background: rgba(247,181,0,.14); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.card .ico svg { width: 24px; height: 24px; stroke: var(--ink); }
.card h3 { font-size: 1.07rem; font-weight: 700; margin-bottom: 8px; color: var(--ink); }
.card p { font-size: 0.93rem; color: var(--muted); }

/* Listings */
.listings { background: var(--bg-alt); }
.listing-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.listing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.listing-card .tag { font-size: 0.73rem; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--yellow-ink); margin-bottom: 10px; }
.listing-card h3 { font-size: 1.04rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.listing-card .meta { font-size: 0.9rem; color: var(--muted); margin-bottom: 4px; }
.listing-card .price { font-size: 1.16rem; font-weight: 800; color: var(--ink); margin: 12px 0 16px; }
.listing-card .btn { margin-top: auto; font-size: 0.9rem; padding: 10px 16px; }

/* About */
.about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 52px; align-items: center; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; gap: 32px; } }
.about-photo { max-width: 400px; }
@media (max-width: 860px) { .about-photo { margin: 0 auto; } }
.about-photo img { display: block; width: 100%; height: auto; border-radius: 20px; box-shadow: var(--shadow-md); }
.about-copy .rule { margin-left: 0; }
.about-copy p { color: var(--muted); font-size: 1rem; margin-top: 18px; max-width: 520px; }
.why-title { margin-top: 28px; font-size: 1.02rem; font-weight: 800; color: var(--ink); letter-spacing: 0.3px; }
.why-list { list-style: none; margin-top: 10px; }
.why-list li { padding: 9px 0 9px 34px; position: relative; font-size: 0.95rem; color: var(--text); }
.why-list li::before { content: "✓"; position: absolute; left: 0; top: 9px; width: 22px; height: 22px; border-radius: 50%; background: rgba(247,181,0,.22); color: var(--yellow-ink); font-weight: 800; font-size: 0.78rem; display: flex; align-items: center; justify-content: center; }

/* Reviews */
.reviews { background: var(--ink); color: #fff; }
.reviews .sec-head h2 { color: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.review { background: var(--ink-soft); border: 1px solid #3d434c; border-radius: var(--radius); padding: 24px 22px; font-size: 0.93rem; color: #d5dae1; }
.review .stars { color: var(--yellow); letter-spacing: 4px; margin-bottom: 12px; font-size: 0.9rem; }
.review footer { margin-top: 14px; color: #9aa2ad; font-size: 0.83rem; }
.reviews .btn-line { border-color: #6b7280; color: #e5e9ee; }
.reviews .btn-line:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }

/* Areas */
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 740px; margin: 0 auto; }
.area-chips span { background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; font-size: 0.88rem; font-weight: 600; color: var(--text); box-shadow: var(--shadow-sm); transition: border-color .18s ease; }
.area-chips span:hover { border-color: var(--yellow); }

/* Contact */
.contact { background: var(--bg-alt); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.contact-card h3 { color: var(--ink); margin-bottom: 14px; font-size: 1.15rem; font-weight: 800; }
.phone-big { font-size: 1.55rem; font-weight: 800; color: var(--ink); text-decoration: none; display: inline-block; margin-bottom: 8px; }
.contact-card address { font-style: normal; color: var(--muted); font-size: 0.94rem; margin: 12px 0 18px; }
.hours { color: var(--muted); font-size: 0.94rem; margin-bottom: 6px; }
.hours strong { color: var(--text); }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.map-frame { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); min-height: 320px; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 320px; border: 0; }

/* Footer */
footer.site-foot { background: var(--ink); color: #9aa2ad; text-align: center; padding: 44px 0 48px; font-size: 0.86rem; }
footer.site-foot svg { border-radius: 10px; margin-bottom: 12px; }
footer.site-foot .f-brand { color: #fff; font-size: 1.08rem; font-weight: 700; letter-spacing: 0.6px; margin-bottom: 2px; }
footer.site-foot .f-tag { color: var(--yellow); letter-spacing: 4px; font-size: 0.8rem; font-weight: 700; margin-bottom: 18px; }

/* Floating WhatsApp */
.wa-float { position: fixed; right: 18px; bottom: 88px; z-index: 50; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,.3); transition: transform .18s ease; }
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
@media (min-width: 721px) { .wa-float { bottom: 24px; } }

/* Mobile sticky call bar */
.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: none; box-shadow: 0 -2px 12px rgba(35,39,44,.2); }
@media (max-width: 720px) {
  .sticky-bar { display: flex; }
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
}
.sticky-bar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 0 calc(15px + env(safe-area-inset-bottom)); font-weight: 800; text-decoration: none; color: #fff; font-size: 0.98rem; }
.sticky-bar a svg { width: 18px; height: 18px; flex: none; }
.sticky-bar .call { background: var(--ink); }
.sticky-bar .call span { color: var(--yellow); }
.sticky-bar .call svg { stroke: var(--yellow); }
.sticky-bar .wa { background: var(--wa); }

/* Devanagari: letter-spacing breaks conjuncts and matras, keep it off in Hindi */
html[lang="hi"] .eyebrow, html[lang="hi"] footer.site-foot .f-tag { letter-spacing: normal; }

/* Scroll reveal (class added via JS only, so content is always visible without JS) */
.js-reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.js-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-reveal { opacity: 1; transform: none; transition: none; }
  .btn, .card, .listing-card { transition: none; }
}
