/*
Theme Name: SEO Tech v1
Text Domain: seo-tech-v1
Version: 1.0.0
Description: SEO Tech v1 Theme
*/

/* Custom styles from Homepage design */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px; /* Offset for sticky header */
}
body {
    font-family: 'Jost', sans-serif;
    color: #666;
    background-color: #ffffff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Playfair Display', serif;
    color: #333333;
}
.btn-gold {
    background-color: #C19A6B;
    color: white;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    font-weight: 500;
}
.btn-gold:hover {
    background-color: #A68252;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(193, 154, 107, 0.3);
}
.btn-gold-outline {
    border: 1px solid #C19A6B;
    color: #C19A6B;
    background: transparent;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 10px 28px;
    cursor: pointer;
}
.btn-gold-outline:hover {
    background-color: #C19A6B;
    color: white;
}
.decor-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 20px;
}
.decor-line::before, .decor-line::after {
    content: '';
    height: 1px;
    width: 40px;
    background-color: #C19A6B;
    margin: 0 10px;
}
.decor-line i {
    color: #C19A6B;
    font-size: 0.5rem;
}
.bg-shape-1 {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(193,154,107,0.15) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: -1;
}
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }

/* --- NEW MENU STYLES --- */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.font-script {
    font-family: 'Great Vibes', cursive;
}

.menu-page {
    background-color: #FDF9F1;
    background-image: radial-gradient(circle at top left, rgba(255,255,255,0.8) 0%, transparent 40%),
                      radial-gradient(circle at bottom right, rgba(255,255,255,0.8) 0%, transparent 40%);
    box-shadow: 0 15px 50px rgba(0,0,0,0.05);
    border-radius: 4px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.menu-price-line {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.25rem;
    width: 100%;
}

.menu-item-name {
    font-weight: 800;
    color: #A37E45; /* Darker Gold */
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.5px;
}
.menu-item-name.dark {
    color: #3E3832;
}

.menu-line {
    flex-grow: 1;
    border-bottom: 1.5px solid #A37E45; /* Solid gold line */
    margin: 0 10px;
    opacity: 0.6;
}

.menu-price {
    font-weight: 800;
    color: #A37E45;
    font-size: 1rem;
}

.menu-desc {
    font-size: 0.85rem;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.menu-bullet {
    color: #A37E45;
    margin-right: 6px;
    font-size: 0.8rem;
}

.img-placeholder {
    background-color: #EFEBE4;
    border: 1px dashed #C19A6B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #8C7A6B;
    text-align: center;
    padding: 1rem;
}
.price-line { display: flex; align-items: baseline; margin-bottom: 8px;}
.price-name { font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 15px;}
.price-dots { flex-grow: 1; border-bottom: 1px dotted #D4BBA5; margin: 0 10px; opacity: 0.6; }
.price-value { font-family: 'Playfair Display', serif; font-size: 18px; color: #C8A97E; font-weight: 700;}
.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; 
    transition: opacity 2s ease-in-out; 
    z-index: 0;
}
.hero-slide.active {
    opacity: 1; 
    z-index: 1;
}
.gallery-group { transition: opacity 1s ease-in-out; position: absolute; inset: 0; opacity: 0; pointer-events: none;}
.gallery-group.active { opacity: 1; pointer-events: auto; position: relative;}
.img-hover-zoom { overflow: hidden; }
.img-hover-zoom img { transition: transform 0.7s ease; }
.img-hover-zoom:hover img { transform: scale(1.08); }
.reveal { opacity: 0; transform: translateY(50px); transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-50px); transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); }
.reveal-left.active { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(50px); transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); }
.reveal-right.active { opacity: 1; transform: translateX(0); }
.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }
.delay-400 { transition-delay: 400ms; }
@keyframes softPulse {
    0% { box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(200, 169, 126, 0); }
    100% { box-shadow: 0 0 0 0 rgba(200, 169, 126, 0); }
}
.btn-glow { animation: softPulse 2s infinite; }

/* Màu vàng ánh kim cho text */
.gold-text {
    color: #C19A6B !important;
}
.gold-text:hover {
    color: #D4B895 !important;
}

.text-gold {
    color: #C19A6B;
}
.bg-nude-light {
    background-color: #FAF7F2;
}
.text-nude-text {
    color: #3E3832;
}
.text-nude-deep {
    color: #8C7A6B;
}
.border-nude-dark\/20 {
    border-color: rgba(212, 187, 165, 0.2);
}
