/* Derawan.id — claymorphism theme (Local Experience design language, palet laut Derawan) */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/dm-sans-latin.7c87a648293f.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.938c6e8019b6.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #f2fafd;
  --surface: #fdfeff;
  --surface-soft: #f6fbfd;
  --ink: #0c3a5c;
  --muted: #52738c;
  --muted-soft: #86a0b3;
  --brand: #1f8fce;
  --brand-deep: #0d5e8f;
  --aqua: #dcf1fa;
  --aqua-strong: #7cc8e8;
  --seafoam: #def4e4;
  --seafoam-strong: #83d3a4;
  --coral: #fdecd6;
  --coral-strong: #f5a94e;
  --rose: #fbe0ed;
  --rose-strong: #ec5fa2;
  --violet: #ebe5f8;
  --violet-strong: #a98fd6;
  --danger: #c9455d;
  --line: rgba(12, 58, 92, .1);
  --radius-xl: 36px;
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --shadow-surface: 0 24px 60px rgba(31, 100, 143, .13), inset 0 1px 0 rgba(255, 255, 255, .9);
  --shadow-aqua: 0 24px 44px rgba(31, 122, 173, .18), inset 0 -7px 14px rgba(23, 96, 138, .12), inset 0 7px 14px rgba(255, 255, 255, .72);
  --shadow-seafoam: 0 24px 44px rgba(47, 141, 91, .16), inset 0 -7px 14px rgba(36, 118, 74, .11), inset 0 7px 14px rgba(255, 255, 255, .72);
  --shadow-coral: 0 24px 44px rgba(196, 122, 41, .17), inset 0 -7px 14px rgba(168, 99, 26, .11), inset 0 7px 14px rgba(255, 255, 255, .72);
  --shadow-rose: 0 24px 44px rgba(189, 61, 122, .16), inset 0 -7px 14px rgba(158, 43, 99, .1), inset 0 7px 14px rgba(255, 255, 255, .72);
  --shadow-violet: 0 24px 44px rgba(109, 88, 151, .18), inset 0 -7px 14px rgba(90, 68, 132, .12), inset 0 7px 14px rgba(255, 255, 255, .7);
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0d1a26;
  --surface: #14273a;
  --surface-soft: #102030;
  --ink: #eef6fc;
  --muted: #a9c2d4;
  --muted-soft: #7e99ad;
  --brand: #4db4ea;
  --brand-deep: #7ccbf2;
  --aqua: #17364e;
  --aqua-strong: #3a92c4;
  --seafoam: #16382a;
  --seafoam-strong: #4aa877;
  --coral: #3c2d16;
  --coral-strong: #d9942f;
  --rose: #3c1b2c;
  --rose-strong: #d55b95;
  --violet: #291f42;
  --violet-strong: #8b6fc4;
  --danger: #ff91a6;
  --line: rgba(226, 240, 255, .12);
  --shadow-surface: 0 24px 60px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .07);
  --shadow-aqua: 0 24px 44px rgba(0, 0, 0, .28), inset 0 -7px 14px rgba(0, 0, 0, .13), inset 0 7px 14px rgba(255, 255, 255, .05);
  --shadow-seafoam: var(--shadow-aqua);
  --shadow-coral: var(--shadow-aqua);
  --shadow-rose: var(--shadow-aqua);
  --shadow-violet: var(--shadow-aqua);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 200, 232, .34), transparent 30rem),
    radial-gradient(circle at 0 92%, rgba(131, 211, 164, .26), transparent 28rem),
    var(--bg);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
[data-theme="dark"] body {
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 105, 145, .45), transparent 30rem),
    radial-gradient(circle at 0 92%, rgba(30, 94, 63, .28), transparent 28rem),
    var(--bg);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
