@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap');

/* ============================================================
   Varchasva Infraproject Pvt Ltd — Corporate home
   Minimalist · warm earthy palette
   ============================================================ */

:root {
  --paper:    #faf6ee;
  --sand:     #f1e9da;
  --sand-2:   #e9dec9;
  --ink:      #2b231b;
  --ink-soft: #4a4036;
  --muted:    #8a7c69;
  --line:     #e4d9c5;
  --line-2:   #d8caaf;

  --clay:      #b56b41;   /* terracotta — primary accent */
  --clay-dark: #934f2a;
  --clay-soft: #f3e4d7;
  --olive:     #6f6f43;   /* secondary accent */
  --gold:      #b89a5e;   /* logo harmony */
  --wa:        #25d366;
  --wa-dark:   #128c7e;

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 26px;
  --shadow-xs: 0 1px 2px rgba(43,35,27,.05);
  --shadow-sm: 0 6px 20px rgba(43,35,27,.06);
  --shadow:    0 16px 44px rgba(43,35,27,.10);
  --shadow-lg: 0 34px 80px rgba(43,35,27,.18);

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink-soft);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: var(--clay-dark); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--clay); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--ink);
  margin: 0 0 .4em;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(40px, 6vw, 76px); font-weight: 600; }
h2 { font-size: clamp(28px, 3.6vw, 46px); }
h3 { font-size: clamp(20px, 2vw, 26px); }
p  { margin: 0 0 1em; }

