/* ==========================================================================
   EFORIUM Cafe & Resto — Ruang Euforia, Rasa & Musik
   Brand: hitam pekat + emas (dari logo IG @eforiumcaferesto) + aksen merah
   ========================================================================== */

:root {
  /* Warna inti */
  --ink:        #0b0a09;   /* latar utama */
  --ink-2:      #131110;   /* panel */
  --ink-3:      #1c1917;   /* kartu */
  --line:       #2a2523;   /* garis */

  --gold:       #d9b25f;   /* emas utama */
  --gold-soft:  #e8cd93;   /* emas terang */
  --gold-deep:  #a87c2c;   /* emas gelap */
  --red:        #e11d2e;   /* aksen (dipakai hemat) */

  --cream:      #f6f1e7;   /* teks utama di latar gelap */
  --muted:      #a8a09a;   /* teks sekunder */

  --shadow: 0 24px 60px -24px rgba(0,0,0,.85);
  --radius: 14px;
  --maxw: 1180px;

  /* Wordmark asli EFORIUM memakai sans geometris — Montserrat paling mendekati */
  --font-display: 'Montserrat', 'Century Gothic', 'Segoe UI', sans-serif;
  --font-serif:   'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--gold); color: var(--ink); }

/* ---------- Layout helper ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; position: relative; }
.section--tight { padding: 64px 0; }
.center { text-align: center; }

/* ---------- Tipografi ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; letter-spacing: .01em; line-height: 1.22; margin: 0 0 .5em; }
h1 { font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 700; letter-spacing: .18em; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); }
p  { margin: 0 0 1.1em; color: var(--muted); }
p.lead { font-size: 1.1rem; color: var(--cream); }

.eyebrow {
  font-family: var(--font-body);
  font-size: .72rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
  display: block;
}

.gold-text {
  background: linear-gradient(100deg, var(--gold-deep), var(--gold-soft) 45%, var(--gold) 70%, var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rule {
  width: 68px; height: 1px; margin: 22px 0;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.center .rule { margin-left: auto; margin-right: auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); }

/* ---------- Tombol ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  font-size: .8rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  background: transparent;
  cursor: pointer;
  transition: background .28s ease, color .28s ease, transform .28s ease;
}
.btn:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }
.btn--solid { background: var(--gold); color: var(--ink); }
.btn--solid:hover { background: var(--gold-soft); border-color: var(--gold-soft); }
.btn--ghost { border-color: rgba(246,241,231,.28); color: var(--cream); }
.btn--ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.center .btn-row { justify-content: center; }

/* ==========================================================================
   Header / Navigasi
   ========================================================================== */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 18px 0;
  transition: background .35s ease, padding .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(11,10,9,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  padding: 10px 0;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand img, .brand svg { width: 44px; height: 44px; object-fit: contain; }
.brand-name {
  font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .22em;
  line-height: 1; color: var(--cream);
}
.brand-tag { display: block; font-family: var(--font-body); font-size: .55rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin-top: 5px; }

.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); position: relative; padding: 6px 0;
  transition: color .25s ease;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--gold); transition: width .28s ease;
}
.nav-links a:hover, .nav-links a.is-active { color: var(--cream); }
.nav-links a:hover::after, .nav-links a.is-active::after { width: 100%; }

.nav-cta { display: inline-flex; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  background: transparent; border-radius: 10px; cursor: pointer; padding: 0;
  align-items: center; justify-content: center;
}
.nav-toggle span { display: block; width: 20px; height: 1.5px; background: var(--cream); position: relative; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ''; position: absolute; left: 0; width: 20px; height: 1.5px; background: var(--cream);
  transition: transform .3s ease, top .3s ease;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }
.nav-toggle.is-open span { background: transparent; }
.nav-toggle.is-open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.is-open span::after  { top: 0; transform: rotate(-45deg); }

