:root {
  --red: #c9151e;
  --red-dark: #9f1017;
  --red-soft: #fff3f3;
  --ink: #222222;
  --muted: #6d6d6d;
  --line: #e6e6e6;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --warm: #fffaf3;
  --gold: #b58a45;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  --serif: "Songti SC", STSong, SimSun, serif;
  --shadow: 0 12px 34px rgba(40, 28, 24, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  overflow-x: hidden;
}
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: #f7c8ca; color: var(--red-dark); }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.utility-bar { height: 34px; background: #f5f5f5; border-bottom: 1px solid #ececec; color: #777; font-size: 12px; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-inner div { display: flex; align-items: center; gap: 14px; }
.utility-inner i { width: 1px; height: 12px; background: #d8d8d8; }
.utility-inner a:hover { color: var(--red); }

.site-header { background: #fff; position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.header-main { min-height: 92px; display: flex; align-items: center; gap: 42px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 14px; min-width: 260px; }
.brand-lockup img { width: 90px; height: auto; object-fit: contain; }
.brand-lockup span { display: flex; flex-direction: column; gap: 4px; border-left: 1px solid #ddd; padding-left: 14px; }
.brand-lockup strong { font-family: var(--serif); font-size: 25px; line-height: 1; letter-spacing: .08em; color: var(--red); }
.brand-lockup small { color: #777; font-family: Georgia, serif; font-size: 9px; letter-spacing: .12em; }
.header-search { flex: 1; height: 44px; border: 2px solid var(--red); display: flex; background: #fff; max-width: 580px; }
.header-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 16px; color: var(--ink); }
.header-search input::placeholder { color: #aaa; }
.header-search button { width: 86px; border: 0; background: var(--red); color: #fff; font-weight: 700; cursor: pointer; }
.header-search button:hover { background: var(--red-dark); }
.heritage-seal { margin-left: auto; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; color: var(--red); border-left: 1px solid var(--line); padding-left: 26px; }
.heritage-seal b { font-family: Georgia, serif; font-size: 25px; line-height: 1; }
.heritage-seal span { width: 30px; color: #777; font-size: 11px; line-height: 1.2; }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; padding: 9px 14px; }
.main-nav { height: 48px; background: var(--red); color: #fff; }
.nav-inner { height: 100%; display: flex; align-items: stretch; }
.nav-inner a { min-width: 138px; display: grid; place-items: center; padding: 0 24px; font-size: 15px; position: relative; }
.nav-inner a:hover, .nav-inner a.active { background: var(--red-dark); }
.nav-inner a.active::after { content: ""; position: absolute; bottom: 0; width: 26px; height: 3px; background: #fff; }

.hero-section { background: linear-gradient(90deg, #fff 0%, #fff 52%, #fff7f4 100%); border-bottom: 1px solid var(--line); }
.hero-shell { min-height: 510px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 42px; position: relative; overflow: hidden; }
.hero-shell::before { content: "1985"; position: absolute; right: 0; top: 22px; color: rgba(201,21,30,.035); font-family: Georgia, serif; font-weight: 700; font-size: 210px; line-height: 1; letter-spacing: -.08em; }
.hero-copy { padding: 78px 0 72px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 15px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.eyebrow::before, .section-kicker::before { content: ""; display: inline-block; width: 24px; height: 2px; margin-right: 10px; background: var(--red); vertical-align: middle; }
.hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); line-height: 1.18; font-weight: 700; letter-spacing: .01em; }
.hero-copy h1 span { color: var(--red); }
.hero-lede { max-width: 560px; margin: 24px 0 0; color: #555; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-width: 154px; height: 46px; background: var(--red); color: #fff; font-weight: 700; border: 1px solid var(--red); transition: .18s ease; }
.primary-button:hover { background: var(--red-dark); transform: translateY(-1px); }
.text-link { color: #555; font-weight: 600; }
.text-link span, .section-link span { color: var(--red); font-size: 21px; vertical-align: -2px; }
.text-link:hover { color: var(--red); }
.promise-row { display: flex; align-items: center; gap: 14px; margin-top: 34px; color: #777; font-size: 12px; }
.promise-row i { width: 3px; height: 3px; background: var(--red); border-radius: 50%; }
.hero-showcase { height: 430px; position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; padding: 34px 12px 24px; }
.hero-showcase::before { content: ""; position: absolute; width: 440px; height: 300px; border-radius: 50%; background: #f9e7e2; filter: blur(.2px); }
.hero-product { width: 190px; height: 290px; padding: 16px; background: #fff; border: 1px solid #eadbd7; box-shadow: 0 18px 38px rgba(121, 58, 43, .12); position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: transform .25s ease; }
.hero-product:nth-child(1) { transform: translate(28px, 22px) rotate(-4deg); z-index: 1; }
.hero-product:nth-child(2) { transform: translateY(-12px); z-index: 3; width: 210px; height: 326px; }
.hero-product:nth-child(3) { transform: translate(-28px, 28px) rotate(4deg); z-index: 2; }
.hero-product:hover { z-index: 5; transform: translateY(-18px) scale(1.02); }
.hero-product img { width: 100%; height: 218px; object-fit: contain; }
.hero-product:nth-child(2) img { height: 252px; }
.hero-product small { width: 100%; margin-top: 10px; text-align: center; color: #555; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-ribbon { position: absolute; right: 8px; top: 8px; padding: 5px 7px; background: var(--red); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .08em; }

.service-strip { background: #fff; border-bottom: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 104px; }
.service-grid article { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid var(--line); }
.service-grid article:first-child { border-left: 1px solid var(--line); }
.service-grid b { font-family: Georgia, serif; color: var(--red); font-size: 30px; line-height: 1; }
.service-grid span { color: #666; font-size: 13px; }

.section { padding: 82px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 36px; }
.section-heading h2, .catalog-heading h2, .story-copy h2, .quality-grid h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 3.5vw, 48px); line-height: 1.24; font-weight: 700; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.8; text-align: right; }
.category-section { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.craving { min-height: 210px; background: #fff; border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 128px; position: relative; overflow: hidden; cursor: pointer; transition: .2s ease; }
.craving:hover { border-color: #e1b0b3; box-shadow: var(--shadow); transform: translateY(-3px); }
.craving-copy { padding: 26px 8px 22px 26px; position: relative; z-index: 2; }
.craving .micro { margin: 0 0 12px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.craving h3 { margin: 0; font-family: var(--serif); font-size: 25px; color: #2d2d2d; }
.craving p { margin: 10px 0 0; color: #777; font-size: 12px; line-height: 1.65; }
.craving-pic { align-self: stretch; display: grid; place-items: center; padding: 22px 16px; background: linear-gradient(145deg, #fff8f4, #fff); }
.craving-pic img { width: 100%; height: 150px; object-fit: contain; transition: transform .2s ease; }
.craving:hover .craving-pic img { transform: scale(1.06); }
.craving-explore { position: absolute; left: 26px; bottom: 20px; color: var(--red); font-size: 11px; font-weight: 700; }
.craving .shape { display: none; }

.featured-section { background: #f5f5f5; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.section-link { color: #555; font-weight: 600; }
.section-link:hover { color: var(--red); }
.featured-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-product { height: 100%; background: #fff; border: 1px solid #e5e5e5; cursor: pointer; transition: .2s ease; }
.feature-product:hover { box-shadow: var(--shadow); border-color: #dfb8ba; transform: translateY(-3px); }
.feature-product .visual { height: 255px; display: grid; place-items: center; padding: 24px; background: #fff; }
.feature-product .visual img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.feature-product:hover .visual img { transform: scale(1.05); }
.feature-product .info { padding: 18px 18px 21px; border-top: 1px solid #eee; }
.feature-product .info h3 { margin: 8px 0 4px; font-size: 16px; line-height: 1.45; font-weight: 700; }
.feature-product .info small { color: #888; font-size: 11px; }
.product-kicker { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .06em; }

.story-section { background: var(--warm); }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 66px; }
.brand-film { min-width: 0; background: #26201e; box-shadow: var(--shadow); position: relative; }
.film-label { height: 42px; display: flex; align-items: center; padding: 0 16px; background: var(--red); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.brand-film video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #1e1a18; }
.story-copy { padding: 20px 0; }
.story-copy h2 { color: var(--red-dark); }
.story-lede { margin: 22px 0 28px; color: #555; font-size: 16px; line-height: 1.9; }
.timeline-list { border-top: 1px solid #dfd2c6; }
.timeline-list article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid #dfd2c6; }
.timeline-list b { color: var(--red); font-family: Georgia, serif; font-size: 13px; }
.timeline-list strong { font-family: var(--serif); font-size: 17px; }
.timeline-list p { margin: 7px 0 0; color: #777; font-size: 13px; line-height: 1.6; }

.catalog-section { background: #fff; }
.catalog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.catalog-heading > p { margin: 0; color: #777; }
.catalog-heading strong { color: var(--red); font-family: Georgia, serif; font-size: 22px; }
.catalog-tools { margin-top: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px; background: #f6f6f6; border: 1px solid #ececec; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn { min-height: 34px; border: 1px solid #d9d9d9; background: #fff; padding: 7px 12px; color: #555; font-size: 12px; cursor: pointer; }
.filter-btn:hover, .filter-btn.active { border-color: var(--red); background: var(--red); color: #fff; }
.catalog-search { min-width: 300px; height: 38px; display: flex; align-items: center; border: 1px solid #d7d7d7; background: #fff; }
.catalog-search span { height: 100%; display: grid; place-items: center; flex: none; padding: 0 12px; background: #ececec; color: #555; font-size: 11px; }
.catalog-search input { min-width: 0; flex: 1; height: 100%; padding: 0 12px; border: 0; outline: 0; }
.result-summary { display: flex; justify-content: space-between; align-items: center; margin: 17px 0 13px; color: #666; font-size: 12px; }
.result-summary small { color: #999; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; transition: .18s ease; }
.product-card:hover { box-shadow: inset 0 0 0 1px var(--red); position: relative; z-index: 2; }
.product-image-wrap { height: 220px; display: grid; place-items: center; overflow: hidden; padding: 18px; background: #fff; }
.product-image { width: 100%; height: 100%; object-fit: contain; transition: transform .22s ease; }
.product-card:hover .product-image { transform: scale(1.05); }
.product-body { min-height: 142px; padding: 14px 14px 16px; border-top: 1px solid #f0f0f0; }
.product-name { margin-top: 8px; font-size: 15px; font-weight: 700; line-height: 1.45; min-height: 43px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-cn { margin-top: 6px; color: #888; font-size: 11px; line-height: 1.35; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.product-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 13px; color: #aaa; font-size: 9px; }
.product-meta span:last-child { color: var(--red); }
.load-more { display: block; min-width: 170px; margin: 32px auto 0; height: 42px; border: 1px solid var(--red); background: #fff; color: var(--red); font-weight: 700; cursor: pointer; }
.load-more:hover { background: var(--red); color: #fff; }
.empty { grid-column: 1/-1; padding: 72px 20px; text-align: center; color: #888; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.quality-section { padding: 64px 0; background: var(--red); color: #fff; }
.quality-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 0; }
.quality-grid > div { padding: 8px 42px 8px 0; }
.quality-grid .section-kicker { color: #fff; opacity: .8; }
.quality-grid .section-kicker::before { background: #fff; }
.quality-grid article { min-height: 174px; padding: 10px 26px; border-left: 1px solid rgba(255,255,255,.26); }
.quality-grid article span { display: block; font-family: Georgia, serif; color: #f1b7ba; font-size: 14px; }
.quality-grid article h3 { margin: 15px 0 10px; font-family: var(--serif); font-size: 25px; }
.quality-grid article p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.7; }

footer { background: #2d2927; color: #c9c5c2; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1.3fr; gap: 56px; padding-top: 54px; padding-bottom: 48px; }
.footer-brand img { width: 86px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand h2 { margin: 14px 0 8px; color: #fff; font-family: var(--serif); font-size: 26px; }
.footer-brand h2 span { font-family: Georgia, serif; font-size: 15px; letter-spacing: .08em; }
.footer-brand p { margin: 0; color: #aaa4a0; font-size: 12px; }
footer h3 { margin: 4px 0 18px; color: #fff; font-size: 14px; }
footer a { display: block; margin: 0 0 11px; color: #aaa4a0; font-size: 12px; }
footer a:hover { color: #fff; }
.footer-note p { margin: 0; color: #97918d; font-size: 11px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid #46413e; font-size: 11px; color: #8d8885; }
.footer-bottom .container { min-height: 48px; display: flex; align-items: center; justify-content: space-between; }
.footer-bottom a { margin: 0; }

dialog { width: min(880px, 94vw); max-width: none; padding: 0; border: 0; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.25); }
dialog::backdrop { background: rgba(28,20,18,.68); backdrop-filter: blur(2px); }
.dialog-close { position: absolute; right: 14px; top: 14px; z-index: 2; width: 38px; height: 38px; border: 1px solid #ddd; background: #fff; font-size: 25px; cursor: pointer; }
.dialog-close:hover { color: var(--red); border-color: var(--red); }
.dialog-grid { display: grid; grid-template-columns: 1fr 1fr; }
.dialog-visual { min-height: 510px; display: grid; place-items: center; padding: 36px; background: #f8f8f8; border-right: 1px solid var(--line); }
.dialog-visual img { width: 100%; height: 100%; max-height: 440px; object-fit: contain; }
.dialog-copy { padding: 58px 42px; }
.dialog-copy h2 { margin: 12px 0 7px; font-family: var(--serif); font-size: 32px; line-height: 1.35; }
.dialog-copy .en { color: #888; font-size: 13px; line-height: 1.5; }
.dialog-copy > p { line-height: 1.75; color: #666; }
.dialog-copy dl { display: grid; grid-template-columns: 74px 1fr; gap: 12px; margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; }
.dialog-copy dt { font-weight: 700; color: #555; }
.dialog-copy dd { margin: 0; color: #888; }
.dialog-copy dd a { text-decoration: underline; text-underline-offset: 3px; }
.rights-chip { display: inline-block; margin-top: 24px; padding: 7px 10px; background: var(--red-soft); color: var(--red); border: 1px solid #f0c8ca; font-size: 10px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header-main { gap: 24px; }
  .brand-lockup { min-width: 220px; }
  .heritage-seal { display: none; }
  .nav-inner a { min-width: 0; flex: 1; padding: 0 12px; }
  .hero-shell { grid-template-columns: .9fr 1.1fr; }
  .hero-product { width: 155px; height: 250px; }
  .hero-product:nth-child(2) { width: 175px; height: 285px; }
  .hero-product img { height: 180px; }
  .hero-product:nth-child(2) img { height: 210px; }
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .quality-grid { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .quality-grid article:nth-of-type(2) { border-left: 0; }
  .footer-grid { grid-template-columns: 1.4fr .8fr .8fr; }
  .footer-note { grid-column: 1/-1; max-width: 760px; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 32px, 680px); }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .header-main { min-height: 76px; }
  .brand-lockup { min-width: 0; }
  .brand-lockup span { display: none; }
  .brand-lockup img { width: 80px; }
  .header-search { margin-left: auto; max-width: 390px; }
  .menu-button { display: block; }
  .main-nav { display: none; height: auto; }
  .main-nav.open { display: block; }
  .nav-inner { display: grid; grid-template-columns: repeat(2, 1fr); padding: 10px 0; }
  .nav-inner a { height: 42px; }
  .nav-inner a.active::after { display: none; }
  .hero-shell { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 58px 0 24px; text-align: center; }
  .eyebrow::before { display: none; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .promise-row { justify-content: center; }
  .hero-showcase { height: 370px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article { min-height: 86px; border-bottom: 1px solid var(--line); }
  .section { padding: 64px 0; }
  .section-heading, .catalog-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .section-heading > p { text-align: left; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; gap: 36px; }
  .story-copy { padding: 0; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .catalog-search { min-width: 0; width: 100%; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .quality-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid > div { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; }
}

@media (max-width: 560px) {
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .header-main { gap: 12px; }
  .header-search { height: 38px; border-width: 1px; }
  .header-search button { width: 62px; }
  .header-search input { padding: 0 9px; font-size: 12px; }
  .hero-copy { padding-top: 46px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-lede { font-size: 15px; line-height: 1.75; }
  .hero-actions { gap: 18px; }
  .primary-button { min-width: 138px; }
  .hero-showcase { height: 310px; padding: 20px 0; }
  .hero-showcase::before { width: 330px; height: 225px; }
  .hero-product { width: 116px; height: 205px; padding: 10px; }
  .hero-product:nth-child(1) { transform: translate(20px, 15px) rotate(-4deg); }
  .hero-product:nth-child(2) { width: 132px; height: 232px; }
  .hero-product:nth-child(3) { transform: translate(-20px, 18px) rotate(4deg); }
  .hero-product img, .hero-product:nth-child(2) img { height: 155px; }
  .hero-product small { font-size: 10px; }
  .service-grid b { font-size: 25px; }
  .service-grid article { gap: 8px; flex-direction: column; }
  .category-grid { grid-template-columns: 1fr; }
  .craving { min-height: 190px; }
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .feature-product .visual { height: 190px; padding: 14px; }
  .feature-product .info { padding: 12px; }
  .feature-product .info h3 { font-size: 14px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-image-wrap { height: 180px; padding: 12px; }
  .product-body { min-height: 134px; padding: 12px; }
  .product-name { font-size: 13px; min-height: 38px; }
  .result-summary small { display: none; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid article { border-left: 0; border-top: 1px solid rgba(255,255,255,.26); padding: 22px 0; min-height: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-note { grid-column: 1/-1; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-visual { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .dialog-copy { padding: 34px 24px; }
  .dialog-copy h2 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-product, .product-image, .craving-pic img { transition: none; }
}
