/* ============================================================
   Swiftarch India LLP — Global Styles  (Luxury Real Estate v2)
   Palette: Forest Green #1B3B2F · Antique Gold #C9A35E · Ivory #F8F4EB
   ============================================================ */

:root {
  --green: #1B3B2F;
  --green-deep: #122821;
  --green-soft: #2D5A47;
  --gold: #C9A35E;
  --gold-deep: #A8854A;
  --gold-soft: #E5D2A6;
  --ivory: #F8F4EB;
  --ivory-deep: #EFE7D4;
  --sand: #E8DEC6;
  --ink: #1A1A1A;
  --ink-soft: #4A4943;
  --muted: #7A7770;
  --line: #E0DACB;
  --line-soft: #ECE6D7;
  --bg: #FFFFFF;
  --bg-soft: #FBF8F0;
  --shadow-sm: 0 1px 2px rgba(27, 59, 47, .04), 0 1px 3px rgba(27, 59, 47, .06);
  --shadow-md: 0 8px 24px rgba(27, 59, 47, .08), 0 4px 8px rgba(27, 59, 47, .05);
  --shadow-lg: 0 24px 60px rgba(27, 59, 47, .12);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-pill: 999px;
  --container: 1280px;
  --container-wide: 1440px;
  --header-h: 88px;

  /* Legacy aliases (so existing pages still render) */
  --brand-orange: var(--gold);
  --brand-orange-dark: var(--gold-deep);
  --brand-green: var(--green);
  --brand-green-dark: var(--green-deep);
  --brand-cream: var(--ivory);
  --brand-peach: var(--ivory-deep);
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--green-deep); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-deep); }
button { font-family: inherit; cursor: pointer; }
ul { padding: 0; margin: 0; list-style: none; }

/* ===== Typography ===== */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  color: var(--ink);
  margin: 0 0 .5em;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 400; }
h3 { font-size: 1.45rem; font-weight: 500; }
h4 { font-size: 1.05rem; font-weight: 600; }
p { margin: 0 0 1em; color: var(--ink-soft); }
.serif { font-family: 'Cormorant Garamond', Georgia, serif; }
.italic { font-style: italic; }

/* Magazine-style eyebrows */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: .72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .22em;
  color: var(--gold-deep);
}
.eyebrow::before {
  content: ''; width: 28px; height: 1px; background: var(--gold);
}
.eyebrow.center { display: inline-flex; }
.eyebrow.center::after {
  content: ''; width: 28px; height: 1px; background: var(--gold);
}
.eyebrow.light { color: var(--gold-soft); }
.eyebrow.light::before, .eyebrow.light::after { background: var(--gold-soft); }

