/* ============================================================
   MANG ABO — Jajanan Sunda · modern-warm-playful-authentic
   Palet: cream · gula merah · kuning keemasan · hijau tua
   ============================================================ */

:root {
    --accent: #2f5d43;
    --accent-deep: #1f4632;
    --accent-soft: color-mix(in srgb, var(--accent) 12%, #fff);
    --accent-line: color-mix(in srgb, var(--accent) 35%, transparent);
    --cream: #faf3e6;
    --cream-2: #f2e4cc;
    --cream-3: #fff8ec;
    --gold: #e9a13b;
    --gold-soft: #f9e3b5;
    --gold-bright: #f2b95c;
    --gula: #6b4226;
    --gula-deep: #45291a;
    --ink: #3a2514;
    --muted: #8a6a4e;
    --line: #ecdcc0;
    --green-deep: #1f4632;
    --radius-lg: 30px;
    --radius-md: 20px;
    --shadow: 0 26px 60px -30px rgba(90, 55, 25, .45);
    --shadow-sm: 0 12px 30px -18px rgba(90, 55, 25, .4);
    --font-display: 'Bricolage Grotesque', 'Plus Jakarta Sans', system-ui, sans-serif;
    --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
    --font-hand: 'Caveat', 'Segoe Print', cursive;
    --gutter: clamp(1.25rem, 4vw, 2rem);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; overflow-x: hidden; }
body {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--cream);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-wrap: anywhere;
}
img { max-width: 100%; display: block; }
a { color: var(--accent-deep); }
::selection { background: var(--gold-soft); color: var(--gula-deep); }
.hand { font-family: var(--font-hand); font-weight: 700; }

/* subtle paper grain — biar nggak "digital polos". low opacity biar nggak ganggu */
body::before {
    content: '';
    position: fixed; inset: 0; z-index: 9998;
    pointer-events: none; opacity: .055;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
    mix-blend-mode: multiply;
}

/* ---------- Progress & skip ---------- */
.scroll-progress {
    position: fixed; top: 0; left: 0; z-index: 70;
    height: 4px; width: 0;
    background: linear-gradient(90deg, var(--gula), var(--gold), var(--accent));
}
.skip-link {
    position: absolute; left: -999px; top: 0;
    background: var(--gula); color: var(--cream);
    padding: .6rem 1rem; border-radius: 0 0 12px 0;
    z-index: 100; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons (frontend) ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    font-family: var(--font-body); font-weight: 800; font-size: .96rem;
    border: none; border-radius: 999px;
    padding: .8rem 1.6rem; cursor: pointer; text-decoration: none;
    line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:active { transform: scale(.97); }
.btn-xl { padding: 1rem 2rem; font-size: 1.04rem; }
.btn-sm { padding: .5rem 1.1rem; font-size: .85rem; }
.btn-block { width: 100%; }

.btn-primary {
    background: var(--accent); color: #fff;
    box-shadow: 0 14px 30px -14px color-mix(in srgb, var(--accent) 75%, transparent);
}
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-3px); }

.btn-green { background: var(--gold); color: var(--gula-deep); box-shadow: 0 14px 30px -14px rgba(233, 161, 59, .8); }
.btn-green:hover { background: var(--gold-bright); transform: translateY(-3px); }

