html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif;
    background: #E4E4E2;
    color: #111;
    min-height: 100vh; }
.page a { color: inherit; }
.top-nav { display: flex; align-items: center; padding: 22px 56px; border-bottom: 1px solid rgba(0,0,0,0.06); background: inherit; }
.brand-lockup { display: flex; align-items: center; gap: 16px; font-family: 'Playfair Display', serif; font-weight: 500; }
.brand-lockup .soisu { font-size: 20px; letter-spacing: 0.02em; }
.brand-lockup .x { font-size: 13px; color: #999; font-family: 'JetBrains Mono', monospace; }
.brand-lockup .rust { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; font-family: 'Inter', sans-serif; font-weight: 500; }
.top-nav ul { list-style: none; display: flex; gap: 28px; margin: 0 auto; }
.top-nav ul a { color: inherit; text-decoration: none; font-size: 13px; letter-spacing: 0.02em; opacity: 0.85; }
.top-nav .cta-enquire { padding: 10px 20px; background: #111; color: #fff; border: 1px solid #111; font-size: 12px; text-transform: uppercase; letter-spacing: 0.15em; cursor: pointer; font-family: inherit; }
.eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: #8A8A8A; margin-bottom: 16px; }
.btn { display: inline-block; padding: 14px 28px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; cursor: pointer; font-family: inherit; text-decoration: none; border: 1px solid currentColor; background: transparent; color: inherit; transition: all 0.2s; }
.btn.solid { background: #111; color: #fff; border-color: #111; }
footer.site-footer { background: #111; color: #D4D4D4; padding: 64px 56px 32px; }
footer .foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
footer h4 { font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: #999; margin-bottom: 18px; font-weight: 500; }
footer .foot-brand { font-family: 'Playfair Display', serif; font-size: 24px; color: #fff; margin-bottom: 12px; }
footer p, footer a { font-size: 13px; line-height: 1.8; color: #B3B3B3; text-decoration: none; display: block; }
footer .legal { border-top: 1px solid #2A2A2A; padding-top: 24px; display: flex; justify-content: space-between; font-size: 11px; color: #777; }
.concept-gallery-section .head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; gap: 40px; }
.concept-gallery-section h3 { font-size: 44px; font-weight: 500; line-height: 1.1; max-width: 640px; }
.concept-gallery-section .head p { font-size: 14px; max-width: 420px; line-height: 1.7; opacity: 0.75; }
.concept-gallery-section .grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; grid-auto-rows: 180px; }
.concept-gallery-section .grid .cell { background-size: cover; background-position: center; position: relative; overflow: hidden; }
.concept-gallery-section .grid .cell .cap { position: absolute; left: 14px; bottom: 14px; color: #fff; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(0,0,0,0.55); padding: 6px 10px; z-index: 2; }
.concept-gallery-section .grid .cell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.45)); pointer-events: none; }
.concept-faq-section { padding: 100px 56px; }
.concept-faq-section .head { margin-bottom: 32px; max-width: 720px; }
.concept-faq-section h3 { font-size: 44px; font-weight: 500; line-height: 1.1; margin-bottom: 14px; }
.concept-faq-section .head p { font-size: 15px; line-height: 1.7; opacity: 0.75; }
.concept-faq-section details { padding: 22px 0; border-bottom: 1px solid rgba(0,0,0,0.12); }
.concept-faq-section summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; line-height: 1.4; }
.concept-faq-section summary::-webkit-details-marker { display: none; }
.concept-faq-section summary .plus { font-family: 'JetBrains Mono', monospace; font-size: 22px; margin-left: 20px; transition: transform 0.2s; font-weight: 300; }
.concept-faq-section details[open] summary .plus { transform: rotate(45deg); }
.concept-faq-section details p { padding: 16px 0 4px; font-size: 14px; line-height: 1.8; max-width: 780px; opacity: 0.85; }
.aud-ribbon .cell { padding: 36px 48px; background: inherit; }
.aud-ribbon .cell h5 { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 10px; }
.aud-ribbon .cell p { font-size: 14px; line-height: 1.7; max-width: 460px; }

/* ============================================================
   MOBILE RESPONSIVE LAYER — Rustomjee Cleon × SOISU
   Breakpoints: tablet ≤ 1024px, mobile ≤ 640px
   ============================================================ */

.mobile-burger { display: none; }

/* ───────── TABLET ≤ 1024px ───────── */
@media (max-width: 1024px) {
  .top-nav { padding: 18px 32px; }
  .top-nav ul { gap: 20px; }
  .top-nav ul a { font-size: 12px; }
  footer.site-footer { padding: 56px 32px 28px; }
  footer .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

/* ───────── MOBILE ≤ 640px ───────── */
@media (max-width: 640px) {
  /* Nav: collapse to hamburger */
  .top-nav { padding: 16px 20px; position: relative; }
  .top-nav .brand-lockup { gap: 10px; }
  .top-nav .brand-lockup .soisu { font-size: 16px; }
  .top-nav .brand-lockup .rust { font-size: 10px; letter-spacing: 0.15em; }
  .top-nav .brand-lockup .x { font-size: 10px; }
  .top-nav ul {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: inherit;
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    z-index: 20;
    margin: 0;
  }
  .top-nav.open ul { max-height: 500px; padding: 12px 20px 20px; border-top: 1px solid rgba(0,0,0,0.06); }
  .top-nav ul li { width: 100%; }
  .top-nav ul a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 14px;
    width: 100%;
  }
  .top-nav ul li:last-child a { border-bottom: none; }
  .top-nav .cta-enquire {
    padding: 8px 14px;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-left: auto;
    margin-right: 44px;
  }
  .mobile-burger {
    display: flex;
    position: absolute; right: 20px; top: 50%;
    transform: translateY(-50%);
    width: 26px; height: 20px;
    flex-direction: column; justify-content: space-between;
    background: transparent; border: none; cursor: pointer; padding: 0;
    z-index: 21;
  }
  .mobile-burger span {
    display: block; height: 2px; width: 100%;
    background: currentColor;
    transition: transform 0.2s, opacity 0.2s;
  }
  .top-nav.open .mobile-burger span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .top-nav.open .mobile-burger span:nth-child(2) { opacity: 0; }
  .top-nav.open .mobile-burger span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

  /* Universal utilities */
  .btn { padding: 12px 22px; font-size: 11px; letter-spacing: 0.15em; }
  .eyebrow { font-size: 10px; letter-spacing: 0.18em; margin-bottom: 12px; }

  /* Footer: single column */
  footer.site-footer { padding: 48px 20px 24px; }
  footer .foot-grid { grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
  footer .foot-brand { font-size: 20px; }
  footer .legal { flex-direction: column; gap: 8px; font-size: 10px; align-items: flex-start; }

  /* Audience ribbon: stack */
  .aud-ribbon { grid-template-columns: 1fr !important; }
  .aud-ribbon .cell { padding: 32px 20px; }
  .aud-ribbon .cell + .cell {
    border-left: none !important;
    border-top: 1px solid rgba(0,0,0,0.1);
  }

  /* Concept gallery: 2-col feature-first */
  .concept-gallery-section { padding: 56px 20px; }
  .concept-gallery-section .head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
  .concept-gallery-section h3 { font-size: 30px !important; max-width: none; line-height: 1.15; }
  .concept-gallery-section .head p { font-size: 13px; }
  .concept-gallery-section .grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: 140px !important;
    gap: 8px !important;
  }
  .concept-gallery-section .grid .cell {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .concept-gallery-section .grid .cell:first-child {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }
  .concept-gallery-section .grid .cell .cap { font-size: 9px; padding: 4px 8px; }

  /* Concept FAQ */
  .concept-faq-section { padding: 48px 20px; }
  .concept-faq-section h3 { font-size: 28px !important; line-height: 1.15; }
  .concept-faq-section .head { margin-bottom: 20px; }
  .concept-faq-section .head p { font-size: 13px; }
  .concept-faq-section summary { font-size: 16px; line-height: 1.35; }
  .concept-faq-section summary .plus { font-size: 18px; margin-left: 12px; }
  .concept-faq-section details p { font-size: 13px; }
}


/* ============================================================
   SCROLL-BLUR REVEAL
   Elements start blurred + translated and settle as they enter view.
   Pure CSS state toggled by IntersectionObserver (see shared JS).
   ============================================================ */

.reveal {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(18px);
  transition:
    opacity 0.8s cubic-bezier(.2,.7,.2,1),
    filter  0.8s cubic-bezier(.2,.7,.2,1),
    transform 0.8s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, filter, transform;
}
.reveal.in-view {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(16px);
  transition:
    opacity 0.7s cubic-bezier(.2,.7,.2,1),
    filter  0.7s cubic-bezier(.2,.7,.2,1),
    transform 0.7s cubic-bezier(.2,.7,.2,1);
}
.reveal-stagger.in-view > *             { opacity: 1; filter: blur(0); transform: translateY(0); }
.reveal-stagger.in-view > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.in-view > *:nth-child(2) { transition-delay: 0.10s; }
.reveal-stagger.in-view > *:nth-child(3) { transition-delay: 0.20s; }
.reveal-stagger.in-view > *:nth-child(4) { transition-delay: 0.30s; }
.reveal-stagger.in-view > *:nth-child(5) { transition-delay: 0.40s; }
.reveal-stagger.in-view > *:nth-child(6) { transition-delay: 0.50s; }

/* Hero content gets a slower, slightly stronger reveal */
.hero-home .eyebrow, .hero-home h1, .hero-home p, .hero-home .btns,
.concept-hero .eyebrow, .concept-hero h1, .concept-hero .tagline,
.hero-about h1, .hero-about .lead,
.hero-faq h1, .hero-faq .lead,
.hero-contact h1, .hero-contact .lead,
.hero-home .scroll-hint {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(22px);
  transition:
    opacity 1s cubic-bezier(.2,.7,.2,1),
    filter  1s cubic-bezier(.2,.7,.2,1),
    transform 1s cubic-bezier(.2,.7,.2,1);
}
.in-view > .eyebrow, .in-view > h1, .in-view > h1 + p, .in-view > .btns,
.in-view > .lead, .in-view > .tagline, .in-view > .scroll-hint,
.reveal.in-view .eyebrow, .reveal.in-view h1, .reveal.in-view p, .reveal.in-view .btns,
.reveal.in-view .tagline, .reveal.in-view .lead {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.hero-home .eyebrow { transition-delay: 0.0s; }
.hero-home h1       { transition-delay: 0.08s; }
.hero-home p        { transition-delay: 0.16s; }
.hero-home .btns    { transition-delay: 0.24s; }
.concept-hero .eyebrow { transition-delay: 0.0s; }
.concept-hero h1       { transition-delay: 0.08s; }
.concept-hero .tagline { transition-delay: 0.18s; }

/* Respect accessibility preference */
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > *,
  .hero-home .eyebrow, .hero-home h1, .hero-home p, .hero-home .btns,
  .concept-hero .eyebrow, .concept-hero h1, .concept-hero .tagline,
  .hero-about h1, .hero-about .lead,
  .hero-faq h1, .hero-faq .lead,
  .hero-contact h1, .hero-contact .lead {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}


/* ── Global link color fix: inherit from parent text ── */
body a { color: inherit; }
a.in-link { color: inherit !important; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px; opacity: 0.95; }
a.in-link:hover { opacity: 0.7; }

/* ── Body backgrounds per page ── */
body#home, body#about, body#faq, body#contact { background: #FAF8F4; color: #1B1814; }
body#japandi { background: #F3EEE5; color: #3A332C; }
body#modern  { background: #F7F7F5; color: #1A1A1A; }
body#luxury  { background: #0F0D0B; color: #F4EFE6; }


/* ─── DESIGN OPTIONS section (concept pages) ─── */
.design-options { padding: 100px 56px; }
.design-options .head { margin-bottom: 56px; max-width: 720px; }
.design-options h3 { font-size: 42px; line-height: 1.1; margin-bottom: 14px; font-weight: 500; }
.design-options .head p { font-size: 15px; line-height: 1.7; opacity: 0.75; }
.design-options .product { margin-bottom: 64px; padding-bottom: 64px; border-bottom: 1px solid rgba(0,0,0,0.08); }
.design-options .product:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.design-options .product-header { display: flex; align-items: baseline; gap: 24px; margin-bottom: 8px; }
.design-options .product-header .area { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.55; }
.design-options .product-header h4 { font-size: 30px; font-weight: 500; line-height: 1.1; }
.design-options .product-header .qty { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.1em; opacity: 0.6; }
.design-options .product .material { font-size: 13px; line-height: 1.6; opacity: 0.7; margin-bottom: 24px; max-width: 720px; }
.design-options .options-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.design-options .option { display: block; }
.design-options .option .img { aspect-ratio: 4/3; background-size: cover; background-position: center; }
.design-options .option .opt-label { display: block; padding: 12px 0 0; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.1em; opacity: 0.65; text-transform: uppercase; }

@media (max-width: 640px) {
  .design-options { padding: 56px 20px; }
  .design-options h3 { font-size: 26px; }
  .design-options .product { margin-bottom: 48px; padding-bottom: 48px; }
  .design-options .product-header { flex-wrap: wrap; gap: 8px; }
  .design-options .product-header h4 { font-size: 22px; }
  .design-options .product-header .qty { margin-left: 0; }
  .design-options .options-grid { grid-template-columns: 1fr; gap: 12px; }
  .design-options .option .img { aspect-ratio: 16/9; }
}

/* Theming */
#japandi .design-options { background: #FAF8F4; color: #3A332C; }
#japandi .design-options h3, #japandi .design-options .product-header h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; }
#japandi .design-options h3 em { font-style: italic; color: #A58656; }
#japandi .design-options .product { border-bottom-color: rgba(58,51,44,0.12); }

#modern .design-options { background: #F7F7F5; color: #1A1A1A; }
#modern .design-options h3 { font-weight: 300; letter-spacing: -0.02em; text-transform: uppercase; }
#modern .design-options h3 strong { font-weight: 600; color: #D9534F; }
#modern .design-options .product-header h4 { font-weight: 600; text-transform: uppercase; letter-spacing: -0.01em; }
#modern .design-options .product { border-bottom-color: rgba(0,0,0,0.1); }


/* ─── Japandi editorial photo gallery (concept page) ─── */
.ja-photo-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px 20px;
  align-items: start;
}
.ja-photo-grid .photo { margin: 0; }
.ja-photo-grid .photo .img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
}
.ja-photo-grid .photo.feature { grid-column: span 7; grid-row: span 2; }
.ja-photo-grid .photo.feature .img { aspect-ratio: 4/4; }
.ja-photo-grid .photo.tall   { grid-column: span 5; }
.ja-photo-grid .photo.tall .img { aspect-ratio: 4/3; }
.ja-photo-grid .photo.med    { grid-column: span 4; }
.ja-photo-grid .photo.med .img { aspect-ratio: 4/3; }

.ja-photo-grid .photo figcaption {
  padding: 18px 4px 0;
}
.ja-photo-grid .photo figcaption .num {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #A58656;
  margin-bottom: 8px;
}
.ja-photo-grid .photo figcaption h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #3A332C;
}
.ja-photo-grid .photo figcaption p {
  font-size: 13px;
  line-height: 1.7;
  color: #5A5147;
  margin-bottom: 14px;
}
.ja-photo-grid .photo figcaption .package-tag {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(165, 134, 86, 0.08);
  border: 1px solid rgba(165, 134, 86, 0.4);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #A58656;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .ja-photo-grid .photo.feature { grid-column: span 12; grid-row: span 1; }
  .ja-photo-grid .photo.feature .img { aspect-ratio: 16/9; }
  .ja-photo-grid .photo.tall   { grid-column: span 6; }
  .ja-photo-grid .photo.med    { grid-column: span 6; }
}
@media (max-width: 640px) {
  .ja-photo-grid { grid-template-columns: 1fr; gap: 32px; }
  .ja-photo-grid .photo.feature,
  .ja-photo-grid .photo.tall,
  .ja-photo-grid .photo.med { grid-column: span 1; grid-row: span 1; }
  .ja-photo-grid .photo .img { aspect-ratio: 4/3; }
  .ja-photo-grid .photo figcaption h4 { font-size: 20px; }
}


/* ─── Modern editorial photo gallery (concept page) ─── */
.md-photo-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px 20px;
  align-items: start;
}
.md-photo-grid .photo { margin: 0; }
.md-photo-grid .photo .img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
}
.md-photo-grid .photo.feature { grid-column: span 7; grid-row: span 2; }
.md-photo-grid .photo.feature .img { aspect-ratio: 4/4; }
.md-photo-grid .photo.tall   { grid-column: span 5; }
.md-photo-grid .photo.med    { grid-column: span 4; }

