/* =============================================================
   LUMEN — Lifestyle Mall
   Stylesheet tunggal, mobile-first, tanpa framework.
   Struktur: 1) Tokens  2) Reset  3) Base  4) Utilities
             5) Komponen  6) Bagian  7) Responsive  8) Motion
   ============================================================= */

/* ----------------------------- 1) TOKENS ---------------------------- */
:root {
  /* Warna — palet "Daylight Atrium" (terang) */
  --canvas:       #FAF7F2;   /* latar halaman — putih hangat */
  --surface:      #FFFFFF;   /* kartu & permukaan menonjol */
  --surface-2:    #F1EADE;   /* hover kartu */
  --tint:         #F1E9DC;   /* band section terang */
  --tint-2:       #E4D9C7;   /* garis pada band terang */
  --line:         rgba(33, 26, 43, 0.12);
  --line-strong:  rgba(33, 26, 43, 0.22);

  --ink:          #201826;   /* teks utama */
  --ink-soft:     #6A6274;   /* teks sekunder */
  --gold:         #A06E19;   /* aksen emas, kontras di latar terang */
  --gold-soft:    rgba(160, 110, 25, 0.14);
  --coral:        #DA4A2A;   /* aksen & tautan */
  --coral-600:    #B23A1D;   /* CTA & hover */

  --shadow:       0 1px 2px rgba(33, 26, 43, 0.05), 0 10px 30px rgba(33, 26, 43, 0.07);

  /* Font */
  --font-display: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body:    "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Ritme & bentuk */
  --container:    1200px;
  --gutter:       clamp(1.15rem, 4vw, 2.5rem);
  --section-y:    clamp(4.5rem, 10vw, 8rem);
  --radius:       18px;
  --radius-sm:    12px;
  --ease:         cubic-bezier(0.22, 1, 0.36, 1);

  color-scheme: light;
}

/* ----------------------------- 2) RESET ----------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  line-height: 1.7;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
input { font: inherit; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------------------------- 3) UTILITIES -------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 1rem; top: -3rem; z-index: 999;
  background: var(--gold); color: #fff;
  padding: 0.6rem 1rem; border-radius: 8px; font-weight: 700;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 1rem; }

.eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.eyebrow--center { text-align: center; }

/* ---------------------------- 4) SECTIONS --------------------------- */
.section { padding-block: var(--section-y); }

.section--light { background: var(--tint); color: var(--ink); }
.section--light .eyebrow { color: var(--coral-600); }