/* ===== Container ===== */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.container-wide { width: 100%; max-width: var(--container-wide); margin: 0 auto; padding: 0 32px; }
.container-tight { width: 100%; max-width: 920px; margin: 0 auto; padding: 0 32px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 32px;
  font-family: 'Inter', sans-serif; font-weight: 500; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .14em;
  transition: all .25s ease;
  border: 1px solid transparent;
  white-space: nowrap; cursor: pointer; line-height: 1;
  border-radius: 0;
}
.btn-primary { background: var(--green); color: #fff; border-color: var(--green); }
.btn-primary:hover { background: var(--green-deep); border-color: var(--green-deep); color: #fff; }
.btn-gold { background: var(--gold); color: var(--green-deep); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: #fff; }
.btn-orange { background: var(--gold); color: var(--green-deep); border-color: var(--gold); }
.btn-orange:hover { background: var(--gold-deep); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--ivory); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover { background: #fff; color: var(--green-deep); border-color: #fff; }
.btn-outline-gold { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-outline-gold:hover { background: var(--gold); color: var(--green-deep); }
.btn-ghost { background: transparent; color: var(--ink); border-color: transparent; padding: 14px 0; }
.btn-ghost:hover { color: var(--gold-deep); }
.btn-whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
.btn-whatsapp:hover { background: #1ebe5d; color: #fff; border-color: #1ebe5d; }
.btn-sm { padding: 10px 22px; font-size: .75rem; }
.btn-lg { padding: 17px 40px; font-size: .9rem; }

/* ===== Top utility bar ===== */
.top-bar {
  background: var(--green-deep);
  color: rgba(255,255,255,.85);
  font-size: .8rem;
  padding: 8px 0;
  letter-spacing: .04em;
}
.top-bar-row {
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
}
.top-bar a { color: var(--gold-soft); }
.top-bar a:hover { color: #fff; }
.top-bar-left, .top-bar-right { display: flex; gap: 24px; align-items: center; }
.top-bar-right .gold-dot { color: var(--gold); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.97);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line-soft);
  transition: padding .25s ease, box-shadow .25s ease;
}
.site-header.transparent {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: rgba(255,255,255,.12);
}
.site-header.transparent .nav-links a { color: rgba(255,255,255,.92); }
.site-header.transparent .brand-name { color: #fff; }
.site-header.transparent .nav-toggle svg { stroke: #fff; }
.site-header.scrolled { box-shadow: 0 1px 0 var(--line-soft); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600; font-size: 1.55rem;
  color: var(--ink);
  letter-spacing: -.005em;
}
.brand:hover { color: var(--ink); }
.brand-mark {
  width: 44px; height: 44px;
  border: 1.5px solid var(--gold);
  display: grid; place-items: center;
  color: var(--gold-deep);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600; font-size: 1.05rem;
  letter-spacing: .04em;
}
.brand-name { color: var(--ink); }
.brand-name span { color: var(--gold-deep); font-style: italic; font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  color: var(--ink); font-weight: 500; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .14em;
  position: relative; padding: 4px 0;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle svg { width: 28px; height: 28px; stroke: var(--ink); }

/* ===== Luxury Hero ===== */
.lux-hero {
  position: relative;
  height: 92vh; min-height: 640px;
  display: flex; align-items: flex-end;
  overflow: hidden;
  margin-top: calc(-1 * var(--header-h));
  color: #fff;
  background-color: var(--green-deep);
}
.lux-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  animation: lux-zoom 14s ease-out forwards;
}
@keyframes lux-zoom { from { transform: scale(1.12); } to { transform: scale(1); } }
.lux-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,40,33,.45) 0%, rgba(18,40,33,.25) 35%, rgba(18,40,33,.85) 100%);
}
.lux-hero-content {
  position: relative; z-index: 2;
  padding: 120px 0 80px;
}
.lux-hero h1 {
  color: #fff; max-width: 880px;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: 1.05; font-weight: 400;
  margin-bottom: 24px;
}
.lux-hero h1 em { font-style: italic; color: var(--gold-soft); font-weight: 400; }
.lux-hero .lead {
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  max-width: 580px; margin-bottom: 38px;
  line-height: 1.6;
}
.lux-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.lux-hero-meta {
  position: absolute; right: 32px; bottom: 40px; z-index: 2;
  text-align: right;
  font-family: 'Cormorant Garamond', serif;
  color: rgba(255,255,255,.85);
  font-style: italic; font-size: 1rem;
}
.lux-hero-scroll {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  z-index: 2; color: rgba(255,255,255,.8);
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.lux-hero-scroll::after {
  content: ''; width: 1px; height: 32px; background: rgba(255,255,255,.5);
  animation: scroll-line 1.6s ease-in-out infinite;
}
@keyframes scroll-line { 0%, 100% { transform: scaleY(0.4); transform-origin: top; } 50% { transform: scaleY(1); } }

/* ===== Lux Sections ===== */
.lux-section { padding: 120px 0; position: relative; }
.lux-section.tight { padding: 80px 0; }
.lux-section.cream { background: var(--ivory); }
.lux-section.sand { background: var(--bg-soft); }
.lux-section.dark { background: var(--green); color: rgba(255,255,255,.85); }
.lux-section.dark h2, .lux-section.dark h3 { color: #fff; }
.lux-section.dark p { color: rgba(255,255,255,.78); }

.lux-header { max-width: 720px; margin: 0 auto 70px; text-align: center; }
.lux-header.left { text-align: left; margin-left: 0; }
.lux-header h2 { margin: 18px 0 18px; }
.lux-header p { font-size: 1.08rem; color: var(--muted); }
.lux-header .divider {
  width: 60px; height: 1px; background: var(--gold);
  margin: 24px auto 0;
}
.lux-header.left .divider { margin: 24px 0 0; }

/* ===== Marquee / introduction strip ===== */
.intro-strip {
  background: var(--ivory);
  padding: 28px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 1.2rem; color: var(--green-deep);
}

/* ===== Luxury stats strip ===== */
.lux-stats { background: var(--ivory); padding: 80px 0; }
.lux-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.lux-stat {
  text-align: center; padding: 0 32px;
  border-right: 1px solid var(--line);
}
.lux-stat:last-child { border-right: 0; }
.lux-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 4.6vw, 4.2rem);
  font-weight: 400; color: var(--green-deep);
  line-height: 1; margin-bottom: 14px;
  display: flex; justify-content: center; align-items: baseline; gap: 4px;
}
.lux-stat-num .plus { color: var(--gold); font-size: .6em; font-weight: 500; margin-left: 2px; }
.lux-stat-label {
  font-size: .78rem; color: var(--muted);
  text-transform: uppercase; letter-spacing: .18em; font-weight: 500;
}

/* ===== Heritage / About preview ===== */
.heritage-grid {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 80px; align-items: center;
}
.heritage-image {
  position: relative;
}
.heritage-image img { width: 100%; height: 620px; object-fit: cover; }
.heritage-image::before {
  content: ''; position: absolute;
  top: 32px; left: -32px; right: 32px; bottom: -32px;
  border: 1px solid var(--gold); z-index: -1;
}
.heritage-text h2 { margin-bottom: 28px; }
.heritage-text .lead-line {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.4rem; color: var(--green-deep);
  line-height: 1.4; margin-bottom: 24px;
  padding-left: 20px; border-left: 2px solid var(--gold);
}
.heritage-text p { font-size: 1rem; line-height: 1.85; }
.heritage-signature {
  margin-top: 36px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 1.3rem; color: var(--green-deep);
}
.heritage-signature .name {
  display: block; margin-top: 4px; font-size: .85rem;
  color: var(--muted); font-style: normal;
  text-transform: uppercase; letter-spacing: .16em;
}

/* ===== Luxury property cards ===== */
.lux-properties {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.lux-property {
  position: relative; overflow: hidden; cursor: pointer;
  background: #fff;
  transition: transform .4s ease;
}
.lux-property-img {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
}
.lux-property-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.22,.61,.36,1);
}
.lux-property:hover .lux-property-img img { transform: scale(1.06); }
.lux-property-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.55) 100%);
}
.lux-property-tag {
  position: absolute; top: 24px; left: 24px; z-index: 2;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  padding: 8px 16px;
  font-size: .68rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .18em;
  color: var(--green-deep);
}
.lux-property-tag.gold { background: var(--gold); color: var(--green-deep); }
.lux-property-overlay {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 36px; color: #fff; z-index: 2;
}
.lux-property-overlay .loc {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .2em;
  color: var(--gold-soft); margin-bottom: 8px;
}
.lux-property-overlay h3 {
  color: #fff; font-size: 2rem; margin-bottom: 8px;
  font-weight: 400;
}
.lux-property-overlay p {
  color: rgba(255,255,255,.9); font-size: .95rem;
  margin-bottom: 18px; max-width: 480px;
}
.lux-property-cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem; text-transform: uppercase; letter-spacing: .18em;
  color: var(--gold-soft); border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 4px; transition: gap .25s ease;
}
.lux-property:hover .lux-property-cta { gap: 16px; color: #fff; border-color: #fff; }
.lux-property-cta::after { content: '→'; font-size: 1rem; line-height: 1; }

/* Variant: 3-up smaller card row */
.lux-properties-3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.lux-properties-3 .lux-property-img { aspect-ratio: 3/4; }
.lux-properties-3 .lux-property-overlay h3 { font-size: 1.6rem; }
.lux-properties-3 .lux-property-overlay { padding: 24px; }

/* ===== Full-bleed parallax photo break ===== */
.photo-break {
  position: relative;
  height: 60vh; min-height: 480px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
}
.photo-break::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(18,40,33,.65), rgba(18,40,33,.45));
}
.photo-break-inner {
  position: relative; z-index: 2;
  max-width: 820px; padding: 0 32px;
  color: #fff;
}
.photo-break blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.25; font-style: italic;
  font-weight: 300; color: #fff;
  margin: 0 0 24px;
}
.photo-break-cite {
  font-size: .75rem; text-transform: uppercase; letter-spacing: .22em;
  color: var(--gold-soft);
}