.btn-white { background: #fff; color: var(--gula-deep); box-shadow: 0 14px 30px -14px rgba(0,0,0,.4); }
.btn-white:hover { transform: translateY(-3px); background: var(--cream-3); }

.btn-outline-2 {
    background: transparent; color: var(--gula);
    border: 2px solid var(--line);
}
.btn-outline-2:hover { border-color: var(--gold); color: var(--gula-deep); background: var(--cream-3); transform: translateY(-3px); }

.btn-cta { background: var(--accent); color: #fff; }
.btn-cta:hover { background: var(--accent-deep); }

/* ---------- Nav ---------- */
.nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(250, 243, 230, .85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid transparent;
}
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 12px 30px -24px rgba(69, 41, 26, .5); }
.nav-inner {
    max-width: 1180px; margin: 0 auto;
    padding: .8rem var(--gutter);
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.brand-seal {
    width: 44px; height: 44px; border-radius: 50%;
    display: block;
    box-shadow: 0 10px 22px -10px rgba(69, 41, 26, .55);
}
.brand-footer .brand-seal { box-shadow: 0 10px 22px -10px rgba(0, 0, 0, .6); }
.brand-text {
    font-family: var(--font-display); font-weight: 400;
    font-size: 1.25rem; letter-spacing: .06em; color: var(--ink);
}
.brand-text b { color: var(--gula); font-weight: 800; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.7rem; color: var(--ink); cursor: pointer; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links > a:not(.nav-cta, .btn-cta) {
    text-decoration: none; color: var(--gula); font-weight: 700; font-size: .92rem; position: relative;
}
.nav-links > a:not(.nav-cta, .btn-cta)::after {
    content: ''; position: absolute; left: 0; bottom: -5px;
    height: 2.5px; width: 0; border-radius: 2px;
    background: var(--gold); transition: width .22s ease;
}
.nav-links > a:not(.nav-cta, .btn-cta):hover { color: var(--gula-deep); }
.nav-links > a:not(.nav-cta, .btn-cta):hover::after,
.nav-links > a.active-link::after { width: 100%; }

/* ---------- Hero ---------- */
.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(48rem 34rem at 12% 8%, color-mix(in srgb, var(--gold) 22%, transparent), transparent 60%),
        radial-gradient(40rem 30rem at 92% 20%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 60%),
        linear-gradient(180deg, #fff3dd 0%, var(--cream) 78%);
    padding: clamp(2.6rem, 7vw, 3.6rem) var(--gutter) 0;
}
.hero-deco { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; opacity: .5; }
.hero-deco-1 { width: 340px; height: 340px; background: color-mix(in srgb, var(--gold) 45%, transparent); top: -110px; right: -80px; animation: drift 14s ease-in-out infinite alternate; }
.hero-deco-2 { width: 260px; height: 260px; background: color-mix(in srgb, var(--accent) 30%, transparent); bottom: 40px; left: -90px; animation: drift 18s ease-in-out infinite alternate-reverse; }

.hero-grid {
    max-width: 1180px; margin: 0 auto;
    display: grid; grid-template-columns: 1.02fr .98fr; gap: 2rem;
    align-items: center; position: relative;
}
.hero-copy { position: relative; z-index: 2; }
.hero-badge {
    display: inline-flex; align-items: center; gap: .4rem;
    background: #fff; border: 1.5px solid var(--gold);
    color: var(--gula); font-size: .76rem; font-weight: 800;
    padding: .42rem .9rem; border-radius: 999px; letter-spacing: .03em;
    box-shadow: 0 10px 22px -12px rgba(107, 66, 38, .5);
}
.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 5.6vw, 4.2rem);
    line-height: 1.04; font-weight: 800;
    margin: 1.1rem 0 .75rem; color: var(--gula-deep);
}
.hero-title em { font-style: normal; color: var(--accent); }
.hero-tagline { font-size: clamp(1rem, 1.9vw, 1.25rem); font-weight: 700; color: var(--gula); margin-bottom: .55rem; max-width: 26ch; }
.hero-text { color: var(--muted); max-width: 52ch; font-size: .97rem; margin-bottom: 1.6rem; }
.hero-text b { color: var(--gula-deep); }
.hero-actions { display: flex; gap: .85rem; flex-wrap: wrap; }
.hero-usp { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-usp span {
    display: inline-flex; align-items: center; gap: .35rem;
    background: #fff; border: 1.5px solid var(--line);
    color: var(--gula); font-size: .8rem; font-weight: 700;
    padding: .45rem .85rem; border-radius: 999px;
    box-shadow: var(--shadow-sm);
    transition: transform .2s ease, border-color .2s ease;
}
.hero-usp span:hover { transform: translateY(-3px); border-color: var(--gold); }

/* ---------- Hero visual ---------- */
.hero-visual { position: relative; padding: 1rem 0 3rem; }
.hv-main { position: relative; max-width: 420px; margin: 0 auto; }
.hv-photo {
    position: relative;
    width: 100%; aspect-ratio: 1 / 1;
    background: var(--cream-2);
    border-radius: 44% 56% 52% 48% / 46% 44% 56% 54%;
    border: 10px solid #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
    animation: blobMorph 11s ease-in-out infinite;
}
.hv-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.hv-emoji { font-size: 6rem; display: grid; place-items: center; height: 100%; }
.hv-photo::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.4) 48%, transparent 58%);
    transform: translateX(-130%);
    animation: shine 6s ease-in-out infinite;
    pointer-events: none;
}
.hv-photo::before {
    content: '';
    position: absolute; inset: -16px; z-index: -1;
    background:
        radial-gradient(circle at 30% 25%, color-mix(in srgb, var(--gold) 40%, transparent), transparent 62%),
        radial-gradient(circle at 75% 80%, color-mix(in srgb, var(--accent) 32%, transparent), transparent 60%);
    filter: blur(24px); animation: glowPulse 5s ease-in-out infinite alternate;
}
.hv-mascot {
    position: absolute; top: -8px; left: 8px; z-index: 4;
    width: 96px; height: 96px; border-radius: 50%;
    background: #fff; border: 4px solid var(--gold-soft);
    box-shadow: 0 16px 30px -12px rgba(69, 41, 26, .5);
    display: grid; place-items: center;
    animation: bob 5s ease-in-out infinite;
}
.hv-mascot img { width: 86px; height: 86px; border-radius: 50%; }