.section__head { max-width: 44rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 1.2rem + 3vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.section__desc { margin-top: 1.1rem; color: var(--ink-soft); max-width: 40rem; }
.section--light .section__desc { color: var(--ink-soft); }

/* ---------------------------- 5) BUTTONS ---------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.2s var(--ease), background-color 0.2s var(--ease),
              border-color 0.2s var(--ease), color 0.2s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn__icon { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor;
             stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.btn--primary { background: var(--coral-600); color: #fff; }
.btn--primary:hover { background: #8F2E15; }

.btn--outline { border: 1px solid var(--line-strong); color: var(--ink); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }

.btn--ghost { color: var(--ink); padding-inline: 0; }
.btn--ghost:hover { color: var(--gold); transform: none; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 700; color: var(--coral);
  margin-top: 0.4rem;
}
.link-arrow svg { width: 1.05em; height: 1.05em; fill: none; stroke: currentColor;
                  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
                  transition: transform 0.2s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ----------------------------- 6) HEADER ---------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease),
              backdrop-filter 0.3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(250, 247, 242, 0.85);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.header__inner {
  display: flex; align-items: center; gap: 1.5rem;
  min-height: 72px;
}

.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); }
.brand__name { font-weight: 800; font-size: 1.35rem; letter-spacing: 0.02em; }
.brand__mark {
  width: 22px; height: 22px; border-radius: 6px;
  background: conic-gradient(from 210deg, var(--gold), var(--coral), var(--gold));
  box-shadow: 0 0 18px var(--gold-soft);
}

.nav { margin-inline-start: auto; }
.nav__list { display: flex; gap: clamp(0.5rem, 1.6vw, 1.75rem); }
.nav__link {
  position: relative; font-size: 0.95rem; font-weight: 500; color: var(--ink-soft);
  padding: 0.4rem 0.15rem; transition: color 0.2s var(--ease);
}
.nav__link:hover, .nav__link.is-current { color: var(--ink); }
.nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--gold); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform 0.25s var(--ease);
}
.nav__link:hover::after, .nav__link.is-current::after { transform: scaleX(1); }

.header__cta { margin-inline-start: 0.5rem; }

.lang-switch { display: inline-flex; align-items: center; flex: 0 0 auto; }
.lang-switch button { padding: 4px 7px; font-family: var(--font-display); font-size: 0.72rem; font-weight: 700; color: var(--ink-soft); background: transparent; cursor: pointer; transition: color 0.2s var(--ease); }
.lang-switch button.active { color: var(--gold); }
.lang-switch button:not(.active):hover { color: var(--ink); }
.lang-switch button + button { border-left: 1px solid var(--line); }

.nav-toggle {
  display: none; width: 44px; height: 44px; margin-inline-start: auto;
  position: relative; border-radius: 10px;
}
.nav-toggle__bar, .nav-toggle__bar::before, .nav-toggle__bar::after {
  content: ""; position: absolute; left: 50%; width: 22px; height: 2px;
  background: var(--ink); border-radius: 2px; transform: translateX(-50%);
  transition: transform 0.25s var(--ease), opacity 0.2s var(--ease);
}
.nav-toggle__bar { top: 50%; margin-top: -1px; }
.nav-toggle__bar::before { top: -7px; }
.nav-toggle__bar::after  { top: 7px; }

/* ------------------------------ 7) HERO ----------------------------- */
.hero {
  position: relative; isolation: isolate;
  padding-top: clamp(9rem, 22vw, 12rem);
  padding-bottom: clamp(4rem, 10vw, 7rem);
  text-align: center; overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(250, 247, 242, 0.30) 0%,
      rgba(250, 247, 242, 0.70) 42%,
      rgba(250, 247, 242, 0.92) 74%,
      var(--canvas) 100%);
}
.hero__skylight {
  position: absolute; left: 50%; top: -12%; translate: -50% 0;
  width: min(90vw, 780px); aspect-ratio: 1;
  background: radial-gradient(closest-side,
              rgba(231, 178, 92, 0.30), rgba(255, 122, 92, 0.10) 55%, transparent 72%);
  filter: blur(6px);
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 1.5rem + 6vw, 5.6rem);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 1.4rem;
}
.hero__title-accent {
  background: linear-gradient(100deg, var(--gold), var(--coral));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lead {
  max-width: 40rem; margin-inline: auto; color: var(--ink-soft);
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.25rem);
}
.hero__actions {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem;
  margin-top: 2rem;
}

.hero__stats {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  max-width: 46rem; margin: clamp(3rem, 7vw, 4.5rem) auto 0;
  padding-top: 2.25rem; border-top: 1px solid var(--line);
}
.stat__num {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.9rem, 1.2rem + 2.5vw, 3rem); line-height: 1;
  color: var(--ink);
}
.stat__label {
  font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 0.55rem; order: 2;
}
.stat { display: flex; flex-direction: column; }

/* ----------------------------- 8) ABOUT ----------------------------- */
.about {
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: 1fr;
}
.about__text { font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem); line-height: 1.6; color: var(--ink); }
.about__points { margin-top: 1.8rem; display: grid; gap: 1rem; }
.about__point { padding-left: 1.25rem; position: relative; color: var(--ink-soft); }
.about__point::before {
  content: ""; position: absolute; left: 0; top: 0.65em; width: 8px; height: 8px;
  border-radius: 50%; background: var(--coral-600);
}
.about__point-k { color: var(--ink); font-weight: 700; }