.md-photo-grid .photo figcaption {
  padding: 18px 4px 0;
}
.md-photo-grid .photo figcaption .num {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #D9534F;
  margin-bottom: 8px;
}
.md-photo-grid .photo figcaption h4 {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.md-photo-grid .photo figcaption p {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
}
.md-photo-grid .photo figcaption .package-tag {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(217, 83, 79, 0.06);
  border: 1px solid rgba(217, 83, 79, 0.4);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #D9534F;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .md-photo-grid .photo.feature { grid-column: span 12; grid-row: span 1; }
  .md-photo-grid .photo.feature .img { aspect-ratio: 16/9; }
  .md-photo-grid .photo.tall   { grid-column: span 6; }
  .md-photo-grid .photo.med    { grid-column: span 6; }
}
@media (max-width: 640px) {
  .md-photo-grid { grid-template-columns: 1fr; gap: 32px; }
  .md-photo-grid .photo.feature,
  .md-photo-grid .photo.tall,
  .md-photo-grid .photo.med { grid-column: span 1; grid-row: span 1; }
  .md-photo-grid .photo .img { aspect-ratio: 4/3; }
  .md-photo-grid .photo figcaption h4 { font-size: 18px; }
}


/* ─── Floor-plan layout options (Japandi + Modern) ─── */
.floor-plans { padding: 100px 56px; }
.floor-plans .head { margin-bottom: 56px; max-width: 720px; }
.floor-plans h3 { font-size: 42px; line-height: 1.1; margin-bottom: 14px; font-weight: 500; }
.floor-plans .head p { font-size: 15px; line-height: 1.7; opacity: 0.75; }
.floor-plans .plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.floor-plans .plan { margin: 0; }
.floor-plans .plan-img {
  aspect-ratio: 4/3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(0,0,0,0.08);
}
.floor-plans .plan figcaption { padding: 20px 4px 0; }
.floor-plans .plan .config {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.floor-plans .plan h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
}
.floor-plans .plan p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 16px;
  opacity: 0.85;
}
.floor-plans .plan .meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.floor-plans .plan .meta .pack { opacity: 0.65; }