.chip {
    position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: .4rem;
    background: var(--gula); color: var(--gold-bright); font-weight: 800; font-size: .82rem;
    padding: .5rem .95rem; border-radius: 999px;
    box-shadow: 0 14px 26px -12px rgba(69, 41, 26, .7);
    animation: bob 4.5s ease-in-out infinite;
}
.chip-price { bottom: 4%; right: 0; font-family: var(--font-hand); font-size: 1.18rem; letter-spacing: .01em; }

/* sticky note ala Mang Abo */
.note-hero {
    position: absolute; top: -30px; right: 6%; z-index: 5;
    background: #fff7c2; color: var(--gula);
    font-family: var(--font-hand); font-weight: 700;
    font-size: 1.22rem; line-height: 1.05; text-align: center;
    padding: .9rem 1rem .75rem; border-radius: 8px;
    box-shadow: 0 14px 28px -14px rgba(69, 41, 26, .6);
    transform: rotate(5deg);
    animation: bob 6s ease-in-out infinite;
}
.note-hero::before {
    content: '';
    position: absolute; top: -9px; left: 50%;
    width: 60px; height: 17px;
    transform: translateX(-50%) rotate(-2deg);
    background: rgba(233, 161, 59, .55);
    border-radius: 3px;
}

.hv-snap {
    position: absolute; z-index: 3;
    background: #fff; padding: .45rem;
    border-radius: 16px; box-shadow: var(--shadow);
    display: flex; flex-direction: column; gap: .2rem;
    width: 118px; animation: bob 6s ease-in-out infinite;
}
.hv-snap img { width: 108px; height: 78px; object-fit: cover; border-radius: 10px; }
.hv-snap span { font-size: .66rem; font-weight: 800; color: var(--gula); text-align: center; }
.hv-snap-1 { top: 6%; right: 0; animation-delay: .8s; transform: rotate(6deg); }
.hv-snap-2 { bottom: 12%; left: -6px; animation-delay: 1.6s; transform: rotate(-7deg); }

/* steam */
.steam {
    position: absolute; bottom: 12%; width: 34px; height: 48px;
    background: radial-gradient(circle, rgba(255,255,255,.95), rgba(255,255,255,0));
    filter: blur(6px); border-radius: 50%;
    opacity: 0; pointer-events: none;
}
.steam-1 { left: 26%; animation: steam 4.2s ease-in-out infinite; }
.steam-2 { left: 47%; animation: steam 5.4s ease-in-out infinite 1.2s; }
.steam-3 { left: 68%; animation: steam 4.7s ease-in-out infinite 2.2s; }

/* ---------- Hero stats ---------- */
.hero-stats {
    max-width: 1060px; margin: 2.6rem auto 0;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
    position: relative; z-index: 2;
    background: rgba(255, 255, 255, .7);
    border: 1px solid var(--line); border-radius: 24px;
    padding: 1.2rem 1.6rem; backdrop-filter: blur(8px);
    box-shadow: var(--shadow-sm);
}
.stat { text-align: center; }
.stat b { display: block; font-family: var(--font-display); font-size: 1.35rem; color: var(--gula-deep); }
.stat span { font-size: .74rem; font-weight: 700; color: var(--muted); letter-spacing: .03em; }

