/* 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; }
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-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; }
.site-nav a { padding: 10px 14px; border-radius: 14px; color: var(--muted); font-weight: 700; font-size: .92rem; transition: color .18s ease, background .18s ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); background: var(--aqua); }
.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 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 svg { 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 svg { 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 svg { 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; width: 110px; opacity: .9; transform: scaleX(-1); animation: deep-swim 34s linear infinite; pointer-events: none; }
@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-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 { width: 40px; height: 40px; object-fit: contain; }
.footer-brand strong { font: 800 1.05rem/1 Manrope, sans-serif; }
.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; }

/* 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; }

.panel-form { margin-top: 6px; }
.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; }
.input-multi { min-height: 120px; }
.input-check { width: 21px; height: 21px; accent-color: var(--brand); }
.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 { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.formset-row:last-of-type { border-bottom: 0; }
.panel-form-actions { display: flex; gap: 12px; margin-top: 24px; }
.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-block; padding: 11px 18px; 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); }

.detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; overflow: hidden; margin-top: 14px; }
.detail-hero-media { min-height: 300px; }
.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; }
.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; }

.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-day p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }

.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; }

.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); }

.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; }
.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; }
.article-page .prose { margin-inline: auto; }
.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 svg, .exp-manta .exp-art svg, .exp-whale .exp-art svg { 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; }
}
@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; }
  .mobile-nav-toggle { display: grid; }
  .header-actions { margin-left: auto; }
  .header-cta { display: none; }
  .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)); }

  /* 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 { width: min(150px, 58%); }
  .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; }
  .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; }
  .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; }
}
@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; }
}
