:root {
    --brand-primary: #fb923c;
    --brand-primary-light: #fdba74;
    --brand-secondary: #fff3e0;
    --brand-soft: #ffedd5;
    --brand-dark: #eb8509;
    --text-soft: #7c6f64;
    --shadow-soft: 0 18px 42px rgba(124, 45, 18, 0.12);
    --surface-cream: #fffaf2;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--brand-dark);
    background: #fff;
}

.pointer-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    pointer-events: none;
    z-index: 1200;
    opacity: 0;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(circle, rgba(251, 146, 60, .14) 0%, rgba(251, 146, 60, .08) 34%, rgba(251, 146, 60, .04) 52%, rgba(255, 255, 255, 0) 72%);
    filter: blur(4px);
    mix-blend-mode: soft-light;
    transition: opacity .24s ease;
}

.pointer-glow.is-active {
    opacity: 1;
}

.pointer-heart {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    pointer-events: none;
    z-index: 1202;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.9);
    color: #fdba74;
    filter: drop-shadow(0 2px 6px rgba(194, 65, 12, .22));
    transition: opacity .2s ease, transform .2s ease;
}

.pointer-heart i {
    font-size: 12px;
    animation: pointerHeartBeat 1.4s ease-in-out infinite;
}

.pointer-heart.is-active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.pointer-trail-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1201;
}

.pointer-trail {
    position: fixed;
    left: 0;
    top: 0;
    width: var(--trail-length, 24px);
    height: 1.6px;
    border-radius: 999px;
    pointer-events: none;
    transform-origin: 0% 50%;
    transform: translate(-50%, -50%) rotate(var(--trail-angle, 0deg));
    background: linear-gradient(90deg, rgba(251, 146, 60, .7), rgba(253, 186, 116, .3), rgba(255, 255, 255, 0));
    filter: blur(.6px);
    animation: pointerTrailFade .6s ease-out forwards;
}

.pointer-trail::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    width: 3.5px;
    height: 3.5px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 8px rgba(253, 186, 116, .65);
}

body.preloader-active {
    overflow: hidden;
}

.page-preloader {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 14% 20%, rgba(251, 146, 60, .18), transparent 26%),
        radial-gradient(circle at 82% 80%, rgba(251, 191, 36, .15), transparent 24%),
        linear-gradient(180deg, #fffefb, #fff8ef);
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity .55s cubic-bezier(.22, .61, .36, 1), visibility .55s cubic-bezier(.22, .61, .36, 1), transform .55s cubic-bezier(.22, .61, .36, 1);
}

.page-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.02);
}

.page-preloader.is-entering {
    animation: preloaderEnter .42s cubic-bezier(.2, .8, .2, 1);
}

.page-preloader.is-leaving .pudding-cup {
    animation-duration: .8s;
}

.page-preloader::before,
.page-preloader::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: rgba(251, 146, 60, .16);
    animation: preloaderBubble 2.6s ease-in-out infinite;
}

.page-preloader::before {
    width: 18px;
    height: 18px;
    left: 18%;
    top: 62%;
}

.page-preloader::after {
    width: 12px;
    height: 12px;
    right: 21%;
    top: 34%;
    animation-delay: .9s;
}

.page-preloader-inner {
    text-align: center;
    color: #9a3412;
}

.pudding-jiggle-wrap {
    position: relative;
    width: 112px;
    height: 96px;
    margin: 0 auto .65rem;
}

.pudding-shadow {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 72px;
    height: 12px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(194, 65, 12, .18);
    animation: puddingShadow 1.35s ease-in-out infinite;
}

.pudding-cup {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 74px;
    height: 72px;
    transform-origin: 50% 90%;
    transform: translateX(-50%);
    animation: puddingJiggleA 1.2s ease-in-out infinite;
}

.pudding-cup-core {
    position: relative;
    width: 100%;
    height: 100%;
    transform: translate(var(--pudding-move-x, 0px), var(--pudding-move-y, 0px)) rotate(var(--pudding-tilt, 0deg));
    transition: transform .12s linear;
}

