/* ============================================================
   Easy Property — Warehouse for Rent at Sanand (standalone)
   MOBILE-FIRST. Base styles target the phone; min-width queries
   progressively enhance for tablet (>=720) and desktop (>=1000).
   Design system: warm institutional neutrals + single orange accent
   ============================================================ */

:root {
  --ink: #1c1c1e;
  --charcoal: #38383a;
  --grey: #6e6e73;
  --grey-light: #9a9a9f;
  --line: #e7e3dc;
  --line-strong: #d8d3c9;
  --paper: #ffffff;
  --bone: #f7f5f1;
  --bone-deep: #efece5;
  --orange: #f5821f;
  --orange-dark: #d96f12;
  --orange-tint: #fdf1e4;
  --green: #2f7d52;
  --blue-ink: #1f2a44;

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

  --maxw: 1240px;
  --radius: 4px;
  --shadow-sm: 0 1px 2px rgba(28,28,30,.06), 0 1px 8px rgba(28,28,30,.04);
  --shadow-md: 0 6px 24px rgba(28,28,30,.10);
  --shadow-lg: 0 18px 60px rgba(28,28,30,.18);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); font-weight: 500; line-height: 1.14; letter-spacing: -.01em; margin: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.eyebrow {
  font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--orange-dark); font-weight: 600; margin: 0 0 12px;
}
.muted { color: var(--grey); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--ink); color: #fff; border: 1px solid var(--ink);
  padding: 13px 22px; border-radius: var(--radius); font-size: 15px; font-weight: 500;
  transition: background .2s, transform .15s; min-height: 46px;
}
.btn:hover { background: #000; transform: translateY(-1px); }
.btn.btn-ghost { background: transparent; color: var(--ink); }
.btn.btn-ghost:hover { background: var(--bone-deep); }
.btn.btn-orange { background: var(--orange); border-color: var(--orange); }
.btn.btn-orange:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.btn.btn-wa { background: #25623f; border-color: #25623f; }
.btn.btn-wa:hover { background: #1d4d31; border-color: #1d4d31; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 32px; width: auto; }
.brand .divider { display: none; width: 1px; height: 28px; background: var(--line-strong); }
.brand .tag { display: none; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--grey); line-height: 1.4; }

/* Nav is a drop panel on mobile */
.nav { display: none; }
.nav.open {
  display: flex; position: absolute; top: 62px; left: 0; right: 0;
  flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line);
  padding: 18px 20px; gap: 18px; z-index: 40; box-shadow: var(--shadow-md);
}
.nav a { font-size: 16px; color: var(--charcoal); }
.nav a.btn { display: none; }
.nav-toggle { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--paper); }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--bone); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero .wrap { display: flex; flex-direction: column; gap: 26px; padding-top: 28px; padding-bottom: 36px; }
.hero-copy { order: 2; }
.hero-visual { order: 1; }
.hero h1 { font-size: clamp(33px, 8.5vw, 44px); font-weight: 400; }
.hero h1 em { font-style: italic; color: var(--orange-dark); }
.hero p.lead { font-size: 16.5px; color: var(--grey); margin: 16px 0 22px; }
.hero-facts { display: flex; gap: 22px; flex-wrap: wrap; margin: 0 0 24px; }
.hero-facts .hf .v { font-family: var(--serif); font-size: 23px; color: var(--ink); line-height: 1; }
.hero-facts .hf .v small { font-size: 13px; color: var(--grey); font-family: var(--sans); }
.hero-facts .hf .l { font-size: 10.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--grey); margin-top: 6px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-cta .btn { flex: 1 1 auto; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; height: 260px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow-md); }
.hero-visual .stamp {
  position: absolute; left: 12px; bottom: 14px;
  background: var(--paper); box-shadow: var(--shadow-md);
  padding: 11px 16px; border-radius: 4px; border-left: 3px solid var(--orange);
}
.hero-visual .stamp .n { font-family: var(--serif); font-size: 19px; color: var(--ink); }
.hero-visual .stamp .l { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--grey); }