/* ===== Why Us — magazine grid ===== */
.why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.why-cell {
  padding: 48px 32px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.why-cell:last-child { border-right: 0; }
.why-icon {
  width: 56px; height: 56px;
  border: 1px solid var(--gold);
  display: grid; place-items: center;
  margin: 0 auto 24px;
  color: var(--gold-deep);
}
.why-cell h3 {
  font-size: 1.3rem; margin-bottom: 12px;
}
.why-cell p { font-size: .92rem; color: var(--muted); margin: 0; }

/* ===== Lifestyle gallery ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.gallery-grid .g-item { overflow: hidden; }
.gallery-grid .g-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.22,.61,.36,1);
}
.gallery-grid .g-item:hover img { transform: scale(1.05); }
.gallery-grid .g-tall { grid-row: span 2; }
.gallery-grid .g-wide { grid-column: span 2; }

/* ===== Founders magazine ===== */
.founders-mag {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
}
.founder-mag {
  padding: 64px 48px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex; flex-direction: column;
  gap: 28px;
}
.founder-mag .photo {
  width: 120px; height: 120px;
  background: var(--ivory-deep);
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; color: var(--green-deep);
  font-weight: 500;
}
.founder-mag h3 { margin-bottom: 4px; font-size: 1.7rem; }
.founder-mag .role {
  font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 16px;
}
.founder-mag p { font-size: .96rem; line-height: 1.8; }

/* ===== Testimonial luxe ===== */
.lux-testimonial {
  text-align: center;
  max-width: 880px; margin: 0 auto;
}
.lux-testimonial .quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem; color: var(--gold);
  line-height: 1; margin-bottom: -28px;
  font-weight: 400;
}
.lux-testimonial blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 400; font-style: italic;
  color: var(--green-deep); line-height: 1.45;
  margin: 0 0 36px;
}
.lux-testimonial-author { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.lux-testimonial-author strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 500; color: var(--ink);
}
.lux-testimonial-author span {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .22em;
  color: var(--muted);
}