@media (max-width: 1024px) {
  .floor-plans .plans-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .floor-plans { padding: 56px 20px; }
  .floor-plans h3 { font-size: 28px; }
  .floor-plans .plan h4 { font-size: 22px; }
}

/* Concept-specific theming */
#japandi .floor-plans { background: #FAF8F4; color: #3A332C; }
#japandi .floor-plans h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; }
#japandi .floor-plans h3 em { font-style: italic; color: #A58656; }
#japandi .floor-plans .plan h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; }
#japandi .floor-plans .plan .config { color: #A58656; }
#japandi .floor-plans .plan .meta { border-top-color: rgba(165,134,86,0.3); color: #A58656; }
#japandi .floor-plans .plan-img { background-color: #F3EEE5; border-color: rgba(58,51,44,0.12); }

#modern .floor-plans { background: #F7F7F5; color: #1A1A1A; }
#modern .floor-plans h3 { font-weight: 300; letter-spacing: -0.02em; text-transform: uppercase; }
#modern .floor-plans h3 strong { font-weight: 600; color: #D9534F; }
#modern .floor-plans .plan h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
#modern .floor-plans .plan .config { color: #D9534F; }
#modern .floor-plans .plan .meta { border-top-color: rgba(217,83,79,0.3); color: #D9534F; }
#modern .floor-plans .plan-img { background-color: #fff; border-color: rgba(0,0,0,0.08); }