.pudding-top {
    position: absolute;
    left: 50%;
    top: 0;
    width: 66px;
    height: 24px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(180deg, #fff, #fffbf3);
    border: 1px solid rgba(251, 146, 60, .35);
    z-index: 2;
}

.pudding-body {
    position: absolute;
    left: 50%;
    top: 12px;
    width: 70px;
    height: 56px;
    transform: translateX(-50%);
    border-radius: 30px 30px 18px 18px;
    background: linear-gradient(180deg, #fdba74 0%, #fb923c 52%, #f97316 100%);
    border: 1px solid rgba(194, 65, 12, .25);
    box-shadow: inset 0 7px 10px rgba(255, 255, 255, .24);
}

.pudding-face {
    position: absolute;
    left: 50%;
    top: 18px;
    width: 28px;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: start;
}

.pudding-eye {
    width: 4px;
    height: 6px;
    border-radius: 999px;
    background: #9a3412;
    animation: puddingBlink 3.4s ease-in-out infinite;
}

.eye-right {
    animation-delay: .1s;
}

.pudding-smile {
    grid-column: 1 / -1;
    margin-top: 3px;
    width: 12px;
    height: 6px;
    border: 2px solid #9a3412;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pudding-cup.is-variant-b {
    animation-name: puddingJiggleB;
    animation-duration: 1.05s;
}

.pudding-cup.is-variant-c {
    animation-name: puddingJiggleC;
    animation-duration: 1.3s;
}

.pudding-cup.is-pop .pudding-cup-core {
    animation: puddingPop .32s ease;
}

.page-preloader-text {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .01em;
}

@keyframes puddingJiggleA {
    0% { transform: translateX(-50%) rotate(0deg) translateY(0); }
    20% { transform: translateX(-50%) rotate(-7deg) translateY(-1px); }
    40% { transform: translateX(-50%) rotate(7deg) translateY(-2px); }
    60% { transform: translateX(-50%) rotate(-5deg) translateY(-1px); }
    80% { transform: translateX(-50%) rotate(4deg) translateY(0); }
    100% { transform: translateX(-50%) rotate(0deg) translateY(0); }
}

@keyframes puddingJiggleB {
    0% { transform: translateX(-50%) rotate(0deg) translateY(0); }
    18% { transform: translateX(-50%) rotate(5deg) translateY(-2px); }
    36% { transform: translateX(-50%) rotate(-8deg) translateY(-1px); }
    54% { transform: translateX(-50%) rotate(6deg) translateY(-3px); }
    72% { transform: translateX(-50%) rotate(-4deg) translateY(0); }
    100% { transform: translateX(-50%) rotate(0deg) translateY(0); }
}

@keyframes puddingJiggleC {
    0% { transform: translateX(-50%) rotate(0deg) translateY(0); }
    16% { transform: translateX(-50%) rotate(-4deg) translateY(0); }
    32% { transform: translateX(-50%) rotate(7deg) translateY(-3px); }
    48% { transform: translateX(-50%) rotate(-9deg) translateY(-2px); }
    64% { transform: translateX(-50%) rotate(5deg) translateY(-1px); }
    80% { transform: translateX(-50%) rotate(-3deg) translateY(0); }
    100% { transform: translateX(-50%) rotate(0deg) translateY(0); }
}

@keyframes puddingShadow {
    0%, 100% { transform: translateX(-50%) scaleX(1); opacity: .7; }
    50% { transform: translateX(-50%) scaleX(.85); opacity: .48; }
}

@keyframes puddingBlink {
    0%, 44%, 48%, 100% { transform: scaleY(1); }
    46% { transform: scaleY(.15); }
}

@keyframes puddingPop {
    0% { transform: translate(var(--pudding-move-x, 0px), var(--pudding-move-y, 0px)) rotate(var(--pudding-tilt, 0deg)) scale(1); }
    50% { transform: translate(var(--pudding-move-x, 0px), var(--pudding-move-y, 0px)) rotate(calc(var(--pudding-tilt, 0deg) * 1.1)) scale(1.08, .93); }
    100% { transform: translate(var(--pudding-move-x, 0px), var(--pudding-move-y, 0px)) rotate(var(--pudding-tilt, 0deg)) scale(1); }
}

@keyframes preloaderEnter {
    0% { opacity: 0; transform: scale(1.03); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes preloaderBubble {
    0%, 100% { transform: translateY(0) scale(1); opacity: .4; }
    50% { transform: translateY(-10px) scale(1.12); opacity: .75; }
}

@keyframes pointerTrailFade {
    0% { opacity: .75; transform: translate(-50%, -50%) rotate(var(--trail-angle, 0deg)) scaleX(1); }
    100% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--trail-angle, 0deg)) scaleX(.55); }
}

@keyframes pointerHeartBeat {
    0%, 100% { transform: scale(1); }
    35% { transform: scale(1.15); }
    65% { transform: scale(.96); }
}
h1,
h2 {
    font-family: 'Pattaya', cursive;
    font-weight: 400;
    letter-spacing: .01em;
}

img { object-fit: cover; }
a { text-decoration: none; }

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));
    color: #fff;
    font-weight: 800;
    box-shadow: var(--shadow-soft);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.brand-mark.has-logo {
    background: #fff;
    border: 1px solid rgba(249, 115, 22, 0.25);
    padding: 4px;
}