/* ===== Connect / Schedule a private viewing ===== */
.connect {
  background: var(--green);
  color: rgba(255,255,255,.85);
  position: relative; overflow: hidden;
}
.connect::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 500px; height: 500px;
  border: 1px solid rgba(201,163,94,.2);
  border-radius: 50%;
}
.connect::after {
  content: ''; position: absolute; bottom: -150px; left: -150px;
  width: 400px; height: 400px;
  border: 1px solid rgba(201,163,94,.15);
  border-radius: 50%;
}
.connect-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.connect h2 { color: #fff; }
.connect p { color: rgba(255,255,255,.75); }
.connect .info-row { display: flex; gap: 20px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.connect .info-row:last-child { border-bottom: 0; }
.connect .info-row .icon {
  width: 40px; height: 40px;
  border: 1px solid rgba(201,163,94,.4);
  display: grid; place-items: center;
  color: var(--gold); flex-shrink: 0;
}
.connect .info-row strong { color: #fff; display: block; font-size: .95rem; margin-bottom: 2px; }
.connect .info-row a { color: var(--gold-soft); }
.connect .info-row a:hover { color: #fff; }

.connect-form {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,163,94,.3);
  padding: 48px 40px;
}
.connect-form h3 { color: #fff; margin-bottom: 8px; }
.connect-form p { font-size: .9rem; margin-bottom: 24px; }
.connect-form input, .connect-form select, .connect-form textarea {
  width: 100%; padding: 14px 16px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff; font-family: inherit; font-size: .92rem;
  margin-bottom: 14px; border-radius: 0;
  transition: border-color .2s ease;
}
.connect-form input::placeholder, .connect-form textarea::placeholder { color: rgba(255,255,255,.4); }
.connect-form input:focus, .connect-form select:focus, .connect-form textarea:focus {
  outline: none; border-color: var(--gold);
}
.connect-form select { color: rgba(255,255,255,.7); }
.connect-form select option { background: var(--green-deep); color: #fff; }
.connect-form .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.connect-form .form-row-2 input { margin-bottom: 14px; }
.connect-form .honeypot { position: absolute; left: -10000px; opacity: 0; height: 0; }
.connect-form .form-status { font-size: .85rem; padding: 10px 14px; margin-top: 8px; display: none; }
.connect-form .form-status.success { background: rgba(255,255,255,.1); color: #B8E5A8; display: block; }
.connect-form .form-status.error { background: rgba(180,40,40,.2); color: #F8B0B0; display: block; }

/* ===== Press / featured-in ===== */
.press-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 60px; padding: 24px 0;
}
.press-row .press-item {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; color: var(--muted); font-style: italic;
  opacity: .7; transition: opacity .2s ease;
}
.press-row .press-item:hover { opacity: 1; }

/* ===== Footer ===== */
.site-footer {
  background: var(--green-deep);
  color: rgba(255,255,255,.7);
  padding: 80px 0 24px;
  margin-top: 0;
  position: relative; overflow: hidden;
}
.site-footer .footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-footer .footer-brand .brand { color: #fff; margin-bottom: 18px; font-size: 1.6rem; }
.site-footer .footer-brand .brand-name { color: #fff; }
.site-footer .footer-brand p { color: rgba(255,255,255,.55); font-size: .92rem; line-height: 1.7; }
.site-footer h4 {
  color: var(--gold-soft); font-size: .72rem;
  text-transform: uppercase; letter-spacing: .22em; margin-bottom: 22px;
  font-family: 'Inter', sans-serif; font-weight: 600;
}
.site-footer a {
  color: rgba(255,255,255,.65); display: block; padding: 5px 0;
  font-size: .92rem;
}
.site-footer a:hover { color: var(--gold); }
.footer-bottom {
  padding-top: 24px; display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px; font-size: .82rem; color: rgba(255,255,255,.45);
}
.footer-bottom a { color: rgba(255,255,255,.45); margin-left: 18px; display: inline; padding: 0; }
.footer-bg-text {
  position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(8rem, 20vw, 18rem); font-weight: 500;
  color: rgba(255,255,255,.04); pointer-events: none; line-height: 1; white-space: nowrap;
}

/* ===== Floating WhatsApp / mobile CTA ===== */
.wa-float {
  position: fixed; bottom: 28px; right: 28px;
  width: 60px; height: 60px;
  border-radius: 50%; background: #25D366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
  display: grid; place-items: center; z-index: 60;
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 30px; height: 30px; }
.mobile-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: #fff; border-top: 1px solid var(--line); padding: 10px 12px;
  gap: 8px; z-index: 55; box-shadow: 0 -4px 20px rgba(0,0,0,.06);
}
.mobile-cta a {
  flex: 1; padding: 12px 6px;
  font-size: .72rem; font-weight: 500; letter-spacing: .12em;
  text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px;
}

/* ===== Legacy classes (kept to not break other pages) ===== */
.section { padding: 80px 0; }
.section-tight { padding: 56px 0; }
.section-soft { background: var(--bg-soft); }
.section-cream { background: var(--ivory); }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-header.left { text-align: left; margin-left: 0; }
.section-header p { color: var(--ink-soft); font-size: 1.05rem; }

.card {
  background: #fff; border: 1px solid var(--line); padding: 28px;
  transition: border-color .25s ease, transform .25s ease;
}
.card:hover { border-color: var(--gold); }
.card-icon {
  width: 44px; height: 44px;
  border: 1px solid var(--gold);
  display: grid; place-items: center;
  color: var(--gold-deep); margin-bottom: 16px;
}
.advantage {
  display: grid; grid-template-columns: repeat(3, 1fr) 280px; gap: 16px; align-items: stretch;
}
.advantage .card-side {
  background: var(--ivory); padding: 28px; grid-row: span 2;
  display: flex; flex-direction: column; justify-content: space-between;
}
.advantage .card h3 { font-size: 1.15rem; margin-bottom: 6px; }
.advantage .card p { font-size: .92rem; margin: 0; color: var(--muted); }

.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card {
  background: #fff; border: 1px solid var(--line); overflow: hidden;
  display: flex; flex-direction: column; transition: border-color .25s ease, transform .25s ease;
}
.project-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.project-card-img { aspect-ratio: 4/3; background: var(--ivory); overflow: hidden; }
.project-card-img img, .project-card-img svg { width: 100%; height: 100%; object-fit: cover; }
.project-card-body { padding: 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.project-card h3 { font-size: 1.4rem; margin: 0; }
.project-card .location {
  display: inline-flex; align-items: center; gap: 6px; color: var(--gold-deep);
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
}
.project-card .specs {
  display: flex; gap: 14px; flex-wrap: wrap;
  padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 6px 0;
}
.project-card .specs span { font-size: .82rem; color: var(--ink-soft); }
.project-card .actions { display: flex; gap: 10px; margin-top: auto; padding-top: 8px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step { padding: 36px 28px; background: var(--ivory); border-top: 2px solid var(--gold); }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; color: var(--gold-deep); margin-bottom: 12px;
  font-weight: 400; line-height: 1;
}
.step h3 { font-size: 1.3rem; margin-bottom: 8px; }
.step p { font-size: .92rem; color: var(--muted); margin: 0; }

.faq { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start; }
.faq-side h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.faq-side .send-msg { margin-top: 18px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  border: 1px solid var(--line); background: #fff; overflow: hidden;
  transition: border-color .2s ease;
}
.faq-item[open] { border-color: var(--gold); }
.faq-item summary {
  list-style: none; padding: 22px 26px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  cursor: pointer; font-weight: 500; color: var(--ink); font-size: 1.02rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; color: var(--gold-deep);
  width: 28px; flex-shrink: 0; text-align: center;
  transition: transform .25s ease;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body { padding: 0 26px 24px; color: var(--ink-soft); font-size: .96rem; line-height: 1.75; }

.form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form label { display: block; font-size: .75rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .12em; }
.form input, .form select, .form textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--line); background: #fff; color: var(--ink);
  font-family: inherit; font-size: .95rem; border-radius: 0;
  transition: border-color .15s ease;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--gold); }
.form textarea { resize: vertical; min-height: 110px; }
.form .honeypot { position: absolute; left: -10000px; opacity: 0; height: 0; }
.form-status { font-size: .9rem; padding: 12px 16px; display: none; }
.form-status.success { background: var(--ivory); border-left: 3px solid var(--green); color: var(--green-deep); display: block; }
.form-status.error { background: #FBEEEE; border-left: 3px solid #B22020; color: #B22020; display: block; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px; background: #fff; border: 1px solid var(--line);
  transition: border-color .2s ease;
}
.feature:hover { border-color: var(--gold); }
.feature-icon {
  width: 38px; height: 38px;
  border: 1px solid var(--gold);
  display: grid; place-items: center; flex-shrink: 0;
  color: var(--gold-deep);
}
.feature-text { font-size: .92rem; font-weight: 500; color: var(--ink); }

.page-hero {
  padding: 80px 0 60px;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { margin-bottom: 16px; }
.breadcrumbs {
  font-size: .72rem; color: var(--muted); margin-bottom: 18px;
  text-transform: uppercase; letter-spacing: .18em;
}
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--gold-deep); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.two-col img, .two-col svg { }

.trust-bar { background: var(--ivory); padding: 32px 0; }
.trust-bar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-item-icon {
  width: 44px; height: 44px;
  border: 1px solid var(--gold);
  display: grid; place-items: center;
  color: var(--gold-deep); flex-shrink: 0;
}
.trust-item strong { display: block; font-size: .98rem; color: var(--ink); font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; }
.trust-item span { font-size: .8rem; color: var(--muted); }

.founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.founder { padding: 36px; background: #fff; border: 1px solid var(--line); }
.founder-photo {
  width: 96px; height: 96px;
  border: 1px solid var(--gold); border-radius: 50%;
  margin-bottom: 20px;
  display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; color: var(--green-deep);
  background: var(--ivory);
}
.founder h3 { margin-bottom: 6px; }
.founder .role {
  color: var(--gold-deep);
  font-weight: 600; font-size: .72rem;
  text-transform: uppercase; letter-spacing: .18em;
  margin-bottom: 16px;
}

.testimonial {
  background: var(--green); color: #fff;
  padding: 64px; max-width: 920px; margin: 0 auto;
  position: relative; overflow: hidden;
}
.testimonial::before {
  content: '"'; position: absolute; top: -60px; left: 32px;
  font-size: 280px; font-family: 'Cormorant Garamond', serif;
  color: rgba(201,163,94,.15); line-height: 1; font-weight: 400;
}
.testimonial blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; line-height: 1.5; font-style: italic;
  margin: 0 0 30px; position: relative; font-weight: 400;
}
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gold); color: var(--green-deep);
  display: grid; place-items: center; font-weight: 600;
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
}
.testimonial-author strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 500; }
.testimonial-author span { color: var(--gold-soft); font-size: .76rem; text-transform: uppercase; letter-spacing: .18em; }

/* Hero art legacy (used by other pages) */
.hero { padding: 60px 0 40px; background: var(--ivory); }
.hero-inner { text-align: center; max-width: 820px; margin: 0 auto; }
.stats { padding: 28px 0 12px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 400; color: var(--green-deep); letter-spacing: -.01em; line-height: 1; }
.stat-label { font-size: .75rem; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; margin-top: 6px; }

/* ===== Eco City master plan (responsive) ===== */
.road-specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto 40px;
  background: #fff;
  border: 1px solid var(--line);
}
.road-specs-cell { padding: 32px 24px; text-align: center; border-right: 1px solid var(--line); }
.road-specs-cell:last-child { border-right: 0; }
.road-specs-num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; color: var(--green-deep); line-height: 1; margin-bottom: 8px; }
.road-specs-num span { font-size: .5em; color: var(--gold); font-style: italic; }
.road-specs-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }

