:root {
  --bg: #120b09;
  --line: rgba(221, 176, 102, 0.16);
  --text: #f6ead8;
  --muted: #ccb79f;
  --gold: #d8a758;
  --gold-soft: #f2c98a;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-xl: 32px;
  --radius-lg: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Serif SC", serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(159, 42, 51, 0.3), transparent 22%),
    radial-gradient(circle at 85% 12%, rgba(216, 167, 88, 0.18), transparent 16%),
    linear-gradient(180deg, #120b09 0%, #1a0f0d 50%, #120b09 100%);
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.02) 45%, transparent 70%),
    radial-gradient(circle at center, rgba(216, 167, 88, 0.06), transparent 45%);
}

a { color: inherit; text-decoration: none; }

.site-header {
  width: min(1380px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: sticky;
  top: 10px;
  z-index: 20;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(18, 11, 9, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand-emblem {
  width: 52px; height: 52px; display: grid; place-items: center;
  border-radius: 18px; color: #1a0f0d; font-family: "Marcellus", serif; font-size: 22px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  overflow: hidden;
}
.brand-emblem.image-mode { background: rgba(255,255,255,0.05); }
.brand-emblem img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; gap: 2px; }
.brand-cn { font-size: 17px; font-weight: 600; }
.brand-en { color: var(--muted); font-family: "Marcellus", serif; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.nav { display: flex; gap: 22px; flex-wrap: wrap; }
.nav a { color: var(--muted); font-size: 14px; }

main { width: min(1380px, calc(100% - 32px)); margin: 0 auto 56px; }
.hero { min-height: 88vh; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; padding: 42px 0 12px; }
.eyebrow { margin: 0 0 14px; color: var(--gold-soft); letter-spacing: 0.12em; font-size: 12px; text-transform: uppercase; }
.hero h1, .section-head h2, .contact-card h2 { margin: 0; line-height: 1.08; }
.hero h1 { font-size: clamp(42px, 6vw, 82px); }
.hero-text { max-width: 640px; margin: 24px 0; color: var(--muted); line-height: 1.95; font-size: 16px; }
.hero-actions, .hero-tags, .about-grid, .craft-grid, .scene-grid, .contact-meta, .trust-band { display: grid; gap: 16px; }
.hero-actions { grid-template-columns: repeat(2, max-content); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; padding: 15px 22px;
  border-radius: 999px; border: 1px solid transparent; transition: transform 180ms ease, opacity 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #1a0f0d; background: linear-gradient(135deg, var(--gold-soft), var(--gold)); }
.btn-secondary { border-color: rgba(242, 201, 138, 0.34); background: rgba(255, 255, 255, 0.03); }

.hero-tags { grid-template-columns: repeat(4, max-content); margin-top: 26px; }
.hero-tags span, .pill {
  display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(242, 201, 138, 0.16); font-size: 13px;
}

.hero-visual { display: grid; place-items: center; }
.product-stage { position: relative; width: min(520px, 100%); height: 720px; display: grid; place-items: center; }
.product-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(216, 167, 88, 0.28), transparent 62%); filter: blur(8px); }
.bottle { position: absolute; bottom: 42px; width: 196px; border-radius: 44px 44px 30px 30px; background: linear-gradient(180deg, #521117 0%, #7a161d 35%, #aa2630 100%); border: 1px solid rgba(255, 223, 170, 0.16); box-shadow: 0 34px 70px rgba(0, 0, 0, 0.36); }
.bottle-main { height: 520px; right: 112px; }
.bottle-back { height: 430px; width: 164px; left: 110px; bottom: 74px; opacity: 0.62; filter: blur(0.4px); }
.cap { position: absolute; top: -54px; left: 50%; width: 74px; height: 78px; transform: translateX(-50%); border-radius: 18px 18px 10px 10px; background: linear-gradient(180deg, #e9ca92 0%, #b88941 100%); }
.label { position: absolute; left: 22px; right: 22px; bottom: 38px; padding: 28px 20px; border-radius: 26px; text-align: center; color: #f9efdf; background: linear-gradient(180deg, rgba(36, 11, 9, 0.56), rgba(18, 7, 7, 0.82)), linear-gradient(135deg, rgba(255,255,255,0.06), transparent); border: 1px solid rgba(242, 201, 138, 0.22); }
.label span, .label em { display: block; }
.label span { color: var(--gold-soft); font-size: 14px; margin-bottom: 10px; }
.label strong { display: block; font-size: 34px; margin-bottom: 10px; }
.label em { color: rgba(246, 234, 216, 0.72); font-style: normal; font-family: "Marcellus", serif; font-size: 11px; letter-spacing: 0.16em; }
.deer-outline { position: absolute; top: 28px; right: 24px; width: 220px; height: 240px; opacity: 0.16; border: 2px solid rgba(242, 201, 138, 0.45); border-radius: 55% 45% 42% 58% / 38% 42% 58% 62%; transform: rotate(24deg); }

.trust-band, .section, .contact-card { border: 1px solid var(--line); box-shadow: var(--shadow); }
.trust-band { grid-template-columns: repeat(3, 1fr); margin: 12px 0 22px; padding: 18px; border-radius: var(--radius-xl); background: rgba(45, 18, 18, 0.64); }
.trust-item { padding: 18px 20px; border-radius: 22px; background: rgba(255, 255, 255, 0.025); }
.trust-item strong { display: block; margin-bottom: 12px; color: var(--gold-soft); font-family: "Marcellus", serif; font-size: 24px; }

.section { margin-top: 20px; padding: 30px; border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(48, 20, 18, 0.72), rgba(30, 14, 13, 0.74)); }
.section-head { margin-bottom: 20px; }
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }

.card, .product-card, .craft-card, .scene-card, .contact-card {
  border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(242, 201, 138, 0.1);
}
.card, .craft-card, .scene-card { padding: 24px; }
.quote-card { min-height: 220px; display: block; color: var(--muted); line-height: 1.95; }
.stat-card span, .contact-meta span { display: block; color: var(--gold-soft); font-size: 13px; margin-bottom: 10px; }
.stat-card strong { display: block; margin-bottom: 10px; font-size: 28px; }
.stat-card p, .product-card p, .craft-card p, .scene-card p, .contact-card p { color: var(--muted); line-height: 1.85; }

.products-live-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 16px; }
.product-card { padding: 24px; }
.product-card.featured { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 20px; min-height: 360px; background: radial-gradient(circle at right bottom, rgba(216, 167, 88, 0.12), transparent 32%), linear-gradient(180deg, rgba(126, 24, 30, 0.32), rgba(28, 12, 11, 0.74)); }
.product-card-copy h3 { margin: 14px 0 12px; font-size: 28px; }
.product-card-copy ul { margin: 16px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.9; }
.pill.alt { color: #f1ddbc; }
.product-card-visual, .product-thumb { display: grid; place-items: center; }
.live-image, .product-thumb { min-height: 240px; border-radius: 22px; overflow: hidden; background: rgba(255,255,255,0.04); }
.live-image img, .product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gift-box { position: relative; width: 280px; height: 240px; border-radius: 28px; background: linear-gradient(180deg, #4e1417 0%, #230c0b 100%); border: 1px solid rgba(242, 201, 138, 0.18); box-shadow: 0 24px 54px rgba(0,0,0,0.3); overflow: hidden; }
.gift-lid { position: absolute; top: 18px; left: 18px; right: 18px; height: 42px; border-radius: 16px; background: linear-gradient(180deg, rgba(216, 167, 88, 0.4), rgba(216, 167, 88, 0.08)); }
.gift-bottle { position: absolute; left: 50%; bottom: 22px; width: 92px; height: 160px; transform: translateX(-50%); border-radius: 22px 22px 16px 16px; background: linear-gradient(180deg, #7a161d 0%, #b62932 100%); border: 1px solid rgba(255, 226, 179, 0.16); }
.gift-bottle::before { content: ""; position: absolute; top: -20px; left: 50%; width: 34px; height: 24px; transform: translateX(-50%); border-radius: 8px; background: linear-gradient(180deg, #e8cb94 0%, #b88941 100%); }

.craft-grid, .contact-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.craft-card strong, .scene-card span { display: block; margin-bottom: 12px; font-size: 20px; }
.contact-card { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; padding: 30px; background: radial-gradient(circle at right top, rgba(216, 167, 88, 0.12), transparent 26%), linear-gradient(180deg, rgba(77, 21, 22, 0.72), rgba(25, 11, 11, 0.78)); }
.contact-meta div { padding: 18px; border-radius: 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(242, 201, 138, 0.12); }
.contact-meta strong { line-height: 1.7; }

@media (max-width: 1180px) {
  .hero, .about-grid, .products-live-grid, .craft-grid, .scene-grid, .contact-card, .contact-meta { grid-template-columns: 1fr 1fr; }
  .product-card.featured { grid-template-columns: 1fr; }
  .trust-band { grid-template-columns: 1fr; }
  .nav { justify-content: flex-end; }
}

@media (max-width: 820px) {
  .site-header, .hero, .about-grid, .products-live-grid, .craft-grid, .scene-grid, .contact-card, .contact-meta { grid-template-columns: 1fr; }
  .site-header { width: min(100% - 20px, 100%); margin-top: 10px; padding: 16px; }
  main { width: min(100% - 20px, 100%); }
  .nav { gap: 12px; justify-content: flex-start; }
  .hero { min-height: auto; padding-top: 26px; }
  .hero-actions, .hero-tags { grid-template-columns: 1fr; }
  .product-stage { height: 560px; }
  .bottle-main { right: 48px; width: 168px; height: 440px; }
  .bottle-back { left: 48px; width: 142px; height: 350px; }
  .section { padding: 22px; }
}
