
:root{--night:#0c0c0b;--ink:#1d1915;--paper:#f6efe5;--panel:#fffaf2;--line:#e5d6c2;--gold:#b88a3a;--muted:#746b61;--green:#4b704e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;line-height:1.68}a{text-decoration:none;color:inherit}picture,img{display:block;max-width:100%}img{height:auto}.top{position:fixed;top:0;left:0;right:0;z-index:20;background:linear-gradient(180deg,rgba(12,12,11,.74),rgba(12,12,11,.25),transparent);color:#fff}.top.solid{background:rgba(12,12,11,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{max-width:1180px;height:72px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:40px;height:40px;object-fit:contain;border-radius:2px}.brand-text{font-size:14px;color:rgba(255,255,255,.84);letter-spacing:.16em}.links{display:flex;gap:24px;font-size:14px;color:rgba(255,255,255,.76)}.links a:hover{color:#fff}.hero{height:100vh;min-height:680px;position:relative;overflow:hidden;background:#0c0c0b}.hero picture,.hero img{width:100%;height:100%;display:block}.hero img{object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.03) 55%,rgba(0,0,0,.24))}.page-hero{padding:150px 28px 76px;background:var(--night);color:#fff}.page-hero .wrap{max-width:1180px;margin:auto}.crumb{font-size:13px;color:rgba(255,255,255,.48);letter-spacing:.12em;margin-bottom:18px}.page-hero h1{font-size:clamp(40px,5vw,72px);line-height:1.05;margin:0 0 18px}.page-hero p{max-width:760px;color:rgba(255,255,255,.72);font-size:18px;margin:0}section{padding:96px 28px}.wrap{max-width:1180px;margin:auto}.head{max-width:800px;margin-bottom:40px}.kicker{font-size:13px;color:var(--gold);letter-spacing:.22em;margin-bottom:10px}h1,h2,h3,p{margin-top:0}h2{font-size:clamp(32px,3.8vw,52px);line-height:1.14;margin-bottom:16px;letter-spacing:0}.lead{font-size:17px;color:var(--muted);margin-bottom:0}.grid{display:grid;gap:22px}.cols2{grid-template-columns:repeat(2,minmax(0,1fr))}.cols3{grid-template-columns:repeat(3,minmax(0,1fr))}.cols4{grid-template-columns:repeat(4,minmax(0,1fr))}.feature{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center}.feature.reverse{grid-template-columns:1.08fr .92fr}.media{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 28px 90px rgba(53,35,16,.12)}.media img{width:100%;height:100%;object-fit:cover}.dark{background:var(--night);color:#fff}.dark .lead,.dark .card p{color:rgba(255,255,255,.68)}.dark .media{background:#111;border-color:rgba(255,255,255,.12);box-shadow:0 28px 100px rgba(0,0,0,.25)}.card{background:rgba(255,250,242,.88);border:1px solid var(--line);border-radius:8px;padding:26px}.dark .card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.13)}.card h3{font-size:21px;margin-bottom:10px}.card p{font-size:15px;color:var(--muted);margin-bottom:0}.spec{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.spec div{border-top:1px solid var(--line);padding-top:14px}.spec strong{display:block;font-size:16px}.spec span{font-size:13px;color:var(--muted)}.btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:4px;background:var(--ink);color:#fff;font-size:14px;font-weight:700}.btn.ghost{background:transparent;color:var(--ink);border:1px solid rgba(29,25,21,.22)}.quote-line{margin:28px 0 0;padding:24px 0 0;border-top:1px solid rgba(255,255,255,.14);font-size:clamp(22px,2.6vw,34px);line-height:1.32;color:#fff}.article{max-width:860px;margin:auto}.article h2{font-size:30px;margin-top:44px}.article p,.article li{font-size:17px;color:#4d463f}.article .answer{padding:22px 24px;background:var(--panel);border:1px solid var(--line);border-radius:8px;font-size:18px;color:var(--ink)}.faq{display:grid;gap:14px}.faq .card h3{font-size:18px}.footer{background:#090a08;color:rgba(255,255,255,.64);padding:54px 28px 28px;font-size:13px}.footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:34px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1)}.footer h3{margin:0 0 14px;color:#fff;font-size:15px;letter-spacing:.08em}.footer p{margin:0 0 8px}.footer a{color:rgba(255,255,255,.72)}.footer a:hover{color:#fff}.footer-bottom{max-width:1180px;margin:20px auto 0;display:grid;gap:10px;color:rgba(255,255,255,.5)}.legal{display:flex;gap:14px;flex-wrap:wrap}@media(max-width:920px){.links{display:none}.feature,.feature.reverse,.cols2,.cols3,.cols4,.footer-grid,.spec{grid-template-columns:1fr}.hero{min-height:620px}.nav{padding:0 20px}section{padding:70px 20px}.page-hero{padding-top:126px}}
.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}