.btn-brand {
    background: linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));
    color: #fff;
    border: none;
    box-shadow: var(--shadow-soft);
}

.btn-brand:hover,
.btn-brand:focus {
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #fff;
}

.navbar .nav-link {
    color: var(--brand-dark);
    font-weight: 600;
}

.cart-badge-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.cart-badge {
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-primary);
    color: #fff;
    font-size: .75rem;
    padding: 0 6px;
}

.hero-section {
    background: radial-gradient(circle at top right, rgba(251, 146, 60, 0.28), transparent 24%), linear-gradient(180deg, var(--surface-cream), #fff);
}

.hero-image {
    width: 100%;
    height: 560px;
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider-track {
    display: flex;
    transition: transform .5s ease;
}

.hero-slide {
    width: 100%;
    flex: 0 0 100%;
}

.hero-slide-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .88);
    color: #7c2d12;
    box-shadow: var(--shadow-soft);
    z-index: 2;
}

.hero-slide-control.prev { left: 10px; }
.hero-slide-control.next { right: 10px; }

.hero-slide-dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    display: flex;
    gap: .38rem;
    z-index: 2;
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, .65);
    transition: all .2s ease;
}

.hero-dot.active {
    width: 20px;
    background: #fff;
}

.hero-visual {
    position: relative;
    border-radius: 32px;
}

.hero-floating-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    padding: 1rem 1.2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(249, 115, 22, .16);
    animation: heroCardFloat 4.2s ease-in-out infinite;
    overflow: hidden;
}

.hero-floating-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -40%;
    width: 28%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .46), rgba(255, 255, 255, 0));
    transform: skewX(-16deg);
    animation: heroCardShine 4.8s ease-in-out infinite;
}

.hero-floating-card > * {
    position: relative;
    z-index: 1;
}

.hero-stat,
.mini-info-box,
.value-card,
.feature-card,
.contact-card,
.cart-card,
.cart-summary,
.admin-panel-card,
.admin-login-card {
    background: #fff;
    border: 1px solid rgba(249, 115, 22, 0.16);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
}

.hero-stat { padding: 1rem; }
.hero-stat strong { display: block; font-size: 1.2rem; }
.hero-stat span,
.mini-info-box span,
.value-card p,
.feature-card p,
.contact-item p { color: var(--text-soft); }

.eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
    color: var(--brand-primary);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    font-weight: 700;
}

.feature-card,
.value-card,
.mini-info-box,
.contact-card,
.cart-summary,
.admin-panel-card,
.admin-login-card { padding: 1.5rem; }

.feature-card i {
    font-size: 1.5rem;
    color: var(--brand-primary);
    margin-bottom: 1rem;
    display: inline-block;
}

.product-card {
    border-radius: 24px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px rgba(124, 45, 18, 0.14) !important;
}

.product-image { height: 280px; }

.product-layout-sidebar {
    position: sticky;
    top: 98px;
    background: #fff;
    border: 1px solid rgba(249, 115, 22, .18);
    border-radius: 18px;
    padding: 1rem;
    box-shadow: var(--shadow-soft);
}

.product-layout-sidebar .btn {
    border-radius: 12px;
    font-weight: 600;
    transition: all .2s ease;
}

.product-layout-sidebar .btn i {
    opacity: .92;
}

.product-layout-sidebar .btn:hover {
    transform: translateX(3px);
}

.modern-sort-select {
    border-radius: 12px;
    border-color: rgba(249, 115, 22, .28);
    box-shadow: 0 8px 18px rgba(124, 45, 18, .08);
}

.btn-modern-action {
    border-radius: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-modern-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(124, 45, 18, .18);
}

.product-category {
    display: inline-flex;
    padding: .45rem .8rem;
    background: var(--brand-soft);
    color: #f97316;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
}