@media (max-width: 940px) {
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw);
    background: var(--ink-2); border-left: 1px solid var(--line);
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 22px; padding: 40px 34px;
    transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1);
  }
  .nav-links.is-open { transform: translateX(0); }
  .nav-links a { font-size: .95rem; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  min-height: 100svh; display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding: 140px 0 90px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(217,178,95,.16), transparent 60%),
    radial-gradient(90% 70% at 80% 100%, rgba(217,178,95,.08), transparent 60%),
    var(--ink);
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(217,178,95,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217,178,95,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent 80%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent 80%);
}
.hero .wrap { position: relative; z-index: 2; }

/* Lockup logo asli EFORIUM */
.hero-lockup {
  width: min(430px, 74vw); height: auto; margin: 0 auto 30px;
  filter: drop-shadow(0 18px 40px rgba(217,178,95,.18));
}
.hero-desc { max-width: 620px; margin: 0 auto 34px; }

/* Judul yang hanya dibaca pembaca layar & mesin pencari */
.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;
}

.hero-facts {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0;
  margin-top: 58px; border-top: 1px solid var(--line); padding-top: 28px;
}
.hero-facts div { padding: 0 30px; border-right: 1px solid var(--line); text-align: center; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { display: block; font-family: var(--font-display); font-size: 1.1rem; color: var(--gold); letter-spacing: .08em; }
.hero-facts span { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

@media (max-width: 640px) {
  .hero-facts div { padding: 12px 18px; border-right: 0; border-bottom: 1px solid var(--line); width: 100%; }
  .hero-facts div:last-child { border-bottom: 0; }
}

/* Marquee tipis di bawah hero */
.ticker {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--ink-2); overflow: hidden; padding: 14px 0;
}
.ticker-track { display: flex; gap: 48px; white-space: nowrap; animation: slide 34s linear infinite; }
.ticker-track span {
  font-family: var(--font-display); font-size: .8rem; letter-spacing: .28em;
  text-transform: uppercase; color: var(--muted);
}
.ticker-track span::after { content: '✦'; color: var(--gold); margin-left: 48px; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ==========================================================================
   Section umum
   ========================================================================== */
.section-head { max-width: 640px; margin-bottom: 54px; }
.center .section-head, .section-head.center { margin-left: auto; margin-right: auto; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 40px; } }

.frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.frame--wide img { aspect-ratio: 16/10; }
.frame--photo img { aspect-ratio: 4/3; }

/* --------------------------------------------------------------------------
   Panel bermerek — dipakai menggantikan foto pada bagian yang belum punya
   dokumentasi asli. Lebih jujur daripada memasang poster berisi teks
   promosi sebagai seolah-olah foto suasana.
   -------------------------------------------------------------------------- */
.brand-panel {
  position: relative; overflow: hidden;
  display: grid; place-items: center; text-align: center;
  min-height: 360px; padding: 56px 32px;
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow);
  background:
    radial-gradient(85% 95% at 50% 18%, rgba(217,178,95,.15), transparent 68%),
    linear-gradient(158deg, var(--ink-3), var(--ink) 70%);
}
.brand-panel::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(217,178,95,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217,178,95,.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(62% 62% at 50% 45%, #000, transparent 88%);
  -webkit-mask-image: radial-gradient(62% 62% at 50% 45%, #000, transparent 88%);
}
.brand-panel > * { position: relative; z-index: 1; }
.brand-panel img { width: 92px; height: auto; margin: 0 auto 22px; opacity: .92; }
.brand-panel .kicker {
  display: block; font-family: var(--font-serif); font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem); color: var(--gold-soft); line-height: 1.4;
}
.brand-panel .sub {
  display: block; margin-top: 14px;
  font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted);
}

/* Versi ringkas untuk kepala kartu */
.brand-panel--card {
  min-height: 0; aspect-ratio: 16/9; padding: 28px 24px;
  border: 0; border-radius: 0; box-shadow: none;
  border-bottom: 1px solid var(--line);
}
.brand-panel--card img { width: 60px; margin-bottom: 4px; }
.brand-panel--card .sub { letter-spacing: .2em; }

