/* ─── Reset & Base ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: 'Inter', sans-serif; color: #1e293b; background: #fafaf5; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

/* ─── Custom Properties ─── */
:root {
    --navy: #1e3a5f;
    --navy-dark: #0f1f3d;
    --navy-light: #253f6b;
    --gold: #d4a017;
    --gold-light: #f0c040;
    --gold-pale: #fef3c7;
    --cream: #fafaf5;
    --stone: #f5f5f0;
    --radius: 16px;
    --radius-lg: 24px;
    --shadow: 0 4px 24px rgba(30, 58, 95, 0.08);
    --shadow-lg: 0 12px 48px rgba(30, 58, 95, 0.12);
}

/* ─── Navigation ─── */
.nav-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(15, 31, 61, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.nav-scrolled .nav-logo-text { color: #fff; }
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #f0c040;
    transition: color 0.3s;
}
.nav-logo-icon { color: #f0c040; }
.nav-logo-text { transition: color 0.3s; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}
.nav-links a {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    transition: color 0.25s;
    position: relative;
}
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #f0c040;
    border-radius: 2px;
    transition: width 0.25s;
}
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
    background: var(--gold);
    color: var(--navy-dark) !important;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: background 0.25s, transform 0.2s;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }
.nav-toggle {
    display: none;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s;
}
.nav-toggle:hover { background: rgba(255,255,255,0.1); }

/* ─── Hero ─── */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--navy-dark);
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.pexels.com/photos/20008782/pexels-photo-20008782.jpeg?auto=compress&cs=tinysrgb&fit=crop&w=1920&h=1080') center center / cover no-repeat;
    transform: scale(1.05);
    animation: heroZoom 20s ease-in-out infinite alternate;
}
@keyframes heroZoom {
    from { transform: scale(1.05); }
    to { transform: scale(1.12); }
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(15, 31, 61, 0.88) 0%,
        rgba(30, 58, 95, 0.72) 50%,
        rgba(15, 31, 61, 0.85) 100%
    );
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 780px;
    padding: 120px 24px 80px;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(240, 192, 64, 0.15);
    border: 1px solid rgba(240, 192, 64, 0.35);
    color: #f0c040;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 28px;
    animation: fadeUp 0.8s ease both;
}
.hero-title {
    font-family: 'Fredoka', sans-serif;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 24px;
    animation: fadeUp 0.8s 0.1s ease both;
}
.text-gold { color: #f0c040; }
.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 40px;
    animation: fadeUp 0.8s 0.2s ease both;
}
.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp 0.8s 0.3s ease both;
}
.hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 64px;
    animation: fadeUp 0.8s 0.4s ease both;
}
.hero-stat { text-align: center; }
.stat-number {
    display: block;
    font-family: 'Fredoka', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #f0c040;
}
.stat-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}
.hero-stat-divider {
    width: 1px;
    background: rgba(255,255,255,0.2);
    align-self: stretch;
}
.hero-scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: fadeUp 0.8s 0.6s ease both;
}
.scroll-indicator {
    width: 40px;
    height: 64px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    color: rgba(255,255,255,0.6);
    animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

/* ─── Buttons ─── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}
.btn-primary {
    background: var(--gold);
    color: var(--navy-dark);
    box-shadow: 0 4px 16px rgba(212, 160, 23, 0.35);
}
.btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 160, 23, 0.45);
}
.btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
}
.btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}
.btn-full { width: 100%; justify-content: center; }

/* ─── Section Shared ─── */
.section-tag {
    display: inline-block;
    font-family: 'Fredoka', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gold);
    margin-bottom: 12px;
}
.section-title {
    font-family: 'Fredoka', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 16px;
}
.section-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 560px;
}
.section-header {
    text-align: center;
    margin-bottom: 56px;
}
.section-header .section-subtitle { margin: 0 auto; }

/* ─── Menu Section ─── */
.menu-section {
    padding: 100px 24px;
    background: var(--cream);
}
.menu-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.menu-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.menu-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}
.menu-card-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.menu-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.menu-card:hover .menu-card-img img { transform: scale(1.06); }
.menu-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--gold);
    color: var(--navy-dark);
    font-family: 'Fredoka', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
}
.menu-card-body {
    padding: 24px;
}
.menu-card-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px;
}
.menu-card-desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.7;
}
.menu-note {
    max-width: 560px;
    margin: 32px auto 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #64748b;
    padding: 16px 24px;
    background: var(--gold-pale);
    border-radius: var(--radius);
    border: 1px solid rgba(212, 160, 23, 0.2);
}

