:root{--bg: #ffffff;--surface: #f7f6f2;--surface-deep: #eee9df;--ink: #202625;--muted: #68706e;--primary: #3d4d4e;--primary-dark: #2e3c3d;--accent: #8d783d;--line: #e4e0d8;--white: #ffffff;--header-height: 86px;--max: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Noto Sans SC,Microsoft YaHei,PingFang SC,Arial,sans-serif;line-height:1.7}body.nav-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.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}.container{width:min(calc(100% - 56px),var(--max));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;height:var(--header-height);display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:center;column-gap:32px;padding:0 max(28px,calc((100vw - var(--max)) / 2));background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:220px}.brand-mark{display:block;flex:0 0 66px;width:66px;height:66px;background:var(--white)}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand-text{display:grid;gap:1px}.brand-text>span{font-size:17px;font-weight:700;letter-spacing:.02em}.brand-text small{color:var(--muted);font-size:12px}.site-nav{display:flex;align-items:center;justify-self:center;gap:44px;height:100%;color:var(--ink);font-size:17px}.site-nav a{position:relative;display:inline-flex;align-items:center;height:100%;color:#4c5553}.site-nav a:after{content:"";position:absolute;left:0;right:0;bottom:22px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-nav a:hover,.site-nav a.is-active{color:var(--ink)}.site-nav a:hover:after,.site-nav a.is-active:after{transform:scaleX(1)}.menu-toggle{display:none;justify-self:end;width:42px;height:42px;border:0;background:transparent;padding:9px;color:var(--ink)}.menu-toggle span:not(.sr-only){display:block;height:2px;margin:5px 0;background:currentColor;transition:transform .18s ease,opacity .18s ease}.page-hero{width:100%;height:min(520px,54vw);min-height:360px;overflow:hidden;background:var(--surface)}.page-hero img{width:100%;height:100%;object-fit:cover;object-position:center center}.page-hero-products{height:auto;min-height:0}.page-hero-products img{height:auto;object-fit:contain}.page-hero-home{height:auto;min-height:0;background:#b59a78}.page-hero-home img{width:100%;height:auto;object-fit:contain}.home-carousel{position:relative;width:100%;aspect-ratio:2.42 / 1;overflow:hidden;background:#e9e4da}.home-carousel-slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0;transition:opacity .62s ease}.home-carousel-slide.is-active{z-index:1;opacity:1}.home-carousel-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%}.home-carousel-action{position:absolute;top:50%;z-index:2;display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.78);border-radius:50%;background:#1f1d1959;color:var(--white);cursor:pointer;font-size:25px;line-height:1;transform:translateY(-50%);transition:background .18s ease,transform .18s ease}.home-carousel-action:hover{background:#1f1d19b3;transform:translateY(-50%) scale(1.07)}.home-carousel-action.is-previous{left:clamp(12px,2vw,36px)}.home-carousel-action.is-next{right:clamp(12px,2vw,36px)}.home-carousel-dots{position:absolute;right:clamp(16px,2.5vw,44px);bottom:clamp(12px,2vw,28px);z-index:2;display:flex;gap:8px}.home-carousel-dots button{width:8px;height:8px;padding:0;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:#2a231d6b;cursor:pointer;transition:transform .18s ease,background .18s ease}.home-carousel-dots button:hover,.home-carousel-dots button.is-active{background:var(--white);transform:scale(1.25)}.page-hero-about,.page-hero-charity{width:min(calc(100% - 56px),1180px);height:auto;min-height:0;margin:clamp(24px,3vw,48px) auto 0;background:var(--surface)}.page-hero-about img,.page-hero-charity img{width:100%;height:auto;object-fit:contain}.content-page{padding:54px 0 110px}.home-entry{padding:34px 0;background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-products{padding:clamp(64px,8vw,112px) 0 clamp(70px,8vw,116px);background:var(--white)}.home-recommend{padding-top:0}.home-recommend-title{width:min(100%,430px);margin:0 auto clamp(48px,6vw,86px);padding:22px 32px 30px;border-radius:0 0 50% 50%;background:var(--white);box-shadow:0 16px 30px #252b291a;text-align:center}.home-recommend-title span{display:block;color:var(--primary-dark);font-size:25px;font-weight:700;line-height:1.2}.home-recommend-title h2{margin:8px 0 0;color:var(--primary-dark);font-size:26px;line-height:1.2}.home-recommend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,5vw,86px)}.home-recommend-card{display:grid;grid-template-rows:minmax(300px,1fr) auto;min-width:0;text-align:center;transition:transform .18s ease}.home-recommend-card:hover{transform:translateY(-5px)}.home-recommend-image{display:grid;place-items:center;min-height:clamp(300px,30vw,430px);background:var(--white)}.home-recommend-image img{width:100%;height:100%;padding:0 clamp(16px,3vw,48px);object-fit:contain}.home-recommend-copy{padding:18px 0 0}.home-recommend-copy h3{max-width:260px;margin:0 auto;overflow:hidden;color:var(--primary-dark);font-size:17px;font-weight:500;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.home-recommend-link{display:block;width:fit-content;margin:clamp(36px,5vw,64px) auto 0;padding-bottom:4px;border-bottom:1px solid currentColor;color:var(--primary);font-size:15px;font-weight:600}.home-products .section-head{margin-bottom:32px}.home-brand-visual{display:block;overflow:hidden;background:var(--surface)}.home-brand-visual img{width:100%;aspect-ratio:16 / 9;object-fit:cover;transition:transform .32s ease}.home-brand-visual:hover img{transform:scale(1.015)}.home-products-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:34px 0 20px;padding-bottom:14px;border-bottom:1px solid var(--line)}.home-products-bar p{margin:0;color:var(--primary);font-size:18px;font-weight:600}.home-products-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:15px;font-weight:600}.home-products-link span{font-size:20px;line-height:1;transition:transform .18s ease}.home-products-link:hover span{transform:translate(3px)}.home-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-featured-product{display:grid;grid-template-rows:minmax(220px,1fr) auto;min-width:0;border-bottom:1px solid var(--line);transition:border-color .18s ease}.home-featured-product:hover{border-color:var(--primary)}.home-featured-product-image{display:grid;place-items:center;min-height:250px;background:var(--surface)}.home-featured-product-image img{width:100%;height:100%;padding:24px;object-fit:contain;transition:transform .22s ease}.home-featured-product:hover .home-featured-product-image img{transform:translateY(-5px)}.home-featured-product-copy{padding:18px 2px 20px}.home-featured-product-copy>span{color:var(--accent);font-size:13px}.home-featured-product-copy h3{min-height:58px;margin:7px 0 8px;font-size:20px;line-height:1.4;font-weight:500;text-wrap:balance}.home-featured-product-copy p{min-height:48px;margin:0;color:var(--muted);font-size:14px}.home-entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home-entry-card{min-height:118px;padding:22px;border:1px solid var(--line);background:var(--white);transition:border-color .18s ease,transform .18s ease}.home-entry-card:hover{border-color:var(--primary);transform:translateY(-2px)}.home-entry-card span{display:block;margin-bottom:10px;color:var(--primary);font-size:20px;font-weight:600}.home-entry-card strong{color:var(--muted);font-size:14px;font-weight:400}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:36px;color:#303837;font-size:17px}.breadcrumb a{color:var(--ink)}.breadcrumb a:hover{color:var(--accent)}.breadcrumb-sep{margin-right:8px;color:var(--muted)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}.section-head.align-left{display:block}.section-head span{color:var(--accent);font-size:14px;letter-spacing:.14em}.section-head h2{margin:6px 0 0;font-size:44px;line-height:1.15;font-weight:500}.section-subtitle{max-width:520px;margin:0;color:var(--muted);font-size:16px}.about-feature{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:48px;align-items:center}.about-image{overflow:hidden;background:var(--surface)}.about-image img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.about-copy h3,.story-panel h3,.honors-copy h3,.charity-copy h3,.contact-info h3,.anti-counterfeit h3{margin:0 0 16px;font-size:28px;line-height:1.25;font-weight:500}.about-copy p,.story-panel p,.honors-copy p,.charity-copy p,.contact-info p,.anti-counterfeit p{margin:0 0 14px;color:var(--muted);font-size:16px}.story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:24px;margin-top:28px}.story-panel{overflow:hidden;border:1px solid var(--line);background:var(--white)}.story-panel-large{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center}.story-panel-large img{width:100%;height:100%;min-height:360px;object-fit:cover}.story-panel-large .brand-story-logo{padding:clamp(26px,4vw,52px);object-fit:contain;background:var(--white)}.story-panel-large div,.timeline-panel{padding:34px}.timeline{display:grid;gap:18px;padding:0;margin:0;list-style:none}.timeline li{display:grid;grid-template-columns:minmax(136px,180px) minmax(0,1fr);gap:16px}.timeline time{color:var(--accent);font-weight:700}.timeline span{color:var(--muted)}.honors-block{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:center;margin-top:28px;padding:28px;background:var(--surface)}.honors-showcase{display:grid;grid-template-columns:minmax(180px,.62fr) minmax(240px,1fr);min-width:0;gap:clamp(20px,3vw,42px);align-items:center}.honor-feature{display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:270px;margin:0;padding:12px;background:var(--white)}.honor-feature img{width:100%;height:220px;object-fit:contain;animation:honor-feature-in .46s ease-out both}.honor-feature figcaption{padding:8px 6px 2px;color:var(--primary);font-size:14px;line-height:1.45;text-align:center}.honor-lyrics{min-width:0;overflow:hidden}.honor-lyrics-viewport{height:168px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 24%,#000 76%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 24%,#000 76%,transparent)}.honor-lyrics-track{--honor-line-height: 56px;display:grid;grid-auto-rows:var(--honor-line-height);margin:0;padding:var(--honor-line-height) 0;list-style:none;transform:translateY(calc(var(--honor-active-index) * var(--honor-line-height) * -1));transition:transform .62s cubic-bezier(.22,1,.36,1);will-change:transform}.honor-lyrics-track li{display:flex;align-items:center;color:var(--muted);font-size:17px;line-height:1.3;opacity:.38;transform:scale(.94);transform-origin:left center;transition:color .36s ease,opacity .36s ease,transform .36s ease}.honor-lyrics-track li.is-active{color:var(--primary-dark);font-size:22px;font-weight:600;opacity:1;transform:scale(1)}@keyframes honor-feature-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.product-toolbar{display:grid;grid-template-columns:1fr;gap:22px;align-items:center;margin-bottom:38px}.product-toolbar .breadcrumb{justify-self:start;width:100%;margin-bottom:0}.storefront-links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;min-height:46px}.storefront-link{display:grid;place-items:center;width:44px;height:44px;border:1px solid #d5d7d3;border-radius:999px;background:#f1f2ef;color:#59615f;font-size:11px;font-weight:700;line-height:1;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.storefront-link:hover{border-color:var(--accent);background:var(--white);color:var(--primary-dark);transform:translateY(-2px)}.category-rail{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;width:100%}.category-rail button{min-width:132px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:6px;border:0;background:var(--primary);color:var(--white);cursor:pointer;font:inherit;font-size:17px;transition:background .18s ease,transform .18s ease}.category-rail button:hover,.category-rail button.is-active{background:var(--primary-dark);transform:translateY(-1px)}.category-rail button:focus-visible{outline:3px solid rgba(141,120,61,.45);outline-offset:3px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px 36px}.product-card{display:grid;grid-template-rows:360px auto;background:var(--white);transition:box-shadow .18s ease,transform .18s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #2d2d2d1f}.product-card-media{display:grid;place-items:center;border:1px solid transparent;background:var(--white)}.product-card-media img{width:100%;height:100%;padding:34px;object-fit:contain}.product-card-body{display:grid;justify-items:center;padding:20px 20px 28px;text-align:center}.product-card-body span{color:var(--accent);font-size:13px}.product-card-body h3{min-height:58px;margin:8px 0 10px;font-size:21px;line-height:1.35;font-weight:500}.product-card-body p{min-height:48px;margin:0 0 18px;color:var(--muted);font-size:15px}.product-link{display:inline-flex;align-items:center;justify-content:center;min-width:108px;min-height:40px;border:1px solid var(--primary);border-radius:5px;color:var(--primary);font-size:17px;transition:background .18s ease,color .18s ease}.product-link:hover{background:var(--primary);color:var(--white)}.detail-page{background:#f5f5f5}.detail-shell{max-width:1320px;padding:54px 62px 90px;background:var(--white)}.detail-title{margin:22px 0 34px;padding-bottom:28px;border-bottom:1px solid var(--line);text-align:center;font-size:28px;line-height:1.35;font-weight:700}.detail-lead{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(260px,.28fr);gap:42px;align-items:center;width:min(100%,1000px);margin:0 auto 34px;padding:28px;background:var(--surface)}.detail-lead-copy{display:grid;gap:12px}.detail-lead-copy p{margin:0;color:var(--muted)}.detail-category{color:var(--accent)!important;font-weight:700}.detail-lead-cover{display:grid;place-items:center;min-height:220px;background:var(--white)}.detail-lead-cover img{width:100%;max-height:260px;object-fit:contain;padding:18px}.primary-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:42px;padding:0 20px;border-radius:999px;background:var(--primary);color:var(--white);font-size:15px}.primary-link:hover{background:var(--primary-dark)}.detail-gallery{width:min(100%,1000px);margin:0 auto}.detail-gallery img{width:100%;height:auto;margin:0 auto 18px;background:var(--white)}.news-list{display:grid;border-top:1px solid var(--line)}.content-page>.container:has(.news-feature-visual){display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);grid-template-areas:"breadcrumb breadcrumb" "heading visual" "list list";gap:clamp(32px,5vw,82px)}.content-page>.container:has(.news-feature-visual) .breadcrumb{grid-area:breadcrumb;margin-bottom:0}.content-page>.container:has(.news-feature-visual) .section-head{grid-area:heading;align-self:center;margin:0}.content-page>.container:has(.news-feature-visual) .section-subtitle{max-width:34rem}.news-feature-visual{grid-area:visual;width:100%;margin:0;background:var(--surface)}.news-feature-visual img{display:block;width:100%;height:auto;object-fit:contain}.news-list a{display:grid;grid-template-columns:150px 1fr;gap:26px;padding:26px 0;border-bottom:1px solid var(--line)}.news-list-page{grid-area:list;margin-top:clamp(10px,2vw,28px)}.news-list span{color:var(--accent);font-size:14px}.news-list strong{font-size:22px;line-height:1.45;font-weight:500}.charity-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1fr);gap:40px;align-items:center}.charity-copy dl{display:grid;gap:14px;margin:30px 0 0}.charity-copy dl div{padding:18px 0;border-top:1px solid var(--line)}.charity-copy dt{color:#c07b34;font-size:32px;line-height:1.15;font-weight:700}.charity-copy dd{margin:8px 0 0;color:var(--muted)}.charity-media{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(180px,.95fr);gap:16px;align-items:center}.charity-media img{width:100%;height:auto;object-fit:contain;background:var(--white)}.charity-media img:last-child{grid-row:span 2;height:auto;align-self:center}.contact-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1fr);gap:42px;align-items:stretch}.contact-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:320px;padding:34px;border:1px solid var(--line)}.contact-info a:not(.primary-link){color:var(--accent)}.qr-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.qr-grid figure{display:grid;align-content:center;gap:16px;margin:0;padding:22px;border:1px solid var(--line);background:var(--surface)}.qr-grid img{width:100%;max-height:240px;object-fit:contain;background:var(--white)}.qr-grid figcaption{color:var(--muted);text-align:center}.anti-counterfeit{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:center;margin-top:24px;padding:28px;background:var(--surface)}.anti-counterfeit img{width:100%;background:var(--white)}.site-footer{padding:36px 0;background:var(--ink);color:#f1efe8}.footer-grid{display:grid;grid-template-columns:260px 1fr auto;gap:32px;align-items:center}.footer-brand .brand-mark{background:var(--white)}.footer-brand .brand-text,.footer-brand .brand-text small{color:inherit}.site-footer p{margin:4px 0;color:#d7d3c8;font-size:14px}.site-footer nav{display:flex;gap:18px;color:#d7d3c8;font-size:14px}.site-record{width:min(calc(100% - 56px),var(--max));margin:24px auto 0;padding-top:16px;border-top:1px solid rgba(241,239,232,.18);color:#d7d3c8;font-size:13px;display:flex;flex-wrap:wrap;justify-content:center;gap:4px 14px;text-align:center}.site-record a{color:inherit;text-decoration:none;text-underline-offset:3px}.site-record a:hover,.site-record a:focus-visible{color:var(--white);text-decoration:underline}@media (max-width: 980px){:root{--header-height: 70px}.site-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px}.brand-mark{flex-basis:50px;width:50px;height:50px}.menu-toggle{display:block;z-index:52}.site-nav{position:fixed;top:var(--header-height);right:0;left:0;z-index:51;display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;min-height:calc(100svh - var(--header-height));padding:18px 24px 40px;background:var(--white);clip-path:inset(0 0 0 100%);visibility:hidden;pointer-events:none;transition:clip-path .22s ease,visibility 0s linear .22s;overflow-y:auto;box-shadow:-24px 0 48px #0000001f}.site-nav.is-open{visibility:visible;pointer-events:auto;clip-path:inset(0);transition:clip-path .22s ease}.site-nav a{height:56px;border-bottom:1px solid var(--line);font-size:18px}.site-nav a:after{bottom:0}.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.home-entry-grid,.about-feature,.story-grid,.honors-block,.product-toolbar,.detail-lead,.charity-layout,.contact-layout,.anti-counterfeit,.footer-grid{grid-template-columns:1fr}.honors-showcase{grid-template-columns:minmax(180px,.62fr) minmax(240px,1fr)}.content-page>.container:has(.news-feature-visual){grid-template-columns:1fr;grid-template-areas:"breadcrumb" "heading" "visual" "list";gap:28px}.category-rail{justify-content:center}.product-grid{grid-template-columns:repeat(2,1fr)}.home-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head{display:block}.section-subtitle{margin-top:12px}.story-panel-large{grid-template-columns:1fr}.detail-shell{padding:42px 28px 72px}}@media (max-width: 640px){.container{width:min(calc(100% - 32px),var(--max))}.home-carousel{aspect-ratio:16 / 9}.home-carousel-slide img{object-position:center center}.home-carousel-action{width:36px;height:36px;font-size:22px}.honors-showcase{grid-template-columns:1fr}.honor-feature{max-width:300px;margin:0 auto}.honor-lyrics-viewport{height:150px}.page-hero-about,.page-hero-charity{width:min(calc(100% - 32px),1180px);margin-top:20px}.brand{min-width:0}.brand-text small{display:none}.page-hero,.page-hero-home{height:auto;min-height:0}.page-hero img{height:auto;object-fit:contain}.content-page{padding:38px 0 70px}.home-entry-grid,.home-featured-grid,.product-grid,.qr-grid,.charity-media{grid-template-columns:1fr}.section-head h2{font-size:34px}.home-products-bar{align-items:flex-start;flex-direction:column;gap:8px}.home-recommend-title{width:min(100%,320px);margin-bottom:44px;padding:18px 24px 24px}.home-recommend-title span{font-size:20px}.home-recommend-title h2{font-size:23px}.home-recommend-grid{grid-template-columns:1fr;gap:44px}.home-recommend-image{min-height:320px}.home-featured-product{grid-template-rows:250px auto}.product-card{grid-template-rows:300px auto}.news-list a{grid-template-columns:1fr;gap:8px}.charity-media img,.charity-media img:last-child{grid-row:auto;height:auto;object-fit:contain}.site-record{width:min(calc(100% - 32px),var(--max))}.detail-title{font-size:23px}.site-footer nav{flex-wrap:wrap}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