/* ---------- Stat strip ---------- */
.stats { border-bottom: 1px solid var(--line); background: var(--paper); }
.stats .wrap { display: grid; grid-template-columns: repeat(2, 1fr); }
.stat { padding: 22px 10px; text-align: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat:nth-child(2n) { border-right: 0; }
.stat:nth-child(3), .stat:nth-child(4) { border-bottom: 0; }
.stat .v { font-family: var(--serif); font-size: 25px; color: var(--ink); line-height: 1; }
.stat .v small { font-size: 13px; color: var(--grey); font-family: var(--sans); }
.stat .k { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); margin-top: 8px; }

/* ---------- Sections ---------- */
.section { padding: 48px 0; border-top: 1px solid var(--line); }
.section-head { max-width: 680px; margin-bottom: 30px; }
.section-head .eyebrow { margin-bottom: 10px; }
.section-head h2 { font-size: clamp(25px, 6vw, 32px); font-weight: 400; }
.section-head p { color: var(--grey); font-size: 16px; margin: 14px 0 0; }

/* Overview */
.overview-grid { display: flex; flex-direction: column; gap: 30px; }
.overview-main h2 { font-size: clamp(25px, 6vw, 32px); font-weight: 400; margin-bottom: 16px; }
.overview-main .lead { font-size: 17px; color: var(--grey); margin: 0 0 22px; }
.overview-grid p { font-size: 16px; color: var(--charcoal); margin: 0 0 16px; }
.overview-grid p:last-child { margin-bottom: 0; }
.hl-list { list-style: none; padding: 0; margin: 0; }
.hl-list li { position: relative; padding: 0 0 14px 24px; font-size: 15.5px; color: var(--charcoal); }
.hl-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.aside-card { background: var(--bone); border: 1px solid var(--line); border-radius: 8px; padding: 22px 22px; }
.aside-card .h { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); font-weight: 600; margin-bottom: 14px; }
.aside-row { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.aside-row:last-child { border-bottom: 0; }
.aside-row .k { color: var(--grey); } .aside-row .v { color: var(--ink); font-weight: 500; text-align: right; }

/* ---------- Two-warehouse breakdown ---------- */
.units { background: var(--bone); }
.units-grid { display: flex; flex-direction: column; gap: 22px; }
.unit-card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-sm); }
.unit-card .u-media { aspect-ratio: 16/10; overflow: hidden; background: var(--bone-deep); }
.unit-card .u-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.unit-card:hover .u-media img { transform: scale(1.04); }
.unit-card .u-body { padding: 22px 22px 24px; }
.unit-card .u-mk { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-dark); font-weight: 600; }
.unit-card h3 { font-size: 22px; margin: 8px 0 4px; font-weight: 500; }
.unit-card .u-size { font-family: var(--serif); font-size: 19px; color: var(--ink); }
.unit-card .u-size small { font-size: 13px; color: var(--grey); font-family: var(--sans); }
.spec-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.spec-table tr { border-bottom: 1px solid var(--line); }
.spec-table tr:last-child { border-bottom: 0; }
.spec-table td { padding: 11px 0; font-size: 14.5px; vertical-align: top; }
.spec-table td:first-child { color: var(--grey); width: 44%; }
.spec-table td:last-child { color: var(--ink); font-weight: 500; text-align: right; }
.units-note {
  margin-top: 22px; background: var(--orange-tint); border: 1px solid #f3d8b8; border-left: 3px solid var(--orange);
  border-radius: 6px; padding: 16px 18px; font-size: 14.5px; color: var(--charcoal); display: flex; gap: 12px; align-items: flex-start;
}
.units-note svg { flex-shrink: 0; margin-top: 2px; }