.master-plan-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.master-plan-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -8px;
  padding: 0 8px;
}
.master-plan-grid { min-width: 680px; }
.master-plan-hint {
  display: none;
  font-size: .7rem; color: var(--muted);
  text-align: center; margin-top: 12px;
  text-transform: uppercase; letter-spacing: .14em;
}

@media (max-width: 768px) {
  .road-specs-grid { grid-template-columns: repeat(2, 1fr); }
  .road-specs-cell { padding: 24px 16px; border-bottom: 1px solid var(--line); }
  .road-specs-cell:nth-child(odd) { border-right: 1px solid var(--line); }
  .road-specs-cell:nth-child(even) { border-right: 0; }
  .road-specs-cell:nth-last-child(-n+2) { border-bottom: 0; }
  .road-specs-num { font-size: 2rem; }
  .master-plan-card { padding: 20px; }
  .master-plan-hint { display: block; }
}
@media (max-width: 540px) {
  .road-specs-num { font-size: 1.6rem; }
  .road-specs-label { font-size: .65rem; letter-spacing: .12em; }
  .master-plan-card { padding: 14px; }
}

/* ===== Utilities ===== */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.gap-2 { gap: 12px; } .gap-3 { gap: 18px; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .heritage-grid { grid-template-columns: 1fr; gap: 56px; }
  .heritage-image::before { display: none; }
  .heritage-image img { height: 480px; }
  .lux-properties { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-cell { border-bottom: 1px solid var(--line); }
  .why-cell:nth-child(2) { border-right: 0; }
  .connect-inner { grid-template-columns: 1fr; gap: 48px; }
  .lux-section { padding: 80px 0; }
}
@media (max-width: 960px) {
  .nav-links, .nav-cta .btn-outline, .nav-cta .btn-primary, .nav-cta .btn-gold { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 24px 32px; gap: 18px; box-shadow: var(--shadow-md);
  }
  /* When the dropdown is open, links must be dark even if the header is in transparent state */
  .nav-links.open a,
  .site-header.transparent .nav-links.open a { color: var(--ink) !important; }
  .site-header.transparent .nav-links.open a:hover { color: var(--gold-deep) !important; }
  /* Hamburger icon must remain visible when the menu is open over a white dropdown */
  .site-header.transparent .nav-toggle.is-open svg { stroke: var(--ink); }
  /* Always-visible mobile CTA inside the dropdown so users can act without closing the menu */
  .nav-links.open::after {
    content: '';
    display: block; width: 100%;
    border-top: 1px solid var(--line);
    margin-top: 6px;
  }
  .lux-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .lux-stat { border-right: 0; }
  .lux-stat:nth-child(odd) { border-right: 1px solid var(--line); }
  .lux-properties-3 { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .founders-mag { grid-template-columns: 1fr; }
  .founder-mag { padding: 40px 28px; }
  .photo-break { background-attachment: scroll; }
  .photo-break blockquote { font-size: 1.4rem; }
  .lux-hero { height: 80vh; min-height: 540px; }
  .lux-hero-meta { display: none; }
  .lux-hero-scroll { display: none; }
  .top-bar-row { font-size: .72rem; gap: 8px; justify-content: center; }
  .top-bar-left { gap: 16px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .advantage { grid-template-columns: repeat(2, 1fr); }
  .advantage .card-side { grid-row: auto; grid-column: span 2; }
  .projects-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .faq { grid-template-columns: 1fr; gap: 24px; }
  .founders { grid-template-columns: 1fr; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .trust-bar-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  .wa-float { bottom: 78px; }
  body { padding-bottom: 70px; }
  .testimonial { padding: 40px 28px; }
  .section { padding: 56px 0; }
  .container { padding: 0 24px; }
}
@media (max-width: 540px) {
  :root { --header-h: 72px; }
  .container, .container-wide, .container-tight { padding: 0 20px; }
  .lux-stats-grid { grid-template-columns: 1fr; }
  .lux-stat:nth-child(odd) { border-right: 0; }
  .lux-stat { border-bottom: 1px solid var(--line); padding-bottom: 32px; }
  .lux-stat:last-child { border-bottom: 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-cell { border-right: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .site-footer .footer-grid { grid-template-columns: 1fr; }
  .lux-section { padding: 64px 0; }
  .heritage-image img { height: 360px; }
  .connect-form { padding: 32px 24px; }
  .connect-form .form-row-2 { grid-template-columns: 1fr; }
  /* Hero typography safety on small phones */
  .lux-hero h1 { font-size: clamp(2.1rem, 9vw, 3.2rem); }
  .lux-hero .lead { font-size: 1rem; }
  .lux-hero-ctas { flex-direction: column; align-items: stretch; gap: 10px; }
  .lux-hero-ctas .btn { width: 100%; }
  /* Page-hero (sub-pages) shrink */
  .page-hero { padding: 56px 0 40px; }
  .page-hero h1 { font-size: clamp(1.8rem, 8vw, 2.6rem); }
  /* Heritage block tighter on phones */
  .heritage-text .lead-line { font-size: 1.15rem; padding-left: 14px; }
  /* Top bar wraps gracefully */
  .top-bar-row { flex-direction: column; gap: 4px; }
  .top-bar-left, .top-bar-right { gap: 12px; flex-wrap: wrap; justify-content: center; }
  .top-bar { font-size: .72rem; }
  /* Founder mag tighter */
  .founder-mag { padding: 32px 22px; }
  /* Testimonial sizing */
  .lux-testimonial blockquote { font-size: 1.2rem; }
  .lux-testimonial .quote-mark { font-size: 4rem; margin-bottom: -16px; }
  /* Photo break smaller */
  .photo-break { height: 50vh; min-height: 380px; }
  .photo-break blockquote { font-size: 1.2rem; }
}
@media (max-width: 380px) {
  .road-specs-grid { grid-template-columns: 1fr; }
  .road-specs-cell { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .road-specs-cell:last-child { border-bottom: 0 !important; }
  .lux-hero h1 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .container { padding: 0 16px; }
}
