:root {
    --arcade-bg: #fcf8f0;
    --arcade-card: #f4f0e7;
    --arcade-primary: #c53c00;
    --arcade-secondary: #013f34;
    --arcade-success: #a4b37a;
    --arcade-info: #bbcdec;
}

.btn-primary {
    --bs-btn-bg: var(--arcade-primary);
    --bs-btn-border-color: var(--arcade-primary);
    --bs-btn-hover-bg: #a93300;
    --bs-btn-hover-border-color: #a93300;
    --bs-btn-active-bg: #8a2a00;
    --bs-btn-active-border-color: #8a2a00;
}

.btn-outline-primary {
    --bs-btn-color: var(--arcade-primary);
    --bs-btn-border-color: var(--arcade-primary);
    --bs-btn-hover-bg: var(--arcade-primary);
    --bs-btn-hover-border-color: var(--arcade-primary);
    --bs-btn-active-bg: #a93300;
    --bs-btn-active-border-color: #a93300;
}

.text-primary-brand {
    color: var(--arcade-primary) !important;
}

.bg-secondary-brand {
    background-color: var(--arcade-secondary) !important;
    color: #fff;
}

body {
    background: radial-gradient(circle at top right, rgba(246, 216, 104, 0.35), transparent 42%), var(--arcade-bg);
}

.brand-logo {
    display: block;
    height: 40px;
    width: auto;
}

.brand-logo-enjoy {
    border-bottom: none;
}

.navbar-primary .navbar-brand,
.navbar-primary .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-primary .nav-link:hover,
.navbar-primary .nav-link:focus {
    color: #fff;
}

.navbar-primary .nav-link.active {
    color: #fff;
    font-weight: 600;
}

.navbar-primary .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.section-card {
    background: linear-gradient(145deg, #ffffff, var(--arcade-card));
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    height: 100%;
}

.hero-swiper-section {
    width: 100%;
}

/* ── Section Navigation Bar ── */
.section-nav-bar {
    background-color: var(--arcade-secondary) !important;
}

.section-nav-list {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
}

.section-nav-divider {
    color: var(--arcade-primary);
    opacity: 0.5;
    font-size: 0.85rem;
    padding: 0 0.55rem;
}

.section-nav-link {
    display: block;
    padding: 0.3rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--arcade-secondary);
    text-decoration: none;
    background: transparent;
    transition: color 0.15s, background 0.15s;
}

.section-nav-link:hover {
    color: #fff;
    background: var(--arcade-secondary);
}

.section-nav-link.active {
    color: #fff;
    background: var(--arcade-secondary);
    font-weight: 600;
}

.homepage-about-section {
    background: transparent;
}

.homepage-about-media {
    min-height: 100%;
}

.homepage-about-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center;
}

.homepage-about-body {
    color: var(--arcade-secondary);
}

.homepage-about-title {
    margin-bottom: 1rem;
    color: var(--arcade-secondary);
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.15;
}

.title-underline::after {
    content: "";
    border-bottom: 5px solid var(--arcade-primary);
    height: 1rem;
    width: 4rem;
    padding: 0;
    display: block;
}

.title-underline.text-center::after {
    margin: 0 auto;
}

.homepage-about-content {
    color: #31433e;
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
}

.homepage-about-content > *:last-child {
    margin-bottom: 0;
}

.homepage-about-content h1,
.homepage-about-content h2,
.homepage-about-content h3,
.homepage-about-content h4,
.homepage-about-content h5,
.homepage-about-content h6 {
    color: var(--arcade-secondary);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.homepage-about-content a {
    color: var(--arcade-primary);
}

.homepage-about-content ul,
.homepage-about-content ol {
    padding-left: 1.25rem;
}

/* ── Hero Swiper ── */
.hero-swiper {
    width: 100%;
    aspect-ratio: 16 / 7;
    min-height: 220px;
    max-height: 72vh;
    overflow: hidden;
}

.hero-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-slide-caption-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.25rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
}

.hero-slide-caption {
    color: #fff;
    font-size: clamp(0.95rem, 1.6vw, 1.2rem);
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: rgba(1, 63, 52, 0.6);
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
    font-size: 0.95rem;
    font-weight: 700;
}

.hero-swiper .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.8;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: var(--arcade-primary);
    opacity: 1;
}

@media (max-width: 991.98px) {
    .homepage-about-image {
        min-height: 240px;
    }

    .hero-swiper {
        aspect-ratio: 16 / 9;
        min-height: 190px;
    }

    .hero-swiper .swiper-button-prev,
    .hero-swiper .swiper-button-next {
        width: 2.2rem;
        height: 2.2rem;
    }
}

.quick-pill {
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 0.5rem 0.9rem;
    font-size: 0.86rem;
    text-decoration: none;
    color: var(--arcade-primary);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.quick-pill:hover {
    background: var(--arcade-secondary);
    color: #fff;
}
