/* =============================================
   ABOUT.CSS — Bandra & Beyond Realty
   Warm editorial / magazine energy
   Off-white base, editorial type, large numerals
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --warm: #f9f4ef;
  --warm2: #f0e8df;
  --dark: #0e0d0c;
  --dark2: #1e1a16;
  --gold: #c9a84c;
  --gold2: #a88630;
  --text: #2a2520;
  --text-muted: #8a7f74;
  --border: #e2d8cc;
  --white: #ffffff;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Outfit', sans-serif;
}

html { scroll-behavior: smooth; }
body {
  background: var(--warm);
  color: var(--text);
  font-family: var(--font-sans);
  overflow-x: hidden;
}

/* ---- NAV ---- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 48px;
  transition: all 0.3s;
}
.nav.scrolled {
  background: rgba(249,244,239,0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  padding: 14px 48px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.nav-logo {
  font-family: var(--font-serif); font-size: 1.5rem;
  font-weight: 600; color: var(--gold); text-decoration: none;
}
.nav-logo span { color: var(--dark); font-weight: 300; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a {
  color: var(--text-muted); text-decoration: none;
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: color 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta {
  background: var(--dark); color: var(--white);
  padding: 10px 22px; border-radius: 2px;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; transition: background 0.3s;
}
.nav-cta:hover { background: var(--gold); }
.hamburger {
  display: none; background: none; border: none;
  color: var(--dark); font-size: 1.3rem; cursor: pointer;
}
.mobile-menu {
  position: fixed; inset: 0; background: var(--dark);
  z-index: 2000; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  transform: translateX(100%); transition: transform 0.4s ease;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu ul { list-style: none; text-align: center; }
.mobile-menu ul li { margin: 20px 0; }
.mobile-menu ul li a {
  font-family: var(--font-serif); font-size: 2rem;
  color: var(--white); text-decoration: none; transition: color 0.3s;
}
.mobile-menu ul li a:hover { color: var(--gold); }
.close-menu {
  position: absolute; top: 24px; right: 32px;
  background: none; border: none; color: var(--white);
  font-size: 1.5rem; cursor: pointer;
}

/* ---- MANIFESTO HERO ---- */
.manifesto {
  min-height: 100vh;
  background: var(--dark2);
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
  padding: 180px 10vw 120px;
  overflow: hidden;
}
.manifesto::before {
  content: 'ABOUT';
  position: absolute;
  font-family: var(--font-serif);
  font-size: 28vw; font-weight: 600;
  color: rgba(255,255,255,0.02);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  white-space: nowrap; pointer-events: none;
  letter-spacing: -0.02em;
}
.manifesto-inner { position: relative; z-index: 1; max-width: 800px; }
.manifesto-label {
  font-size: 0.7rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 32px;
}
.manifesto-title {
  font-family: var(--font-serif);
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 300; line-height: 1.0;
  color: var(--white);
  margin-bottom: 36px;
}
.manifesto-title em { font-style: italic; color: var(--gold); }
.manifesto-line {
  width: 80px; height: 1px;
  background: var(--gold); margin-bottom: 36px;
}
.manifesto-body {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.8; color: rgba(255,255,255,0.6);
  font-weight: 300; max-width: 600px;
}
.manifesto-numbers {
  display: flex; gap: 0;
  margin-top: 80px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 48px;
  position: relative; z-index: 1;
}
.mnum {
  flex: 1; padding: 0 40px 0 0;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.mnum:first-child { padding-left: 0; }
.mnum:last-child { border-right: none; }
.mnum-val {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600; color: var(--gold);
  margin-bottom: 6px;
}
.mnum-label {
  display: block; font-size: 0.7rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

/* ---- STORY ---- */
.story {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}
.story-left {
  background: var(--warm2);
  display: flex; align-items: center; justify-content: center;
  padding: 80px;
}
.story-img-block {
  position: relative; width: 100%; max-width: 420px; aspect-ratio: 3/4;
}
.story-img-main {
  width: 80%; height: 80%;
  position: absolute; top: 0; left: 0;
  border-radius: 2px;
}
.story-img-accent {
  width: 55%; height: 55%;
  position: absolute; bottom: 0; right: 0;
  border-radius: 2px;
  border: 6px solid var(--warm2);
}
.story-img-stat {
  position: absolute; bottom: -20px; left: -20px;
  background: var(--dark);
  padding: 20px 28px;
  border-radius: 2px;
  z-index: 10;
}
.img-stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.5rem; font-weight: 600; color: var(--gold);
}
.img-stat-label {
  display: block; font-size: 0.65rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.story-right {
  padding: 100px 80px;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--warm);
}
.story-eyebrow {
  font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.story-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300; line-height: 1.2;
  color: var(--dark); margin-bottom: 36px;
}
.story-heading em { font-style: italic; color: var(--gold); }
.story-text p {
  font-size: 0.95rem; line-height: 1.85;
  color: var(--text-muted); margin-bottom: 20px;
}
.story-cta {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 12px;
  color: var(--gold); text-decoration: none;
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: gap 0.3s;
}
.story-cta:hover { gap: 20px; }

/* ---- VALUES ---- */
.values {
  padding: 120px 80px;
  background: var(--dark);
}
.values-header { margin-bottom: 72px; text-align: center; }
.values-eyebrow {
  font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.values-heading {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300; color: var(--white);
}
.values-heading em { font-style: italic; color: var(--gold); }
.values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(255,255,255,0.06);
}
.value-item {
  background: var(--dark);
  padding: 56px 40px;
  position: relative;
  border-top: 2px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}
.value-item:hover {
  border-top-color: var(--gold);
  background: rgba(201,168,76,0.04);
}
.value-num {
  font-family: var(--font-serif);
  font-size: 5rem; font-weight: 300;
  color: rgba(255,255,255,0.04);
  position: absolute; top: 24px; right: 28px;
  line-height: 1;
  transition: color 0.3s;
}
.value-item:hover .value-num { color: rgba(201,168,76,0.12); }
.value-icon {
  width: 52px; height: 52px;
  background: rgba(201,168,76,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.2rem;
  margin-bottom: 24px;
}
.value-item h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem; font-weight: 400;
  color: var(--white); margin-bottom: 16px;
}
.value-item p {
  font-size: 0.88rem; line-height: 1.75;
  color: rgba(255,255,255,0.5);
}

/* ---- TEAM ---- */
.team { padding: 120px 80px; background: var(--warm); }
.team-header { margin-bottom: 60px; }
.team-eyebrow {
  font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.team-heading {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300; color: var(--dark);
}
.team-heading em { font-style: italic; color: var(--gold); }
.team-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  margin-bottom: 60px;
}
.team-card {
  background: var(--white);
  border-radius: 4px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  transition: transform 0.4s, box-shadow 0.4s;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}
.team-photo {
  height: 220px;
  display: flex; align-items: center; justify-content: center;
}
.team-initials {
  font-family: var(--font-serif);
  font-size: 3rem; font-weight: 300; color: rgba(255,255,255,0.6);
}
.team-info { padding: 28px; }
.team-info h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem; font-weight: 400; color: var(--dark);
  margin-bottom: 4px;
}
.team-role {
  font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.team-desc {
  font-size: 0.84rem; line-height: 1.7;
  color: var(--text-muted); margin-bottom: 20px;
}
.team-socials { display: flex; gap: 10px; }
.team-socials a {
  width: 34px; height: 34px;
  border: 1px solid var(--border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); font-size: 0.78rem;
  text-decoration: none; transition: all 0.3s;
}
.team-socials a:hover { border-color: var(--gold); color: var(--gold); }
.team-cta-wrap { text-align: center; }
.team-cta-btn {
  display: inline-block;
  background: var(--dark); color: var(--white);
  padding: 18px 44px; border-radius: 2px;
  font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: background 0.3s;
}
.team-cta-btn:hover { background: var(--gold); color: var(--dark); }

/* ---- AWARDS ---- */
.awards {
  background: var(--warm2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 100px 80px;
}
.awards-inner {
  display: grid; grid-template-columns: 1fr 1.5fr;
  gap: 80px; align-items: center;
}
.awards-eyebrow {
  font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.awards-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300; color: var(--dark); line-height: 1.2;
  margin-bottom: 24px;
}
.awards-text h2 em { font-style: italic; color: var(--gold); }
.awards-text p {
  font-size: 0.95rem; line-height: 1.8; color: var(--text-muted);
}
.awards-list { display: flex; flex-direction: column; gap: 24px; }
.award-item {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 24px; background: var(--white);
  border-radius: 4px; border-left: 3px solid var(--gold);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.3s;
}
.award-item:hover { transform: translateX(6px); }
.award-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(201,168,76,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1rem;
}
.award-item strong {
  display: block; font-size: 0.9rem; font-weight: 600;
  color: var(--dark); margin-bottom: 4px;
}
.award-item span {
  font-size: 0.78rem; color: var(--text-muted);
}

/* ---- ABOUT CTA ---- */
.about-cta {
  padding: 120px 80px; text-align: center;
  background: var(--dark);
  position: relative; overflow: hidden;
}
.about-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.07) 0%, transparent 65%);
}
.about-cta-inner { position: relative; z-index: 1; }
.about-cta-inner h2 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 300; color: var(--white); line-height: 1.1;
  margin-bottom: 20px;
}
.about-cta-inner h2 em { font-style: italic; color: var(--gold); }
.about-cta-inner p {
  font-size: 1rem; color: rgba(255,255,255,0.5);
  font-weight: 300; margin-bottom: 48px;
}
.about-cta-btns { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-gold {
  background: var(--gold); color: var(--dark);
  padding: 18px 40px; border-radius: 2px;
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s;
  display: inline-block;
}
.btn-gold:hover { background: #e8c97a; transform: translateY(-2px); }
.btn-outline {
  border: 1px solid rgba(255,255,255,0.3); color: var(--white);
  padding: 18px 40px; border-radius: 2px;
  font-size: 0.85rem; font-weight: 400;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s;
  display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ---- FOOTER ---- */
.footer {
  background: #050505;
  border-top: 1px solid rgba(201,168,76,0.12);
  padding: 80px 80px 0;
}
.footer-inner {
  display: grid; grid-template-columns: 2fr 1fr 1.5fr;
  gap: 60px; padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-logo {
  font-family: var(--font-serif); font-size: 1.6rem;
  font-weight: 600; color: var(--gold); margin-bottom: 16px;
}
.footer-logo span { color: white; font-weight: 300; }
.footer-brand p {
  font-size: 0.85rem; line-height: 1.8;
  color: rgba(255,255,255,0.45); margin-bottom: 24px;
}
.footer-socials { display: flex; gap: 12px; }
.footer-socials a {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.12); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); font-size: 0.8rem;
  text-decoration: none; transition: all 0.3s;
}
.footer-socials a:hover { border-color: var(--gold); color: var(--gold); }
.footer-links h5, .footer-contact h5 {
  font-size: 0.68rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
}
.footer-links ul { list-style: none; }
.footer-links ul li { margin-bottom: 10px; }
.footer-links ul li a {
  font-size: 0.85rem; color: rgba(255,255,255,0.5);
  text-decoration: none; transition: color 0.3s;
}
.footer-links ul li a:hover { color: white; }
.footer-contact p {
  font-size: 0.85rem; color: rgba(255,255,255,0.5);
  margin-bottom: 10px; display: flex;
  align-items: flex-start; gap: 10px; line-height: 1.6;
}
.footer-contact i { color: var(--gold); }
.footer-bottom { padding: 24px 0; text-align: center; }
.footer-bottom p { font-size: 0.75rem; color: rgba(255,255,255,0.25); }

/* ---- ANIMATIONS ---- */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1100px) {
  .nav { padding: 18px 32px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: block; }
  .nav.scrolled { padding: 14px 32px; }
  .story { grid-template-columns: 1fr; }
  .story-left { padding: 60px; min-height: 400px; }
  .story-right { padding: 60px 40px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .awards-inner { grid-template-columns: 1fr; }
  .manifesto-numbers { flex-wrap: wrap; }
  .mnum { min-width: 40%; padding: 20px 0; border: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
}
@media (max-width: 700px) {
  .manifesto { padding: 140px 24px 80px; }
  .values { padding: 80px 24px; }
  .values-grid { grid-template-columns: 1fr; }
  .team { padding: 80px 24px; }
  .team-grid { grid-template-columns: 1fr; }
  .awards { padding: 60px 24px; }
  .about-cta { padding: 80px 24px; }
  .footer { padding: 48px 24px 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
}