/* ---------- Combined spec chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { font-size: 13.5px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 6px; background: var(--bone); color: var(--charcoal); display: inline-flex; gap: 8px; align-items: center; }
.chip svg { color: var(--orange-dark); flex-shrink: 0; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; gap: 8px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 6px; background: var(--bone-deep); cursor: zoom-in; position: relative; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery .g-wide { grid-column: span 2; }
.gallery .g-tall { grid-row: span 1; }

/* ---------- Location / map ---------- */
.map-section { padding-top: 48px; border-top: 1px solid var(--line); }
.map-section .wrap { margin-bottom: 22px; }
.map-wrap { position: relative; height: 62vh; min-height: 340px; max-height: 560px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
#map { width: 100%; height: 100%; background: var(--bone-deep); }
.map-ui { position: absolute; z-index: 10; }
.basemap-switch { top: 12px; right: 12px; display: flex; background: var(--paper); border-radius: 999px; padding: 4px; box-shadow: var(--shadow-md); }
.basemap-switch button { border: 0; background: transparent; font-size: 13px; font-weight: 500; color: var(--grey); padding: 8px 16px; border-radius: 999px; transition: all .2s; }
.basemap-switch button.active { background: var(--ink); color: #fff; }
.map-addr { display: none; }
.mk-pin { cursor: pointer; }
.mk-pin-tag {
  background: var(--blue-ink); color: #fff; padding: 7px 13px; border-radius: 20px;
  font-size: 12px; font-weight: 600; white-space: nowrap; box-shadow: 0 2px 10px rgba(0,0,0,.3);
  font-family: var(--sans); position: relative; line-height: 1.2;
}
.mk-pin-tag::after {
  content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent;
  border-top: 6px solid var(--blue-ink);
}

/* ---------- Contact ---------- */
.contact { background: var(--ink); color: #fff; border-top: 0; }
.contact .wrap { display: flex; flex-direction: column; gap: 30px; padding: 52px 20px; }
.contact h2 { color: #fff; font-size: clamp(27px,7vw,38px); font-weight: 400; }
.contact h2 em { font-style: italic; color: var(--orange); }
.contact p { color: rgba(255,255,255,.66); font-size: 16px; margin: 16px 0 0; }
.contact-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 26px 24px; }
.contact-card .who { font-family: var(--serif); font-size: 24px; color: #fff; }
.contact-card .role { color: var(--orange); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
.contact-line { display: flex; align-items: center; gap: 14px; padding: 18px 0 6px; }
.contact-line .ic { width: 42px; height: 42px; border-radius: 50%; background: rgba(245,130,31,.16); display: grid; place-items: center; flex-shrink: 0; color: var(--orange); }
.contact-line a, .contact-line span { color: #fff; font-size: 18px; }
.contact-actions { display: flex; gap: 12px; margin-top: 18px; }
.contact-actions .btn { flex: 1 1 0; }

/* ---------- Footer ---------- */
.foot { background: #141416; color: rgba(255,255,255,.55); padding: 36px 0; }
.foot .wrap { display: flex; flex-direction: column; gap: 28px; }
.foot img { height: 30px; filter: brightness(0) invert(1); opacity: .85; }
.foot-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.foot .disc { font-size: 13.5px; max-width: 42ch; line-height: 1.7; color: rgba(255,255,255,.62); margin: 0; }
.foot-addr { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.55); }
.foot-addr a { color: rgba(255,255,255,.7); transition: color .2s; }
.foot-addr a:hover { color: #fff; }
.foot-lbl { display: block; color: rgba(255,255,255,.9); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; font-size: 11px; margin-bottom: 7px; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.93); z-index: 200; display: none; align-items: center; justify-content: center; overflow: hidden; touch-action: pan-y; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 84vh; object-fit: contain; will-change: transform, opacity; -webkit-user-select: none; user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; }
.lightbox .lb-close { position: absolute; top: 16px; right: 18px; color: #fff; font-size: 34px; background: none; border: 0; line-height: 1; }
.lightbox .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.14); color: #fff; border: 0; width: 46px; height: 46px; border-radius: 50%; font-size: 22px; transition: background .2s; }
.lightbox .lb-nav:hover { background: rgba(255,255,255,.26); }
.lightbox .lb-prev { left: 12px; } .lightbox .lb-next { right: 12px; }
.lightbox .lb-count { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); font-size: 13px; letter-spacing: .1em; }

/* ============================================================
   >= 720px  (large phone landscape / tablet)
   ============================================================ */
@media (min-width: 720px) {
  .wrap { padding: 0 28px; }
  .brand .divider, .brand .tag { display: block; }

  .stats .wrap { grid-template-columns: repeat(4, 1fr); }
  .stat { padding: 28px 0; border-bottom: 0; }
  .stat:nth-child(2n) { border-right: 1px solid var(--line); }
  .stat:last-child { border-right: 0; }
  .stat .v { font-size: 30px; }

  .hero-visual img { height: 360px; }
  .section { padding: 62px 0; }

  .units-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

  .gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 170px; gap: 10px; }
  .gallery .g-tall { grid-row: span 2; }

  .contact .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; padding: 70px 28px; }
  .foot .wrap { flex-direction: row; align-items: flex-start; justify-content: space-between; gap: 40px; }
  .foot-brand { flex-direction: row; gap: 22px; }
}

/* ============================================================
   >= 1000px  (desktop) — restore full showcase layout, hide
   the mobile nav toggle + sticky CTA bar
   ============================================================ */
@media (min-width: 1000px) {
  .wrap { padding: 0 32px; }

  .site-header .wrap { height: 74px; }
  .brand img { height: 38px; }
  .nav-toggle { display: none; }
  .nav { display: flex; position: static; flex-direction: row; align-items: center; gap: 32px; padding: 0; background: none; border: 0; box-shadow: none; }
  .nav a { font-size: 14px; }
  .nav a.btn { display: inline-flex; color: #fff; }

  .hero .wrap { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; padding-top: 66px; padding-bottom: 66px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; }
  .hero h1 { font-size: clamp(44px, 4.6vw, 62px); }
  .hero p.lead { font-size: 18.5px; margin: 22px 0 26px; max-width: 32em; }
  .hero-facts { gap: 34px; }
  .hero-facts .hf .v { font-size: 26px; }
  .hero-cta .btn { flex: 0 0 auto; }
  .hero-visual img { height: 480px; box-shadow: var(--shadow-lg); }
  .hero-visual .stamp { left: -22px; bottom: 28px; padding: 15px 22px; }
  .hero-visual .stamp .n { font-size: 25px; }

  .stat .v { font-size: 32px; }
  .section { padding: 78px 0; }
  .section-head { margin-bottom: 42px; }
  .section-head h2 { font-size: clamp(28px, 3.4vw, 40px); }
  .section-head p { font-size: 17px; margin-top: 16px; }

  .overview-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; }
  .overview-grid p { font-size: 16.5px; }
  .overview-main h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 18px; }
  .overview-main .lead { font-size: 18.5px; margin-bottom: 26px; }
  .aside-card { padding: 28px 30px; position: sticky; top: 96px; }

  .units-grid { gap: 28px; }
  .unit-card .u-body { padding: 26px 28px 28px; }
  .unit-card h3 { font-size: 24px; }
  .units-note { margin-top: 28px; padding: 18px 24px; }

  .chips { gap: 10px; }
  .chip { font-size: 14px; padding: 9px 16px; }

  .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 12px; }
  .gallery .g-wide { grid-column: span 2; }

  .map-section { padding-top: 78px; }
  .map-section .wrap { margin-bottom: 26px; }
  .map-wrap { height: 60vh; min-height: 460px; max-height: 620px; }
  .basemap-switch { top: 16px; right: 16px; }
  .map-addr {
    display: block; position: absolute; left: 16px; bottom: 20px; z-index: 10;
    background: var(--paper); border-radius: 8px; box-shadow: var(--shadow-md);
    padding: 18px 22px; max-width: 320px; border-left: 3px solid var(--orange);
  }
  .map-addr .mk { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-dark); font-weight: 600; }
  .map-addr h4 { font-size: 18px; margin: 6px 0 8px; font-weight: 500; }
  .map-addr p { font-size: 13.5px; color: var(--grey); margin: 0 0 12px; }
  .map-addr a { font-size: 13.5px; color: var(--orange-dark); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }

  .contact .wrap { gap: 60px; padding: 84px 32px; }
  .contact-card { padding: 36px; }
  .contact-card .who { font-size: 26px; }
  .contact p { font-size: 17px; }
}
