/* =========================================================
   MFR Management — Portal
   Mengikuti file "Redesign Website MFR Management"
   ========================================================= */
:root {
  --navy: #13294b;
  --navy-700: #0f2240;
  --navy-900: #0b1c35;
  --yellow: #f2b705;
  --yellow-600: #d9a300;
  --gold: #8f6b00;
  --cream: #f4f2ec;
  --cream-200: #ece8de;
  --ink: #16233a;
  --muted: #5a6475;
  --line: #e5e1d6;
  --white: #fff;
  --radius: 16px;
  --radius-sm: 10px;
  --font-display: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--white); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; margin: 0; color: inherit; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.3rem; letter-spacing: -0.015em; }
p { margin: 0; }

.eyebrow { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.on-dark .eyebrow { color: var(--yellow); }
.lead { color: var(--muted); font-size: 1rem; }
.on-dark .lead { color: rgba(255,255,255,.78); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; justify-content: center; padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: .92rem; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; line-height: 1.2; transition: background .15s, color .15s, border-color .15s; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-yellow { background: var(--yellow); color: var(--navy-900); }
.btn-yellow:hover { background: var(--yellow-600); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-900); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-light { border-color: rgba(255,255,255,.8); color: #fff; background: transparent; }
.btn-light:hover { background: #fff; color: var(--navy); }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 18px; font-size: .85rem; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .9rem; text-decoration: none; color: var(--navy); }
.link-arrow:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
/* .brand-mark { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); border: 3px solid var(--yellow); display: grid; place-items: center; flex: none; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; } */
.brand-mark { display: inline-flex; align-items: center; justify-content: center; flex: none; }
.brand-mark img { height: 44px; width: auto; object-fit: contain; }
.brand-mark span { color: #fff; font-size: .55rem; font-weight: 800; line-height: 1; text-align: center; }
.brand-mark span::before { content: "★"; display: block; color: var(--yellow); font-size: 1.05rem; margin-bottom: 1px; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: var(--navy); line-height: 1.1; display: block; }
.brand-tag { font-size: .72rem; color: var(--muted); display: block; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a.nav-link { text-decoration: none; font-size: .92rem; color: var(--ink); padding: 6px 0; border-bottom: 2px solid transparent; line-height: 1.25; max-width: 150px; }
.main-nav a.nav-link:hover { color: var(--navy); border-bottom-color: var(--line); }
.main-nav a.nav-link.is-active { font-weight: 700; color: var(--navy); border-bottom-color: var(--yellow); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.lang-switch { display: inline-flex; padding: 3px; gap: 2px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); }
.lang-switch a { display: inline-flex; align-items: center; justify-content: center; padding: 6px 10px; border-radius: 999px; text-decoration: none; line-height: 0; opacity: .5; filter: grayscale(.35); transition: opacity .15s, filter .15s, background .15s; }
.lang-switch a:hover { opacity: .85; filter: none; }
.lang-switch a.is-active { background: #fff; opacity: 1; filter: none; box-shadow: 0 1px 3px rgba(19, 41, 75, .18); }
.lang-switch .flag { display: block; width: 24px; height: 16px; border-radius: 3px; box-shadow: 0 0 0 1px rgba(19, 41, 75, .18); }
.lang-switch a:focus-visible { outline: 2px solid var(--yellow); outline-offset: 1px; }
.nav-toggle svg { width: 26px; height: 26px; }

@media (max-width: 1020px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 76px 0 0 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 32px; transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; }
  .main-nav.is-open { transform: none; }
  .main-nav a.nav-link { max-width: none; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .main-nav a.nav-link.is-active { border-bottom-color: var(--yellow); }
  .main-nav .btn { margin-top: 20px; }
  .lang-switch { align-self: flex-start; margin-top: 20px; }
  .lang-switch a { padding: 9px 16px; }
  .lang-switch .flag { width: 30px; height: 20px; }
  body.nav-open { overflow: hidden; }
}

/* ---------- Media placeholder / image ---------- */
.media { position: relative; background: var(--navy); overflow: hidden; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media-tag { position: absolute; left: 12px; bottom: 12px; background: rgba(11,28,53,.85); color: #fff; font-size: .72rem; padding: 4px 9px; border-radius: 6px; max-width: calc(100% - 24px); }
.media-badge { position: absolute; left: 12px; top: 12px; background: var(--yellow); color: var(--navy-900); font-size: .75rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.tone-0 { background: #2f4a39; } .tone-1 { background: #1e4a5e; } .tone-2 { background: #6a5a3e; }
.tone-3 { background: #3b3656; } .tone-4 { background: #5b3b34; } .tone-5 { background: #2d5f5a; } .tone-6 { background: #3d5a3a; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-cream { background: var(--cream); }
.section-navy { background: var(--navy); color: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 44px; }
.section-head h2 { max-width: 640px; }
.section-head .lead { max-width: 380px; }
@media (max-width: 760px) { .section { padding: 64px 0; } .section-head { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 30px; } }

/* ---------- Home hero ---------- */
.hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,28,53,.92) 0%, rgba(11,28,53,.7) 55%, rgba(11,28,53,.45) 100%); }
/* Slideshow hero (maks. 5 gambar, jeda & efek diatur di CMS) */
.hero-slide { position: absolute; inset: 0; opacity: 0; overflow: hidden; transition: opacity 1.2s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slides.is-kenburns .hero-slide.is-active img { animation: hero-kenburns var(--slide-duration, 5s) linear both; }
@keyframes hero-kenburns { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero-slides.is-slide .hero-slide { opacity: 1; transform: translateX(100%); visibility: hidden; transition: transform .9s cubic-bezier(.65, 0, .35, 1); }
.hero-slides.is-slide .hero-slide.is-active, .hero-slides.is-slide .hero-slide.is-leaving { visibility: visible; }
.hero-slides.is-slide .hero-slide.is-active { transform: none; }
.hero-slides.is-slide .hero-slide.is-leaving { transform: translateX(-100%); }
.hero-slides.is-slide .hero-slide:not(.is-active):not(.is-leaving) { transition: none; }
.hero-dots { position: absolute; left: 50%; bottom: 22px; z-index: 2; transform: translateX(-50%); display: flex; gap: 8px; }
.hero-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.45); cursor: pointer; transition: width .3s ease, background .3s ease; }
.hero-dots button:hover { background: rgba(255,255,255,.8); }
.hero-dots button[aria-current="true"] { width: 28px; background: var(--yellow); }
.hero-dots button:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.hero .container { position: relative; display: grid; grid-template-columns: 1.25fr .85fr; gap: 56px; align-items: center; padding-top: 72px; padding-bottom: 80px; }
.hero h1 { font-size: clamp(2.3rem, 5.2vw, 3.8rem); margin-bottom: 20px; }
.hero .lead { max-width: 560px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 26px 0 0; padding: 0; list-style: none; font-size: .88rem; color: rgba(255,255,255,.85); }
.hero-points li { display: flex; gap: 8px; align-items: center; }
.hero-points svg { width: 16px; height: 16px; color: var(--yellow); flex: none; }

.quote-card { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 28px; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.quote-card h2 { font-size: 1.35rem; margin-bottom: 4px; color: var(--navy); }
.quote-card > p { color: var(--muted); font-size: .85rem; margin-bottom: 18px; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .span-2 { grid-column: span 2; }
.field label { display: block; font-size: .8rem; font-weight: 600; margin-bottom: 6px; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 11px 13px; background: #fff; font-size: .92rem; transition: border-color .15s; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(19,41,75,.12); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #c0392b; }
.field-error { color: #b3261e; font-size: .78rem; margin-top: 5px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { padding: 14px 16px; border-radius: var(--radius-sm); font-size: .9rem; margin-bottom: 16px; }
.alert-success { background: #e8f5ec; color: #1d5a32; border: 1px solid #bfe3cb; }
.alert-error { background: #fdecea; color: #8a1f17; border: 1px solid #f5c2bd; }
@media (max-width: 520px) { .form-grid { grid-template-columns: 1fr; } .form-grid .span-2 { grid-column: auto; } }

/* ---------- Stats strip ---------- */
.stats { background: #fff; border-bottom: 1px solid var(--line); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 34px; padding-bottom: 34px; }
.stat strong { display: block; font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; line-height: 1.1; }
.stat span { font-size: .82rem; color: var(--muted); }
@media (max-width: 760px) { .stats .container { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 960px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.card .media { aspect-ratio: 16 / 9; }
.card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body p { color: var(--muted); font-size: .9rem; }
.card-body .card-foot { margin-top: auto; padding-top: 8px; }
.card-kicker { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-size: .74rem; background: var(--cream-200); color: var(--ink); padding: 4px 11px; border-radius: 999px; line-height: 1.4; }
.chip-outline { background: #fff; border: 1px solid var(--line); padding: 7px 16px; font-size: .84rem; }

/* Package card (home) */
.package-card .media { aspect-ratio: 16 / 8.5; }
.package-card .price-badge { position: absolute; left: 12px; top: 12px; background: var(--yellow); color: var(--navy-900); font-weight: 700; font-size: .78rem; padding: 5px 12px; border-radius: 999px; }
.package-card .includes { font-size: .82rem; color: var(--muted); }
.package-card .includes strong { color: var(--ink); }
.custom-bar { margin-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: var(--cream); border-radius: var(--radius-sm); padding: 16px 22px; font-size: .9rem; }
.custom-bar strong { margin-right: 6px; }
@media (max-width: 640px) { .custom-bar { flex-direction: column; align-items: flex-start; } }

/* Why us */
.why-grid { display: grid; grid-template-columns: .9fr 1.4fr; gap: 60px; }
.why-items { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 40px; }
.why-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; }
.why-icon { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(242,183,5,.6); display: grid; place-items: center; color: var(--yellow); }
.why-icon svg { width: 20px; height: 20px; }
.why-item h3 { font-size: 1.02rem; font-family: var(--font-body); font-weight: 700; letter-spacing: 0; margin-bottom: 6px; }
.why-item p { font-size: .88rem; color: rgba(255,255,255,.72); }
@media (max-width: 860px) { .why-grid { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 560px) { .why-items { grid-template-columns: 1fr; } }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { background: #fff; border-radius: var(--radius); padding: 26px; border: 1px solid var(--line); }
.step-num { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--gold); line-height: 1; margin-bottom: 16px; display: block; }
.step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { font-size: .87rem; color: var(--muted); }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* Gallery grid (home) */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 14px; }
.gallery-grid .media { border-radius: 12px; }
.gallery-grid .is-large { grid-column: span 2; grid-row: span 2; }
.gallery-grid .is-wide { grid-column: span 2; }
@media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; } }

/* Testimonials */
.testimonial { background: #fff; border-radius: var(--radius); padding: 26px; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 20px; }
.testimonial blockquote { margin: 0; font-size: .95rem; line-height: 1.65; }
.testimonial figcaption { display: flex; gap: 12px; align-items: center; margin-top: auto; font-size: .82rem; color: var(--muted); }
.testimonial figcaption strong { display: block; color: var(--ink); font-size: .88rem; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--cream-200); flex: none; overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.clients { margin-top: 44px; }
.clients > span { font-size: .8rem; color: var(--muted); display: block; margin-bottom: 14px; }
.client-logos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.client-logo { height: 64px; border: 1px solid var(--line); border-radius: var(--radius-sm); display: grid; place-items: center; background: #fff; padding: 10px; font-size: .78rem; color: var(--muted); text-decoration: none; }
.client-logo img { max-height: 42px; width: auto; filter: grayscale(1); opacity: .8; }
@media (max-width: 760px) { .client-logos { grid-template-columns: repeat(3, 1fr); } }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, #183860 100%); color: #fff; padding: 72px 0; }
.cta-band .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band h2 { max-width: 560px; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.78); max-width: 560px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; flex: none; }
@media (max-width: 760px) { .cta-band .container { flex-direction: column; align-items: flex-start; } }

/* ---------- Inner page hero ---------- */
.page-hero { position: relative; color: #fff; background: var(--navy); overflow: hidden; }
.page-hero .hero-bg::after { background: rgba(11,28,53,.55); }
.page-hero .container { position: relative; padding-top: 64px; padding-bottom: 64px; }
.page-hero h1 { max-width: 760px; margin: 12px 0 16px; }
.page-hero .lead { max-width: 620px; margin-bottom: 26px; font-size: 1.02rem; }
.breadcrumb { font-size: .8rem; color: rgba(255,255,255,.85); }
.breadcrumb a { color: #fff; }
.page-hero .media-tag { left: auto; right: 24px; bottom: 16px; }

/* Activity cards with link */
.activity-card h3 { font-size: 1.2rem; color: var(--navy); }

/* Featured activity */
.feature-card { display: grid; grid-template-columns: 1.1fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-bottom: 22px; }
.feature-card .media { min-height: 320px; }
.feature-card .card-body { padding: 40px; justify-content: center; gap: 14px; }
.feature-card h3 { font-size: 1.8rem; color: var(--navy); }
@media (max-width: 760px) { .feature-card { grid-template-columns: 1fr; } .feature-card .media { min-height: 220px; } .feature-card .card-body { padding: 26px; } }

/* Inclusions */
.inclusions { display: grid; grid-template-columns: .9fr 1.3fr; gap: 50px; align-items: start; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; margin: 0; padding: 0; }
.check-list li { background: var(--cream); border-radius: var(--radius-sm); padding: 13px 16px; display: flex; gap: 12px; align-items: center; font-size: .9rem; }
.check-list svg { width: 18px; height: 18px; color: var(--gold); flex: none; }
@media (max-width: 860px) { .inclusions { grid-template-columns: 1fr; gap: 26px; } }
@media (max-width: 520px) { .check-list { grid-template-columns: 1fr; } }

/* City tour cards */
.tour-card { display: grid; grid-template-columns: .8fr 1.2fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.tour-card .media { min-height: 230px; }
.tour-card .card-body { padding: 24px; }
.tour-card h3 { color: var(--navy); }
.price { font-family: var(--font-display); font-weight: 800; font-size: 1.45rem; color: var(--navy); letter-spacing: -0.02em; }
.price small { font-family: var(--font-body); font-weight: 500; font-size: .8rem; color: var(--muted); letter-spacing: 0; }
.audience-bar { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; background: var(--cream); border-radius: var(--radius-sm); padding: 16px 20px; }
.audience-bar strong { font-size: .9rem; margin-right: 6px; }
@media (max-width: 520px) { .tour-card { grid-template-columns: 1fr; } .tour-card .media { min-height: 180px; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .8fr 1.25fr; gap: 26px; align-items: start; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; display: grid; grid-template-columns: 40px 1fr; gap: 14px; }
.contact-card .icon { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--yellow); display: grid; place-items: center; }
.contact-card .icon svg { width: 18px; height: 18px; }
.contact-card small { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-card strong { font-size: 1rem; color: var(--navy); line-height: 1.4; display: block; }
.contact-card .btn { margin-top: 12px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.form-card h2 { font-size: 1.6rem; color: var(--navy); margin-bottom: 4px; }
.form-card > p { color: var(--muted); font-size: .85rem; margin-bottom: 18px; }
.map { margin-top: 26px; border-radius: var(--radius); overflow: hidden; background: #dcd6c8; min-height: 300px; display: grid; place-items: center; }
.map iframe { width: 100%; height: 360px; border: 0; display: block; }
.map-placeholder { background: #fff; padding: 8px 14px; border-radius: 6px; font-size: .8rem; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } .form-card { padding: 22px; } }

/* Gallery page */
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-tabs a { text-decoration: none; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line); font-size: .86rem; background: #fff; }
.filter-tabs a.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.photo-grid button { padding: 0; border: 0; cursor: zoom-in; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; }
.photo-grid .media { width: 100%; height: 100%; }
@media (max-width: 860px) { .photo-grid { grid-template-columns: repeat(2, 1fr); } }
.lightbox { position: fixed; inset: 0; background: rgba(8,16,30,.92); display: none; place-items: center; z-index: 100; padding: 24px; }
.lightbox.is-open { display: grid; }
.lightbox figure { margin: 0; max-width: 1100px; text-align: center; color: #fff; }
.lightbox img { max-height: 80vh; margin: 0 auto; border-radius: 8px; }
.lightbox figcaption { margin-top: 12px; font-size: .9rem; }
.lightbox-close { position: absolute; top: 18px; right: 22px; background: none; border: 0; color: #fff; font-size: 2rem; cursor: pointer; }

/* Posts */
.post-card .media { aspect-ratio: 16 / 10; }
.post-card h3 a { text-decoration: none; }
.post-card h3 a:hover { text-decoration: underline; }
.post-meta { font-size: .78rem; color: var(--muted); display: flex; gap: 12px; flex-wrap: wrap; }
.article { max-width: 760px; margin: 0 auto; }
.article-cover { border-radius: var(--radius); overflow: hidden; margin: 30px 0; aspect-ratio: 16 / 9; }
.prose { font-size: 1.04rem; line-height: 1.8; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-size: 1.6rem; margin-top: 1.6em; }
.prose h3 { font-size: 1.25rem; margin-top: 1.4em; }
.prose img { border-radius: 10px; }
.prose a { color: var(--navy); font-weight: 600; }
.prose blockquote { border-left: 4px solid var(--yellow); margin-left: 0; padding-left: 18px; color: var(--muted); }
.promo-flag { display: inline-block; background: var(--yellow); color: var(--navy-900); font-weight: 700; font-size: .75rem; padding: 4px 10px; border-radius: 999px; }
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); background: #fff; border: 1px dashed var(--line); border-radius: var(--radius); }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; flex-wrap: wrap; }
.pagination a, .pagination span { min-width: 40px; height: 40px; padding: 0 12px; border-radius: 10px; display: grid; place-items: center; text-decoration: none; border: 1px solid var(--line); font-size: .88rem; background: #fff; }
.pagination .is-current { background: var(--navy); color: #fff; border-color: var(--navy); }
.pagination .is-disabled { opacity: .45; }

/* Modal */
.modal { position: fixed; inset: 0; background: rgba(8,16,30,.6); display: none; align-items: center; justify-content: center; z-index: 90; padding: 20px; }
.modal.is-open { display: flex; }
.modal-dialog { background: #fff; border-radius: var(--radius); width: 100%; max-width: 480px; padding: 28px; position: relative; max-height: 92vh; overflow-y: auto; }
.modal-dialog h2 { font-size: 1.35rem; color: var(--navy); margin-bottom: 4px; }
.modal-dialog > p { color: var(--muted); font-size: .86rem; margin-bottom: 18px; }
.modal-close { position: absolute; top: 12px; right: 14px; background: none; border: 0; font-size: 1.6rem; cursor: pointer; color: var(--muted); }

/* Footer */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,.8); padding: 72px 0 32px; font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.3fr; gap: 40px; }
.site-footer .brand-name { color: #fff; }
.footer-about p { margin-top: 16px; max-width: 340px; line-height: 1.65; }
.footer-title { color: var(--yellow); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-contact li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.footer-contact svg { width: 16px; height: 16px; color: var(--yellow); margin-top: 3px; }
.footer-bottom { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: .8rem; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; transition: background .15s, color .15s; }
.footer-social a:hover { background: var(--yellow); color: var(--navy-900); }
.footer-social a:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
.footer-social svg { width: 18px; height: 18px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* Hero responsive */
@media (max-width: 960px) {
  .hero .container { grid-template-columns: 1fr; gap: 36px; padding-top: 48px; padding-bottom: 56px; }
}

/* Floating WhatsApp on mobile */
.wa-float { display: none; }
@media (max-width: 760px) {
  .wa-float { display: grid; place-items: center; position: fixed; right: 16px; bottom: 16px; width: 56px; height: 56px; border-radius: 50%; background: var(--yellow); color: var(--navy-900); box-shadow: 0 8px 24px rgba(0,0,0,.25); z-index: 40; }
  .wa-float svg { width: 26px; height: 26px; }
}

/* Label placeholder foto header (tampil selama gambar belum diunggah dari CMS) */
.hero-photo-tag { position: absolute; right: 20px; bottom: 14px; z-index: 2; background: rgba(11,28,53,.85); color: #fff; font-size: 11px; padding: 4px 9px; border-radius: 5px; max-width: calc(100% - 40px); }
@media (max-width: 640px) { .hero-photo-tag { top: 10px; bottom: auto; right: 10px; } }

/* Tentang Kami: profil, visi & misi, budaya, legalitas */
.about-profile { display: grid; grid-template-columns: .9fr 1.3fr; gap: 56px; align-items: start; }
.about-profile h2 { margin-bottom: 18px; }
.about-tagline { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: var(--navy); border-left: 4px solid var(--yellow); padding-left: 16px; margin-top: 24px; }
.about-profile .prose { color: var(--ink); }
@media (max-width: 860px) { .about-profile { grid-template-columns: 1fr; gap: 26px; } }

.vm-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 22px; align-items: stretch; }
.vm-card { border-radius: var(--radius); padding: 36px; }
.vm-label { display: inline-flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.vm-label svg { width: 18px; height: 18px; }
.vm-vision { background: var(--navy); color: #fff; }
.vm-vision .vm-label { color: var(--yellow); }
.vm-vision-text { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2.3vw, 1.7rem); line-height: 1.3; letter-spacing: -0.015em; }
.vm-keywords { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 26px 0 0; padding: 0; }
.vm-keywords li { background: var(--yellow); color: var(--navy-900); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; }
.vm-mission { background: #fff; border: 1px solid var(--line); }
.vm-mission .vm-label { color: var(--gold); }
.vm-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.vm-list li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .98rem; }
.vm-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.vm-num { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: var(--gold); }
@media (max-width: 860px) { .vm-grid { grid-template-columns: 1fr; } .vm-card { padding: 26px; } }

.culture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 40px; }
@media (max-width: 960px) { .culture-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .culture-grid { grid-template-columns: 1fr; } }

.legal-grid { display: grid; grid-template-columns: .9fr 1.3fr; gap: 56px; align-items: start; }
.legal-card { background: var(--cream); border-radius: var(--radius); padding: 30px; }
.legal-name { padding-bottom: 20px; margin-bottom: 8px; border-bottom: 1px solid var(--cream-200); }
.legal-name small, .legal-list dt { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.legal-name strong { font-family: var(--font-display); font-size: 1.35rem; color: var(--navy); line-height: 1.25; }
.legal-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 0; }
.legal-list > div { display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto 1fr; column-gap: 14px; padding: 16px 0; }
.legal-list .icon { grid-row: span 2; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--yellow); display: grid; place-items: center; }
.legal-list .icon svg { width: 18px; height: 18px; }
.legal-list dd { margin: 0; font-weight: 600; color: var(--navy); line-height: 1.45; overflow-wrap: anywhere; }
.legal-list dd a { color: inherit; text-decoration: none; }
.legal-list dd a:hover { text-decoration: underline; }
@media (max-width: 860px) { .legal-grid { grid-template-columns: 1fr; gap: 26px; } }
@media (max-width: 560px) { .legal-list { grid-template-columns: 1fr; } .legal-card { padding: 22px; } }
