/* --- 1. Variables & Modern Reset --- */
:root {
    --primary: #c5a059;      /* 经典金 */
    --primary-soft: #f0e6ce; /* 浅金背景 */
    
    --dark: #1c1917;         /* 暖黑 */
    --text-main: #44403c;    /* 深暖灰 */
    --text-light: #78716c;   /* 浅暖灰 */
    
    --bg-cream: #fafaf9;     /* 奶油白背景 */
    --white: #ffffff;
    
    --radius: 24px;
    --radius-sm: 12px;
    
    --shadow-soft: 0 20px 40px -10px rgba(68, 64, 60, 0.08);
    --shadow-card: 0 10px 30px rgba(0,0,0,0.04);
    
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'DM Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font-sans); color: var(--text-main); background: #fff; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 30px; }
.section { padding: 120px 0; }
.bg-cream { background: var(--bg-cream); }
.text-center { text-align: center; }
.flex-between { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }

/* Typography */
h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--dark); font-weight: 600; letter-spacing: -0.02em; }
.sec-header h2 { font-size: 48px; margin-bottom: 15px; }
.sec-header p { font-size: 18px; color: var(--text-light); font-weight: 400; }

.tag-soft {
    display: inline-block; font-size: 12px; letter-spacing: 2px; color: var(--primary);
    text-transform: uppercase; font-weight: 700; margin-bottom: 20px;
    background: var(--primary-soft); padding: 6px 14px; border-radius: 50px;
}

/* Buttons */
.btn-reserve {
    background: var(--dark); color: #fff;
    padding: 12px 28px; border-radius: 50px; font-size: 14px; font-weight: 500;
}
.btn-reserve:hover { background: var(--primary); transform: translateY(-2px); }

.btn-text { color: var(--dark); font-weight: 500; font-size: 15px; border-bottom: 1px solid var(--dark); padding-bottom: 2px; }
.btn-text:hover { color: var(--primary); border-color: var(--primary); }

.btn-more-soft {
    display: block; width: 100%; text-align: center; padding: 14px 0;
    background: var(--bg-cream); color: var(--text-main); border-radius: var(--radius-sm);
    font-size: 14px; font-weight: 500; margin-top: 25px; transition: 0.3s;
}
.btn-more-soft:hover { background: var(--primary-soft); color: var(--dark); }

/* --- 2. Navbar (Floating Capsule) --- */
#navbar {
    position: fixed; top: 20px; left: 0; width: 100%; z-index: 1000;
    padding: 0 30px; display: flex; justify-content: center;
}
.nav-container {
    background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px);
    padding: 15px 40px; border-radius: 50px;
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; max-width: 1200px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(255,255,255,0.5);
}

.logo-text { font-family: var(--font-serif); font-size: 26px; font-weight: 700; color: var(--dark); }

.nav-menu { display: flex; gap: 40px; }
.nav-menu a { font-size: 15px; color: var(--text-main); font-weight: 500; position: relative; }
.nav-menu a:hover, .nav-menu a.active { color: var(--primary); }

.nav-actions { display: flex; align-items: center; gap: 20px; }
.menu-toggle { display: none; font-size: 20px; cursor: pointer; }

/* --- 3. Hero Section --- */
.hero { height: 95vh; position: relative; border-radius: 0 0 60px 60px; overflow: hidden; display: flex; align-items: center; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%); z-index: -1;
}