/* Kartu fasilitas / pengalaman */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: border-color .3s ease, transform .3s ease, background .3s ease;
}
.card:hover { border-color: rgba(217,178,95,.42); transform: translateY(-4px); }
.card h3 { margin-bottom: 8px; }
.card p { margin: 0; font-size: .92rem; }
.card-icon {
  width: 44px; height: 44px; margin-bottom: 18px;
  display: grid; place-items: center;
  border: 1px solid rgba(217,178,95,.35); border-radius: 12px;
  color: var(--gold);
}
.card-icon svg { width: 22px; height: 22px; }

/* Daftar cek */
.checks { list-style: none; margin: 0 0 28px; padding: 0; }
.checks li {
  position: relative; padding-left: 28px; margin-bottom: 12px; color: var(--muted); font-size: .95rem;
}
.checks li::before {
  content: ''; position: absolute; left: 0; top: .55em;
  width: 12px; height: 12px; border: 1px solid var(--gold); border-radius: 3px;
  background: linear-gradient(135deg, transparent 45%, var(--gold) 45%);
}

/* ==========================================================================
   Menu
   ========================================================================== */
.menu-tabs {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 48px;
}
.menu-tab {
  font-family: var(--font-body); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  padding: 10px 20px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line); background: transparent; color: var(--muted);
  transition: all .25s ease;
}
.menu-tab:hover { color: var(--cream); border-color: rgba(217,178,95,.4); }
.menu-tab.is-active { background: var(--gold); border-color: var(--gold); color: var(--ink); font-weight: 600; }

.menu-group { margin-bottom: 56px; }
.menu-group-title {
  display: flex; align-items: baseline; gap: 16px; margin-bottom: 26px;
}
.menu-group-title h3 { margin: 0; color: var(--gold-soft); white-space: nowrap; }
.menu-group-title .line { flex: 1; height: 1px; background: var(--line); }
.menu-group-title .count { font-size: .7rem; letter-spacing: .2em; color: var(--muted); text-transform: uppercase; }

.menu-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 48px; }
@media (max-width: 780px) { .menu-list { grid-template-columns: 1fr; } }

.menu-item {
  display: flex; align-items: baseline; gap: 10px;
  padding: 12px 0; border-bottom: 1px dashed rgba(42,37,35,.9);
}
.menu-item .name { color: var(--cream); font-size: .96rem; }
.menu-item .dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-4px); }
.menu-item .price { font-family: var(--font-display); color: var(--gold); font-size: .92rem; white-space: nowrap; }
.menu-item .tag {
  font-size: .58rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink); background: var(--gold); padding: 3px 7px; border-radius: 4px; font-weight: 700;
  white-space: nowrap;
}
.menu-item .variant {
  font-size: .68rem; letter-spacing: .06em; color: var(--muted);
  border: 1px solid var(--line); padding: 2px 8px; border-radius: 999px; white-space: nowrap;
}