/* --------------------------- 9) DIREKTORI --------------------------- */
.cat-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
}
.cat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease),
              background-color 0.25s var(--ease);
}
.cat:hover { transform: translateY(-4px); border-color: var(--line-strong); background: var(--surface-2); }
.cat__icon {
  width: 30px; height: 30px; margin-bottom: 1.1rem; color: var(--gold);
  fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.cat__name { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.cat__meta { color: var(--ink-soft); font-size: 0.9rem; margin-top: 0.3rem; }

/* Tenant pilihan (dengan foto) */
.tenants { margin-top: clamp(3rem, 6vw, 4.5rem); }
.tenants__head {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem;
  align-items: baseline; justify-content: space-between; margin-bottom: 1.5rem;
}
.tenants__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 1.1rem + 1vw, 1.8rem); }
.tenant-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
}
.tenant {
  border-radius: var(--radius); overflow: hidden;
  background: var(--surface); border: 1px solid var(--line);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}
.tenant:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.tenant__img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: var(--surface-2); }
.tenant__body { padding: 1.1rem 1.25rem 1.3rem; display: grid; gap: 0.25rem; }
.tenant__cat { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.tenant__name { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.tenant__floor { color: var(--ink-soft); font-size: 0.85rem; }

/* Galeri suasana */
.gallery {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.shot {
  position: relative; margin: 0; overflow: hidden;
  border-radius: var(--radius); border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
}
.shot__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.shot:hover .shot__img { transform: scale(1.05); }
.shot__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.6rem 1.1rem 0.9rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: #fff;
  background: linear-gradient(transparent, rgba(11, 8, 20, 0.75));
}

/* -------------------- 10) LANTAI (signature) ------------------------ */
.section--floor {
  background:
    radial-gradient(120% 80% at 85% 0%, rgba(231,178,92,0.10), transparent 60%),
    var(--surface);
  border-block: 1px solid var(--line);
}
.floor { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }

.floor__rail {
  display: flex; gap: 0.5rem; overflow-x: auto; padding-bottom: 0.35rem;
  scrollbar-width: none;
}
.floor__rail::-webkit-scrollbar { display: none; }
.floor__tab {
  flex: 0 0 auto;
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.7rem 1rem; border-radius: 999px;
  border: 1px solid var(--line); color: var(--ink-soft);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background-color 0.2s var(--ease);
}
.floor__tab:hover { color: var(--ink); border-color: var(--line-strong); }
.floor__tab.is-active { color: #fff; background: var(--gold); border-color: var(--gold); }
.floor__code { font-family: var(--font-display); font-weight: 800; }
.floor__name { font-size: 0.9rem; }

.floor__stage {
  background: var(--canvas); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 3rem);
  min-height: 260px;
}
.floor__panel { animation: fade-up 0.4s var(--ease); }
.floor__level {
  font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 0.75rem;
}
.floor__headline {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.5rem, 1.1rem + 1.8vw, 2.4rem); line-height: 1.1;
}
.floor__text { color: var(--ink-soft); margin-top: 0.9rem; max-width: 38rem; }
.floor__tags { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.6rem; }
.floor__tags li {
  padding: 0.4rem 0.9rem; border-radius: 999px;
  background: var(--gold-soft); color: var(--gold);
  font-size: 0.85rem; font-weight: 600;
}

/* --------------------------- 11) FASILITAS -------------------------- */
.fac-grid {
  display: grid; gap: 0.9rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 150px), 1fr));
}
.fac {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 1.1rem 1.2rem; border-radius: var(--radius-sm);
  background: #fff; border: 1px solid var(--tint-2);
  font-weight: 600; color: var(--ink);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.fac:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(33, 26, 43, 0.08); }
.fac__icon {
  width: 26px; height: 26px; flex: 0 0 auto; color: var(--coral-600);
  fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}