.hero-content { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; width: 100%; padding-bottom: 60px; }
.hero-text { color: #fff; max-width: 600px; }

.sub-title { font-family: var(--font-serif); font-style: italic; font-size: 24px; color: var(--primary); margin-bottom: 15px; display: block; }
.hero h1 { font-size: 72px; line-height: 1.1; margin-bottom: 25px; }
.highlight { font-style: italic; font-weight: 400; color: var(--primary-soft); }
.hero p { font-size: 18px; color: rgba(255,255,255,0.9); margin-bottom: 40px; max-width: 450px; }

.hero-badges { display: flex; gap: 30px; }
.badge-item { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 500; }
.badge-item i { color: var(--primary); }

/* Floating Book Card */
.book-card-floating {
    background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
    padding: 30px; border-radius: 30px;
    display: flex; align-items: center; gap: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
.book-row label { display: block; font-size: 12px; color: var(--text-light); margin-bottom: 5px; font-weight: 600; text-transform: uppercase; }
.book-row span { font-family: var(--font-serif); font-size: 18px; font-weight: 600; color: var(--dark); }
.btn-book-arrow {
    width: 50px; height: 50px; border-radius: 50%; background: var(--dark); color: #fff; border: none; font-size: 18px; cursor: pointer; transition: 0.3s;
}
.btn-book-arrow:hover { background: var(--primary); transform: scale(1.1); }

/* --- 4. Story --- */
.story-wrapper { display: flex; align-items: center; gap: 100px; }
.story-visual { flex: 1; position: relative; }
.img-main { width: 100%; border-radius: 30px; }
.img-small {
    position: absolute; bottom: -40px; right: -40px; width: 60%;
    border-radius: 30px; border: 8px solid #fff; box-shadow: var(--shadow-soft);
}
.circle-deco {
    position: absolute; top: -30px; left: -30px; width: 100px; height: 100px;
    border: 1px solid var(--primary); border-radius: 50%; z-index: -1;
}

.story-content { flex: 1; padding-left: 40px; }
.story-content h2 { font-size: 48px; line-height: 1.2; margin-bottom: 30px; }
.story-content p { font-size: 16px; margin-bottom: 25px; color: var(--text-light); }
.link-line { color: var(--dark); font-weight: 600; border-bottom: 2px solid var(--primary); padding-bottom: 5px; }

/* --- 5. Menu --- */
.menu-grid-modern { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.dish-card {
    border-radius: var(--radius); overflow: hidden; background: #fff;
    box-shadow: var(--shadow-card); transition: 0.3s; cursor: pointer;
}
.dish-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-soft); }

.dish-img { height: 300px; position: relative; overflow: hidden; }
.dish-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.dish-card:hover .dish-img img { transform: scale(1.05); }
.price-tag {
    position: absolute; top: 20px; right: 20px;
    background: rgba(255,255,255,0.9); padding: 8px 16px; border-radius: 50px;
    font-family: var(--font-serif); font-weight: 600; color: var(--dark);
}

.dish-info { padding: 30px; text-align: center; }
.dish-info h3 { font-size: 22px; margin-bottom: 10px; }
.dish-info p { font-size: 14px; color: var(--text-light); }

/* --- 6. News (Soft Modern) --- */
.news-cols-soft { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.news-soft-card {
    background: #fff; padding: 40px 30px; border-radius: 30px;
    border: 1px solid #f3f3f3; transition: 0.3s;
}
.news-soft-card:hover { border-color: transparent; box-shadow: var(--shadow-soft); }

.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; border-bottom: 1px solid #f5f5f5; padding-bottom: 20px; }
.cat-pill {
    font-size: 11px; font-weight: 700; color: var(--primary);
    background: var(--bg-cream); padding: 4px 10px; border-radius: 4px;
}
.card-top h4 { font-family: var(--font-sans); font-size: 14px; color: #ccc; font-weight: 500; letter-spacing: 1px; margin: 0; }

.list-modern li { margin-bottom: 20px; }
.list-modern a { display: block; }
.list-modern .date {
    display: block; font-size: 11px; font-weight: 700; color: var(--text-light);
    letter-spacing: 1px; margin-bottom: 5px;
}
.list-modern .title {
    font-family: var(--font-serif); font-size: 18px; color: var(--dark); line-height: 1.4; transition: 0.2s;
}
.list-modern a:hover .title { color: var(--primary); }

/* --- 7. Footer --- */
footer { background: #1c1917; color: #fff; padding: 100px 0 40px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.f-brand h3 { font-family: var(--font-serif); font-size: 32px; margin-bottom: 10px; }
.f-brand p { color: #888; font-size: 14px; letter-spacing: 1px; }

.f-nav a { color: #ccc; margin-left: 30px; font-size: 14px; transition: 0.3s; }
.f-nav a:hover { color: #fff; }
.f-social a { color: #fff; font-size: 20px; margin-left: 20px; opacity: 0.6; transition: 0.3s; }
.f-social a:hover { opacity: 1; }

.f-bottom { text-align: center; color: #555; font-size: 12px; margin-top: 40px; }

/* Responsive */
@media (max-width: 992px) {
    #navbar { top: 0; padding: 0; }
    .nav-container { border-radius: 0; border: none; }
    .nav-menu, .btn-reserve { display: none; }
    .menu-toggle { display: block; }
    
    .hero { height: auto; padding-top: 150px; padding-bottom: 80px; border-radius: 0 0 40px 40px; }
    .hero-content { flex-direction: column; text-align: center; align-items: center; gap: 40px; }
    .book-card-floating { width: 100%; justify-content: space-around; }
    .hero-badges { justify-content: center; margin-top: 20px; }
    
    .story-wrapper { flex-direction: column; }
    .story-content { padding-left: 0; }
    .menu-grid-modern, .news-cols-soft { grid-template-columns: 1fr; }
    
    .footer-inner { flex-direction: column; gap: 40px; align-items: center; text-align: center; }
    .f-nav a { margin: 0 15px; }
}