/* Kartu signature */
.signature-card {
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  background: var(--ink-3); transition: border-color .3s ease, transform .3s ease;
}
.signature-card:hover { border-color: rgba(217,178,95,.45); transform: translateY(-5px); }
.signature-card .thumb { aspect-ratio: 1/1; overflow: hidden; background: var(--ink-2); }
/* Ubin pengganti bila foto produk belum tersedia */
.signature-card .thumb--mark {
  display: grid; place-items: center;
  background:
    radial-gradient(75% 75% at 50% 35%, rgba(217,178,95,.16), transparent 70%),
    var(--ink-2);
  border-bottom: 1px solid var(--line);
}
.thumb-num {
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 700; letter-spacing: .04em;
  background: linear-gradient(140deg, var(--gold-deep), var(--gold-soft) 50%, var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  opacity: .85;
}
.signature-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.signature-card:hover .thumb img { transform: scale(1.06); }
.signature-card .body { padding: 20px 22px 24px; }
.signature-card .body h3 { font-size: 1.05rem; margin-bottom: 4px; }
.signature-card .body .price { color: var(--gold); font-family: var(--font-display); }
.signature-card .body .rank {
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 10px;
}

/* ==========================================================================
   Agenda / jadwal
   ========================================================================== */
.schedule { border-top: 1px solid var(--line); }
.schedule-row {
  display: grid; grid-template-columns: 180px 1fr auto; gap: 24px; align-items: center;
  padding: 26px 0; border-bottom: 1px solid var(--line);
  transition: background .3s ease, padding-left .3s ease;
}
.schedule-row:hover { background: rgba(217,178,95,.04); padding-left: 12px; }
.schedule-row .day { font-family: var(--font-display); color: var(--gold); letter-spacing: .1em; }
.schedule-row .what strong { display: block; color: var(--cream); font-size: 1.02rem; }
.schedule-row .what span { font-size: .88rem; color: var(--muted); }
.schedule-row .time {
  font-size: .74rem; letter-spacing: .16em; text-transform: uppercase;
  border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px; color: var(--muted);
}
@media (max-width: 700px) {
  .schedule-row { grid-template-columns: 1fr; gap: 8px; }
  .schedule-row .time { justify-self: start; }
}

/* ==========================================================================
   Galeri
   ========================================================================== */
.gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.gallery a { position: relative; overflow: hidden; border-radius: 10px; border: 1px solid var(--line); }
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1/1; transition: transform .6s ease, opacity .3s ease; }
.gallery a:hover img { transform: scale(1.07); opacity: .85; }
@media (max-width: 1000px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px)  { .gallery { grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   Kontak / lokasi
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-list li:last-child { border-bottom: 0; }
.info-list .ico { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.info-list .ico svg { width: 18px; height: 18px; }
.info-list .label { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 3px; }
.info-list .value { color: var(--cream); font-size: .98rem; }
.info-list a.value:hover { color: var(--gold); }

.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 340px; height: 100%; }
.map-embed iframe { width: 100%; height: 100%; min-height: 340px; border: 0; filter: grayscale(.35) contrast(1.05); }

/* Form */
.form { display: grid; gap: 18px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form .row { grid-template-columns: 1fr; } }
.field label {
  display: block; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; background: var(--ink-2); color: var(--cream);
  border: 1px solid var(--line); border-radius: 10px; font-family: var(--font-body); font-size: .95rem;
  transition: border-color .25s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: .8rem; color: var(--muted); margin: 0; }

/* CTA band */
.cta-band {
  position: relative; overflow: hidden; border-radius: var(--radius);
  border: 1px solid rgba(217,178,95,.3);
  background:
    radial-gradient(90% 140% at 15% 0%, rgba(217,178,95,.16), transparent 55%),
    var(--ink-2);
  padding: 64px 48px; text-align: center;
}
@media (max-width: 560px) { .cta-band { padding: 44px 24px; } }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { border-top: 1px solid var(--line); background: var(--ink-2); padding: 72px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 52px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-grid h4 {
  font-family: var(--font-body); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a, .footer-grid p { color: var(--muted); font-size: .9rem; }
.footer-grid a:hover { color: var(--gold); }

.socials { display: flex; gap: 12px; margin-top: 18px; }
.socials a {
  width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; color: var(--muted);
  transition: all .25s ease;
}
.socials a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.socials svg { width: 17px; height: 17px; }

.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 26px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .78rem; color: var(--muted);
}

/* Tombol WhatsApp mengambang */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,.6);
  transition: transform .25s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; }

/* ---------- Animasi masuk ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Halaman dalam: hero kecil ---------- */
.page-hero {
  padding: 190px 0 80px; position: relative; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(80% 120% at 50% 0%, rgba(217,178,95,.14), transparent 60%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.breadcrumb { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--gold); }

/* Judul utama halaman dalam */
.page-title { font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: .01em; }

/* Catatan data */
.note {
  border-left: 2px solid var(--gold-deep); background: rgba(217,178,95,.05);
  padding: 14px 18px; border-radius: 0 10px 10px 0; font-size: .85rem; color: var(--muted);
}
.note strong { color: var(--gold-soft); }