.cta-section {
    background: linear-gradient(180deg, #fff, var(--surface-cream));
}

.cta-box {
    background: linear-gradient(135deg, #ffedd5, #fdba74);
    color: var(--brand-dark);
    border-radius: 32px;
    padding: 3rem 2rem;
    box-shadow: var(--shadow-soft);
}
.cta-eyebrow { color: #9a3412; }
.cta-description { color: #8a5c3c; }

.page-banner {
    background: linear-gradient(180deg, var(--surface-cream), #fff);
}

.detail-image {
    width: 100%;
    height: 580px;
}

.detail-meta { display: grid; gap: .8rem; }

.detail-meta div {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--text-soft);
}

.detail-meta i,
.contact-item i { color: var(--brand-primary); }

.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
    align-items: flex-start;
}

.contact-item i { font-size: 1.2rem; }
.footer-links li + li { margin-top: .55rem; }
.footer-links a,
.footer-section a { color: #8f4d1b; }
.footer-links a:hover,
.footer-section a:hover { color: #7c2d12; }

.footer-section {
    background: linear-gradient(135deg, #ffedd5, #fed7aa);
    border-top: 1px solid rgba(249, 115, 22, .22);
    color: var(--brand-dark);
}

.footer-muted {
    color: rgba(124, 45, 18, .72);
}

.testimonial-section {
    background:
        radial-gradient(circle at 100% 0%, rgba(251, 146, 60, .14), transparent 35%),
        radial-gradient(circle at 0% 100%, rgba(251, 191, 36, .12), transparent 28%),
        linear-gradient(180deg, #fffdf9, #fff6ec);
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    transition: transform .55s ease;
}

.testimonial-slide {
    width: 100%;
    flex: 0 0 100%;
}

.testimonial-card {
    background: #fff;
    border: 1px solid rgba(249, 115, 22, .22);
    border-radius: 26px;
    padding: 1.5rem;
    box-shadow: var(--shadow-soft);
}

.testimonial-avatar {
    width: 66px;
    height: 66px;
    border-radius: 999px;
    border: 2px solid rgba(251, 146, 60, .35);
}

.testimonial-quote {
    color: #885636;
    line-height: 1.8;
}

.testimonial-nav-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: .45rem;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(249, 115, 22, .28);
    transition: all .2s ease;
}

.testimonial-dot.active {
    width: 26px;
    background: var(--brand-primary);
}

.faq-accordion .accordion-item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.faq-accordion .accordion-button {
    background: #fff;
    color: var(--brand-dark);
    font-weight: 700;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #fff3e0;
    color: #9a3412;
    box-shadow: inset 0 -1px 0 rgba(249, 115, 22, .16);
}

.faq-accordion .accordion-body {
    color: var(--text-soft);
    background: #fffefb;
}

.faq-chat-section {
    background:
        radial-gradient(circle at 12% 16%, rgba(251, 146, 60, .11), transparent 24%),
        radial-gradient(circle at 86% 84%, rgba(251, 191, 36, .09), transparent 24%),
        linear-gradient(180deg, #fffdf9, #fff7ed);
}

.faq-chat-accordion {
    display: grid;
    gap: .62rem;
}

.faq-chat-accordion .faq-chat-item {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}

.faq-chat-question-row {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.faq-chat-question {
    border: 0;
    width: min(100%, 560px);
    position: relative;
    text-align: left;
    padding: .46rem .78rem .6rem;
    border-radius: 14px 14px 6px 14px;
    color: #fff;
    background: linear-gradient(135deg, #fb923c, #f97316);
    box-shadow: 0 10px 18px rgba(194, 65, 12, .18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.faq-chat-question::after {
    content: "Jawaban Minty";
    position: absolute;
    top: -28px;
    right: 10px;
    background: #fff;
    color: #9a3412;
    border: 1px solid rgba(249, 115, 22, .28);
    border-radius: 999px;
    padding: .16rem .52rem;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow: 0 8px 16px rgba(194, 65, 12, .15);
    opacity: 0;
    transform: translateY(4px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.faq-chat-question:hover,
.faq-chat-question:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(194, 65, 12, .2);
}

.faq-chat-question:hover::after,
.faq-chat-question:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
}

.faq-chat-label {
    display: inline-flex;
    align-items: center;
    gap: .32rem;
    margin-bottom: 0;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: .84;
}

.faq-chat-label i {
    font-size: .72rem;
    opacity: .95;
}

.faq-chat-question-text {
    display: block;
    font-size: .9rem;
    font-weight: 650;
    line-height: 1.32;
    margin-top: .08rem;
}

.faq-chat-answer-row {
    background: transparent;
    padding: .34rem 0 0;
    display: flex;
    align-items: flex-start;
    gap: .5rem;
}

.faq-chat-answer-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .26rem;
}

.faq-chat-avatar {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .68rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #fdba74, #fb923c);
    box-shadow: 0 8px 14px rgba(194, 65, 12, .18);
    flex: 0 0 28px;
}

.faq-chat-answer-bubble {
    background: #fffefb;
    color: #7c6f64;
    border: 1px solid rgba(249, 115, 22, .2);
    border-radius: 14px 14px 14px 6px;
    padding: .66rem .78rem;
    box-shadow: 0 9px 16px rgba(194, 65, 12, .1);
    line-height: 1.5;
    font-size: .9rem;
}

.faq-chat-answer-label {
    color: #9a3412;
    display: inline-flex;
    align-items: center;
    gap: .26rem;
    font-size: .64rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 800;
    background: #fff;
    border: 1px solid rgba(249, 115, 22, .24);
    border-radius: 999px;
    padding: .14rem .5rem;
    box-shadow: 0 6px 12px rgba(194, 65, 12, .1);
}

.gallery-section {
    background: linear-gradient(180deg, #fff, #fffaf4);
}

.gallery-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 340px;
    box-shadow: var(--shadow-soft);
    transform: translateY(0);
    transition: transform .35s ease;
}

.gallery-card.lift {
    animation: galleryFloat 4.2s ease-in-out infinite;
}

.gallery-card:hover {
    transform: translateY(-8px);
}

.gallery-image {
    width: 100%;
    height: 100%;
    min-height: 340px;
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem .95rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(34, 20, 8, .78));
    color: #fff;
}

@keyframes galleryFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

@keyframes heroCardFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}

@keyframes heroCardShine {
    0% { left: -45%; opacity: 0; }
    20% { opacity: .9; }
    45% { left: 125%; opacity: 0; }
    100% { left: 125%; opacity: 0; }
}

.about-hero-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(251, 146, 60, .18), transparent 32%),
        radial-gradient(circle at 10% 85%, rgba(251, 191, 36, .12), transparent 30%),
        linear-gradient(180deg, #fffdf9, #fff7ec);
}

.about-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.about-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem .9rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(249, 115, 22, .2);
    box-shadow: var(--shadow-soft);
    color: #8a522b;
    font-weight: 600;
    font-size: .9rem;
}

.about-story-image-wrap {
    position: relative;
}

.about-story-image {
    min-height: 480px;
}

.about-story-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .95);
    color: #8f4d1b;
    font-weight: 700;
    box-shadow: var(--shadow-soft);
}

.about-mini-box {
    height: 100%;
}

.about-mini-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem;
    background: #ffedd5;
    color: #c2410c;
}

.about-values-section {
    background: linear-gradient(180deg, #fff8ef, #fff);
}

.about-value-card {
    height: 100%;
    transition: transform .28s ease;
}

.about-value-card:hover {
    transform: translateY(-6px);
}

.about-value-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .85rem;
    background: linear-gradient(135deg, #ffedd5, #fdba74);
    color: #9a3412;
    font-size: 1.2rem;
}

.milestone-section {
    background: linear-gradient(180deg, #fff, #fff9f2);
}

.milestone-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 1rem;
}

.milestone-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 999px;
    background: rgba(249, 115, 22, .14);
    overflow: hidden;
}

.milestone-progress span {
    display: block;
    width: 100%;
    height: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #fb923c, #f97316);
    transition: height .3s ease;
}

.milestone-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 1rem;
    padding: .4rem 0 .4rem 1rem;
    margin-bottom: 1.2rem;
    opacity: .52;
    transform: translateY(16px);
    transition: opacity .35s ease, transform .35s ease;
}

.milestone-item.is-active {
    opacity: 1;
    transform: translateY(0);
}

.milestone-year {
    font-weight: 800;
    color: #c2410c;
    font-size: 1.15rem;
    padding-top: .35rem;
}

.milestone-content {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(249, 115, 22, .2);
    padding: 1rem 1.1rem;
    box-shadow: var(--shadow-soft);
}

.milestone-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem;
    background: #ffedd5;
    color: #c2410c;
}

.about-outlet-section {
    background:
        radial-gradient(circle at 82% 8%, rgba(251, 146, 60, .15), transparent 28%),
        linear-gradient(180deg, #fffdf9, #fff7ee);
}

.outlet-map-scene {
    perspective: 1200px;
}

.outlet-map-board {
    position: relative;
    height: 320px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(249, 115, 22, .25);
    box-shadow: var(--shadow-soft);
    background:
        radial-gradient(circle at 20% 30%, rgba(251, 146, 60, .16), transparent 36%),
        radial-gradient(circle at 80% 72%, rgba(251, 191, 36, .12), transparent 28%),
        linear-gradient(135deg, #f7efe5, #fce6c7);
    transform: rotateX(10deg);
    transform-origin: center top;
    animation: outletMapFloat 8s ease-in-out infinite;
}

.outlet-map-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(249, 115, 22, .11) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(249, 115, 22, .11) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .55));
}