.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}.brand-story{background:linear-gradient(180deg,#f6efe5,#fffaf2)}.mini{margin-top:28px}.cinematic{background:#0e0d0b;border-color:rgba(184,138,58,.28);box-shadow:0 36px 120px rgba(0,0,0,.35)}.trust{background:linear-gradient(180deg,#0c0c0b,#15120e)}.soft{background:#fffaf2}.baijiu-band{background:linear-gradient(180deg,#f6efe5 0%,#fffaf2 100%)}.dark-text{color:var(--ink);border-top-color:rgba(29,25,21,.18)}.product-stage{background:linear-gradient(135deg,#fffaf2,#f2e6d5)}.baijiu-band .media{background:#fffaf2}.brand-story .card,.soft .card{background:rgba(255,250,242,.96)}
@media(max-width:920px){.split{grid-template-columns:1fr}.brand-text{font-size:13px;letter-spacing:.08em}.page-hero h1{font-size:42px}.quote-line{font-size:24px}}

.cols5{grid-template-columns:repeat(5,minmax(0,1fr))}.note-panel{margin-top:28px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:8px;padding:20px 22px;display:grid;gap:6px}.note-panel strong{color:#fff;font-size:16px}.note-panel span{color:rgba(255,255,255,.66);font-size:14px}.process{counter-reset:step}.process .card h3:before{counter-increment:step;content:counter(step,decimal-leading-zero) " / ";color:var(--gold);font-size:13px}.article .answer strong{display:block;margin-bottom:6px}.article .table{overflow:auto;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.article table{width:100%;border-collapse:collapse;min-width:620px}.article .table{position:relative}.article .table:after{content:"← 滑动查看 →";position:absolute;right:8px;top:-22px;font-size:12px;color:var(--muted);letter-spacing:.08em;opacity:0;transition:opacity .4s}@media(hover:none){.article .table:after{opacity:.6}}.article th,.article td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:15px}.article th{background:#efe1ce;color:var(--ink)}.article tr:last-child td{border-bottom:0}.checklist{display:grid;gap:10px;margin-top:18px}.checklist li{padding-left:4px}@media(max-width:920px){.cols5{grid-template-columns:1fr}.brand img{width:36px;height:36px}.hero{height:100svh;min-height:560px}.footer{padding-left:20px;padding-right:20px}.note-panel{padding:18px}}

.cinema-statement{min-height:72vh;display:flex;align-items:center;background:radial-gradient(circle at 76% 20%,rgba(184,138,58,.16),transparent 34%),linear-gradient(180deg,#090a08,#16110d);color:#fff}.cinema-statement .wrap{max-width:980px}.cinema-statement h2{font-size:clamp(48px,7vw,104px);line-height:1.02;margin-bottom:28px}.cinema-statement p{max-width:760px;font-size:clamp(20px,2.2vw,30px);line-height:1.58;color:rgba(255,255,255,.72)}.moon-scene{background:linear-gradient(135deg,#f8f0e3 0%,#eee0ca 48%,#15110d 48%,#090a08 100%);min-height:88vh;display:flex;align-items:center}.scene-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:64px;align-items:center}.scene-grid h2{font-size:clamp(44px,6vw,88px);line-height:1.03}.scene-grid p{max-width:620px;font-size:clamp(18px,1.8vw,24px);color:#5a4c3d}.moon-scene .media{box-shadow:0 42px 140px rgba(0,0,0,.28);border-color:rgba(184,138,58,.34)}.gallery-dark{background:#060706;color:#fff;min-height:90vh;display:flex;align-items:center}.gallery-dark h2{font-size:clamp(42px,5.6vw,82px);line-height:1.04}.gallery-dark p{font-size:clamp(18px,1.8vw,24px);color:rgba(255,255,255,.66);max-width:620px}.ritual{background:#f6efe5;padding:118px 28px}.ritual h2{font-size:clamp(42px,5.4vw,78px);max-width:980px}.ritual-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.ritual-row span{border:1px solid rgba(29,25,21,.18);background:#fffaf2;padding:16px 20px;border-radius:999px;font-weight:700;color:#302820}.brand-quiet{background:linear-gradient(180deg,#100d0a,#090a08);color:#fff;min-height:72vh;display:flex;align-items:center}.brand-quiet h2{font-size:clamp(38px,4.8vw,68px);line-height:1.08}.brand-quiet p{font-size:20px;color:rgba(255,255,255,.66)}.btn.ghost.light{color:#fff;border-color:rgba(255,255,255,.28)}.brand-hero h1{max-width:980px}@media(max-width:920px){.cinema-statement,.moon-scene,.gallery-dark,.brand-quiet{min-height:auto}.cinema-statement{padding-top:110px;padding-bottom:110px}.scene-grid{grid-template-columns:1fr;gap:34px}.moon-scene{background:linear-gradient(180deg,#f8f0e3 0%,#eee0ca 58%,#100d0a 58%,#090a08 100%)}.ritual{padding:82px 20px}.ritual-row span{width:100%;text-align:center}.gallery-dark .feature.reverse{display:flex;flex-direction:column-reverse}.brand-quiet .split{gap:38px}}

.cinema-statement.refined h2{font-size:clamp(42px,5.8vw,86px)}.cinema-statement.refined p{font-size:clamp(18px,1.7vw,24px);max-width:720px}.moon-scene.refined .scene-grid h2{font-size:clamp(40px,5vw,72px)}.moon-scene.refined .scene-grid p{font-size:clamp(17px,1.5vw,21px)}.gallery-dark.refined h2{font-size:clamp(38px,4.8vw,70px)}.gallery-dark.refined p{font-size:clamp(18px,1.6vw,22px)}.ritual.refined h2{font-size:clamp(38px,4.8vw,68px)}.brand-quiet.refined h2{font-size:clamp(34px,4.2vw,60px)}.brand-quiet.refined p{font-size:18px;line-height:1.7}@media(max-width:920px){.cinema-statement.refined h2,.moon-scene.refined .scene-grid h2,.gallery-dark.refined h2,.ritual.refined h2,.brand-quiet.refined h2{font-size:40px}}

.home-section h2{letter-spacing:0}.home-section p{letter-spacing:0}.standard-band{background:#fffaf2;padding:108px 28px}.standard-band .head{max-width:920px}.standard-band h2{font-size:clamp(36px,4.4vw,64px);line-height:1.08}.standard-band .lead{font-size:20px;max-width:760px}.home-section.cinema-statement h2{font-size:clamp(44px,5.8vw,84px)}.home-section.cinema-statement p{font-size:clamp(18px,1.8vw,24px);max-width:820px}.home-section.moon-scene .scene-grid h2{font-size:clamp(40px,5vw,72px)}.home-section.moon-scene .scene-grid p{font-size:clamp(17px,1.5vw,22px);line-height:1.72}.home-section.gallery-dark h2{font-size:clamp(38px,4.8vw,68px)}.home-section.gallery-dark p{font-size:clamp(18px,1.6vw,22px)}.home-section.ritual h2{font-size:clamp(38px,4.8vw,66px)}.home-section.brand-quiet h2{font-size:clamp(34px,4.2vw,58px)}.home-section.brand-quiet p{font-size:18px;line-height:1.75}@media(max-width:920px){.standard-band{padding:78px 20px}.standard-band h2,.home-section.cinema-statement h2,.home-section.moon-scene .scene-grid h2,.home-section.gallery-dark h2,.home-section.ritual h2,.home-section.brand-quiet h2{font-size:38px}.home-section.brand-quiet p{font-size:17px}}

.brand-poster{height:100vh;min-height:720px}.brand-poster:after{background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.06) 48%,rgba(0,0,0,.42))}.hero-title{position:absolute;left:50%;bottom:12vh;transform:translateX(-50%);z-index:2;color:#fff;font-size:clamp(42px,6vw,86px);font-weight:500;letter-spacing:.18em;white-space:nowrap;text-shadow:0 10px 40px rgba(0,0,0,.5)}.brand-intro{background:#090a08;color:#fff;min-height:62vh;display:flex;align-items:center}.brand-intro h2{font-size:clamp(38px,5vw,72px);line-height:1.08;max-width:980px}.brand-intro p{font-size:clamp(18px,1.7vw,24px);color:rgba(255,255,255,.68);max-width:820px}.culture-band{background:#f6efe5}.culture-band h2{font-size:clamp(36px,4.4vw,64px);line-height:1.1}.culture-band p{font-size:20px;color:#5a4c3d}.brand-home h2{font-size:clamp(38px,4.8vw,68px)}.brand-home p{font-size:clamp(18px,1.6vw,22px);line-height:1.75}.geo-index{background:#f6efe5}.geo-index .card{transition:transform .2s ease,border-color .2s ease}.geo-index .card:hover{transform:translateY(-3px);border-color:rgba(184,138,58,.55)}@media(max-width:920px){.brand-poster{height:100svh;min-height:620px}.hero-title{bottom:11vh;font-size:38px;letter-spacing:.08em;width:min(88vw,520px);white-space:normal;text-align:center}.brand-intro{min-height:auto;padding-top:92px;padding-bottom:92px}.culture-band p{font-size:18px}.brand-home h2,.brand-intro h2,.culture-band h2{font-size:38px}}

/* XY homepage reset v3 */

/* XY homepage reset v3 */
.home-page{background:#080807;color:#f4eee5;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;line-height:1.72}.home-page a{color:inherit}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(5,5,5,.72),rgba(5,5,5,.22),transparent);color:#fff}.site-nav{height:76px;max-width:1240px;margin:0 auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-brand{display:flex;align-items:center;gap:13px}.nav-brand img{width:42px;height:42px;object-fit:contain;mix-blend-mode:screen;filter:contrast(1.06) brightness(1.08)}.nav-brand span{font-size:14px;letter-spacing:.18em;color:rgba(255,255,255,.86)}.nav-links{display:flex;gap:30px;font-size:14px;letter-spacing:.08em;color:rgba(255,255,255,.76)}.nav-links a:hover{color:#fff}.xy-hero{height:100vh;min-height:720px;position:relative;overflow:hidden;background:#050505}.xy-hero picture,.xy-hero img{width:100%;height:100%;display:block}.xy-hero img{object-fit:cover;object-position:center center}.xy-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.02) 54%,rgba(0,0,0,.12));pointer-events:none}.xy-hero-word{position:absolute;left:50%;bottom:10.5vh;z-index:2;transform:translateX(-50%);white-space:nowrap;color:#fff;font-size:clamp(44px,6vw,88px);font-weight:500;letter-spacing:.16em;text-shadow:0 18px 48px rgba(0,0,0,.58)}.xy-wrap{width:min(1180px,calc(100% - 56px));margin:0 auto}.xy-wrap.narrow{width:min(980px,calc(100% - 56px))}.eyebrow{margin:0 0 16px;color:#c99b52;font-size:13px;letter-spacing:.24em}.xy-opening{min-height:64vh;display:flex;align-items:center;background:#080807;padding:118px 0}.xy-opening h2,.xy-culture h2,.xy-system h2,.xy-answer h2{margin:0;font-size:clamp(38px,5vw,76px);line-height:1.08;font-weight:500;letter-spacing:0}.opening-text{max-width:760px;margin:26px 0 0;color:rgba(244,238,229,.66);font-size:clamp(18px,1.7vw,23px)}.xy-culture{padding:120px 0;background:#f2e8d9;color:#1b1712}.culture-grid{display:grid;grid-template-columns:1fr .9fr;gap:82px;align-items:start}.poem-copy p{margin:0 0 20px;color:#55483b;font-size:20px;line-height:1.9}.xy-yuelu{padding:128px 0;background:linear-gradient(135deg,#f7efe3 0%,#eadbc6 48%,#0b0b0a 48%,#060606 100%);color:#191510}.product-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:70px;align-items:center}.product-copy h2,.xy-cabinet h2,.xy-baijiu h2{margin:0 0 24px;font-size:clamp(42px,5.6vw,84px);line-height:1.04;font-weight:500}.product-copy p{max-width:620px;margin:0 0 16px;font-size:clamp(18px,1.8vw,23px);color:#594a3a}.image-frame{margin:0;background:#111;border:1px solid rgba(201,155,82,.28);box-shadow:0 44px 140px rgba(0,0,0,.34);overflow:hidden}.image-frame img{width:100%;aspect-ratio:1.25/1;object-fit:cover}.xy-cabinet{min-height:74vh;display:flex;align-items:center;padding:120px 0;background:radial-gradient(circle at 76% 18%,rgba(201,155,82,.15),transparent 30%),linear-gradient(180deg,#050505,#11100d);color:#fff}.cabinet-copy{max-width:1040px}.cabinet-copy p:not(.eyebrow){max-width:780px;margin:0;color:rgba(244,238,229,.68);font-size:clamp(19px,2vw,28px);line-height:1.75}.xy-baijiu{padding:124px 0;background:#f6efe5;color:#1a1612}.baijiu-grid{display:grid;grid-template-columns:.9fr 1fr;gap:76px;align-items:start}.baijiu-lines p{margin:0 0 18px;color:#56483b;font-size:21px;line-height:1.8}.baijiu-lines .big-line{color:#1a1612;font-size:clamp(34px,4vw,58px);line-height:1.15}.xy-system{padding:124px 0;background:#0b0b0a;color:#fff}.xy-system h2{max-width:1000px}.system-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:54px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14)}.system-list a{display:flex;min-height:150px;flex-direction:column;justify-content:space-between;padding:26px;background:#11100e}.system-list strong{font-size:24px;font-weight:500}.system-list span{color:rgba(244,238,229,.58);font-size:15px}.xy-answer{padding:112px 0;background:#f2e8d9;color:#1a1612}.xy-answer h2{max-width:900px}.answer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:46px}.answer-grid a{min-height:190px;padding:24px;background:#fffaf2;border:1px solid #dfcfbb}.answer-grid h3{margin:0 0 16px;font-size:21px;font-weight:500}.answer-grid p{margin:0;color:#5c4e40;font-size:15px;line-height:1.7}.xy-footer{background:#050505;color:rgba(244,238,229,.62);padding:58px 30px 30px;font-size:13px}.footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:44px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.12)}.xy-footer h3{margin:0 0 14px;color:#fff;font-size:15px;font-weight:500;letter-spacing:.08em}.xy-footer p{margin:0 0 8px}.xy-footer a{color:rgba(244,238,229,.76)}.footer-legal{max-width:1180px;margin:20px auto 0;display:flex;flex-wrap:wrap;gap:12px 18px;color:rgba(244,238,229,.48)}.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}@media(max-width:920px){.site-nav{height:68px;padding:0 20px}.nav-links{display:none}.nav-brand img{width:38px;height:38px}.nav-brand span{font-size:13px;letter-spacing:.08em}.xy-hero{height:100svh;min-height:620px}.xy-hero-word{bottom:9vh;width:min(90vw,520px);white-space:normal;text-align:center;font-size:36px;line-height:1.22;letter-spacing:.08em}.xy-wrap,.xy-wrap.narrow{width:calc(100% - 40px)}.xy-opening,.xy-culture,.xy-yuelu,.xy-cabinet,.xy-baijiu,.xy-system,.xy-answer{padding:82px 0;min-height:auto}.xy-opening h2,.xy-culture h2,.xy-system h2,.xy-answer h2,.product-copy h2,.xy-cabinet h2,.xy-baijiu h2{font-size:38px}.culture-grid,.product-grid,.baijiu-grid,.system-list,.answer-grid,.footer-inner{grid-template-columns:1fr}.product-grid,.culture-grid,.baijiu-grid{gap:40px}.xy-yuelu{background:linear-gradient(180deg,#f7efe3 0%,#eadbc6 58%,#080807 58%,#060606 100%)}.image-frame img{aspect-ratio:1/1}.poem-copy p,.product-copy p,.baijiu-lines p{font-size:18px}.system-list a{min-height:128px}.answer-grid a{min-height:auto}.xy-footer{padding-left:20px;padding-right:20px}}

@media(max-width:700px){.xy-hero-word{width:100%;left:0;right:0;transform:none;padding:0 34px;font-size:34px;letter-spacing:.06em;white-space:pre-line}.xy-hero-word::first-line{letter-spacing:.08em}}

/* three-screen homepage v1 */

/* three-screen homepage v1 */
.home-three-page{margin:0;background:#050505;color:#f5efe6;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;line-height:1.62}.home-three-page a{color:inherit;text-decoration:none}.home-three-page img{display:block;max-width:100%}.compact-header{position:fixed;z-index:60;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(4,4,4,.78),rgba(4,4,4,.2),transparent)}.compact-header .site-nav{height:72px;max-width:1240px;margin:0 auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.compact-header .nav-brand{display:flex;align-items:center;gap:13px}.compact-header .nav-brand img{width:40px;height:40px;object-fit:contain;mix-blend-mode:screen}.compact-header .nav-brand span{font-size:14px;letter-spacing:.16em;color:rgba(255,255,255,.84)}.compact-header .nav-links{display:flex;gap:30px;font-size:14px;letter-spacing:.08em;color:rgba(255,255,255,.76)}.compact-header .nav-links a:hover{color:#fff}.three-hero{height:100vh;min-height:720px;position:relative;overflow:hidden;background:#050505}.three-hero picture,.three-hero img{width:100%;height:100%}.three-hero img{object-fit:cover;object-position:center center}.three-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.02) 52%,rgba(0,0,0,.42));pointer-events:none}.hero-slogan{position:absolute;left:50%;bottom:10vh;z-index:2;transform:translateX(-50%);white-space:nowrap;color:#fff;font-size:clamp(46px,6.4vw,92px);font-weight:500;letter-spacing:.16em;text-shadow:0 18px 52px rgba(0,0,0,.62)}.three-wrap{width:min(1180px,calc(100% - 56px));margin:0 auto}.three-yuelu{min-height:100vh;background:linear-gradient(180deg,#f5ead9 0%,#eadac4 48%,#070707 48%,#050505 100%);color:#18140f;padding:116px 0 0}.yuelu-intro{display:grid;grid-template-columns:.86fr 1.14fr;gap:72px;align-items:center}.section-mark{margin:0 0 14px;color:#bd8a3d;font-size:13px;letter-spacing:.26em}.copy-block h2{margin:0 0 24px;font-size:clamp(44px,5.8vw,86px);line-height:1.04;font-weight:500;letter-spacing:0}.copy-block p:not(.section-mark){margin:0 0 12px;max-width:620px;color:#5c4a38;font-size:clamp(18px,1.8vw,24px)}.product-visual{margin:0}.product-visual img{width:100%;aspect-ratio:1.18/1;object-fit:contain}.cabinet-visual{width:min(1180px,calc(100% - 56px));margin:72px auto 0;background:#0b0b0a;border:1px solid rgba(189,138,61,.28);box-shadow:0 44px 130px rgba(0,0,0,.36);overflow:hidden}.cabinet-visual img{width:100%;aspect-ratio:2.08/1;object-fit:cover}.three-baijiu{min-height:100vh;display:flex;align-items:center;background:radial-gradient(circle at 78% 30%,rgba(189,138,61,.16),transparent 34%),linear-gradient(180deg,#090807,#050505);color:#fff;padding:116px 0}.baijiu-intro{display:grid;grid-template-columns:.92fr 1.08fr;gap:74px;align-items:center}.three-baijiu .copy-block p:not(.section-mark){color:rgba(245,239,230,.68)}.three-baijiu .hero-line{font-size:clamp(34px,4.2vw,60px)!important;line-height:1.15;color:#fff!important;margin:12px 0 18px!important}.baijiu-product{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.12);box-shadow:0 44px 140px rgba(0,0,0,.38)}.baijiu-product img{aspect-ratio:1.08/1;object-fit:cover}.three-footer{background:#050505;color:rgba(245,239,230,.58);padding:28px 30px 34px;font-size:13px;border-top:1px solid rgba(255,255,255,.1)}.footer-core{max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center}.footer-core+.footer-core{margin-top:10px}.footer-core a{color:rgba(245,239,230,.76)}.footer-core.muted{color:rgba(245,239,230,.42)}.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}@media(max-width:920px){.compact-header .site-nav{height:66px;padding:0 20px}.compact-header .nav-links{display:none}.compact-header .nav-brand img{width:36px;height:36px}.compact-header .nav-brand span{font-size:13px;letter-spacing:.08em}.three-hero{height:100svh;min-height:620px}.hero-slogan{left:0;right:0;bottom:8.5vh;transform:none;width:100%;padding:0 32px;white-space:pre-line;text-align:center;font-size:34px;line-height:1.22;letter-spacing:.08em}.three-wrap,.cabinet-visual{width:calc(100% - 40px)}.three-yuelu,.three-baijiu{min-height:auto;padding:82px 0}.yuelu-intro,.baijiu-intro{grid-template-columns:1fr;gap:38px}.copy-block h2{font-size:38px}.copy-block p:not(.section-mark){font-size:18px}.cabinet-visual{margin-top:46px}.cabinet-visual img{aspect-ratio:1.1/1}.three-baijiu .hero-line{font-size:34px!important}.footer-core{display:grid;gap:8px}}

.desktop-slogan{display:inline}.mobile-slogan{display:none}@media(max-width:700px){.desktop-slogan{display:none}.mobile-slogan{display:inline}.hero-slogan{white-space:normal}}


/* final three-screen responsive fixes */
.home-three-page .three-hero,
.home-three-page .three-yuelu,
.home-three-page .three-baijiu{padding-left:0;padding-right:0;box-sizing:border-box}
.home-three-page .three-hero{padding-top:0;padding-bottom:0;width:100%;height:100vh;min-height:0}
.home-three-page .three-hero picture,
.home-three-page .three-hero img{display:block;width:100%;height:100%}
.home-three-page .three-hero img{object-fit:cover;object-position:center center}
.home-three-page .three-yuelu{padding-top:clamp(86px,8vw,116px);padding-bottom:72px}
.home-three-page .three-baijiu{padding-top:clamp(86px,8vw,116px);padding-bottom:clamp(86px,8vw,116px)}
.home-three-page .three-footer{padding-left:30px;padding-right:30px}
@media(max-width:920px){
  .home-three-page .three-hero{height:100svh;min-height:620px;padding:0}
  .home-three-page .three-yuelu,.home-three-page .three-baijiu{padding-left:0;padding-right:0}
  .home-three-page .three-footer{padding-left:20px;padding-right:20px}
}
@media(min-width:1300px){
  .home-three-page .hero-slogan{bottom:8vh;font-size:clamp(52px,5.4vw,82px)}
}


/* simple about page */
.about-simple-page{margin:0;background:#f4eadc;color:#17130f;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;line-height:1.78}.about-simple-page .compact-header{background:linear-gradient(180deg,rgba(5,5,5,.78),rgba(5,5,5,.16),transparent)}.about-simple-main{min-height:calc(100vh - 128px);padding:150px 28px 86px}.about-article{max-width:920px;margin:0 auto}.about-article h1{margin:0 0 34px;font-size:clamp(42px,5.4vw,76px);line-height:1.08;font-weight:600;letter-spacing:0}.about-article p{margin:0 0 22px;font-size:20px;line-height:1.9;color:#42382e}.about-article .section-mark{margin-bottom:16px;font-size:13px;letter-spacing:.26em;color:#bd8a3d}.about-simple-page .three-footer{margin-top:0}@media(max-width:920px){.about-simple-main{padding:118px 20px 68px}.about-article h1{font-size:38px}.about-article p{font-size:17px;line-height:1.85}}


/* simplified sub brand pages */
.sub-brand-page{margin:0;background:#050505;color:#f5efe6;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;line-height:1.7}.sub-brand-page a{color:inherit;text-decoration:none}.sub-brand-page img{display:block;max-width:100%}.sub-wrap{width:min(1180px,calc(100% - 56px));margin:0 auto}.sub-hero{min-height:100vh;display:flex;align-items:center;padding:116px 0 90px}.sub-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:78px;align-items:center}.sub-copy h1{margin:0 0 26px;font-size:clamp(48px,6vw,92px);line-height:1.03;font-weight:560;letter-spacing:0}.sub-copy p:not(.section-mark){max-width:640px;margin:0 0 14px;font-size:clamp(19px,1.9vw,26px);color:rgba(245,239,230,.7)}.sub-copy .strong-line{font-size:clamp(34px,4.2vw,62px)!important;color:#fff!important;line-height:1.12;margin:18px 0 20px!important}.sub-product{margin:0;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.12);box-shadow:0 42px 140px rgba(0,0,0,.36)}.sub-product img{width:100%;aspect-ratio:1.12/1;object-fit:contain}.yuelu-hero{background:linear-gradient(135deg,#f4eadc 0%,#e8d7bf 48%,#080807 48%,#050505 100%);color:#17130f}.yuelu-hero .sub-copy p:not(.section-mark){color:#5a4a39}.yuelu-hero .sub-product{background:#f9f1e6;border-color:#dfcdb6}.sub-cabinet{padding:110px 0;background:#050505;color:#fff}.sub-cabinet h2,.sub-text h2,.baijiu-culture h2{margin:0 0 34px;font-size:clamp(42px,5.4vw,82px);line-height:1.04;font-weight:560}.sub-cabinet figure{margin:0;border:1px solid rgba(189,138,61,.28);box-shadow:0 42px 130px rgba(0,0,0,.34);overflow:hidden}.sub-cabinet img{width:100%;aspect-ratio:2.1/1;object-fit:cover}.sub-text,.baijiu-culture{padding:112px 0;background:#f4eadc;color:#17130f}.text-columns{display:grid;grid-template-columns:.9fr 1.1fr;gap:74px;align-items:start}.text-columns p{margin:0 0 18px;color:#4b4036;font-size:20px;line-height:1.9}.baijiu-hero{background:radial-gradient(circle at 80% 24%,rgba(189,138,61,.16),transparent 34%),linear-gradient(180deg,#090807,#050505)}.dark-product img{object-fit:cover}.baijiu-culture{background:#f4eadc}.baijiu-products{padding:100px 0 118px;background:#080807}.product-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-row figure{margin:0;background:#f7efe4;border:1px solid rgba(255,255,255,.1);box-shadow:0 34px 120px rgba(0,0,0,.32)}.product-row img{width:100%;aspect-ratio:1.25/1;object-fit:cover}@media(max-width:920px){.sub-wrap{width:calc(100% - 40px)}.sub-hero{min-height:auto;padding:108px 0 72px}.sub-grid,.text-columns,.product-row{grid-template-columns:1fr;gap:38px}.sub-copy h1,.sub-cabinet h2,.sub-text h2,.baijiu-culture h2{font-size:38px}.sub-copy p:not(.section-mark),.text-columns p{font-size:17px}.sub-cabinet{padding:78px 0}.sub-cabinet img{aspect-ratio:1.1/1}.sub-text,.baijiu-culture,.baijiu-products{padding:78px 0}.yuelu-hero{background:linear-gradient(180deg,#f4eadc 0%,#e8d7bf 58%,#080807 58%,#050505 100%)}}


/* homepage desktop slogan refinement */
@media(min-width:921px){
  .home-three-page .hero-slogan{bottom:9.2vh;font-size:clamp(46px,4.8vw,72px);letter-spacing:.12em;font-weight:520;text-align:center}
  .home-three-page .desktop-slogan{display:inline-block;transform:translateX(.06em)}
}
@media(min-width:1600px){.home-three-page .hero-slogan{font-size:76px}}


/* sub page final readability fixes */
.yuelu-simple-page .yuelu-hero{background:#f4eadc;color:#17130f}
.yuelu-simple-page .sub-hero{position:relative;overflow:hidden}
.yuelu-simple-page .sub-hero:after{content:"";position:absolute;right:0;top:0;bottom:0;width:36%;background:linear-gradient(180deg,#080807,#050505);z-index:0}
.yuelu-simple-page .sub-grid{position:relative;z-index:1}
.yuelu-simple-page .sub-copy{max-width:610px}
.yuelu-simple-page .sub-product{background:#f8efe3;box-shadow:0 40px 130px rgba(60,42,20,.16)}
.baijiu-simple-page .sub-copy h1{font-size:clamp(54px,6.4vw,96px)}
.baijiu-simple-page .sub-copy p:not(.section-mark){max-width:680px}
@media(max-width:920px){
  .yuelu-simple-page .sub-hero:after{display:none}
  .baijiu-simple-page .sub-copy h1{font-size:42px}
}


/* final typography and transparent logo pass */
.compact-header .nav-brand img,.nav-brand img{width:42px;height:42px;object-fit:contain;mix-blend-mode:normal!important;filter:none!important;background:transparent!important;border-radius:0!important}.compact-header .nav-brand span,.nav-brand span{font-size:14px;letter-spacing:.12em;font-weight:400;color:rgba(255,255,255,.86)}.compact-header .nav-links,.nav-links{font-size:14px;letter-spacing:.05em;font-weight:400}.home-three-page .hero-slogan{font-family:"Songti SC","STSong","SimSun",serif;font-weight:600;letter-spacing:.14em;font-size:clamp(42px,4.1vw,64px);line-height:1.12}.sub-copy h1,.sub-cabinet h2,.sub-text h2,.baijiu-culture h2,.about-article h1{font-family:"Songti SC","STSong","SimSun",serif;font-weight:600;letter-spacing:0}.sub-copy h1{font-size:clamp(44px,5vw,74px);line-height:1.12;margin-bottom:24px}.sub-copy p:not(.section-mark){font-size:clamp(18px,1.55vw,22px);line-height:1.85}.sub-copy .strong-line{font-family:"Songti SC","STSong","SimSun",serif;font-size:clamp(32px,3.6vw,54px)!important;font-weight:600}.yuelu-simple-page .sub-grid{grid-template-columns:.98fr 1.02fr;gap:64px}.yuelu-simple-page .sub-copy{max-width:720px}.yuelu-simple-page .sub-copy h1{font-size:clamp(44px,4.8vw,70px)}.baijiu-simple-page .sub-copy h1{font-size:clamp(48px,5.2vw,78px)}.baijiu-simple-page .sub-copy .strong-line{font-size:clamp(34px,3.8vw,58px)!important}.copy-block h2{font-family:"Songti SC","STSong","SimSun",serif;font-weight:600;letter-spacing:0}.home-three-page .copy-block h2{font-size:clamp(40px,4.6vw,68px);line-height:1.12}.home-three-page .copy-block p:not(.section-mark){font-size:clamp(18px,1.45vw,22px);line-height:1.85}.three-baijiu .hero-line{font-family:"Songti SC","STSong","SimSun",serif;font-weight:600;font-size:clamp(32px,3.6vw,54px)!important}.about-article h1{font-size:clamp(40px,4.8vw,66px);line-height:1.16}.about-article p{font-size:19px;line-height:1.95}.section-mark{font-size:13px;letter-spacing:.18em;font-weight:500}@media(max-width:920px){.compact-header .nav-brand img,.nav-brand img{width:36px;height:36px}.compact-header .nav-brand span,.nav-brand span{font-size:13px;letter-spacing:.06em}.home-three-page .hero-slogan{font-size:34px;letter-spacing:.08em}.sub-copy h1,.yuelu-simple-page .sub-copy h1,.baijiu-simple-page .sub-copy h1,.home-three-page .copy-block h2{font-size:38px}.sub-copy p:not(.section-mark),.home-three-page .copy-block p:not(.section-mark),.about-article p{font-size:17px}}


/* real baijiu product image pass */
.home-three-page .baijiu-product,.baijiu-simple-page .dark-product{background:transparent;border:0;box-shadow:none}.home-three-page .baijiu-product img,.baijiu-simple-page .dark-product img{aspect-ratio:1.33/1;object-fit:contain}.baijiu-products{background:#050505}.baijiu-products .product-row figure{background:transparent;border:0;box-shadow:none}.baijiu-products .product-row img{aspect-ratio:1.33/1;object-fit:contain}.baijiu-simple-page .sub-grid{grid-template-columns:.9fr 1.1fr}.baijiu-simple-page .sub-product{max-width:680px;justify-self:end}@media(max-width:920px){.baijiu-simple-page .sub-product{max-width:none;justify-self:stretch}.home-three-page .baijiu-product img,.baijiu-simple-page .dark-product img,.baijiu-products .product-row img{aspect-ratio:1.2/1}}


/* baijiu trilogy product display */
.baijiu-trio{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:end}.baijiu-trio figure{margin:0;background:transparent;border:0;box-shadow:none}.baijiu-trio img{width:100%;aspect-ratio:1/1.05;object-fit:contain}.home-three-page .baijiu-trio{max-width:760px;justify-self:end}.baijiu-simple-page .sub-product.baijiu-trio{max-width:820px;justify-self:end}.baijiu-products .product-row{grid-template-columns:repeat(3,minmax(0,1fr))}.baijiu-products .product-row img{aspect-ratio:1/1.05;object-fit:contain}@media(max-width:920px){.baijiu-trio{gap:8px}.home-three-page .baijiu-trio,.baijiu-simple-page .sub-product.baijiu-trio{max-width:none;justify-self:stretch}.baijiu-trio img,.baijiu-products .product-row img{aspect-ratio:1/1.08}}


/* enlarge baijiu trilogy */
.baijiu-trio{gap:18px}.baijiu-trio img{aspect-ratio:1.18/1;object-fit:cover}.baijiu-simple-page .sub-product.baijiu-trio{max-width:900px;width:100%;padding:0;background:transparent;border:0}.home-three-page .baijiu-trio{max-width:900px;width:100%}.baijiu-simple-page .sub-grid,.home-three-page .baijiu-intro{grid-template-columns:.78fr 1.22fr}.baijiu-products .product-row{gap:18px}.baijiu-products .product-row img{aspect-ratio:1.18/1;object-fit:cover}@media(max-width:920px){.baijiu-simple-page .sub-grid,.home-three-page .baijiu-intro{grid-template-columns:1fr}.baijiu-trio{grid-template-columns:1fr;gap:12px}.baijiu-trio img,.baijiu-products .product-row img{aspect-ratio:1.33/1}}


/* baijiu left copy width fix */
.baijiu-simple-page .sub-grid,.home-three-page .baijiu-intro{grid-template-columns:.95fr 1.05fr;gap:56px}.baijiu-simple-page .sub-copy,.home-three-page .baijiu-intro .copy-block{min-width:0}.baijiu-simple-page .sub-copy .strong-line,.home-three-page .three-baijiu .hero-line{white-space:nowrap;font-size:clamp(30px,3.2vw,48px)!important}.baijiu-simple-page .sub-product.baijiu-trio,.home-three-page .baijiu-trio{max-width:760px}@media(max-width:920px){.baijiu-simple-page .sub-grid,.home-three-page .baijiu-intro{grid-template-columns:1fr}.baijiu-simple-page .sub-copy .strong-line,.home-three-page .three-baijiu .hero-line{white-space:normal}}


/* final sans typography and product scale correction */
.home-three-page,.sub-brand-page,.about-simple-page{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif}.home-three-page .hero-slogan,.sub-copy h1,.sub-cabinet h2,.sub-text h2,.baijiu-culture h2,.about-article h1,.copy-block h2,.three-baijiu .hero-line,.sub-copy .strong-line{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif!important;font-weight:650;letter-spacing:0}.home-three-page .hero-slogan{font-size:clamp(38px,3.8vw,58px);letter-spacing:.08em}.copy-block h2,.sub-copy h1{font-size:clamp(34px,3.8vw,58px)!important;line-height:1.16!important}.home-three-page .three-baijiu .copy-block h2{font-size:clamp(32px,3.3vw,50px)!important}.sub-copy .strong-line,.three-baijiu .hero-line{font-size:clamp(28px,2.8vw,42px)!important;white-space:nowrap}.copy-block p:not(.section-mark),.sub-copy p:not(.section-mark),.text-columns p,.about-article p{font-size:clamp(16px,1.25vw,19px)!important;line-height:1.78}.section-mark{font-size:12px!important;letter-spacing:.14em!important}.baijiu-trio{grid-template-columns:repeat(3,1fr);gap:10px}.baijiu-trio img{aspect-ratio:1.33/1;object-fit:cover}.home-three-page .baijiu-trio,.baijiu-simple-page .sub-product.baijiu-trio{max-width:980px;width:100%}.home-three-page .baijiu-intro,.baijiu-simple-page .sub-grid{grid-template-columns:.82fr 1.18fr;gap:46px}.baijiu-products .product-row{gap:10px}.baijiu-products .product-row img{aspect-ratio:1.33/1;object-fit:cover}.baijiu-culture h2{font-size:clamp(34px,3.6vw,54px)!important;line-height:1.18}.sub-cabinet h2,.sub-text h2{font-size:clamp(34px,3.6vw,54px)!important;line-height:1.18}@media(max-width:920px){.home-three-page .hero-slogan{font-size:32px;letter-spacing:.06em}.copy-block h2,.sub-copy h1,.home-three-page .three-baijiu .copy-block h2{font-size:34px!important}.sub-copy .strong-line,.three-baijiu .hero-line{white-space:normal;font-size:30px!important}.home-three-page .baijiu-intro,.baijiu-simple-page .sub-grid{grid-template-columns:1fr}.baijiu-trio{grid-template-columns:1fr;gap:12px}.baijiu-trio img,.baijiu-products .product-row img{aspect-ratio:1.33/1}}


/* final baijiu image scale up */
.home-three-page .baijiu-intro,.baijiu-simple-page .sub-grid{grid-template-columns:.72fr 1.28fr;gap:42px}.home-three-page .baijiu-trio,.baijiu-simple-page .sub-product.baijiu-trio{max-width:1080px}.baijiu-trio{gap:12px}.baijiu-trio img{aspect-ratio:1.28/1;object-fit:cover}.baijiu-products .product-row img{aspect-ratio:1.28/1;object-fit:cover}@media(max-width:920px){.home-three-page .baijiu-intro,.baijiu-simple-page .sub-grid{grid-template-columns:1fr}.baijiu-trio img,.baijiu-products .product-row img{aspect-ratio:1.33/1}}


/* title scale down and yuelu product image pass */
.copy-block h2,.sub-copy h1{font-size:clamp(30px,3.15vw,48px)!important;line-height:1.18!important}.home-three-page .three-baijiu .copy-block h2{font-size:clamp(28px,2.8vw,42px)!important}.sub-cabinet h2,.sub-text h2,.baijiu-culture h2{font-size:clamp(30px,3vw,46px)!important;line-height:1.22!important}.sub-copy .strong-line,.three-baijiu .hero-line{font-size:clamp(26px,2.45vw,38px)!important}.home-three-page .hero-slogan{font-size:clamp(34px,3.4vw,50px)}.copy-block p:not(.section-mark),.sub-copy p:not(.section-mark),.text-columns p,.about-article p{font-size:clamp(15px,1.15vw,18px)!important}.home-three-page .yuelu-product img,.yuelu-simple-page .sub-product img{aspect-ratio:1.45/1;object-fit:contain}.home-three-page .yuelu-product,.yuelu-simple-page .sub-product{background:#f8efe3;border:0;box-shadow:none}.yuelu-simple-page .sub-grid,.home-three-page .yuelu-intro{grid-template-columns:.82fr 1.18fr;gap:50px}@media(max-width:920px){.copy-block h2,.sub-copy h1{font-size:32px!important}.home-three-page .three-baijiu .copy-block h2{font-size:30px!important}.sub-cabinet h2,.sub-text h2,.baijiu-culture h2{font-size:30px!important}.sub-copy .strong-line,.three-baijiu .hero-line{font-size:28px!important}.home-three-page .yuelu-product img,.yuelu-simple-page .sub-product img{aspect-ratio:1.2/1}.yuelu-simple-page .sub-grid,.home-three-page .yuelu-intro{grid-template-columns:1fr}}


/* real yuelu cabinet image */
.home-three-page .cabinet-visual,.yuelu-simple-page .sub-cabinet figure{background:#050505;border:0;box-shadow:0 34px 120px rgba(0,0,0,.28)}.home-three-page .cabinet-visual img,.yuelu-simple-page .sub-cabinet img{aspect-ratio:2.33/1;object-fit:cover;object-position:center center}.yuelu-simple-page .sub-cabinet{background:#050505}@media(max-width:920px){.home-three-page .cabinet-visual img,.yuelu-simple-page .sub-cabinet img{aspect-ratio:1.25/1;object-fit:cover}}


/* audit fixes: yuelu clean image, baijiu sharp crops, no awkward line breaks */
.yuelu-simple-page .sub-product,.home-three-page .yuelu-product{background:#050505!important;box-shadow:none!important;border:0!important}.yuelu-simple-page .sub-product img,.home-three-page .yuelu-product img{aspect-ratio:1.78/1!important;object-fit:cover!important;object-position:center center!important}.baijiu-trio img,.baijiu-products .product-row img{aspect-ratio:1.333/1!important;object-fit:cover!important}.baijiu-trio{gap:14px}.sub-text h2{white-space:nowrap;font-size:clamp(26px,2.45vw,38px)!important}.sub-cabinet h2,.baijiu-culture h2{font-size:clamp(28px,2.65vw,40px)!important}.yuelu-simple-page .sub-hero{padding-top:96px!important}.yuelu-simple-page .sub-grid{align-items:center}@media(max-width:920px){.sub-text h2{white-space:normal;font-size:28px!important}.yuelu-simple-page .sub-product img,.home-three-page .yuelu-product img{aspect-ratio:1.25/1!important}}

/* continue pass: fix final slogan spacing and yuelu hero alignment */
.home-three-page .hero-slogan{
  letter-spacing:.055em!important;
  word-spacing:.18em;
  font-weight:640;
}
.home-three-page .desktop-slogan{
  transform:none!important;
}
.yuelu-simple-page .sub-hero{
  min-height:100svh;
  align-items:flex-start;
  padding-top:clamp(168px,16vh,220px)!important;
  padding-bottom:clamp(92px,10vh,132px)!important;
}
.yuelu-simple-page .sub-hero:after{
  width:34%;
}
.yuelu-simple-page .sub-grid{
  align-items:center;
}
.yuelu-simple-page .sub-product{
  justify-self:end;
  max-width:620px;
}
.yuelu-simple-page .sub-copy h1{
  white-space:nowrap;
}
@media(max-width:920px){
  .home-three-page .hero-slogan{
    letter-spacing:.045em!important;
    word-spacing:0;
  }
  .yuelu-simple-page .sub-hero{
    min-height:auto;
    padding-top:112px!important;
    padding-bottom:74px!important;
  }
  .yuelu-simple-page .sub-copy h1{
    white-space:normal;
  }
  .yuelu-simple-page .sub-product{
    max-width:none;
    justify-self:stretch;
  }
}

/* homepage baijiu line size tweak */
.home-three-page .three-baijiu .copy-block h2{
  font-size:clamp(24px,2.25vw,34px)!important;
}

/* standard SEO/GEO pages */
.standard-section{padding:54px 28px;background:#f4eadc}.standard-section .about-article{border-top:1px solid rgba(23,19,15,.14);padding-top:42px}.standard-section h2{font-size:clamp(28px,3vw,42px);line-height:1.2;margin:0 0 22px}.standard-section h3{font-size:21px;margin:26px 0 8px}.standard-section a{text-decoration:underline;text-underline-offset:3px}.about-simple-page .three-footer a{text-decoration:none}

@media(max-width:560px){
  .about-simple-page{overflow-x:hidden}
  .about-simple-main{padding:112px 20px 64px;overflow-x:hidden}
  .about-article{width:100%;max-width:100%;box-sizing:border-box;overflow-wrap:anywhere}
  .about-article h1{font-size:34px!important;line-height:1.2!important;margin-bottom:26px}
  .standard-section{padding:48px 20px}
  .standard-section .about-article{padding-top:36px}
  .standard-section h2{font-size:27px!important;line-height:1.28!important;margin-bottom:20px}
  .standard-section h3{font-size:19px;line-height:1.36}
}

.btn,
.home-three-page .btn,
.sub-brand-page .btn,
.about-simple-page .btn{color:#fff!important}
.btn.ghost,
.home-three-page .btn.ghost,
.sub-brand-page .btn.ghost,
.about-simple-page .btn.ghost{color:var(--ink)!important}

/* paojiu guide intro scale */
.paojiu-guide-page .guide-method-head h2{
  font-size:clamp(24px,2.25vw,32px);
  line-height:1.24;
  max-width:620px;
}
.paojiu-guide-page .guide-method-head .lead{
  font-size:clamp(14px,1.1vw,16px);
  line-height:1.76;
  max-width:620px;
}
@media(max-width:920px){
  .paojiu-guide-page .guide-method-head h2{
    font-size:24px;
    max-width:100%;
  }
  .paojiu-guide-page .guide-method-head .lead{
    font-size:15px;
  }
}

/* mobile compatibility: keep paojiu guide from creating page-level overflow */
.paojiu-guide-page,
.paojiu-guide-page main,
.paojiu-guide-page section{
  max-width:100%;
}
.paojiu-guide-page .wrap,
.paojiu-guide-page .article,
.paojiu-guide-page .split,
.paojiu-guide-page .grid,
.paojiu-guide-page .head,
.paojiu-guide-page .card{
  min-width:0;
}
.paojiu-guide-page .article{
  max-width:min(860px,calc(100% - 56px));
}
.paojiu-guide-page h1,
.paojiu-guide-page h2,
.paojiu-guide-page h3,
.paojiu-guide-page p,
.paojiu-guide-page li{
  overflow-wrap:anywhere;
}
@media(max-width:920px){
  .paojiu-guide-page,
  .paojiu-guide-page main,
  .paojiu-guide-page section,
  .paojiu-guide-page .page-hero,
  .paojiu-guide-page .wrap,
  .paojiu-guide-page .article{
    overflow-x:visible;
  }
  .paojiu-guide-page .wrap,
  .paojiu-guide-page .article{
    width:auto;
    max-width:none;
    margin-left:28px;
    margin-right:28px;
  }
  .paojiu-guide-page section{
    padding-left:0;
    padding-right:0;
  }
  .paojiu-guide-page .page-hero{
    padding-left:0;
    padding-right:0;
  }
  .paojiu-guide-page .page-hero h1{
    font-size:34px;
    line-height:1.18;
  }
  .paojiu-guide-page .page-hero p{
    font-size:15.5px;
    line-height:1.82;
  }
  .paojiu-guide-page h2{
    font-size:22px;
    line-height:1.34;
  }
  .paojiu-guide-page .guide-method-head h2{
    font-size:22px;
    line-height:1.34;
  }
  .paojiu-guide-page .lead,
  .paojiu-guide-page .guide-method-head .lead{
    font-size:14.5px;
    line-height:1.86;
  }
  .paojiu-guide-page .split,
  .paojiu-guide-page .grid,
  .paojiu-guide-page .cols3{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .paojiu-guide-page .card{
    width:100%;
    max-width:100%;
    padding:20px;
  }
  .paojiu-guide-page .card p{
    font-size:14.5px;
    line-height:1.8;
  }
  .paojiu-guide-page .guide-method-head,
  .paojiu-guide-page .head{
    width:100%;
    max-width:100%;
  }
  .paojiu-guide-page h1,
  .paojiu-guide-page h2,
  .paojiu-guide-page h3,
  .paojiu-guide-page p,
  .paojiu-guide-page li,
  .paojiu-guide-page .card{
    word-break:break-word;
    overflow-wrap:anywhere;
    line-break:anywhere;
  }
  .paojiu-guide-page .article .table{
    width:100%;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .paojiu-guide-page .article table{
    max-width:none;
  }
}

/* mobile yuelu cabinet: show the full display image instead of cropping it */
@media(max-width:920px){
  .home-three-page .cabinet-visual,
  .yuelu-simple-page .sub-cabinet figure{
    background:#050505!important;
    border:0!important;
    overflow:hidden;
  }
  .home-three-page .cabinet-visual picture,
  .yuelu-simple-page .sub-cabinet picture{
    width:100%;
    background:#050505;
  }
  .home-three-page .cabinet-visual img,
  .yuelu-simple-page .sub-cabinet img{
    width:100%;
    height:auto!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
}

/* mobile header navigation */
.mobile-menu{
  display:block!important;
}
@media(min-width:921px){
  .mobile-menu{
    display:none!important;
  }
}
@media(max-width:920px){
  .site-nav,
  .nav{
    position:relative;
  }
  .mobile-menu{
    display:block!important;
    margin-left:auto;
    color:#fff;
  }
  .mobile-menu summary{
    list-style:none;
    cursor:pointer;
    min-height:34px;
    padding:0 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.28);
    border-radius:4px;
    background:rgba(5,5,5,.28);
    color:rgba(255,255,255,.9);
    font-size:13px;
    letter-spacing:.08em;
    user-select:none;
  }
  .mobile-menu summary::-webkit-details-marker{
    display:none;
  }
  .mobile-menu-panel{
    position:absolute;
    top:44px;
    right:0;
    min-width:178px;
    padding:8px;
    display:grid;
    gap:2px;
    background:rgba(7,7,7,.94);
    border:1px solid rgba(255,255,255,.16);
    border-radius:6px;
    box-shadow:0 18px 54px rgba(0,0,0,.34);
    backdrop-filter:blur(12px);
  }
  .mobile-menu-panel a{
    display:block;
    padding:10px 12px;
    color:rgba(255,255,255,.88);
    font-size:14px;
    line-height:1.2;
    white-space:nowrap;
  }
  .mobile-menu-panel a:hover{
    color:#fff;
    background:rgba(255,255,255,.08);
  }
}

/* mobile yuelu cabinet final override: keep the whole display image visible */
@media(max-width:920px){
  .home-three-page .cabinet-visual,
  .yuelu-simple-page .sub-cabinet figure{
    width:calc(100% - 40px)!important;
    height:auto!important;
    aspect-ratio:auto!important;
    overflow:visible!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .home-three-page .cabinet-visual picture,
  .yuelu-simple-page .sub-cabinet picture,
  .home-three-page .cabinet-visual img,
  .yuelu-simple-page .sub-cabinet img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    aspect-ratio:auto!important;
  }
  .home-three-page .cabinet-visual img,
  .yuelu-simple-page .sub-cabinet img{
    width:calc(100% - 36px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
}

/* mobile header navigation v2 */
@media(max-width:920px){
  .mobile-menu{
    position:relative;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    margin-left:auto;
    min-width:42px;
    color:#fff;
    user-select:none;
  }
  .mobile-menu summary{
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:40px;
    min-height:38px;
    padding:0 10px;
    border:1px solid rgba(255,255,255,.26);
    border-radius:4px;
    background:rgba(5,5,5,.34);
    color:rgba(255,255,255,.94);
    cursor:pointer;
    white-space:nowrap;
  }
  .mobile-menu summary::-webkit-details-marker{display:none;}
  .mobile-menu .menu-icon{
    width:18px;
    height:14px;
    display:inline-flex;
    flex-direction:column;
    justify-content:space-between;
  }
  .mobile-menu .menu-icon i{
    display:block;
    width:100%;
    height:1.8px;
    border-radius:999px;
    background:currentColor;
    opacity:.95;
  }
  .mobile-menu[open] .menu-icon{
    width:14px;
    height:14px;
    position:relative;
  }
  .mobile-menu[open] .menu-icon i{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    transform-origin:center;
  }
  .mobile-menu[open] .menu-icon i:nth-child(1){transform:translateY(-50%) rotate(45deg);} 
  .mobile-menu[open] .menu-icon i:nth-child(2){opacity:0;}
  .mobile-menu[open] .menu-icon i:nth-child(3){transform:translateY(-50%) rotate(-45deg);} 
  .mobile-menu-panel{
    position:absolute;
    top:46px;
    right:0;
    z-index:80;
    min-width:210px;
    padding:8px;
    display:grid;
    gap:6px;
    background:rgba(7,7,7,.96);
    border:1px solid rgba(255,255,255,.16);
    border-radius:8px;
    box-shadow:0 18px 54px rgba(0,0,0,.34);
    backdrop-filter:blur(12px);
  }
  .mobile-menu-panel a{
    display:flex;
    align-items:center;
    min-height:42px;
    padding:0 14px;
    border-radius:6px;
    color:rgba(255,255,255,.92);
    font-size:14px;
    line-height:1.2;
    white-space:nowrap;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.04);
  }
  .mobile-menu-panel a:hover,
  .mobile-menu-panel a:focus-visible{
    color:#fff;
    background:rgba(255,255,255,.1);
    border-color:rgba(255,255,255,.22);
  }
}
@media(min-width:921px){
  .mobile-menu{display:none!important;}
}