.container { width: min(1180px, 92vw); margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  padding: 13px 24px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap; line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--clay); color: #fff; box-shadow: 0 12px 28px rgba(181,107,65,.30); }
.btn-primary:hover { background: var(--clay-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--sand); color: var(--ink); }
.btn-wa { background: var(--wa); color: #073b27; }
.btn-wa:hover { background: var(--wa-dark); color: #fff; }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-lg { padding: 16px 30px; font-size: 16px; }

/* ---------- Announce bar ---------- */
.announce {
  background: var(--ink); color: #f4ead8;
  font-size: 13.5px; letter-spacing: .02em;
  text-align: center; padding: 9px 16px;
}
.announce strong { color: var(--gold); }
.announce .dot { color: var(--clay); margin: 0 10px; font-size: 9px; vertical-align: middle; }
.announce a { color: #fff; font-weight: 600; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,246,238,.86);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img {
  width: 46px; height: 46px; border-radius: 12px; object-fit: cover;
  box-shadow: var(--shadow-xs); border: 1px solid var(--line);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong { font-family: var(--serif); font-size: 20px; color: var(--ink); font-weight: 600; }
.logo-text small { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.primary-nav { display: flex; gap: 26px; margin-left: auto; }
.primary-nav a { color: var(--ink-soft); font-size: 14.5px; font-weight: 500; }
.primary-nav a:hover { color: var(--clay); }
.header-cta { margin-left: 8px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: clamp(72px, 12vw, 150px) 0 clamp(72px, 11vw, 140px);
  background-image:
    linear-gradient(90deg, rgba(250,246,238,.97) 0%, rgba(250,246,238,.88) 38%, rgba(250,246,238,.55) 70%, rgba(250,246,238,.35) 100%),
    url('/images/hero-building.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.hero-copy { max-width: 620px; position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.eyebrow {
  display: inline-block; font-size: 12.5px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--clay);
  margin-bottom: 18px;
}
.hero h1 { margin-bottom: .25em; }
.hero h1 .accent { color: var(--clay); font-style: italic; }
.hero .lead { font-size: 18px; color: var(--ink-soft); max-width: 40ch; margin-bottom: 28px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-media { position: relative; }
.hero-media img {
  width: 100%; height: clamp(360px, 46vw, 540px); object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
}
/* Poster artwork: show the full designed creative, never crop it */
.hero-poster img { height: auto; aspect-ratio: 4 / 5; object-fit: contain; background: var(--paper); }
.hero-badge {
  position: absolute; left: -18px; bottom: 28px;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow);
  max-width: 220px;
}
.hero-badge strong { font-family: var(--serif); font-size: 30px; color: var(--ink); display: block; }
.hero-badge span { font-size: 13px; color: var(--muted); }

/* ---------- Stats band ---------- */
.stats {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--sand);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { padding: 34px 24px; text-align: center; border-left: 1px solid var(--line); }
.stats-grid > div:first-child { border-left: none; }
.stats-grid strong { font-family: var(--serif); font-size: clamp(30px, 4vw, 44px); color: var(--clay); display: block; line-height: 1; }
.stats-grid span { font-size: 13.5px; color: var(--ink-soft); letter-spacing: .02em; }

/* ---------- Generic section ---------- */
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-alt { background: var(--sand); }
.section-head { max-width: 680px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-sub { font-size: 17px; color: var(--muted); margin: 0; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.about-grid p { font-size: 16.5px; }
.about-points { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.about-points li { position: relative; padding-left: 26px; color: var(--ink-soft); }
.about-points li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 10px; height: 10px; border-radius: 3px; background: var(--clay);
}

/* ---------- Vision / Mission ---------- */
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.vm-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 38px; box-shadow: var(--shadow-sm);
}
.section-alt .vm-card { background: #fff; }
.vm-card .vm-ic {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--clay-soft); color: var(--clay-dark); font-size: 24px; margin-bottom: 18px;
}
.vm-card h3 { margin-bottom: .5em; }
.vm-card ul { margin: 0; padding-left: 18px; }
.vm-card ul li { margin-bottom: 8px; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .2s ease, box-shadow .2s ease; box-shadow: var(--shadow-xs);
}
.section-alt .service-card { background: #fff; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card .s-ic {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: var(--sand-2); font-size: 22px; margin-bottom: 18px;
}
.service-card h3 { font-size: 20px; }
.service-card p { font-size: 14.5px; color: var(--muted); margin: 0; }

.capabilities { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.capabilities .cap-label { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.chip {
  font-size: 14px; font-weight: 500; color: var(--ink);
  background: var(--clay-soft); border: 1px solid var(--line-2);
  padding: 8px 16px; border-radius: 999px;
}

/* ---------- Featured project (La Residentia) ---------- */
.featured-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.featured-media { position: relative; }
.featured-media img { width: 100%; height: clamp(360px, 44vw, 520px); object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.featured-tag {
  position: absolute; top: 18px; left: 18px;
  background: var(--ink); color: #fff; font-size: 12.5px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px;
}
.featured-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0 28px; }
.featured-facts > div { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; }
.section-alt .featured-facts > div { background: #fff; }
.featured-facts strong { font-family: var(--serif); font-size: 24px; color: var(--clay); display: block; line-height: 1; }
.featured-facts span { font-size: 12.5px; color: var(--muted); }

/* lead finder card */
.finder-card {
  background: var(--ink); color: #f2e9da; border-radius: var(--radius-lg);
  padding: 34px; box-shadow: var(--shadow-lg);
}
.finder-card h3 { color: #fff; }
.finder-sub { color: #c9bca6; font-size: 14px; margin-bottom: 22px; }
.finder-card label { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #c0b29a; margin-bottom: 7px; }
.finder-card input, .finder-card select {
  width: 100%; padding: 13px 14px; border-radius: 10px; border: 1px solid #4a4036;
  background: #211b14; color: #fff; font-family: var(--sans); font-size: 15px; margin-bottom: 16px;
}
.finder-card input::placeholder { color: #897c68; }
.finder-card .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.finder-card .btn { width: 100%; justify-content: center; }
.finder-card .tiny { font-size: 11.5px; color: #9a8d77; text-align: center; margin: 12px 0 0; }

/* ---------- Projects timeline ---------- */
.timeline { position: relative; margin-top: 12px; padding-left: 26px; }
.timeline::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 2px; background: var(--line-2); }
.tl-item { position: relative; padding: 0 0 30px 28px; }
.tl-item::before {
  content: ""; position: absolute; left: -27px; top: 6px;
  width: 14px; height: 14px; border-radius: 50%; background: var(--clay); border: 3px solid var(--paper);
}
.section-alt .tl-item::before { border-color: var(--sand); }
.tl-item .tl-date { font-size: 13px; font-weight: 600; letter-spacing: .04em; color: var(--clay-dark); }
.tl-item h3 { font-size: 18px; margin: 4px 0 4px; font-family: var(--sans); font-weight: 600; }
.tl-item p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* ---------- Founder ---------- */
.founder-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.founder-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.founder-name { font-family: var(--serif); font-size: 26px; color: var(--ink); margin: 6px 0 2px; }
.founder-role { font-size: 14px; color: var(--clay-dark); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.contact-list { display: grid; gap: 18px; margin-top: 24px; }
.contact-list > div { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .ic {
  flex: none; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: var(--clay-soft); color: var(--clay-dark); font-size: 18px;
}
.contact-list strong { color: var(--ink); font-size: 15px; }
.book-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px; box-shadow: var(--shadow-sm);
}
.section-alt .book-card { background: #fff; }
.book-card .fineprint { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.lead-form { display: grid; gap: 14px; }
.lead-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; padding: 13px 14px; border-radius: 10px; border: 1px solid var(--line-2);
  background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px;
}
.section-alt .lead-form input, .section-alt .lead-form select, .section-alt .lead-form textarea { background: #fff; }
.lead-form textarea { min-height: 88px; resize: vertical; }
.lead-form .btn { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #c8baa3; padding: 64px 0 96px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-grid h4 { color: #fff; font-family: var(--sans); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid a { color: #c8baa3; display: block; margin-bottom: 9px; font-size: 14.5px; }
.footer-grid a:hover { color: #fff; }
.footer-brand .logo-text strong { color: #fff; }
.footer-brand .logo-text small { color: #9a8d77; }
.footer-brand p { font-size: 14px; color: #a99c85; margin-top: 16px; max-width: 32ch; }
.footer-bottom {
  border-top: 1px solid #3c332a; margin-top: 48px; padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: #8a7d68;
}
.footer-bottom .staff-login {
  margin-left: auto; color: #c8baa3; font-weight: 500;
  border: 1px solid #3c332a; border-radius: 999px; padding: 6px 14px;
}
.footer-bottom .staff-login:hover { color: #fff; border-color: var(--clay); background: rgba(181,107,65,.12); }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff;
  display: grid; place-items: center; box-shadow: 0 14px 32px rgba(37,211,102,.45);
}
.wa-float:hover { transform: scale(1.06); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .about-grid, .featured-grid, .founder-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-media, .about-media, .founder-media { order: -1; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  /* On narrow screens, fade the building more uniformly so the copy stays readable. */
  .hero { background-position: center; }
  .hero::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(250,246,238,.92) 0%, rgba(250,246,238,.8) 100%);
  }
  .hero-copy { max-width: none; }
  .primary-nav { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div:nth-child(odd) { border-left: none; }
  .stats-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .vm-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .services-grid, .footer-grid { grid-template-columns: 1fr; }
  .finder-card .row2, .lead-form .row-2 { grid-template-columns: 1fr; }
  .featured-facts { grid-template-columns: 1fr; }
  .hero-badge { position: static; margin-top: 16px; max-width: none; }
}