.outlet-map-layer {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.outlet-map-water {
    width: 220px;
    height: 90px;
    left: 58%;
    top: 58%;
    background: rgba(110, 193, 255, .24);
    filter: blur(.2px);
}

.outlet-map-road {
    height: 12px;
    background: rgba(255, 255, 255, .65);
    border: 1px solid rgba(249, 115, 22, .13);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
}

.outlet-map-road.road-a {
    width: 56%;
    left: 16%;
    top: 30%;
    transform: rotate(-10deg);
}

.outlet-map-road.road-b {
    width: 52%;
    left: 26%;
    top: 56%;
    transform: rotate(16deg);
}

.outlet-map-road.road-c {
    width: 38%;
    left: 8%;
    top: 66%;
    transform: rotate(-22deg);
}

.outlet-map-block {
    border-radius: 12px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(249, 115, 22, .16);
}

.outlet-map-block.block-a {
    width: 100px;
    height: 60px;
    left: 22%;
    top: 44%;
}

.outlet-map-block.block-b {
    width: 76px;
    height: 72px;
    left: 48%;
    top: 20%;
}

.outlet-map-block.block-c {
    width: 86px;
    height: 54px;
    left: 70%;
    top: 44%;
}

.outlet-pin {
    position: absolute;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 25px rgba(124, 45, 18, .22);
    transform: translate(-50%, -50%);
    transition: transform .2s ease, box-shadow .2s ease;
    animation: outletPinPulse 2.8s ease-in-out infinite;
    z-index: 4;
}

.outlet-pin i {
    font-size: 1.15rem;
}

.outlet-pin-label {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: .72rem;
    font-weight: 700;
    color: #7c2d12;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(249, 115, 22, .24);
    border-radius: 999px;
    padding: .2rem .52rem;
    box-shadow: 0 10px 20px rgba(124, 45, 18, .14);
}

.outlet-pin:hover,
.outlet-pin.is-active {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 15px 26px rgba(124, 45, 18, .28);
}

.outlet-card {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(249, 115, 22, .2);
    background: #fff;
    box-shadow: var(--shadow-soft);
    transform: translateY(0);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.outlet-card.is-active {
    transform: translateY(-6px);
    border-color: rgba(249, 115, 22, .45);
    box-shadow: 0 24px 35px rgba(124, 45, 18, .17);
}

.outlet-image {
    width: 100%;
    height: 170px;
}

.outlet-content {
    padding: .95rem;
}

@keyframes outletPinPulse {
    0% { box-shadow: 0 12px 25px rgba(124, 45, 18, .22), 0 0 0 0 rgba(251, 146, 60, .35); }
    70% { box-shadow: 0 12px 25px rgba(124, 45, 18, .22), 0 0 0 10px rgba(251, 146, 60, 0); }
    100% { box-shadow: 0 12px 25px rgba(124, 45, 18, .22), 0 0 0 0 rgba(251, 146, 60, 0); }
}

@keyframes outletMapFloat {
    0% { transform: rotateX(10deg) rotateZ(0deg) translateY(0); }
    50% { transform: rotateX(12deg) rotateZ(-.6deg) translateY(-4px); }
    100% { transform: rotateX(10deg) rotateZ(0deg) translateY(0); }
}

.empty-cart,
.admin-auth-body,
.admin-dashboard-body {
    background: linear-gradient(180deg, var(--surface-cream), #fff);
}

.cart-thumb {
    width: 92px;
    height: 92px;
}

.article-content {
    line-height: 1.85;
}

.article-content p {
    margin-bottom: 1rem;
}

.article-heading {
    color: #7c2d12;
    margin-top: 1.35rem;
    margin-bottom: .7rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    letter-spacing: normal;
}

.article-heading-1 { font-size: 2rem; }
.article-heading-2 { font-size: 1.55rem; }
.article-heading-3 { font-size: 1.3rem; }
.article-heading-4 { font-size: 1.12rem; }
.article-heading-5 { font-size: 1rem; }

.article-quote {
    border-left: 4px solid rgba(249, 115, 22, .55);
    background: #fff7ed;
    color: #7c6f64;
    border-radius: 0 12px 12px 0;
    padding: .72rem .95rem;
    margin: .9rem 0;
    font-style: italic;
}

.article-list {
    margin: .4rem 0 1rem;
    padding-left: 1.25rem;
}

.article-list li {
    margin-bottom: .4rem;
}

.article-divider {
    border: 0;
    border-top: 1px dashed rgba(249, 115, 22, .4);
    margin: 1.2rem 0;
}

.article-lead {
    font-size: 1.1rem;
    color: #9a3412;
    font-weight: 600;
}

.article-share-card,
.article-next-card {
    background: #fff;
    border: 1px solid rgba(249, 115, 22, .2);
    border-radius: 16px;
    padding: 1rem;
    box-shadow: var(--shadow-soft);
}

.article-side-item + .article-side-item {
    padding-top: .5rem;
    border-top: 1px solid rgba(249, 115, 22, .12);
}

.article-side-thumb {
    width: 84px;
    height: 68px;
    flex: 0 0 84px;
}

.article-editor-shortcuts {
    background: #fff8ef;
    border: 1px dashed rgba(249, 115, 22, .45);
    border-radius: 14px;
    padding: .75rem;
}

.article-shortcut-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.article-shortcut-tags .btn {
    --bs-btn-padding-y: .2rem;
    --bs-btn-padding-x: .55rem;
    --bs-btn-font-size: .76rem;
}

.article-preview-pane {
    padding: 1rem;
    border-radius: 16px;
    max-height: 840px;
    overflow: auto;
}

.article-preview-content {
    min-height: 320px;
}

.article-preview-content .article-content {
    font-size: 1rem;
}

.article-image-wrap {
    margin: 1rem 0;
}

.article-inline-image {
    width: 100%;
    border: 1px solid rgba(249, 115, 22, .2);
    box-shadow: var(--shadow-soft);
}

.article-image-caption {
    margin-top: .45rem;
    color: #8f6f5a;
    font-size: .86rem;
    text-align: center;
}

.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px 1fr;
}

.admin-sidebar {
    background: #fff;
    border-right: 1px solid rgba(249, 115, 22, 0.2);
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: var(--brand-dark);
    margin-bottom: 1.4rem;
}

.admin-brand small {
    color: var(--text-soft);
    display: block;
}

.admin-nav {
    display: grid;
    gap: .45rem;
}

.admin-nav-link {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .7rem .8rem;
    border-radius: 12px;
    color: #6d5b50;
    font-weight: 600;
}

.admin-nav-link:hover {
    background: var(--brand-secondary);
    color: var(--brand-dark);
}

.admin-nav-link.active {
    background: var(--brand-primary);
    color: #fff;
}

.admin-sidebar-footer {
    margin-top: auto;
}

.admin-main {
    padding: 1.2rem;
}

.admin-main-inner {
    max-width: 1200px;
}

.admin-stat-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(249, 115, 22, 0.2);
    padding: 1rem 1.2rem;
    box-shadow: var(--shadow-soft);
}

.admin-stat-card small {
    display: block;
    color: var(--text-soft);
    margin-bottom: .35rem;
}

.admin-stat-card h3 {
    margin: 0;
    font-weight: 800;
}

.table-admin thead th {
    color: #8f6f5a;
    font-size: .86rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    border-bottom-width: 1px;
}

.table-admin td,
.table-admin th {
    padding-top: .95rem;
    padding-bottom: .95rem;
}

.analytics-range-controls .form-control {
    min-width: 150px;
}

.analytics-mini-stats {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.analytics-mini-stats .chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .45rem .72rem;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
}

.analytics-mini-stats .chip strong {
    font-size: .92rem;
}

.chip-view {
    background: rgba(79, 70, 229, .12);
    color: #3730a3;
}

.chip-click {
    background: rgba(249, 115, 22, .15);
    color: #9a3412;
}

.chip-visitor {
    background: rgba(20, 184, 166, .12);
    color: #0f766e;
}

.analytics-chart-wrap {
    position: relative;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.analytics-chart {
    width: 100%;
    height: auto;
    min-height: 250px;
    display: block;
}

.analytics-grid-line {
    stroke: rgba(148, 163, 184, .45);
    stroke-width: 1;
}

.analytics-axis-label {
    fill: #64748b;
    font-size: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.analytics-line {
    fill: none;
    stroke-width: 2.8;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.line-page-views {
    stroke: url(#pageViewsStroke);
}

.line-clicks {
    stroke: url(#clickStroke);
}

.analytics-line-dot {
    stroke-width: 2;
    fill: #fff;
}

.analytics-line-dot.line-page-views {
    stroke: #4f46e5;
}

.analytics-line-dot.line-clicks {
    stroke: #f97316;
}

.analytics-empty {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: rgba(255, 255, 255, .88);
}

.hourly-analytics-wrap {
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 14px;
    padding: .85rem;
    background: #f8fafc;
}

.hourly-peak-chip {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    border-radius: 999px;
    background: rgba(79, 70, 229, .1);
    color: #3730a3;
    font-size: .78rem;
    font-weight: 600;
    padding: .3rem .68rem;
}

.hourly-bars {
    display: grid;
    gap: .38rem;
    max-height: 310px;
    overflow: auto;
    padding-right: .2rem;
}

.hourly-bar-item {
    display: grid;
    grid-template-columns: 52px 1fr 150px;
    align-items: center;
    gap: .55rem;
    font-size: .78rem;
}

.hour-label {
    font-weight: 700;
    color: #475569;
}

.hourly-bar-track {
    height: 10px;
    border-radius: 999px;
    background: rgba(148, 163, 184, .25);
    overflow: hidden;
}

.hourly-bar-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82f6, #6366f1);
}

.hourly-bar-value {
    text-align: right;
    color: #475569;
    font-weight: 600;
    white-space: nowrap;
}

.form-control:focus,
.form-check-input:focus {
    border-color: #fb923c;
    box-shadow: 0 0 0 .2rem rgba(249, 115, 22, .18);
}

.upload-zone {
    border: 1.5px dashed rgba(244, 111, 16, 0.4);
    background: #fff8ef;
    border-radius: 14px;
    padding: .85rem;
    cursor: pointer;
    transition: all .2s ease;
}

.upload-zone:hover,
.upload-zone.is-dragover {
    background: #ffedd5;
    border-color: #f97316;
}

.upload-dropzone-text {
    color: #9a3412;
    font-size: .92rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .hero-image { height: 460px; }
    .detail-image { height: 420px; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar {
        border-right: 0;
        border-bottom: 1px solid rgba(249, 115, 22, 0.2);
    }
    .admin-sidebar-footer { margin-top: 1rem; }
    .gallery-card,
    .gallery-image {
        min-height: 280px;
    }
    .product-layout-sidebar {
        position: static;
        top: auto;
    }
    .about-story-image {
        min-height: 320px;
    }
    .milestone-item {
        grid-template-columns: 1fr;
        gap: .6rem;
        padding-left: 1.1rem;
    }
    .milestone-year {
        padding-top: 0;
    }
    .outlet-map-board {
        height: 260px;
        transform: rotateX(0deg);
        animation: none;
    }
    .outlet-pin-label {
        font-size: .66rem;
        padding: .15rem .45rem;
    }
    .faq-chat-question::after {
        right: auto;
        left: 10px;
    }
    .faq-chat-question {
        width: 100%;
        border-radius: 13px;
    }
    .faq-chat-answer-bubble {
        border-radius: 13px;
    }
    .analytics-range-controls .form-control {
        min-width: 132px;
    }
    .hourly-bar-item {
        grid-template-columns: 44px 1fr;
        gap: .45rem;
    }
    .hourly-bar-value {
        grid-column: 1 / -1;
        text-align: left;
        padding-left: 44px;
    }
    .article-side-thumb {
        width: 72px;
        height: 60px;
        flex-basis: 72px;
    }
    .article-heading-1 { font-size: 1.65rem; }
    .article-heading-2 { font-size: 1.35rem; }
}