/* ─── About Section ─── */
.about-section {
    padding: 100px 24px;
    background: #fff;
}
.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.about-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.about-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: var(--radius-lg);
}
.about-image-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 160px;
    height: 160px;
    background: var(--gold);
    border-radius: var(--radius-lg);
    z-index: -1;
    opacity: 0.3;
}
.about-content { max-width: 520px; }
.about-text {
    font-size: 1rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
}
.about-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 36px;
}
.about-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.about-feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: var(--gold-pale);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}
.about-feature strong {
    display: block;
    font-family: 'Fredoka', sans-serif;
    font-size: 1rem;
    color: var(--navy);
    margin-bottom: 2px;
}
.about-feature-desc {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.6;
}

/* ─── Location Section ─── */
.location-section {
    padding: 100px 24px;
    background: var(--navy);
}
.location-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.location-content .section-tag { color: #f0c040; }
.location-content .section-title { color: #fff; }
.location-content .section-subtitle { color: rgba(255,255,255,0.7); margin-bottom: 40px; }
.location-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
}
.location-detail {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.location-detail-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: rgba(240, 192, 64, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0c040;
}
.location-detail strong {
    display: block;
    font-family: 'Fredoka', sans-serif;
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 4px;
}
.location-detail p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
}
.location-detail a {
    color: rgba(255,255,255,0.65);
    transition: color 0.2s;
}
.location-detail a:hover { color: #f0c040; }
.location-map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.map-placeholder {
    background: var(--navy-light);
    padding: 48px 32px;
    text-align: center;
    border-radius: var(--radius-lg);
    border: 2px dashed rgba(255,255,255,0.15);
}
.map-pin {
    color: #f0c040;
    margin: 0 auto 16px;
}
.map-placeholder p {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
}
.map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: var(--navy-dark);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.25s, transform 0.2s;
}
.map-link:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ─── Contact Section ─── */
.contact-section {
    padding: 100px 24px;
    background: var(--cream);
}
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}
.contact-header {
    text-align: center;
    margin-bottom: 56px;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: start;
}
.contact-form-wrapper {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow);
}
.contact-form { display: block; }
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #1e293b;
    background: #f8fafc;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.15);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-success {
    display: none;
    text-align: center;
    padding: 48px 24px;
}
.form-success.show { display: block; }
.success-icon { margin-bottom: 16px; }
.form-success h3 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 8px;
}
.form-success p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
}
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-info-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow);
}
.contact-info-card--gold {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    color: #fff;
}
.contact-info-card h4 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.1rem;
    color: var(--navy);
    margin-bottom: 8px;
}
.contact-info-card--gold h4 { color: #f0c040; }
.contact-info-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 16px;
}
.contact-info-card--gold p { color: rgba(255,255,255,0.75); }
.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--navy);
    font-weight: 500;
    transition: color 0.2s;
    margin-bottom: 10px;
}
.contact-link:hover { color: var(--gold); }
.contact-info-card--gold .contact-link { color: rgba(255,255,255,0.85); }
.contact-info-card--gold .contact-link:hover { color: #f0c040; }

/* ─── Footer ─── */
.footer {
    background: var(--navy-dark);
    padding: 64px 24px 32px;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    margin-top: 16px;
    max-width: 300px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #f0c040;
}
.footer-logo-icon { color: #f0c040; }
.footer-links h5,
.footer-hours h5 {
    font-family: 'Fredoka', sans-serif;
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 16px;
}
.footer-links a {
    display: block;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    padding: 6px 0;
    transition: color 0.2s;
}
.footer-links a:hover { color: #f0c040; }
.footer-hours p {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 32px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
}

/* ─── Animations ─── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── Mobile Menu ─── */
.nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(15, 31, 61, 0.98);
    backdrop-filter: blur(12px);
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    animation: slideDown 0.3s ease;
}
@keyframes slideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
    .about-container,
    .location-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .about-image img { height: 360px; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    .nav-links.open { display: flex; }
    .hero-content { padding: 100px 20px 80px; }
    .hero-stats { gap: 24px; }
    .stat-number { font-size: 1.4rem; }
    .menu-grid { grid-template-columns: 1fr; }
    .menu-card-img { height: 200px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form-wrapper { padding: 24px; }
    .footer-top { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
    .hero-buttons { flex-direction: column; align-items: center; }
    .btn { width: 100%; justify-content: center; }
    .hero-stats { flex-direction: column; gap: 16px; }
    .hero-stat-divider { width: 48px; height: 1px; margin: 0 auto; }
}