/* ----------------------------- 12) EVENT ---------------------------- */
.event-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: 1fr;
}
.event {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2rem);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}
.event:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.event--feature {
  background:
    linear-gradient(150deg, rgba(255,122,92,0.16), transparent 55%),
    var(--surface);
  border-color: rgba(255, 122, 92, 0.35);
}
.event__tag {
  display: inline-block; padding: 0.35rem 0.8rem; border-radius: 999px;
  background: var(--coral-600); color: #fff; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.04em; margin-bottom: 1.1rem;
}
.event__tag--soft { background: var(--gold-soft); color: var(--gold); }
.event__date { font-size: 0.85rem; color: var(--ink-soft); letter-spacing: 0.03em; }
.event__title { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; margin: 0.35rem 0 0.6rem; }
.event__text { color: var(--ink-soft); font-size: 0.96rem; }

/* ---------------------------- 13) KUNJUNGI -------------------------- */
.section--visit {
  background:
    radial-gradient(110% 90% at 15% 100%, rgba(255,122,92,0.10), transparent 55%),
    var(--canvas);
}
.visit { display: grid; gap: clamp(2rem, 5vw, 3.5rem); }
.visit__note { color: var(--ink-soft); margin-top: 1rem; }
.visit__grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.info {
  padding: 1.6rem; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--line);
}
.info__icon {
  width: 30px; height: 30px; color: var(--gold); margin-bottom: 1rem;
  fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.info__title { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; margin-bottom: 0.6rem; }
.info__line { color: var(--ink-soft); }
.info__line b { color: var(--ink); font-weight: 700; }
.info__line a:hover { color: var(--gold); }

/* Menuju LUMEN — akses & transportasi */
.access {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid var(--line);
}
.access__head { max-width: 44rem; margin-bottom: 2rem; }
.access__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.2rem); }
.access__desc { color: var(--ink-soft); margin-top: 0.7rem; }

.access__modes {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
}
.mode {
  padding: 1.5rem; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--line);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}
.mode:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.mode--accent { border-color: rgba(255, 122, 92, 0.4);
  background: linear-gradient(150deg, rgba(255,122,92,0.14), transparent 55%), var(--surface); }
.mode__icon {
  width: 30px; height: 30px; color: var(--gold); margin-bottom: 1rem;
  fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.mode--accent .mode__icon { color: var(--coral); }
.mode__name { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; margin-bottom: 0.45rem; }
.mode__text { color: var(--ink-soft); font-size: 0.94rem; }

.access__detail { display: grid; gap: 1rem; margin-top: 1rem; grid-template-columns: minmax(0, 1fr); }
.access__detail > * { min-width: 0; }

/* Peta */
.map { margin: 0; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: var(--surface); }
.map__img { width: 100%; height: clamp(280px, 40vw, 460px); border: 0; display: block; }
.map__cap {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.4rem; color: var(--ink-soft); font-size: 0.92rem;
}
.map__cap b { color: var(--ink); }
.map__btn { flex: 0 0 auto; }

/* Jadwal shuttle */
.shuttle { padding: 1.5rem; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--line); }
.shuttle__head { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; align-items: center;
  justify-content: space-between; margin-bottom: 1.1rem; }
