:root {
  --ink: #1e2430;
  --muted: #667085;
  --line: #e9e5ed;
  --soft: #f8f6fa;
  --brand: #76548f;
  --brand-dark: #55386d;
  --brand-light: #eee7f3;
  --white: #ffffff;
  --dark: #241d2a;
  --shadow: 0 18px 50px rgba(34, 23, 43, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: baseline; gap: 8px; font-weight: 700; }
.brand-mark { font-family: "Playfair Display", serif; font-size: 26px; color: var(--brand-dark); }
.brand-text { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
nav a { color: #3e4652; font-weight: 600; }

.hero { padding: 88px 0 72px; background: linear-gradient(135deg, #fbf9fc 0%, #f3edf7 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-block; font-size: 12px; letter-spacing: .18em; font-weight: 700; color: var(--brand); margin-bottom: 18px; }
.eyebrow.light { color: #cbb8d8; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", serif; line-height: 1.12; }
h1 { font-size: clamp(46px, 6vw, 74px); margin-bottom: 24px; letter-spacing: -.03em; }
h2 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 20px; letter-spacing: -.025em; }
h3 { font-size: 20px; margin-bottom: 10px; }
.lead { font-size: 19px; color: var(--muted); max-width: 620px; margin-bottom: 26px; }

.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-badges span { padding: 8px 12px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; padding: 14px 20px; font-weight: 700; border: 1px solid transparent; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-small { padding: 10px 15px; background: var(--brand); color: var(--white); }
.btn-primary { background: var(--brand); color: var(--white); box-shadow: 0 12px 30px rgba(118,84,143,.22); }
.btn-secondary { background: var(--white); border-color: var(--line); }
.btn-light { background: var(--white); color: var(--dark); }
.full { width: 100%; }

.promo-card { display: inline-flex; flex-direction: column; padding: 17px 20px; border-left: 4px solid var(--brand); background: rgba(255,255,255,.78); border-radius: 0 12px 12px 0; }
.promo-card span { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.promo-card strong { font-size: 20px; color: var(--brand-dark); }
.promo-card small { color: var(--muted); }

.hero-visual { position: relative; }
.photo-placeholder { min-height: 230px; border-radius: 20px; border: 1px dashed #c9bfd0; background: linear-gradient(145deg, #f0e9f4, #ffffff); display: flex; align-items: center; justify-content: center; text-align: center; color: #796d81; padding: 24px; }
.photo-placeholder.large { min-height: 570px; box-shadow: var(--shadow); }
.photo-placeholder.wide { grid-column: span 2; }
.placeholder-inner { display: flex; flex-direction: column; gap: 6px; }
.placeholder-inner span { font-weight: 700; font-size: 18px; }
.placeholder-inner small { color: var(--muted); }
.floating-card { position: absolute; left: -26px; bottom: 28px; background: var(--white); padding: 16px 18px; border-radius: 14px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.floating-card span { font-size: 13px; color: var(--muted); }

.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--dark); color: var(--white); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.body-copy { font-size: 18px; color: var(--muted); }
.body-copy p:first-child { margin-top: 0; }

.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading p { color: var(--muted); font-size: 17px; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.feature-card .icon { font-size: 28px; margin-bottom: 18px; }
.feature-card p { color: var(--muted); margin-bottom: 0; }

.facility-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.facility-strip div { padding: 22px 18px; background: var(--soft); display: flex; flex-direction: column; gap: 4px; }
.facility-strip strong { font-size: 14px; }
.facility-strip span { font-size: 13px; color: var(--muted); }

.gallery-section { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.location-address { font-size: 18px; color: #e7dfea; }
.location-points { display: flex; flex-direction: column; gap: 10px; margin: 26px 0 30px; color: #d9cedf; }

.mini-map { position: relative; min-height: 420px; border-radius: 22px; overflow: hidden; background: #302737; border: 1px solid rgba(255,255,255,.12); }
.map-road { position: absolute; background: rgba(255,255,255,.12); border-radius: 999px; }
.road-a { width: 130%; height: 18px; left: -15%; top: 44%; transform: rotate(-11deg); }
.road-b { width: 18px; height: 120%; left: 58%; top: -10%; transform: rotate(8deg); }
.road-c { width: 85%; height: 10px; left: 6%; top: 70%; transform: rotate(16deg); }
.map-pin { position: absolute; left: 47%; top: 40%; transform: translate(-50%,-50%); background: var(--white); color: var(--dark); padding: 15px 16px; border-radius: 14px; box-shadow: 0 14px 30px rgba(0,0,0,.22); display: flex; flex-direction: column; min-width: 170px; }
.pin-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--brand); margin-bottom: 8px; }
.map-pin span { color: var(--muted); font-size: 12px; }
.map-label { position: absolute; padding: 7px 10px; background: rgba(255,255,255,.08); border-radius: 999px; font-size: 12px; color: #d9cedf; }
.map-label.trisakti { left: 13%; top: 20%; }
.map-label.tomang { right: 10%; bottom: 14%; }

.contact-section { background: linear-gradient(180deg, #fff, #f8f5fa); }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; padding: 46px; border-radius: 24px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-actions { display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.instagram-link { text-align: center; color: var(--brand-dark); font-weight: 700; padding-top: 6px; }

.wa-float { position: fixed; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; box-shadow: 0 10px 26px rgba(0,0,0,.2); z-index: 30; }

footer { padding: 34px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { margin-bottom: 8px; }
footer p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-right { display: flex; gap: 20px; color: var(--muted); font-size: 14px; }

@media (max-width: 900px) {
  nav a:not(.btn) { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .split, .location-grid, .contact-card { grid-template-columns: 1fr; gap: 36px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .facility-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-placeholder.wide { grid-column: span 2; }
  .floating-card { left: 18px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { height: 68px; }
  .brand-mark { font-size: 23px; }
  .hero { padding: 42px 0 54px; }
  h1 { font-size: 45px; }
  h2 { font-size: 36px; }
  .section { padding: 68px 0; }
  .features-grid, .gallery-grid, .facility-strip { grid-template-columns: 1fr; }
  .photo-placeholder.wide { grid-column: span 1; }
  .photo-placeholder.large { min-height: 380px; }
  .mini-map { min-height: 330px; }
  .contact-card { padding: 28px; }
  .footer-grid, .footer-right { flex-direction: column; align-items: flex-start; }
}
