:root{--night:#170c08;--night-2:#24120c;--brown:#3b1d0f;--copper:#bd7144;--copper-2:#d59262;--cream:#f8f1e7;--paper:#fffaf2;--ink:#271710;--muted:#8d7a6e;--line:rgba(255,255,255,.12);--soft-line:#dfd0c0}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--night);color:var(--cream);font-family:"DM Sans",sans-serif}button,input{font:inherit}
.site-header{position:relative;z-index:20;background:var(--cream);color:var(--ink);border-top:5px solid var(--copper)}.header-inner{height:102px;max-width:1120px;margin:auto;padding:8px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.logo{width:170px;height:88px;object-fit:contain;justify-self:start}.digital-label{font-size:11px;letter-spacing:.28em;font-weight:700;color:#8b6a56}.search-button{justify-self:end;width:48px;height:48px;border:1px solid #ceb9a7;background:transparent;color:var(--brown);display:grid;place-items:center;cursor:pointer;transition:.2s}.search-button:hover{background:var(--brown);color:white}.search-button svg,.search-field svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.search-panel{max-width:1120px;height:0;margin:auto;padding:0 24px;overflow:hidden;transition:height .25s}.search-panel.open{height:72px}.search-field{height:52px;background:white;border:1px solid #ddcdbf;display:flex;align-items:center;gap:12px;padding:0 16px}.search-field svg{width:18px;color:var(--muted)}.search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:16px}
.welcome{height:410px;position:relative;overflow:hidden;background:var(--night);color:white}.welcome>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%;filter:saturate(.9) contrast(1.05)}.welcome-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,8,4,.96) 0%,rgba(20,8,4,.72) 43%,rgba(20,8,4,.08) 82%),linear-gradient(0deg,rgba(20,8,4,.7),transparent 58%)}.welcome::after{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.18);pointer-events:none}.welcome-copy{position:relative;z-index:1;max-width:1120px;margin:auto;padding:82px 24px}.welcome-copy>span,.section-label{font-size:12px;font-weight:700;letter-spacing:.24em;color:var(--copper-2)}.welcome h1{font:700 clamp(48px,6vw,74px)/1.02 "Libre Baskerville",serif;letter-spacing:-.035em;margin:17px 0 20px}.welcome p{margin:0;color:#ead9cd;font-size:16px;max-width:420px;line-height:1.7}
.category-nav{position:sticky;top:0;z-index:15;display:flex;gap:10px;overflow-x:auto;padding:14px max(20px,calc((100vw - 1120px)/2));background:rgba(23,12,8,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-button{flex:0 0 150px;min-height:66px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.035);color:#cdbdaf;text-align:left;padding:11px 13px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:.22s}.category-button span{font-size:10px;letter-spacing:.18em;color:var(--copper-2)}.category-button strong{font-size:13px;font-weight:600;line-height:1.2}.category-button:hover{border-color:rgba(213,146,98,.55);background:rgba(255,255,255,.07)}.category-button.active{color:white;border-color:var(--copper);background:linear-gradient(135deg,#9d542f,#c67a49);box-shadow:0 12px 30px rgba(0,0,0,.26)}.category-button.active span{color:#ffe4cf}
.menu-shell{position:relative;max-width:1120px;margin:auto;padding:65px 24px 100px;scroll-margin-top:94px}.menu-shell::before{content:"";position:absolute;width:480px;height:480px;right:-220px;top:30px;border-radius:50%;background:radial-gradient(circle,rgba(190,113,68,.13),transparent 68%);pointer-events:none}.menu-heading{position:relative;display:flex;align-items:end;justify-content:space-between;margin-bottom:32px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.14)}.menu-heading::after{content:"";position:absolute;left:0;bottom:-1px;width:82px;height:3px;background:var(--copper)}.menu-heading h2{font:700 clamp(36px,4.7vw,54px)/1.05 "Libre Baskerville",serif;margin:9px 0 0;color:white}.menu-heading>span{font-size:13px;color:#b9a89c;padding-bottom:5px}.product-list{counter-reset:menu-item;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{counter-increment:menu-item;position:relative;min-height:150px;text-align:left;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));color:white;padding:25px 24px 22px 72px;display:grid;grid-template-columns:1fr auto;gap:13px 18px;align-content:center;cursor:pointer;overflow:hidden;transition:.25s}.product-card::before{content:counter(menu-item,decimal-leading-zero);position:absolute;left:20px;top:25px;color:var(--copper-2);font-size:11px;font-weight:700;letter-spacing:.12em}.product-card::after{content:"";position:absolute;left:51px;top:24px;bottom:24px;width:1px;background:rgba(255,255,255,.13)}.product-card:hover{border-color:rgba(213,146,98,.6);background:linear-gradient(145deg,rgba(190,113,68,.17),rgba(255,255,255,.035));transform:translateY(-3px);box-shadow:0 18px 45px rgba(0,0,0,.25)}.product-card h3{font:700 20px/1.3 "Libre Baskerville",serif;margin:0;color:#fff}.product-card .price{font-size:16px;font-weight:700;color:var(--copper-2);white-space:nowrap}.product-card p{grid-column:1/-1;margin:0;color:#bfaea2;font-size:14px;line-height:1.6}.empty-state{display:none;text-align:center;border:1px solid rgba(255,255,255,.12);padding:58px 20px;background:rgba(255,255,255,.04)}.empty-state strong{display:block;font:700 21px "Libre Baskerville",serif;margin-bottom:9px}.empty-state span{font-size:14px;color:#bfaea2}
footer{position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.12);background:#100704;text-align:center;padding:55px 20px}footer::before{content:"HERMOS";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font:700 110px "Libre Baskerville",serif;letter-spacing:.1em;color:rgba(255,255,255,.018);white-space:nowrap}footer img{position:relative;width:155px;height:110px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}footer p{position:relative;margin:8px 0 0;color:#9c8980;font-size:13px}
.product-modal{width:min(92vw,500px);border:1px solid #d5bba8;padding:48px;background:var(--paper);color:var(--ink);box-shadow:0 28px 100px rgba(0,0,0,.55)}.product-modal::backdrop{background:rgba(13,6,3,.82);backdrop-filter:blur(7px)}.modal-close{position:absolute;right:15px;top:10px;border:0;background:transparent;color:var(--muted);font-size:34px;line-height:1;cursor:pointer}.modal-category{margin:0 0 14px;color:#a85f38;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.product-modal h3{font:700 35px/1.18 "Libre Baskerville",serif;color:var(--brown);margin:0 0 20px}.modal-description{color:#74665d;line-height:1.75;font-size:15px;margin:0 0 32px}.modal-price{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--soft-line);padding-top:19px}.modal-price span{color:var(--muted);font-size:14px}.modal-price strong{color:#a85f38;font-size:22px}
@media(max-width:700px){.header-inner{height:90px;padding:7px 16px;grid-template-columns:1fr auto}.logo{width:135px;height:76px}.digital-label{display:none}.search-button{width:43px;height:43px}.search-panel{padding-inline:16px}.welcome{height:310px}.welcome>img{object-position:61% center}.welcome-overlay{background:linear-gradient(90deg,rgba(20,8,4,.94),rgba(20,8,4,.48) 78%,rgba(20,8,4,.18)),linear-gradient(0deg,rgba(20,8,4,.7),transparent 55%)}.welcome::after{inset:11px}.welcome-copy{padding:55px 22px}.welcome h1{font-size:42px}.welcome p{font-size:14px;max-width:280px}.category-nav{padding:11px 12px}.category-button{flex-basis:126px;min-height:60px;padding:9px 11px}.category-button strong{font-size:12px}.menu-shell{padding:48px 14px 74px}.menu-heading{margin-inline:5px}.menu-heading h2{font-size:34px}.product-list{grid-template-columns:1fr;gap:11px}.product-card{min-height:136px;padding:22px 18px 20px 64px}.product-card::before{left:17px;top:22px}.product-card::after{left:45px;top:20px;bottom:20px}.product-card:hover{transform:none}.product-modal{padding:39px 26px}.product-modal h3{font-size:29px}footer::before{font-size:62px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
html,body{width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none;touch-action:pan-y}.category-nav{touch-action:pan-x}.logo{width:205px;height:94px}.header-inner{height:112px}@media(max-width:700px){.header-inner{height:104px}.logo{width:175px;height:94px}}