.shuttle__title { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.shuttle__badge { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em;
  color: var(--gold); background: var(--gold-soft); padding: 0.35rem 0.75rem; border-radius: 999px; }
.shuttle__scroll { overflow-x: auto; }
.shuttle__table { width: 100%; border-collapse: collapse; min-width: 420px; }
.shuttle__table th, .shuttle__table td {
  text-align: left; padding: 0.8rem 0.9rem; font-size: 0.92rem;
  border-bottom: 1px solid var(--line);
}
.shuttle__table thead th {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
.shuttle__table tbody td { color: var(--ink-soft); }
.shuttle__table tbody td b { color: var(--ink);
  display: inline-grid; place-items: center; width: 26px; height: 26px;
  background: var(--gold-soft); border-radius: 7px; }
.shuttle__table tbody tr:last-child td { border-bottom: 0; }
.shuttle__note { color: var(--ink-soft); font-size: 0.82rem; margin-top: 1rem; }

/* ----------------------------- 14) FOOTER --------------------------- */
.footer { background: var(--tint); border-top: 1px solid var(--line); padding-top: clamp(3rem, 6vw, 4.5rem); }
.footer__inner {
  display: grid; gap: 2.5rem; grid-template-columns: 1fr;
  padding-bottom: 2.5rem;
}
.footer__tagline { color: var(--ink-soft); margin: 1rem 0 1.4rem; }
.social { display: flex; gap: 0.6rem; }
.social__link {
  display: grid; place-items: center; width: 40px; height: 40px;
  border-radius: 10px; border: 1px solid var(--line); color: var(--ink-soft);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.social__link svg { width: 20px; height: 20px; fill: none; stroke: currentColor;
                    stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social__link:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-2px); }

.footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.footer__col { display: grid; gap: 0.7rem; align-content: start; }
.footer__h { font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.footer__col a { color: var(--ink-soft); transition: color 0.2s var(--ease); }
.footer__col a:hover { color: var(--ink); }

.news__text { color: var(--ink-soft); font-size: 0.92rem; margin: 0.2rem 0 1rem; }
.news__field { display: flex; gap: 0.5rem; }
.news__input {
  flex: 1 1 auto; min-width: 0;
  padding: 0.8rem 1rem; border-radius: 999px;
  background: var(--canvas); border: 1px solid var(--line-strong); color: var(--ink);
}
.news__input::placeholder { color: var(--ink-soft); }
.news__input:focus-visible { outline-offset: 1px; border-color: var(--gold); }
.news__btn { padding: 0.8rem; aspect-ratio: 1; }
.news__msg { font-size: 0.85rem; color: var(--gold); margin-top: 0.6rem; min-height: 1.2em; }

.footer__bottom {
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between;
  padding-block: 1.5rem; border-top: 1px solid var(--line);
  color: var(--ink-soft); font-size: 0.85rem;
}

/* Kedalaman kartu (tema terang) */
.cat, .tenant, .event, .info, .mode, .shuttle, .map, .floor__stage { box-shadow: var(--shadow); }

/* --------------------------- 15) RESPONSIVE ------------------------- */
@media (min-width: 620px) {
  .hero__stats { grid-template-columns: repeat(4, 1fr); }
  .visit__grid { grid-template-columns: repeat(3, 1fr); }
}

.shot--wide { grid-column: 1 / -1; }

@media (min-width: 768px) {
  .about { grid-template-columns: 0.85fr 1.15fr; align-items: start; }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .event--feature { grid-column: 1 / -1; }
  .floor { grid-template-columns: 240px minmax(0, 1fr); align-items: start; }
  .floor__rail { flex-direction: column; overflow: visible; }
  .footer__inner { grid-template-columns: 1.3fr 1.6fr 1.4fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .shot--wide { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
  .access__detail { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: start; }
}

@media (min-width: 980px) {
  .event-grid { grid-template-columns: repeat(3, 1fr); }
  .event--feature { grid-column: auto; grid-row: span 1; }
}

/* Mobile navigation (di bawah breakpoint desktop) */
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .header__cta { display: none; }
  .lang-switch { margin-inline-start: auto; margin-inline-end: 0.25rem; }
  .nav {
    position: fixed; inset: 72px 0 auto 0;
    background: rgba(250, 247, 242, 0.96); backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    padding: 1rem var(--gutter) 1.75rem;
    transform: translateY(-8px); opacity: 0; visibility: hidden;
    transition: transform 0.25s var(--ease), opacity 0.25s var(--ease), visibility 0.25s;
  }
  .nav__list { flex-direction: column; gap: 0.25rem; }
  .nav__link { display: block; padding: 0.8rem 0.25rem; font-size: 1.05rem; }
  .nav__link::after { display: none; }

  .site-header.nav-open .nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-header.nav-open { background: rgba(250, 247, 242, 0.9); backdrop-filter: blur(14px); }
  .site-header.nav-open .nav-toggle__bar { background: transparent; }
  .site-header.nav-open .nav-toggle__bar::before { top: 0; transform: translateX(-50%) rotate(45deg); }
  .site-header.nav-open .nav-toggle__bar::after  { top: 0; transform: translateX(-50%) rotate(-45deg); }
}

/* ---------------------------- 16) MOTION ---------------------------- */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes fade-up {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