/* ═══════════════════════════════════════════════════════════════════
   v18 — Brand: Glacial Indifference, simplified lockup
   ═══════════════════════════════════════════════════════════════════ */

@import url('https://fonts.bunny.net/css?family=glacial-indifference:400,700&display=swap');

.top-nav .brand-lockup {
  gap: 0;
  align-items: center;
}
.top-nav .brand-lockup .soisu {
  font-family: 'Glacial Indifference', 'Inter', system-ui, sans-serif !important;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .top-nav .brand-lockup .soisu {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}

/* Inline brand reference (e.g., footer brand) — keep the original Playfair */
footer .foot-brand { font-family: 'Glacial Indifference', 'Playfair Display', serif !important; font-weight: 700; letter-spacing: 0.04em; }


/* ═══════════════════════════════════════════════════════════════════
   v18 — Premium scroll animations
   ═══════════════════════════════════════════════════════════════════ */

html { scroll-behavior: smooth; }

/* Override basic .reveal with a slower, more premium feel */
.reveal {
  opacity: 0 !important;
  filter: blur(8px) !important;
  transform: translateY(28px) scale(0.985) !important;
  transition:
    opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    filter  1.05s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.05s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.reveal.in-view {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translateY(0) scale(1) !important;
}

/* Stagger children inside .reveal-stagger more dramatically */
.reveal-stagger > * { transition-duration: 1s !important; transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important; }
.reveal-stagger.in-view > *:nth-child(1) { transition-delay: 0.05s !important; }
.reveal-stagger.in-view > *:nth-child(2) { transition-delay: 0.18s !important; }
.reveal-stagger.in-view > *:nth-child(3) { transition-delay: 0.31s !important; }
.reveal-stagger.in-view > *:nth-child(4) { transition-delay: 0.44s !important; }
.reveal-stagger.in-view > *:nth-child(5) { transition-delay: 0.57s !important; }
.reveal-stagger.in-view > *:nth-child(6) { transition-delay: 0.70s !important; }

/* Hero content reveals over a longer arc */
.hero-home .eyebrow, .hero-home h1, .hero-home p,
.concept-hero .eyebrow, .concept-hero h1, .concept-hero .tagline {
  transition-duration: 1.3s !important;
}

/* Card hover lift — premium interaction */
.concept-card,
.cross-card,
.plan,
.persona,
.brand-card {
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.concept-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(0,0,0,0.25); }
.cross-card:hover { transform: translateY(-4px); }
.plan:hover .plan-img { transform: scale(1.015); transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.plan-img { transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }

/* Hero subtle scale on entry — gives a cinematic feel */
.hero-home {
  animation: heroEntrance 1.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes heroEntrance {
  from { transform: scale(1.03); }
  to   { transform: scale(1); }
}

/* Photo grid tile lift on hover */
.ja-photo-grid .photo,
.md-photo-grid .photo {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.ja-photo-grid .photo:hover,
.md-photo-grid .photo:hover {
  transform: translateY(-4px);
}

/* Smoother button feedback */
.btn { transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important; }
.btn:hover { transform: translateY(-1px); }
.cta-enquire { transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important; }
.cta-enquire:hover { opacity: 0.85; transform: translateY(-1px); }

/* Respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; filter: none !important; transform: none !important; transition: none !important; }
  .hero-home { animation: none !important; }
}


/* ═══════════════════════════════════════════════════════════════════
   v18 — Mobile responsive audit (≤ 640px)
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  /* Tighter hero on mobile */
  #home .hero-home {
    height: auto;
    min-height: 75vh;
    padding-bottom: 48px;
    background-position: center 30% !important;
  }
  #home .hero-home h1 {
    font-size: 38px !important;
    line-height: 1.05 !important;
  }
  #home .hero-home p {
    font-size: 14px !important;
  }

  /* Floor plan grid: stack with bigger plan images on mobile */
  .floor-plans { padding: 56px 18px !important; }
  .floor-plans h3 { font-size: 26px !important; }
  .floor-plans .plans-grid { gap: 36px !important; }
  .floor-plans .plan-img { aspect-ratio: 4/3; min-height: 240px; background-size: contain; }
  .floor-plans .plan h4 { font-size: 22px; }
  .floor-plans .plan .meta { font-size: 10px; }

  /* Photo gallery captions don't get cramped */
  .ja-photo-grid .photo figcaption,
  .md-photo-grid .photo figcaption { padding: 14px 0 0 !important; }
  .ja-photo-grid .photo figcaption h4,
  .md-photo-grid .photo figcaption h4 { font-size: 19px !important; }
  .ja-photo-grid .photo figcaption p,
  .md-photo-grid .photo figcaption p { font-size: 13px !important; }
  .ja-photo-grid .photo figcaption .package-tag,
  .md-photo-grid .photo figcaption .package-tag { font-size: 9px !important; }

  /* Top nav padding tightened */
  .top-nav { padding: 14px 16px !important; }

  /* Concept hero text scaled down further on phones */
  #japandi .concept-hero h1, #modern .concept-hero h1 { font-size: 38px !important; }
  #japandi .concept-hero .tagline, #modern .concept-hero .tagline { font-size: 14px !important; }

  /* Footer feels less crowded on mobile */
  footer.site-footer { padding: 48px 20px 28px !important; }

  /* Concept cards on home have edge-to-edge feel */
  #home .concepts { padding: 24px 18px 64px !important; gap: 16px !important; }
  #home .concept-card { height: 380px !important; }
  #home .concept-card h3 { font-size: 26px !important; }

  /* Kill any overflow */
  body { overflow-x: hidden; }
}

/* Slightly larger phones / small tablets */
@media (min-width: 641px) and (max-width: 880px) {
  .floor-plans .plans-grid { grid-template-columns: 1fr !important; gap: 28px; }
  .ja-photo-grid, .md-photo-grid { grid-template-columns: 1fr !important; gap: 24px; }
}


/* ═══════════════════════════════════════════════════════════════════
   v19 — Top-nav composite brand lockup (SOISU × FIFTH WALL)
   ═══════════════════════════════════════════════════════════════════ */
.top-nav .brand-lockup .soisu {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: 'Glacial Indifference', 'Inter', system-ui, sans-serif !important;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  white-space: nowrap;
}
.top-nav .brand-lockup .brand-soisu { font-weight: 700; }
.top-nav .brand-lockup .brand-x {
  font-weight: 400;
  font-size: 0.7em;
  opacity: 0.55;
  position: relative;
  top: -0.05em;
}
.top-nav .brand-lockup .brand-fw {
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
  .top-nav .brand-lockup .soisu { font-size: 18px; }
}
@media (max-width: 640px) {
  .top-nav .brand-lockup .soisu { font-size: 14px; gap: 6px; letter-spacing: 0.04em; }
  .top-nav .brand-lockup .brand-fw { letter-spacing: 0.05em; }
}

/* ═══════════════════════════════════════════════════════════════════
   v19 — Floor-plan lightbox (click to enlarge)
   ═══════════════════════════════════════════════════════════════════ */
.plan-img { cursor: zoom-in; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.94);
  display: none;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  transition: opacity 0.25s ease;
  cursor: zoom-out;
}
.lightbox.open {
  display: flex;
  opacity: 1;
}
.lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  background: #fff;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 28px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: white;
  font-size: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  transition: all 0.2s;
}
.lightbox-close:hover { background: rgba(255,255,255,0.15); transform: scale(1.05); }


/* ═══════════════════════════════════════════════════════════════════
   v19.2 — Bigger nav link click targets (fix intermittent miss-clicks)
   ═══════════════════════════════════════════════════════════════════ */
.top-nav ul a {
  display: inline-block;
  padding: 12px 14px;
  position: relative;
  z-index: 5;
}
.top-nav ul {
  margin: 0 auto;
  padding: 0;
}
.top-nav ul li { display: flex; }

/* Mobile: keep our hamburger menu styling but with same padding */
@media (max-width: 640px) {
  .top-nav.open ul a {
    padding: 16px 0;
  }
}
