  :root {
    --obsidian: #111010;
    --charcoal: #1C1C1C;
    --warm-dark: #1A1815;
    --rust: #B8451F;
    --gold: #C9A84C;
    --cream: #F0EBE1;
    --ivory: #FAF7F2;
    --stone: #8C8175;
    --border: rgba(201,168,76,0.2);
  }
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; background: var(--ivory); color: var(--charcoal); overflow-x: hidden; }

  /* LANG TOGGLE */
  .lang-toggle { display: flex; align-items: center; background: rgba(255,255,255,0.06); border: 1px solid var(--border); overflow: hidden; flex-shrink: 0; }
  .lang-btn { font-family: 'Jost', sans-serif; font-size: 0.58rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(242,237,228,0.38); background: transparent; border: none; padding: 0.45rem 0.9rem; cursor: pointer; transition: all 0.2s; line-height: 1; }
  .lang-btn.active { background: var(--gold); color: var(--obsidian); }
  .lang-btn:not(.active):hover { color: var(--gold); }
  .lang-sep { width: 1px; height: 20px; background: var(--border); }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 5rem; background: rgba(17,16,16,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); transition: padding 0.35s; }
  nav.scrolled { padding: 1rem 5rem; }
  .nav-right { display: flex; align-items: center; gap: 2.5rem; }
  .logo { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 300; color: var(--ivory); letter-spacing: 4px; text-transform: uppercase; text-decoration: none; }
  .logo em { font-style: normal; color: var(--gold); }
  nav ul { list-style: none; display: flex; gap: 2.5rem; align-items: center; }
  nav ul a { font-family: 'Jost', sans-serif; font-size: 0.65rem; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; color: rgba(242,237,228,0.5); text-decoration: none; transition: color 0.25s; }
  nav ul a:hover { color: var(--gold); }
  .nav-cta { color: var(--gold) !important; border: 1px solid var(--border) !important; padding: 0.55rem 1.6rem !important; transition: all 0.25s !important; }
  .nav-cta:hover { background: var(--gold) !important; color: var(--obsidian) !important; border-color: var(--gold) !important; }

  /* HERO */
  .hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--obsidian); padding-top: 80px; position: relative; overflow: hidden; }
  .hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 40%, rgba(184,69,31,0.06) 0%, transparent 55%); pointer-events: none; }
  .hero-text { padding: 6rem 5rem; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
  .hero-kicker { font-family: 'Jost', sans-serif; font-size: 0.6rem; font-weight: 400; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 2.5rem; display: flex; align-items: center; gap: 1rem; }
  .hero-kicker::before { content: ''; display: block; width: 36px; height: 1px; background: var(--gold); opacity: 0.6; }
  .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.5rem, 6vw, 6rem); font-weight: 300; line-height: 1.0; color: var(--ivory); margin-bottom: 2.2rem; letter-spacing: 1px; }
  .hero h1 strong { font-weight: 600; font-style: italic; color: var(--gold); display: block; }
  .hero-desc { font-size: 0.92rem; line-height: 1.95; color: rgba(242,237,228,0.48); max-width: 400px; margin-bottom: 3.5rem; font-weight: 300; }
  .hero-buttons { display: flex; gap: 1.2rem; flex-wrap: wrap; }
  .btn-gold { font-family: 'Jost', sans-serif; font-size: 0.62rem; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; background: var(--gold); color: var(--obsidian); padding: 1rem 2.8rem; border: 1px solid var(--gold); text-decoration: none; transition: all 0.3s; display: inline-block; }
  .btn-gold:hover { background: transparent; color: var(--gold); }
  .btn-ghost { font-family: 'Jost', sans-serif; font-size: 0.62rem; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; background: transparent; color: rgba(242,237,228,0.55); padding: 1rem 2.8rem; border: 1px solid rgba(242,237,228,0.18); text-decoration: none; transition: all 0.3s; display: inline-block; }
  .btn-ghost:hover { border-color: rgba(242,237,228,0.55); color: var(--ivory); }
  .hero-visual { position: relative; overflow: hidden; }
  .hero-visual img { width: 100%; height: 100%; object-fit: cover; opacity: 0.62; filter: contrast(1.05) saturate(0.55); display: block; }
  .hero-visual::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, var(--obsidian) 0%, transparent 22%); z-index: 1; pointer-events: none; }
  .hero-badge { position: absolute; bottom: 3rem; right: 3rem; z-index: 5; background: rgba(17,16,16,0.88); backdrop-filter: blur(12px); border: 1px solid var(--border); padding: 1.8rem 2.5rem; text-align: center; }
  .badge-price { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--ivory); line-height: 1; display: block; }
  .badge-label { font-family: 'Jost', sans-serif; font-size: 0.55rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-top: 0.4rem; display: block; }

  /* STAT BAND */
  .stat-band { background: var(--warm-dark); padding: 2.5rem 5rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); }
  .stat-item { display: flex; align-items: center; gap: 1.2rem; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: var(--gold); line-height: 1; }
  .stat-text { font-family: 'Jost', sans-serif; font-size: 0.58rem; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(242,237,228,0.35); line-height: 1.6; }
  .stat-sep { width: 1px; height: 36px; background: rgba(255,255,255,0.07); }

  /* SECTIONS */
  section { padding: 7rem 5rem; }
  .kicker { font-family: 'Jost', sans-serif; font-size: 0.58rem; font-weight: 400; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; }
  .kicker::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); opacity: 0.6; }
  h2.serif { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 4vw, 4rem); font-weight: 300; line-height: 1.08; letter-spacing: 0.3px; color: var(--charcoal); }
  h2.serif em { font-style: italic; color: var(--rust); }
  h2.serif-light { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 4vw, 4rem); font-weight: 300; line-height: 1.08; letter-spacing: 0.3px; color: var(--ivory); }
  h2.serif-light em { font-style: italic; color: var(--gold); }

  /* HOME SECTION */
  .home-section { background: var(--ivory); }
  .home-intro { margin-bottom: 3.5rem; }
  .home-card { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(28,28,28,0.1); box-shadow: 0 24px 80px rgba(0,0,0,0.07); overflow: hidden; }
  .home-image { overflow: hidden; }
  .home-image img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; filter: saturate(0.7) contrast(1.05); transition: transform 0.9s ease, filter 0.5s; display: block; }
  .home-image:hover img { transform: scale(1.04); filter: saturate(0.9) contrast(1.05); }
  .home-details { background: var(--charcoal); padding: 4.5rem 4rem; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
  .home-details::before { content: ''; position: absolute; top: 0; right: 0; width: 220px; height: 220px; background: radial-gradient(circle, rgba(201,168,76,0.05) 0%, transparent 70%); pointer-events: none; }
  .home-tag { font-family: 'Jost', sans-serif; font-size: 0.55rem; font-weight: 400; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.8rem; }
  .home-tag::before { content: ''; display: block; width: 18px; height: 1px; background: var(--gold); opacity: 0.5; }
  .home-name { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--ivory); letter-spacing: 3px; margin-bottom: 1.5rem; line-height: 1; }
  .home-desc { font-size: 0.88rem; line-height: 1.95; color: rgba(242,237,228,0.5); font-weight: 300; margin-bottom: 2.5rem; }
  .home-features { list-style: none; margin-bottom: 3rem; }
  .home-features li { font-family: 'Jost', sans-serif; font-size: 0.65rem; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; color: rgba(242,237,228,0.4); display: flex; align-items: center; gap: 0.8rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .home-features li .dash { color: var(--rust); }
  .home-pricing { display: flex; align-items: baseline; gap: 0.8rem; margin-bottom: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
  .price-label { font-family: 'Jost', sans-serif; font-size: 0.55rem; letter-spacing: 3px; text-transform: uppercase; color: rgba(242,237,228,0.28); }
  .price-value { font-family: 'Cormorant Garamond', serif; font-size: 3.4rem; font-weight: 300; color: var(--ivory); line-height: 1; }
  .home-cta { text-align: center; }

  /* WHY US */
  .why-section { background: var(--cream); display: grid; grid-template-columns: 1fr 1.3fr; gap: 7rem; align-items: center; }
  .features-list { display: grid; gap: 0; }
  .feature { padding: 2.2rem 0; border-bottom: 1px solid rgba(28,28,28,0.08); display: grid; grid-template-columns: 44px 1fr; gap: 1.5rem; align-items: start; }
  .feature:first-child { padding-top: 0; }
  .feature:last-child { border-bottom: none; }
  .f-num { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 400; color: var(--gold); opacity: 0.65; padding-top: 0.2rem; }
  .f-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.4rem; }
  .f-body { font-size: 0.84rem; line-height: 1.85; color: var(--stone); font-weight: 300; }
  .why-desc { margin-top: 2rem; font-weight: 300; line-height: 1.95; color: var(--stone); font-size: 0.9rem; max-width: 360px; }
  .inq-desc { margin-top: 1.8rem; font-weight: 300; font-size: 0.88rem; line-height: 1.95; color: rgba(242,237,228,0.42); max-width: 340px; }

  /* PROCESS */
  .process-section { background: var(--obsidian); position: relative; overflow: hidden; }
  .process-section::before { content: ''; position: absolute; top: -80px; left: -80px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.035) 0%, transparent 70%); pointer-events: none; }
  .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 5rem; border-top: 1px solid rgba(255,255,255,0.05); border-left: 1px solid rgba(255,255,255,0.05); }
  .p-step { padding: 3rem 2.5rem; border-right: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); transition: background 0.3s; }
  .p-step:hover { background: rgba(255,255,255,0.02); }
  .p-icon { font-size: 2rem; line-height: 1; margin-bottom: 0.2rem; filter: grayscale(0.3); }
  .p-line { width: 22px; height: 1px; background: var(--gold); opacity: 0.45; margin-bottom: 1.5rem; }
  .p-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; color: var(--ivory); margin-bottom: 0.8rem; }
  .p-body { font-size: 0.8rem; line-height: 1.9; color: rgba(242,237,228,0.36); font-weight: 300; }

  /* FOUNDERS NOTE */
  .founders-section { background: var(--ivory); display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; border-top: 1px solid rgba(28,28,28,0.07); border-bottom: 1px solid rgba(28,28,28,0.07); }
  .founders-left { padding: 7rem 5rem; display: flex; flex-direction: column; justify-content: center; }
  .founders-right { background: var(--charcoal); padding: 7rem 5rem; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
  .founders-right::before { content: '\201C'; font-family: 'Cormorant Garamond', serif; font-size: 18rem; color: var(--gold); opacity: 0.04; position: absolute; top: -2rem; left: 2rem; line-height: 1; pointer-events: none; }
  .founders-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-style: italic; font-weight: 300; color: var(--ivory); line-height: 1.65; margin-bottom: 2.5rem; position: relative; z-index: 1; }
  .founders-sig { font-family: 'Jost', sans-serif; font-size: 0.6rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
  .founders-body { font-size: 0.9rem; line-height: 1.95; color: var(--stone); font-weight: 300; margin-top: 1.8rem; max-width: 440px; }
  .founders-badge { display: inline-flex; align-items: center; gap: 0.8rem; margin-top: 3rem; padding: 1rem 1.8rem; border: 1px solid rgba(28,28,28,0.12); background: var(--cream); }
  .founders-badge-icon { font-size: 1.2rem; }
  .founders-badge-text { font-family: 'Jost', sans-serif; font-size: 0.6rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--charcoal); line-height: 1.5; }
  .founders-badge-text strong { display: block; color: var(--rust); }

  /* MOBILE MENU */
  .hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 12px; margin: -12px; }
  .hamburger span { display: block; width: 24px; height: 1.5px; background: rgba(242,237,228,0.7); transition: all 0.3s; }
  .hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 200; background: rgba(17,16,16,0.98); backdrop-filter: blur(20px); flex-direction: column; align-items: center; justify-content: center; gap: 0; }
  .mobile-menu.open { display: flex; }
  /* Mobile nav lang pill — visible next to hamburger */
  .mobile-lang-inline { display: none; align-items: center; overflow: hidden; border: 1px solid var(--border); }
  .mobile-lang-inline button { font-family: 'Jost', sans-serif; font-size: 0.55rem; letter-spacing: 2px; text-transform: uppercase; background: transparent; border: none; color: rgba(242,237,228,0.45); padding: 0.4rem 0.8rem; cursor: pointer; transition: all 0.2s; line-height: 1; }
  .mobile-lang-inline button.active { background: var(--gold); color: var(--obsidian); }
  .mobile-lang-inline .lang-sep { width: 1px; height: 14px; background: var(--border); }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 7vw, 3rem); font-weight: 300; color: rgba(242,237,228,0.6); text-decoration: none; letter-spacing: 3px; padding: 1rem 2rem; transition: color 0.2s; border-bottom: 1px solid rgba(255,255,255,0.04); width: 100%; text-align: center; }
  .mobile-menu a:hover { color: var(--gold); }
  .mobile-menu a:last-child { border-bottom: none; margin-top: 1rem; color: var(--gold); font-size: 1.2rem; letter-spacing: 4px; font-family: 'Jost', sans-serif; font-weight: 400; }
  .mobile-lang { display: flex; gap: 0; margin-top: 2.5rem; border: 1px solid var(--border); overflow: hidden; }
  .mobile-lang button { font-family: 'Jost', sans-serif; font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; background: transparent; border: none; color: rgba(242,237,228,0.38); padding: 0.7rem 1.4rem; cursor: pointer; transition: all 0.2s; }
  .mobile-lang button.active { background: var(--gold); color: var(--obsidian); }

  /* WHATSAPP */
  .whatsapp-btn { position: fixed; bottom: 2rem; right: 2rem; z-index: 200; display: flex; align-items: center; gap: 0.7rem; background: #25D366; color: #fff; text-decoration: none; padding: 0.85rem 1.4rem; border-radius: 50px; box-shadow: 0 8px 32px rgba(37,211,102,0.35); font-family: 'Jost', sans-serif; font-size: 0.65rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; transition: all 0.3s; animation: waPulse 2.5s ease-in-out infinite; }
  .whatsapp-btn:hover { background: #1ebe5d; box-shadow: 0 12px 40px rgba(37,211,102,0.5); transform: translateY(-2px); animation: none; }
  .whatsapp-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
  @keyframes waPulse { 0%, 100% { box-shadow: 0 8px 32px rgba(37,211,102,0.35); } 50% { box-shadow: 0 8px 40px rgba(37,211,102,0.6); } }

  /* INQUIRY */
  .inquiry-section { background: var(--warm-dark); display: grid; grid-template-columns: 1fr 1.15fr; padding: 0; }
  .inq-left { padding: 7rem 5rem; border-right: 1px solid rgba(255,255,255,0.05); display: flex; flex-direction: column; justify-content: center; }
  .inq-right { padding: 7rem 5rem; background: rgba(0,0,0,0.18); }
  .contact-block { margin-top: 3.5rem; padding-top: 3rem; border-top: 1px solid rgba(255,255,255,0.06); display: flex; align-items: flex-start; gap: 1.2rem; }
  .contact-block + .contact-block { border-top: none; padding-top: 0; margin-top: 1.5rem; }
  .c-icon { width: 36px; height: 36px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; flex-shrink: 0; margin-top: 0.1rem; }
  .c-label { font-family: 'Jost', sans-serif; font-size: 0.55rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; }
  .c-value { font-size: 0.88rem; color: rgba(242,237,228,0.55); font-weight: 300; line-height: 1.65; }
  .c-value a { color: rgba(242,237,228,0.55); text-decoration: none; transition: color 0.2s; }
  .c-value a:hover { color: var(--gold); }

  /* FORM */
  .inq-form { display: grid; gap: 1.2rem; }
  .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .fgroup { display: flex; flex-direction: column; gap: 0.4rem; }
  .flabel { font-family: 'Jost', sans-serif; font-size: 0.55rem; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; color: rgba(242,237,228,0.3); }
  .inq-form input, .inq-form select, .inq-form textarea { width: 100%; padding: 0.9rem 1.1rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--ivory); font-family: 'Jost', sans-serif; font-size: 0.86rem; font-weight: 300; outline: none; transition: border-color 0.25s, background 0.25s; border-radius: 0; appearance: none; }
  .inq-form input:focus, .inq-form select:focus, .inq-form textarea:focus { border-color: rgba(201,168,76,0.45); background: rgba(255,255,255,0.05); }
  .inq-form input::placeholder, .inq-form textarea::placeholder { color: rgba(242,237,228,0.18); }
  .inq-form select { cursor: pointer; color: rgba(242,237,228,0.45); }
  .inq-form select option { background: #1c1c1c; color: var(--ivory); }
  .inq-form textarea { resize: vertical; min-height: 110px; line-height: 1.75; }
  .fsub { font-family: 'Jost', sans-serif; font-size: 0.62rem; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; background: var(--gold); color: var(--obsidian); padding: 1.2rem; border: 1px solid var(--gold); cursor: pointer; transition: all 0.3s; width: 100%; margin-top: 0.4rem; }
  .fsub:hover { background: transparent; color: var(--gold); }
  .fnote { font-size: 0.7rem; color: rgba(242,237,228,0.2); font-weight: 300; text-align: center; }
  .inq-form-intro { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 300; color: rgba(242,237,228,0.68); line-height: 1.55; margin-bottom: 2.5rem; }

  /* FOOTER */
  footer { background: var(--obsidian); padding: 3rem 5rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--border); }
  .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 0.9rem; font-weight: 300; color: rgba(242,237,228,0.45); letter-spacing: 3px; text-transform: uppercase; }
  .footer-logo em { font-style: normal; color: var(--gold); opacity: 0.65; }
  .footer-links { display: flex; gap: 2.5rem; }
  .footer-links a { font-family: 'Jost', sans-serif; font-size: 0.58rem; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(242,237,228,0.28); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--gold); }
  .footer-copy { font-family: 'Jost', sans-serif; font-size: 0.58rem; color: rgba(242,237,228,0.18); letter-spacing: 1px; }

  /* ANIMATIONS */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
  .hero-text > * { animation: fadeUp 0.85s cubic-bezier(0.22,1,0.36,1) both; }
  .hero-kicker { animation-delay: 0.1s; }
  .hero h1 { animation-delay: 0.25s; }
  .hero-desc { animation-delay: 0.42s; }
  .hero-buttons { animation-delay: 0.58s; }

  /* ── RESPONSIVE: Tablet & Mobile (≤960px) ── */
  @media (max-width: 960px) {
    /* Nav */
    nav, nav.scrolled { padding: 1rem 1.5rem; }
    nav ul { display: none; }
    .hamburger { display: flex; }
    .lang-toggle { display: none; }
    .mobile-lang-inline { display: flex; }
    .logo { font-size: 0.85rem; letter-spacing: 2px; }

    /* Sections */
    section { padding: 4.5rem 1.5rem; }

    /* Hero — show photo as full-bleed background on mobile */
    .hero {
      grid-template-columns: 1fr;
      min-height: 100svh;
      position: relative;
    }
    .hero-visual {
      display: block;
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .hero-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 0.28;
      filter: contrast(1.05) saturate(0.5);
    }
    .hero-visual::before {
      background: linear-gradient(to bottom, rgba(17,16,16,0.55) 0%, rgba(17,16,16,0.2) 40%, rgba(17,16,16,0.75) 100%);
    }
    .hero-text {
      padding: 6rem 1.5rem 4rem;
      position: relative;
      z-index: 2;
    }
    .hero-badge {
      position: relative;
      bottom: auto; right: auto;
      display: inline-flex;
      align-items: center;
      gap: 1.5rem;
      margin-top: 2rem;
      padding: 1.2rem 1.8rem;
    }

    /* Stat band — 2×3 grid on tablet */
    .stat-band {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0;
      padding: 0;
    }
    .stat-item {
      padding: 1.5rem 1rem;
      border-right: 1px solid rgba(255,255,255,0.05);
      border-bottom: 1px solid rgba(255,255,255,0.05);
      flex-direction: column;
      align-items: flex-start;
      gap: 0.4rem;
    }
    .stat-item:nth-child(3),
    .stat-item:nth-child(6) { border-right: none; }
    .stat-sep { display: none; }
    .stat-num { font-size: 2rem; }

    /* Home card */
    .home-card { grid-template-columns: 1fr; }
    .home-image img { min-height: 320px; }

    /* Why section */
    .why-section { grid-template-columns: 1fr; gap: 3rem; }

    /* Process — single column on mobile */
    .process-grid { grid-template-columns: 1fr 1fr; }

    /* Gallery */
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-tall { grid-row: span 1; }
    .gallery-wide { grid-column: span 2; }

    /* Floor plan */
    .floorplan-specs { flex-wrap: wrap; width: 100%; }
    .spec-item { flex: 1 1 45%; border-right: none; border-bottom: 1px solid var(--border); }
    .rooms-grid { grid-template-columns: repeat(2, 1fr); }
    .floorplan-img-wrap { padding: 1rem; }

    /* Financing banner */
    .financing-banner { padding: 2rem 1.5rem; flex-direction: column; align-items: flex-start; }
    .fin-cta { width: 100%; text-align: center; }

    /* FAQ */
    .faq-grid { grid-template-columns: 1fr; gap: 0; }

    /* Founders */
    .founders-section { grid-template-columns: 1fr; }
    .founders-left, .founders-right { padding: 4.5rem 1.5rem; }
    .founders-right::before { font-size: 10rem; }

    /* Inquiry */
    .tgrid { grid-template-columns: 1fr; }
    .inquiry-section { grid-template-columns: 1fr; }
    .inq-left { padding: 4.5rem 1.5rem 3rem; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .inq-right { padding: 3rem 1.5rem 4.5rem; }
    .frow { grid-template-columns: 1fr; }

    /* Footer */
    footer { flex-direction: column; gap: 1.5rem; text-align: center; padding: 2.5rem 1.5rem; }
    .footer-links { flex-wrap: wrap; justify-content: center; gap: 1rem 2rem; }

    /* WhatsApp */
    .whatsapp-btn span { display: none; }
    .whatsapp-btn { padding: 0.9rem; border-radius: 50%; }
  }

  /* ── RESPONSIVE: Small phones (≤480px) ── */
  @media (max-width: 480px) {
    section { padding: 4rem 1.25rem; }

    /* Stat band — 2 columns on small phones */
    .stat-band { grid-template-columns: 1fr 1fr; }
    .stat-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.05); }
    .stat-item:nth-child(2),
    .stat-item:nth-child(4),
    .stat-item:nth-child(6) { border-right: none; }

    /* Process — single column */
    .process-grid { grid-template-columns: 1fr; }
    .p-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }

    /* Gallery — single column on very small phones */
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-wide { grid-column: span 1; }
    .gallery-item img { min-height: 240px; }

    /* Floor plan specs */
    .spec-item { flex: 1 1 100%; }
    .rooms-grid { grid-template-columns: 1fr 1fr; }

    /* Hero badge inline on small screens */
    .hero-badge { padding: 1rem 1.2rem; }
    .badge-price { font-size: 2.2rem; }

    /* FAQ */
    .faq-q-text { font-size: 1rem; }

    /* Founders quote smaller */
    .founders-quote { font-size: 1.25rem; }

    /* Nav padding */
    nav, nav.scrolled { padding: 0.9rem 1.25rem; }
  }

  /* GALLERY */
  .gallery-section { background: var(--cream); }
  .gallery-heading { margin-bottom: 3rem; }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 6px;
  }
  .gallery-item {
    position: relative;
    overflow: hidden;
    background: var(--charcoal);
    cursor: pointer;
  }
  .gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22,1,0.36,1), filter 0.4s;
    filter: saturate(0.88);
  }
  .gallery-item:hover img {
    transform: scale(1.04);
    filter: saturate(1);
  }
  .gallery-tall {
    grid-row: span 2;
  }
  .gallery-wide {
    grid-column: span 2;
  }
  .gallery-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 0.8rem 1.2rem;
    background: linear-gradient(to top, rgba(17,16,16,0.75) 0%, transparent 100%);
    font-family: 'Jost', sans-serif;
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(242,237,228,0.7);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s, transform 0.3s;
  }
  .gallery-item:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
  }

  /* LIGHTBOX */
  .lightbox {
    display: none;
    position: fixed; inset: 0; z-index: 999;
    background: rgba(10,10,10,0.95);
    align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
  }
  .lightbox.open { display: flex; }
  .lightbox img {
    max-width: 90vw;
    max-height: 88vh;
    object-fit: contain;
    box-shadow: 0 40px 100px rgba(0,0,0,0.5);
  }
  .lightbox-close {
    position: absolute; top: 2rem; right: 2.5rem;
    font-family: 'Jost', sans-serif; font-size: 0.65rem;
    letter-spacing: 3px; text-transform: uppercase;
    color: rgba(242,237,228,0.5); cursor: pointer;
    background: none; border: none; transition: color 0.2s;
  }
  .lightbox-close:hover { color: var(--gold); }
  .lightbox-prev, .lightbox-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    font-size: 1.5rem; color: rgba(242,237,228,0.4);
    background: none; border: 1px solid rgba(255,255,255,0.1);
    width: 48px; height: 48px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
  }
  .lightbox-prev:hover, .lightbox-next:hover {
    color: var(--gold); border-color: var(--gold);
  }
  .lightbox-prev { left: 2rem; }
  .lightbox-next { right: 2rem; }

  .floorplan-section { background: var(--obsidian); overflow: hidden; }
  .floorplan-header { text-align: center; margin-bottom: 4rem; }
  .floorplan-header .kicker { justify-content: center; }
  .floorplan-specs { display: flex; justify-content: center; gap: 0; margin-bottom: 4rem; border: 1px solid var(--border); overflow: hidden; width: fit-content; margin-left: auto; margin-right: auto; }
  .spec-item { padding: 1.4rem 3rem; text-align: center; border-right: 1px solid var(--border); }
  .spec-item:last-child { border-right: none; }
  .spec-val { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--gold); line-height: 1; display: block; }
  .spec-key { font-family: 'Jost', sans-serif; font-size: 0.52rem; letter-spacing: 3px; text-transform: uppercase; color: rgba(242,237,228,0.3); margin-top: 0.35rem; display: block; }
  .floorplan-img-wrap { position: relative; border: 1px solid var(--border); background: #f8f6f0; padding: 2.5rem; }
  .floorplan-img-wrap img { width: 100%; display: block; filter: contrast(1.1); }
  .floorplan-note { text-align: center; margin-top: 2rem; font-family: 'Jost', sans-serif; font-size: 0.62rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(242,237,228,0.2); }
  .rooms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 1px; background: var(--border); border: 1px solid var(--border); }
  @media (max-width: 960px) { .rooms-grid { grid-template-columns: 1fr 1fr; } }
  .room-item { background: var(--warm-dark); padding: 1.8rem 1.5rem; text-align: center; }
  .room-icon { font-size: 1.4rem; margin-bottom: 0.6rem; }
  .room-name { font-family: 'Jost', sans-serif; font-size: 0.6rem; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(242,237,228,0.5); }
  /* FLOOR PLAN */
  .financing-banner { background: var(--rust); padding: 2rem 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
  .fin-text { display: flex; align-items: center; gap: 1.5rem; }
  .fin-icon { font-size: 1.6rem; flex-shrink: 0; }
  .fin-headline { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400; color: var(--ivory); letter-spacing: 0.3px; line-height: 1.2; }
  .fin-sub { font-family: 'Jost', sans-serif; font-size: 0.72rem; font-weight: 300; color: rgba(242,237,228,0.72); letter-spacing: 1px; margin-top: 0.2rem; }
  .fin-cta { font-family: 'Jost', sans-serif; font-size: 0.6rem; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--obsidian); background: var(--ivory); padding: 0.9rem 2.2rem; text-decoration: none; border: 1px solid var(--ivory); transition: all 0.25s; white-space: nowrap; flex-shrink: 0; }
  .fin-cta:hover { background: transparent; color: var(--ivory); }
  /* FINANCING BANNER */
  .faq-section { background: var(--cream); }
  .faq-section .kicker { margin-bottom: 1rem; }
  .faq-intro { font-size: 0.9rem; line-height: 1.9; color: var(--stone); font-weight: 300; max-width: 520px; margin-bottom: 3.5rem; }
  .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 5rem; }
  .faq-item { border-bottom: 1px solid rgba(28,28,28,0.1); }
  .faq-q { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 1.6rem 0; cursor: pointer; list-style: none; }
  .faq-q::-webkit-details-marker { display: none; }
  .faq-q-text { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 500; color: var(--charcoal); line-height: 1.35; }
  .faq-chevron { width: 18px; height: 18px; flex-shrink: 0; margin-top: 0.2rem; border: 1px solid rgba(28,28,28,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s; color: var(--stone); font-size: 0.6rem; }
  details[open] .faq-chevron { background: var(--gold); border-color: var(--gold); color: var(--obsidian); transform: rotate(180deg); }
  details[open] .faq-q-text { color: var(--rust); }
  .faq-a { font-size: 0.86rem; line-height: 1.9; color: var(--stone); font-weight: 300; padding-bottom: 1.6rem; padding-right: 2rem; }
  .faq-a a { color: var(--rust); text-decoration: none; }
  .faq-a a:hover { text-decoration: underline; }
  /* FAQ */
