:root{--ink:#100708;--wine:#681f28;--gold:#cda85d;--champagne:#f2dfb2;--cream:#fff8e9;--muted:#b8aaa2;--line:rgba(205,168,93,.22);--header:72px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:145px;-webkit-text-size-adjust:100%}body{background:var(--ink);color:var(--cream);font-family:"DM Sans",sans-serif;overflow-x:hidden;touch-action:manipulation}body.loading{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}
.opening{position:fixed;inset:0;z-index:9999;display:grid;place-content:center;text-align:center;background:#0c0506;transition:opacity .8s ease,visibility .8s ease}.opening.hide{opacity:0;visibility:hidden}.opening-mark{display:flex;gap:8px;font:600 clamp(56px,12vw,108px)/.8 "Cormorant Garamond",serif;letter-spacing:.08em;color:var(--champagne)}.opening-mark span{opacity:0;transform:translateY(22px);animation:letterIn .7s forwards}.opening-mark span:nth-child(2){animation-delay:.12s}.opening-mark span:nth-child(3){animation-delay:.24s}.opening-line{height:1px;width:0;margin:26px auto 17px;background:linear-gradient(90deg,transparent,var(--gold),transparent);animation:lineOpen 1s .35s forwards}.opening p{font-size:10px;letter-spacing:.55em;color:var(--gold);opacity:0;animation:fadeIn .7s .65s forwards}@keyframes letterIn{to{opacity:1;transform:none}}@keyframes lineOpen{to{width:190px}}@keyframes fadeIn{to{opacity:1}}
.ambient{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none;background:radial-gradient(circle at 50% 0,rgba(104,31,40,.3),transparent 35%),#100708}.ambient i{position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(100px);background:rgba(116,38,45,.12);animation:drift 15s ease-in-out infinite}.ambient i:nth-child(1){top:25%;left:-180px}.ambient i:nth-child(2){top:58%;right:-200px;animation-delay:-5s}.ambient i:nth-child(3){bottom:-200px;left:35%;animation-delay:-10s}@keyframes drift{50%{transform:translate(45px,60px) scale(1.18)}}
.topbar{position:fixed;inset:0 0 auto;z-index:1000;height:var(--header);padding:0 clamp(16px,4vw,52px);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(10,4,5,.93),rgba(10,4,5,.7));border-bottom:1px solid transparent;transition:.4s}.topbar.scrolled{height:64px;background:rgba(12,5,6,.9);backdrop-filter:blur(18px);border-color:var(--line)}.brand{display:flex;align-items:center;gap:11px}.brand-monogram{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--gold);transform:rotate(45deg);color:var(--champagne)}.brand-monogram:after{content:"G";transform:rotate(-45deg);font:700 25px "Cormorant Garamond",serif}.brand-copy{display:grid}.brand-copy strong{font:600 25px/.9 "Cormorant Garamond",serif;letter-spacing:.18em}.brand-copy small{margin-top:4px;color:var(--gold);font-size:8px;letter-spacing:.34em}.call-btn{display:flex;align-items:center;gap:9px;padding:10px 15px;border:1px solid var(--line);border-radius:99px;color:var(--champagne);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.25s}.call-btn:hover{border-color:var(--gold);background:rgba(205,168,93,.08)}.call-dot{width:7px;height:7px;border-radius:50%;background:#76a86a;box-shadow:0 0 0 5px rgba(118,168,106,.1)}
.hero{position:relative;min-height:96svh;display:grid;place-items:center;overflow:hidden;padding:120px 22px 95px}.hero-media{position:absolute;inset:-5%;background:url("image/ana.webp") center/cover;transform:scale(1.04);animation:heroZoom 13s ease-out forwards}@keyframes heroZoom{to{transform:scale(1.13)}}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,4,5,.36),rgba(10,4,5,.38) 35%,#100708 100%),linear-gradient(90deg,rgba(10,4,5,.65),transparent 50%,rgba(10,4,5,.65))}.hero-grain{position:absolute;inset:0;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E")}.hero-content{position:relative;z-index:2;text-align:center;max-width:780px}.eyebrow{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px;color:var(--champagne);font-size:10px;font-weight:600;letter-spacing:.28em;text-transform:uppercase}.eyebrow i{width:30px;height:1px;background:var(--gold)}.hero h1{display:grid;font-family:"Cormorant Garamond",serif;font-weight:600;line-height:.78}.hero h1 span{font-size:clamp(58px,11vw,120px);letter-spacing:-.035em}.hero h1 em{margin-top:12px;color:var(--gold);font-size:clamp(42px,8vw,83px);font-weight:500}.hero p{max-width:520px;margin:32px auto 30px;color:#ddd0c9;font:400 clamp(14px,2vw,17px)/1.75 "DM Sans",sans-serif}.hero-btn{display:inline-flex;align-items:center;gap:17px;padding:6px 7px 6px 22px;border:1px solid rgba(242,223,178,.45);border-radius:99px;font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;transition:.3s}.hero-btn b{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:var(--ink);font-size:17px;transition:.3s}.hero-btn:hover{background:rgba(242,223,178,.08);border-color:var(--gold)}.hero-btn:hover b{transform:rotate(45deg)}.hero-foot{position:absolute;z-index:2;bottom:27px;display:flex;align-items:center;gap:13px;color:#c2b2aa;font:600 9px "DM Sans",sans-serif;letter-spacing:.3em;text-transform:uppercase}.hero-foot i{width:3px;height:3px;border-radius:50%;background:var(--gold)}
.nav-shell{position:sticky;top:64px;z-index:900;padding:10px 0;background:rgba(16,7,8,.88);backdrop-filter:blur(18px);border-block:1px solid rgba(205,168,93,.15)}.category-nav{display:flex;gap:8px;overflow-x:auto;padding:0 max(14px,calc((100vw - 1100px)/2));scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-link{flex:none;position:relative;padding:11px 16px;border:0;border-radius:99px;background:transparent;color:#a99b94;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer;transition:.3s}.category-link:after{content:"";position:absolute;inset:auto 18px 4px;height:1px;background:var(--gold);transform:scaleX(0);transition:.3s}.category-link.active{color:var(--champagne);background:rgba(205,168,93,.09)}.category-link.active:after{transform:scaleX(1)}
.menu-wrapper{max-width:1100px;min-height:620px;margin:auto;padding:42px 14px 80px}.category-page{animation:pageIn .6s cubic-bezier(.2,.8,.2,1)}@keyframes pageIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.category-hero{position:relative;height:clamp(255px,36vw,400px);overflow:hidden;border-radius:28px;background:center/cover;box-shadow:0 28px 80px rgba(0,0,0,.35)}.category-hero:before{content:"";position:absolute;inset:13px;border:1px solid rgba(242,223,178,.3);border-radius:20px;z-index:2}.category-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,4,5,.08),rgba(10,4,5,.82)),linear-gradient(90deg,rgba(10,4,5,.38),transparent)}.category-heading{position:absolute;z-index:3;left:clamp(30px,5vw,58px);right:30px;bottom:clamp(30px,5vw,52px)}.category-kicker{display:flex;align-items:center;gap:10px;color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.32em;text-transform:uppercase}.category-kicker:before{content:"";width:29px;height:1px;background:var(--gold)}.category-heading h2{margin-top:8px;font:600 clamp(40px,7vw,72px)/.95 "Cormorant Garamond",serif}.category-count{position:absolute;right:clamp(30px,5vw,55px);bottom:clamp(32px,5vw,55px);z-index:3;color:#d0c4be;font:500 10px "DM Sans",sans-serif;letter-spacing:.18em;text-transform:uppercase}
.product-list{position:relative;margin:-1px 14px 0;padding:26px clamp(14px,3vw,32px) 14px;border:1px solid var(--line);border-top:0;border-radius:0 0 28px 28px;background:linear-gradient(145deg,rgba(34,15,17,.9),rgba(18,8,9,.94));box-shadow:0 24px 60px rgba(0,0,0,.2)}.product-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:21px 8px;border-bottom:1px solid rgba(242,223,178,.09);opacity:0;transform:translateY(14px);animation:itemIn .48s forwards}.product-row:last-child{border-bottom:0}@keyframes itemIn{to{opacity:1;transform:none}}.product-row:before{content:"";position:absolute;left:-6px;top:24px;width:2px;height:0;background:var(--gold);transition:.3s}.product-row:hover:before{height:34px}.product-left h3,.product-left h4{font:600 clamp(21px,3vw,27px)/1.05 "Cormorant Garamond",serif;letter-spacing:.01em;transition:.25s}.product-row:hover h3,.product-row:hover h4{color:var(--champagne)}.product-left p{max-width:650px;margin-top:7px;color:#a99c95;font-size:12.5px;line-height:1.6}.product-left>span{display:inline-flex;margin-top:9px;padding:4px 8px;border:1px solid rgba(205,168,93,.2);border-radius:99px;color:#c7aa70;font-size:9px;font-weight:700}.product-price{align-self:center;color:var(--champagne);font:600 clamp(21px,3vw,28px) "Cormorant Garamond",serif;white-space:nowrap}.menu-group{padding:3px 0 10px}.menu-group+.menu-group{border-top:1px solid rgba(205,168,93,.18)}.group-title{display:flex;align-items:center;gap:15px;padding:27px 8px 7px}.group-title span{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--line))}.group-title span:last-child{background:linear-gradient(90deg,var(--line),transparent)}.group-title h3{color:var(--gold);font:600 22px "Cormorant Garamond",serif;letter-spacing:.08em;white-space:nowrap}
.footer{padding:68px max(20px,5vw) 28px;text-align:center;background:#0b0405;border-top:1px solid var(--line)}.footer-crest{width:52px;height:52px;display:grid;place-items:center;margin:auto;border:1px solid var(--gold);transform:rotate(45deg);color:var(--champagne)}.footer-crest:after{content:"G";transform:rotate(-45deg);font:600 31px "Cormorant Garamond",serif}.footer-logo{margin-top:27px;font:600 49px/.9 "Cormorant Garamond",serif;letter-spacing:.2em}.footer-tagline{margin-top:12px;color:#9f918a;font-size:13px}.footer-links{display:flex;justify-content:center;gap:10px;margin-top:26px}.footer-links a{padding:10px 15px;border:1px solid var(--line);border-radius:99px;color:var(--champagne);font-size:11px;transition:.25s}.footer-links a:hover{border-color:var(--gold)}.footer-rule{max-width:900px;height:1px;margin:48px auto 22px;background:linear-gradient(90deg,transparent,var(--line),transparent)}.footer-bottom{max-width:900px;margin:auto;display:flex;justify-content:space-between;color:#685d59;font-size:10px}.footer-bottom a{color:var(--gold)}.back-to-top{position:fixed;right:17px;bottom:17px;z-index:950;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:rgba(24,12,14,.9);backdrop-filter:blur(12px);color:var(--champagne);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:.3s}.back-to-top.show{opacity:1;visibility:visible;transform:none}
@media(max-width:640px){:root{--header:66px}.topbar{height:66px;padding:0 14px}.topbar.scrolled{height:60px}.brand-monogram{width:35px;height:35px}.brand-copy strong{font-size:22px}.call-btn{padding:9px 12px;font-size:9px}.hero{min-height:88svh;padding-inline:17px}.hero h1{line-height:.84}.hero h1 em{margin-top:8px}.hero p{margin:25px auto 27px;font-size:13px;max-width:330px}.nav-shell{top:60px}.menu-wrapper{padding:25px 10px 64px}.category-hero{height:250px;border-radius:22px}.category-hero:before{inset:9px;border-radius:16px}.category-heading{left:27px;bottom:27px}.category-heading h2{font-size:39px}.category-count{right:26px;bottom:30px;font-size:8px}.product-list{margin:0 7px;padding:15px 12px 7px;border-radius:0 0 22px 22px}.product-row{gap:12px;padding:18px 5px}.product-left p{font-size:11.5px}.product-price{font-size:21px}.group-title{padding-top:22px}.group-title h3{font-size:19px}.footer{padding-top:58px}.footer-bottom{display:grid;gap:8px;justify-content:center}.opening-mark{font-size:70px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Editorial menu — deliberately avoids dashboard/card UI */
.menu-wrapper{max-width:1180px;padding:58px 22px 100px}
.category-page{position:relative}
.menu-intro{display:grid;grid-template-columns:minmax(280px,.78fr) 1.22fr;min-height:430px;margin-bottom:0;background:#efe5d0;color:#1a0e0f;overflow:hidden}
.intro-photo{position:relative;min-height:430px;background-position:center;background-size:cover;filter:saturate(.78) contrast(1.04)}
.intro-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(16,7,8,.08),rgba(16,7,8,.58))}
.intro-photo span{position:absolute;left:27px;bottom:21px;z-index:2;color:#f5e8cd;font:600 13px "DM Sans",sans-serif;letter-spacing:.48em}
.intro-copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:70px clamp(42px,7vw,96px)}
.intro-copy:before{content:"";position:absolute;top:34px;right:37px;width:70px;height:70px;border:1px solid rgba(69,21,28,.25);border-radius:50%}
.intro-copy:after{content:"GDZ";position:absolute;top:58px;right:53px;color:#681f28;font:600 10px "DM Sans",sans-serif;letter-spacing:.18em}
.intro-index{position:absolute;top:32px;left:clamp(42px,7vw,96px);font-size:9px;font-weight:700;letter-spacing:.22em;color:#806e65}
.menu-intro .category-kicker{color:#7d2731}.menu-intro .category-kicker:before{background:#7d2731}
.intro-copy h2{max-width:580px;margin:13px 0 20px;color:#251214;font:600 clamp(52px,7vw,88px)/.78 "Cormorant Garamond",serif;letter-spacing:-.045em}
.intro-copy>p{max-width:480px;color:#6e5d55;font:400 14px/1.75 "DM Sans",sans-serif}
.intro-meta{display:flex;align-items:center;gap:12px;margin-top:33px;color:#5b4843;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.intro-meta i{width:4px;height:4px;background:#7d2731;transform:rotate(45deg)}
.menu-paper{position:relative;padding:55px clamp(26px,5vw,70px) 60px;background:#150a0b;border-top:5px solid #7d2731}
.menu-paper:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.16;background-image:linear-gradient(rgba(242,223,178,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(242,223,178,.04) 1px,transparent 1px);background-size:34px 34px}
.paper-head{position:relative;display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:17px;border-bottom:1px solid rgba(242,223,178,.28)}
.paper-head span{color:#f1dfbd;font:600 31px "Cormorant Garamond",serif}.paper-head small{color:#776b65;font-size:8px;letter-spacing:.14em;text-transform:uppercase}
.product-list{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(35px,6vw,76px);margin:0;padding:20px 0 0;border:0;border-radius:0;background:none;box-shadow:none}
.product-row{grid-template-columns:26px minmax(0,1fr) minmax(18px,.35fr) auto;align-items:start;gap:10px;padding:22px 0;border-bottom:1px solid rgba(242,223,178,.12)}
.product-row:before{display:none}.item-number{padding-top:5px;color:#6f5c55;font:600 8px "DM Sans",sans-serif;letter-spacing:.08em}
.product-left h3,.product-left h4{color:#f3e6ce;font-size:23px;line-height:1}.product-left p{margin-top:8px;color:#8f827b;font-size:11px;line-height:1.55}.product-left>span{padding:0;border:0;border-radius:0;color:#9d7c49;font-size:8px;letter-spacing:.08em}
.price-leader{align-self:center;height:1px;margin-top:11px;background-image:linear-gradient(90deg,rgba(205,168,93,.38) 33%,transparent 0);background-size:5px 1px}
.product-price{padding-top:1px;color:#d8b978;font-size:22px}
.menu-group{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(35px,6vw,76px);padding:0}.menu-group+.menu-group{border:0}
.group-title{grid-column:1/-1;margin-top:25px;padding:17px 0 8px}.group-title h3{color:#d5b877;font-size:25px}.group-title span{background:linear-gradient(90deg,transparent,rgba(205,168,93,.34))}.group-title span:last-child{background:linear-gradient(90deg,rgba(205,168,93,.34),transparent)}
@media(max-width:760px){
 .menu-wrapper{padding:26px 10px 70px}.menu-intro{grid-template-columns:1fr;min-height:0}.intro-photo{min-height:235px}.intro-copy{padding:55px 27px 42px}.intro-index{top:21px;left:27px}.intro-copy:before{top:17px;right:24px;width:52px;height:52px}.intro-copy:after{top:36px;right:35px;font-size:8px}.intro-copy h2{margin-top:12px;font-size:52px;line-height:.83}.intro-copy>p{font-size:12px}.intro-meta{margin-top:23px}
 .menu-paper{padding:37px 21px 42px}.paper-head span{font-size:28px}.paper-head small{font-size:7px;max-width:110px;text-align:right;line-height:1.4}
 .product-list,.menu-group{grid-template-columns:1fr}.product-row{grid-template-columns:23px minmax(0,1fr) minmax(12px,.18fr) auto;padding:19px 0}.product-left h3,.product-left h4{font-size:22px}.product-left p{font-size:10.5px}.menu-group .group-title{grid-column:1}
}

/* V4 — elevated luxury hero */
.hero{isolation:isolate;min-height:100svh}
.hero-media{filter:saturate(.68) contrast(1.12) brightness(.82)}
.hero-shade{background:radial-gradient(ellipse at 50% 44%,rgba(16,7,8,.08) 0,rgba(16,7,8,.16) 34%,rgba(10,4,5,.72) 78%),linear-gradient(180deg,rgba(8,3,4,.52),rgba(8,3,4,.18) 32%,rgba(12,5,6,.48) 70%,#100708 100%)}
.hero-light{position:absolute;z-index:1;top:-25%;left:-25%;width:50%;height:150%;transform:rotate(17deg);background:linear-gradient(90deg,transparent,rgba(242,223,178,.07),transparent);filter:blur(12px);animation:luxuryLight 9s 1.5s ease-in-out infinite;pointer-events:none}
@keyframes luxuryLight{0%,24%{left:-45%;opacity:0}42%,62%{opacity:1}78%,100%{left:115%;opacity:0}}
.hero-frame{position:absolute;z-index:2;inset:88px 24px 50px;border:1px solid rgba(205,168,93,.2);pointer-events:none}
.hero-frame:before,.hero-frame:after{content:"";position:absolute;left:50%;width:60px;height:1px;background:#cda85d;transform:translateX(-50%)}.hero-frame:before{top:-1px}.hero-frame:after{bottom:-1px}
.hero-frame i{position:absolute;width:14px;height:14px;border-color:#cda85d}.hero-frame i:nth-child(1){top:-1px;left:-1px;border-top:1px solid;border-left:1px solid}.hero-frame i:nth-child(2){top:-1px;right:-1px;border-top:1px solid;border-right:1px solid}.hero-frame i:nth-child(3){bottom:-1px;right:-1px;border-bottom:1px solid;border-right:1px solid}.hero-frame i:nth-child(4){bottom:-1px;left:-1px;border-bottom:1px solid;border-left:1px solid}
.hero-watermark{position:absolute;z-index:1;top:48%;left:50%;transform:translate(-50%,-50%);color:transparent;-webkit-text-stroke:1px rgba(242,223,178,.075);font:600 min(56vw,560px)/1 "Cormorant Garamond",serif;pointer-events:none}
.hero-content{max-width:850px}
.hero-seal{display:none}
.hero .eyebrow{margin-bottom:26px;font-size:9px;letter-spacing:.42em;color:#ead8b4}.hero .eyebrow i{width:46px;background:linear-gradient(90deg,transparent,#cda85d)}.hero .eyebrow i:last-child{background:linear-gradient(90deg,#cda85d,transparent)}
.hero h1{position:relative;line-height:.74;text-shadow:0 10px 40px rgba(0,0,0,.36)}.hero h1 span{font-size:clamp(68px,12vw,132px);font-weight:500;letter-spacing:-.045em}.hero h1 em{position:relative;margin-top:18px;font-size:clamp(43px,7vw,78px);letter-spacing:.015em}.hero h1 em:after{content:"";position:absolute;left:50%;bottom:-18px;width:44px;height:1px;background:#cda85d;transform:translateX(-50%)}
.hero p{margin-top:43px;max-width:440px;color:#cfc3bc;font-size:13px;letter-spacing:.015em}
.hero-btn{position:relative;margin-top:2px;padding-left:26px;border-color:rgba(205,168,93,.46);background:rgba(10,4,5,.22);box-shadow:0 16px 45px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.025)}.hero-btn:before{content:"";position:absolute;inset:4px;border:1px solid rgba(242,223,178,.08);border-radius:99px;pointer-events:none}.hero-btn b{background:linear-gradient(145deg,#efd894,#b78b38);box-shadow:0 7px 18px rgba(0,0,0,.3)}
.hero-foot{bottom:25px;color:#b8aaa1}.hero-foot:before,.hero-foot:after{content:"";width:42px;height:1px;background:linear-gradient(90deg,transparent,rgba(205,168,93,.5))}.hero-foot:after{background:linear-gradient(90deg,rgba(205,168,93,.5),transparent)}
.hero-side{position:absolute;z-index:3;top:52%;color:rgba(242,223,178,.42);font-size:7px;font-weight:600;letter-spacing:.48em;writing-mode:vertical-rl;text-transform:uppercase}.hero-side-left{left:31px;transform:rotate(180deg)}.hero-side-right{right:31px}

@media(max-width:640px){
 .hero{min-height:91svh;padding:108px 25px 88px}
 .hero-frame{inset:78px 10px 37px}
 .hero-watermark{top:45%;font-size:105vw;-webkit-text-stroke-color:rgba(242,223,178,.06)}
 .hero .eyebrow{gap:9px;margin-bottom:22px;font-size:7.5px;letter-spacing:.31em}.hero .eyebrow i{width:26px}
 .hero h1 span{font-size:63px}.hero h1 em{margin-top:13px;font-size:43px}.hero h1 em:after{bottom:-15px;width:34px}
 .hero p{max-width:300px;margin-top:36px;font-size:11.5px;line-height:1.7}
 .hero-btn{margin-top:1px;padding-left:21px;font-size:10px}.hero-btn b{width:37px;height:37px}
 .hero-side{display:none}.hero-foot{bottom:17px;font-size:7px;gap:9px}.hero-foot:before,.hero-foot:after{width:20px}
}

/* V9 — clean brand lockup + fully controlled corporate category menu */
.brand-with-logo,.topbar.scrolled .brand-with-logo{position:relative;width:76px;height:64px;min-width:76px;overflow:visible;display:flex;align-items:center;justify-content:center}
.brand-with-logo img,.topbar.scrolled .brand-with-logo img{position:static;width:72px;height:72px;max-width:none;object-fit:contain;transform:none;filter:drop-shadow(0 5px 12px rgba(0,0,0,.38))}

.category-select-bar{position:sticky;top:64px;z-index:900;max-width:none;margin:0;padding:9px max(14px,calc((100vw - 1120px)/2));display:grid;grid-template-columns:auto minmax(230px,420px);align-items:center;justify-content:space-between;gap:20px;background:rgba(13,6,7,.97);border:0;border-block:1px solid rgba(205,168,93,.28);box-shadow:0 12px 30px rgba(0,0,0,.24);backdrop-filter:blur(18px)}
.category-label{color:#9c8d85;font:700 9px/1 "Montserrat",Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}
.category-control{position:relative}
.category-current{width:100%;height:46px;padding:0 0 0 15px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(205,168,93,.55);border-radius:0;background:linear-gradient(135deg,#1b0d0f,#130809);color:#f2dfba;cursor:pointer;text-align:left}
.category-current>span{display:flex;align-items:center;min-width:0}.category-current small{padding-right:10px;color:#b99551;font:700 9px/1 "Montserrat",Arial,sans-serif;letter-spacing:.08em}.category-current strong{overflow:hidden;color:#f5e8d0;font:700 11px/1 "Montserrat",Arial,sans-serif;letter-spacing:.055em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.category-current>i{position:relative;width:45px;height:44px;flex:none;border-left:1px solid rgba(205,168,93,.3)}
.category-current>i:before,.category-current>i:after{content:"";position:absolute;top:21px;width:8px;height:1px;background:#d7b46c;transition:transform .25s}.category-current>i:before{left:14px;transform:rotate(45deg)}.category-current>i:after{right:14px;transform:rotate(-45deg)}.category-select-bar.open .category-current>i:before{transform:rotate(-45deg)}.category-select-bar.open .category-current>i:after{transform:rotate(45deg)}
.category-menu{position:absolute;top:calc(100% + 7px);right:0;width:min(520px,calc(100vw - 20px));max-height:min(58vh,500px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:6px;overflow-y:auto;overscroll-behavior:contain;background:rgba(16,7,8,.99);border:1px solid rgba(205,168,93,.42);box-shadow:0 25px 65px rgba(0,0,0,.62);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .2s,transform .2s,visibility .2s}
.category-select-bar.open .category-menu{opacity:1;visibility:visible;transform:translateY(0)}
.category-option{position:relative;min-height:51px;padding:10px 34px 10px 11px;display:grid;grid-template-columns:25px 1fr;align-items:center;border:0;border-bottom:1px solid rgba(205,168,93,.11);background:transparent;color:#c9bbb1;cursor:pointer;text-align:left}
.category-option:nth-child(odd){border-right:1px solid rgba(205,168,93,.11)}.category-option small{color:#826d4a;font:700 8px/1 "Montserrat",Arial,sans-serif;letter-spacing:.06em}.category-option span{font:600 9px/1.25 "Montserrat",Arial,sans-serif;letter-spacing:.035em;text-transform:uppercase}.category-option i{position:absolute;right:12px;color:#806a43;font:400 12px/1 "Inter",Arial,sans-serif;font-style:normal}.category-option:hover,.category-option.active{background:linear-gradient(135deg,rgba(205,168,93,.17),rgba(205,168,93,.035));color:#fff0d2}.category-option.active:before{content:"";position:absolute;inset:7px auto 7px 0;width:2px;background:#d8b463}.category-option.active small,.category-option.active i{color:#e1bd72}

@media(max-width:640px){
 .brand-with-logo,.topbar.scrolled .brand-with-logo{width:65px;height:58px;min-width:65px}.brand-with-logo img,.topbar.scrolled .brand-with-logo img{width:62px;height:62px}
 .category-select-bar{top:60px;padding:7px 9px;grid-template-columns:69px 1fr;gap:8px}
 .category-label{font-size:6.5px;line-height:1.35;letter-spacing:.1em}
 .category-current{height:43px;padding-left:10px}.category-current small{font-size:7px;padding-right:7px}.category-current strong{font-size:9px;letter-spacing:.035em}.category-current>i{width:38px;height:41px}.category-current>i:before,.category-current>i:after{top:20px;width:7px}.category-current>i:before{left:12px}.category-current>i:after{right:12px}
 .category-menu{top:calc(100% + 6px);right:0;width:calc(100vw - 18px);grid-template-columns:1fr;max-height:55vh;padding:5px}.category-option{min-height:47px;border-right:0!important;padding:9px 32px 9px 10px;grid-template-columns:27px 1fr}.category-option small{font-size:7.5px}.category-option span{font-size:8.5px;letter-spacing:.03em}
}

/* V8 — intact logo + compact sticky native category selector */
.brand-with-logo{position:static;width:auto;height:auto;min-width:0;overflow:visible;display:flex;align-items:center;gap:10px}
.brand-with-logo img,.topbar.scrolled .brand-with-logo img{position:static;width:56px;height:56px;transform:none;object-fit:contain;flex:none}
.brand-with-logo>span{display:grid}.brand-with-logo strong{color:#fff3dc;font:700 19px/.95 "Montserrat",Arial,sans-serif;letter-spacing:.22em}.brand-with-logo small{margin-top:5px;color:#cda85d;font:700 7px/1 "Montserrat",Arial,sans-serif;letter-spacing:.3em}
.topbar.scrolled .brand-with-logo{width:auto;height:auto;min-width:0}.topbar.scrolled .brand-with-logo img{width:50px;height:50px}

.category-select-bar{position:sticky;top:64px;z-index:900;max-width:none;margin:0;padding:10px max(14px,calc((100vw - 1120px)/2));background:rgba(13,6,7,.96);border:0;border-block:1px solid rgba(205,168,93,.28);box-shadow:0 12px 30px rgba(0,0,0,.24);backdrop-filter:blur(18px)}
.category-select-bar label{display:grid;grid-template-columns:auto minmax(220px,420px);align-items:center;justify-content:space-between;gap:18px}
.category-select-bar label>span{color:#a99b94;font:700 9px "Montserrat",Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}
.select-wrap{position:relative}
.select-wrap select{width:100%;height:46px;padding:0 48px 0 15px;border:1px solid rgba(205,168,93,.5);border-radius:0;outline:0;background:#1a0c0e;color:#f4dfb7;font:700 11px "Montserrat",Arial,sans-serif;letter-spacing:.035em;text-transform:uppercase;appearance:none;-webkit-appearance:none;cursor:pointer}
.select-wrap select:focus{border-color:#e2bf76;box-shadow:0 0 0 2px rgba(205,168,93,.12)}
.select-wrap i{position:absolute;top:0;right:0;width:44px;height:46px;border-left:1px solid rgba(205,168,93,.3);pointer-events:none}
.select-wrap i:before,.select-wrap i:after{content:"";position:absolute;top:21px;width:8px;height:1px;background:#d7b46c}.select-wrap i:before{left:14px;transform:rotate(45deg)}.select-wrap i:after{right:14px;transform:rotate(-45deg)}
.category-section-head,.category-select-bar .category-nav{display:none!important}

@media(max-width:640px){
 .brand-with-logo{gap:7px}.brand-with-logo img,.topbar.scrolled .brand-with-logo img{width:43px;height:43px}.brand-with-logo strong{font-size:15px}.brand-with-logo small{font-size:6px}
 .category-select-bar{top:60px;padding:8px 10px}
 .category-select-bar label{grid-template-columns:80px 1fr;gap:8px}
 .category-select-bar label>span{font-size:6.5px;line-height:1.35;letter-spacing:.12em}
 .select-wrap select{height:43px;padding-left:11px;padding-right:41px;font-size:9px}
 .select-wrap i{width:38px;height:43px}.select-wrap i:before,.select-wrap i:after{top:20px;width:7px}.select-wrap i:before{left:12px}.select-wrap i:after{right:12px}
}

/* V7 — always-visible, no-guesswork category selector */
.brand-with-logo{position:relative;width:108px;height:68px;min-width:108px}
.brand-with-logo img{position:absolute;top:-9px;left:50%;width:112px;height:112px;transform:translateX(-50%);object-fit:contain}
.topbar.scrolled .brand-with-logo{width:98px;height:58px;min-width:98px}.topbar.scrolled .brand-with-logo img{top:-9px;width:101px;height:101px}

.category-section{position:relative;top:auto;z-index:20;max-width:1180px;margin:-1px auto 0;padding:30px 24px 27px;background:linear-gradient(135deg,#160a0c,#0d0607);border:1px solid rgba(205,168,93,.24);box-shadow:none}
.category-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:22px;padding-bottom:17px;border-bottom:1px solid rgba(205,168,93,.2)}
.category-section-head span{display:block;margin-bottom:7px;color:#c8a65f;font:700 8px "Montserrat",Arial,sans-serif;letter-spacing:.22em}
.category-section-head h2{color:#fff4dd;font:700 23px "Montserrat",Arial,sans-serif;letter-spacing:.025em;text-transform:uppercase}
.category-section-head p{color:#81746e;font:500 10px "Inter",Arial,sans-serif}
.category-toggle{display:none}
.category-section .category-nav{position:relative;inset:auto;left:auto;width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:0;background:transparent;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none;overflow:visible}
.category-section .category-link,.category-section .category-link:first-child{position:relative;min-height:58px;padding:12px 38px 12px 14px;border:1px solid rgba(242,223,178,.12)!important;background:rgba(255,255,255,.018);color:#9f928b;text-align:left;font-size:9px;line-height:1.35;transition:border-color .22s,background .22s,color .22s,transform .22s}
.category-section .category-link:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(205,168,93,.12),transparent 70%);opacity:0}
.category-section .category-link:after{content:"›";position:absolute;top:50%;right:14px;left:auto;width:auto;height:auto;background:none;color:#8c7344;font:500 20px "Inter",sans-serif;line-height:1;transform:translateY(-50%)}
.category-section .category-link:hover{transform:translateY(-2px);border-color:rgba(205,168,93,.42)!important;background:rgba(205,168,93,.055);color:#f2e2c4}
.category-section .category-link.active{border-color:#c4a057!important;background:linear-gradient(135deg,rgba(205,168,93,.2),rgba(205,168,93,.055));color:#f6d992;box-shadow:inset 3px 0 0 #cda85d}
.category-section .category-link.active:before{opacity:1}.category-section .category-link.active:after{content:"✓";font-size:12px;font-weight:700;color:#e0bd73;transform:translateY(-50%)}

@media(max-width:640px){
 .brand-with-logo{width:92px;height:60px;min-width:92px}.brand-with-logo img{top:-7px;width:95px;height:95px}.topbar.scrolled .brand-with-logo{width:86px;height:54px;min-width:86px}.topbar.scrolled .brand-with-logo img{top:-8px;width:89px;height:89px}
 .category-section{margin:0 8px;padding:23px 13px 18px}
 .category-section-head{display:block;margin-bottom:14px;padding:0 2px 14px}
 .category-section-head span{font-size:7px}.category-section-head h2{font-size:18px}.category-section-head p{margin-top:7px;font-size:9px}
 .category-section .category-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:none;overflow:visible}
 .category-section .category-link,.category-section .category-link:first-child{min-height:52px;padding:9px 28px 9px 10px;font-size:8px}
 .category-section .category-link:after{right:10px}
}

/* V6 — branded dropdown category menu */
.brand-with-logo{height:58px;min-width:94px;overflow:hidden}.brand-with-logo img{width:104px;height:104px;object-fit:contain;transform:translateY(0);filter:drop-shadow(0 5px 12px rgba(0,0,0,.38))}
.topbar.scrolled .brand-with-logo{height:52px}.topbar.scrolled .brand-with-logo img{width:92px;height:92px}
.hero-logo-watermark{position:absolute;z-index:1;top:50%;left:50%;width:min(620px,62vw);height:auto;transform:translate(-50%,-50%);opacity:.035;filter:grayscale(1);pointer-events:none}
.hero-watermark{display:none}

.nav-shell{position:sticky;top:64px;z-index:900;padding:0;background:rgba(13,6,7,.97);border-block:1px solid rgba(205,168,93,.26);box-shadow:0 14px 38px rgba(0,0,0,.2)}
.category-toggle{width:100%;min-height:68px;padding:0 max(22px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:auto 1fr 38px;align-items:center;gap:22px;border:0;background:transparent;color:#fff;cursor:pointer;text-align:left}
.category-toggle>span{color:#9b8e87;font:700 9px "Montserrat",Arial,sans-serif;letter-spacing:.19em;text-transform:uppercase}
.category-toggle>strong{font:700 14px "Montserrat",Arial,sans-serif;letter-spacing:.035em;text-transform:uppercase}
.category-toggle>b{position:relative;width:34px;height:34px;border:1px solid rgba(205,168,93,.46);display:grid;place-items:center}
.category-toggle>b i{position:absolute;width:12px;height:1px;background:#d8b66e;transition:transform .28s ease}.category-toggle>b i:last-child{transform:rotate(90deg)}.nav-shell.open .category-toggle>b i:last-child{transform:rotate(0)}
.category-nav{position:absolute;top:100%;left:50%;width:min(1180px,calc(100% - 28px));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:1px;background:rgba(205,168,93,.22);border:1px solid rgba(205,168,93,.28);box-shadow:0 28px 70px rgba(0,0,0,.55);opacity:0;visibility:hidden;transform:translate(-50%,-10px);transition:opacity .25s ease,transform .25s ease,visibility .25s;overflow:visible}
.nav-shell.open .category-nav{opacity:1;visibility:visible;transform:translate(-50%,0)}
.category-link,.category-link:first-child{min-height:62px;padding:13px 17px;border:0!important;background:#160a0c;color:#a99b94;text-align:left;font-size:10px}
.category-link:before{background:linear-gradient(135deg,rgba(205,168,93,.16),rgba(205,168,93,.03))}
.category-link:after{inset:0 auto 0 0;width:3px;height:100%;transform:scaleY(0);transform-origin:bottom}
.category-link:hover{background:#1d0d10;color:#fff0d4}.category-link.active{background:#211013;color:#f3d994}.category-link.active:after{transform:scaleY(1)}

.footer-brand-logo{display:block;width:190px;height:190px;margin:-22px auto -18px;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(0,0,0,.4))}

@media(max-width:640px){
 .brand-with-logo{height:51px;min-width:79px}.brand-with-logo img{width:86px;height:86px}.topbar.scrolled .brand-with-logo img{width:80px;height:80px}
 .hero-logo-watermark{width:118vw;opacity:.028}
 .nav-shell{top:60px}
 .category-toggle{min-height:61px;padding:0 14px;grid-template-columns:auto 1fr 34px;gap:10px}
 .category-toggle>span{font-size:7px;letter-spacing:.13em}.category-toggle>strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-toggle>b{width:31px;height:31px}
 .category-nav{width:calc(100% - 16px);grid-template-columns:repeat(2,minmax(0,1fr));max-height:min(62vh,520px);overflow-y:auto;overscroll-behavior:contain}
 .category-link,.category-link:first-child{min-height:53px;padding:10px 12px;font-size:8.5px;line-height:1.3}
 .footer-brand-logo{width:155px;height:155px;margin:-15px auto -12px}
}

/* V5 — sharp corporate identity */
body{font-family:"Inter",Arial,sans-serif}
.opening-mark,.brand-monogram:after,.brand-copy strong,.hero-watermark,.hero h1,.intro-copy h2,.paper-head span,.product-left h3,.product-left h4,.product-price,.group-title h3,.footer-crest:after,.footer-logo{font-family:"Montserrat",Arial,sans-serif!important}
.opening-mark{font-weight:700;letter-spacing:.16em}.opening p{font-family:"Inter",Arial,sans-serif;font-weight:700}
.brand-monogram:after{font-size:20px;font-weight:700}.brand-copy strong{font-size:22px;font-weight:700;letter-spacing:.22em}.brand-copy small{font-family:"Inter",Arial,sans-serif;font-weight:700}
.hero h1{gap:5px;line-height:.88;text-transform:uppercase}.hero h1 span{font-size:clamp(54px,9vw,104px);font-weight:700;letter-spacing:.015em}.hero h1 em{margin-top:8px;font-size:clamp(34px,5.6vw,64px);font-style:normal;font-weight:600;letter-spacing:.08em}.hero p{font-family:"Inter",Arial,sans-serif;font-weight:500}.hero-btn{border-radius:2px;font-family:"Montserrat",Arial,sans-serif;font-weight:700}.hero-btn:before{border-radius:0}.hero-btn b{border-radius:0}
.call-btn{border-radius:2px;font-family:"Montserrat",Arial,sans-serif;font-weight:700}

.nav-shell{padding:0;background:rgba(13,6,7,.96);border-top:1px solid rgba(205,168,93,.22);border-bottom:1px solid rgba(205,168,93,.22)}
.category-nav{gap:0;padding-inline:max(10px,calc((100vw - 1180px)/2))}
.category-link{min-height:62px;padding:0 24px;border:0;border-right:1px solid rgba(242,223,178,.1);border-radius:0;background:transparent;color:#8f8580;font-family:"Montserrat",Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.02em}
.category-link:first-child{border-left:1px solid rgba(242,223,178,.1)}
.category-link:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(205,168,93,.12),rgba(205,168,93,.025));opacity:0;transition:.25s}
.category-link:after{inset:auto 0 0;width:100%;height:3px;background:#cda85d;transform:scaleX(0);transform-origin:left}
.category-link span{position:relative;z-index:1}
.category-link:hover{color:#eee1ca;background:rgba(255,255,255,.018)}
.category-link.active{color:#fff3da;background:rgba(205,168,93,.08)}
.category-link.active:before{opacity:1}.category-link.active:after{transform:scaleX(1)}

.intro-copy h2{font-weight:700;line-height:.9;letter-spacing:-.025em;text-transform:uppercase}.category-kicker,.intro-index,.intro-meta{font-family:"Montserrat",Arial,sans-serif;font-weight:700}
.paper-head span{font-size:24px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.paper-head small{font-family:"Inter",Arial,sans-serif;font-weight:600}
.product-left h3,.product-left h4{font-size:19px;font-weight:700;line-height:1.22;letter-spacing:.01em;text-transform:uppercase}
.product-left p{font-family:"Inter",Arial,sans-serif;font-weight:400}
.item-number{font-family:"Montserrat",Arial,sans-serif;font-weight:700}
.product-price{align-self:start;min-width:72px;margin-top:0;padding:10px 11px;border:1px solid #b99149;border-radius:0;background:linear-gradient(135deg,rgba(205,168,93,.16),rgba(205,168,93,.04));box-shadow:inset 0 0 0 1px rgba(0,0,0,.22);color:#f0d798;font-size:16px;font-weight:700;line-height:1;text-align:center;letter-spacing:.01em}
.group-title h3{font-size:18px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.footer-logo{font-size:43px;font-weight:700}.footer-tagline,.footer-links,.footer-bottom{font-family:"Inter",Arial,sans-serif}

@media(max-width:640px){
 .hero h1 span{font-size:48px}.hero h1 em{font-size:29px;letter-spacing:.055em}
 .nav-shell{top:60px}.category-nav{padding-inline:0}
 .category-link{min-height:55px;padding:0 19px;font-size:10px}
 .intro-copy h2{font-size:37px;line-height:.95}
 .paper-head span{font-size:20px}
 .product-left h3,.product-left h4{font-size:16px;line-height:1.25}
 .product-price{min-width:61px;padding:8px 7px;font-size:14px}
 .group-title h3{font-size:16px}
}

/* V3 — cinematic night-menu direction */
.menu-intro{position:relative;grid-template-columns:1.08fr .92fr;min-height:360px;background:#14090a;border:1px solid rgba(205,168,93,.22);border-bottom:0}
.intro-photo{min-height:360px;clip-path:polygon(0 0,100% 0,88% 100%,0 100%);filter:saturate(.72) contrast(1.08)}
.intro-photo:after{background:linear-gradient(90deg,rgba(16,7,8,.08),rgba(16,7,8,.7)),linear-gradient(0deg,rgba(16,7,8,.48),transparent 60%)}
.intro-photo span{font-size:10px}
.intro-copy{margin-left:-12%;padding:55px 54px 48px 15%;color:#f7ead2;z-index:2}
.intro-copy:before{top:29px;right:30px;width:54px;height:54px;border-color:rgba(205,168,93,.35)}
.intro-copy:after{top:48px;right:41px;color:#cda85d;font-size:8px}
.intro-index{top:30px;left:15%;color:#786762}
.menu-intro .category-kicker{color:#cda85d}.menu-intro .category-kicker:before{background:#cda85d}
.intro-copy h2{margin:14px 0 16px;color:#fff4df;font-size:clamp(50px,6vw,76px);line-height:.82}
.intro-copy>p{color:#a99b94;font-size:13px;line-height:1.65}
.intro-meta{margin-top:24px;color:#c3b4aa}.intro-meta i{background:#cda85d}
.menu-paper{padding-top:42px;background:radial-gradient(circle at 100% 0,rgba(104,31,40,.18),transparent 32%),#0f0708;border-top:1px solid rgba(205,168,93,.28)}
.paper-head{padding-bottom:14px}.paper-head span{font-size:28px}.paper-head small{color:#756763}
.product-list{gap:0 54px;padding-top:12px}
.product-row{grid-template-columns:30px minmax(0,1fr) auto;gap:12px;min-height:112px;padding:23px 7px;border-bottom:1px solid rgba(242,223,178,.1);transition:background .3s,padding .3s}
.product-row:hover{padding-inline:14px;background:linear-gradient(90deg,rgba(104,31,40,.18),transparent)}
.item-number{position:relative;padding-top:4px;color:#8e7448;font-size:9px}.item-number:after{content:"";position:absolute;top:22px;left:3px;width:1px;height:22px;background:rgba(205,168,93,.28)}
.product-left h3,.product-left h4{font-size:25px;letter-spacing:0}.product-left p{max-width:430px;color:#a39791;font-size:11.5px;line-height:1.55}
.product-left>span{margin-top:8px;color:#b08c50;font-size:8px}
.price-leader{display:none}.product-price{align-self:start;margin-top:1px;padding:7px 10px;border:1px solid rgba(205,168,93,.28);border-radius:2px;color:#e1c380;font-size:20px;line-height:1}
.menu-group{column-gap:54px}.group-title{margin-top:18px;padding:20px 0 5px}.group-title h3{font-size:23px}

@media(max-width:760px){
 .menu-wrapper{padding:18px 8px 65px}
 .menu-intro{display:block;min-height:0;border:1px solid rgba(205,168,93,.2)}
 .intro-photo{min-height:218px;clip-path:none}
 .intro-photo:after{background:linear-gradient(0deg,#14090a 0,rgba(20,9,10,.22) 78%),linear-gradient(90deg,rgba(16,7,8,.1),rgba(16,7,8,.38))}
 .intro-photo span{left:20px;bottom:24px}
 .intro-copy{margin:-24px 0 0;padding:28px 20px 27px;background:#14090a}
 .intro-copy:before{top:-24px;right:19px;width:47px;height:47px;background:#14090a}
 .intro-copy:after{top:-7px;right:29px}
 .intro-index{display:none}
 .menu-intro .category-kicker{font-size:7px;letter-spacing:.27em}.menu-intro .category-kicker:before{width:20px}
 .intro-copy h2{margin:11px 0 12px;font-size:45px;line-height:.85}
 .intro-copy>p{max-width:300px;font-size:11.5px;line-height:1.55}
 .intro-meta{margin-top:18px;font-size:7px}
 .menu-paper{padding:29px 13px 36px}
 .paper-head{padding:0 5px 12px}.paper-head span{font-size:27px}.paper-head small{font-size:6px;letter-spacing:.11em}
 .product-list{display:block;padding-top:7px}
 .product-row{grid-template-columns:25px minmax(0,1fr) auto;min-height:0;gap:9px;padding:20px 5px}
 .product-row:hover{padding-inline:5px;background:none}
 .item-number{padding-top:3px;font-size:8px}.item-number:after{top:18px;height:18px}
 .product-left h3,.product-left h4{font-size:22px;line-height:1.02}
 .product-left p{margin-top:6px;color:#988b85;font-size:10.5px;line-height:1.48}
 .product-left>span{font-size:7px}
 .product-price{padding:6px 8px;font-size:18px}
 .menu-group{display:block}.group-title{margin-top:13px;padding:18px 2px 4px}.group-title h3{font-size:21px}
}

/* V9 final precedence */
.brand-with-logo,.topbar.scrolled .brand-with-logo{position:relative;width:76px;height:64px;min-width:76px;overflow:visible;display:flex;align-items:center;justify-content:center}
.brand-with-logo img,.topbar.scrolled .brand-with-logo img{position:static;width:72px;height:72px;max-width:none;object-fit:contain;transform:none;filter:drop-shadow(0 5px 12px rgba(0,0,0,.38))}
.category-select-bar{position:sticky;top:64px;z-index:900;max-width:none;margin:0;padding:9px max(14px,calc((100vw - 1120px)/2));display:grid;grid-template-columns:auto minmax(230px,420px);align-items:center;justify-content:space-between;gap:20px;background:rgba(13,6,7,.97);border:0;border-block:1px solid rgba(205,168,93,.28);box-shadow:0 12px 30px rgba(0,0,0,.24);backdrop-filter:blur(18px)}
@media(max-width:640px){
 .brand-with-logo,.topbar.scrolled .brand-with-logo{width:65px;height:58px;min-width:65px}.brand-with-logo img,.topbar.scrolled .brand-with-logo img{position:static;width:62px;height:62px;transform:none}
 .category-select-bar{top:60px;padding:7px 9px;grid-template-columns:69px 1fr;gap:8px}
}