/* ---------- Marquee ---------- */
.marquee {
    overflow: hidden;
    background: linear-gradient(90deg, var(--gold), var(--gold-bright));
    padding: .6rem 0; margin-top: 2.6rem;
    transform: rotate(-1.1deg) scale(1.02);
    box-shadow: 0 18px 40px -20px rgba(233, 161, 59, .7);
}
.marquee-track { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.marquee-group {
    font-family: var(--font-display); font-weight: 800;
    color: var(--gula-deep); font-size: .95rem; letter-spacing: .06em;
    white-space: nowrap; padding: 0 1rem;
}
.marquee-group b { margin-left: .5rem; }

/* ---------- Sections base ---------- */
.section { padding: clamp(3.2rem, 6vw, 5rem) var(--gutter); }
.section-inner { max-width: 1180px; margin: 0 auto; }
.section-kicker {
    display: inline-block; font-size: .76rem; font-weight: 800;
    letter-spacing: .14em; text-transform: uppercase; color: var(--accent);
    margin-bottom: .6rem;
}
.section-title {
    font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 800; line-height: 1.14; color: var(--gula-deep);
}
.section-head { margin-bottom: 2.8rem; }
.section-sub { color: var(--muted); margin-top: .6rem; max-width: 52ch; font-size: .96rem; }

/* ---------- Menu favorit ---------- */
.menu { background: linear-gradient(180deg, var(--cream) 0%, #fff8ec 100%); }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.menu-card {
    display: flex; flex-direction: column; height: 100%;
    background: #fff; border: 1px solid var(--line); border-radius: 28px;
    overflow: hidden; box-shadow: var(--shadow-sm);
    transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s ease;
}
.menu-card:hover { transform: translateY(-12px) rotate(-.8deg); box-shadow: var(--shadow); }
.menu-img {
    position: relative; aspect-ratio: 4 / 3; overflow: hidden;
    background: radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--gold) 22%, #fff), var(--cream-2));
}
.menu-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22, 1, .36, 1); }
.menu-card:hover .menu-img img { transform: scale(1.09); }
.menu-emoji { font-size: 5rem; display: grid; place-items: center; height: 100%; animation: bob 4s ease-in-out infinite; }
.menu-badge {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    background: rgba(69, 41, 26, .82); color: var(--gold-bright);
    font-size: .7rem; font-weight: 800; letter-spacing: .04em;
    padding: .3rem .7rem; border-radius: 999px; backdrop-filter: blur(4px);
}
.menu-body { padding: 1.15rem 1.25rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.menu-body h3 { font-family: var(--font-display); font-size: 1.16rem; color: var(--gula-deep); margin-bottom: .3rem; }
.menu-body p { font-size: .84rem; color: var(--muted); min-height: 2.55em; margin-bottom: 1.05rem;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.menu-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.menu-price {
    font-family: var(--font-display); font-weight: 800; font-size: 1.06rem;
    background: var(--gold-soft); color: var(--gula-deep);
    padding: .3rem .75rem; border-radius: 999px;
}
.menu-order {
    text-decoration: none; font-weight: 800; font-size: .88rem; color: var(--accent);
    border-bottom: 2px dashed color-mix(in srgb, var(--accent) 60%, transparent);
}
.menu-order:hover { color: var(--accent-deep); }
.menu-empty { text-align: center; color: var(--muted); padding: 2rem 0; }

/* ---------- Paket ngemil ---------- */
.paket { background: var(--cream-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.paket-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; align-items: stretch; }
.paket-card {
    position: relative; display: flex; flex-direction: column; gap: .9rem;
    background: #fff; border: 1px solid var(--line); border-radius: 28px;
    padding: 1.7rem 1.6rem; box-shadow: var(--shadow-sm);
    transition: transform .3s ease, box-shadow .3s ease;
}
.paket-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); }
.paket-hero {
    color: #fff;
    background: linear-gradient(160deg, var(--accent) 0%, var(--accent-deep) 100%);
    border-color: transparent;
    box-shadow: 0 30px 60px -30px color-mix(in srgb, var(--accent) 70%, transparent);
    transform-origin: center;
}
.paket-hero:hover { transform: translateY(-14px) scale(1.02); }
.paket-card h3 { font-family: var(--font-display); font-size: 1.35rem; color: var(--gula-deep); }
.paket-hero h3 { color: #fff; }
.paket-badge {
    position: absolute; top: 14px; right: 14px;
    font-size: .68rem; font-weight: 800; letter-spacing: .04em;
    color: var(--gula); background: var(--gold-soft);
    padding: .28rem .65rem; border-radius: 999px;
}
.paket-hero .paket-badge { color: var(--accent-deep); background: var(--gold-bright); }
.paket-sticker {
    position: absolute; top: -14px; left: 22px;
    background: var(--gold); color: var(--gula-deep);
    font-size: .74rem; font-weight: 800;
    padding: .35rem .85rem; border-radius: 999px;
    box-shadow: 0 10px 20px -10px rgba(233, 161, 59, .9);
}
.paket-items { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.paket-items li {
    display: flex; align-items: center; gap: .55rem;
    font-size: .9rem; font-weight: 600; color: var(--gula);
}
.paket-hero .paket-items li { color: #e7f1e9; }
.paket-items .tick { color: var(--gold-bright); }
.paket-note { font-size: .82rem; color: var(--muted); }
.paket-hero .paket-note { color: #cfe4d8; }
.paket-price {
    font-family: var(--font-display); font-size: 1.9rem; font-weight: 800;
    color: var(--gula-deep); margin-top: auto;
}
.paket-hero .paket-price { color: var(--gold-bright); }
.paket-price small { font-size: .8rem; font-family: var(--font-body); color: var(--muted); }

/* ---------- Order form ---------- */
.order { background: linear-gradient(180deg, var(--cream) 0%, var(--gold-soft) 100%); }
.order-card {
    max-width: 720px; margin: 0 auto;
    background: #fff; border: 1px solid var(--line); border-radius: 28px;
    padding: 1.6rem; box-shadow: var(--shadow-sm);
}
.order-list { display: flex; flex-direction: column; }
.order-row {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: .9rem .2rem; border-bottom: 1px dashed var(--line);
}
.order-row:last-child { border-bottom: 0; }
.order-label { display: flex; flex-direction: column; gap: .15rem; }
.order-label strong { font-size: .98rem; color: var(--ink); }
.order-label em { font-style: normal; font-size: .78rem; font-weight: 700; color: var(--gula-deep); }
.qty {
    display: inline-flex; align-items: center; gap: .45rem;
    background: var(--cream-2); border: 1px solid var(--line); border-radius: 999px;
    padding: .28rem;
}
.qty button {
    width: 34px; height: 34px; border: 0; border-radius: 50%;
    background: var(--gold); color: var(--gula-deep);
    font-size: 1.1rem; font-weight: 800; line-height: 1; cursor: pointer;
    transition: transform .15s ease, background .15s ease;
}
.qty button:hover { background: var(--gold-bright); transform: scale(1.08); }
.qty input {
    width: 44px; text-align: center; border: 0; background: transparent;
    font-weight: 800; font-size: 1rem; color: var(--gula-deep); -moz-appearance: textfield;
}
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.order-foot {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line);
    flex-wrap: wrap;
}
.order-total { display: flex; align-items: baseline; gap: .5rem; font-weight: 700; color: var(--muted); }
.order-total strong { font-family: var(--font-display); font-size: 1.45rem; color: var(--gula-deep); }
#orderSubmit[disabled] { opacity: .5; cursor: not-allowed; }

/* ---------- Cerita ---------- */
.cerita { background: linear-gradient(180deg, #fff8ec 0%, var(--cream) 100%); }
.cerita-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 4rem; align-items: center; }
.cerita-art { position: relative; }
.cerita-maskot {
    background: linear-gradient(160deg, var(--gold-soft), var(--cream-2));
    border: 1px solid var(--line); border-radius: 40px;
    padding: 2.4rem; display: grid; place-items: center;
    box-shadow: var(--shadow-sm);
}
.cerita-maskot img { width: min(100%, 300px); height: auto; animation: bob 6s ease-in-out infinite; }
.cerita-photo { border-radius: 34px; box-shadow: var(--shadow); border: 8px solid #fff; width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; }
.cerita-stamp {
    position: absolute; bottom: -16px; right: 6px;
    background: var(--gula); color: var(--gold-bright);
    border-radius: 22px; padding: .85rem 1.2rem;
    box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center;
}
.cerita-stamp b { font-family: var(--font-display); font-size: 1.7rem; line-height: 1; }
.cerita-stamp span { font-size: .72rem; font-weight: 700; }
.cerita-caption {
    font-family: var(--font-hand); font-weight: 700; font-size: 1.08rem;
    color: var(--muted); text-align: center;
    margin: .7rem auto 0; width: fit-content;
    transform: rotate(-1.5deg);
}
.cerita-copy .section-title { margin-bottom: .4rem; }
.cerita-text { margin: 1.2rem 0 .8rem; color: var(--ink); }
.cerita-extra { color: var(--muted); margin-bottom: 1.8rem; }
.cerita-points { display: grid; gap: .9rem; }
.cpoint {
    display: flex; align-items: flex-start; gap: .85rem;
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    padding: .95rem 1.1rem; box-shadow: var(--shadow-sm);
    transition: transform .2s ease, border-color .2s ease;
}
.cpoint:hover { transform: translateX(6px); border-color: var(--gold); }
.cpoint span { font-size: 1.4rem; line-height: 1; }
.cpoint b { font-size: .92rem; color: var(--gula-deep); display: block; }
.cpoint p { font-size: .8rem; color: var(--muted); }

/* ---------- Testimoni ---------- */
.testimonials { background: var(--cream-2); border-top: 1px solid var(--line); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testi-card {
    background: #fff; border: 1px solid var(--line); border-radius: 24px;
    padding: 1.6rem; display: flex; flex-direction: column; gap: 1rem;
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.testi-stars { letter-spacing: .14em; font-size: .9rem; }
.testi-card blockquote { font-size: .95rem; color: var(--ink); flex: 1; }
.testi-card figcaption { display: flex; align-items: center; gap: .7rem; }
.testi-avatar {
    width: 46px; height: 46px; border-radius: 50%;
    display: grid; place-items: center; font-size: 1.35rem;
    background: linear-gradient(135deg, var(--gold-soft), color-mix(in srgb, var(--accent) 20%, #fff));
    border: 2px solid #fff;
    box-shadow: 0 8px 16px -8px rgba(107, 66, 38, .5);
}
.testi-card figcaption b { font-size: .9rem; color: var(--gula-deep); display: block; }
.testi-card figcaption span { font-size: .76rem; color: var(--muted); }

/* ---------- Lokasi ---------- */
.lokasi { background: var(--cream); border-top: 1px solid var(--line); }
.lokasi-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 1.5rem; }
.lokasi-card {
    background: #fff; border: 1px solid var(--line); border-radius: 26px;
    padding: 2rem; box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column; gap: .7rem;
    transition: transform .25s ease, box-shadow .25s ease;
}
.lokasi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.lokasi-icon {
    width: 58px; height: 58px; border-radius: 18px;
    display: grid; place-items: center; font-size: 1.6rem;
    background: linear-gradient(135deg, var(--gold-soft), var(--cream-3));
}
.lokasi-card h3 { font-family: var(--font-display); font-size: 1.15rem; color: var(--gula-deep); }
.lokasi-card p { color: var(--muted); font-size: .95rem; }
.lokasi-time { font-family: var(--font-display); font-size: 2rem !important; color: var(--accent) !important; font-weight: 800; line-height: 1.1; }
.lokasi-note {
    background: color-mix(in srgb, var(--accent) 9%, #fff) !important;
    color: var(--accent-deep) !important;
    border-radius: 12px; padding: .7rem .9rem; font-size: .86rem !important;
}
.lokasi-link { font-weight: 700; color: var(--accent); text-decoration: none; border-bottom: 2px dashed color-mix(in srgb, var(--accent) 50%, transparent); align-self: flex-start; margin-top: auto; }

/* ---------- CTA ---------- */
.cta { padding-top: 2rem; background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); }
.cta-box {
    position: relative;
    background: linear-gradient(135deg, var(--gula) 0%, var(--gula-deep) 55%, var(--accent-deep) 130%);
    color: #fff; border-radius: 34px; padding: 2.8rem 3rem;
    display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0 34px 70px -32px rgba(69, 41, 26, .8);
}
.cta-box::before {
    content: '';
    position: absolute; top: -70px; right: -50px;
    width: 260px; height: 260px; border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 185, 92, .28), transparent 65%);
}
.cta-box::after {
    content: '🍩'; position: absolute; bottom: -12px; left: 34%;
    font-size: 5rem; opacity: .14; transform: rotate(-14deg);
}
.cta-mascot { position: relative; z-index: 2; }
.cta-mascot img { width: 130px; height: 130px; border-radius: 50%; background: #fff; border: 4px solid var(--gold); box-shadow: 0 20px 40px -14px rgba(0,0,0,.5); animation: bob 5s ease-in-out infinite; }
.cta-bubble {
    position: absolute; top: -18px; right: -16px;
    background: var(--gold); color: var(--gula-deep);
    font-size: .76rem; font-weight: 800;
    padding: .45rem .8rem; border-radius: 12px 12px 12px 2px;
    box-shadow: 0 10px 22px -10px rgba(0,0,0,.4);
    white-space: nowrap;
}
.cta-sign { font-size: 1.02rem; color: #f0ddc5; }
.cta-box .section-kicker { color: var(--gold-bright); }
.cta-box .section-title { color: #fff; }
.cta-copy p { color: #f0ddc5; margin-top: .5rem; max-width: 42ch; }
.cta-actions { display: flex; flex-direction: column; gap: .8rem; align-items: flex-start; z-index: 2; }
.cta-phone { font-weight: 700; font-size: .95rem; letter-spacing: .03em; color: var(--gold-bright); }

/* ---------- Footer ---------- */
.footer {
    background: var(--green-deep); color: #cfe0d3;
    text-align: center; padding: clamp(2.2rem, 5vw, 2.6rem) var(--gutter) clamp(3rem, 8vw, 3.4rem);
    font-size: .86rem;
    display: flex; flex-direction: column; gap: .9rem; align-items: center;
}
.footer-top { display: flex; flex-direction: column; gap: .7rem; align-items: center; }
.brand-footer { color: #fff; }
.brand-footer b { color: var(--gold-bright); }
.footer-nav a { color: #e7f1e9; text-decoration: none; font-weight: 700; }
.footer-nav a:hover { color: var(--gold-bright); }
.footer-note { color: #b9cfc0; }
.footer-slogan { font-family: var(--font-display); color: var(--gold-bright); font-weight: 700; }
.footer-sign { font-size: 1.12rem; color: var(--gold-bright); opacity: .9; }

/* ---------- Floating WA ---------- */
.wa-float {
    position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 90;
    width: 60px; height: 60px; border-radius: 50%;
    background: #25D366; display: grid; place-items: center;
    box-shadow: 0 16px 34px -10px rgba(37, 211, 102, .8);
    animation: pulse 2.4s ease-in-out infinite;
    transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 30px; height: 30px; }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.menu-grid .reveal, .testi-grid .reveal, .paket-grid .reveal { transition-delay: calc(var(--i, 0) * 90ms); }

/* ---------- Keyframes ---------- */
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes drift { from { transform: translate(0, 0); } to { transform: translate(30px, -22px); } }
@keyframes steam {
    0% { transform: translateY(8px) scale(.8); opacity: 0; }
    35% { opacity: .75; }
    100% { transform: translateY(-60px) scale(1.15); opacity: 0; }
}
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse {
    0%, 100% { box-shadow: 0 16px 34px -10px rgba(37, 211, 102, .8), 0 0 0 0 rgba(37, 211, 102, .45); }
    50% { box-shadow: 0 16px 34px -10px rgba(37, 211, 102, .8), 0 0 0 16px rgba(37, 211, 102, 0); }
}
@keyframes blobMorph {
    0%, 100% { border-radius: 44% 56% 52% 48% / 46% 44% 56% 54%; }
    50% { border-radius: 58% 42% 46% 54% / 52% 58% 42% 48%; }
}
@keyframes glowPulse { from { opacity: .5; transform: scale(.97); } to { opacity: .85; transform: scale(1.03); } }
@keyframes shine { 0%, 55% { transform: translateX(-130%); } 85%, 100% { transform: translateX(140%); } }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 2.4rem; }
    .hero-tagline, .hero-text { margin-left: auto; margin-right: auto; }
    .hero-actions, .hero-usp { justify-content: center; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); gap: .9rem; }
    .menu-grid, .paket-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
    .testi-grid .testi-card:last-child { grid-column: 1 / -1; }
    .cerita-grid { grid-template-columns: 1fr; gap: 3rem; }
    .cerita-art { max-width: 420px; margin: 0 auto; }
    .lokasi-grid { grid-template-columns: 1fr; }
    .paket-hero { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .testi-grid { grid-template-columns: 1fr; }
    .menu-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; }
    .paket-grid { grid-template-columns: 1fr 1fr; }
    .paket-hero { grid-column: 1 / -1; }
    .paket-card { gap: .7rem; padding: 1.4rem 1.3rem; }
    .paket-card h3 { font-size: 1.2rem; }
    .paket-price { font-size: 1.7rem; }
    .paket-card .btn { font-size: .8rem; padding: .6rem .5rem; white-space: nowrap; }
    .hero-stats { grid-template-columns: 1fr 1fr; padding: 1rem 1.1rem; gap: .75rem; }
    .stat b { font-size: 1.1rem; }
    .cerita-grid { gap: 2.4rem; }
    .section-head { margin-bottom: 2.2rem; }
}

@media (max-width: 640px) {
    :root { --gutter: clamp(1.1rem, 4.5vw, 1.4rem); }
    .nav-toggle { display: block; }
    .menu-foot { flex-direction: column; align-items: stretch; gap: .55rem; }
    .menu-price { align-self: flex-start; font-size: .95rem; padding: .28rem .65rem; }
    .menu-order { font-size: .85rem; padding-bottom: .1rem; }
    .nav-links {
        position: absolute; top: 100%; left: 0; right: 0;
        flex-direction: column; align-items: stretch; gap: 0;
        background: var(--cream-3); border-bottom: 1px solid var(--line);
        padding: 0 var(--gutter); max-height: 0; overflow: hidden;
        transition: max-height .3s ease;
    }
    .nav-links.open { max-height: 340px; padding: .6rem var(--gutter) 1.1rem; }
    .nav-links > a:not(.nav-cta, .btn-cta) { padding: .7rem 0; border-bottom: 1px dashed var(--line); }
    .nav-links > a::after { display: none; }
    .btn-cta { justify-content: center; margin: .8rem 0 0; }
    .hv-snap { width: 96px; }
    .hv-snap img { width: 88px; height: 62px; }
    .hv-mascot { width: 78px; height: 78px; }
    .hv-mascot img { width: 70px; height: 70px; }
    .hv-photo { border-width: 7px; }
    .cta-box { padding: 2rem 1.4rem; text-align: center; justify-content: center; }
    .cta-mascot { margin: 0 auto; }
    .cta-actions { align-items: center; }
    .footer { padding-bottom: 5.5rem; }
}

@media (max-width: 480px) {
    .hero-title { font-size: clamp(2.2rem, 10.5vw, 2.85rem); }
    .hero-actions { gap: .6rem; }
    .hero-actions .btn { flex: 1 1 auto; }
    .hero-usp { gap: .45rem; }
    .hero-usp span { font-size: .74rem; padding: .4rem .7rem; }
    .hero-stats b { font-size: 1rem; }
    .note-hero { top: -14px; right: 10%; font-size: 1.05rem; padding: .7rem .8rem .6rem; }
    .menu-body { padding: 1.1rem 1.1rem 1.25rem; }
    .paket-card { padding: 1.5rem 1.25rem; }
    .paket-card h3 { font-size: 1.08rem; }
    .paket-items { gap: .3rem; }
    .paket-items li { font-size: .8rem; gap: .4rem; }
    .paket-note { font-size: .74rem; }
    .paket-card .btn { font-size: .76rem; padding: .55rem .4rem; }
    .paket-price { font-size: 1.5rem; margin-top: .2rem; }
    .testi-card { padding: 1.35rem 1.15rem; }
    .lokasi-card { padding: 1.5rem; }
    .lokasi-time { font-size: 1.6rem; }
    .cerita-stamp { padding: .7rem 1rem; }
    .cerita-stamp b { font-size: 1.45rem; }
    .cpoint { padding: .85rem 1rem; }
    .cta-box { padding: 1.8rem 1.25rem; border-radius: 26px; }
    .cta-box .section-title { font-size: clamp(1.7rem, 8vw, 2.1rem); }
    .wa-float { right: 1rem; bottom: 1rem; width: 54px; height: 54px; }
}

@media (max-width: 380px) {
    .hero-badge { font-size: .7rem; padding: .38rem .75rem; }
    .hero-stats { padding: .85rem .9rem; }
    .hero-stats .stat b { font-size: .95rem; }
    .hero-stats .stat span { font-size: .68rem; }
    .brand-text { font-size: 1.08rem; }
    .brand-seal { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; }
    .js .reveal { opacity: 1; transform: none; }
}