button, select { cursor: pointer; }
h1, h2, h3 { letter-spacing: -.04em; }
::selection { color: #fff; background: var(--brand); }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 10px 16px; border-radius: 0 0 14px 0; color: #fff; background: var(--brand-deep); font-weight: 700; }
.skip-link:focus { left: 0; }

.page-glow { position: fixed; width: 390px; aspect-ratio: 1; border-radius: 50%; filter: blur(90px); opacity: .16; pointer-events: none; z-index: -2; }
.page-glow-one { top: 6%; right: -160px; background: var(--aqua-strong); }
.page-glow-two { bottom: 4%; left: -180px; background: var(--seafoam-strong); }

.clay-surface { border: 1px solid rgba(255, 255, 255, .88); border-radius: var(--radius-lg); background: color-mix(in srgb, var(--surface) 93%, transparent); box-shadow: var(--shadow-surface); }
[data-theme="dark"] .clay-surface { border-color: rgba(255, 255, 255, .08); }
.clay-aqua { background: var(--aqua); box-shadow: var(--shadow-aqua); border: 0; }
.clay-seafoam { background: var(--seafoam); box-shadow: var(--shadow-seafoam); border: 0; }
.clay-coral { background: var(--coral); box-shadow: var(--shadow-coral); border: 0; }
.clay-rose { background: var(--rose); box-shadow: var(--shadow-rose); border: 0; }
.clay-violet { background: var(--violet); box-shadow: var(--shadow-violet); border: 0; }

.page-shell { width: min(1200px, 100%); margin: 0 auto; padding: 20px clamp(14px, 3vw, 28px) 40px; }

/* Header */
.site-header { position: sticky; top: 14px; z-index: 40; display: flex; align-items: center; gap: 18px; padding: 12px 18px; }
.site-header .brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-logo { width: 44px; height: 44px; object-fit: contain; }
.brand-logo.is-custom { width: auto; max-width: 156px; }
.theme-logo-dark { display: none; }
[data-theme="dark"] .theme-logo-light { display: none; }
[data-theme="dark"] .theme-logo-dark { display: block; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 800 1.12rem/1 Manrope, sans-serif; letter-spacing: -.03em; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: .68rem; }
.site-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-node { position: relative; }
.nav-node-label { display: flex; align-items: center; }
.nav-node-label > a, .nav-node-label > span { padding: 10px 14px; border-radius: 14px; color: var(--muted); font-weight: 700; font-size: .92rem; transition: color .18s ease, background .18s ease; }
.nav-node-label > a:hover, .nav-node.is-active > .nav-node-label > a { color: var(--ink); background: var(--aqua); }
.nav-node.has-children > .nav-node-label > a,
.nav-node.has-children > .nav-node-label > span { padding-right: 5px; }
.submenu-toggle { display: grid; place-items: center; width: 28px; height: 32px; padding: 0; border: 0; border-radius: 10px; color: var(--muted); background: transparent; }
.submenu-toggle:hover { color: var(--ink); background: var(--aqua); }
.submenu-toggle svg { width: 16px; height: 16px; fill: currentColor; transition: transform .18s ease; }
.nav-node.is-submenu-open > .nav-node-label .submenu-toggle svg { transform: rotate(180deg); }
.nav-submenu { position: absolute; top: calc(100% + 8px); left: 0; display: none; min-width: 220px; padding: 8px; border: 1px solid rgba(255, 255, 255, .82); border-radius: 18px; background: color-mix(in srgb, var(--surface) 96%, transparent); box-shadow: var(--shadow-surface); }
[data-theme="dark"] .nav-submenu { border-color: rgba(255, 255, 255, .08); }
.nav-submenu .nav-node-label { justify-content: space-between; }
.nav-submenu .nav-node-label > a, .nav-submenu .nav-node-label > span { flex: 1; padding: 9px 11px; font-size: .86rem; }
.nav-submenu .nav-submenu { top: -8px; left: calc(100% + 8px); }
.nav-node:hover > .nav-submenu,
.nav-node:focus-within > .nav-submenu,
.nav-node.is-submenu-open > .nav-submenu { display: block; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 14px; color: var(--ink); background: var(--surface-soft); box-shadow: inset 0 -3px 6px rgba(23, 96, 138, .08), inset 0 3px 6px rgba(255, 255, 255, .6); }
[data-theme="dark"] .icon-btn { box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .3), inset 0 3px 6px rgba(255, 255, 255, .05); }
.icon-btn svg { width: 19px; height: 19px; fill: currentColor; }
.theme-dark-icon, [data-theme="dark"] .theme-light-icon { display: none; }
[data-theme="dark"] .theme-dark-icon { display: inline; }
.lang-switch { display: flex; gap: 2px; padding: 4px; border-radius: 14px; background: var(--surface-soft); box-shadow: inset 0 2px 5px rgba(23, 96, 138, .08); }
.lang-switch a { min-width: 36px; padding: 6px 8px; border-radius: 10px; color: var(--muted); font-size: .78rem; font-weight: 800; text-align: center; }
.lang-switch a.is-active { color: #fff; background: var(--brand); box-shadow: 0 6px 12px rgba(31, 143, 206, .35); }

.mobile-nav-toggle { display: none; }

/* Buttons */
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 0; border-radius: 18px; color: var(--ink); font-weight: 800; line-height: 1; transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-3px); }
.btn svg { width: 19px; height: 19px; fill: currentColor; }
.btn-whatsapp { color: #fff; background: #23aa52; box-shadow: 0 14px 26px rgba(24, 138, 65, .32), inset 0 -5px 9px rgba(9, 92, 39, .25), inset 0 5px 9px rgba(255, 255, 255, .25); }
.btn-primary { color: #fff; background: var(--brand); box-shadow: 0 14px 26px rgba(31, 143, 206, .3), inset 0 -5px 9px rgba(13, 94, 143, .3), inset 0 5px 9px rgba(255, 255, 255, .3); }
.btn-secondary { background: var(--aqua); box-shadow: 0 13px 24px rgba(31, 122, 173, .18), inset 0 -4px 8px rgba(23, 96, 138, .1), inset 0 4px 8px rgba(255, 255, 255, .72); }
[data-theme="dark"] .btn-secondary { box-shadow: 0 13px 24px rgba(0, 0, 0, .3), inset 0 -4px 8px rgba(0, 0, 0, .2), inset 0 4px 8px rgba(255, 255, 255, .06); }

/* Language banner */
.lang-banner { display: none; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 14px; padding: 14px 18px; border-radius: var(--radius-md); background: var(--coral); box-shadow: var(--shadow-coral); font-weight: 600; }
.lang-banner.is-visible { display: flex; }
.lang-banner .btn { min-height: 40px; padding: 9px 14px; border-radius: 14px; font-size: .85rem; }
.lang-banner .lang-dismiss { border: 0; background: transparent; color: var(--muted); font-weight: 800; font-size: .85rem; }

/* ===== Ocean hero: fajar di atas laut Derawan ===== */
.ocean-hero {
  position: relative; overflow: hidden; margin-top: 22px;
  padding: clamp(34px, 6vw, 72px) clamp(20px, 4vw, 52px) 120px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, #ffefc4 0%, #ffdfb0 12%, #b9e6f6 34%, #6cc4e8 62%, #2f9ed6 100%);
  box-shadow: var(--shadow-surface);
}
[data-theme="dark"] .ocean-hero { background: linear-gradient(180deg, #1b2c4a 0%, #16304c 26%, #10496e 62%, #0b3a5a 100%); }
.hero-sun { position: absolute; top: 30px; right: 12%; width: 110px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #fff3c9 0%, #ffd98a 55%, transparent 72%); filter: blur(2px); opacity: .95; }
[data-theme="dark"] .hero-sun { background: radial-gradient(circle, #f4f7ff 0%, #b9c8ea 45%, transparent 70%); width: 74px; opacity: .8; }
.hero-cloud { position: absolute; height: 18px; border-radius: 999px; background: rgba(255, 255, 255, .75); filter: blur(1px); animation: cloud-drift 60s linear infinite; }
[data-theme="dark"] .hero-cloud { background: rgba(255, 255, 255, .12); }
.hero-cloud-one { top: 44px; left: -140px; width: 140px; }
.hero-cloud-two { top: 86px; left: -220px; width: 90px; animation-duration: 82s; animation-delay: -30s; }
@keyframes cloud-drift { to { transform: translateX(calc(100vw + 260px)); } }

.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); align-items: center; gap: 28px; }
.hero-copy .eyebrow { color: #7a4d12; font: 800 .72rem/1.3 Manrope, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
[data-theme="dark"] .hero-copy .eyebrow { color: #ffd98a; }
.hero-copy h1 { margin: 14px 0 0; color: #0b3954; font: 800 clamp(2.3rem, 5vw, 4rem)/1.02 Manrope, sans-serif; text-shadow: 0 2px 0 rgba(255, 255, 255, .35); }
[data-theme="dark"] .hero-copy h1 { color: #eef6fc; text-shadow: none; }
.hero-copy p { max-width: 540px; margin: 16px 0 0; color: #12496b; font-size: 1.06rem; line-height: 1.7; }
[data-theme="dark"] .hero-copy p { color: #b9d4e6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn-glass { color: #0b3954; background: rgba(255, 255, 255, .55); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 10px 22px rgba(13, 94, 143, .18); backdrop-filter: blur(6px); }
[data-theme="dark"] .btn-glass { color: #eef6fc; background: rgba(255, 255, 255, .12); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 10px 22px rgba(0, 0, 0, .3); }

.hero-turtle { display: grid; place-items: center; }
.hero-turtle img { width: min(330px, 78%); filter: drop-shadow(0 26px 30px rgba(9, 58, 88, .35)); animation: turtle-float 7s ease-in-out infinite; }
@keyframes turtle-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(-3deg); }
}

.hero-bubbles span, .deep-bubbles span { position: absolute; bottom: -30px; width: 12px; aspect-ratio: 1; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .18); animation: bubble-rise 11s linear infinite; }
.hero-bubbles span:nth-child(1) { left: 8%; animation-delay: 0s; }
.hero-bubbles span:nth-child(2) { left: 22%; width: 8px; animation-delay: 3s; animation-duration: 9s; }
.hero-bubbles span:nth-child(3) { left: 47%; width: 16px; animation-delay: 6s; animation-duration: 13s; }
.hero-bubbles span:nth-child(4) { left: 64%; width: 7px; animation-delay: 1.5s; animation-duration: 8s; }
.hero-bubbles span:nth-child(5) { left: 78%; animation-delay: 4.5s; }
.hero-bubbles span:nth-child(6) { left: 91%; width: 9px; animation-delay: 7.5s; animation-duration: 10s; }
@keyframes bubble-rise {
  0% { transform: translateY(0) translateX(0); opacity: 0; }
  8% { opacity: 1; }
  50% { transform: translateY(-46vh) translateX(10px); }
  100% { transform: translateY(-92vh) translateX(-8px); opacity: 0; }
}

.wave-band { position: absolute; left: 0; right: 0; bottom: -2px; height: 110px; pointer-events: none; }
.wave { position: absolute; bottom: 0; left: 0; width: 200%; height: 100%; }
.wave path { fill: rgba(255, 255, 255, .35); }
.wave-front path { fill: var(--bg); }
[data-theme="dark"] .wave path { fill: rgba(255, 255, 255, .07); }
[data-theme="dark"] .wave-front path { fill: var(--bg); }
.wave-back { animation: wave-move 13s linear infinite; }
.wave-front { animation: wave-move 9s linear infinite reverse; }
@keyframes wave-move { to { transform: translateX(-50%); } }

.scroll-hint { position: absolute; z-index: 3; left: 50%; bottom: 16px; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; color: var(--brand-deep); font: 800 .74rem/1 Manrope, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.scroll-hint svg { width: 17px; height: 17px; fill: currentColor; animation: hint-bob 1.8s ease-in-out infinite; }
@keyframes hint-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

/* ===== Kartu pengalaman ===== */
.exp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.exp-card { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 0 24px 24px; border-radius: var(--radius-lg); transition: transform .22s ease; }
.exp-card:hover { transform: translateY(-7px) rotate(-.3deg); }
.exp-card h3 { margin: 10px 0 8px; font: 800 1.22rem/1.2 Manrope, sans-serif; }
.exp-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.exp-place { display: inline-block; width: fit-content; margin-top: 14px; padding: 5px 12px; border-radius: 999px; background: rgba(255, 255, 255, .55); color: var(--brand-deep); font: 800 .68rem/1.3 Manrope, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
[data-theme="dark"] .exp-place { background: rgba(255, 255, 255, .1); }
.exp-art { display: grid; place-items: center; min-height: 128px; margin: 0 -24px; }
.exp-art svg { width: min(190px, 70%); height: auto; }
.exp-art img { display: block; width: min(190px, 70%); height: 118px; object-fit: contain; filter: drop-shadow(0 10px 14px rgba(12, 58, 92, .16)); transform-origin: center; }
.exp-art svg path, .exp-art svg ellipse, .exp-art svg circle { fill: rgba(255, 255, 255, .82); }
.exp-art svg .exp-tentacle { fill: none; stroke: rgba(255, 255, 255, .82); stroke-width: 2.6; stroke-linecap: round; }
.exp-art svg .exp-eye { fill: rgba(12, 58, 92, .65); }
[data-theme="dark"] .exp-art svg path, [data-theme="dark"] .exp-art svg ellipse, [data-theme="dark"] .exp-art svg circle { fill: rgba(255, 255, 255, .3); }
[data-theme="dark"] .exp-art svg .exp-tentacle { fill: none; stroke: rgba(255, 255, 255, .3); }
[data-theme="dark"] .exp-art svg .exp-eye { fill: rgba(10, 26, 38, .9); }
.exp-turtle { background: linear-gradient(160deg, var(--seafoam), var(--aqua)); box-shadow: var(--shadow-seafoam); }
.exp-jelly { background: linear-gradient(160deg, var(--rose), var(--violet)); box-shadow: var(--shadow-rose); }
.exp-manta { background: linear-gradient(160deg, var(--aqua), var(--violet)); box-shadow: var(--shadow-aqua); }
.exp-lagoon { background: linear-gradient(160deg, var(--coral), var(--seafoam)); box-shadow: var(--shadow-coral); }
.exp-mirror { background: linear-gradient(160deg, var(--aqua), var(--seafoam)); box-shadow: var(--shadow-aqua); }
.exp-whale { background: linear-gradient(160deg, var(--violet), var(--aqua)); box-shadow: var(--shadow-violet); }
.exp-jelly .exp-art :is(svg, img) { animation: jelly-pulse 4s ease-in-out infinite; }
@keyframes jelly-pulse { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-6px) scale(1.03); } }
.exp-manta .exp-art :is(svg, img) { animation: manta-glide 6s ease-in-out infinite; }
@keyframes manta-glide { 0%, 100% { transform: translateX(0) rotate(0); } 50% { transform: translateX(10px) rotate(1.5deg); } }
.exp-whale .exp-art :is(svg, img) { animation: whale-swim 8s ease-in-out infinite; }
@keyframes whale-swim { 0%, 100% { transform: translateX(-6px); } 50% { transform: translateX(8px); } }

/* ===== Laut dalam: statistik ===== */
.deep-sea { position: relative; overflow: hidden; padding: clamp(30px, 5vw, 54px); border-radius: var(--radius-xl); color: #eef6fc; background: linear-gradient(180deg, #1878b4 0%, #0d5e8f 45%, #0b3954 100%); box-shadow: var(--shadow-aqua); }
[data-theme="dark"] .deep-sea { background: linear-gradient(180deg, #0f3d5e 0%, #0b2e49 50%, #081f33 100%); }
.deep-sea .section-head h2 { color: #eef6fc; }
.deep-bubbles span { border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .1); }
.deep-bubbles span:nth-child(1) { left: 6%; animation-delay: 0s; }
.deep-bubbles span:nth-child(2) { left: 28%; width: 8px; animation-delay: 4s; }
.deep-bubbles span:nth-child(3) { left: 55%; width: 15px; animation-delay: 2s; animation-duration: 14s; }
.deep-bubbles span:nth-child(4) { left: 74%; width: 7px; animation-delay: 6s; }
.deep-bubbles span:nth-child(5) { left: 92%; animation-delay: 8s; }
.deep-turtle { position: absolute; top: 24px; right: -140px; display: grid; place-items: center; width: 110px; aspect-ratio: 1; opacity: .9; transform: scaleX(-1); animation: deep-swim 34s linear infinite; pointer-events: none; }
.deep-turtle img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 11px rgba(4, 26, 42, .28)); }
.deep-turtle[data-edit-region] { right: 24px; transform: none; animation: none; pointer-events: auto; }
@keyframes deep-swim {
  0% { right: -140px; transform: scaleX(-1) translateY(0); }
  45% { transform: scaleX(-1) translateY(26px); }
  49% { right: calc(100% + 20px); transform: scaleX(-1) translateY(0); }
  50% { right: calc(100% + 20px); transform: scaleX(1) translateY(0); }
  95% { transform: scaleX(1) translateY(26px); }
  100% { right: -140px; transform: scaleX(1) translateY(0); }
}
.stat-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.stat-card { padding: 22px; border-radius: var(--radius-md); background: rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 14px 30px rgba(4, 26, 42, .3); backdrop-filter: blur(4px); }
.stat-card strong { display: block; font: 800 clamp(1.9rem, 3.5vw, 2.7rem)/1 Manrope, sans-serif; letter-spacing: -.04em; }
.stat-card span { display: block; margin-top: 8px; color: #b9d4e6; font-size: .88rem; line-height: 1.5; }

/* ===== CTA pantai ===== */
.cta-sand { background: linear-gradient(160deg, #fdecd6, #f9ddb4); box-shadow: var(--shadow-coral); }
[data-theme="dark"] .cta-sand { background: linear-gradient(160deg, #3c2d16, #33261a); }

/* Sections */
.section { margin-top: 34px; }
.section-head { max-width: 640px; margin-bottom: 22px; }
.section-head h2 { margin: 0; font: 800 clamp(1.5rem, 3vw, 2.1rem)/1.15 Manrope, sans-serif; }
.section-head p { margin: 10px 0 0; color: var(--muted); }

.pillar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.pillar-card { position: relative; overflow: hidden; min-height: 210px; display: flex; flex-direction: column; padding: 24px; border-radius: var(--radius-lg); transition: transform .2s ease; }
.pillar-card:hover { transform: translateY(-6px) rotate(-.3deg); }
.pillar-card::after { content: ""; position: absolute; width: 86px; aspect-ratio: 1; right: -30px; bottom: -34px; border: 16px solid rgba(255, 255, 255, .3); border-radius: 50%; }
.pillar-card h3 { margin: 12px 0 8px; font: 800 1.2rem/1.2 Manrope, sans-serif; }
.pillar-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.pillar-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; background: rgba(255, 255, 255, .5); box-shadow: inset 0 -3px 6px rgba(23, 96, 138, .08), inset 0 3px 6px rgba(255, 255, 255, .7); }
[data-theme="dark"] .pillar-icon { background: rgba(255, 255, 255, .08); box-shadow: none; }
.pillar-icon svg { width: 22px; height: 22px; fill: var(--brand-deep); }
.pillar-icon img { display: block; width: 25px; height: 25px; object-fit: contain; }
.pillar-tag { margin-top: auto; padding-top: 16px; color: var(--brand-deep); font: 800 .7rem/1 Manrope, sans-serif; letter-spacing: .12em; text-transform: uppercase; }

.island-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.island-chips span { padding: 11px 18px; border-radius: 999px; background: var(--surface); box-shadow: var(--shadow-surface); font-weight: 700; font-size: .9rem; }

.cta-block { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: clamp(26px, 4vw, 44px); }
.cta-block h2 { margin: 0; font: 800 clamp(1.5rem, 3vw, 2.1rem)/1.15 Manrope, sans-serif; }
.cta-block p { margin: 10px 0 0; color: var(--muted); }

/* Footer */
.site-footer { margin-top: 40px; padding: clamp(26px, 4vw, 40px); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); gap: 28px; }
.footer-grid h3 { margin: 0 0 12px; font: 800 .78rem/1.3 Manrope, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-deep); }
.footer-grid p, .footer-grid a { color: var(--muted); font-size: .92rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.footer-grid a:hover { color: var(--ink); }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-brand img { height: 40px; object-fit: contain; }
.footer-brand img:not(.is-custom) { width: 40px; }
.footer-brand strong { font: 800 1.05rem/1 Manrope, sans-serif; }
.footer-about p { margin: 0; }
.footer-menu-list .footer-menu-list { gap: 6px; margin-top: 7px; padding-left: 13px; border-left: 1px solid var(--line); }
.footer-menu-list li > span { color: var(--ink); font-size: .92rem; font-weight: 800; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.footer-socials a { padding: 6px 10px; border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--line)); border-radius: 11px; background: var(--surface-soft); box-shadow: inset 0 2px 4px rgba(255, 255, 255, .45); font-size: .75rem; font-weight: 800; }
[data-theme="dark"] .footer-socials a { box-shadow: inset 0 2px 4px rgba(255, 255, 255, .04); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted-soft); font-size: .8rem; }

/* ===== Inline page editor (khusus staff) ===== */
.inline-edit-toolbar { position: fixed; z-index: 95; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; padding: 9px; border-radius: 20px; }
.inline-edit-toolbar .btn { min-height: 42px; padding: 10px 15px; border-radius: 14px; font-size: .82rem; }
.inline-toolbar-region { min-height: 36px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 11px; color: var(--brand-deep); background: var(--surface-soft); font-size: .7rem; font-weight: 800; }
.inline-edit-status { display: inline-flex; align-items: center; gap: 8px; padding-left: 8px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.inline-edit-status i { width: 9px; height: 9px; border-radius: 50%; background: #25b86a; box-shadow: 0 0 0 5px rgba(37, 184, 106, .15); }
[data-edit-region] { position: relative; outline: 2px dashed color-mix(in srgb, var(--brand) 66%, transparent); outline-offset: 4px; cursor: pointer; transition: outline-color .16s ease, filter .16s ease, opacity .16s ease; }
[data-edit-region]:hover, [data-edit-region]:focus-visible { outline-style: solid; outline-color: var(--brand); filter: brightness(1.04); }
[data-edit-region]::after { content: attr(data-edit-label); position: absolute; z-index: 8; top: -13px; right: 8px; max-width: min(240px, 80%); overflow: hidden; padding: 4px 8px; border-radius: 8px; color: #fff; background: var(--brand); box-shadow: 0 5px 12px rgba(31, 143, 206, .3); font: 800 .58rem/1 Manrope, sans-serif; letter-spacing: .03em; text-overflow: ellipsis; white-space: nowrap; opacity: 0; transform: translateY(3px); transition: opacity .16s ease, transform .16s ease; pointer-events: none; }
[data-edit-region]:hover::after,
[data-edit-region]:focus-visible::after,
[data-edit-kind="section"]::after { opacity: 1; transform: translateY(0); }
[data-edit-kind="section"] { outline-color: color-mix(in srgb, var(--seafoam-strong) 72%, transparent); }
[data-edit-kind="section"]::after { background: var(--seafoam-strong); }
.inline-toolbar-region[data-edit-region] { position: static; outline: 0; }
.inline-toolbar-region[data-edit-region]::after { display: none; }
[data-edit-hidden="true"] { display: block !important; min-height: 68px; opacity: .42; filter: grayscale(.55); }

.inline-editor-backdrop { position: fixed; z-index: 110; inset: 0; background: rgba(4, 20, 32, .52); backdrop-filter: blur(3px); }
.inline-editor-drawer { position: fixed; z-index: 111; top: 0; right: 0; width: 100vw; max-width: 520px; height: 100dvh; overflow-y: auto; padding: 24px; color: var(--ink); background: var(--surface); box-shadow: -24px 0 60px rgba(4, 24, 38, .32); transform: translateX(105%); transition: transform .22s ease; }
.inline-editor-drawer.is-open { transform: translateX(0); }
.inline-editor-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.inline-editor-head h2 { margin: 5px 0 0; font: 800 1.45rem/1.15 Manrope, sans-serif; }
.inline-editor-head .eyebrow { color: var(--brand-deep); font: 800 .68rem/1 Manrope, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.inline-editor-close { flex: 0 0 auto; width: 40px; height: 40px; border: 0; border-radius: 14px; color: var(--ink); background: var(--surface-soft); box-shadow: inset 0 2px 5px rgba(255, 255, 255, .5); font-size: 1.5rem; line-height: 1; }
.inline-editor-help { margin: 12px 0 18px; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.inline-editor-message { margin-bottom: 14px; padding: 11px 13px; border-radius: 12px; background: var(--aqua); color: var(--brand-deep); font-size: .82rem; font-weight: 800; }
.inline-editor-message.is-error { color: var(--danger); background: var(--rose); }
.inline-editor-form { display: grid; gap: 15px; }
.inline-editor-form [data-inline-fields] { display: grid; gap: 10px; }
.inline-editor-form [data-inline-fields][hidden] { display: none !important; }
.inline-editor-form label { color: var(--ink); font-size: .78rem; font-weight: 800; }
.inline-editor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.inline-editor-grid > div { display: grid; gap: 7px; }
.inline-editor-form .trumbowyg-box { margin: 0 0 8px; }
.inline-image-preview { min-height: 170px; display: grid; place-items: center; overflow: hidden; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); background: var(--surface-soft); }
.inline-image-preview img { width: 100%; max-height: 260px; object-fit: contain; }
.inline-upload-button { width: fit-content; min-height: 42px; font-size: .82rem; }
.inline-visibility-control { display: flex; align-items: center; gap: 10px; padding: 16px; border-radius: 16px; background: var(--aqua); }
.inline-visibility-control input { width: 20px; height: 20px; accent-color: var(--brand); }
.inline-editor-actions { position: sticky; z-index: 2; bottom: -24px; display: flex; flex-wrap: wrap; gap: 8px; margin: 8px -24px 0; padding: 14px 24px calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 94%, transparent); backdrop-filter: blur(12px); }
.inline-editor-actions .btn { min-height: 43px; padding: 10px 14px; border-radius: 14px; font-size: .8rem; }
.inline-discard { border: 0; color: var(--danger); background: transparent; font-size: .78rem; font-weight: 800; }
.inline-revisions { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.inline-revisions h3 { margin: 0 0 12px; font: 800 .82rem/1.2 Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.inline-revision-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.inline-revision-row span { color: var(--muted); font-size: .72rem; line-height: 1.45; }
.inline-revision-restore { padding: 7px 9px; border: 0; border-radius: 9px; color: var(--brand-deep); background: var(--aqua); font-size: .68rem; font-weight: 800; }
.inline-editor-open { overflow: hidden; }

/* Rich text region memakai wrapper netral agar tipografi halaman tidak berubah. */
.hero-richtext p,
.section-richtext p,
.exp-richtext p,
.pillar-richtext p,
.page-hero-richtext p,
.cta-richtext p { margin: 0; color: var(--muted); line-height: 1.7; }
.hero-richtext { max-width: 620px; }
.hero-richtext p { color: rgba(255, 255, 255, .9); font-size: 1.02rem; }
.section-richtext { max-width: 680px; margin-inline: auto; }
.exp-richtext p { font-size: .9rem; }
.pillar-richtext p { font-size: .9rem; }
.page-hero-richtext { max-width: 760px; }
.about-inline-image { overflow: hidden; margin-top: 22px; border-radius: 20px; }
.about-inline-image img { display: block; width: 100%; max-height: 480px; object-fit: cover; }

/* Error pages */
.error-page { min-height: 60vh; display: grid; place-items: center; padding: 30px 0; }
.error-card { width: min(560px, 100%); display: grid; justify-items: center; gap: 16px; padding: clamp(28px, 6vw, 48px); text-align: center; }
.error-card img { width: min(200px, 60%); }
.error-card h1 { margin: 0; font: 800 clamp(1.8rem, 5vw, 2.6rem)/1.05 Manrope, sans-serif; }
.error-card p { margin: 0; color: var(--muted); line-height: 1.7; }

/* ===== Panel CMS ===== */
.panel-shell { width: min(880px, 100%); margin: 0 auto; }
.panel-wrap { display: grid; gap: 18px; margin-top: 22px; }
.panel-card { padding: clamp(24px, 4vw, 40px); }
.panel-card h1 { margin: 0 0 8px; font: 800 clamp(1.5rem, 4vw, 2.1rem)/1.1 Manrope, sans-serif; }
.panel-card > p { color: var(--muted); }
.panel-topbar { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding: 14px 18px; }
.panel-topbar > strong { font: 800 1rem/1 Manrope, sans-serif; }
.panel-nav { display: flex; flex-wrap: wrap; gap: 4px; }
.panel-nav a { padding: 8px 13px; border-radius: 13px; color: var(--muted); font-weight: 700; font-size: .85rem; }
.panel-nav a:hover, .panel-nav a.is-active { color: var(--ink); background: var(--aqua); }
.panel-logout { margin-left: auto; }
.panel-logout button { border: 0; padding: 8px 13px; border-radius: 13px; color: var(--muted); background: var(--surface-soft); font-weight: 700; font-size: .82rem; }
.panel-messages { display: grid; gap: 8px; }
.panel-message { padding: 12px 16px; border-radius: 15px; background: var(--seafoam); box-shadow: var(--shadow-seafoam); font-weight: 700; font-size: .9rem; }
.panel-message.error { background: var(--rose); box-shadow: var(--shadow-rose); }
.panel-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.panel-head h1 { margin: 0; }
.panel-hint { padding: 10px 14px; border-radius: 13px; background: var(--aqua); color: var(--brand-deep); font-size: .85rem; font-weight: 600; }
.panel-empty { padding: 18px 6px; color: var(--muted); }
.panel-count-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.panel-count-card { display: grid; gap: 4px; padding: 22px; border-radius: var(--radius-md); transition: transform .18s ease; }
.panel-count-card:hover { transform: translateY(-4px); }
.panel-count-card strong { font: 800 2.1rem/1 Manrope, sans-serif; }
.panel-count-card span { color: var(--muted); font-weight: 700; font-size: .85rem; }

.table-wrap { overflow-x: auto; border-radius: 18px; }
.panel-table { width: 100%; min-width: 640px; border-collapse: collapse; }
.panel-table th { padding: 11px 12px; text-align: left; color: var(--muted); font: 800 .72rem/1.3 Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; border-bottom: 2px solid var(--line); }
.panel-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); font-size: .92rem; }
.row-actions { white-space: nowrap; }
.row-actions a { margin-right: 12px; color: var(--brand-deep); font-weight: 800; font-size: .85rem; }
.row-actions a:last-child { color: var(--danger); margin-right: 0; }

.admin-user-identity { display: flex; align-items: center; gap: 11px; min-width: 190px; }
.admin-user-identity > span:last-child { display: grid; gap: 3px; }
.admin-user-identity small { color: var(--muted-soft); font-size: .74rem; }
.admin-avatar { display: grid; place-items: center; flex: 0 0 39px; width: 39px; height: 39px; border: 1px solid rgba(255, 255, 255, .72); border-radius: 14px; color: var(--brand-deep); background: linear-gradient(145deg, color-mix(in srgb, var(--aqua) 68%, white), var(--aqua)); box-shadow: 0 6px 13px rgba(31, 143, 206, .13), inset 0 3px 5px rgba(255, 255, 255, .68), inset 0 -3px 5px rgba(23, 96, 138, .08); font: 800 1rem/1 Manrope, sans-serif; }
.admin-avatar.is-danger { width: 56px; height: 56px; border-radius: 19px; color: var(--danger); background: linear-gradient(145deg, color-mix(in srgb, var(--rose) 78%, white), var(--rose)); }
.admin-role-badge { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; color: var(--brand-deep); background: var(--aqua); font-size: .7rem; font-weight: 800; }
.admin-role-badge.is-super { color: #6843a5; background: var(--violet); }
.admin-status { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.admin-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--muted-soft); box-shadow: 0 0 0 4px color-mix(in srgb, var(--muted-soft) 15%, transparent); }
.admin-status.is-active { color: #168458; }
.admin-status.is-active i { background: #27b97c; box-shadow: 0 0 0 4px rgba(39, 185, 124, .14); }
.admin-form-card { max-width: 900px; width: 100%; margin-inline: auto; }
.admin-edit-grid { display: grid; gap: 18px; }
.admin-password-card { max-width: 900px; width: 100%; margin-inline: auto; }
.admin-password-card h2 { margin: 0; font: 800 1.3rem/1.2 Manrope, sans-serif; }
.admin-danger-zone { max-width: 900px; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-inline: auto; padding: 20px 24px; border: 1px solid color-mix(in srgb, var(--danger) 18%, var(--line)); border-radius: var(--radius-md); }
.admin-danger-zone > div { display: grid; gap: 4px; }
.admin-danger-zone span { color: var(--muted); font-size: .82rem; }
.admin-delete-card { max-width: 620px; display: grid; justify-items: start; gap: 14px; margin-inline: auto; }
.admin-delete-card h1, .admin-delete-card p { margin: 0; }
.btn-danger { color: #fff; background: linear-gradient(145deg, #e66f88, var(--danger)); box-shadow: 0 9px 18px rgba(186, 61, 82, .22), inset 0 3px 5px rgba(255, 255, 255, .26), inset 0 -3px 5px rgba(108, 19, 38, .15); }

.panel-form { margin-top: 6px; }
.panel-tabs { display: grid; gap: 18px; }
.panel-tabs-nav { display: none; }
.js .panel-tabs-nav { position: sticky; top: 10px; z-index: 30; display: flex; gap: 7px; padding: 8px; overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; background: color-mix(in srgb, var(--surface) 88%, transparent); box-shadow: 0 10px 24px rgba(23, 96, 138, .1), inset 0 2px 4px rgba(255, 255, 255, .62); backdrop-filter: blur(14px); scrollbar-width: thin; }
.panel-tab-button { position: relative; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 14px; border: 0; border-radius: 13px; color: var(--muted); background: transparent; font-size: .8rem; font-weight: 800; white-space: nowrap; cursor: pointer; transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.panel-tab-button:hover { color: var(--ink); background: var(--surface-soft); }
.panel-tab-button.is-active { color: var(--brand-deep); background: linear-gradient(145deg, color-mix(in srgb, var(--aqua) 74%, white), var(--aqua)); box-shadow: 0 6px 13px rgba(31, 143, 206, .13), inset 0 2px 4px rgba(255, 255, 255, .76), inset 0 -2px 4px rgba(23, 96, 138, .08); transform: translateY(-1px); }
.panel-tab-button:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 34%, transparent); outline-offset: 2px; }
.panel-tab-button.has-errors { color: var(--danger); }
.panel-tab-error-count { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; color: #fff; background: var(--danger); font-size: .68rem; line-height: 1; box-shadow: 0 4px 9px rgba(186, 61, 82, .2); }
.panel-tab-error-count[hidden] { display: none; }
.panel-tab-panel { padding: clamp(18px, 3vw, 28px); border: 1px solid var(--line); border-radius: 20px; background: color-mix(in srgb, var(--surface-soft) 74%, transparent); box-shadow: inset 0 2px 6px rgba(255, 255, 255, .48), 0 8px 20px rgba(23, 96, 138, .05); }
.js .panel-tab-panel:not(.is-active) { display: none; }
.panel-tab-heading { display: grid; gap: 4px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.panel-tab-heading span { color: var(--muted-soft); font: 800 .67rem/1.3 Manrope, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.panel-tab-heading h2 { margin: 0; font: 800 1.2rem/1.2 Manrope, sans-serif; }
.tab-locked-note { display: grid; gap: 6px; padding: 22px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); background: var(--surface); }
.tab-locked-note strong { color: var(--brand-deep); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
.field-cell { display: grid; gap: 6px; align-content: start; }
.field-cell.field-wide { grid-column: 1 / -1; }
.field-cell label { font-weight: 800; font-size: .84rem; }
.field-cell.field-check { grid-template-columns: auto 1fr; align-items: center; gap: 10px; }
.field-cell.field-check label { order: 2; }
.input-field { width: 100%; min-height: 46px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--surface-soft); box-shadow: inset 0 3px 7px rgba(23, 96, 138, .06); }
textarea.input-field { min-height: 0; resize: vertical; }
.field-cell .trumbowyg-box { width: 100%; margin: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--surface-soft); box-shadow: inset 0 3px 7px rgba(23, 96, 138, .06); }
.field-cell .trumbowyg-button-pane { border: 0; border-bottom: 1px solid var(--line); background: var(--surface); }
.field-cell .trumbowyg-editor { min-height: 180px; color: var(--ink); background: var(--surface-soft); }
.field-cell .trumbowyg-editor:focus { outline: 2px solid var(--primary); outline-offset: -2px; }
.field-cell .trumbowyg-editor img { display: block; max-width: 100%; height: auto; margin: 16px auto; border-radius: 14px; box-shadow: 0 8px 18px rgba(23, 96, 138, .12); }
.field-cell .trumbowyg-box.trumbowyg-fullscreen { z-index: 1000; }
.editor-upload-status { display: block; min-height: 18px; color: var(--muted-soft); font-size: .75rem; }
.editor-upload-status[data-state="loading"] { color: var(--brand-deep); }
.editor-upload-status[data-state="success"] { color: #168458; }
.editor-upload-status[data-state="error"] { color: var(--danger); }
[data-theme="dark"] .field-cell .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
[data-theme="dark"] .field-cell .trumbowyg-button-pane button.trumbowyg-active { background-color: var(--surface-soft); }
.input-multi { min-height: 120px; }
.input-check { width: 21px; height: 21px; accent-color: var(--brand); }
.panel-image-preview { position: relative; display: grid; place-items: center; min-height: 150px; overflow: hidden; padding: 16px; border: 1px solid var(--line); border-radius: 18px; color: var(--muted-soft); background-color: #f8fcff; background-image: linear-gradient(45deg, rgba(31, 143, 206, .07) 25%, transparent 25%), linear-gradient(-45deg, rgba(31, 143, 206, .07) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(31, 143, 206, .07) 75%), linear-gradient(-45deg, transparent 75%, rgba(31, 143, 206, .07) 75%); background-position: 0 0, 0 8px, 8px -8px, -8px 0; background-size: 16px 16px; box-shadow: inset 0 3px 8px rgba(23, 96, 138, .05); }
.panel-image-preview.is-dark { background-color: #142d3d; background-image: linear-gradient(45deg, rgba(255, 255, 255, .06) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, .06) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, .06) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, .06) 75%); }
.panel-image-preview img { display: block; width: auto; max-width: 100%; height: auto; max-height: 120px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(12, 58, 92, .16)); }
.panel-image-preview.has-new-image::after { content: "Preview file baru"; position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; border-radius: 8px; color: #fff; background: var(--brand); font-size: .62rem; font-weight: 800; }
.panel-file-control { position: relative; display: grid; gap: 10px; }
.panel-current-file { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 14px; background: rgba(225, 244, 253, .72); font-size: .78rem; font-weight: 750; }
.panel-current-file a { color: var(--brand-deep); text-decoration: none; }
.panel-current-file a:hover { text-decoration: underline; }
.panel-clear-file { display: inline-flex; align-items: center; gap: 7px; color: #bd3157; cursor: pointer; white-space: nowrap; }
.panel-clear-file input { width: 16px; height: 16px; accent-color: #df4771; }
.panel-file-picker { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 7px; border: 1px solid var(--line); border-radius: 16px; background: var(--input-bg); box-shadow: inset 0 2px 7px rgba(23, 96, 138, .05); }
.panel-file-button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid rgba(31, 143, 206, .28); border-radius: 12px; color: var(--brand-deep); background: linear-gradient(145deg, #fafdff, #dff3fc); box-shadow: 0 5px 12px rgba(23, 96, 138, .12), inset 0 1px 0 rgba(255, 255, 255, .9); cursor: pointer; font-size: .78rem; font-weight: 850; }
.panel-file-button:hover { transform: translateY(-1px); box-shadow: 0 7px 15px rgba(23, 96, 138, .16), inset 0 1px 0 rgba(255, 255, 255, .9); }
.panel-file-name { min-width: 0; overflow: hidden; color: var(--muted); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.panel-file-native { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; border: 0 !important; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.panel-file-control:focus-within .panel-file-picker { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(31, 143, 206, .12), inset 0 2px 7px rgba(23, 96, 138, .05); }
.field-help { color: var(--muted-soft); font-size: .76rem; }
.field-error { color: var(--danger); font-size: .78rem; font-weight: 700; }
.field-counter { justify-self: end; color: var(--muted-soft); font-size: .72rem; font-weight: 700; }
.field-counter.is-over { color: var(--danger); }
.panel-fieldset { grid-column: 1 / -1; margin: 20px 0 0; padding: 18px; border: 1px dashed var(--line); border-radius: var(--radius-md); }
.panel-fieldset legend { padding: 0 8px; font: 800 .9rem/1 Manrope, sans-serif; color: var(--brand-deep); }
.formset-row { position: relative; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); transition: opacity .2s ease, filter .2s ease; }
.formset-row > .field-cell { flex: 1 1 150px; min-width: 130px; }
.formset-row:last-of-type { border-bottom: 0; }
.formset-row.is-pending-delete > .field-cell { opacity: .38; filter: grayscale(.6); pointer-events: none; }
.formset-row.is-pending-delete::after { content: "Ditandai untuk dihapus · klik ikon lagi untuk membatalkan"; flex: 1 0 100%; color: var(--danger); font-size: .74rem; font-weight: 800; }
.formset-delete-action { position: relative; flex: 0 0 48px; display: grid; place-items: center; padding-top: 24px; }
.formset-delete-action > input[type="checkbox"] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.clay-trash-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid color-mix(in srgb, var(--danger) 24%, var(--line)); border-radius: 14px; color: var(--danger); background: linear-gradient(145deg, color-mix(in srgb, var(--rose) 88%, white), var(--rose)); box-shadow: 0 7px 14px rgba(186, 61, 82, .12), inset 0 3px 5px rgba(255, 255, 255, .72), inset 0 -3px 5px rgba(170, 54, 74, .1); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.clay-trash-button:hover { transform: translateY(-2px); box-shadow: 0 10px 18px rgba(186, 61, 82, .18), inset 0 3px 5px rgba(255, 255, 255, .78), inset 0 -3px 5px rgba(170, 54, 74, .12); }
.clay-trash-button:focus-visible { outline: 3px solid color-mix(in srgb, var(--danger) 35%, transparent); outline-offset: 3px; }
.clay-trash-button[aria-pressed="true"] { color: #fff; background: linear-gradient(145deg, color-mix(in srgb, var(--danger) 82%, white), var(--danger)); box-shadow: inset 0 3px 7px rgba(100, 20, 35, .24), inset 0 -2px 4px rgba(255, 255, 255, .18); transform: translateY(1px); }
.clay-trash-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.formset-empty { margin: 8px 0 14px; padding: 18px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted-soft); background: var(--surface-soft); text-align: center; font-size: .86rem; font-weight: 700; }
.formset-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 14px; }
.formset-controls small { color: var(--muted-soft); font-size: .76rem; }
.clay-add-button { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 10px 16px; border: 1px solid color-mix(in srgb, var(--brand) 28%, var(--line)); border-radius: 14px; color: var(--brand-deep); background: linear-gradient(145deg, color-mix(in srgb, var(--aqua) 72%, white), var(--aqua)); box-shadow: 0 7px 15px rgba(31, 143, 206, .13), inset 0 3px 5px rgba(255, 255, 255, .72), inset 0 -3px 5px rgba(23, 96, 138, .09); font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.clay-add-button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(31, 143, 206, .18), inset 0 3px 5px rgba(255, 255, 255, .8), inset 0 -3px 5px rgba(23, 96, 138, .1); }
.clay-add-button:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 35%, transparent); outline-offset: 3px; }
.clay-add-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.panel-fieldset[data-formset-prefix="itinerary_days"] [data-formset-rows] { display: grid; gap: 16px; margin-top: 8px; }
.panel-fieldset[data-formset-prefix="itinerary_days"] .formset-row { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 20px 76px 20px 20px; border: 1px solid var(--line); border-radius: 18px; background: color-mix(in srgb, var(--surface-soft) 88%, transparent); box-shadow: inset 0 2px 5px rgba(255, 255, 255, .5), 0 7px 18px rgba(23, 96, 138, .06); }
.panel-fieldset[data-formset-prefix="itinerary_days"] .formset-row > .field-cell { width: 100%; min-width: 0; }
.panel-fieldset[data-formset-prefix="itinerary_days"] .formset-delete-action { position: absolute; top: 16px; right: 16px; display: block; width: 44px; padding: 0; }
.panel-fieldset[data-formset-prefix="itinerary_days"] .formset-row.is-pending-delete::after { display: block; }
.panel-form-actions { display: flex; gap: 12px; margin-top: 24px; }
.panel-form-has-tabs .panel-form-actions { position: sticky; bottom: 12px; z-index: 29; align-items: center; width: fit-content; margin: 20px 0 0 auto; padding: 10px; border: 1px solid var(--line); border-radius: 17px; background: color-mix(in srgb, var(--surface) 88%, transparent); box-shadow: 0 12px 28px rgba(23, 96, 138, .14), inset 0 2px 4px rgba(255, 255, 255, .65); backdrop-filter: blur(14px); }
.form-error { padding: 11px 14px; border-radius: 13px; color: var(--danger); background: var(--rose); font-size: .88rem; font-weight: 600; }

.serp-preview { grid-column: 1 / -1; display: grid; gap: 3px; padding: 14px 16px; border-radius: 14px; background: var(--surface-soft); border: 1px solid var(--line); }
.serp-label { color: var(--muted-soft); font: 800 .68rem/1.4 Manrope, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.serp-title { color: #1a0dab; font-size: 1.05rem; font-weight: 600; }
[data-theme="dark"] .serp-title { color: #8ab4f8; }
.serp-url { color: #006621; font-size: .8rem; }
[data-theme="dark"] .serp-url { color: #6cbf84; }
.serp-desc { color: var(--muted); font-size: .86rem; line-height: 1.5; }

.media-upload-form label { cursor: pointer; }
.media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }
.media-item { margin: 0; border-radius: 16px; overflow: hidden; background: var(--surface-soft); box-shadow: var(--shadow-surface); }
.media-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.media-item figcaption { display: grid; gap: 4px; padding: 9px 11px; font-size: .78rem; color: var(--muted); }
.media-actions a { margin-right: 10px; color: var(--brand-deep); font-weight: 800; }
.media-actions a:last-child { color: var(--danger); }

/* Placeholder foto (dipakai saat cover belum diunggah) */
.photo-placeholder { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 4/3; border-radius: inherit; background: linear-gradient(160deg, var(--aqua), var(--seafoam)); color: var(--brand-deep); }
.photo-placeholder svg { width: 42px; height: 42px; fill: currentColor; opacity: .55; }
.photo-placeholder span { position: absolute; bottom: 10px; font: 800 .66rem/1.3 Manrope, sans-serif; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }

/* ===== Halaman publik: list & detail ===== */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 4px 0; color: var(--muted-soft); font-size: .82rem; font-weight: 600; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb [aria-current] { color: var(--muted); }

.page-hero { margin-top: 18px; padding: clamp(26px, 4vw, 44px); }
.page-hero h1 { margin: 0; font: 800 clamp(1.9rem, 4vw, 2.9rem)/1.08 Manrope, sans-serif; }
.page-hero p { max-width: 640px; margin: 12px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.page-hero .eyebrow { color: var(--brand-deep); font: 800 .72rem/1.3 Manrope, sans-serif; letter-spacing: .14em; text-transform: uppercase; }

.section-head-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; max-width: none; }
.section-head-row h2 { margin: 0; }

.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 22px; }
.content-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius-lg); background: color-mix(in srgb, var(--surface) 93%, transparent); border: 1px solid rgba(255, 255, 255, .88); box-shadow: var(--shadow-surface); transition: transform .2s ease; }
[data-theme="dark"] .content-card { border-color: rgba(255, 255, 255, .08); }
.content-card:hover { transform: translateY(-6px); }
.card-media { position: relative; display: block; }
.card-media img, .card-media .photo-placeholder { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 0; }
.card-badge { position: absolute; top: 12px; left: 12px; padding: 6px 12px; border-radius: 999px; color: #fff; background: var(--brand); font: 800 .72rem/1 Manrope, sans-serif; box-shadow: 0 6px 14px rgba(13, 94, 143, .35); }
.card-body { display: flex; flex-direction: column; gap: 8px; flex: 1; padding: 18px 20px 20px; }
.card-meta { color: var(--muted-soft); font-size: .78rem; font-weight: 700; }
.card-body h3 { margin: 0; font: 800 1.15rem/1.25 Manrope, sans-serif; }
.card-body p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.card-price { color: var(--muted); font-size: .88rem; }
.card-price strong { color: var(--ink); font: 800 1.1rem/1 Manrope, sans-serif; }
.card-price small { color: var(--muted-soft); }
.card-body .ghost-link { margin-top: auto; padding-top: 8px; }

.chip-link { display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px 8px 9px; border-radius: 999px; background: var(--surface); box-shadow: var(--shadow-surface); font-weight: 700; font-size: .9rem; transition: transform .16s ease, background .16s ease; }
.chip-link:hover { transform: translateY(-2px); background: var(--aqua); }
.chip-icon-clay { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255, 255, 255, .72); border-radius: 11px; color: var(--brand-deep); background: linear-gradient(145deg, color-mix(in srgb, var(--aqua) 65%, white), var(--aqua)); box-shadow: 0 5px 10px rgba(31, 143, 206, .14), inset 0 3px 4px rgba(255, 255, 255, .52), inset 0 -3px 4px rgba(23, 96, 138, .1); }
.chip-icon-clay svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; overflow: hidden; margin-top: 14px; }
.detail-hero-media { align-self: start; width: 100%; min-height: 300px; aspect-ratio: 4 / 3; overflow: hidden; }
.detail-cover, .detail-hero-media .photo-placeholder { width: 100%; height: 100%; min-height: 300px; object-fit: cover; border-radius: 0; aspect-ratio: auto; }
.detail-hero-body { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: clamp(22px, 4vw, 40px); }
.detail-hero-body .eyebrow { color: var(--brand-deep); font: 800 .72rem/1.3 Manrope, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.detail-hero-body h1 { margin: 0; font: 800 clamp(1.7rem, 3.6vw, 2.6rem)/1.1 Manrope, sans-serif; }
.detail-summary { margin: 0; color: var(--muted); line-height: 1.7; }
.detail-summary p { margin: 0 0 .65em; }
.detail-summary p:last-child { margin-bottom: 0; }
.summary-preview { display: none; }
.summary-full { display: block; }
.summary-toggle-clay { display: none; }
.js .expandable-summary .summary-preview { display: block; }
.js .expandable-summary .summary-full { display: none; }
.js .expandable-summary.is-expanded .summary-preview { display: none; }
.js .expandable-summary.is-expanded .summary-full { display: block; }
.js .summary-toggle-clay { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; padding: 9px 14px; border: 1px solid color-mix(in srgb, var(--brand) 26%, var(--line)); border-radius: 14px; color: var(--brand-deep); background: linear-gradient(145deg, color-mix(in srgb, var(--aqua) 70%, white), var(--aqua)); box-shadow: 0 7px 15px rgba(31, 143, 206, .13), inset 0 3px 5px rgba(255, 255, 255, .75), inset 0 -3px 5px rgba(23, 96, 138, .09); font-size: .82rem; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.summary-toggle-clay:hover { transform: translateY(-2px); box-shadow: 0 10px 19px rgba(31, 143, 206, .18), inset 0 3px 5px rgba(255, 255, 255, .82), inset 0 -3px 5px rgba(23, 96, 138, .1); }
.summary-toggle-clay:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 35%, transparent); outline-offset: 3px; }
.summary-toggle-clay svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.expandable-summary.is-expanded .summary-toggle-clay svg { transform: rotate(180deg); }
.meta-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0; padding: 0; }
.meta-chips div { display: grid; gap: 2px; padding: 10px 16px; border-radius: 14px; background: var(--surface-soft); box-shadow: inset 0 2px 5px rgba(23, 96, 138, .07); }
.meta-chips dt { color: var(--muted-soft); font: 800 .64rem/1.3 Manrope, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.meta-chips dd { margin: 0; font-weight: 800; font-size: .92rem; }

.highlights-card { position: relative; overflow: hidden; padding: clamp(18px, 3vw, 30px); }
.highlights-card::after { content: ""; position: absolute; right: -42px; bottom: -52px; width: 150px; aspect-ratio: 1; border: 24px solid color-mix(in srgb, var(--aqua-strong) 15%, transparent); border-radius: 50%; pointer-events: none; }
.highlights-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(28px, 4vw, 52px); }
.highlight-item { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; align-items: start; min-height: 58px; padding: 14px 4px; border-bottom: 1px solid color-mix(in srgb, var(--brand) 11%, var(--line)); color: var(--muted); line-height: 1.55; }
.highlight-item:nth-last-child(-n + 2) { border-bottom: 0; }
.highlight-icon-clay { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255, 255, 255, .68); border-radius: 10px; color: #fff; background: linear-gradient(145deg, color-mix(in srgb, #50dba1 86%, white), #23ad79); box-shadow: 0 5px 10px rgba(21, 157, 105, .16), inset 0 3px 4px rgba(255, 255, 255, .3), inset 0 -3px 4px rgba(3, 91, 58, .12); }
.highlight-icon-clay svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.highlight-copy { padding-top: 2px; }
.highlight-copy strong { color: var(--brand-deep); font-weight: 800; }
.highlight-copy p { margin: 0; }
.highlight-copy a { color: var(--brand-deep); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.highlights-toggle-clay { display: none; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: 12px; padding: 11px 16px; border: 1px solid color-mix(in srgb, var(--brand) 20%, var(--line)); border-radius: 14px; color: var(--brand-deep); background: linear-gradient(145deg, color-mix(in srgb, var(--aqua) 62%, white), var(--aqua)); box-shadow: 0 7px 15px rgba(31, 143, 206, .12), inset 0 3px 5px rgba(255, 255, 255, .68), inset 0 -3px 5px rgba(23, 96, 138, .08); font-size: .82rem; font-weight: 800; }
.highlights-toggle-clay svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.highlights-card.is-expanded .highlights-toggle-clay svg { transform: rotate(180deg); }

.price-table-wrap { padding: 8px 14px; }
.price-table { width: 100%; min-width: 480px; border-collapse: collapse; }
.price-table th { padding: 13px 12px; text-align: left; color: var(--muted); font: 800 .72rem/1.3 Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; border-bottom: 2px solid var(--line); }
.price-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); }
.price-table tr:last-child td { border-bottom: 0; }
.price-table strong { font: 800 1.05rem/1 Manrope, sans-serif; color: var(--brand-deep); }

.itinerary { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: day; }
.itinerary-day { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: start; padding: 20px 22px; }
.itinerary-num { display: grid; place-items: center; min-width: 74px; padding: 12px 10px; border-radius: 15px; background: var(--aqua); color: var(--brand-deep); font: 800 .8rem/1.2 Manrope, sans-serif; text-align: center; }
.itinerary-day h3 { margin: 0 0 6px; font: 800 1.1rem/1.25 Manrope, sans-serif; }
.itinerary-description { color: var(--muted); font-size: .92rem; line-height: 1.65; }
.itinerary-description p { margin: 0 0 .65em; }
.itinerary-description p:last-child { margin-bottom: 0; }

.include-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.include-card { padding: 24px; border-radius: var(--radius-lg); }
.include-card h2 { margin: 0 0 12px; font: 800 1.15rem/1.2 Manrope, sans-serif; }
.include-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; color: var(--muted); font-size: .92rem; }
.include-card li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; align-items: start; line-height: 1.55; }
.include-icon-clay { display: grid; place-items: center; width: 24px; height: 24px; margin-top: 0; border: 1px solid rgba(255, 255, 255, .68); border-radius: 9px; box-shadow: 0 4px 9px rgba(23, 96, 138, .12), inset 0 3px 4px rgba(255, 255, 255, .4), inset 0 -3px 4px rgba(23, 96, 138, .1); }
.include-icon-clay svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.include-icon-clay.is-check { color: #fff; background: linear-gradient(145deg, #52dca5, #22aa76); }
.include-icon-clay.is-cross { color: #fff; background: linear-gradient(145deg, #f28aa2, #d94e70); }
.include-icon-clay.is-info { color: var(--brand-deep); background: linear-gradient(145deg, color-mix(in srgb, var(--aqua) 62%, white), var(--aqua)); }

.faq-list { display: grid; gap: 12px; }
.faq-item { padding: 0 20px; }
.faq-item summary { padding: 17px 0; cursor: pointer; font-weight: 800; list-style: none; position: relative; padding-right: 30px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font: 800 1.2rem/1 Manrope, sans-serif; color: var(--brand-deep); }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0; padding: 0 0 17px; color: var(--muted); line-height: 1.7; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.gallery-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow-surface); }
.gallery-trigger { position: relative; overflow: hidden; display: block; width: 100%; padding: 0; border: 0; border-radius: 18px; color: var(--brand-deep); background: transparent; cursor: zoom-in; }
.gallery-trigger .gallery-photo { display: block; transition: transform .25s ease, filter .25s ease; }
.gallery-trigger:hover .gallery-photo { transform: scale(1.035); filter: saturate(1.06); }
.gallery-trigger:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 42%, transparent); outline-offset: 4px; }
.gallery-zoom-clay { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 13px; background: color-mix(in srgb, var(--surface) 86%, transparent); box-shadow: 0 8px 18px rgba(12, 58, 92, .2), inset 0 3px 5px rgba(255, 255, 255, .68), inset 0 -3px 5px rgba(23, 96, 138, .1); backdrop-filter: blur(9px); }
.gallery-zoom-clay svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
body.gallery-lightbox-open { overflow: hidden; }
.gallery-lightbox { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: clamp(12px, 3vw, 34px); }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox-backdrop { position: absolute; inset: 0; background: rgba(4, 25, 39, .76); backdrop-filter: blur(10px); }
.gallery-lightbox-dialog { position: relative; width: min(1120px, 100%); max-height: calc(100dvh - clamp(24px, 6vw, 68px)); display: grid; grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; border-radius: 24px; }
.gallery-lightbox-bar { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 8px 10px 8px 20px; border-bottom: 1px solid var(--line); }
.gallery-counter { color: var(--muted); font: 800 .78rem/1 Manrope, sans-serif; letter-spacing: .08em; }
.gallery-close-clay,
.gallery-nav-clay { display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .65); color: var(--brand-deep); background: linear-gradient(145deg, color-mix(in srgb, var(--surface-soft) 70%, white), var(--surface-soft)); box-shadow: 0 7px 14px rgba(12, 58, 92, .15), inset 0 3px 5px rgba(255, 255, 255, .7), inset 0 -3px 5px rgba(23, 96, 138, .08); }
.gallery-close-clay { width: 42px; height: 42px; border-radius: 14px; }
.gallery-close-clay svg,
.gallery-nav-clay svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.gallery-lightbox-stage { position: relative; min-height: 240px; display: grid; place-items: center; overflow: hidden; background: #071d2a; touch-action: pan-y; }
.gallery-lightbox-stage figure { width: 100%; height: 100%; min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; }
.gallery-lightbox-stage figure img { width: 100%; height: 100%; min-height: 0; max-height: 68dvh; object-fit: contain; }
.gallery-lightbox-stage figcaption { min-height: 0; padding: 10px 76px; color: rgba(255, 255, 255, .78); background: rgba(3, 18, 27, .92); font-size: .82rem; text-align: center; }
.gallery-lightbox-stage figcaption:empty { display: none; }
.gallery-nav-clay { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; border-radius: 15px; transform: translateY(-50%); }
.gallery-nav-clay.is-previous { left: 14px; }
.gallery-nav-clay.is-next { right: 14px; }
.gallery-lightbox.is-single .gallery-nav-clay { display: none; }
.gallery-thumbnails { display: flex; gap: 9px; max-width: 100%; padding: 12px 14px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scroll-snap-type: x proximity; border-top: 1px solid var(--line); }
.gallery-thumbnails button { flex: 0 0 74px; width: 74px; height: 56px; padding: 3px; border: 2px solid transparent; border-radius: 12px; background: var(--surface-soft); scroll-snap-align: center; opacity: .68; transition: opacity .16s ease, border-color .16s ease, transform .16s ease; }
.gallery-thumbnails button:hover { opacity: 1; transform: translateY(-1px); }
.gallery-thumbnails button.is-active { border-color: var(--brand); opacity: 1; }
.gallery-thumbnails img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }

/* Detail paket: struktur dasar untuk mobile, desktop hanya enhancement. */
.package-detail-page { min-width: 0; }
.package-detail-heading { display: grid; gap: 8px; margin-top: 18px; }
.package-detail-heading .eyebrow { color: var(--brand-deep); font: 800 .68rem/1.35 Manrope, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.package-detail-heading h1 { max-width: 850px; margin: 0; font: 800 clamp(1.85rem, 8.5vw, 2.4rem)/1.08 Manrope, sans-serif; text-wrap: balance; }
.package-title-facts { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 4px 0 0; padding: 0; }
.package-title-facts div { display: contents; }
.package-title-facts dd { display: inline-flex; align-items: center; gap: 7px; margin: 0; color: var(--muted); font-size: .84rem; font-weight: 700; }
.package-title-facts svg { width: 17px; height: 17px; fill: none; stroke: var(--brand-deep); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.package-gallery-section,
.package-gallery-placeholder { margin-top: 18px; }
.package-gallery-shell { position: relative; }
.package-gallery-mosaic { display: flex; gap: 10px; width: 100%; padding-bottom: 4px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--brand) 34%, transparent) transparent; }
.package-gallery-item { position: relative; flex: 0 0 calc(100% - 32px); display: block; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: var(--surface-soft); scroll-snap-align: start; scroll-snap-stop: always; cursor: zoom-in; }
.package-gallery-mosaic.photo-count-1 .package-gallery-item { flex-basis: 100%; }
.package-gallery-photo,
.package-gallery-item .photo-placeholder,
.package-gallery-placeholder .photo-placeholder { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: inherit; transition: transform .25s ease, filter .25s ease; }
.package-gallery-placeholder { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 22px; }
.package-gallery-item:active .package-gallery-photo { transform: scale(.985); }
.package-gallery-item:focus-visible { outline: 3px solid var(--brand); outline-offset: -4px; }
.package-show-photos-clay { position: absolute; z-index: 2; right: 12px; bottom: 12px; align-items: center; gap: 7px; max-width: calc(100% - 24px); padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .78); border-radius: 13px; color: var(--ink); background: color-mix(in srgb, var(--surface) 88%, transparent); box-shadow: 0 8px 18px rgba(12, 58, 92, .18), inset 0 3px 5px rgba(255, 255, 255, .65), inset 0 -3px 5px rgba(23, 96, 138, .08); backdrop-filter: blur(10px); font-size: .76rem; font-weight: 800; pointer-events: none; }
.package-show-photos-clay svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.package-show-photos-clay.is-mobile { display: inline-flex; }
.package-show-photos-clay.is-desktop { display: none; }
.package-gallery-open-mobile { z-index: 4; display: inline-flex; pointer-events: auto; cursor: pointer; }
.package-overview-grid { display: grid; gap: 24px; align-items: start; margin-top: 28px; }
.package-overview-copy { min-width: 0; }
.package-overview-copy > h2,
.package-booking-card h2 { margin: 0 0 14px; font: 800 1.35rem/1.2 Manrope, sans-serif; }
.package-overview-copy .detail-summary { font-size: .96rem; line-height: 1.75; }
.clamped-summary-content { position: relative; }
.js .clamped-summary:not(.is-expanded) .clamped-summary-content { max-height: 19rem; overflow: hidden; -webkit-mask-image: linear-gradient(#000 76%, transparent); mask-image: linear-gradient(#000 76%, transparent); }
.clamped-summary.is-expanded .clamped-summary-content { max-height: none; -webkit-mask-image: none; mask-image: none; }
.clamped-summary.is-expanded .summary-toggle-clay svg { transform: rotate(180deg); }
.package-booking-card { display: grid; gap: 16px; padding: 20px; border-radius: 24px; }
.package-booking-card h2 { margin-bottom: 0; }
.package-booking-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 7px; margin: 0; }
.package-booking-price span { flex-basis: 100%; color: var(--muted-soft); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.package-booking-price strong { color: var(--ink); font: 800 1.55rem/1.1 Manrope, sans-serif; }
.package-booking-price small { color: var(--muted); font-size: .78rem; }
.package-booking-facts { display: grid; margin: 0; padding: 0; border-block: 1px solid var(--line); }
.package-booking-facts div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; }
.package-booking-facts div + div { border-top: 1px solid var(--line); }
.package-booking-facts dt { color: var(--muted); font-size: .82rem; }
.package-booking-facts dd { margin: 0; color: var(--ink); font-size: .84rem; font-weight: 800; text-align: right; }
.package-booking-card .btn { width: 100%; }
.package-destination-cards { display: flex; gap: 14px; padding: 2px 2px 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--brand) 30%, transparent) transparent; }
.package-destination-card { flex: 0 0 min(72vw, 260px); display: block; overflow: hidden; border-radius: 22px; scroll-snap-align: start; transition: transform .2s ease, box-shadow .2s ease; }
.package-destination-card:active { transform: scale(.985); }
.package-destination-card:focus-visible { outline-offset: 4px; }
.package-destination-media { display: grid; place-items: center; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: var(--aqua); }
.package-destination-media.is-fallback { background: linear-gradient(145deg, var(--aqua), color-mix(in srgb, var(--seafoam) 62%, var(--aqua))); }
.package-destination-photo { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease, filter .25s ease; }
.package-destination-fallback-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255, 255, 255, .72); border-radius: 19px; color: var(--brand-deep); background: color-mix(in srgb, var(--surface) 68%, transparent); box-shadow: 0 10px 20px rgba(23, 96, 138, .13), inset 0 4px 6px rgba(255, 255, 255, .6), inset 0 -4px 6px rgba(23, 96, 138, .08); }
.package-destination-fallback-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.package-destination-name { display: flex; align-items: center; gap: 9px; min-height: 62px; padding: 10px 12px; }
.package-destination-name strong { font: 800 .9rem/1.3 Manrope, sans-serif; }
.js .package-destination-cards:not(.is-expanded) .package-destination-extra { display: none; }
.destination-toggle-clay { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 10px; padding: 10px 15px; border: 1px solid color-mix(in srgb, var(--brand) 20%, var(--line)); border-radius: 14px; color: var(--brand-deep); background: linear-gradient(145deg, color-mix(in srgb, var(--aqua) 62%, white), var(--aqua)); box-shadow: 0 7px 15px rgba(31, 143, 206, .12), inset 0 3px 5px rgba(255, 255, 255, .68), inset 0 -3px 5px rgba(23, 96, 138, .08); font-size: .78rem; font-weight: 800; }
.destination-toggle-clay svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.package-destination-cards.is-expanded + .destination-toggle-clay svg { transform: rotate(180deg); }
.package-mobile-booking { display: none; }

@media (min-width: 900px) {
  .package-detail-heading { gap: 10px; margin-top: 24px; }
  .package-detail-heading .eyebrow { font-size: .72rem; }
  .package-detail-heading h1 { font-size: clamp(2.45rem, 4.2vw, 3.35rem); }
  .package-title-facts dd { font-size: .9rem; }
  .package-gallery-section,
  .package-gallery-placeholder { margin-top: 24px; }
  .package-gallery-mosaic { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 8px; height: clamp(380px, 42vw, 520px); padding: 0; overflow: hidden; border-radius: 28px; }
  .package-gallery-item { min-width: 0; aspect-ratio: auto; border-radius: 0; scroll-snap-align: none; }
  .package-gallery-item:hover .package-gallery-photo { transform: scale(1.025); filter: brightness(.94) saturate(1.04); }
  .package-gallery-item-1 { grid-column: 1 / 3; grid-row: 1 / 3; }
  .package-gallery-item-2 { grid-column: 3; grid-row: 1; }
  .package-gallery-item-3 { grid-column: 4; grid-row: 1; }
  .package-gallery-item-4 { grid-column: 3; grid-row: 2; }
  .package-gallery-item-5 { grid-column: 4; grid-row: 2; }
  .package-gallery-extra { display: none; }
  .package-gallery-mosaic.photo-count-1 .package-gallery-item-1 { grid-column: 1 / 5; grid-row: 1 / 3; }
  .package-gallery-mosaic.photo-count-2 .package-gallery-item-2 { grid-column: 3 / 5; grid-row: 1 / 3; }
  .package-gallery-mosaic.photo-count-3 .package-gallery-item-2 { grid-column: 3 / 5; grid-row: 1; }
  .package-gallery-mosaic.photo-count-3 .package-gallery-item-3 { grid-column: 3 / 5; grid-row: 2; }
  .package-gallery-mosaic.photo-count-4 .package-gallery-item-4 { grid-column: 3 / 5; grid-row: 2; }
  .package-gallery-placeholder { height: clamp(380px, 42vw, 520px); aspect-ratio: auto; border-radius: 28px; }
  .package-show-photos-clay.is-mobile { display: none; }
  .package-show-photos-clay.is-desktop { display: inline-flex; }
  .package-gallery-open-mobile { display: none; }
  .package-overview-grid { grid-template-columns: minmax(0, 1fr) minmax(290px, 360px); gap: clamp(44px, 7vw, 90px); margin-top: 42px; }
  .package-overview-copy > h2 { font-size: 1.65rem; }
  .package-overview-copy .detail-summary { font-size: 1rem; line-height: 1.8; }
  .js .clamped-summary:not(.is-expanded) .clamped-summary-content { max-height: 20.5rem; }
  .package-booking-card { position: sticky; top: 112px; padding: 24px; }
  .package-booking-card h2 { font-size: 1.4rem; }
  .package-destination-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 0; overflow: visible; }
  .package-destination-card { min-width: 0; }
  .package-destination-card:hover { transform: translateY(-4px); box-shadow: 0 28px 62px rgba(31, 100, 143, .18), inset 0 1px 0 rgba(255, 255, 255, .9); }
  .package-destination-card:hover .package-destination-photo { transform: scale(1.035); filter: saturate(1.05); }
}

.testi-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.testi-card { margin: 0; display: flex; flex-direction: column; gap: 14px; padding: 22px; }
.testi-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .93rem; }
.testimonial-copy { color: var(--muted); line-height: 1.65; font-size: .93rem; }
.testimonial-copy p { margin: 0 0 .65em; }
.testimonial-copy p:last-child { margin-bottom: 0; }
.testi-card footer { margin-top: auto; font-size: .85rem; }
.testi-card footer small { display: block; margin-top: 3px; color: var(--muted-soft); }
.testi-stars { color: #f0a51f; letter-spacing: 2px; }

.prose { max-width: 820px; margin-top: 22px; padding: clamp(22px, 4vw, 40px); line-height: 1.8; }
.prose p { margin: 0 0 1em; color: var(--muted); }
.prose p:last-child { margin-bottom: 0; }
.prose img,
.detail-summary img,
.itinerary-description img,
.highlight-copy img,
.testimonial-copy img,
.faq-item img { display: block; width: auto; max-width: 100%; height: auto; margin: clamp(18px, 3vw, 30px) auto; border-radius: 18px; box-shadow: var(--shadow-surface); }
.article-page .prose { margin-inline: auto; }
.article-byline {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .9rem;
}
.article-byline strong { color: var(--ink); }
.operator-identity dl { margin: 0; }
.operator-identity dl div {
  display: grid;
  grid-template-columns: minmax(130px, .35fr) 1fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(42, 116, 154, .16);
}
.operator-identity dl div:last-child { border-bottom: 0; }
.operator-identity dt { color: var(--muted); }
.operator-identity dd { margin: 0; font-weight: 700; color: var(--ink); }
.article-content-layout { display: grid; grid-template-columns: minmax(220px, 270px) minmax(0, 1fr); gap: 22px; align-items: start; margin-top: 22px; }
.article-content-layout.no-toc { grid-template-columns: minmax(0, 820px); justify-content: center; }
.article-content-layout .prose { width: 100%; max-width: 820px; margin: 0; }
.article-toc-wrap { position: sticky; top: 112px; }
.article-toc { padding: 18px; border-radius: 20px; }
.article-toc-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.article-toc-heading h2 { margin: 0; font: 800 1.02rem/1.25 Manrope, sans-serif; }
.article-toc-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255, 255, 255, .68); border-radius: 12px; color: var(--brand-deep); background: color-mix(in srgb, var(--surface) 65%, transparent); box-shadow: 0 5px 10px rgba(23, 96, 138, .11), inset 0 3px 4px rgba(255, 255, 255, .55); }
.article-toc-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.article-toc ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.article-toc li { position: relative; padding-left: 22px; counter-increment: toc; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.article-toc li::before { content: counter(toc, decimal-leading-zero); position: absolute; left: 0; top: .1em; color: var(--brand-deep); font: 800 .63rem/1.5 Manrope, sans-serif; }
.article-toc li.toc-level-3 { margin-left: 12px; }
.article-toc a { transition: color .16s ease; }
.article-toc a:hover { color: var(--brand-deep); }
.article-prose h2,
.article-prose h3 { scroll-margin-top: 110px; }
.article-cover { margin-top: 18px; border-radius: var(--radius-lg); overflow: hidden; }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.contact-card { display: grid; gap: 6px; padding: 26px; border-radius: var(--radius-md); transition: transform .18s ease; }
.contact-card:hover { transform: translateY(-4px); }
.contact-card strong { font: 800 1.05rem/1 Manrope, sans-serif; }
.contact-card span { color: var(--muted); font-size: .92rem; }

.empty-note { display: grid; justify-items: start; gap: 14px; margin-top: 22px; padding: clamp(24px, 4vw, 40px); }
.empty-note p { margin: 0; color: var(--muted); }

/* ===== Mobile tab bar (clay) ===== */
.mobile-tabbar { position: fixed; z-index: 60; left: 50%; bottom: calc(10px + env(safe-area-inset-bottom)); transform: translateX(-50%); display: none; align-items: flex-end; gap: 2px; width: min(430px, calc(100% - 24px)); padding: 8px 10px; border-radius: 26px; border: 1px solid rgba(255, 255, 255, .85); background: color-mix(in srgb, var(--surface) 88%, transparent); backdrop-filter: blur(14px); box-shadow: 0 18px 40px rgba(12, 58, 92, .28), inset 0 1px 0 rgba(255, 255, 255, .85); }
[data-theme="dark"] .mobile-tabbar { border-color: rgba(255, 255, 255, .1); background: color-mix(in srgb, var(--surface) 90%, transparent); box-shadow: 0 18px 40px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .07); }
.tab-item { flex: 1 1 0; display: grid; justify-items: center; gap: 3px; min-height: 52px; padding: 8px 2px 6px; border-radius: 17px; color: var(--muted); transition: color .16s ease, background .16s ease; }
.tab-item svg { width: 22px; height: 22px; fill: currentColor; }
.tab-item span { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 800 .58rem/1 Manrope, sans-serif; letter-spacing: .02em; }
.tab-item.is-active { color: var(--brand-deep); background: var(--aqua); box-shadow: inset 0 -3px 6px rgba(23, 96, 138, .1), inset 0 3px 6px rgba(255, 255, 255, .6); }
[data-theme="dark"] .tab-item.is-active { box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .3), inset 0 3px 6px rgba(255, 255, 255, .05); }
.tab-wa { flex: 0 0 auto; display: grid; place-items: center; width: 56px; height: 56px; margin: 0 6px -2px; border-radius: 50%; color: #fff; background: #23aa52; box-shadow: 0 12px 24px rgba(24, 138, 65, .45), inset 0 -5px 9px rgba(9, 92, 39, .3), inset 0 5px 9px rgba(255, 255, 255, .28); transform: translateY(-14px); transition: transform .16s ease; }
.tab-wa:active { transform: translateY(-11px) scale(.96); }
.tab-wa svg { width: 28px; height: 28px; fill: currentColor; }

/* Reduced motion: hormati preferensi pengguna */
@media (prefers-reduced-motion: reduce) {
  .hero-turtle img, .hero-bubbles span, .deep-bubbles span, .deep-turtle,
  .wave-back, .wave-front, .hero-cloud, .scroll-hint svg,
  .exp-jelly .exp-art :is(svg, img), .exp-manta .exp-art :is(svg, img), .exp-whale .exp-art :is(svg, img) { animation: none; }
  html { scroll-behavior: auto; }
}

/* Responsive */
@media (max-width: 1000px) {
  .pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .exp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-turtle { order: -1; }
  .hero-turtle img { width: min(210px, 52%); }
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-hero { grid-template-columns: 1fr; }
  .detail-hero-media { min-height: 240px; aspect-ratio: 16 / 10; }
  .article-content-layout { grid-template-columns: 1fr; }
  .article-toc-wrap { position: static; }
  .article-content-layout .prose { max-width: none; }
}
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; }
  .site-nav { order: 3; display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 4px; padding-top: 10px; border-top: 1px solid var(--line); margin-top: 8px; }
  .site-nav.is-open { display: flex; }
  .site-nav > .nav-node { width: 100%; }
  .nav-node-label { width: 100%; }
  .nav-node-label > a, .nav-node-label > span { flex: 1; }
  .nav-submenu, .nav-submenu .nav-submenu { position: static; display: none; min-width: 0; margin: 3px 0 5px 14px; padding: 5px; border-radius: 14px; box-shadow: none; }
  .nav-node:hover > .nav-submenu { display: none; }
  .nav-node:focus-within > .nav-submenu,
  .nav-node.is-submenu-open > .nav-submenu { display: block; }
  .mobile-nav-toggle { display: grid; }
  .header-actions { margin-left: auto; }
  .header-cta { display: none; }
  .panel-card { padding: 18px 14px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-cell.field-wide { grid-column: auto; }
  .js .panel-tabs-nav { top: 6px; margin-inline: -4px; }
  .panel-tab-panel { padding: 18px 14px; }
  .panel-form-has-tabs .panel-form-actions { bottom: 8px; width: 100%; }
  .panel-form-has-tabs .panel-form-actions .btn { flex: 1; }
  .admin-user-table { min-width: 0; }
  .admin-user-table thead { display: none; }
  .admin-user-table tbody, .admin-user-table tr, .admin-user-table td { display: block; width: 100%; }
  .admin-user-table tr { margin-bottom: 14px; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface-soft); }
  .admin-user-table td { display: grid; grid-template-columns: minmax(92px, 32%) minmax(0, 1fr); gap: 10px; align-items: center; padding: 9px 4px; border-bottom: 1px solid var(--line); }
  .admin-user-table td::before { content: attr(data-label); color: var(--muted-soft); font: 800 .66rem/1.3 Manrope, sans-serif; letter-spacing: .07em; text-transform: uppercase; }
  .admin-user-table td:first-child { display: block; padding-bottom: 13px; }
  .admin-user-table td:first-child::before { display: none; }
  .admin-user-table td.row-actions { display: flex; justify-content: flex-end; border-bottom: 0; }
  .admin-danger-zone { align-items: stretch; flex-direction: column; }
  .admin-danger-zone .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-block { grid-template-columns: 1fr; }
  .cta-block .btn { width: 100%; }
}
@media (max-width: 760px) {
  /* Tab bar aktif; beri ruang bawah agar konten tidak tertutup */
  .mobile-tabbar { display: flex; }
  .page-shell { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .package-detail-body .mobile-tabbar { display: none; }
  .package-detail-body .page-shell { padding-bottom: calc(118px + env(safe-area-inset-bottom)); }
  .package-booking-desktop-cta { display: none !important; }
  .package-mobile-booking { position: fixed; z-index: 70; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 12px; display: block; opacity: 1; transform: translateY(0); transition: transform .28s cubic-bezier(.22, 1, .36, 1), opacity .2s ease; animation: package-mobile-booking-enter .42s cubic-bezier(.22, 1, .36, 1) both; }
  .package-mobile-booking.is-hidden:not(.is-menu-open) { opacity: 0; transform: translateY(calc(100% + 28px)); pointer-events: none; }
  .package-mobile-booking-inner { display: grid; grid-template-columns: minmax(88px, auto) minmax(0, 1fr) 58px; gap: 8px; align-items: center; padding: 9px; border-radius: 23px; box-shadow: 0 16px 38px rgba(12, 58, 92, .26), inset 0 1px 0 rgba(255, 255, 255, .88); backdrop-filter: blur(15px); }
  .package-mobile-price { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 1px 4px; min-width: 0; margin: 0; padding-left: 5px; }
  .package-mobile-price span { grid-column: 1 / -1; color: var(--muted-soft); font: 800 .53rem/1.2 Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
  .package-mobile-price strong { overflow: hidden; color: var(--ink); font: 800 clamp(.88rem, 3.8vw, 1.05rem)/1.15 Manrope, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
  .package-mobile-price small { color: var(--muted); font-size: .58rem; white-space: nowrap; }
  .package-mobile-wa { display: flex; align-items: center; justify-content: center; gap: 6px; min-width: 0; min-height: 48px; padding: 9px 10px; border-radius: 16px; color: #fff; background: linear-gradient(145deg, #3bd272, #1da84e); box-shadow: 0 9px 18px rgba(24, 138, 65, .3), inset 0 4px 6px rgba(255, 255, 255, .22), inset 0 -4px 6px rgba(9, 92, 39, .18); font-size: .75rem; font-weight: 800; text-align: center; }
  .package-mobile-wa svg { flex: 0 0 20px; width: 20px; height: 20px; fill: currentColor; }
  .package-mobile-explore { display: grid; place-items: center; gap: 2px; min-width: 0; min-height: 50px; padding: 4px 2px; border: 0; border-radius: 15px; color: var(--brand-deep); background: var(--aqua); box-shadow: inset 0 3px 5px rgba(255, 255, 255, .58), inset 0 -3px 5px rgba(23, 96, 138, .08); }
  .package-mobile-explore svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .package-mobile-explore span { max-width: 100%; overflow: hidden; font: 800 .52rem/1 Manrope, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
  .package-mobile-nav-sheet { position: absolute; right: 0; bottom: calc(100% + 10px); left: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(62px, 1fr)); gap: 6px; max-height: min(48dvh, 290px); padding: 10px; overflow-y: auto; border-radius: 22px; box-shadow: 0 18px 42px rgba(12, 58, 92, .3), inset 0 1px 0 rgba(255, 255, 255, .88); transform-origin: bottom center; animation: package-mobile-sheet-enter .24s cubic-bezier(.22, 1, .36, 1) both; }
  .package-mobile-nav-sheet[hidden] { display: none; }
  .package-mobile-nav-sheet a { display: grid; place-items: center; gap: 4px; min-width: 0; min-height: 64px; padding: 7px 4px; border-radius: 15px; color: var(--muted); text-align: center; }
  .package-mobile-nav-sheet a.is-active { color: var(--brand-deep); background: var(--aqua); }
  .package-mobile-nav-sheet svg { width: 22px; height: 22px; fill: currentColor; }
  .package-mobile-nav-sheet span { width: 100%; overflow: hidden; font: 800 .58rem/1.15 Manrope, sans-serif; text-overflow: ellipsis; white-space: nowrap; }

  /* Header kompak satu baris: logo + kontrol (tagline disembunyikan) */
  .site-header { position: sticky; gap: 10px; padding: 10px 12px; }
  .brand-logo { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { display: none; }
  .header-actions { gap: 6px; margin-left: auto; }
  .icon-btn { width: 38px; height: 38px; border-radius: 12px; }
  .lang-switch a { min-width: 30px; padding: 5px 6px; font-size: .72rem; }

  /* Tipografi & spacing mobile-first */
  .page-shell { padding-inline: 12px; }
  .section { margin-top: 26px; }
  .section-head { margin-bottom: 16px; }
  .section-head h2 { font-size: 1.4rem; }
  .section-head p { font-size: .92rem; }

  .ocean-hero { padding: 26px 20px 96px; border-radius: var(--radius-lg); }
  .hero-copy h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  .hero-copy p { font-size: .95rem; }
  .hero-actions { margin-top: 20px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-turtle img { width: min(170px, 46%); }
  .hero-sun { width: 80px; top: 18px; right: 8%; }
  .scroll-hint { bottom: 12px; white-space: nowrap; font-size: .62rem; }
  .wave-band { height: 70px; }

  .exp-card { padding: 0 18px 18px; }
  .exp-art { min-height: 96px; }
  .exp-art svg, .exp-art img { width: min(150px, 58%); }
  .exp-art img { height: 90px; }
  .exp-card h3 { font-size: 1.08rem; }
  .exp-card p { font-size: .87rem; }

  .deep-sea { padding: 24px 18px; border-radius: var(--radius-lg); }
  .stat-card { padding: 16px; }
  .stat-card strong { font-size: 1.7rem; }
  .stat-card span { font-size: .8rem; }

  .pillar-card { min-height: 0; padding: 20px; }
  .pillar-card h3 { font-size: 1.08rem; }
  .pillar-card p { font-size: .85rem; }

  .card-body { padding: 14px 16px 16px; gap: 6px; }
  .card-body h3 { font-size: 1.02rem; }
  .card-body p { font-size: .85rem; }
  .card-price strong { font-size: 1rem; }

  .page-hero { padding: 22px 18px; }
  .page-hero h1 { font-size: 1.65rem; }
  .page-hero p { font-size: .92rem; }
  .detail-hero-body { padding: 18px; gap: 10px; }
  .detail-hero-body h1 { font-size: 1.5rem; }
  .detail-summary { font-size: .92rem; }
  .highlights-card { padding: 16px; }
  .highlights-grid { grid-template-columns: 1fr; }
  .js [data-collapsible-highlights]:not(.is-expanded) .highlight-item:nth-child(n + 6) { display: none; }
  .js .highlights-toggle-clay { display: inline-flex; }
  .highlight-item:nth-last-child(-n + 2) { border-bottom: 1px solid color-mix(in srgb, var(--brand) 11%, var(--line)); }
  .highlight-item:last-child { border-bottom: 0; }
  .meta-chips div { padding: 8px 12px; }
  .itinerary-day { padding: 16px; }
  .include-card { padding: 18px; }
  .prose { padding: 20px 18px; font-size: .95rem; }
  .faq-item { padding: 0 16px; }
  .faq-item summary { padding: 14px 26px 14px 0; font-size: .92rem; }
  .testi-card { padding: 18px; }
  .cta-block { padding: 22px 18px; }
  .cta-block h2 { font-size: 1.35rem; }
  .site-footer { padding: 22px 18px; }
  .footer-grid { gap: 20px; }
  .footer-bottom { margin-top: 18px; padding-top: 14px; }
  .inline-edit-toolbar { right: 12px; bottom: calc(92px + env(safe-area-inset-bottom)); }
  .inline-edit-status { display: none; }
  .inline-toolbar-region { display: none; }
  .inline-editor-drawer { padding: 20px 16px; }
  .inline-editor-grid { grid-template-columns: 1fr; }
  .inline-editor-actions { bottom: -20px; margin-inline: -16px; padding-inline: 16px; }
  .btn { min-height: 46px; padding: 12px 18px; font-size: .92rem; }
  .empty-note { padding: 22px 18px; }
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
  .gallery-lightbox { padding: 8px; }
  .gallery-lightbox-dialog { max-height: calc(100dvh - 16px); border-radius: 20px; }
  .gallery-lightbox-stage figure img { max-height: 72dvh; }
  .gallery-lightbox-stage figcaption { padding-inline: 58px; }
  .gallery-nav-clay { width: 42px; height: 42px; }
  .gallery-nav-clay.is-previous { left: 8px; }
  .gallery-nav-clay.is-next { right: 8px; }
}
@keyframes package-mobile-booking-enter { from { opacity: 0; transform: translateY(calc(100% + 28px)); } to { opacity: 1; transform: translateY(0); } }
@keyframes package-mobile-sheet-enter { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 520px) {
  .pillar-grid { grid-template-columns: 1fr; gap: 14px; }
  .exp-grid { grid-template-columns: 1fr; gap: 14px; }
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .content-grid { grid-template-columns: 1fr; gap: 14px; }
  .testi-grid { grid-template-columns: 1fr; gap: 14px; }
  .include-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-grid { grid-template-columns: 1fr; gap: 14px; }
  .itinerary-day { grid-template-columns: 1fr; }
  .itinerary-num { justify-self: start; min-width: 0; padding: 8px 14px; }
  .panel-fieldset { padding: 14px; }
  .formset-row > .field-cell { flex-basis: 100%; }
  .formset-delete-action { flex-basis: 100%; justify-items: end; padding-top: 0; }
  .panel-fieldset[data-formset-prefix="itinerary_days"] .formset-row { padding: 68px 14px 16px; }
  .panel-fieldset[data-formset-prefix="itinerary_days"] .formset-delete-action { top: 12px; right: 12px; }
  .formset-controls { align-items: stretch; }
  .clay-add-button { justify-content: center; width: 100%; }
}
